/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    background: #ffffff;
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/ZeroGravity/sindabad_child/en_US/Scriptlodge_Bannerslider/css/owlcarousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}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 {
  border: 0;
}
img,
object,
video,
embed {
  height: auto;
  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: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  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 #cccccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  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.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.2rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  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: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #fdac27;
  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 #cccccc;
  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 #cccccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
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: 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,
.quote-details-items .actions-toolbar > .action {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.quote-details-items .actions-toolbar > .action:focus,
.quote-details-items .actions-toolbar > .action:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
button:hover,
.quote-details-items .actions-toolbar > .action:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.quote-details-items .actions-toolbar > .action.disabled,
.quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.quote-details-items .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="datetime"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
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="datetime"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
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="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
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="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
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="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
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 url('../../frontend/ZeroGravity/sindabad_child/en_US/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
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: #ed8380;
}
div.mage-error[generated] {
  color: #e02b27;
  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 #eeeeee;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  box-shadow: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #fdac27;
  border: 1px solid #fdac27;
  color: #ffffff;
}
.action-primary:hover {
  background: #fdac27;
  border: 1px solid #fdac27;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-radius: 3px;
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.requisition-list-action > .action,
.requisition-grid .actions-toolbar > .action-edit,
.requisition-grid .actions-toolbar > .action-delete,
.title-actions-links button,
.block-requisition-management .requisition-list-title button,
.block-requisition-management .requisition-toolbar-actions .remove-selected,
.data-grid-filters-wrap .action,
.quote-grid-filters-wrap .action,
.quote-details-items .actions-toolbar > .action-delete,
.attachments-list .attachments-item .action-delete,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup,
.draft-order-action > .action,
.draftorder-grid .actions-toolbar > .action-edit,
.draftorder-grid .actions-toolbar > .action-delete,
.title-actions-links button,
.block-draftorder-management .draft-order-title button,
.block-draftorder-management .draftorder-toolbar-actions .remove-selected,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.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,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.title-actions-links .quote-details-items .actions-toolbar > .action,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action,
.title-actions-links .quote-details-items .actions-toolbar > .action,
.block-draftorder-management .draft-order-title .quote-details-items .actions-toolbar > .action,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.requisition-list-action > .action:visited,
.requisition-grid .actions-toolbar > .action-edit:visited,
.requisition-grid .actions-toolbar > .action-delete:visited,
.title-actions-links button:visited,
.block-requisition-management .requisition-list-title button:visited,
.block-requisition-management .requisition-toolbar-actions .remove-selected:visited,
.data-grid-filters-wrap .action:visited,
.quote-grid-filters-wrap .action:visited,
.quote-details-items .actions-toolbar > .action-delete:visited,
.attachments-list .attachments-item .action-delete:visited,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:visited,
.draft-order-action > .action:visited,
.draftorder-grid .actions-toolbar > .action-edit:visited,
.draftorder-grid .actions-toolbar > .action-delete:visited,
.title-actions-links button:visited,
.block-draftorder-management .draft-order-title button:visited,
.block-draftorder-management .draftorder-toolbar-actions .remove-selected:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.title-actions-links .quote-details-items .actions-toolbar > .action:visited,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:visited,
.title-actions-links .quote-details-items .actions-toolbar > .action:visited,
.block-draftorder-management .draft-order-title .quote-details-items .actions-toolbar > .action:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.requisition-list-action > .action:hover,
.requisition-grid .actions-toolbar > .action-edit:hover,
.requisition-grid .actions-toolbar > .action-delete:hover,
.title-actions-links button:hover,
.block-requisition-management .requisition-list-title button:hover,
.block-requisition-management .requisition-toolbar-actions .remove-selected:hover,
.data-grid-filters-wrap .action:hover,
.quote-grid-filters-wrap .action:hover,
.quote-details-items .actions-toolbar > .action-delete:hover,
.attachments-list .attachments-item .action-delete:hover,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:hover,
.draft-order-action > .action:hover,
.draftorder-grid .actions-toolbar > .action-edit:hover,
.draftorder-grid .actions-toolbar > .action-delete:hover,
.title-actions-links button:hover,
.block-draftorder-management .draft-order-title button:hover,
.block-draftorder-management .draftorder-toolbar-actions .remove-selected:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.title-actions-links .quote-details-items .actions-toolbar > .action:hover,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:hover,
.title-actions-links .quote-details-items .actions-toolbar > .action:hover,
.block-draftorder-management .draft-order-title .quote-details-items .actions-toolbar > .action:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.requisition-list-action > .action:active,
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-delete:active,
.title-actions-links button:active,
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-toolbar-actions .remove-selected:active,
.data-grid-filters-wrap .action:active,
.quote-grid-filters-wrap .action:active,
.quote-details-items .actions-toolbar > .action-delete:active,
.attachments-list .attachments-item .action-delete:active,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:active,
.draft-order-action > .action:active,
.draftorder-grid .actions-toolbar > .action-edit:active,
.draftorder-grid .actions-toolbar > .action-delete:active,
.title-actions-links button:active,
.block-draftorder-management .draft-order-title button:active,
.block-draftorder-management .draftorder-toolbar-actions .remove-selected:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.block-draftorder-management .draft-order-title .quote-details-items .actions-toolbar > .action:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #fdac27;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.requisition-list-action > .action:hover,
.requisition-grid .actions-toolbar > .action-edit:hover,
.requisition-grid .actions-toolbar > .action-delete:hover,
.title-actions-links button:hover,
.block-requisition-management .requisition-list-title button:hover,
.block-requisition-management .requisition-toolbar-actions .remove-selected:hover,
.data-grid-filters-wrap .action:hover,
.quote-grid-filters-wrap .action:hover,
.quote-details-items .actions-toolbar > .action-delete:hover,
.attachments-list .attachments-item .action-delete:hover,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:hover,
.draft-order-action > .action:hover,
.draftorder-grid .actions-toolbar > .action-edit:hover,
.draftorder-grid .actions-toolbar > .action-delete:hover,
.title-actions-links button:hover,
.block-draftorder-management .draft-order-title button:hover,
.block-draftorder-management .draftorder-toolbar-actions .remove-selected:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.title-actions-links .quote-details-items .actions-toolbar > .action:hover,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:hover,
.title-actions-links .quote-details-items .actions-toolbar > .action:hover,
.block-draftorder-management .draft-order-title .quote-details-items .actions-toolbar > .action:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.requisition-list-action > .action:hover,
.requisition-list-action > .action:active,
.requisition-list-action > .action:focus,
.requisition-grid .actions-toolbar > .action-edit:hover,
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-edit:focus,
.requisition-grid .actions-toolbar > .action-delete:hover,
.requisition-grid .actions-toolbar > .action-delete:active,
.requisition-grid .actions-toolbar > .action-delete:focus,
.title-actions-links button:hover,
.title-actions-links button:active,
.title-actions-links button:focus,
.block-requisition-management .requisition-list-title button:hover,
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-list-title button:focus,
.block-requisition-management .requisition-toolbar-actions .remove-selected:hover,
.block-requisition-management .requisition-toolbar-actions .remove-selected:active,
.block-requisition-management .requisition-toolbar-actions .remove-selected:focus,
.data-grid-filters-wrap .action:hover,
.data-grid-filters-wrap .action:active,
.data-grid-filters-wrap .action:focus,
.quote-grid-filters-wrap .action:hover,
.quote-grid-filters-wrap .action:active,
.quote-grid-filters-wrap .action:focus,
.quote-details-items .actions-toolbar > .action-delete:hover,
.quote-details-items .actions-toolbar > .action-delete:active,
.quote-details-items .actions-toolbar > .action-delete:focus,
.attachments-list .attachments-item .action-delete:hover,
.attachments-list .attachments-item .action-delete:active,
.attachments-list .attachments-item .action-delete:focus,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:hover,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:active,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:focus,
.draft-order-action > .action:hover,
.draft-order-action > .action:active,
.draft-order-action > .action:focus,
.draftorder-grid .actions-toolbar > .action-edit:hover,
.draftorder-grid .actions-toolbar > .action-edit:active,
.draftorder-grid .actions-toolbar > .action-edit:focus,
.draftorder-grid .actions-toolbar > .action-delete:hover,
.draftorder-grid .actions-toolbar > .action-delete:active,
.draftorder-grid .actions-toolbar > .action-delete:focus,
.title-actions-links button:hover,
.title-actions-links button:active,
.title-actions-links button:focus,
.block-draftorder-management .draft-order-title button:hover,
.block-draftorder-management .draft-order-title button:active,
.block-draftorder-management .draft-order-title button:focus,
.block-draftorder-management .draftorder-toolbar-actions .remove-selected:hover,
.block-draftorder-management .draftorder-toolbar-actions .remove-selected:active,
.block-draftorder-management .draftorder-toolbar-actions .remove-selected:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.title-actions-links .quote-details-items .actions-toolbar > .action:hover,
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:focus,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:hover,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:focus,
.title-actions-links .quote-details-items .actions-toolbar > .action:hover,
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:focus,
.block-draftorder-management .draft-order-title .quote-details-items .actions-toolbar > .action:hover,
.block-draftorder-management .draft-order-title .quote-details-items .actions-toolbar > .action:active,
.block-draftorder-management .draft-order-title .quote-details-items .actions-toolbar > .action:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.requisition-list-action > .action.disabled,
.requisition-list-action > .action[disabled],
fieldset[disabled] .requisition-list-action > .action,
.requisition-grid .actions-toolbar > .action-edit.disabled,
.requisition-grid .actions-toolbar > .action-edit[disabled],
fieldset[disabled] .requisition-grid .actions-toolbar > .action-edit,
.requisition-grid .actions-toolbar > .action-delete.disabled,
.requisition-grid .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .requisition-grid .actions-toolbar > .action-delete,
.title-actions-links button.disabled,
.title-actions-links button[disabled],
fieldset[disabled] .title-actions-links button,
.block-requisition-management .requisition-list-title button.disabled,
.block-requisition-management .requisition-list-title button[disabled],
fieldset[disabled] .block-requisition-management .requisition-list-title button,
.block-requisition-management .requisition-toolbar-actions .remove-selected.disabled,
.block-requisition-management .requisition-toolbar-actions .remove-selected[disabled],
fieldset[disabled] .block-requisition-management .requisition-toolbar-actions .remove-selected,
.data-grid-filters-wrap .action.disabled,
.data-grid-filters-wrap .action[disabled],
fieldset[disabled] .data-grid-filters-wrap .action,
.quote-grid-filters-wrap .action.disabled,
.quote-grid-filters-wrap .action[disabled],
fieldset[disabled] .quote-grid-filters-wrap .action,
.quote-details-items .actions-toolbar > .action-delete.disabled,
.quote-details-items .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action-delete,
.attachments-list .attachments-item .action-delete.disabled,
.attachments-list .attachments-item .action-delete[disabled],
fieldset[disabled] .attachments-list .attachments-item .action-delete,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup.disabled,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup,
.draft-order-action > .action.disabled,
.draft-order-action > .action[disabled],
fieldset[disabled] .draft-order-action > .action,
.draftorder-grid .actions-toolbar > .action-edit.disabled,
.draftorder-grid .actions-toolbar > .action-edit[disabled],
fieldset[disabled] .draftorder-grid .actions-toolbar > .action-edit,
.draftorder-grid .actions-toolbar > .action-delete.disabled,
.draftorder-grid .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .draftorder-grid .actions-toolbar > .action-delete,
.title-actions-links button.disabled,
.title-actions-links button[disabled],
fieldset[disabled] .title-actions-links button,
.block-draftorder-management .draft-order-title button.disabled,
.block-draftorder-management .draft-order-title button[disabled],
fieldset[disabled] .block-draftorder-management .draft-order-title button,
.block-draftorder-management .draftorder-toolbar-actions .remove-selected.disabled,
.block-draftorder-management .draftorder-toolbar-actions .remove-selected[disabled],
fieldset[disabled] .block-draftorder-management .draftorder-toolbar-actions .remove-selected,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.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,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.title-actions-links .quote-details-items .actions-toolbar > .action.disabled,
.title-actions-links .quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .title-actions-links .quote-details-items .actions-toolbar > .action,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action.disabled,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action,
.title-actions-links .quote-details-items .actions-toolbar > .action.disabled,
.title-actions-links .quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .title-actions-links .quote-details-items .actions-toolbar > .action,
.block-draftorder-management .draft-order-title .quote-details-items .actions-toolbar > .action.disabled,
.block-draftorder-management .draft-order-title .quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .block-draftorder-management .draft-order-title .quote-details-items .actions-toolbar > .action,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.requisition-list-action > .action:active,
.requisition-list-action > .action:not(:focus),
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-edit:not(:focus),
.requisition-grid .actions-toolbar > .action-delete:active,
.requisition-grid .actions-toolbar > .action-delete:not(:focus),
.title-actions-links button:active,
.title-actions-links button:not(:focus),
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-list-title button:not(:focus),
.block-requisition-management .requisition-toolbar-actions .remove-selected:active,
.block-requisition-management .requisition-toolbar-actions .remove-selected:not(:focus),
.data-grid-filters-wrap .action:active,
.data-grid-filters-wrap .action:not(:focus),
.quote-grid-filters-wrap .action:active,
.quote-grid-filters-wrap .action:not(:focus),
.quote-details-items .actions-toolbar > .action-delete:active,
.quote-details-items .actions-toolbar > .action-delete:not(:focus),
.attachments-list .attachments-item .action-delete:active,
.attachments-list .attachments-item .action-delete:not(:focus),
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:active,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:not(:focus),
.draft-order-action > .action:active,
.draft-order-action > .action:not(:focus),
.draftorder-grid .actions-toolbar > .action-edit:active,
.draftorder-grid .actions-toolbar > .action-edit:not(:focus),
.draftorder-grid .actions-toolbar > .action-delete:active,
.draftorder-grid .actions-toolbar > .action-delete:not(:focus),
.title-actions-links button:active,
.title-actions-links button:not(:focus),
.block-draftorder-management .draft-order-title button:active,
.block-draftorder-management .draft-order-title button:not(:focus),
.block-draftorder-management .draftorder-toolbar-actions .remove-selected:active,
.block-draftorder-management .draftorder-toolbar-actions .remove-selected:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:not(:focus),
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:not(:focus),
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:not(:focus),
.block-draftorder-management .draft-order-title .quote-details-items .actions-toolbar > .action:active,
.block-draftorder-management .draft-order-title .quote-details-items .actions-toolbar > .action:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.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,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.quote-details-items .item-options dt,
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.quote-details-items .item-options dt:after,
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.quote-details-items .item-options dd,
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase {
  width: 100%;
}
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-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,
.block-giftregistry-shared-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%;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title,
.amazon-validate-container .block .block-title,
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title strong,
.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-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,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-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,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown 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,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.requisition-grid .col.qty .input-text,
.quote-details-items .col.qty .input-text,
.draftorder-grid .col.qty .input-text,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .product-items .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > 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 .product-items .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-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 .product-items .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999999;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #fdac27;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.quote-details-items .col.qty .label,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.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,
.fieldset .fullname > .label,
.field.street .field.additional .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label,
.block-child.newsletter .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle > span,
.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:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.requisition-grid .actions-toolbar:before,
.requisition-grid .actions-toolbar:after,
.requisition-view-links:before,
.requisition-view-links:after,
.quote-details-items .quote-table-totals-wrap:before,
.quote-details-items .quote-table-totals-wrap:after,
.quote-details-items .item-options:before,
.quote-details-items .item-options:after,
.quote-details-items .actions-toolbar:before,
.quote-details-items .actions-toolbar:after,
.negotiable-quote-quote-print .page-title-wrapper:before,
.negotiable-quote-quote-print .page-title-wrapper:after,
.negotiable-quote-quote-print .quote-price-block:before,
.negotiable-quote-quote-print .quote-price-block:after,
.quickorder-index-index .product-block:before,
.quickorder-index-index .product-block:after,
.draftorder-grid .actions-toolbar:before,
.draftorder-grid .actions-toolbar:after,
.draftorder-view-links:before,
.draftorder-view-links:after,
.rfp-index-index .product-block:before,
.rfp-index-index .product-block:after,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar: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,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list: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,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.requisition-grid .actions-toolbar:after,
.requisition-view-links:after,
.quote-details-items .quote-table-totals-wrap:after,
.quote-details-items .item-options:after,
.quote-details-items .actions-toolbar:after,
.negotiable-quote-quote-print .page-title-wrapper:after,
.negotiable-quote-quote-print .quote-price-block:after,
.quickorder-index-index .product-block:after,
.draftorder-grid .actions-toolbar:after,
.draftorder-view-links:after,
.rfp-index-index .product-block:after,
.payment-method-braintree .hosted-date-wrap:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.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,
.search-autocomplete,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  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: 'luma-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 .quote-details-items .actions-toolbar > .action.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .quote-details-items .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: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333333;
  text-decoration: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-cart-block > .title,
.quote-details-items .toggle-action .toggle,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.quote-details-items .toggle-action .toggle:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.quote-details-items .toggle-action .toggle > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.quote-details-items .toggle-action .toggle:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.company-account-index .columns .column.main .block:not(.widget) .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.company-account-index .columns .column.main .block:not(.widget) .block-title > strong,
.company-account-index .columns .column.main .block:not(.widget) .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.order-details-items tfoot td {
  background: #f5f5f5;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  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,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-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,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.form-edit-role .box-actions button.action:after,
.block-dashboard-company .box-actions button.action:after,
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:after,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.form-edit-role .box-actions button.action:last-child:after,
.block-dashboard-company .box-actions button.action:last-child:after,
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:last-child:after,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:last-child:after {
  display: none;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.company-account-index .columns .column.main .block:not(.widget) .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.company-account-index .columns .column.main .block:not(.widget) .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.company-account-index .columns .column.main .block:not(.widget) .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.requisition-list-action .action.new,
.draft-order-action .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.requisition-list-action .action.new:before,
.draft-order-action .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-list-action .items .item:last-child:hover,
.draft-order-action .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.requisition-list-action .action.new:before,
.draft-order-action .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.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,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.quote-status,
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 300;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.block-cart-failed .actions.main .continue,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear {
  display: none;
}
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:before,
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:after,
.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;
}
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:after,
.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 {
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 10px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.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-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.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: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-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: 3px;
  top: 3px;
}
.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 {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #006bb4;
  font-weight: 400;
}
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Work Sans'), local('WorkSans-Regular'), url(https://fonts.gstatic.com/s/worksans/v5/QGYsz_wNahGAdqQ43Rh_cqDpp_k.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Work Sans'), local('WorkSans-Regular'), url(https://fonts.gstatic.com/s/worksans/v5/QGYsz_wNahGAdqQ43Rh_fKDp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none 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 {
  padding-bottom: 40px;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.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;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0;
  padding: 30px 40px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.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: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 15px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0;
  padding: 30px 40px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e02b27;
  color: #ffffff;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 15px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0;
  padding: 30px 40px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.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: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 15px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0;
  padding: 30px 40px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.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: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 15px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0;
  padding: 30px 40px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 15px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #ffffff;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #fdac27;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #fdac27;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.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('../../frontend/ZeroGravity/sindabad_child/en_US/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: 20px;
}
.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 #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.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;
}
.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: #575757;
}
.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: #575757;
}
.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: #575757;
}
.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: #e02b27;
  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: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.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;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 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;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.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;
}
._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;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._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;
}
._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: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._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: 'luma-icons';
  src: url('../../frontend/ZeroGravity/sindabad_child/en_US/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/ZeroGravity/sindabad_child/en_US/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
button,
a.action.primary,
.quote-details-items .actions-toolbar > .action {
  border-radius: 3px;
}
button:not(.primary),
.quote-details-items .actions-toolbar > .action:not(.primary) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
button:not(.primary):active,
.quote-details-items .actions-toolbar > .action:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus,
body:not(._keyfocus) .quote-details-items .actions-toolbar > .action:focus {
  box-shadow: none;
}
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.primary {
  background-image: none;
  background: #fdac27;
  border: 1px solid #fdac27;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active {
  background: #fdac27;
  border: 1px solid #fdac27;
  color: #ffffff;
}
.action.primary:hover {
  background: #fdac27;
  border: 1px solid #fdac27;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 0px solid #cccccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.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 {
  border-top: 0px solid #cccccc;
  height: 40px;
  padding: 0px 10px 0px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #999999;
  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: 0px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 0px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.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: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 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 {
  color: #006bb4;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #fdac27;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  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: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-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: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-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 .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.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;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.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: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  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: 'luma-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 .actions-toolbar .action.cancel {
  font-weight: 400;
}
.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;
}
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.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  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: 3rem;
  padding-right: 3rem;
}
.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: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.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: 0;
  top: 0;
}
.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: 14px;
  line-height: 14px;
  color: #fdac27;
  content: '\e616';
  font-family: 'luma-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 .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.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: 20px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.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;
}
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.block-requisition-list {
  display: inline;
  margin-bottom: 0;
}
.requisition-list-action {
  display: inline-block;
  position: relative;
  vertical-align: text-bottom;
}
.requisition-list-action:before,
.requisition-list-action:after {
  content: '';
  display: table;
}
.requisition-list-action:after {
  clear: both;
}
.requisition-list-action .action.split {
  float: left;
  margin: 0;
}
.requisition-list-action .action.toggle {
  float: right;
  margin: 0;
}
.requisition-list-action button.action.split,
.requisition-list-action .quote-details-items .actions-toolbar > .action.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.requisition-list-action button + .action.toggle,
.requisition-list-action .quote-details-items .actions-toolbar > .action + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.requisition-list-action .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.requisition-list-action .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-list-action .action.toggle:hover:after {
  color: #333333;
}
.requisition-list-action .action.toggle:active:after {
  color: inherit;
}
.requisition-list-action .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.requisition-list-action .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-list-action .action.toggle.active:hover:after {
  color: #333333;
}
.requisition-list-action .action.toggle.active:active:after {
  color: inherit;
}
.requisition-list-action .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 20rem;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.requisition-list-action .items li {
  margin: 0;
  padding: 0.5rem 0.5rem 0.5rem 2.3rem;
}
.requisition-list-action .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.requisition-list-action .items:before,
.requisition-list-action .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.requisition-list-action .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.requisition-list-action .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.requisition-list-action .items:before {
  left: 10px;
  top: -12px;
}
.requisition-list-action .items:after {
  left: 9px;
  top: -14px;
}
.requisition-list-action.active {
  overflow: visible;
}
.requisition-list-action.active .items {
  display: block;
}
.requisition-list-action .items {
  max-width: 23.7rem;
  min-width: 23.7rem;
  text-align: left;
}
.requisition-list-action .items .list-items {
  list-style-type: none;
  margin: 0;
  max-height: 24rem;
  overflow-y: auto;
  padding: 0;
}
.requisition-list-action .items .item:last-child:hover {
  background: #e8e8e8;
}
.requisition-list-action .items .item .item-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.requisition-list-action .items .item .action.new {
  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;
}
.requisition-list-action .items .item .action.new:focus,
.requisition-list-action .items .item .action.new:active {
  background: none;
  border: none;
}
.requisition-list-action .items .item .action.new:hover {
  background: none;
  border: none;
}
.requisition-list-action .items .item .action.new.disabled,
.requisition-list-action .items .item .action.new[disabled],
fieldset[disabled] .requisition-list-action .items .item .action.new {
  pointer-events: none;
  opacity: 0.5;
}
.cart.table-wrapper .requisition-list-action {
  margin-bottom: 10px;
}
.cart.table-wrapper .requisition-list-action > .action.toggle {
  padding: 0.4rem 5px;
}
.requisition-toolbar-actions .requisition-list-action.active .items {
  right: 0;
}
.requisition-toolbar-actions .requisition-list-action.active .items:before {
  left: auto;
  right: 11px;
}
.requisition-toolbar-actions .requisition-list-action.active .items:after {
  left: auto;
  right: 10px;
}
.social-button .requisition-list-button {
  display: inline-block;
  text-decoration: none;
  color: #666666;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .05rem;
  line-height: 1.42857143;
  padding: 0 5px 0 0;
  text-transform: uppercase;
}
.social-button .requisition-list-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e901';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.social-button .requisition-list-button:before {
  margin-top: -.2rem;
}
.social-button .requisition-list-button:active,
.social-button .requisition-list-button:focus,
.social-button .requisition-list-button:hover {
  color: #333333;
}
.social-button .requisition-list-button:after {
  height: 1.5rem;
  margin: .3rem 0 0;
}
.social-button .requisition-list-button.active:after {
  margin: .4rem 0 0;
}
.link-button .requisition-list-button.toggle:after {
  color: #1979c3;
  vertical-align: bottom;
}
.link-button .requisition-list-button.toggle.active:after {
  color: #1979c3;
  margin: .3rem 0 0;
}
.link-button .requisition-list-button.toggle.active:after:hover {
  color: #1979c3;
}
.data-grid-wrap .list-name-field .cell-label-line-name {
  font-size: 18px;
}
.data-grid-wrap .cell-label-line-description {
  word-break: break-all;
}
.requisition-grid .col {
  padding-top: 20px;
}
.requisition-grid .col .price {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.requisition-grid .col .price-excluding-tax {
  display: block;
  font-size: 1.3rem;
}
.requisition-grid .col .price-excluding-tax:before {
  content: attr(data-label) ": ";
}
.requisition-grid .col .price-excluding-tax .price {
  font-size: 12px;
}
.requisition-grid .product-item-name {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 0;
}
.requisition-grid .product-item-description {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 5px;
  margin-top: 0;
}
.requisition-grid .product-item-description .product-item-sku {
  color: #111111;
  font-size: 12px;
}
.requisition-grid .product-item-description .product-item-details {
  color: #111111;
  font-size: 12px;
  margin-top: 5px;
}
.requisition-grid .product-item-description .product-item-details dl {
  margin: 0;
}
.requisition-grid .product-item-description .product-item-details dl dt,
.requisition-grid .product-item-description .product-item-details dl dd {
  display: inline;
}
.requisition-grid .actions-toolbar {
  text-align: right;
}
.requisition-grid .actions-toolbar > .action-edit:focus,
.requisition-grid .actions-toolbar > .action-delete:focus {
  box-shadow: 0 0 3px 1px #eeeeee;
}
.requisition-grid .actions-toolbar > .action-delete {
  display: inline-block;
  text-decoration: none;
}
.requisition-grid .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.requisition-grid .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-grid .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.requisition-grid .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.requisition-grid .actions-toolbar > .action-edit {
  display: inline-block;
  text-decoration: none;
}
.requisition-grid .actions-toolbar > .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.requisition-grid .actions-toolbar > .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-grid .actions-toolbar > .action-edit:hover:before {
  color: #333333;
}
.requisition-grid .actions-toolbar > .action-edit:active:before {
  color: #8f8f8f;
}
.requisition-grid .item-error {
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.requisition-grid .item-error > *:first-child:before {
  margin-top: -1.4rem;
}
.requisition-list-description {
  word-wrap: break-word;
}
.requisition-popup .action.hidden {
  display: none;
}
.requisition-popup .modal-title {
  padding-right: 20px;
}
.requisition-view-links {
  margin-bottom: 10px;
}
.requisition-view-links .print {
  float: right;
  padding-left: 25px;
  padding-right: 0;
}
.block-requisition-management {
  position: relative;
}
.block-requisition-management .requisition-list-title {
  margin-bottom: 25px;
}
.block-requisition-management .requisition-list-title h1 {
  display: inline-block;
  font-weight: 300;
  margin-bottom: 0;
  margin-right: 10px;
}
.block-requisition-management .requisition-toolbar-select,
.block-requisition-management .requisition-toolbar-actions {
  display: inline-block;
  vertical-align: bottom;
}
.block-requisition-management .requisition-toolbar-select {
  margin-right: 20px;
}
.requisition-content {
  margin-bottom: 2rem;
}
.product-item-inner .block-requisition-list {
  margin-bottom: 0;
}
.product-items .product-item-info .requisition-list-button.toggle span {
  font-size: 0;
  letter-spacing: 0;
}
.product-items .product-item-info .requisition-list-button.toggle:after {
  border-left: 0;
  padding-left: 0;
}
.order-actions-toolbar .block-requisition-list,
.requisition-toolbar-actions .block-requisition-list {
  margin-left: 10px;
}
.requisition-list-requisition-view .requisition-grid .col.number {
  display: none;
}
.requisition-list-requisition-print.account .column.main {
  padding-bottom: 0;
}
.requisition-list-requisition-print .block-requisition-management {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.requisition-list-requisition-print .block-requisition-management .requisition-list-title {
  margin-bottom: 0;
}
.requisition-list-requisition-print .block-requisition-management .requisition-info {
  float: right;
  margin-top: -2.2rem;
}
.requisition-list-requisition-print .requisition-grid .actions-toolbar {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .col.number {
  width: 1rem;
}
.requisition-list-requisition-print .requisition-grid .col.col-checkbox {
  padding: 0;
}
.requisition-list-requisition-print .requisition-grid .col.col-checkbox input[type='checkbox'] {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .col.subtotal {
  padding-right: 0;
}
.requisition-list-requisition-print .requisition-grid .col.price,
.requisition-list-requisition-print .requisition-grid .col.qty,
.requisition-list-requisition-print .requisition-grid .col.subtotal {
  text-align: right;
}
.requisition-list-requisition-print .requisition-grid .col .product-item-name a {
  pointer-events: none;
}
.requisition-list-requisition-print .requisition-grid .col .price {
  font-size: 1.4rem;
  font-weight: 600;
}
.requisition-list-requisition-print .requisition-grid .col .price-excluding-tax {
  font-size: 1.1rem;
}
.requisition-list-requisition-print .requisition-grid .col .price-excluding-tax .price {
  font-size: 12px;
}
.requisition-list-requisition-print .requisition-grid .col .input-text {
  border-color: transparent;
  opacity: 1;
  padding-right: 0;
  pointer-events: none;
  text-align: right;
}
.requisition-list-requisition-print .requisition-grid .product-item-image {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .product-item-description {
  float: none;
  width: 100%;
}
.requisition-list-requisition-print .requisition-grid tbody td {
  border-top: 1px solid #e4e4e4;
}
.requisition-list-requisition-print .copyright {
  background-color: transparent;
  color: #333333;
  font-size: 12px;
  margin-bottom: 25px;
  padding: 10px 0 0;
  text-align: left;
}
.requisition-list-requisition-print .copyright .phone {
  float: right;
}
@media print {
  .requisition-list-requisition-print .table-wrapper table {
    table-layout: auto;
  }
}
@font-face {
  font-family: 'magento-icons';
  src: url('../../frontend/ZeroGravity/sindabad_child/en_US/Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../../frontend/ZeroGravity/sindabad_child/en_US/Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
.jstree > ul ul li {
  background: none;
  border-left: 1px dashed #a6a6a6;
  margin-left: 2.4rem;
  padding: .5rem 0;
  position: relative;
}
.jstree > ul ul li.jstree-last {
  background: none;
  border-left: none;
  left: .1rem;
  padding-bottom: 0;
  position: relative;
}
.jstree > ul ul li.jstree-last:after {
  border-left: 1px dashed #a6a6a6;
  content: '';
  height: 2.3rem;
  left: -.1rem;
  position: absolute;
  top: 0;
}
.jstree > ul ul li.jstree-leaf > .jstree-icon.jstree-ocl {
  background: none;
  display: inline;
  padding-right: 3.7rem;
  width: 2.5rem;
}
.jstree > ul ul li.jstree-leaf > .jstree-icon.jstree-ocl:after {
  right: 0;
  top: 1.7rem;
  width: 100%;
}
.jstree > ul ul li > .jstree-icon.jstree-ocl {
  position: relative;
}
.jstree > ul ul li > .jstree-icon.jstree-ocl:after {
  border-top: 1px dashed #a6a6a6;
  content: '';
  height: .1rem;
  position: absolute;
  right: 2.3rem;
  top: 1.1rem;
  width: 1.3rem;
}
.jstree li > .jstree-icon {
  padding-right: 1.5rem;
}
.jstree li a {
  height: 2.2rem;
  line-height: 2.2rem;
  padding: .4rem 1rem .4rem .2rem;
}
.jstree li a > .jstree-themeicon-custom {
  margin-left: 10px;
  margin-right: .7rem;
}
.jstree li a > .jstree-icon.icon-customer:before {
  content: '\e907';
}
.jstree li a > .jstree-icon.icon-customer:before {
  font-size: 1.8rem;
}
.jstree li a > .jstree-icon.icon-company:before {
  content: '\e906';
}
.jstree li a > .jstree-icon.icon-company:before {
  font-size: 1.7rem;
}
.jstree li a > .field-tooltip {
  color: #000000;
  left: 100%;
  margin-left: 5px;
  top: .4rem;
}
.jstree li a .field-tooltip-content {
  white-space: normal;
}
.jstree li:not(.jstree-leaf) > .jstree-icon {
  display: inline-block;
  text-decoration: none;
  left: -.1rem;
  position: relative;
  top: 0.6rem;
  z-index: 5;
}
.jstree li:not(.jstree-leaf) > .jstree-icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree li:not(.jstree-leaf) > .jstree-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.9rem;
  line-height: 1.1;
  color: #575757;
  content: '\e909';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree li:not(.jstree-leaf) > .jstree-icon:before {
  cursor: pointer;
  text-align: center;
}
.jstree li.jstree-open > .jstree-icon:before {
  content: '\e90a';
}
.jstree li.jstree-open > .jstree-icon:before {
  color: #c2c2c2;
  font-size: 2.2rem;
  left: 1.4rem;
  position: relative;
}
.jstree li.jstree-closed > .jstree-icon:before {
  content: '\e909';
}
.jstree li.jstree-closed > .jstree-icon:before {
  color: #c2c2c2;
  font-size: 2.2rem;
  left: 1.4rem;
  position: relative;
}
.jstree > ul > li {
  background: none;
}
.jstree > ul > li > a.company-admin {
  margin-left: -.2rem;
  padding-bottom: 1.3rem;
}
.jstree > ul > li > a.company-admin:before {
  display: none;
}
.jstree > ul > li > a.company-admin > .jstree-icon {
  margin-right: 10px;
  position: relative;
  z-index: 5;
}
.jstree > ul > li > a.company-admin > .jstree-icon:before {
  content: '\e908';
}
.jstree > ul > li > a.company-admin > .jstree-icon:before {
  font-size: 3rem;
}
.jstree > ul > li:not(.root-collapsible) > .jstree-icon.jstree-ocl {
  display: none;
}
.jstree .jstree-leaf > .jstree-icon.jstree-ocl {
  display: none;
}
.jstree a > .jstree-icon {
  display: inline-block;
  text-decoration: none;
  background: none;
}
.jstree a > .jstree-icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree a > .jstree-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: 1.1;
  color: #858585;
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree.jstree-draggable a {
  display: inline-block;
  text-decoration: none;
}
.jstree.jstree-draggable a > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree.jstree-draggable a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: 1.1;
  color: #c2c2c2;
  content: '\e90b';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree.jstree-draggable a:before {
  height: 1.8rem;
  margin-left: -.4rem;
  overflow: hidden;
  width: 1.9rem;
}
.jstree.jstree-draggable a.jstree-clicked:before {
  color: #ffffff;
}
.jstree i {
  font-style: normal;
}
.block-dashboard-company .jstree .jstree-clicked {
  background-color: #006bb4;
  color: #ffffff;
}
.block-dashboard-company .jstree .jstree-clicked > .jstree-icon:before {
  color: #ffffff;
}
.jstree .jstree-anchor .jstree-checkbox {
  background-color: transparent;
  background-image: url(../../frontend/ZeroGravity/sindabad_child/en_US/Magento_Company/images/icon-tree.png);
  background-position: top right;
  background-repeat: no-repeat;
  height: 16px;
  margin: 5px 8px -2px 4px;
  position: relative;
  width: 16px;
}
.jstree .jstree-anchor.jstree-clicked > .jstree-checkbox {
  background-position: top center;
}
.jstree .jstree-anchor > .jstree-checkbox.jstree-undetermined {
  background-position: top left;
}
.jstree-checkbox-selection .jstree-anchor {
  display: inline-block;
  text-decoration: none;
}
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  color: black;
  display: inline-block;
  margin: 0;
  padding: 0 4px 0 1px;
  vertical-align: top;
  white-space: nowrap;
}
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
#jstree-dnd .jstree-ok {
  background: green;
}
#jstree-dnd .jstree-er {
  background: red;
}
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}
.form-edit-role .block-title,
.block-dashboard-company .block-title {
  margin-top: 20px;
}
.form-edit-role .box-actions button.action,
.block-dashboard-company .box-actions button.action,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action {
  background: none;
  border: 0;
  color: #1979c3;
  font-weight: 400;
  padding: 0 25px 10px 0;
  position: relative;
}
.form-edit-role .box-actions button.action:hover,
.block-dashboard-company .box-actions button.action:hover,
.form-edit-role .box-actions button.action:active,
.block-dashboard-company .box-actions button.action:active,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:hover,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:hover,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:active,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #006bb4;
}
.form-edit-role .box-actions button.action:not(:focus),
.block-dashboard-company .box-actions button.action:not(:focus),
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:not(:focus),
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:not(:focus) {
  box-shadow: none;
}
.form-edit-role .box-actions button.action:after,
.block-dashboard-company .box-actions button.action:after,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:after,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:after {
  position: absolute;
  right: -.2rem;
  top: .2rem;
  width: .1rem;
}
.form-edit-role .box-actions button.action.delete:after,
.block-dashboard-company .box-actions button.action.delete:after,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action.delete:after,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action.delete:after {
  display: none;
}
.form-edit-role .box-actions button.action._hidden,
.block-dashboard-company .box-actions button.action._hidden,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action._hidden,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action._hidden {
  display: none;
}
.form-edit-account .fieldset.info {
  margin-right: 20px;
}
.form-edit-account .fieldset.company {
  clear: both;
  float: left !important;
  margin-bottom: 20px;
}
.form-edit-account .fieldset.job_title {
  clear: both;
  float: left !important;
}
.form-edit-account .actions-toolbar {
  clear: both;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title {
  font-size: 1.8rem;
}
.message.company-warning {
  margin: 0;
  padding: 30px 40px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.company-warning a {
  color: #006bb4;
}
.message.company-warning a:hover {
  color: #006bb4;
}
.message.company-warning a:active {
  color: #fdac27;
}
.message.company-warning._hidden {
  display: none;
}
.nav .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.additional-fields {
  margin-top: 20px;
}
.additional-fields._hidden {
  display: none;
}
.modal-container {
  display: none;
}
.data-grid-filters-wrap {
  margin-bottom: 10px;
  margin-top: -15px;
}
.data-grid-filters-wrap .action {
  margin-right: 25px;
}
.modal-popup .action._hidden {
  display: none;
}
.popup-tree .modal-footer .action-primary {
  background-image: none;
  background: #fdac27;
  border: 1px solid #fdac27;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: none;
}
.popup-tree .modal-footer .action-primary:focus,
.popup-tree .modal-footer .action-primary:active {
  background: #fdac27;
  border: 1px solid #fdac27;
  color: #ffffff;
}
.popup-tree .modal-footer .action-primary:hover {
  background: #fdac27;
  border: 1px solid #fdac27;
  color: #ffffff;
}
.popup-tree .modal-footer .action-primary.disabled,
.popup-tree .modal-footer .action-primary[disabled],
fieldset[disabled] .popup-tree .modal-footer .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.company-profile-payment-methods {
  font-size: 1.6rem;
  line-height: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.company-profile-payment-methods .payment-methods-label {
  font-weight: 700;
  margin-bottom: 10px;
}
.company-profile-payment-methods .payment-methods-list {
  list-style: none;
}
.wrap-text {
  margin-bottom: 30px;
}
.form-add-user .field.email .exist-notification-message {
  color: #999999;
  font-size: 12px;
  padding-top: 5px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.payment-method._active .available-credit {
  display: block;
}
.form-purchase-order {
  margin-bottom: 10px;
}
.credit-balance-list {
  list-style: none;
  padding-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.credit-balance-list .credit-balance-item {
  margin-right: 10rem;
}
.credit-balance-list .credit-balance-item:last-child {
  margin-right: 0;
}
.credit-balance-list .credit-balance-label {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.credit-balance-list .credit-balance-price {
  font-size: 2.4rem;
  font-weight: 600;
}
.credit-balance-list .credit-balance-price._negative {
  color: #eb5202;
}
.available-credit {
  float: right;
  display: none;
}
.available-credit strong + span {
  padding: 0 10px;
}
.change-result {
  clear: both;
  padding-top: 20px;
}
.change-result strong {
  padding-left: 5px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/ZeroGravity/sindabad_child/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/ZeroGravity/sindabad_child/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/ZeroGravity/sindabad_child/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/ZeroGravity/sindabad_child/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  font-family: 'pagebuilder-font';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  display: inline-block;
  font-family: 'pagebuilder-font';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  bottom: -30px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .quote-details-items .actions-toolbar > .action {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .quote-details-items .actions-toolbar > .action:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .quote-details-items .actions-toolbar > .action:active,
.slick-dots li .quote-details-items .actions-toolbar > .action:focus,
.slick-dots li .quote-details-items .actions-toolbar > .action:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .quote-details-items .actions-toolbar > .action {
  background: #1c1918;
}
[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;
  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 [data-element='content'] {
  min-height: 50px;
}
.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;
}
@media only screen and (max-width: 768px) {
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
}
.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,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #006bb4;
  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,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:visited {
  color: #006bb4;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:active {
  color: #fdac27;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:hover {
  color: #006bb4;
}
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,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:active,
.quote-details-items .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,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link.disabled,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.pagebuilder-button-link {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #fdac27;
  border: 1px solid #fdac27;
  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 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  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,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:active,
.quote-details-items .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,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:active {
  background: #fdac27;
  border: 1px solid #fdac27;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover {
  background: #fdac27;
  border: 1px solid #fdac27;
  color: #ffffff;
}
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,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .quote-details-items .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,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  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 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  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,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:active,
.quote-details-items .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,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  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,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
}
[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;
}
.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='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1600px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
}
[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: 1600px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
}
[data-content-type='slide'] {
  box-sizing: border-box;
  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;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.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;
}
.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;
}
@media only screen and (max-width: 768px) {
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
}
.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'] {
  display: none;
}
div[data-content-type='slider'].slick-initialized {
  display: block;
  margin-bottom: 35px !important;
}
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 {
  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 #cccccc;
  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 #cccccc;
}
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 #cccccc;
  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;
}
@media only screen and (max-width: 768px) {
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
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 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 0px solid #cccccc;
  height: 40px;
  padding: 0px 10px 0px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #999999;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 0px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
@media all and (min-width: 769px) {
  .pagebuilder-mobile-only {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
}
.columns .column.main {
  max-width: 100%;
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
  background: #fff;
}
.ui-tooltip .arrow {
  position: absolute;
  left: 15px;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow::after {
  content: "";
  position: absolute;
  border-top: 10px solid #cccccc;
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 1px;
  border-top: 9px solid #fff;
  border-right: 19px solid transparent;
  z-index: 9;
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .am-brand-small_image {
  margin: auto;
  display: block;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  margin: auto;
  display: block;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  margin-top: 15px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-slide .brand-title {
  color: #4f4f4f;
  font-size: 15px;
  line-height: 1.2;
}
.amslider .swiper-pagination-bullet {
  margin: 0 5px;
  width: 12px;
  height: 12px;
}
.amslider .swiper-pagination-bullet-active {
  background: #4f4f4f;
}
.amslider .swiper-button-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCAyNSA0MyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+VmVjdG9yPC90aXRsZT48ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0NTMgNzkwKSI+PGcgaWQ9IlZlY3RvciI+PHVzZSB4bGluazpocmVmPSIjcGF0aDBfc3Ryb2tlIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSAtMTQzMC4zNSAtNzg4LjY0NikiIGZpbGw9IiM0RjRGNEYiLz48L2c+PC9nPjxkZWZzPjxwYXRoIGlkPSJwYXRoMF9zdHJva2UiIGQ9Ik0gNi4xMzcwNGUtMDUgMTkuOTM5M0wgLTEuMDQxOTYgMTguODYwNEwgLTIuMTM5OSAxOS45MjA3TCAtMS4wNjA2IDIxTCA2LjEzNzA0ZS0wNSAxOS45MzkzWk0gMTkuNjA0NCAtMS4wNzg5N0wgLTEuMDQxOTYgMTguODYwNEwgMS4wNDIwOSAyMS4wMTgzTCAyMS42ODg1IDEuMDc4OTdMIDE5LjYwNDQgLTEuMDc4OTdaTSAtMS4wNjA2IDIxTCAxOC45MzkzIDQxTCAyMS4wNjA3IDM4Ljg3ODdMIDEuMDYwNzIgMTguODc4N0wgLTEuMDYwNiAyMVoiLz48L2RlZnM+PC9zdmc+);
}
.amslider .swiper-button-prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjx1c2UgeGxpbms6aHJlZj0iI3BhdGgwX3N0cm9rZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi43MSAxLjM1NCkiIGZpbGw9IiM0RjRGNEYiLz48ZGVmcz48cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNMCAxOS45NGwtMS4wNDItMS4wOC0xLjA5OCAxLjA2TC0xLjA2IDIxIDAgMTkuOTR6TTE5LjYwNC0xLjA4bC0yMC42NDYgMTkuOTQgMi4wODQgMi4xNTdMMjEuNjkgMS4wOGwtMi4wODUtMi4xNTh6TS0xLjA2IDIxbDIwIDIwIDIuMTIyLTIuMTIxLTIwLTIwTC0xLjA2MSAyMXoiLz48L2RlZnM+PC9zdmc+);
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
  word-break: break-word;
}
.amslider .wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.amslider .no-img {
  margin: auto;
}
.brands-filters {
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
  min-height: 50px;
}
.brands-filters .letter {
  display: block;
  float: left;
  margin: 0 5px 10px;
  padding: 2px 5px;
  min-width: 17px;
  min-height: 20px;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #CCC;
  border-radius: 5px;
  background: #e2e2e2;
}
.brands-filters .letter-all {
  min-width: 90px;
  margin-right: 20px;
}
.brands-filters .letters {
  margin-top: 4px;
}
.brands-filters .letter.-disabled {
  opacity: 0.6;
  pointer-events: none;
  background-color: #f1f1f1;
}
.brands-filters .letter.hide {
  display: none;
}
.brands-filters .letter:hover,
.brands-filters .letter.-active {
  background: #fed285;
}
.ambrands-search-wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
}
.ambrands-search-wrapper .ambrands-search-input {
  display: block;
  margin: 0 0 10px;
  max-width: 100%;
}
.ambrands-search-wrapper #livesearch {
  position: absolute;
  display: none;
  width: 365px;
  max-width: 100%;
  max-height: 250px;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #c2c2c2;
  border-top: 2px solid #309ef3;
  z-index: 99;
}
.ambrands-search-wrapper #livesearch a {
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
  color: #000;
  box-sizing: border-box;
}
.ambrands-search-wrapper #livesearch a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.brand-images .brands-letter {
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}
.brand-images .brands-letter .bare-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.brand-images .brands-letter .letter {
  border-bottom: 1px solid #b2b2b2;
  font-size: 18px;
  font-weight: 400;
}
.brand-images .brands-letter .letter .title {
  padding: 0 2px 1px;
  text-transform: uppercase;
  background: #e2e2e2;
}
.brands-letter .brand-item {
  position: relative;
  margin: 0 5px 20px;
}
.brands-letter .brand-item .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #333333;
  -webkit-justify-content: flex-start;
}
.brands-letter .brand-item .item:hover {
  text-decoration: none;
}
.brands-letter .brand-item .no-img {
  color: #e2e2e2;
}
.brands-letter .brand-item .count {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  box-sizing: border-box;
  min-width: 25px;
  height: 25px;
  padding: 0 3px;
  line-height: 25px;
  text-align: center;
  background: #f58c12;
  border-radius: 20px;
  color: #ffffff;
}
.brands-letter .brand-item .label {
  position: relative;
  margin: 5px 0 0;
  padding-top: 5px;
  width: 100%;
  word-wrap: break-word;
}
.brands-letter .brand-item .label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25%;
  right: 25%;
  display: block;
  height: 1px;
  background: #b2b2b2;
}
.brands-letter .brand-item .item:hover .label:before {
  left: 0;
  right: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.brands-letter .brand-item .am-image-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.brands-letter .brand-item .am-image-wrapper .am-image {
  max-width: 100%;
  max-height: 100%;
}
.bare-list .ambrands-image {
  pointer-events: none;
}
.amslider-header-container {
  padding: 5px 0 5px 35px;
  height: 35px;
  font-size: 22px;
  line-height: 35px;
  color: #000;
  background: #e2e2e2;
}
.icon .brand-label {
  float: left;
}
.brand-images li.brand-item {
  list-style-type: none;
  text-align: center;
}
ul.bare-list img {
  display: block;
  margin: 0 auto;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
  display: block;
}
.amslider.am-brand-slider {
  max-width: 100%;
  padding: 0;
}
.amslider.am-brand-slider .swiper-brand {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.amslider.am-brand-slider .am-image-wrapper {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: auto;
}
.amslider.am-brand-slider .am-image-wrapper .am-image {
  max-width: 100%;
  max-height: 100%;
}
.amslider.am-brand-slider .slide {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.amslider.am-brand-slider .slide .am-image-wrapper {
  margin-bottom: 10px;
  overflow: hidden;
}
.amslider.am-brand-slider .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  height: auto;
}
.amslider .slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 9px 20px 0;
  max-width: 30%;
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
  text-align: center;
  color: #4f4f4f;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border-color: #bbb;
  position: relative;
  z-index: 2;
  padding: 10px;
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .swiper-brand .am-image {
  height: auto;
}
.children-category-container.swiper-container {
  width: calc(100% - 2 * 27px);
  margin: auto;
}
.children-category-container .swiper-wrapper {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.amslider .swiper-slide {
  padding: 10px;
  box-sizing: border-box;
  color: #4f4f4f;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  background: #ffffff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #bbb;
  margin: 0;
}
.amslider .swiper-slide .swiper-brand .no-img {
  display: inline-block;
  margin-bottom: 15px;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .3;
  height: 100%;
  margin: 0;
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .swiper-brand {
    width: 100%;
  }
  .swiper-brand .no-img {
    width: 100%;
  }
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
[data-role='negotiable-quote-popup'] .add-file {
  background: none;
  border: 0;
  color: #1979c3;
  float: right;
  font-weight: 400;
  padding: 0 0 10px;
  position: relative;
}
[data-role='negotiable-quote-popup'] .add-file:hover,
[data-role='negotiable-quote-popup'] .add-file:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #006bb4;
}
[data-role='negotiable-quote-popup'] .add-file:not(:focus) {
  box-shadow: none;
}
[data-role='negotiable-quote-popup'] .fieldset {
  margin-bottom: 10px;
}
.reorder-quote-popup .fieldset {
  margin-bottom: 20px;
}
.reorder-quote-popup .action.cancel {
  background: none;
  border: 0;
  color: #1979c3;
  font-weight: 400;
  padding-left: 10px;
}
.reorder-quote-popup .action.cancel:hover,
.reorder-quote-popup .action.cancel:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #006bb4;
}
.reorder-quote-popup .action.cancel:not(:focus) {
  box-shadow: none;
}
.quote__data-grid-wrap {
  border-bottom: 1px solid #e4e4e4;
  clear: both;
  margin-bottom: 20px;
}
.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
.admin__data-grid-loading-mask .spinner {
  background: url('../../frontend/ZeroGravity/sindabad_child/en_US/images/loader-2.gif') 50% 50% no-repeat;
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  left: 50%;
  margin-left: -2rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 50%;
  width: 1em;
}
.ie9 .admin__data-grid-loading-mask .spinner {
  background: url('../../frontend/ZeroGravity/sindabad_child/en_US/images/loader-2.gif') 50% 50% no-repeat;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
.quote-view-links {
  margin: 10px 0;
}
.quote-view-links ._disabled {
  display: inline-block;
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-actions-toolbar .action {
  padding-right: 25px;
}
.quote-details-items {
  margin-bottom: 20px;
}
.quote-details-items .content .quote-title {
  border-bottom: 1px solid #e4e4e4;
  display: block;
  padding-bottom: 10px;
}
.quote-details-items .content .quote-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.quote-details-items .item .col.item,
.quote-details-items .item .col.sku {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.quote-details-items .quote-table-totals-wrap {
  background: #f2f2f2;
}
.quote-details-items .quote-table-totals tr td,
.quote-details-items .quote-table-totals tr th {
  font-weight: 400;
  text-align: right;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot {
  background: none;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr td {
  width: 10rem;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr th {
  text-align: left;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr:first-child td,
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr:first-child th {
  border-top-width: 0;
  padding-top: 10px;
}
.quote-details-items .quote-table-totals .hidden {
  display: none;
}
.quote-details-items .quote-table-totals .toggle-action tr th,
.quote-details-items .quote-table-totals .toggle-action tr td {
  font-weight: 600;
  padding-bottom: 0;
}
.quote-details-items .collapsible-table {
  border-bottom: 1px solid #cccccc;
  display: none;
  padding-bottom: 10px;
}
.quote-details-items .collapsible-table tbody td,
.quote-details-items .collapsible-table tbody th {
  line-height: 1.2;
  padding-bottom: 0;
}
.quote-details-items .collapsible-table tbody td {
  padding-right: 0;
}
.quote-details-items .collapsible-table tbody th {
  padding-left: 0;
}
.quote-details-items .toggle-action td {
  padding-right: 0;
}
.quote-details-items .toggle-action th {
  padding-left: 0;
}
.quote-details-items .toggle-action .toggle {
  border: 0;
  padding: 0;
}
.quote-details-items .toggle-action .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.quote-details-items .toggle-action .toggle.active:after {
  content: '\e621';
}
.quote-details-items .quote-table {
  padding: 20px 20px 40px;
}
.quote-details-items .quote-table .table {
  border-collapse: separate;
}
.quote-details-items .quote-table .table > tbody > tr.item-actions td,
.quote-details-items .quote-table .table > tbody > tr.item-actions th {
  border-top-width: 0;
}
.quote-details-items .items thead + .item {
  border-top-width: 0;
}
.quote-details-items .product-item-name {
  font-size: 1.8rem;
  line-height: 1;
  margin: 0;
}
.quote-details-items .product-item-name + .item-options {
  margin-top: 20px;
}
.quote-details-items .item-options {
  margin-bottom: 0;
}
.quote-details-items .col {
  padding-top: 20px;
}
.quote-details-items .col.qty .input-text {
  margin-top: -5px;
}
.quote-details-items .actions-toolbar {
  position: relative;
  text-align: right;
}
.quote-details-items .actions-toolbar > .action {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.quote-details-items .actions-toolbar > .action:hover,
.quote-details-items .actions-toolbar > .action:active,
.quote-details-items .actions-toolbar > .action:focus {
  text-decoration: none;
}
.quote-details-items .actions-toolbar > .action:last-child {
  margin-right: 0;
}
.quote-details-items .actions-toolbar > .action:active,
.quote-details-items .actions-toolbar > .action:not(:focus) {
  box-shadow: none;
}
.quote-details-items .actions-toolbar > .action:focus {
  box-shadow: 0 0 3px 1px #eeeeee;
}
.quote-details-items .actions-toolbar .update._disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-details-items .actions-toolbar._disabled a {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-details-items .actions-toolbar > .action-delete {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: -2px;
}
.quote-details-items .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quote-details-items .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-details-items .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.quote-details-items .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.quote-details-items .actions-toolbar > .action-delete:focus {
  box-shadow: 0 0 3px 1px #eeeeee;
}
.quote-shipping-info .block-content > .box {
  width: 100% !important;
}
.quote-shipping-info .edit {
  display: inline-block;
  margin: 10px 0;
}
.quote-shipping-info .edit._disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-status {
  margin-top: .7rem;
  padding: 5px 10px;
}
.quote-date {
  font-size: 1.4rem;
}
.quote-date > div {
  margin-bottom: 5px;
}
.quote-sales-rep {
  font-size: 1.4rem;
}
.quote-actions-toolbar {
  clear: both;
}
.field-attachment._disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-comments-block .quote-block-title {
  display: none;
}
.quote-comments-block .comments-block-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.quote-comments-block .comments-block-item .comments-block-item-date-time {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.quote-comments-block .comments-block-item .comments-block-item-comment {
  font-size: 1.4rem;
  margin-bottom: 5px;
  word-break: break-all;
}
.quote-comments-block .comments-block-item .attachments-list span.attachments-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 250px;
}
.quote-comments-block ._disabled {
  opacity: .5;
  pointer-events: none;
}
.quote-history-log-block .history-log-block-list {
  list-style-type: none;
  padding-left: 0;
}
.quote-history-log-block .history-log-block-item-info {
  word-break: break-all;
}
.quote-history-log-block .history-log-block-item {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.quote-history-log-block .history-log-block-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.quote-history-log-block .history-log-block-item .history-log-block-item-action-describe {
  padding-bottom: 5px;
  padding-top: 10px;
}
.quote-history-log-block .history-log-block-item .history-log-block-item-action-describe:last-child {
  padding-bottom: 0;
}
.quote-history-log-block .history-log-block-item b,
.quote-history-log-block .history-log-block-item strong {
  font-weight: 600;
}
.quote-history-log-block .history-log-block-item-title {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.quote-history-log-block .history-log-block-item-old {
  margin-right: 5px;
  text-decoration: line-through;
}
.comments-field .comments-field-label {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.quote-attach-file {
  text-align: right;
}
.attachments-list {
  padding-top: 10px;
}
.attachments-list .attachments-item {
  padding-bottom: 5px;
}
.attachments-list .attachments-item span {
  padding-right: 5px;
}
.attachments-list .attachments-item .action-delete {
  display: inline-block;
  text-decoration: none;
  position: relative;
  top: -.2rem;
}
.attachments-list .attachments-item .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.attachments-list .attachments-item .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.attachments-list .attachments-item .action-delete:hover:before {
  color: #333333;
}
.attachments-list .attachments-item .action-delete:active:before {
  color: #8f8f8f;
}
.attachments-list .attachments-item .action-delete:focus {
  box-shadow: 0 0 3px 1px #eeeeee;
}
.field-attachment input {
  display: none;
}
.field-attachment label {
  display: inline-block;
  text-decoration: none;
  color: #1979c3;
  cursor: pointer;
  font-size: 1.4rem;
  margin-left: 20px;
  margin-top: 10px;
  position: relative;
}
.field-attachment label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #1979c3;
  content: '\e900';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-attachment label:before {
  left: -20px;
  position: absolute;
}
.field-attachment.loading label {
  color: inherit;
  pointer-events: none;
}
.field-attachment:after {
  content: attr(data-progress);
  padding-left: 20px;
}
.field-attachment._disabled {
  opacity: .5;
  pointer-events: none;
}
.negotiable-quote-quote-view .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.popup-edit-address .action.hidden {
  display: none;
}
.popup-edit-address .modal-footer .secondary {
  line-height: 1.42857143;
  margin: 0;
  padding: 0.7rem 1.5rem;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.popup-edit-address .modal-footer .secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.popup-edit-address .modal-footer .secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:active {
  color: #fdac27;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:hover {
  color: #006bb4;
}
.popup-edit-address .modal-footer .secondary:hover,
.popup-edit-address .modal-footer .secondary:active,
.popup-edit-address .modal-footer .secondary:focus {
  background: none;
  border: 0;
}
.popup-edit-address .modal-footer .secondary.disabled,
.popup-edit-address .modal-footer .secondary[disabled],
fieldset[disabled] .popup-edit-address .modal-footer .secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:active,
.popup-edit-address .modal-footer .secondary:not(:focus) {
  box-shadow: none;
}
.negotiable-quote.request button,
.negotiable-quote.request .quote-details-items .actions-toolbar > .action {
  width: 100%;
}
.negotiable-quote.request .message-info.message.info {
  font-size: 1.3rem;
  background: #f5f5f5;
  color: #858585;
  margin-top: .5rem;
  padding: 0 .6rem;
  text-align: left;
}
.negotiable-quote.request .message-info.message.info:before {
  display: none;
}
.negotiable-quote-quote-print.account .column.main {
  padding-bottom: 0;
}
.negotiable-quote-quote-print.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
  float: left;
  width: 50%;
}
.negotiable-quote-quote-print .columns {
  display: block;
}
.negotiable-quote-quote-print .page-title {
  font-size: 4rem;
  margin-bottom: 5px;
}
.negotiable-quote-quote-print .page-title-wrapper {
  margin-bottom: 30px;
}
.negotiable-quote-quote-print .quote-date {
  float: left;
}
.negotiable-quote-quote-print .quote-sales-rep {
  float: right;
}
.negotiable-quote-quote-print .quote-details-items .quote-table {
  border-width: 0;
  padding: 0;
}
.negotiable-quote-quote-print .quote-name {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 2rem;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-title {
  border-bottom: 1px solid #e4e4e4;
}
.negotiable-quote-quote-print .quote-title > strong {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2;
}
.negotiable-quote-quote-print .quote-status {
  float: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col.item,
.negotiable-quote-quote-print .quote-details-items .item .col.item {
  display: table-cell;
}
.negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
.negotiable-quote-quote-print .quote-details-items .item .col.subtotal {
  padding-right: 0;
}
.negotiable-quote-quote-print .quote-details-items thead .col.delete,
.negotiable-quote-quote-print .quote-details-items .item .col.delete {
  display: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col.price,
.negotiable-quote-quote-print .quote-details-items .item .col.price,
.negotiable-quote-quote-print .quote-details-items thead .col.stock,
.negotiable-quote-quote-print .quote-details-items .item .col.stock,
.negotiable-quote-quote-print .quote-details-items thead .col.qty,
.negotiable-quote-quote-print .quote-details-items .item .col.qty,
.negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
.negotiable-quote-quote-print .quote-details-items .item .col.subtotal {
  text-align: right;
}
.negotiable-quote-quote-print .quote-details-items thead .col .product-item-name a,
.negotiable-quote-quote-print .quote-details-items .item .col .product-item-name a {
  pointer-events: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col .price,
.negotiable-quote-quote-print .quote-details-items .item .col .price {
  font-size: 1.4rem;
  font-weight: 600;
}
.negotiable-quote-quote-print .quote-details-items thead .col .input-text,
.negotiable-quote-quote-print .quote-details-items .item .col .input-text {
  border-color: transparent;
  opacity: 1;
  padding-right: 0;
  text-align: right;
}
.negotiable-quote-quote-print .quote-details-items thead td,
.negotiable-quote-quote-print .quote-details-items .item td {
  border-color: #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items thead th,
.negotiable-quote-quote-print .quote-details-items .item th,
.negotiable-quote-quote-print .quote-details-items thead td,
.negotiable-quote-quote-print .quote-details-items .item td {
  padding-left: 0;
}
.negotiable-quote-quote-print .quote-details-items tbody:last-child td {
  border-bottom: 1px solid #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items tbody td {
  border-top: 1px solid #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals {
  background: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tbody {
  background: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr th {
  font-weight: 400;
  padding-left: 0;
  text-align: left;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr th {
  font-size: 1.3rem;
  padding-bottom: 1.2rem;
  padding-top: 0;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr > td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr > th {
  border: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr[class='grand_total'] td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr[class='grand_total'] th {
  border-bottom: none;
  border-top: 1px solid #e4e4e4;
  padding-top: 1.8rem;
}
.negotiable-quote-quote-print .quote-details-items .catalog-price .quote-table-totals:not(.cart) tbody > tr:last-child td,
.negotiable-quote-quote-print .quote-details-items .catalog-price .quote-table-totals:not(.cart) tbody > tr:last-child th {
  border-bottom: none;
  border-top: 1px solid #e4e4e4;
  padding-top: 1.8rem;
}
.negotiable-quote-quote-print .quote-shipping-info {
  margin-bottom: 0;
}
.negotiable-quote-quote-print .quote-price-block {
  margin: 6rem 0 40px;
}
.negotiable-quote-quote-print .quote-block-title {
  border-bottom: 1px solid #f2f2f2;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-block-content {
  width: calc(44%);
}
.negotiable-quote-quote-print .quote-block-content.catalog-price {
  float: left;
}
.negotiable-quote-quote-print .quote-block-content.catalog-price .quote-table-totals td strong,
.negotiable-quote-quote-print .quote-block-content.catalog-price .quote-table-totals th strong {
  font-weight: 400;
}
.negotiable-quote-quote-print .quote-block-content.negotiated-price {
  float: right;
}
.negotiable-quote-quote-print .quote-block-content.negotiated-price .quote-table-totals:not(.cart) tfoot > tr:last-child td,
.negotiable-quote-quote-print .quote-block-content.negotiated-price .quote-table-totals:not(.cart) tfoot > tr:last-child th {
  border-color: #858585;
}
.negotiable-quote-quote-print .quote-comments-block .quote-block-title {
  border-color: #e4e4e4;
  display: block;
  font-weight: 300;
}
.negotiable-quote-quote-print .quote-comments-block .comments-block-item {
  border-color: #e4e4e4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-comments-block .attachments-list {
  padding-top: 0;
}
.negotiable-quote-quote-print .quote-comments-block .attachments-list a {
  pointer-events: none;
}
.negotiable-quote-quote-print .quote-comments-block .comments-field {
  display: none;
}
.negotiable-quote-quote-print .copyright {
  background-color: transparent;
  border-bottom: 1px solid #e4e4e4;
  color: #333333;
  margin-bottom: 25px;
  padding: 10px 0 0;
  text-align: left;
}
.negotiable-quote-quote-print .copyright .phone {
  float: right;
}
.negotiable-quote-errors .error-wrap {
  display: none;
}
.negotiable-quote-order-information {
  font-size: 1.4rem;
  margin: -1.4rem 0 1.8rem;
}
.negotiable-quote-order-information:before,
.negotiable-quote-order-information:after {
  content: '';
  display: table;
}
.negotiable-quote-order-information:after {
  clear: both;
}
.table-order-items .page-section-negotiable td {
  padding: 0;
}
.table-order-items .page-section-negotiable td .data-table {
  position: relative;
}
.table-order-items .page-section-negotiable td .data-table tr td {
  border: none;
  padding: 11px 10px;
  text-align: right;
}
.table-order-items .page-section-negotiable td .data-table tr td:first-child {
  width: 79.5%;
}
.table-order-items .page-section-negotiable td .data-table tr.col-subtotal {
  font-weight: 600;
}
.table-order-items .page-section-negotiable td .data-table tr.col-subtotal:after {
  background: #cccccc;
  bottom: 42px;
  content: '';
  height: 1px;
  left: auto;
  position: absolute;
  right: 1.5%;
  width: 36%;
}
.table-order-items tfoot > tr.page-section-negotiable td {
  padding: 0;
}
.sales-order-view .page-main .page-title-wrapper .negotiable-quote-order-information .order-date {
  font-size: 1.4rem;
  margin: 0;
}
.checkout-shipping-address .message.notice .link-back {
  font-size: 0;
}
.checkout-shipping-address .message.notice .link-back a,
.checkout-shipping-address .message.notice .link-back span {
  font-size: 1.3rem;
}
@media print {
  body {
    min-width: 102.4rem;
  }
}
[data-content-type='dynamic_block'] figure[data-content-type='image'] img {
  display: inline;
}
[data-content-type='dynamic_block'] .block-banners .banner-item-content,
[data-content-type='dynamic_block'] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
.amazon-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-button-container img {
  display: block;
}
.amazon-button-container .field-tooltip {
  display: none;
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.checkout-shipping-address .amazon-button-container {
  margin: 22px 0;
}
.login-container .block-amazon-login .actions-toolbar {
  margin-top: 25px;
}
.amazon-validate-container .block .block-title {
  font-size: 1.8rem;
}
.amazon-validate-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.amazon-validate-container .fieldset:after {
  margin-top: 35px;
}
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
.quickorder-index-index .column .block-addbysku .action.remove {
  display: none;
  display: inline-block;
  text-decoration: none;
}
.quickorder-index-index .column .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quickorder-index-index .column .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quickorder-index-index .column .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.quickorder-index-index .column .block-addbysku .action.remove:active:before {
  color: inherit;
}
.quickorder-index-index .column .block-addbysku .action:active,
.quickorder-index-index .column .block-addbysku .action:not(:focus) {
  box-shadow: none;
}
.quickorder-index-index .column .block-addbysku .action:focus {
  box-shadow: 0 0 3px 1px #eeeeee;
}
.quickorder-index-index .column .block-addbysku .action.add {
  display: none;
}
.quickorder-index-index .column .block-addbysku .fieldset .fields .actions-toolbar {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 5px;
  position: relative;
  top: .3rem;
  vertical-align: top;
}
.quickorder-index-index .column .block-addbysku .block-content .actions-toolbar {
  margin-bottom: 30px;
}
.quickorder-index-index .column .block-addbysku .box-items {
  margin-bottom: 30px;
}
.quickorder-index-index .column .block-addbysku .box-upload {
  margin-bottom: 60px;
}
.quickorder-index-index .column .block-addbysku .deletable-item .label {
  display: none;
}
.quickorder-index-index .column .block-addbysku .deletable-item:last-child .remove {
  display: none;
}
.quickorder-index-index .upload .label {
  margin-bottom: 0;
}
.quickorder-index-index .upload .label + .note {
  margin-bottom: 5px;
  padding-top: 0;
}
.quickorder-index-index .upload-container {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.quickorder-index-index .upload-container .action-upload {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.quickorder-index-index .upload-container .file-upload {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
  text-align: center;
}
.quickorder-index-index .upload-container .file-upload:focus,
.quickorder-index-index .upload-container .file-upload:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.quickorder-index-index .upload-container .file-upload:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.quickorder-index-index .upload-container .file-upload.disabled,
.quickorder-index-index .upload-container .file-upload[disabled],
fieldset[disabled] .quickorder-index-index .upload-container .file-upload {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.quickorder-index-index .product-block {
  background-color: #f0f0f0;
}
.quickorder-index-index .product-block:not(:empty) {
  border: 1px solid #c2c2c2;
  border-top: none;
}
.quickorder-index-index .product-block .product-image {
  border: 1px solid #c2c2c2;
  float: left;
  margin: 1.5rem;
}
.quickorder-index-index .product-block .product-image img {
  display: block;
  max-width: 5rem;
}
.quickorder-index-index .product-block .product-name {
  overflow: hidden;
  padding: 1.5rem;
}
.quickorder-index-index .product-block .product-name .name {
  display: inline-block;
  margin-bottom: 10px;
}
.quickorder-index-index .product-error .message {
  margin: 0;
}
.quickorder-index-index .product-error.general-error .message {
  margin-bottom: 10px;
}
.quickorder-index-index .product-error.general-error .message:last-child {
  margin-bottom: 25px;
}
.quickorder-index-index .ui-front {
  z-index: 100;
}
.quickorder-index-index .ui-front .ui-helper-hidden-accessible {
  display: none;
}
.quickorder-index-index .ui-front > ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.quickorder-index-index .ui-front > ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.quickorder-index-index .ui-front > ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.quickorder-index-index .ui-front > ul li:first-child {
  border-top: none;
}
.quickorder-index-index .ui-front > ul li:hover,
.quickorder-index-index .ui-front > ul li.selected {
  background: #e8e8e8;
}
.quickorder-index-index .ui-front > ul li a {
  color: #333333;
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
}
.quickorder-index-index .ui-autocomplete {
  cursor: default;
  left: 0;
  position: absolute;
  top: 0;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 12px 0 4px 0;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.revert-checkout {
  margin-top: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #cccccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
/** hide alt currency - if multicurrency is enabled this will be unhidden dynamically **/
tr.totals.charge {
  display: none;
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.amrewards-expiration {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 20px;
  white-space: nowrap;
}
.amrewards-expiration.-warning {
  background: #ffa63d;
  color: #fff;
}
.amrewards-expiration.-critical {
  background: #eb5757;
  color: #fff;
}
.amrewards-expiration.-expired {
  background: #ececec;
  color: #838383;
}
.amrewards-info-table {
  border-top: 1px solid #ccc;
  color: #000;
}
.amrewards-info-table .amrewards-table-header .col {
  color: #888;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
}
.amrewards-info-table .col.status {
  white-space: nowrap;
}
.amrewards-current-balance .amrewards-balance {
  font-weight: 700;
  font-size: 36px;
}
.amrewards-current-balance .amrewards-label {
  font-size: 18px;
}
.amrewards-total-info {
  margin-bottom: 5px;
}
.amrewards-expiring-wrapper.table-wrapper {
  border-top: none;
  border-bottom: none;
}
.amrewards-expiring-wrapper .amrewards-title {
  font-weight: 600;
  font-size: 20px;
}
.amrewards-expiring-wrapper .amrewards-info-table {
  margin-top: 15px;
  max-width: 460px;
}
.customer-information {
  margin-bottom: 35px;
}
.amrewards-qty-info .amrewards-general {
  margin-bottom: 20px;
  padding-right: 10px;
  min-width: 200px;
}
.amrewards-qty-info .amrewards-description {
  margin-bottom: 20px;
}
.amrewards-balance-container {
  border-width: 1px;
  border-color: #a6a6a6;
  border-right-style: solid;
  border-left-style: solid;
}
.amrewards-balance-container .amrewards-label {
  margin-right: 10px;
}
.amrewards-balance-container .amrewards-amount {
  display: inline;
  padding: 0 5px;
  border-radius: 2px;
  background: #f2c94c;
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  cursor: pointer;
}
.amrewards-apply-container#block-reward {
  float: left;
  width: 53%;
}
.amrewards-apply-container#block-reward .content {
  max-width: 90%;
}
.amrewards-minpoints-note {
  display: none;
  margin-top: 3%;
  width: 130%;
  color: #f00;
  font-size: 13px;
}
.amrewards-discount-form {
  max-width: 500px;
}
.amrewards-discount-form .amrewards-actions {
  margin-top: 20px;
}
.amrewards-highlight-container {
  display: inline-flex;
  padding: 0 0 5px;
}
.amrewards-highlight-container > .caption strong {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.1;
}
.checkout-cart-index .amrewards-highlight-container,
.checkout-index-index .amrewards-highlight-container,
.catalog-product-view .amrewards-highlight-container {
  padding: 2px 0 15px;
}
.checkout-cart-index .amrewards-highlight-container > .caption strong,
.checkout-index-index .amrewards-highlight-container > .caption strong,
.catalog-product-view .amrewards-highlight-container > .caption strong {
  font-weight: 600;
}
.checkout-cart-index .amrewards-highlight-container:before,
.checkout-index-index .amrewards-highlight-container:before,
.catalog-product-view .amrewards-highlight-container:before {
  margin: 2px 5px 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNyIgY3k9IjciIHI9IjYuNTYzIiBmaWxsPSIjRjJDOTRDIi8+PHBhdGggZD0iTTcgMTRjLTMuODYgMC03LTMuMTQtNy03czMuMTQtNyA3LTcgNyAzLjE0IDcgNy0zLjE0IDctNyA3ek03IC44NzVBNi4xMzIgNi4xMzIgMCAwIDAgLjg3NSA3IDYuMTMyIDYuMTMyIDAgMCAwIDcgMTMuMTI1IDYuMTMyIDYuMTMyIDAgMCAwIDEzLjEyNSA3IDYuMTMyIDYuMTMyIDAgMCAwIDcgLjg3NXoiIGZpbGw9IiM0RTM2NTUiLz48cGF0aCBkPSJNNyA3LjQzN2MtLjUzNyAwLTEuMDQ2LS4xNy0xLjQzMy0uNDgtLjQxNi0uMzMyLS42NDUtLjc4My0uNjQ1LTEuMjcgMC0uNDg1LjIyOS0uOTM3LjY0NC0xLjI3Ljc4Ny0uNjI4IDIuMTk3LS42MDQgMy4wMi4wNTRhLjQzNy40MzcgMCAxIDEtLjU0Ny42ODNjLS40OTMtLjM5NC0xLjQ2Ni0uNDIxLTEuOTI2LS4wNTMtLjIwNC4xNjMtLjMxNi4zNzItLjMxNi41ODYgMCAuMjE1LjExMi40MjQuMzE2LjU4Ny4yMzMuMTg2LjU0OC4yODguODg3LjI4OGEuNDM4LjQzOCAwIDAgMSAwIC44NzV6IiBmaWxsPSIjNEUzNjU1Ii8+PHBhdGggZD0iTTYuOTg3IDEwLjAzOGMtLjU3IDAtMS4xNS0uMTctMS41NzMtLjUwOWEuNDM4LjQzOCAwIDAgMSAuNTQ3LS42ODNjLjQ5My4zOTUgMS40NjUuNDIxIDEuOTI1LjA1My4yMDUtLjE2My4zMTctLjM3Mi4zMTctLjU4NiAwLS4yMTUtLjExMi0uNDI0LS4zMTctLjU4N0ExLjQxOCAxLjQxOCAwIDAgMCA3IDcuNDM4YS40MzguNDM4IDAgMCAxIDAtLjg3NWMuNTM3IDAgMS4wNDYuMTcgMS40MzMuNDguNDE2LjMzMi42NDUuNzgzLjY0NSAxLjI3IDAgLjQ4Ni0uMjI5LjkzNy0uNjQ1IDEuMjctLjM4MS4zMDQtLjkxLjQ1NS0xLjQ0Ni40NTV6TTcgNC44MTJhLjQzOC40MzggMCAwIDEtLjQzOC0uNDM3VjMuNDJhLjQzOC40MzggMCAwIDEgLjg3NSAwdi45NTVBLjQzOC40MzggMCAwIDEgNyA0LjgxMnoiIGZpbGw9IiM0RTM2NTUiLz48cGF0aCBkPSJNNyAxMS4wMTdhLjQzNy40MzcgMCAwIDEtLjQzOC0uNDM3di0uOTU1YS40MzcuNDM3IDAgMSAxIC44NzUgMHYuOTU1YS40MzguNDM4IDAgMCAxLS40MzcuNDM3eiIgZmlsbD0iIzRFMzY1NSIvPjwvc3ZnPg==);
}
.amrewards-points-rate {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 30px;
}
.amrewards-points-rate .field-tooltip {
  top: 50%;
  transform: translateY(-50%);
}
.amrewards-info-message.message.info {
  padding-left: 20px;
  color: #000;
  word-wrap: break-word;
  word-break: break-word;
}
.amrewards-info-message.message.info > *:first-child:before {
  display: none;
}
.multi-checkout-fields label {
  display: block;
  margin-bottom: 7px;
}
.multi-checkout-fields .field {
  margin: 1.5em 0;
}
.multi-checkout-fields .field.checkbox label {
  display: inline-block;
  margin: 0 0 0 12px;
}
.collection-point-country,
.collection-point-postalcode,
.collection-point-button {
  display: inline-block;
  padding: 20px 10px 0 0;
}
.collection-point-postalcode {
  max-width: 9em;
  vertical-align: top;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}
.box-order-shipping-address .box-subtitle {
  font-weight: 600;
}
.box-order-shipping-address .order-shipping-secondary-address {
  margin-top: 1rem;
}
#delivery-options-fields-block {
  max-width: 100%;
}
.pickup-locations-headline {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
}
.delivery-locations-form .delivery-locations-list {
  border: 1px solid #c2c2c2;
  max-height: 500px;
  overflow: auto;
}
.delivery-locations-form .delivery-locations-list table.location {
  margin-top: 28px;
}
.delivery-locations-form .delivery-locations-list table.location .first-column {
  padding: 0 14px;
  width: 14px;
}
.delivery-locations-form .delivery-locations-list table.location .second-column {
  padding: 0;
}
.opening-hour-wrapper {
  font-size: 12px;
}
.opening-hour-wrapper table thead {
  cursor: pointer;
  font-weight: 700;
}
.opening-hour-wrapper table thead tr td {
  padding: 10px 0 0;
  display: inline-block;
  text-decoration: none;
}
.opening-hour-wrapper table thead tr td:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #fdac27;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opening-hour-wrapper table thead tr td:hover:after {
  color: #333333;
}
.opening-hour-wrapper table thead tr td:active:after {
  color: #fdac27;
}
.opening-hour-wrapper table tbody {
  display: none;
}
.opening-hour-wrapper table tbody.special-hours-heading {
  padding-top: 10px;
  font-weight: 700;
}
.opening-hour-wrapper table tbody tr td {
  padding: 0 10px 0 0;
}
.opening-hour-wrapper table tbody tr td.time-span {
  font-weight: 600;
}
.opening-hour-wrapper table._active thead tr td:after {
  content: '\e621';
}
.opening-hour-wrapper table._active tbody {
  display: block;
}
.ampromo-overlay {
  position: fixed;
  top: -9999px;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s linear;
}
.ampromo-overlay.-show {
  top: 0;
  opacity: 1;
}
.ampromo-items-content {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  max-height: 95vh;
  overflow: auto;
  margin: 30px auto;
  padding: 24px;
  border: 1px solid #ededed;
  text-align: left;
  background-color: #ffffff;
}
.ampromo-items-content .ampromo-popup-title,
.ampromo-items-content .ampromo-item-buttons,
.ampromo-items-content .ampromo-title {
  text-align: center;
}
.ampromo-items-content .ampromo-popup-title .ampromo-counter {
  font-weight: bold;
}
.ampromo-items-content .ampromo-item {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 8px 7px;
  border: 1px solid #ededed;
  transition: .6s;
}
.ampromo-items-content .ampromo-item:hover {
  background: #ccc;
}
.ampromo-items-content .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-items-content .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-items-content .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-items-content .ampromo-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  font-size: 0;
  cursor: pointer;
  opacity: .8;
}
.ampromo-items-content .ampromo-close:hover {
  opacity: 1;
  transition: opacity .2s ease;
}
.ampromo-items-content .ampromo-button {
  box-shadow: none;
  border: none;
}
.ampromo-items-content .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-items-content .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-items-content .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-items-content .ampromo-title {
  margin: 0;
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  padding: 0 5px;
  overflow: hidden;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  width: 850px;
  margin: 0 30px;
}
.ampromo-gallery[data-count="1"] {
  width: 280px;
}
.ampromo-gallery[data-count="2"] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  width: 42px !important;
  height: 42px !important;
}
.ampromo-slick .slick-prev {
  left: -45px !important;
}
.ampromo-slick .slick-next {
  right: -45px !important;
}
.ampromo-slick .slick-dots {
  padding: 0 !important;
}
.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover,
.ampromo-slick .slick-dots .quote-details-items .actions-toolbar > .action,
.ampromo-slick .slick-dots .quote-details-items .actions-toolbar > .action:hover {
  height: 20px;
  width: 20px;
  padding: 5px !important;
  background: transparent !important;
  border: none !important;
  text-indent: 0 !important;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-items-add {
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  border: 1px solid #ededed;
  text-align: center;
}
.ampromo-items-add > a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.checkout-index-index .ampromo-items-add:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.ampromo-items-form {
  background: #fff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  width: 30%;
  margin-left: 35%;
  margin-top: 10%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 80px;
  height: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  content: ' ';
  border-radius: 50%;
  border: 6px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  animation: load 1.2s linear infinite;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.3;
  pointer-events: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
    margin: 0 auto 30px;
  }
  .ampromo-items-content {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    width: 280px;
    margin: 0 auto;
  }
  .ampromo-items-content {
    padding: 24px 54px;
  }
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-items-content {
    padding: 15px;
  }
}
.smile-es-range-slider [data-role=from-label] {
  display: block;
  float: left;
  padding: 0 0 5px;
}
.smile-es-range-slider [data-role=to-label] {
  display: block;
  float: right;
  padding: 0 0 5px;
}
.smile-es-range-slider [data-role=message-box] {
  font-size: 12px;
  flex: 1;
  padding: 6px 0 0;
}
.smile-es-range-slider [data-role=message-box].empty {
  color: #e02b27;
  font-size: 1.2rem;
  padding: 0;
}
.smile-es-range-slider .actions-toolbar {
  display: flex;
  margin: 15px 0;
}
.smile-es-range-slider .ui-slider {
  margin: 5px;
  clear: both;
}
.smile-es-range-slider .ui-slider-handle {
  background: #fdac27;
  padding: 0;
  margin: -3px 0 0 -7px;
  border-radius: 15px;
  width: 15px;
  height: 15px;
}
.filter .filter-content .item {
  margin: 10px 0 0 10px;
}
.filter .block-subtitle {
  border-bottom: none;
  font-weight: 700;
}
.filter .field.search input[type="text"] {
  font-size: 12px;
}
.filter .actions {
  text-align: right;
  margin: 10px 0 0;
}
.filter .actions div.secondary {
  display: inline-block;
}
.filter .actions div.secondary a {
  color: #006bb4;
  text-decoration: underline;
  cursor: pointer;
}
.filter .actions div.secondary a:hover {
  background: transparent;
}
.filter .actions div.secondary a.show-more span:after {
  content: " +";
}
.filter .actions div.secondary a.show-less span:after {
  content: "-";
}
.filter .filter-options dt.filter-options-title[aria-expanded="true"]:after {
  content: '\e621';
}
.filter .no-results-message p {
  margin: 9px 10px 0;
  background-color: #FFEEEE;
  padding: 5px;
  color: #AA0000;
}
.smile-elasticsuite-autocomplete-result .product-image-box {
  float: left;
  padding: 0 5px;
  width: 55px;
}
.smile-elasticsuite-autocomplete-result .product-shop {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  white-space: normal;
  width: 60%;
}
.smile-elasticsuite-autocomplete-result .product-item .price-box {
  margin: 5px 0;
}
.smile-elasticsuite-autocomplete-result .category-mini-crumb {
  font-style: italic;
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  color: #929292;
}
.smile-elasticsuite-autocomplete-result .product-attribute-label {
  text-transform: uppercase;
  vertical-align: super;
  font-size: 10px;
  color: #777;
}
.smile-elasticsuite-autocomplete-result .price-box span.old-price {
  display: block;
}
.field .control._with-tooltip .choice.field {
  width: calc(100% - 36px);
}
.field .control._with-tooltip .choice.field input {
  width: auto;
}
.field .control._with-tooltip select,
.field .control._with-tooltip textarea {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.field .control select[multiple] {
  height: auto;
  background: #ffffff;
}
tr.order-attributes td {
  padding-left: 0;
  padding-right: 0;
}
.order-attributes .order-attributes-form {
  margin-top: 20px;
}
.order-attributes .order-attributes-form.fieldset .field:last-child {
  margin-bottom: 20px;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
div.minicart-items-wrapper ol#mini-cart.minicart-items li.item.product.product-item div.product div.product-item-details div.product.actions div.primary {
  /*display: none;*/
}
form.form.form-cart div.cart table#shopping-cart-table tbody.cart.item tr.item-actions td div.actions-toolbar a.action.action-edit {
  /*display: none;*/
}
div.product_stock_delivery_message {
  margin-bottom: 5px;
}
div.product_stock_delivery_message strong {
  font-size: 1.6rem;
}
div.product_stock_delivery_message i.stock-delivery-message-icon {
  font-size: 20px;
}
div.product_stock_delivery_message span {
  display: block;
  font-size: 1.6rem;
  color: #666666;
  margin-top: 3px;
}
body.sales-order-view .shipment {
  width: 100%;
  margin-top: 10px;
}
body.sales-order-view .shipment .clear {
  clear: both;
}
body.sales-order-view .shipment .track {
  width: 25%;
  float: left;
}
body.sales-order-view .shipment .track .track-img img {
  width: 52px;
  height: 52px;
}
body.sales-order-view .shipment .track p {
  margin: 10px 0px 0px 0px;
  text-align: center;
}
body.sales-order-view .shipment .track p span {
  color: #999;
}
body.sales-order-view .shipment .track p.datetime {
  margin-top: 5px;
  font-size: 12px;
  color: #999;
}
body.sales-order-view .shipment .track .progress {
  position: relative;
}
body.sales-order-view .shipment .track .progress .circle {
  height: 26px;
  width: 26px;
  margin: 0px auto;
  border-radius: 50%;
  background-color: #FFE4B5;
  border: 4px solid #FFE4B5;
  box-shadow: 0px 0px 4px 0px #999;
  position: relative;
}
body.sales-order-view .shipment .track .progress .circle i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 10px;
}
body.sales-order-view .shipment .track .progress .circle.active {
  background-color: #EF7722;
  border: 3px solid #EF7722;
  box-shadow: 0px 0px 6px 0px #999;
}
body.sales-order-view .shipment .track .progress .circle.active.last {
  border: 3px solid #FFF;
  box-shadow: 0px 0px 12px 0px #999;
}
body.sales-order-view .shipment .track .progress .line {
  /*height: 5px;*/
  width: 100%;
  /*background-color: #FFE4B5;*/
  border-bottom: 5px dashed #FFE4B5;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}
body.sales-order-view .shipment .track .progress .line.active {
  /*background-color: #EF7722;*/
  border-bottom: 5px dashed #EF7722;
}
body.sales-order-view .shipment .track.cancel_2 {
  width: 50%;
}
body.sales-order-view .shipment .track.cancel_3 {
  width: 33.33%;
}
.block-draft-order {
  display: inline;
  margin-bottom: 0;
}
.draft-order-action {
  display: inline-block;
  position: relative;
  vertical-align: text-bottom;
}
.draft-order-action:before,
.draft-order-action:after {
  content: '';
  display: table;
}
.draft-order-action:after {
  clear: both;
}
.draft-order-action .action.split {
  float: left;
  margin: 0;
}
.draft-order-action .action.toggle {
  float: right;
  margin: 0;
}
.draft-order-action button.action.split,
.draft-order-action .quote-details-items .actions-toolbar > .action.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.draft-order-action button + .action.toggle,
.draft-order-action .quote-details-items .actions-toolbar > .action + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.draft-order-action .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.draft-order-action .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.draft-order-action .action.toggle:hover:after {
  color: #333333;
}
.draft-order-action .action.toggle:active:after {
  color: inherit;
}
.draft-order-action .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.draft-order-action .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.draft-order-action .action.toggle.active:hover:after {
  color: #333333;
}
.draft-order-action .action.toggle.active:active:after {
  color: inherit;
}
.draft-order-action .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 20rem;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.draft-order-action .items li {
  margin: 0;
  padding: 0.5rem 0.5rem 0.5rem 2.3rem;
}
.draft-order-action .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.draft-order-action .items:before,
.draft-order-action .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.draft-order-action .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.draft-order-action .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.draft-order-action .items:before {
  left: 10px;
  top: -12px;
}
.draft-order-action .items:after {
  left: 9px;
  top: -14px;
}
.draft-order-action.active {
  overflow: visible;
}
.draft-order-action.active .items {
  display: block;
}
.draft-order-action .items {
  max-width: 23.7rem;
  min-width: 23.7rem;
  text-align: left;
}
.draft-order-action .items .list-items {
  list-style-type: none;
  margin: 0;
  max-height: 24rem;
  overflow-y: auto;
  padding: 0;
}
.draft-order-action .items .item:last-child:hover {
  background: #e8e8e8;
}
.draft-order-action .items .item .item-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.draft-order-action .items .item .action.new {
  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;
}
.draft-order-action .items .item .action.new:focus,
.draft-order-action .items .item .action.new:active {
  background: none;
  border: none;
}
.draft-order-action .items .item .action.new:hover {
  background: none;
  border: none;
}
.draft-order-action .items .item .action.new.disabled,
.draft-order-action .items .item .action.new[disabled],
fieldset[disabled] .draft-order-action .items .item .action.new {
  pointer-events: none;
  opacity: 0.5;
}
.cart.table-wrapper .draft-order-action {
  margin-bottom: 10px;
}
.cart.table-wrapper .draft-order-action > .action.toggle {
  padding: 0.4rem 5px;
}
.draftorder-toolbar-actions .draft-order-action.active .items {
  right: 0;
}
.draftorder-toolbar-actions .draft-order-action.active .items:before {
  left: auto;
  right: 11px;
}
.draftorder-toolbar-actions .draft-order-action.active .items:after {
  left: auto;
  right: 10px;
}
/* .catalog-category-view button.action.draft-order-button {
        background: @color-sindabad-yellow;
        border: 1px solid @color-sindabad-yellow;;
        color: @color-black;
        cursor: pointer;
        display: inline-block;
        font-weight: 600;
        padding: 7px 2px;
        font-size: 1.4rem;
        box-sizing: border-box;
        vertical-align: middle;
    }*/
/*.catalogsearch-result-index button.action.draft-order-button {
        background: @color-sindabad-yellow;
        border: 1px solid @color-sindabad-yellow;;
        color: @color-black;
        cursor: pointer;
        display: inline-block;
        font-weight: 600;
        padding: 7px 2px;
        font-size: 1.4rem;
        box-sizing: border-box;
        vertical-align: middle;
    }*/
.product-item-actions .actions-primary button.action.primary,
.product-item-actions .actions-primary .quote-details-items .actions-toolbar > .action.action.primary {
  padding: 10px 12px;
  border-radius: 2px;
}
.product-item-actions .actions-primary + .actions-secondary {
  padding-left: 0 !important;
  width: 60% !important;
}
.products-list .product-item-actions .actions-primary + .actions-secondary {
  padding-left: 10px !important;
  width: 60% !important;
}
.draft-order-button {
  border: 1px solid beige;
}
.social-button .draft-order-button {
  display: inline-block;
  text-decoration: none;
  color: #666666;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .05rem;
  line-height: 1.42857143;
  padding: 0 5px 0 0;
  text-transform: uppercase;
}
.social-button .draft-order-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e901';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.social-button .draft-order-button:before {
  margin-top: -.2rem;
}
.social-button .draft-order-button:active,
.social-button .draft-order-button:focus,
.social-button .draft-order-button:hover {
  color: #333333;
}
.social-button .draft-order-button:after {
  height: 1.5rem;
  margin: .3rem 0 0;
}
.social-button .draft-order-button.active:after {
  margin: .4rem 0 0;
}
.link-button .draft-order-button.toggle:after {
  color: #1979c3;
  vertical-align: bottom;
}
.link-button .draft-order-button.toggle.active:after {
  color: #1979c3;
  margin: .3rem 0 0;
}
.link-button .draft-order-button.toggle.active:after:hover {
  color: #1979c3;
}
.catalog-category-view .social-button .draft-order-button:before {
  font-size: 16px;
}
.catalogsearch-result-index .social-button .draft-order-button:before {
  font-size: 16px;
}
.social-button .draft-order-button:before {
  /*-webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: inherit;
        color: inherit;
        content: '\f1ad';
        font-family: 'FontAwesome';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;*/
  display: none;
}
.data-grid-wrap .list-name-field .cell-label-line-name {
  font-size: 18px;
}
.data-grid-wrap .cell-label-line-description {
  word-break: break-all;
}
.draftorder-grid .col {
  padding-top: 20px;
}
.draftorder-grid .col .price {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.draftorder-grid .col .price-excluding-tax {
  display: block;
  font-size: 1.3rem;
}
.draftorder-grid .col .price-excluding-tax:before {
  content: attr(data-label) ": ";
}
.draftorder-grid .col .price-excluding-tax .price {
  font-size: 12px;
}
.draftorder-grid .product-item-name {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 0;
}
.draftorder-grid .product-item-description {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 5px;
  margin-top: 0;
}
.draftorder-grid .product-item-description .product-item-sku {
  color: #111111;
  font-size: 12px;
}
.draftorder-grid .product-item-description .product-item-details {
  color: #111111;
  font-size: 12px;
  margin-top: 5px;
}
.draftorder-grid .product-item-description .product-item-details dl {
  margin: 0;
}
.draftorder-grid .product-item-description .product-item-details dl dt,
.draftorder-grid .product-item-description .product-item-details dl dd {
  display: inline;
}
.draftorder-grid .actions-toolbar {
  text-align: right;
}
.draftorder-grid .actions-toolbar > .action-edit:focus,
.draftorder-grid .actions-toolbar > .action-delete:focus {
  box-shadow: 0 0 3px 1px #eeeeee;
}
.draftorder-grid .actions-toolbar > .action-delete {
  display: inline-block;
  text-decoration: none;
}
.draftorder-grid .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.draftorder-grid .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.draftorder-grid .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.draftorder-grid .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.draftorder-grid .actions-toolbar > .action-edit {
  display: inline-block;
  text-decoration: none;
}
.draftorder-grid .actions-toolbar > .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.draftorder-grid .actions-toolbar > .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.draftorder-grid .actions-toolbar > .action-edit:hover:before {
  color: #333333;
}
.draftorder-grid .actions-toolbar > .action-edit:active:before {
  color: #8f8f8f;
}
.draftorder-grid .item-error {
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.draftorder-grid .item-error > *:first-child:before {
  margin-top: -1.4rem;
}
.draft-order-description {
  word-wrap: break-word;
}
.draftorder-popup .action.hidden {
  display: none;
}
.draftorder-popup .modal-title {
  padding-right: 20px;
}
.draftorder-view-links {
  margin-bottom: 10px;
}
.draftorder-view-links .print {
  float: right;
  padding-left: 25px;
  padding-right: 0;
}
.block-draftorder-management {
  position: relative;
}
.block-draftorder-management .draft-order-title {
  margin-bottom: 25px;
}
.block-draftorder-management .draft-order-title h1 {
  display: inline-block;
  font-weight: 300;
  margin-bottom: 0;
  margin-right: 10px;
}
.block-draftorder-management .draftorder-toolbar-select,
.block-draftorder-management .draftorder-toolbar-actions {
  display: inline-block;
  vertical-align: bottom;
}
.block-draftorder-management .draftorder-toolbar-select {
  margin-right: 20px;
}
.quote-table-totals-wrap,
.actions-toolbar.draftorder-view-buttons {
  margin-bottom: 2rem;
}
.product-item-inner .block-draft-order {
  margin-bottom: 0;
}
.product-items .product-item-info .draft-order-button.toggle span {
  font-size: 0;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #ffffff;
}
.product-items .product-item-info .draft-order-button.toggle:after {
  border-left: 0;
  padding-left: 0;
  vertical-align: middle;
}
.order-actions-toolbar .block-draft-order,
.draftorder-toolbar-actions .block-draft-order {
  margin-left: 10px;
}
.draft-order-draftorder-view .draftorder-grid .col.number {
  display: none;
}
.draft-order-draftorder-print.account .column.main {
  padding-bottom: 0;
}
.draft-order-draftorder-print .block-draftorder-management {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.draft-order-draftorder-print .block-draftorder-management .draft-order-title {
  margin-bottom: 0;
}
.draft-order-draftorder-print .block-draftorder-management .draftorder-info {
  float: right;
  margin-top: -2.2rem;
}
.draft-order-draftorder-print .draftorder-grid .actions-toolbar {
  display: none;
}
.draft-order-draftorder-print .draftorder-grid .col.number {
  width: 1rem;
}
.draft-order-draftorder-print .draftorder-grid .col.col-checkbox {
  padding: 0;
}
.draft-order-draftorder-print .draftorder-grid .col.col-checkbox input[type='checkbox'] {
  display: none;
}
.draft-order-draftorder-print .draftorder-grid .col.subtotal {
  padding-right: 0;
}
.draft-order-draftorder-print .draftorder-grid .col.price,
.draft-order-draftorder-print .draftorder-grid .col.qty,
.draft-order-draftorder-print .draftorder-grid .col.subtotal {
  text-align: right;
}
.draft-order-draftorder-print .draftorder-grid .col .product-item-name a {
  pointer-events: none;
}
.draft-order-draftorder-print .draftorder-grid .col .price {
  font-size: 1.4rem;
  font-weight: 600;
}
.draft-order-draftorder-print .draftorder-grid .col .price-excluding-tax {
  font-size: 1.1rem;
}
.draft-order-draftorder-print .draftorder-grid .col .price-excluding-tax .price {
  font-size: 12px;
}
.draft-order-draftorder-print .draftorder-grid .col .input-text {
  border-color: transparent;
  opacity: 1;
  padding-right: 0;
  pointer-events: none;
  text-align: right;
}
.draft-order-draftorder-print .draftorder-grid .product-item-image {
  display: none;
}
.draft-order-draftorder-print .draftorder-grid .product-item-description {
  float: none;
  width: 100%;
}
.draft-order-draftorder-print .draftorder-grid tbody td {
  border-top: 1px solid #e4e4e4;
}
.draft-order-draftorder-print .copyright {
  background-color: transparent;
  color: #333333;
  font-size: 12px;
  margin-bottom: 25px;
  padding: 10px 0 0;
  text-align: left;
}
.draft-order-draftorder-print .copyright .phone {
  float: right;
}
@media print {
  .draft-order-draftorder-print .table-wrapper table {
    table-layout: auto;
  }
}
#company-create-form .hidden,
#company-edit-form .hidden {
  display: none !important;
}
#company-create-form .terms,
#company-edit-form .terms {
  margin-bottom: 10px;
}
#company-create-form .file-validation-help,
#company-edit-form .file-validation-help {
  font-size: 11px;
  display: block;
  margin-top: 6px;
}
#company-create-form .file-box,
#company-edit-form .file-box {
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  padding: 7px 5px;
}
#company-create-form .file-download,
#company-edit-form .file-download {
  margin-top: 10px;
  display: block;
}
#company-create-form .fieldset.info,
#company-edit-form .fieldset.info {
  margin: 30px 0px 10px;
}
#company-create-form .fieldset.info:first-of-type,
#company-edit-form .fieldset.info:first-of-type {
  margin: 0px 0px 10px;
}
#add-user-form .help-block {
  display: block;
  margin: 8px 0px 10px 5px;
  color: #737373;
  font-size: 10px;
}
#add-user-form .help-block ul {
  margin: 0px;
  padding-left: 10px;
}
#add-user-form .help-block li {
  margin-bottom: 3px;
}
body.account.company_credit-history-index div.admin__data-grid-outer-wrap {
  display: none;
}
.available-credit {
  float: none !important;
  display: none;
}
.credit-balance-list .credit-balance-item {
  -webkit-flex-basis: 250px;
  /* Safari 6.1+ */
  -ms-flex-basis: 250px;
  flex-basis: 250px;
  padding: 5px;
  margin-bottom: 20px;
  margin-right: 0 !important;
}
.easylogin .message-error {
  margin-top: 10px;
  width: 20%;
  margin: 10px auto;
}
#easylogin {
  overflow: hidden;
  margin-top: 40px;
}
#easylogin .hidden {
  display: none !important;
}
#easylogin input::placeholder {
  color: #999 !important;
}
#easylogin .form {
  width: 100%;
  min-width: 0px;
}
#easylogin .control {
  width: 100%;
}
#easylogin input {
  border: 0px;
  border-bottom: 1px solid #c2c2c2;
  box-shadow: none;
  padding: 0px;
}
#easylogin select {
  border: 0px;
  border-bottom: 1px solid #c2c2c2;
  box-shadow: none;
  padding: 0px;
}
#easylogin .actions-toolbar .primary {
  width: 100%;
}
#easylogin .actions-toolbar .primary button,
#easylogin .actions-toolbar .primary .quote-details-items .actions-toolbar > .action {
  width: 100%;
  padding: 15px;
}
#easylogin .actions-toolbar .primary button.facebook-login,
#easylogin .actions-toolbar .primary .quote-details-items .actions-toolbar > .action.facebook-login {
  background: #4267B2;
  border-color: #4267B2;
}
#easylogin .actions-toolbar .primary button.mobile-login,
#easylogin .actions-toolbar .primary .quote-details-items .actions-toolbar > .action.mobile-login {
  background: #FC6D20;
  border-color: #FC6D20;
}
#easylogin .actions-toolbar .primary button.email-login,
#easylogin .actions-toolbar .primary .quote-details-items .actions-toolbar > .action.email-login {
  background: #FC6D20;
  border-color: #FC6D20;
}
#easylogin .actions-toolbar .secondary a.back {
  display: block;
}
#easylogin .divider-or {
  margin: 10px 0;
  text-align: center;
  font-size: 12px;
}
#easylogin .block.block-customer-social .social_content .social_content_table td {
  font-size: 13px;
  color: #737373;
  padding: 10px 10px;
}
#easylogin .block.block-customer-social .social_content .social_content_table td.social_image img {
  max-width: 50px !important;
  height: 50px !important;
}
#easylogin .block.block-customer-social .social_content .social_content_table td.social_content p {
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
}
#easylogin .login-custom-message {
  border-left: 4px solid #4CAF50;
  padding: 10px;
  margin-bottom: 15px;
  background: #e5efe5;
  color: #006400;
  font-size: 1.5rem;
}
#easylogin .login-custom-message i {
  float: left;
  margin-right: 6px;
  margin-top: 3px;
}
#easylogin .login-custom-message span {
  display: block;
  overflow: hidden;
}
#easylogin .mobile-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
#easylogin .contentcss {
  position: relative;
}
#easylogin .contentcss:before {
  content: "+88";
  pointer-events: none;
  height: 100%;
  position: absolute;
  top: 0px;
  line-height: 32px;
  width: 7em;
}
#easylogin #otp_mobile {
  padding-left: 30px;
}
#easylogin .message.global.noscript {
  border-radius: .25rem;
  padding: .75rem 1.25rem;
  margin-bottom: 10px;
}
#easylogin .form .item.content .field {
  margin-bottom: 20px;
}
#easylogin #country-code {
  width: 30px;
}
input[name="country-code"]:disabled {
  opacity: 1;
}
.login-container .block .block-title {
  border-bottom: none;
  text-align: center;
}
#login-form .product.data.items {
  min-height: 164px;
}
#login-form .product.data.items > .item.title {
  width: 50%;
}
#login-form .product.data.items > .item.title > .switch {
  font-size: 1.6rem;
  text-align: center;
}
#login-form .product.data.items > .item.title > .switch .tab-title {
  margin-left: 10px;
}
.app-message #appmessage-form {
  display: flex;
  position: relative;
}
.app-message #appmessage-form #phone_number {
  border: 1px solid #fdac27;
  padding: 13px 13px 13px 45px;
  height: 50px;
  font-size: 20px;
}
.app-message #appmessage-form .action.primary {
  border-radius: 0;
  padding: 15px 0px;
  width: 50%;
  font-size: 20px;
}
.app-message #appmessage-form span.flag.flag-bd {
  position: absolute;
  left: 12px;
  top: 20%;
}
.app-message #appmessage-form .flag {
  width: 32px;
  height: 32px;
  background-image: url('../../frontend/ZeroGravity/sindabad_child/en_US/ZeroGravity_EasyLogin/images/flags.png');
  background-repeat: no-repeat;
  background-position: -96px -32px;
}
.app-message #appmessage-form img.sinmessage-block__previewqrcode {
  width: 50%;
}
.app-message #appmessage-form .placeholder {
  position: absolute;
  color: #aaa;
  bottom: -30px;
  left: 10px;
  font-size: .8em;
  text-align: center;
}
.app-message .app-messagelabel h2 {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.95);
  margin-bottom: 50px;
}
.sinmessage-block__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.sinmessage-block__container .sinmessage-block__appimg {
  flex-basis: 35%;
  margin-right: 3%;
}
.sinmessage-block__container .appmessageblock {
  flex-basis: 25%;
}
.sinmessage-block__container .sinmessage-block__qrcodeimg {
  text-align: center;
  flex-basis: 18%;
  margin-right: 10%;
  padding: 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.payment-method._active .available-credit {
  display: block;
}
.form-purchase-order {
  margin-bottom: 10px;
}
.credit-balance-list {
  list-style: none;
  padding-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.credit-balance-list .credit-balance-item {
  margin-right: 10rem;
}
.credit-balance-list .credit-balance-item:last-child {
  margin-right: 0;
}
.credit-balance-list .credit-balance-label {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.credit-balance-list .credit-balance-price {
  font-size: 2.4rem;
  font-weight: 600;
}
.credit-balance-list .credit-balance-price._negative {
  color: #eb5202;
}
.available-credit {
  float: right;
  display: none;
}
.available-credit strong + span {
  padding: 0 10px;
}
.change-result {
  clear: both;
  padding-top: 20px;
}
.change-result strong {
  padding-left: 5px;
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 0 !important;
}
.checkout-payment-method .payment-method-content form.form-purchase-order {
  margin-bottom: 0 !important;
}
.checkout-payment-method .payment-method-title .ipdc-payment-icon {
  vertical-align: middle;
}
.cat-icon {
  padding-left: 0;
  padding-right: 7px;
  font-size: 20px;
  vertical-align: middle;
}
a {
  transition: all 250ms ease;
}
.page-header .switcher .options ul.dropdown li:hover {
  background: transparent;
}
.header-main-content {
  background: #ffffff;
}
.header-main-content .top-search-wrap {
  position: relative;
}
.header-main-content .top-search-wrap .popular-search-term {
  position: absolute;
  width: 100%;
  top: 40px;
  height: 16px;
  overflow: hidden;
  margin-top: 6px;
  letter-spacing: .1rem;
}
.header-main-content .top-search-wrap .popular-search-term ul.search-terms {
  list-style: none;
  padding: 0;
}
.header-main-content .top-search-wrap .popular-search-term ul li.item {
  position: relative;
  float: left;
  padding: 0 8px;
  line-height: 16px;
  color: #666;
  margin-bottom: 0;
}
.header-main-content .top-search-wrap .popular-search-term ul li.item:first-child {
  padding-left: 0;
}
.header-main-content .top-search-wrap .popular-search-term ul li.item a {
  color: #858585;
  font-size: 1.3rem !important;
}
.header-main-content .top-search-wrap .popular-search-term ul li.item a:hover {
  color: #fcb800;
}
.header-main-content .top-search-wrap .popular-search-term ul li a:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  font-size: 0;
  overflow: hidden;
  background-color: #e9e9e9;
}
.header-main-content .top-search-wrap .popular-search-term ul li:first-child a:before {
  display: none;
}
.vertical-menu {
  position: absolute;
  top: 100%;
  left: 20px;
  z-index: 100;
  height: 50px;
  width: 24.4%;
}
.vertical-menu:hover .navigation {
  display: block;
}
.vertical-menu .navigation .level0:hover:after {
  display: none;
}
.vertical-menu .navigation .level0 .submenu:before {
  /* display: none !important;*/
}
.vertical-menu .navigation .level0 .submenu a:hover {
  background: transparent !important;
  color: #fcb800;
}
.vertical-menu .navigation .level0 .submenu a:hover,
.vertical-menu .navigation .level0 .submenu a.ui-state-focus {
  background: transparent !important;
}
.vertical-menu .title {
  font-weight: 700;
  font-size: 1.6rem;
  padding: 10px 0;
  line-height: 30px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}
.vertical-menu .title > .mbi-menu {
  font-size: 30px;
  margin-right: 5px;
  float: left;
}
.vertical-menu .title i {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.vertical-menu .navigation {
  width: 300px;
  padding: 0;
  padding-bottom: 15px;
  border: 1px solid #d3d3d3;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 1000;
  background-color: #fff;
  margin-top: -1px;
  font-weight: normal;
}
.vertical-menu .navigation .level0 > .level-top {
  line-height: normal;
  display: block;
  font-size: 16px;
  /* padding: 14px 22px;*/
}
.vertical-menu .navigation .level0 > .level-top:hover {
  background-color: inherit;
}
.vertical-menu .navigation .level0.level-top {
  padding: 0px;
  position: static;
  width: 100%;
}
.vertical-menu .navigation .level0.level-top:hover {
  background-color: #fcb800;
}
.vertical-menu .navigation .level0.level-top:hover > .show-sub {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  display: block;
  z-index: 111;
  left: 100%;
  top: -1px;
}
.vertical-menu .navigation .level0.level-top:hover > .show-sub ul {
  display: block !important;
  top: 0 !important;
  left: 0 !important;
}
.vertical-menu .navigation .level0.level-top:hover > a {
  color: #000;
  font-weight: 400;
}
.vertical-menu .magebig-nav {
  padding: 15px 0 0;
  width: 100%;
}
.vertical-menu .magebig-nav > li > i {
  position: absolute;
  right: 15px;
  top: auto;
}
.vertical-menu .magebig-nav > li > i::before {
  content: '\f3d3';
}
.vertical-menu .magebig-nav li {
  /* float: left;
         width: 100%;
         text-align: left;*/
}
.vertical-menu .magebig-nav li.level0 {
  height: auto;
  line-height: 52px !important;
  padding: 5px 0;
  display: block;
  cursor: pointer;
}
/*  .level2.ui-menu.ui-widget.ui-widget-content {
      margin-left: 20px;
    }*/
.vertical-menu .navigation .level0 .submenu .level2.ui-menu.ui-widget.ui-widget-content {
  margin-left: 0;
}
.vertical-menu .navigation .level0 .submenu .level2.nav-3-3-4.category-item.parent a span:nth-child(2) {
  font-weight: bold;
}
.header-menu-content {
  background: #fcb800;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.header-menu-content .container {
  max-width: 1600px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.sindabad_child .vertical-menu .navigation {
  height: 541px;
  width: 100%;
}
.mb-navigation {
  display: inline-block;
  vertical-align: top;
}
.nav-bar .magebig-nav li.level0 > a {
  color: #000;
}
.nav-bar .magebig-nav li.level0 > a:hover {
  color: #bbb;
}
.magebig-nav {
  margin: 0;
  padding: 9px 0;
  width: auto;
  /*display: inline-block;*/
  vertical-align: top;
}
.magebig-nav > li {
  float: left;
  padding: 0;
  text-align: left;
}
.magebig-nav > li a {
  font-weight: normal;
  color: #000;
}
.magebig-nav > li a:hover {
  color: #fcb800;
  font-weight: bold;
}
.magebig-nav .itemgrid ul.level0 {
  margin: 0 -15px;
}
.magebig-nav ul.level0 li {
  outline: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.magebig-nav ul.level0 li:hover {
  background: none;
}
.magebig-nav li.custom-block {
  float: left;
  border-left: none;
}
.magebig-nav li.level0 {
  display: block;
  line-height: 15px;
  padding: 0 10px;
  position: relative;
  cursor: pointer;
}
.magebig-nav li.level0 a {
  position: relative;
}
.magebig-nav li.level0 ul li {
  height: auto;
}
.magebig-nav li.level0 ul li a {
  border: 0 none;
  display: block;
  font-size: 100%;
  height: auto;
  margin: 0;
  outline: medium none;
  text-transform: capitalize;
  width: 100%;
  background-color: transparent;
}
.magebig-nav li.level0 ul li a:hover {
  outline: medium none;
  text-decoration: none;
}
.magebig-nav li.level0 ul li a span.title_group {
  padding-left: 0;
}
.magebig-nav li.level0 ul li:hover {
  border-top: none;
}
.magebig-nav li.level0 ul li ol {
  margin: 0 0 0 5px;
}
.magebig-nav li.level0 ul li ul li a {
  /*border-bottom: 1px solid #cfcfcf;*/
}
.magebig-nav li.level0 ul li.groups a {
  font-size: 100%;
  font-weight: normal;
  line-height: 20px;
  padding: 10px 0;
}
.magebig-nav li.level0 ul li.groups > a {
  font-weight: 600;
  color: #ef7727;
}
.magebig-nav li.level0:hover > .show-sub {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.magebig-nav li.level0 .groups-wrapper ul li a {
  border: 0 none;
  height: auto;
  margin: 0;
  outline: medium none;
  text-transform: capitalize;
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 4px 0;
  line-height: 18px;
}
.magebig-nav li.level0 .simple-dropdown .groups-wrapper ul.level1 li a {
  line-height: 20px;
  padding: 10px 0;
}
.magebig-nav li.level0 .simple-dropdown ul li.groups > a {
  border-bottom: 1px solid #ccc;
}
.magebig-nav li.level0.mega_fullwidth {
  position: static;
}
.magebig-nav li > a {
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  outline: none;
  text-decoration: none;
  position: relative;
  color: #000;
}
.magebig-nav img {
  max-width: 100%;
  height: auto;
}
.magebig-nav li.active a.level-top {
  outline: none;
}
.magebig-nav li ul.show-sub {
  left: 0;
  outline: none;
  width: 100%;
  min-width: 220px;
  z-index: 999;
}
.magebig-nav li div.show-sub {
  left: 0;
  outline: none;
  width: 100%;
  min-width: 220px;
  z-index: 999;
}
.magebig-nav li .show-sub li.mega_right > div.show-sub {
  left: auto;
  right: 100%;
  margin-right: -100%;
}
.magebig-nav li .show-sub li .show-sub li.mega_right > div.show-sub {
  left: auto;
  right: 100%;
  margin-right: -100%;
}
.magebig-nav li .show-sub li .show-sub li .show-sub li.mega_right > div.show-sub {
  left: auto;
  right: 100%;
  margin-right: -100%;
}
.magebig-nav li .show-sub li .show-sub li .show-sub li .show-sub li.mega_right > div.show-sub {
  left: auto;
  right: 100%;
  margin-right: -100%;
}
.magebig-nav li .show-sub li div.show-sub {
  left: 70%;
  top: 0;
}
.magebig-nav li .show-sub li:hover > div.show-sub {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.magebig-nav li .show-sub .groups-wrapper li > div.show-sub {
  padding: 10px 15px;
}
.magebig-nav li ul span {
  white-space: normal;
}
.magebig-nav li .groups-wrapper .parent > a {
  position: relative;
}
.magebig-nav li .groups-wrapper .parent > a:before {
  display: none;
  /* content: '\f3d3';
               position: absolute;
               right: 5px;
               top: 8px;
               font-family: 'mbicon' !important;
               speak: none;
               font-style: normal;
               font-weight: normal;
               font-variant: normal;
               text-transform: none;
               line-height: 1;
               letter-spacing: 0;
               -webkit-font-smoothing: antialiased;
               -moz-osx-font-smoothing: grayscale;*/
}
.magebig-nav li .simple-dropdown .parent > a {
  position: relative;
}
.magebig-nav li .simple-dropdown .parent > a:before {
  content: '\f3d3';
  position: absolute;
  right: 5px;
  top: 12px;
  font-family: 'mbicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.magebig-nav li.mega_center.level-top > div.show-sub {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.magebig-nav li.mega_right > div.show-sub {
  left: auto;
  right: 100%;
  margin-right: -100%;
}
.magebig-nav div.level0 {
  padding: 15px 15px;
  cursor: default;
}
.magebig-nav div.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 180ms ease, opacity 180ms ease, margin 180ms ease;
  -moz-transition: visibility 180ms ease, opacity 180ms ease, margin 180ms ease;
  transition: visibility 180ms ease, opacity 180ms ease, margin 180ms ease;
  margin-top: 30px;
  padding-top: 25px;
}
.magebig-nav div.submenu:before {
  position: absolute;
  content: '';
  top: 9px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0 !important;
  background-color: #fff;
  z-index: -1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.magebig-nav div.submenu ul {
  border: none;
  margin: 0;
  padding: 0;
  position: static;
  width: auto;
}
.magebig-nav div.submenu.simple-dropdown {
  padding-top: 10px;
}
.magebig-nav li.dropdown-group {
  position: relative;
}
.magebig-nav li.dropdown-group .dropdown.submenu {
  max-width: 270px;
  padding: 0;
}
.magebig-nav li.dropdown-group .dropdown.submenu li.level1:hover > .show-sub {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.magebig-nav .simple-dropdown ul li a {
  line-height: 20px;
  padding: 10px 0;
}
.magebig-nav .simple-dropdown ul.level0 li {
  width: 100%;
  padding: 0 15px;
  float: left;
}
.magebig-nav .simple-dropdown ul.level0 li a {
  border-bottom: 1px solid #e5e5e5;
}
.magebig-nav .simple-dropdown ul.level0 li:last-child > a {
  border-bottom: none;
}
.magebig-nav .simple-dropdown ul.level0 li.groups {
  border-bottom: none;
}
.magebig-nav ul li {
  background: none;
  margin: 0;
}
.magebig-nav ul li ul.level1 li {
  border: 0;
  margin: 0;
  width: 100%;
  float: left;
}
.magebig-nav ul li ul.level2 li {
  border: 0;
  margin: 0;
  width: 100%;
  float: left;
}
.magebig-nav ul li.active {
  background: none;
  margin: 0;
}
.smartmenu .mbi {
  display: inline-block;
  line-height: inherit;
  padding-left: 15px;
  color: #000;
  vertical-align: top;
}
.smartmenu a.level-top > .mbi {
  padding-left: 0;
  padding-right: 7px;
  font-size: 20px;
}
.itemgrid .item {
  padding: 0 15px;
}
#smartmenu a {
  position: relative;
}
li.level0 > a > span > .cat-label {
  position: absolute;
  bottom: 90%;
  left: 90%;
}
li.level0 > a > span > .pin-bottom:before {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  content: "";
  border-top: 4px solid #cc0000;
  border-left: 0 solid transparent;
  border-right: 4px solid transparent;
  margin-left: -3px;
}
li.level1 > a > span > .cat-label {
  display: inline-block !important;
  margin: 0 2px;
}
.cat-label {
  padding: 2px 4px;
  transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
  border-radius: 2px;
  font-size: 10px;
  line-height: 13px;
  background: #cc0000;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.cat-label.cat-label-label1 {
  background: #3689C3;
}
.cat-label.pin-bottom.cat-label-label1:before {
  border-top-color: #3689C3;
}
.is-sticky li.level0 > a > span > .cat-label {
  bottom: auto;
  top: 0;
}
div.show-sub {
  left: 0;
  outline: none;
  width: 100%;
  z-index: 9;
}
.menu-static-blocks .mega-blockright {
  position: relative;
  text-align: center;
}
.menu-static-blocks .mega-blockright img {
  width: 100%;
}
.menu-static-blocks .mega-blockright:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}
.menu-static-blocks .mega-right {
  color: #fff;
  width: 100%;
  padding: 0 15px;
}
.menu-static-blocks .mega-right .text-small {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.menu-static-blocks .mega-right .text-large {
  color: #fff;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}
.itemgrid-1col .item {
  width: 100%;
}
.itemgrid-2col .item {
  width: auto;
}
.itemgrid-2col .level1.ui-menu-item {
  width: 44%;
  float: left;
}
.itemgrid-3col .item {
  width: 33.3333333333%;
}
.itemgrid-4col .item {
  width: 25%;
}
.itemgrid-4col .item.dop {
  width: 50%;
}
.itemgrid-5col .item {
  width: 20%;
}
.itemgrid-5col .item.dop {
  width: 40%;
}
.itemgrid-6col .item {
  width: 16.6666666667%;
}
.itemgrid-6col .item.dop {
  width: 33.3333333333%;
}
.itemgrid-7col .item {
  width: 14.2857142857%;
}
.col12-1 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 8.33333333333%;
}
.col12-2 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 16.6666666667%;
}
.col12-3 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 25%;
}
.col12-4 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 33.3333333333%;
}
.col12-5 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 41.6666666667%;
}
.col12-6 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 50%;
}
.col12-7 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 58.3333333332%;
}
.col12-8 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 66.6666666667%;
}
.col12-9 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 75%;
}
.col12-10 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 83.3333333333%;
}
.col12-11 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 91.6666666666%;
}
.col12-12 {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  width: 100%;
}
.grid4-1 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 25%;
}
.grid4-2 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 50%;
}
.grid4-3 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 75%;
}
.grid2-1 {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 50%;
}
.grid-full {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 100%;
}
.grid-col2-sidebar {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
.grid-col2-main {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
.mb-menu .mbi {
  display: none;
}
.block-nav .mbi {
  display: none;
}
.block-nav a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.block-nav a:hover {
  text-overflow: unset;
}
.block-nav a > .mbi {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding-right: 3px;
}
.block-nav a > .mbi + span {
  display: inline-block;
  vertical-align: middle;
}
.layout-rtl .magebig-nav li .show-sub li div.show-sub {
  left: auto;
  right: 70%;
}
.layout-rtl .magebig-nav li .groups-wrapper .parent > a:before {
  content: "\f104";
  right: auto;
  left: 5px;
}
.layout-rtl .magebig-nav li .simple-dropdown .parent > a:before {
  content: "\f104";
  right: auto;
  left: 5px;
}
.layout-rtl li.level0 > a > span > .cat-label {
  left: auto;
  right: 90%;
}
.layout-rtl li.level0 > a > span > .pin-bottom:before {
  border-left: 4px solid transparent;
  border-right: 0 solid transparent;
  margin-left: -3px;
}
.layout-rtl ul.nav-collapse {
  padding-left: 0;
  padding-right: 0;
}
.layout-rtl ul#mb-collapsible li span.collapsed,
.layout-rtl ul#mb-collapsible li span.expanded {
  left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 0;
  text-align: center;
  right: auto;
}
.layout-rtl .sidebar ul.nav-collapse li a {
  padding: 5px 0 5px 42px;
  text-align: right;
}
.layout-rtl .sidebar ul.nav-collapse li span.mbi {
  text-align: left;
  left: 0;
  right: auto;
}
.layout-rtl .magebig-mobile-menu ul.nav-collapse li {
  text-align: right;
}
.layout-rtl .magebig-mobile-menu ul.nav-collapse li a {
  padding: 10px 15px 10px 42px;
}
.layout-rtl ul.nav-collapse ul.level0 > li > a {
  padding-right: 30px;
}
.layout-rtl ul.nav-collapse ul.level1 > li > a {
  padding-right: 45px;
}
.layout-rtl ul.nav-collapse ul.level2 > li > a {
  padding-right: 60px;
}
.layout-rtl ul.nav-collapse ul.level3 > li > a {
  padding-right: 75px;
}
.layout-rtl ul.nav-collapse ul.level4 > li > a {
  padding-right: 85px;
}
.layout-rtl ul.nav-collapse ul.level5 > li > a {
  padding-right: 95px;
}
.layout-rtl ul.nav-collapse ul.level6 > li > a {
  padding-right: 100px;
}
.layout-rtl .sidebar ul.nav-collapse ul.level0 li a:before {
  right: 10px;
}
.layout-rtl .sidebar ul.nav-collapse ul.level1 li a:before {
  right: 20px;
}
.layout-rtl .sidebar ul.nav-collapse ul.level2 li a:before {
  right: 30px;
}
.layout-rtl .sidebar ul.nav-collapse ul.level3 li a:before {
  right: 40px;
}
.layout-rtl .sidebar ul.nav-collapse ul.level4 li a:before {
  right: 50px;
}
.layout-rtl .sidebar ul.nav-collapse ul.level5 li a:before {
  right: 55px;
}
.layout-rtl .sidebar ul.nav-collapse ul.level6 li a:before {
  right: 60px;
}
.nav-bar {
  padding: 0 20px;
}
.nav-bar .magebig-nav li.level0 {
  width: 100%;
}
.nav-bar .smartmenu.magebig-nav li.level0 {
  padding: 0 15px;
  line-height: 40px;
  height: auto;
  position: relative;
}
.nav-bar .smartmenu.magebig-nav li.level0 > .mbi {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
}
.nav-bar .magebig-nav li div.show-sub {
  margin-top: 0;
  display: none;
  position: static;
}
.nav-bar .magebig-nav li.level0:hover > .show-sub {
  position: static;
  width: 100% !important;
  display: block;
}
.nav-bar .magebig-nav li.level0:hover > .show-sub:before {
  display: none;
}
.nav-bar a.level-top > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  padding-right: 2px;
  margin-left: -15px;
}
.nav-bar a.level-top > i + span {
  vertical-align: middle;
}
.vertical-menu .magebig-nav li div.show-sub {
  left: 100%;
  top: 0;
}
.navigation .level0 .submenu .active > a {
  border: none !important;
}
.navigation .level0 .level1.has-active > a {
  border: none !important;
}
.horizontal-menu-wrap {
  padding: 24px 0;
}
.horizontal-menu-wrap .horizontal-menu .magebig-nav {
  display: inline-block;
  padding: 0 !important;
}
.horizontal-menu-wrap .horizontal-menu .magebig-nav li.level0 {
  margin-bottom: 0;
}
.horizontal-menu-wrap .horizontal-menu .magebig-nav li.level0 a.level-top:hover {
  color: #333;
  font-weight: normal;
}
.horizontal-menu-wrap .horizontal-menu .magebig-nav li.level0 div.show-sub {
  /*overflow: hidden;
            position: absolute;*/
}
.horizontal-menu-wrap .horizontal-menu .magebig-nav li.level0 div.show-sub:before {
  position: absolute;
  content: '';
  top: 9px;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto !important;
  background-color: #fff;
  z-index: -1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.horizontal-menu-wrap .horizontal-menu .magebig-nav li.level0 div.show-sub div.col12-12 {
  display: inline-block;
}
.horizontal-menu-wrap .horizontal-menu .magebig-nav li.level0 div.show-sub div.col12-12 ul.level0 {
  margin: 0;
  padding-inline-start: 0;
  padding: 0 10px;
}
.horizontal-menu-wrap .horizontal-menu .magebig-nav li.level0 div.show-sub div.col12-12 ul.level0 li.level1 {
  padding: 0;
}
.horizontal-menu-wrap .horizontal-menu .magebig-nav li.level0 ul li a:hover {
  color: #fcb800 !important;
}
.sticky-menu.active {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 100%;
  max-width: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 889;
  margin: 0 auto;
  position: fixed !important;
  -webkit-animation: fadeInDown 0.3s linear;
  animation: fadeInDown 0.3s linear;
  background-color: #ffffff;
  color: #000000;
}
.sticky-menu.active a {
  color: #000000;
}
.sticky-menu.active a:hover {
  color: #fcb800;
}
.sticky-menu.active .header-maininner-row {
  min-height: 40px;
}
.sticky-menu.active .menu-logo {
  display: none !important;
}
.sticky-menu.active .vertical-menu {
  top: 50%;
  margin-top: -25px;
}
.sticky-menu.active .popular-search-term {
  display: none;
}
.level0.submenu.oneitem-menu.show-sub {
  min-width: 240px !important;
}
.oneitem-menu .itemgrid-2col .level1.ui-menu-item {
  width: 80%;
}
.vertical-menu .navigation .level0.level-top:hover > .oneitem-menu {
  width: 240px;
}
.level0.submenu.extra-large-menu.show-sub {
  min-width: 820px !important;
}
.extra-large-menu .itemgrid-2col .level1.ui-menu-item {
  width: 16%;
}
.header-menu-content .horizontal-menu-wrap .horizontal-menu ul.smartmenu.magebig-nav img.sasroyi-imgblink {
  -moz-animation: imgblink normal 2s infinite ease-in-out;
  /* Firefox */
  -webkit-animation: imgblink normal 2s infinite ease-in-out;
  /* Webkit */
  -ms-animation: imgblink normal 2s infinite ease-in-out;
  /* IE */
  animation: imgblink normal 2s infinite ease-in-out;
  /* Opera and prob css3 final iteration */
}
.header-menu-content .horizontal-menu-wrap .horizontal-menu ul.smartmenu.magebig-nav .sasroyiblink {
  -webkit-animation-name: sasroyiblinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  position: absolute;
  top: 45%;
  left: 115px;
  width: 100%;
  color: #000;
}
/* Firefox old*/
@-moz-keyframes sasroyiblinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes sasroyiblinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* IE */
@-ms-keyframes sasroyiblinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Opera and prob css3 final iteration */
@keyframes sasroyiblinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Firefox old*/
@-moz-keyframes imgblink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes imgblink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* IE */
@-ms-keyframes imgblink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Opera and prob css3 final iteration */
@keyframes imgblink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ----------- Non-Retina Screens MacBook 13 inch ----------- */
@media only screen and (max-width: 800px) and (max-height: 1280px) {
  .level0.submenu.extra-large-menu.show-sub .show-sub-content .mbmenu-block.mbmenu-block-center.menu-items.col12-12.itemgrid.itemgrid-2col {
    overflow-y: scroll;
    height: 450px;
  }
  .vertical-menu .navigation .level0.extra-large-menu {
    min-height: 450px !important;
    padding: 15px 0 !important;
  }
}
/* ----------- Retina Screens MacBook 13 inch ----------- */
@media only screen and (max-width: 1600px) and (max-height: 2560px) {
  .level0.submenu.extra-large-menu.show-sub .show-sub-content .mbmenu-block.mbmenu-block-center.menu-items.col12-12.itemgrid.itemgrid-2col {
    overflow-y: scroll;
    height: 450px;
    padding: 15px 0 !important;
  }
  .vertical-menu .navigation .level0.extra-large-menu {
    min-height: 450px !important;
    padding: 15px 0 !important;
  }
  /* width */
  .level0.submenu.extra-large-menu.show-sub .show-sub-content .mbmenu-block.mbmenu-block-center.menu-items.col12-12.itemgrid.itemgrid-2col::-webkit-scrollbar {
    width: 5px;
  }
}
@media screen and (max-width: 1252px) {
  .vertical-menu .navigation .smartmenu .mbi {
    line-height: 46px;
  }
  .vertical-menu .navigation .level0.level-top > .submenu {
    min-height: 444px !important;
  }
  .sindabad_child .vertical-menu .navigation {
    height: 476px;
  }
  .sindabad_child .vertical-menu .navigation .level0 > .level-top {
    padding: 12px 22px;
  }
}
@media (max-width: 1199px) {
  .header-main-content .header-main-inner .col-item40 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .header-main-content .header-main-inner .col-item30 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .sindabad_child.cms-index-index .vertical-menu .title {
    font-size: 14px;
  }
  .sindabad_child.cms-index-index .vertical-menu .navigation {
    display: none;
    margin-top: -1px;
    max-width: 270px;
  }
  .sindabad_child.cms-index-index .vertical-menu:hover .navigation {
    display: block;
  }
  .sindabad_child.cms-index-index .banner-slider-top .max-1199 {
    display: none !important;
  }
  .sindabad_child.cms-index-index .banner-slider-top .max-100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* .sindabad_child.cms-index-index {
    .vertical-menu .navigation {
      display: none ;
      margin-top: -1px ;
    }
    .vertical-menu:hover .navigation {
      display: block;
    }

    .banner-slider-top {
      .max-1199 {
        display: none !important;
      }

      .max-100 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
    }

  }*/
}
@media (max-width: 991px) {
  .header-menu-content .col-item75 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .d-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
}
.home-quotation {
  line-height: 0;
}
.home-quotation img.quotation-img {
  display: block;
}
.home-quotation a img:hover {
  opacity: .9;
}
.home-quotation {
  position: relative;
}
.home-quotation #home-quotation-bg {
  /*background-image: url('../../frontend/ZeroGravity/sindabad_child/en_US/ZeroGravity_EasyRfq/images/qu-bg.jpg');
            background-position: center center;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-color: #ecf2ee;
            display: block;
            position: relative;
            margin: 0px;
            width: 100%;
            height: 400px;
            cursor: pointer;*/
}
.home-quotation .request-code {
  text-align: right;
  position: absolute;
  bottom: 6%;
  right: 10%;
}
.home-quotation button.btn-request-code,
.home-quotation .quote-details-items .actions-toolbar > .action.btn-request-code {
  background: #fe7011;
  border-radius: 10px;
  padding: 15px 50px;
  color: #fff;
  border: none;
  font-size: 1.4rem;
  transition: all 0.3s ease 0s;
  text-transform: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.home-quotation button.btn-request-code:hover,
.home-quotation .quote-details-items .actions-toolbar > .action.btn-request-code:hover {
  background: #ff5c01 !important;
}
.home-quotation .quotation-content {
  position: absolute;
  text-align: right;
  right: 20%;
  top: 30%;
  transform: translateY(-30%);
}
.home-quotation h2.head-title {
  font-size: 42px;
  color: #444444;
  text-align: center;
}
.home-quotation span.sindabad-color {
  color: #ff6600;
  font-weight: bold;
}
.home-quotation p.text-darkgray {
  font-size: 24px;
  color: #444444;
  font-weight: lighter;
}
.home-quotation .home-support {
  margin-top: 40px;
}
.home-quotation .home-support li {
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
}
.home-quotation .home-support li:first-child {
  padding-left: 0px;
}
.home-quotation .home-support li.discount-label img {
  margin: 0 auto;
}
.home-quotation .home-support a {
  display: inline-block;
  text-align: center;
}
.home-quotation .home-support img {
  max-width: 100%;
  display: block;
  height: 100%;
  margin: 0 auto;
}
.modals-wrapper .modal-popup .modal-inner-wrap {
  width: 50% !important;
}
.rfp-index-index .column .block-addbysku .action.remove {
  display: none;
  display: inline-block;
  text-decoration: none;
}
.rfp-index-index .column .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rfp-index-index .column .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.rfp-index-index .column .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.rfp-index-index .column .block-addbysku .action.remove:active:before {
  color: inherit;
}
.rfp-index-index .column .block-addbysku .action:active,
.rfp-index-index .column .block-addbysku .action:not(:focus) {
  box-shadow: none;
}
.rfp-index-index .column .block-addbysku .action:focus {
  box-shadow: 0 0 3px 1px #eeeeee;
}
.rfp-index-index .column .block-addbysku .action.add {
  display: none;
}
.rfp-index-index .column .block-addbysku .fieldset .fields .actions-toolbar {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 5px;
  position: relative;
  top: .3rem;
  vertical-align: top;
}
.rfp-index-index .column .block-addbysku .block-content .actions-toolbar {
  margin-bottom: 30px;
}
.rfp-index-index .column .block-addbysku .box-items {
  margin-bottom: 30px;
}
.rfp-index-index .column .block-addbysku .box-upload {
  margin-bottom: 60px;
}
.rfp-index-index .column .block-addbysku .deletable-item .label {
  display: none;
}
.rfp-index-index .column .block-addbysku .deletable-item:last-child .remove {
  display: none;
}
.rfp-index-index .upload .label {
  margin-bottom: 0;
}
.rfp-index-index .upload .label + .note {
  margin-bottom: 5px;
  padding-top: 0;
}
.rfp-index-index .upload-container {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.rfp-index-index .upload-container .action-upload {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.rfp-index-index .upload-container .file-upload {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
  text-align: center;
}
.rfp-index-index .upload-container .file-upload:focus,
.rfp-index-index .upload-container .file-upload:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.rfp-index-index .upload-container .file-upload:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.rfp-index-index .upload-container .file-upload.disabled,
.rfp-index-index .upload-container .file-upload[disabled],
fieldset[disabled] .rfp-index-index .upload-container .file-upload {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.rfp-index-index .product-block {
  background-color: #f0f0f0;
}
.rfp-index-index .product-block:not(:empty) {
  border: 1px solid #c2c2c2;
  border-top: none;
}
.rfp-index-index .product-block .product-image {
  border: 1px solid #c2c2c2;
  float: left;
  margin: 1.5rem;
}
.rfp-index-index .product-block .product-image img {
  display: block;
  max-width: 5rem;
}
.rfp-index-index .product-block .product-name {
  overflow: hidden;
  padding: 1.5rem;
}
.rfp-index-index .product-block .product-name .name {
  display: inline-block;
  margin-bottom: 10px;
}
.rfp-index-index .product-error .message {
  margin: 0;
}
.rfp-index-index .product-error.general-error .message {
  margin-bottom: 10px;
}
.rfp-index-index .product-error.general-error .message:last-child {
  margin-bottom: 25px;
}
.rfp-index-index .ui-front {
  z-index: 100;
  list-style: none;
  padding: 0;
  margin: 0;
}
.rfp-index-index .ui-front .ui-helper-hidden-accessible {
  display: none;
}
.rfp-index-index .ui-front > ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.rfp-index-index .ui-front > ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.rfp-index-index .ui-front > ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.rfp-index-index .ui-front > ul li:first-child {
  border-top: none;
}
.rfp-index-index .ui-front > ul li:hover,
.rfp-index-index .ui-front > ul li.selected {
  background: #e8e8e8;
}
.rfp-index-index .ui-front > ul li a {
  color: #333333;
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
}
.rfp-index-index .ui-autocomplete {
  cursor: default;
  left: 0;
  position: absolute;
  top: 0;
}
.rfp-index-index #block-rfp-form .ui-helper-hidden-accessible {
  display: none;
}
.rfp-index-index .ui-autocomplete {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.rfp-index-index .ui-autocomplete:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.rfp-index-index .ui-front {
  z-index: 100;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 37.44% !important;
}
.rfp-index-index .ui-front li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  position: relative;
  text-align: left;
  white-space: normal;
}
.rfp-index-index .ui-front li:first-child {
  border-top: none;
}
.rfp-index-index .ui-front li:hover,
.rfp-index-index .ui-front li.selected {
  background: #e8e8e8;
}
.rfp-index-index .ui-front li a {
  color: #333333;
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
  padding: 5px 40px 5px 10px;
  display: block;
}
.rfp-index-index .ui-autocomplete .ui-menu-item:hover,
.rfp-index-index .ui-state-hover,
.rfp-index-index .ui-widget-content .ui-state-hover,
.rfp-index-index .ui-state-focus,
.rfp-index-index .ui-widget-content .ui-state-focus {
  background: #e8e8e8;
}
.rfp-index-index .page-title-wrapper {
  width: 88%;
  margin: 0 auto;
}
.rfp-index-index .page-title-wrapper .page-title {
  margin: 20px 0;
}
.rfp-index-index .page.messages {
  width: 88%;
  margin: 0 auto;
}
.rfp-index-index #block-rfp-form {
  width: 82%;
  margin: 0 auto;
  background: #f8f8f8;
  padding: 48px;
  /*input[type="file"] {
              display: none;
            }*/
  /*.custom-file-upload:hover {
              background-color: #EF7722;
            }*/
}
.rfp-index-index #block-rfp-form .block-rfp-form__title {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 8px;
}
.rfp-index-index #block-rfp-form .block-rfp-form__slogan {
  font-weight: 400;
  padding-left: 8px;
  margin-bottom: 3rem;
}
.rfp-index-index #block-rfp-form input[type="text"],
.rfp-index-index #block-rfp-form textarea {
  border: 1px solid #dedede;
}
.rfp-index-index #block-rfp-form input::placeholder {
  color: #999;
  opacity: 1;
  /* Firefox */
}
.rfp-index-index #block-rfp-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
.rfp-index-index #block-rfp-form input:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999;
}
.rfp-index-index #block-rfp-form textarea::placeholder {
  color: #999;
  opacity: 1;
  /* Firefox */
}
.rfp-index-index #block-rfp-form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
.rfp-index-index #block-rfp-form textarea:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999;
}
.rfp-index-index #block-rfp-form .custom-file-upload {
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  background: #fdac27;
  color: #ffffff;
  margin-left: 0;
  border-radius: 0;
}
.rfp-index-index #block-rfp-form .qty-trash {
  position: relative;
}
.rfp-index-index #block-rfp-form .trash-icon {
  position: absolute;
  right: -15px;
  top: 32%;
  color: #fdac27;
  cursor: pointer;
}
.rfp-index-index #block-rfp-form .btn-sin {
  border: none;
}
.rfp-index-index #block-rfp-form #custom-text {
  margin-left: 10px;
  color: #aaa;
}
.rfp-index-index #block-rfp-form .block-rfp-form__content {
  margin: 80px 8px 0 8px;
}
.rfp-index-index #block-rfp-form .block-rfp-form__content .block-rfp-form__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rfp-index-index #block-rfp-form .block-rfp-form__content .block-rfp-form__list li {
  position: relative;
  padding: 8px 5px;
  margin: 1em 0;
  background: #ffffff;
  color: #000000;
  display: flex;
  align-items: center;
}
.rfp-index-index #block-rfp-form .block-rfp-form__content .block-rfp-form__list span {
  background: #ffffff;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #fdac27;
  margin-right: 8px;
  padding: 5px;
}
.rfp-index-index .product-rfp-info thead tr th {
  padding: 2px 8px;
}
.rfp-index-index .product-rfp-info tbody tr td {
  padding: 11px 8px;
}
.rfp-index-index .product-rfp-addbutton tbody tr td {
  padding: 11px 8px;
}
.rfp-index-index .rfp-flex-container {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 8px 3px;
  justify-content: space-between;
}
.rfp-index-index .rfp-flex-container .rfp-flex-item {
  flex-grow: 1;
  margin: 0 5px;
}
.rfp-index-index .rfp-flex-container .rfp-border {
  padding: 8px 0;
}
.rfp-index-index .rfp-flex-container .rfp-message {
  display: block;
  font-size: 1.3rem;
  color: #e02b27;
  position: relative;
  padding: 5px 0;
}
.rfp-index-index .upload-con-border {
  background: #ffffff;
  margin: 5px 8px 20px 8px;
  border: 1px solid #dedede;
  padding: 5px 10px;
}
.rfp-index-index p.upload-title {
  font-weight: 700;
  padding: 2px 8px;
}
.rfp-index-index .rfp-border {
  padding: 12px 0 0 0;
}
.rfp-index-index .rfp-border span {
  font-size: 11px;
  display: inline-block;
  margin-top: 6px;
}
.rfp-index-index .rfp-message {
  display: block;
  font-size: 1.3rem;
  color: #e02b27;
  position: relative;
  padding: 5px 0;
}
.rfp-index-index .rfp-flex-textarea {
  margin: 0 8px;
  line-height: 15px;
}
.rfp-index-index .rfp-flex-textarea .rfp-message {
  display: block;
  font-size: 1.3rem;
  color: #e02b27;
  position: relative;
  padding: 5px 0;
}
.rfp-index-index .rfp-flex-sub {
  margin: 8px 8px;
}
.faq-bulk-enquiry {
  width: 88%;
  margin: 0px auto;
  margin-top: 10px;
  margin-top: 40px;
}
.faq-bulk-enquiry .faq-bulk-enquiry__title {
  margin-bottom: 20px;
}
.faq-bulk-enquiry .white-smokef4 {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
}
.faq-bulk-enquiry .faq-bulk-enquiry__item {
  padding: 10px 20px;
  margin-bottom: 9px;
  cursor: pointer;
}
.faq-bulk-enquiry .faq-bulk-enquiry__item__list {
  padding-left: 10px;
  list-style: none;
}
.faq-bulk-enquiry .faq-bulk__content {
  padding: 15px 0 0 20px;
}
.faq-bulk-enquiry .faq-bulk-enquiry__item__title:before {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f067";
  padding-right: 5px;
  font-weight: 900;
}
.faq-bulk-enquiry .active .faq-bulk-enquiry__item__title:before {
  content: "\f068";
}
body.page-layout-1column {
  /*background-color: @body_bg_color !important;*/
}
.page-layout-1column.page-with-filter .column.main {
  padding-top: 0 !important;
}
.page-layout-1column .category-cms {
  margin-bottom: 0;
}
.page-layout-2columns-left .category-cms {
  margin-bottom: 0;
}
.page-layout-2columns-right .category-cms {
  margin-bottom: 0;
}
.category-block-thumnail {
  background: #f3f7f8;
  padding: 10px 0 10px 0;
  /*margin-bottom: 10px;*/
}
.category-block-thumnail .hide {
  display: none;
}
.category-block-thumnail .cat-show-more {
  display: block;
  background-color: #fdac27;
  /*margin: 0px auto;*/
  /*display: block;*/
  float: right;
  border: 0;
  margin-right: 8px;
  padding: 5px 10px;
}
.category-block-thumnail .cat-show-more i.fa {
  font-size: 16px;
  color: #ffffff;
}
.category-image-flex .cat-item-inner {
  padding: 0 10px;
  box-sizing: border-box;
}
.category-image-flex .cat-item-inner a.cat-item-link {
  border-radius: 6px;
  display: block;
  padding: 1.25rem;
  background: #ffffff;
  text-decoration: none;
  color: #000000;
}
.category-image-flex .cat-item-inner a.cat-item-link:hover {
  background: #ffffff;
  text-decoration: none;
  color: #fdac27;
}
.category-image-flex .cat-item-inner a.cat-item-link:hover .cat-item-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
}
.category-image-flex .cat-item-inner a.cat-item-link img.cat-item-image {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #ddd;
  margin: 0 auto;
  /*background: @color-white;
          width: 100%;
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);*/
}
.category-image-flex .cat-item-inner a.cat-item-link span.cat-item-name {
  display: block;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  height: 30px;
  overflow: hidden;
}
.category-image-flex .cat-item-inner:hover {
  /*box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.75);*/
}
.listindustry-catepage {
  background: #f3f7f8;
  padding: 10px 0 0;
  min-height: 100px;
}
.listindustry-image-flex .cat-item-inner {
  padding: 0 10px;
  box-sizing: border-box;
}
.listindustry-image-flex .cat-item-inner a.cat-item-link {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  color: #202020;
}
.listindustry-image-flex .cat-item-inner a.cat-item-link:hover {
  color: #fdac27;
}
.listindustry-image-flex .cat-item-inner a.cat-item-link img.cat-item-image {
  display: block;
  width: 100%;
  background: #ffffff;
  /*width: 100%;
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);*/
}
.listindustry-image-flex .cat-item-inner a.cat-item-link span.cat-item-name {
  display: block;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  padding: 8px;
  /*white-space: nowrap;*/
  /*width: 120px;*/
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  font-size: 12px;
}
.block.widget.block-products-list.grid {
  margin-bottom: 25px;
}
.block.widget.block-products-list.grid .block-title {
  position: relative;
  border-bottom: #fdac27 solid 1px;
  padding-bottom: 8px;
  margin: 0 0 20px;
}
.block.widget.block-products-list.grid .block-title strong {
  border-bottom: #fdac27 solid 5px;
  padding-bottom: 4px;
  font-weight: 500;
  font-size: 22px !important;
  line-height: normal;
}
.block.widget.block-products-list.grid .block-title a.cat-item-link {
  position: absolute;
  right: 0;
  padding: 7px 10px;
  background: #fdac27;
  color: #ffffff;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
}
.block.widget.block-products-list.grid .block-content {
  /*min-height: 308px;*/
  min-height: 268px;
}
.block.widget.block-products-list.grid .products-grid .product-items .product-item .product-item-info:hover .price-box {
  display: block;
  visibility: visible;
}
.block.widget.block-products-list.grid .products-grid .product-items .product-item .product-item-info:hover .product-item-actions {
  display: block;
}
.block.widget.block-products-list.grid .products-grid .product-items .product-item .product-item-info .product-item-actions {
  margin: 0;
  display: block;
  width: 100%;
  background: #fff;
  text-align: center;
  position: relative;
  padding: 0;
  bottom: 0;
}
.block.widget.block-products-list.grid .products-grid .product-items .product-item .product-item-info .product-item-actions .actions-secondary {
  text-align: left;
  padding-left: 5px !important;
}
.block.widget.block-products-list.grid .products-grid .product-items .product-item .product-item-info .price-box {
  margin: 10px 0 5px;
}
.block.widget.block-products-list.grid .products-grid .product-items .product-item:nth-child(4n+1):nth-last-child(-n+4) {
  min-height: 315px;
}
.page-layout-1column .block.widget.block-products-list.grid {
  background: #ffffff;
}
.page-layout-1column .block.widget.block-products-list.grid .block-content {
  min-height: 265px;
}
.page-layout-1column .category-image-flex .cat-item-inner {
  padding: 10px 0;
  box-sizing: border-box;
  margin: 10px;
}
.page-layout-2columns-left .populer-products .block.widget.block-products-list.grid .products-grid .owl-carousel .product-item {
  width: 100% !important;
  padding: 12px !important;
  margin-bottom: 0;
}
.page-layout-2columns-left .populer-products .block.widget.block-products-list.grid .products-grid .product-items .product-item:nth-child(4n+1):nth-last-child(-n+4) {
  min-height: 280px;
}
.page-layout-2columns-left .populer-products .block.widget.block-products-list.grid .block-content {
  min-height: 280px;
}
.populer-products {
  margin-top: 25px;
}
.populer-products .owl-carousel .owl-nav button.owl-next,
.populer-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next {
  right: 0;
  background: #eeeeee;
}
.populer-products .owl-carousel .owl-nav button.owl-prev,
.populer-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev {
  background: #eeeeee;
}
.text-orange {
  color: #000;
  font-weight: 700;
  font-size: 10px;
}
.site-map-block__list {
  padding: 0 10px 0 0;
}
.site-map-block-mog {
  line-height: 20px;
  padding-bottom: 12px;
}
.site-map-block-mog ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-map-block-mog .site-map-block-mog__main li {
  float: left;
  margin: 0;
  font-size: 1.1rem;
}
.site-map-block-mog .site-map-block-mog__sub li {
  float: left;
  padding: 0 0 0 10px;
  margin: 0;
  font-size: 1.1rem;
}
.site-map-block-mog .site-map-block-mog__sub li a {
  color: #646464;
  text-decoration: none;
}
.site-map-block-mog .site-map-block-mog__sub li a:hover {
  color: #f37920;
}
.site-map-block-mog .site-map-block-mog__sub li:after {
  content: '|';
  display: inline-block;
  font-size: 10px;
}
.site-map-block-mog .site-map-block-mog__sub li:last-child:after {
  content: '';
}
.block-main-product .top-title {
  padding: 5px 20px;
  margin-bottom: 10px;
}
.block-main-product .top-title .title {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700 !important;
  line-height: 32px;
  padding: 5px 0;
  font-size: 2rem;
  color: #333;
}
.block-main-product .top-title a {
  color: #333;
}
.block-main-product .links-container.active ul {
  width: 180px;
}
.block-main-product .tab-content-fadein {
  /*padding: 0 10px !important;*/
}
.block-main-product .links-container ul li:hover {
  background: none;
}
.block-main-product .links-container span {
  cursor: pointer;
}
.block-main-product .tab-wrapper.items {
  position: relative;
}
.block-main-product .top-title .icon {
  display: none !important;
}
.block-main-product .top-title .list-category {
  padding: 10px 0 6px 0;
}
.block-main-product .top-title .list-category .dropdown .dropbtn {
  border: none;
  outline: none;
  background-color: transparent;
  box-shadow: none;
  color: #000;
}
.block-main-product .top-title .list-category .dropdown:hover .dropdown-content {
  display: block;
  border: 1px solid #bbb;
  margin-top: 6px;
  box-sizing: border-box;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.block-main-product .top-title .list-category .dropdown:hover .dropdown-content:before {
  right: 20px;
  top: -12px;
  border: 6px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: transparent transparent #fff;
  z-index: 99;
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.block-main-product .top-title .list-category .dropdown:hover .dropdown-content:after {
  right: 19px;
  top: -14px;
  border: 7px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: transparent transparent #bbb;
  z-index: 98;
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.block-main-product .top-title .list-category li {
  line-height: 16px;
}
.block-main-product .top-title .list-category li a::before {
  bottom: -8px;
}
.block-main-product .top-title .list-category li a::after {
  bottom: -8px;
}
.block-main-product .top-title .list-category .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  right: 4px;
  top: 18px;
}
.block-main-product .top-title .list-category .dropdown-content .dropdown-content-list {
  padding-left: 0;
}
.block-main-product .top-title .list-category .dropdown-content .dropdown-content-list .item {
  float: none;
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
  line-height: 18px;
}
.block-main-product .top-title .list-category .dropdown-content .dropdown-content-list .item:nth-child(1) {
  padding-top: 10px;
}
.block-main-product .top-title .list-category .dropdown-content .dropdown-content-list .item a {
  padding: 0;
}
.block-main-product .top-title .list-category .dropdown-content .dropdown-content-list .item a::before {
  bottom: 0;
}
.block-main-product .top-title .list-category .dropdown-content .dropdown-content-list .item a::after {
  bottom: 0;
}
.mart-block-main-product.mart-clearfix {
  clear: both;
}
.mart-block-main-product.mart-clearfix:after {
  clear: both;
  content: "";
  display: table;
}
.mart-block-main-product .mart-tab-wrapper .mart-top-title {
  float: left;
  width: 20%;
}
.mart-block-main-product .mart-tab-wrapper .mart-top-title .mart-title {
  font-weight: 700;
  line-height: 32px;
  padding: 10px 30px;
  font-size: 2rem;
  margin: 0;
}
.mart-block-main-product .mart-tab-wrapper .mart-top-title .mart-title a {
  color: #333;
  display: block;
  text-decoration: none;
}
.mart-block-main-product .mart-tab-wrapper .mart-top-title .mart-title a:hover {
  text-decoration: none;
  color: #fcb800;
}
.mart-block-main-product .mart-tab-wrapper .mart-top-title .mart-list-category {
  list-style: none;
  padding: 0 30px;
}
.mart-block-main-product .mart-tab-wrapper .mart-top-title .mart-list-category li {
  position: relative;
  margin-bottom: 0;
}
.mart-block-main-product .mart-tab-wrapper .mart-top-title .mart-list-category li.active {
  color: #fdac27;
}
.mart-block-main-product .mart-tab-wrapper .mart-top-title .mart-list-category li a {
  font-size: 1.4rem;
  padding: 5px 0 8px;
  display: block;
  color: #999999;
  text-decoration: none;
}
.mart-block-main-product .mart-tab-wrapper .mart-top-title .mart-list-category li a:hover {
  color: #fdac27;
  transition: all 250ms ease;
}
.mart-block-main-product .mart-tab-wrapper .mart-top-title .mart-list-category li a.active {
  color: #fdac27;
}
.mart-block-main-product .mart-tab-wrapper .mart-top-title .mart-list-category li.active a {
  color: #fdac27;
}
.mart-block-main-product .mart-tab-wrapper .mart-block-banner {
  float: left;
  width: 20%;
}
.mart-block-main-product .mart-tab-wrapper .mart-block-banner img.pagebuilder-mobile-hidden {
  vertical-align: top;
  height: 100% !important;
}
.mart-block-main-product .mart-tab-wrapper .mart-block-products-list {
  float: left;
  width: 60%;
  position: relative;
}
.mart-block-main-product .mart-block-products-list.mart-card-shimer {
  float: left;
  width: 100%;
}
.mart-block-main-product .mart-block-products-list .products-grid .block-content {
  min-height: 574px !important;
}
.mart-block-main-product .mart-block-products-list .products-grid .block-content .product-item {
  min-height: 286px !important;
  margin-left: 0 !important;
  width: 25% !important;
  /*border-left: 1px solid #e1e1e1;
            border-bottom: 1px solid #e1e1e1;*/
}
.mart-block-main-product .mart-block-products-list .products-grid .block-content .product-item:nth-child(3n+1) {
  margin-left: 0;
}
.mart-block-main-product .mart-block-products-list .products-grid .block-content .product-item:nth-child(4n+1) {
  margin-left: 0;
}
.mart-block-main-product .mart-block-products-list .products-grid .block-content .product-item:nth-child(5n+1) {
  margin-left: 0;
}
.mart-block-main-product .mart-block-products-list .products-grid .block-content .product-item:nth-child(4n+1):nth-last-child(-n+4) {
  min-height: 286px !important;
}
.mart-block-main-product .mart-block-products-list .products-grid .block-content .product-item .price-box {
  min-height: 22px;
}
.mart-block-main-product .mart-block-products-list .products-grid .block-content .product-item-info {
  margin: 0;
  border: 0;
}
.mart-block-main-product .mart-block-products-list .products-grid .block-content .product-item-info:hover {
  margin: 0 !important;
  padding: 9px;
}
.mart-block-main-product .mart-block-products-list .products-grid .block-content .product-item-info.active {
  margin: 0 !important;
  padding: 9px;
}
.mart-block-main-product .mart-block-products-list .products-grid .block-content .product-items .product-item .product-item-info .product-item-actions {
  bottom: 0 !important;
  margin-left: 10px !important;
}
.mart-block-main-product .mart-block-products-list .products-grid .block-content .product-items .product-item .product-item-info .product-item-photo .product-image-photo {
  max-width: 50%;
}
.mart-block-main-product .mart-block-products-list .products-grid .block-content .product-items .product-item .product-item-info .product-item-photo:hover .product-image-container {
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
@media screen and (max-width: 992px) {
  .mart-block-main-product .mart-tab-wrapper .mart-top-title .mart-list-category li a {
    font-size: 1.4rem;
    padding: 5px 0 2px;
  }
}
@media only screen and (max-width: 360px) and (max-height: 640px) {
  .block.widget.block-products-list.grid .block-title a.cat-item-link {
    padding: 5px;
  }
  .block.widget.block-products-list.grid .block-content {
    min-height: 250px !important;
  }
  .block.widget.block-products-list.grid .block-content .products-grid .product-items .product-item:nth-child(4n+1):nth-last-child(-n+4) {
    min-height: auto !important;
  }
  .footer-site-map {
    display: none;
  }
}
.payment-method-braintree .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px;
}
.payment-method-braintree .hosted-control:disabled {
  opacity: 0.5;
}
.payment-method-braintree .hosted-control::-moz-placeholder {
  color: #575757;
}
.payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #575757;
}
.payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #575757;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #006bb4;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #ffffff;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
  border-color: #006400;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem;
}
.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 7px;
  width: 6rem;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 50px;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
  content: '/';
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -25px;
  top: 5px;
}
.payment-method-braintree .field-tooltip {
  right: 0;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #ffffff;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-logo {
  margin-top: 10px;
  text-align: center;
}
.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block;
}
.braintree-paypal-account:before {
  background-image: url('../../frontend/ZeroGravity/sindabad_child/en_US/Magento_Braintree/images/paypal-small.png');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 16px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.braintree-paypal-account:before {
  left: 17px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.braintree-paypal-account .payment-method-type {
  font-weight: 700;
}
.braintree-paypal-account .payment-method-description {
  color: #575757;
}
.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.action-braintree-paypal-logo {
  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;
}
.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active {
  background: none;
  border: none;
}
.action-braintree-paypal-logo:hover {
  background: none;
  border: none;
}
.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
  pointer-events: none;
  opacity: 0.5;
}
.action-braintree-paypal-logo img {
  margin: 0;
  width: 114px;
}
.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0;
}
.account .table .col.paypal-account img {
  vertical-align: middle;
}
.account .table .col.paypal-account + .actions {
  vertical-align: middle;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url(../../frontend/ZeroGravity/sindabad_child/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../../frontend/ZeroGravity/sindabad_child/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin-top: 10px;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  text-align: center;
  margin-bottom: 10px;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  blackground: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 4px 8px;
  min-width: 22px;
  margin-right: 7px;
}
.swatch-option.text.selected {
  background-color: #ffffff !important;
}
.swatch-option.selected {
  outline: 2px solid #fdac27;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #e58f02;
}
.swatch-option.disabled {
  cursor: default;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
  background: #e02b27;
}
.swatch-option-loading {
  content: url('../../frontend/ZeroGravity/sindabad_child/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #ffffff;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #eeeeee;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  position: static;
  text-decoration: none !important;
  z-index: 1;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 2.2rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.2rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.2rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #cccccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
}
.product-item {
  font-size: 1.4rem;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.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 {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .quote-details-items .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 > .quote-details-items .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .quote-details-items .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 > .quote-details-items .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
}
.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-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.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 .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.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 {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #fdac27;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #fdac27;
}
.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.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;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666666;
}
.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]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.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 {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.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 > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.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;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.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 .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
  width: 1px;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: table-cell;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  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: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #fdac27;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
}
.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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .action.tocart {
  border-radius: 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 {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #cccccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #cccccc;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #cccccc;
}
.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.toggle {
  padding: 0;
}
.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 .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: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 45px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #fdac27;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #fdac27;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.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.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.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: 18px;
  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 dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.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: 22px;
  line-height: 28px;
  color: #fdac27;
  content: '\e611';
  font-family: 'luma-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: #fdac27;
}
.minicart-wrapper .action.showcart:active:before {
  color: #fdac27;
}
.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: 22px;
  line-height: 28px;
  color: #fdac27;
  content: '\e611';
  font-family: 'luma-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: #fdac27;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #fdac27;
}
.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: -10px;
  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: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  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;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  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;
}
.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.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: 14px;
  line-height: 14px;
  color: #fdac27;
  content: '\e616';
  font-family: 'luma-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.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #fdac27;
  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 .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  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 #cccccc;
}
.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-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.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;
}
.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 > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 40px 5px 0;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > 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 .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-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 .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 45px;
}
.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: 18px;
  line-height: 20px;
  color: #fdac27;
  content: '\e601';
  font-family: 'luma-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: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #fdac27;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.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 {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart {
  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;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before,
.opc-estimated-wrapper .minicart-wrapper .quote-details-items .actions-toolbar > .action.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.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: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.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: 'luma-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: 14px;
  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;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #666666;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #fdac27;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #fdac27;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  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 #cccccc;
  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 .col-price {
  font-weight: 600;
}
.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: #006bb4;
  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 #cccccc;
  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: #fdac27;
  content: '\e601';
  font-family: 'luma-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: #fdac27;
}
.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;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  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 #cccccc;
  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: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-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 .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  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.8rem;
  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 #cccccc;
}
.checkout-payment-method .payment-method form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.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: 500px;
}
.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 #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #006bb4;
  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: #fdac27;
  content: '\e622';
  font-family: 'luma-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: #fdac27;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.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 {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.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;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #006bb4;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #fdac27;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  margin-top: 10px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #fdac27;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #fdac27;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #fdac27;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333333;
}
.action-gift:active:after {
  color: #fdac27;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #006bb4;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #006bb4;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #fdac27;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #fdac27;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #fdac27;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.2rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  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;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.quote-details-items .actions-toolbar > .action.map-show-info {
  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: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:focus,
.quote-details-items .actions-toolbar > .action.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.quote-details-items .actions-toolbar > .action.map-show-info.disabled,
.quote-details-items .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.quote-details-items .actions-toolbar > .action.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:active {
  color: #fdac27;
  text-decoration: underline;
}
button.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:hover {
  color: #006bb4;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.quote-details-items .actions-toolbar > .action.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.quote-details-items .actions-toolbar > .action.map-show-info.disabled,
.quote-details-items .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.map-show-info {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.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;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.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;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  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);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.2rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  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;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #006bb4;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #006bb4;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #006bb4;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #fdac27;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.order-links .item {
  line-height: 50px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 500;
  padding: 0 20px;
}
.order-links .item a {
  background: #ffffff;
  color: #999999;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 500;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 0 0 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(80%);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  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;
  color: #575757;
  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: #fdac27;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #fdac27;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #f8f8f8;
  color: #000000;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li > a {
  color: #000000;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #000000;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #000000;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #000000;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  padding: 30px 40px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #fdac27;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0;
  padding: 30px 40px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #fdac27;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-align: center;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.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-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-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.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-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.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-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.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-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-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.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-footer .switcher .options ul.dropdown:before,
.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-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-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-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .switcher .options ul.dropdown {
  right: 0;
}
.page-header .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  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: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #fdac27;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  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: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #fdac27;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #fdac27;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #333333;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #fdac27;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\e604';
}
am-slider-container .block-title {
  margin: 0;
}
.amslider {
  margin: 0 auto !important;
}
.amslider .swiper-button-next {
  background-image: none !important;
  background: #eee;
  padding: 7px 10px;
  font-size: 20px;
  vertical-align: middle;
  border-radius: 3px;
  width: auto;
  height: auto;
}
.amslider .swiper-button-prev {
  background-image: none !important;
  background: #eee;
  padding: 7px 10px;
  font-size: 20px;
  vertical-align: middle;
  border-radius: 3px;
  width: auto;
  height: auto;
}
.amslider .swiper-button-next:hover {
  background: #869791;
}
.amslider .swiper-button-prev:hover {
  background: #869791;
}
.amslider .owl-carousel .owl-nav {
  /*position: absolute;
                top: 25% !important;*/
  width: 100%;
  margin-top: 0;
}
.am-brand-slider {
  background-color: #ffffff;
  padding: 10px 20px 20px 20px !important;
}
.am-brand-slider .cat-item-inner.item {
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 5px;
  background-color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
}
.am-brand-slider .cat-item-inner.item:hover {
  border-color: #FFD200;
}
.am-brand-slider .owl-carousel .owl-nav button.owl-prev,
.am-brand-slider .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev {
  left: -20px;
}
.am-brand-slider .owl-carousel .owl-nav button.owl-next,
.am-brand-slider .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next {
  right: -20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .block-banner-contacts {
  margin-top: 15px;
}
.contact-index-index .block-contacts {
  padding-bottom: 30px;
}
.contact-index-index .block-contacts .item-padding {
  padding: 10px;
}
.contact-index-index .block-contacts .col-item60 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58%;
  flex: 0 0 58%;
  max-width: 58%;
}
.contact-index-index .block-contacts .col-item40 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.contact-index-index .contact-us-info .contact-us-info-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}
.contact-index-index .contact-us-info .contact-us-info-title {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  padding-left: 2px;
  color: #000d1b;
  vertical-align: middle;
}
.contact-index-index .contact-us-info .contact-us-info-title .faq-icon {
  width: 26px;
  height: 28px;
  margin-right: 14px;
  vertical-align: middle;
  margin-left: 5px;
}
.contact-index-index .contact-us-info-description {
  margin-left: 45px;
}
.contact-index-index .contact-us-info-prg {
  margin-left: 45px;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  margin-left: 2%;
}
.contact-index-index .form.contact .fieldset {
  margin-bottom: 0;
}
.contact-index-index .form.contact .actions-toolbar > .primary .action {
  width: 100%;
}
.contact-index-index .fieldset .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.2rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.contact-index-index #contact-form .actions-toolbar .primary {
  display: block;
  float: none;
}
.contact-index-index #contact-form .control {
  margin-bottom: 20px;
}
.block-search ::-ms-clear {
  display: none;
}
.block-search .search-box {
  position: relative;
}
.block-search #search_clear {
  position: absolute;
  right: 0;
  z-index: 10;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  pointer-events: auto;
  cursor: pointer;
  display: none;
}
.page-header .switcher .options ul.dropdown {
  /*min-width: 95px;*/
  right: 0;
}
.page-header .switcher .options ul.dropdown:before {
  right: 10px;
  left: inherit;
}
.page-header .switcher .options ul.dropdown:after {
  right: 9px;
  left: inherit;
}
.page-header .switcher .options ul.dropdown li a img {
  margin-right: 4px;
}
.page-header .switcher strong img {
  vertical-align: middle;
  margin-right: 4px;
}
.page-header .switcher strong span {
  margin-right: 3px;
}
.block-search {
  position: relative;
  width: 100%;
  padding-right: 100px;
  font-size: 1.4rem;
}
.block-search .search-box {
  position: relative;
}
.block-search .search-box #search_clear {
  margin-right: 100px;
  line-height: 42px;
}
.block-search input {
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 3px 0 0 3px;
  width: 100%;
  height: 42px;
  padding: 0 15px;
  margin: 0;
}
.block-search .action {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: 100px;
  text-align: center;
}
.block-search button,
.block-search .quote-details-items .actions-toolbar > .action {
  border: none;
  box-shadow: none;
  border-radius: 0 3px 3px 0;
  outline: none;
  text-transform: none;
  height: 42px;
  color: #000000;
  background-color: #fcb800;
  font-weight: bold;
}
.block-search .label,
.block-search .block-title {
  display: none;
}
.block-search .nested {
  display: none;
}
.block-search .search-autocomplete {
  display: none;
  width: 100% !important;
  color: #000000;
  max-height: 380px;
  overflow-y: visible;
  overflow-x: hidden;
}
.header-main-content .block-search {
  margin-bottom: 0px;
}
.header-main-content .block-search .block.block-content {
  margin-bottom: 0px;
  position: relative;
}
#newsletter-error {
  margin-left: 24px;
  text-align: left;
}
.footer-top {
  background: #ffb834;
  padding: 20px;
}
.footer-top .footer.content {
  padding: 0;
}
.block-child.newsletter .form.subscribe {
  display: table;
  width: 100%;
  position: relative;
}
.block-child.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block-child.newsletter .field {
  margin: 0;
}
.block-child.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block-child.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-child.newsletter .field .control:before {
  position: absolute;
}
.block-child.newsletter input {
  padding-left: 35px;
  border: 1px solid #fdac27;
}
.block-child.newsletter .title {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.block-child.newsletter .news-label {
  color: #cccccc;
}
.block-child.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block-child.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  background: #EF7721;
  border: 1px solid #EF7721;
}
.block-child.newsletter #newsletter-error {
  position: absolute;
  margin-top: 2px;
}
.block-child.newsletter {
  width: 50%;
  margin: 0 auto;
}
.block-child.newsletter .row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.block-child.newsletter .row-container .col-item25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.block-child.newsletter .row-container .col-item75 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
@media (min-width: 992px) and (max-width: 1300px) {
  .block-child.newsletter {
    width: 70% !important;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-child.newsletter {
    width: 100% !important;
    margin: 0 auto;
  }
}
#reviews .block.review-add .block-title {
  margin-bottom: 10px;
}
#reviews .block.review-add .block-title strong {
  font-size: 14px !important;
}
#reviews .block.review-add .block-content .fieldset > .legend {
  font-size: 1.2rem;
}
#reviews .block.review-add .block-content .field {
  margin: 10px 0;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 0px solid #cccccc;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.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 {
  border-top: 0px solid #cccccc;
  height: 40px;
  padding: 0px 10px 0px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #999999;
  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: 0px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 0px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.review-fieldset .field.required > .label:after {
  content: '*';
  color: #e02b27;
  margin: 0 0 0 2px;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote:before {
  content: "\f4b2" "\f4b2" "\f4b2" "\f4b2" "\f4b2";
}
.review-control-vote .rating-1:before {
  content: "\f4b3";
}
.review-control-vote .rating-2:before {
  content: "\f4b3" "\f4b3";
}
.review-control-vote .rating-3:before {
  content: "\f4b3" "\f4b3" "\f4b3";
}
.review-control-vote .rating-4:before {
  content: "\f4b3" "\f4b3" "\f4b3" "\f4b3";
}
.review-control-vote .rating-5:before {
  content: "\f4b3" "\f4b3" "\f4b3" "\f4b3" "\f4b3";
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote:before {
  color: #dddddd;
  font-family: 'mbicon';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: "\f4b3" "\f4b3" "\f4b3" "\f4b3" "\f4b3";
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  letter-spacing: 6px;
}
.review-control-vote label:before {
  color: #ffcc00;
  font-family: 'mbicon';
  /*font-size: 16px;
    height: 16px;
    letter-spacing: 2px;
    line-height: 16px;*/
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
#product-review-table .review-field-rating .label,
#product-review-table .review-field-rating .review-control-vote {
  display: table-cell;
  vertical-align: top;
  line-height: 20px;
  padding-bottom: 10px;
  margin: 0;
  font-size: 1.4rem;
}
#product-review-table .review-field-rating .review-control-vote {
  padding: 0 30px;
}
.review-field-rating .label {
  font-weight: 500;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes tbody tr {
  border-bottom: 1px solid #cccccc;
}
.product.info.detailed .additional-attributes tbody tr:last-child {
  border-bottom: none;
}
.product.info.detailed .additional-attributes tr th {
  font-weight: 500;
  text-align: left;
  border-right: 1px solid #cccccc !important;
  padding: 10px 30px !important;
  width: 50%;
}
.product.info.detailed .additional-attributes tr td {
  padding: 10px 30px !important;
}
.product.info.detailed .table-wrapper tbody {
  font-size: 1.5rem;
}
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .col-item100 {
    width: 100%;
  }
}
.bannerslider .owl-carousel .owl-nav {
  display: block;
}
.bannerslider .owl-carousel .owl-nav button.owl-prev,
.bannerslider .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev {
  background-color: rgba(255, 255, 255, 0.98);
}
.bannerslider .owl-carousel .owl-nav button.owl-prev .mbi-chevron-left,
.bannerslider .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev .mbi-chevron-left {
  font-size: 12px;
}
.bannerslider .owl-carousel .owl-nav button.owl-next,
.bannerslider .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next {
  background-color: rgba(255, 255, 255, 0.98);
}
.bannerslider .owl-carousel .owl-nav button.owl-next .mbi-chevron-right,
.bannerslider .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next .mbi-chevron-right {
  font-size: 12px;
}
.bannerslider button:not(.primary),
.quote-details-items .actions-toolbar > .action:not(.primary),
.bannerslider .quote-details-items .actions-toolbar > .action:not(.primary) {
  box-shadow: none;
}
.bannerslider {
  overflow: hidden;
  position: relative;
  /*padding-bottom: 45.662100457%;
    height: 0;
    background-color: #f5f5f5;*/
}
.bannerslider .item img {
  /*display: block;
        width: 100%;
        height: auto;
        max-height: 400px;*/
  -webkit-transition: 0.3s, filter;
  -moz-transition: 0.3s, filter;
  transition: 0.3s, filter;
  -webkit-transition: 0.3s -webkit-filter linear;
  opacity: 1;
  height: 400px;
}
.bannerslider .owl-nav {
  left: 0;
  position: absolute;
  top: 43% !important;
  width: 100%;
  display: none;
}
.bannerslider .owl-carousel:hover .owl-nav {
  display: block;
}
.bannerslider .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: rgba(255, 255, 255, 0.98) !important;
}
.bannerslider .owl-nav div.owl-prev {
  left: 0;
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  transition: opacity 0.22s ease 0s;
  border-radius: 0px;
  font-size: 20px;
  padding: 10px 10px;
  position: absolute;
  margin: 0px;
}
.bannerslider .owl-nav div.owl-next {
  position: absolute;
  right: -4px;
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  transition: opacity 0.22s ease 0s;
  border-radius: 0px;
  font-size: 20px;
  padding: 10px 10px;
  margin: 0 4px 0 0;
}
.bannerslider .owl-dots {
  left: 0;
  position: absolute;
  bottom: 4%;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(255, 255, 255, 0.98);
}
.banner-slider-top .row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner-slider-top .col-item25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.banner-slider-top .col-item50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.banner-slider-top .col-item75 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.banner-slider-top .banner-inner-botoom img {
  vertical-align: middle;
}
.banner-slider-top .right-banner .column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.banner-slider-top .right-banner .column .column100 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  /*flex: 0 0 100%;*/
  max-width: 100%;
}
.right-banner [data-element=inner] {
  padding: 0 !important;
  margin: 0 !important;
}
.right-banner .top-a {
  position: relative;
}
.right-banner img {
  vertical-align: middle;
}
.right-banner .hover-effect01:after {
  background-color: rgba(255, 255, 255, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: 1;
}
.right-banner.top-b {
  position: relative;
}
.right-banner.hover-effect01:before {
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: 1;
}
.bannercard-shimer {
  width: 100%;
  position: relative;
}
.bannercard-shimer .wrapper-bannershimer {
  width: 100%;
  height: 400px;
  -webkit-animation: fullView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -moz-animation: fullView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -ms-animation: fullView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -o-animation: fullView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  animation: fullView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  background: #fff;
}
.bannercard-shimer .wrapper-bannershimer .banner-shimer {
  width: 100%;
  height: 100%;
}
.bannercard-shimer .wrapper-bannershimer .banner-shimer .bannerPic {
  height: 400px;
  width: 100%;
}
.bannercard-shimer .wrapper-bannershimer .animate {
  -webkit-animation: shimmer 2s infinite linear;
  -moz-animation: shimmer 2s infinite linear;
  -ms-animation: shimmer 2s infinite linear;
  -o-animation: shimmer 2s infinite linear;
  animation: shimmer 2s infinite linear;
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%;
}
@-webkit-keyframes fullView {
  100% {
    width: 100%;
  }
}
@-moz-keyframes fullView {
  100% {
    width: 100%;
  }
}
@-o-keyframes fullView {
  100% {
    width: 100%;
  }
}
@-ms-keyframes fullView {
  100% {
    width: 100%;
  }
}
@keyframes fullView {
  100% {
    width: 100%;
  }
}
@-webkit-keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@-moz-keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@-o-keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@-ms-keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@media only screen and (max-width: 1600px) and (max-height: 2560px) {
  .bannercard-shimer .wrapper-bannershimer {
    height: 360px;
  }
  .bannercard-shimer .wrapper-bannershimer .banner-shimer .bannerPic {
    height: 360px;
  }
}
@media only screen and (max-width: 1280px) and (max-height: 800px) {
  .bannercard-shimer .wrapper-bannershimer {
    height: 340px;
  }
  .bannercard-shimer .wrapper-bannershimer .banner-shimer .bannerPic {
    height: 340px;
  }
}
.search-autocomplete {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: 0;
  -webkit-box-shadow: 0 3px 5px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0 3px 5px rgba(50, 50, 50, 0.25);
  box-shadow: 0 3px 5px rgba(50, 50, 50, 0.25);
}
.search-autocomplete::-webkit-scrollbar {
  width: 5px;
}
.search-autocomplete::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0px;
}
.search-autocomplete::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 0px;
}
.search-autocomplete dl {
  margin: 0;
  padding: 0;
  list-style: none none;
  border-bottom: 1.5px solid #cdcdcd;
}
.search-autocomplete dl dt {
  font-weight: 700;
  border-top: 1px solid #e5e5e5;
  cursor: default;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete dl dt:not(:empty) {
  background: #ffffff;
  border: 1px solid #f1f1f1;
  border-top: 0;
  border-bottom: 0;
}
.search-autocomplete dl dt:first-child {
  border-top: none;
}
.search-autocomplete dl dt:hover,
.search-autocomplete dl dt.selected {
  background: #e8e8e8;
}
.search-autocomplete dl dd {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete dl dd:not(:empty) {
  background: #ffffff;
  border: 1px solid #f1f1f1;
  border-top: 0;
}
.search-autocomplete dl dd:first-child {
  border-top: none;
}
.search-autocomplete dl dd:hover,
.search-autocomplete dl dd.selected {
  background: #f5f5f5;
}
.search-autocomplete dl dd .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.search-autocomplete dl dd .clear {
  clear: both;
}
.search-autocomplete dl dd a:hover {
  color: inherit;
  text-decoration: none;
}
.search-autocomplete dl dd:last-child {
  border-bottom: 0;
}
.search-autocomplete dl:last-child {
  border-bottom: 0;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 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;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #fdac27;
  border: 1px solid #fdac27;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #fdac27;
  border: 1px solid #fdac27;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #fdac27;
  border: 1px solid #fdac27;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  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;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .modals-wrapper .modal-popup .modal-header {
    padding-top: 2rem;
  }
  .modals-wrapper .modal-popup .modal-title {
    border-bottom: none;
    font-size: 18px;
    font-weight: 300;
  }
  .popup-tree .modal-footer .action,
  .popup-tree .modal-footer .action-primary {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .jstree li a > .field-tooltip {
    float: right;
    margin-right: -4rem;
    position: static;
  }
  .jstree li a > .field-tooltip .field-tooltip-content {
    left: 0;
    max-width: 90%;
    right: auto;
    top: 4.5rem;
    z-index: 20;
  }
  .jstree li a > .field-tooltip .field-tooltip-content:before,
  .jstree li a > .field-tooltip .field-tooltip-content:after {
    left: 6.1rem;
    right: auto;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .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,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .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 {
    padding-top: 41px;
    position: relative;
  }
  .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: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -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: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-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: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 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: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    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.7);
    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: #f2f2f2;
    border: solid #e6e6e6;
    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-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .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: #ffffff;
    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: 700;
    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: #fdac27;
    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: #fdac27;
    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: #fdac27;
    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 .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .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-x: hidden;
    overflow-y: auto;
  }
  .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);
  }
  .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: 14px;
    font-weight: 700;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  #login-form .product.data.items {
    min-height: 130px;
  }
  #login-form .product.data.items:before {
    position: absolute;
    height: 1px;
    background-color: #ccc;
    top: 90px;
    left: 0;
    width: 100%;
    content: '';
    display: table;
  }
  #login-form .product.data.items:after {
    clear: both;
  }
  #login-form .product.data.items > .item.title {
    box-sizing: border-box;
    float: left;
  }
  #login-form .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: right;
    margin-left: -100%;
    margin-top: 50px;
    width: 100%;
  }
  #login-form .product.data.items .item.title.active a:before {
    width: 50%;
  }
  #login-form .product.data.items .item.title > .switch:before {
    content: '';
    position: absolute;
    bottom: 2px;
    top: auto;
    right: auto;
    left: 50%;
    height: 3px;
    background: #fcb800;
    width: 0;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  #login-form .product.data.items .item.title > .switch:after {
    right: 0;
    left: auto;
  }
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items .item.title.active a:after {
    width: 100%;
  }
  .product.data.items .item.title > .switch:after {
    content: '';
    position: absolute;
    bottom: 2px;
    top: auto;
    right: auto;
    left: 0;
    height: 3px;
    background: #fcb800;
    width: 0;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  #easylogin .block.block-customer-login:after {
    background-color: transparent !important;
  }
  #login-form .product.data.items:before {
    background-color: transparent !important;
  }
  .easylogin .message-error {
    width: 80%;
    margin: 0 auto;
  }
  .sinmessage-block__container .sinmessage-block__appimg {
    flex-basis: 100%;
    margin-right: 0;
  }
  .sinmessage-block__container .appmessageblock {
    flex-basis: 100%;
    padding: 10px;
    margin-top: 20px;
  }
  .sinmessage-block__container .sinmessage-block__qrcodeimg {
    flex-basis: 100%;
    margin-right: 0%;
  }
  .d-none {
    display: none !important;
  }
  .sindabad_child.cms-index-index .vertical-menu .navigation {
    display: none;
    margin-top: -1px;
  }
  .sticky-menu.active {
    top: auto;
    bottom: 0;
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-animation: fadeInUp 0.3s linear;
    animation: fadeInUp 0.3s linear;
  }
  .nav-bar a.level-top > i {
    padding-right: 7px;
  }
  .header-main-inner .top-search-wrap .popular-search-term {
    display: none;
  }
  .popular-search-term {
    display: none;
  }
  .header-menu-content {
    margin-bottom: 10px;
  }
  .rfp-index-index .ui-front {
    width: 60.3% !important;
  }
  .rfp-index-index .rfp-flex-container {
    flex-direction: column;
  }
  .rfp-index-index .rfp-flex-container .rfp-flex-item {
    margin: 0 5px;
  }
  .rfp-index-index .rfp-flex-textarea {
    line-height: 1;
  }
  .rfp-index-index .trash-icon {
    right: -12px;
  }
  #custom-text {
    margin-left: 0 !important;
  }
  .rfp-index-index .page-title-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .rfp-index-index .page-title-wrapper .page-title {
    margin: 0 0 20px;
    font-size: 2.6rem;
  }
  .rfp-index-index #block-rfp-form {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 5px;
  }
  .rfp-index-index #block-rfp-form .product-rfp-info {
    width: 95%;
  }
  .rfp-index-index #block-rfp-form .block-rfp-form__title {
    padding: 10px 10px 0;
  }
  .rfp-index-index #block-rfp-form .block-rfp-form__slogan {
    padding: 0 10px;
  }
  .rfp-index-index #block-rfp-form .block-rfp-form__content {
    /*padding: 8px;*/
  }
  .faq-bulk-enquiry {
    width: 100%;
    margin: 0px auto;
    margin-top: 10px;
    margin-top: 40px;
  }
  .faq-bulk-enquiry .faq-bulk__content {
    padding: 5px;
    text-align: justify;
  }
  .page-layout-1column .columns {
    padding-top: 0 !important;
  }
  .listindustry-catepage {
    background: #f3f7f8;
    padding: 10px 0 0 0;
  }
  .category-image-flex .cat-item-inner {
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 0;
  }
  .category-image-flex .cat-item-inner a.cat-item-link {
    padding: .25rem;
  }
  .category-image-flex .cat-item-inner a.cat-item-link:hover {
    background: #ffffff;
    text-decoration: none;
    color: #fdac27;
  }
  .category-image-flex .cat-item-inner a.cat-item-link:hover .cat-item-image .cat-item-image {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    padding: 10px;
    background: #fff;
    margin: 0 auto;
  }
  .category-image-flex .cat-item-inner a.cat-item-link img.cat-item-image {
    display: block;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #ddd;
    margin: 0 auto;
  }
  .page-layout-1column .category-image-flex .cat-item-inner {
    padding: 0 10px;
    box-sizing: border-box;
    margin: 2px;
  }
  .block.widget.block-products-list.grid .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell !important;
  }
  .block.widget.block-products-list.grid .products-grid .product-items .product-item .product-item-info:hover .price-box {
    display: block;
    visibility: visible !important;
  }
  .block.widget.block-products-list.grid .product-item-actions .actions-primary {
    /*display: table-cell !important;*/
    display: none !important;
  }
  .block.widget.block-products-list.grid .block-title strong {
    font-size: 16px !important;
    font-weight: 400;
  }
  .block.widget.block-products-list.grid .block-title a.cat-item-link {
    padding: 5px;
  }
  .block.widget.block-products-list.grid .block-content {
    /*min-height: 220px;*/
    min-height: auto !important;
  }
  .block.widget.block-products-list.grid .block-content .products-grid .product-items .product-item .product-item-info:hover .product-item-actions {
    cursor: pointer;
  }
  .block.widget.block-products-list.grid .block-content .products-grid .product-items .product-item .product-item-info .product-item-actions {
    margin: 0;
    width: 100%;
    background: #ffffff;
    text-align: center;
    position: relative;
    padding: 0;
    /*bottom: 10px;*/
    bottom: 0;
  }
  .block.widget.block-products-list.grid .block-content .products-grid .product-items .product-item .product-item-info .product-item-actions .actions-secondary > .tocompare {
    display: none;
  }
  .block.widget.block-products-list.grid .block-content .products-grid .product-items .product-item:nth-child(4n+1):nth-last-child(-n+4) {
    /*min-height: 220px;*/
    min-height: auto;
  }
  .block-main-product .top-title .title {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 32px;
    padding: 5px 0;
    font-size: 2rem;
    color: #333;
  }
  .block-main-product .links-container {
    display: inline-block;
    position: relative;
  }
  .block-main-product .links-container ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .block-main-product .links-container ul:before {
    right: 10px;
    top: -12px;
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .block-main-product .links-container ul:after {
    right: 9px;
    top: -14px;
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
  }
  .block-main-product .links-container.active {
    overflow: visible;
  }
  .block-main-product .links-container.active ul {
    display: block;
    width: 130px;
  }
  .links-container ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .block-main-product .top-title {
    position: relative;
  }
  .block-main-product .top-title .list-category .item {
    display: none;
  }
  .block-main-product .top-title .list-category li .dropdown {
    display: none;
  }
  .block-main-product .top-title .list-category li .dropdown:hover .dropdown-content {
    margin-top: 0;
    border: none;
  }
  .block-main-product .top-title .list-category li .dropdown:hover .dropdown-content:before {
    display: none;
  }
  .block-main-product .top-title .list-category li .dropdown:hover .dropdown-content:after {
    display: none;
  }
  .block-main-product .top-title .icon {
    float: right;
    display: block !important;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(-50%, -50%);
    border: none;
    box-shadow: none;
  }
  .block-main-product .top-title .list-category.responsive {
    /* position: relative;*/
    position: absolute;
    right: 7%;
    padding: 0;
    z-index: 10000;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    box-sizing: border-box;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .block-main-product .top-title .list-category.responsive:before {
    right: 10px;
    top: -12px;
    border: 6px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: transparent transparent #fff;
    z-index: 99;
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .block-main-product .top-title .list-category.responsive:after {
    right: 9px;
    top: -14px;
    border: 7px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: transparent transparent #bbb;
    z-index: 98;
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .block-main-product .top-title .list-category.responsive .item {
    display: block;
    padding: 5px 10px !important;
  }
  .block-main-product .top-title .list-category.responsive .item a {
    padding: 0;
    font-size: 13px !important;
  }
  .block-main-product .top-title .list-category.responsive .item a:before {
    bottom: -2px;
  }
  .block-main-product .top-title .list-category.responsive .item a:after {
    bottom: -2px;
  }
  .block-main-product .top-title .list-category.responsive .dotted-icon {
    padding: 0 !important;
  }
  .block-main-product .top-title .list-category.responsive .dropdown {
    float: none;
    display: block;
  }
  .block-main-product .top-title .list-category.responsive .dropdown .dropbtn {
    display: none;
    width: 100%;
    text-align: left;
  }
  .block-main-product .top-title .list-category.responsive .dropdown .dropdown-content {
    position: relative;
    display: block;
    background: none;
    box-shadow: none;
    top: 0;
    right: 0;
  }
  .block-main-product .dropdown .dropbtn {
    display: none;
  }
  .block-main-product .list-category.responsive .dropdown-content .item {
    display: block;
  }
  .mart-block-main-product {
    display: none;
  }
  .mart-block-main-product .mart-tab-wrapper .mart-top-title {
    float: left;
    width: 100%;
  }
  .mart-block-main-product .mart-tab-wrapper .mart-block-banner {
    display: none;
    float: left;
    width: 50%;
  }
  .mart-block-main-product .mart-tab-wrapper .mart-block-products-list {
    float: left;
    width: 100%;
    position: relative;
  }
  .mart-block-main-product .mart-tab-wrapper .mart-block-products-list .block.widget.block-products-list.grid {
    border-top: 1px solid #e1e1e1;
  }
  .mart-block-main-product .mart-tab-wrapper .mart-block-products-list .products-grid .product-item {
    margin-left: 0 !important;
    width: 50% !important;
  }
  .mart-block-main-product .mart-tab-wrapper .mart-block-products-list .products-grid .product-item .product-item-name {
    height: 35px;
  }
  .mart-block-main-product .mart-tab-wrapper .mart-block-products-list .products-grid .product-item:last-child {
    /*display: none;*/
  }
  .mart-block-main-product .mart-block-products-list.mart-card-shimer {
    float: left;
    width: 100%;
  }
  .footer-site-map {
    display: none;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .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;
  }
  .compare.wrapper,
  [class*='block-compare'] {
    display: none;
  }
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    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;
    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: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .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: left;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .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;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #fdac27;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333333;
  }
  .cart .action-gift:active:after {
    color: #fdac27;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .gift-options-cart-item + .towishlist {
    left: 43px;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #fdac27;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #fdac27;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: -15px;
    margin-top: -60px;
    position: relative;
    width: 100px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #333333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #fdac27;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #fdac27;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .amslider {
    margin: 0 auto;
  }
  .amslider .swiper-button-next {
    background-image: none !important;
    background: #eee;
    padding: 2px 6px !important;
    font-size: 20px;
    vertical-align: middle;
    border-radius: 3px;
    width: auto;
    height: auto;
  }
  .amslider .swiper-button-prev {
    background-image: none !important;
    background: #eee;
    padding: 2px 6px !important;
    font-size: 20px;
    vertical-align: middle;
    border-radius: 3px;
    width: auto;
    height: auto;
  }
  .amslider .swiper-button-next:hover {
    background: #869791;
  }
  .amslider .swiper-button-prev:hover {
    background: #869791;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .block-contacts {
    padding-bottom: 30px;
  }
  .contact-index-index .block-contacts .col-item60 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-index-index .block-contacts .col-item40 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-index-index .block-banner-contacts {
    margin-top: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    margin-left: 0;
  }
  .contact-index-index .contact-us-info-title.mob-title {
    width: 60%;
  }
  .page-header {
    border-bottom: transparent;
  }
  .logo {
    margin-bottom: 5px !important;
    height: 62px;
  }
  .block-search input {
    padding-right: 25px !important;
    margin: 0;
    position: static;
    border: 1px solid #fdac27;
    opacity: 0.5;
  }
  .block-search input:not([disabled]):focus {
    opacity: 1;
  }
  .block-search .control {
    border-top: transparent;
  }
  .block-search #search_clear {
    top: 0;
    visibility: visible;
    margin-right: 35px;
  }
  .block-search .label {
    display: none;
  }
  .block-search .label.active + .control #search_clear {
    visibility: visible;
  }
  .block-search .action.search {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 1px;
    padding: 0;
    background-color: #fdac27;
    color: #000;
    width: 40px;
    height: 30px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    outline: 0;
    border: 1px solid #fdac27;
    border-radius: 0;
    box-shadow: none;
  }
  .block-search .action.search span {
    display: none;
  }
  .block-search .action.search[disabled] {
    opacity: 1;
  }
  .block-search button.action.search:before,
  .block-search .quote-details-items .actions-toolbar > .action.action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    content: '\e615';
    font-family: luma-icons;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .search-autocomplete {
    margin-top: 0;
  }
  .nav-sections .switcher-trigger strong:after {
    /*display: none;*/
  }
  .nav-sections .switcher-dropdown {
    padding: 10px 0 0 0;
  }
  .nav-sections .switcher-dropdown .switcher-option {
    margin-bottom: 0;
  }
  .page-header {
    margin-bottom: 0;
  }
  .logo {
    margin-bottom: 0 !important;
    height: 42px;
    text-align: center;
    display: block !important;
    margin: 0 auto !important;
  }
  .col-search {
    display: none;
  }
  .mfp-content .col-search {
    display: block;
    margin-top: 0;
    padding: 0;
  }
  .mfp-content .col-search.col-item50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .search-popup .mfp-content {
    vertical-align: top;
  }
  .mfp-close-btn-in.search-popup .mfp-close {
    color: #ccc;
    top: -20px;
    right: 0;
  }
  .block-search input {
    opacity: 1;
  }
  .block-search input:not([disabled]):focus {
    box-shadow: none;
  }
  .block-search button.action.search,
  .block-search .quote-details-items .actions-toolbar > .action.action.search {
    width: 100px;
    height: 40px;
    line-height: 40px;
  }
  .block-search button.action.search span,
  .block-search .quote-details-items .actions-toolbar > .action.action.search span {
    display: block;
  }
  .block-search button.action.search:before,
  .block-search .quote-details-items .actions-toolbar > .action.action.search:before {
    display: none;
  }
  .block-search .search-autocomplete {
    margin-top: 0;
    background-color: #fff;
    /*width: auto !important;*/
  }
  .block-search .search-autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .block-search .search-autocomplete ul:not(:empty) {
    background: #fff;
    border: 1px solid #c2c2c2;
    border-top: 0;
  }
  .block-search .search-autocomplete ul:not(:empty) li {
    cursor: pointer;
    margin: 0;
    padding: 5px 40px 5px 10px;
    position: relative;
    text-align: left;
    white-space: normal;
    border-top: 1px solid #e5e5e5;
  }
  .block-search .search-autocomplete ul:not(:empty) li:first-child {
    border-top: none;
  }
  .block-search .search-autocomplete ul:not(:empty) li:first-child:hover {
    background: #e8e8e8;
  }
  .block-search .search-autocomplete ul:not(:empty) li.selected {
    background: #e8e8e8;
  }
  .banner-slider-top.block-margin {
    margin-top: 15px !important;
  }
  .banner-slider-top {
    background: #fff !important;
    margin-bottom: 30px;
    border: 1px solid #eee !important;
    overflow: hidden;
  }
  .banner-slider-top .row-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banner-slider-top .col-item100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner-slider-top .right-banner .column {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  .banner-slider-top .right-banner .column .col-item50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .banner-slider-top .right-banner img {
    vertical-align: middle;
    width: 100%;
    max-width: 385px;
    height: auto;
    display: block;
  }
  .banner-slider-top .bannerslider .owl-item {
    /*max-height: 130px;*/
  }
  .bannerslider .item img {
    height: auto;
  }
  .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 4%)/2);
  }
  .product-item:nth-child(2n + 1) {
    margin-left: 2%;
  }
  .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .product-item .tocompare {
    display: none !important;
  }
  .header.links > li.greet.welcome {
    display: none;
  }
  .block-promo .info {
    font-size: 14px;
  }
  .columns .column.main {
    padding-bottom: 0;
  }
  .requisition-list-requisition-index .toolbar-amount {
    float: left;
  }
  .search.results dl.block dd.item {
    float: left;
    margin: 2px;
    border: 1px solid #eee;
    padding: 2px 5px;
  }
  .search.results dl.block::after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
  #home-brand .brand_logo {
    margin: 0 0 20px 0;
    padding: 10px 30px;
    border: 1px solid #eee;
  }
  #home-brand .brand_logo:nth-of-type(even) {
    margin-bottom: 2px;
  }
  #home-brand .am-image-wrapper .am-image {
    max-width: 100px;
    max-height: 80px;
  }
  #home-brand .owl-theme .owl-nav {
    margin-top: 0;
  }
  #home-brand .owl-prev {
    left: 0;
    position: absolute;
    background: #eeeeee;
    margin-left: 0;
  }
  #home-brand .owl-next {
    right: 0;
    position: absolute;
    background: #eeeeee;
    margin-right: 0;
  }
  .form-edit-account .fieldset.info {
    margin-right: 0;
  }
  .form-edit-account .fieldset.company {
    clear: both;
    float: none !important;
    margin-bottom: 20px;
  }
  .form-edit-account .fieldset.job_title {
    clear: both;
    float: none !important;
  }
  .modals-wrapper .modal-popup .modal-inner-wrap {
    width: 100% !important;
  }
  .product-reviews-summary .reviews-actions a.action.add {
    color: #fdac27;
  }
  .quote-view-links.quote-view-buttons .action {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .quote-view-links .action {
    margin-bottom: 10px;
    width: auto;
  }
  .home-banner-section {
    margin-bottom: 25px !important;
  }
  .cms-home .block-static-block {
    margin-bottom: 25px !important;
  }
  .block-title span.title {
    font-size: 22px;
  }
  .block-title strong {
    font-size: 16px !important;
    font-weight: 400 !important;
  }
  .filter-title strong {
    font-size: 14px;
  }
  .filter-actions {
    padding: 0 0px 0 20px;
  }
  .cms-home .block-title {
    border-bottom: #fdac27 solid 1px;
    padding-bottom: 8px;
  }
  .cms-home .block-title span.title {
    border-bottom: #fdac27 solid 5px;
    padding-bottom: 4px;
  }
  .cms-home .block-title strong {
    border-bottom: #fdac27 solid 5px;
    padding-bottom: 4px;
  }
  .widget.block .banner-item [data-element='inner'] {
    margin: 0px !important;
    padding: 0px !important;
  }
  .widget.block .banner-item [data-element='inner'] .block-title {
    border-bottom: #fdac27 solid 1px !important;
  }
  .block-static-block [data-element='inner'] {
    margin: 0px !important;
    padding: 0px !important;
  }
  .block-static-block [data-element='inner'] .block-title {
    border-bottom: #fdac27 solid 1px !important;
  }
  .cms-home .block.widget.block-products-list.grid {
    margin-bottom: 0;
  }
  .widget.block {
    margin-bottom: 0;
  }
  .widget.block .banner-item [data-element='inner'] {
    margin: 0px !important;
    padding: 0px !important;
  }
  .widget.block .banner-item [data-element='inner'] .block-title {
    border-bottom: #fdac27 solid 1px !important;
  }
  .widget.block .banner-item [data-element='inner'] .home-category-image-flex .cat-item-inner.item {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .widget.block .banner-item [data-element='inner'] .home-category-image-flex a.cat-item-link {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    color: #202020;
  }
  .widget.block .banner-item [data-element='inner'] .home-category-image-flex a.cat-item-link:hover {
    color: #fdac27;
  }
  .widget.block .banner-item [data-element='inner'] .home-category-image-flex img.cat-item-image {
    background: #ffffff;
    display: block;
    width: 100%;
  }
  .widget.block .banner-item [data-element='inner'] .home-category-image-flex span.cat-item-name {
    display: block;
    font-weight: 600;
    text-align: center;
    padding: 8px;
    /*white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;*/
    font-size: 12px;
  }
  .widget.block .banner-item [data-element='inner'] .home-category-image-flex .owl-nav {
    top: 30%;
  }
  .widget.block .home-category-thumnail .home-category-image-flex .cat-item-inner.item {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .widget.block .home-category-thumnail .home-category-image-flex a.cat-item-link {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    color: #202020;
  }
  .widget.block .home-category-thumnail .home-category-image-flex a.cat-item-link:hover {
    color: #fdac27;
  }
  .widget.block .home-category-thumnail .home-category-image-flex img.cat-item-image {
    background: #ffffff;
    display: block;
    width: 100%;
  }
  .widget.block .home-category-thumnail .home-category-image-flex span.cat-item-name {
    display: block;
    font-weight: 600;
    text-align: center;
    padding: 8px;
    /*white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;*/
    font-size: 12px;
  }
  .widget.block .home-category-thumnail .home-category-image-flex .owl-nav {
    top: 30%;
  }
  .block-banners .banner-item-content,
  .block-banners-inline .banner-item-content {
    margin-bottom: 30px;
  }
  .block-banners .banner-item-content p,
  .block-banners-inline .banner-item-content p {
    margin: 0px;
  }
  .block-banners {
    margin-bottom: 30px;
  }
  [data-banner-name="Who can buy"] {
    display: none;
  }
  .logo {
    margin-bottom: 0;
    margin-top: -8px;
  }
  .hot-line {
    display: none;
  }
  .navigation .parent .level-top:after {
    top: 12px;
  }
  .authorization-link i.fa.fa-user {
    margin-right: 10px;
  }
  .navigation {
    max-width: 1240px;
  }
  .navigation a {
    padding-bottom: 6px;
    padding-top: 6px;
  }
  .navigation ul {
    padding: 0;
  }
  .navigation .level0 {
    margin: 0 !important;
  }
  .navigation .level0 > .level-top {
    line-height: normal;
    display: block;
    padding: 10px 40px 10px 15px;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .navigation .level0 > .level-top:hover {
    background-color: #fdac27;
  }
  .navigation .level0.active {
    background-color: transparent !important;
  }
  .navigation .level0 .submenu {
    padding: 0;
    min-height: initial !important;
  }
  .navigation .level0 .submenu a:hover {
    color: #000000;
  }
  .navigation .level0 .submenu li {
    margin-bottom: 0px;
  }
  .navigation .level0 .submenu > li.parent::after {
    content: none !important;
  }
  .cms-home .trending-products .products-grid {
    /*min-height:260px;*/
    min-height: auto;
  }
  .cms-home .trending-products .products-grid .product-items {
    margin-left: 0 !important;
  }
  .cms-home .trending-products .products-grid .product-items .owl-prev {
    left: 8px;
    position: absolute;
    background: #eeeeee;
    margin-left: 0;
  }
  .cms-home .trending-products .products-grid .product-items .owl-next {
    right: 0;
    position: absolute;
    background: #eeeeee;
    margin-right: 0;
  }
  .cms-home .trending-products .products-grid .product-item-info .product-item-actions {
    margin: -10px 0 10px;
    display: none;
    width: 90%;
    background: #fff;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    bottom: 5px;
  }
  .cms-home .trending-products .products-grid .product-item-info .product-item-actions .actions-secondary {
    text-align: left;
    padding-left: 5px !important;
  }
  .cms-home .trending-products .products-grid .product-item-info:hover .price-box {
    display: block;
  }
  .cms-home .trending-products .products-grid .product-item-info:hover .product-item-actions {
    display: none;
  }
  .catalog-category-view .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .page-layout-1column .block.widget .products-grid .owl-carousel .product-item {
    width: 100%;
    padding: 0 5px;
  }
  .home-popwrap .catalog-image-grid .category-grid.columns-4 > li {
    flex-basis: 50%;
    max-width: 50%;
  }
  .home-popwrap .catalog-image-grid .category-grid .category-link .category-name {
    font-size: 10px !important;
  }
  .industry-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .industry-wrapper .industry-left-banner {
    flex: 1;
    padding: 0 !important;
    margin: 0 !important;
  }
  .industry-right-cat .industry-image-grid .industry-grid.columns-3 > li {
    -moz-flex-basis: 50% !important;
    -ms-flex-basis: 50% !important;
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
  .industry-right-cat .industry-image-grid .industry-grid > li:nth-child(n+5) {
    /*padding: 0 8px;
            margin: 0 !important;
            box-sizing: border-box;*/
  }
  .industry-right-cat .industry-image-grid .industry-grid > li:last-of-type {
    /*margin-top: 16px !important;*/
  }
  .mobile-hide {
    display: none;
  }
  .desktop-hide {
    display: block !important;
  }
  .industry-categories .industry-item .industry-content .title {
    font-size: 10px !important;
    font-weight: 700;
    width: 80%;
    padding: 8px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .listindustry-categories .industry-item .industry-content .title {
    font-size: 10px !important;
    font-weight: 700;
    width: 80%;
    padding: 8px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .popular-categories {
    min-height: 160px !important;
  }
  .popular-categories .popular-item .popular-content .title {
    font-size: 10px !important;
    font-weight: 700;
    width: 80%;
    padding: 8px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-title-wrapper.product h1.page-title {
    font-size: 1.75em;
    font-weight: 700;
  }
  .page-title-wrapper h1.page-title {
    font-size: 18px;
  }
  .negotiable_quote-quote-index .page-title-wrapper h1.page-title {
    font-size: 18px;
    padding: 10px 0;
  }
  .checkout-cart-index .page-title-wrapper h1.page-title {
    font-size: 18px;
    padding: 0;
  }
  .checkout-cart-index .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .product-info-main .product-info-price .price-box {
    width: 50% !important;
  }
  .product-info-main .product-info-price .product-info-stock-sku {
    padding-left: 0;
  }
  .product-info-main .product-info-price .product-info-stock-sku .stock.available,
  .product-info-main .product-info-price .product-info-stock-sku .stock.unavailable {
    font-size: 1.4rem;
  }
  .minimum-sale-qty {
    font-size: 1.4rem !important;
    font-weight: 400;
    color: #575757;
  }
  .minimum-sale-qty strong {
    margin-right: 20px;
    font-size: 1.4rem !important;
    font-weight: 400;
  }
  .product-info-main .product-add-form {
    padding-top: 0 !important;
  }
  .product-info-main .product-add-form .express {
    margin-bottom: 10px;
  }
  .product-info-main .product-add-form .express i.express-icon {
    margin-right: 5px;
  }
  .box-tocart {
    display: table;
    margin: 5px 0 5px !important;
  }
  .box-tocart .fieldset .field.qty {
    display: table-cell;
  }
  .box-tocart .fieldset .field.qty .control input#qty {
    height: 52px;
    border-radius: 0px;
  }
  .box-tocart .fieldset .field.qty .control .action.qty-button {
    height: 52px;
    border-radius: 0px;
    box-shadow: none;
    vertical-align: bottom;
    padding: 0px 10px;
    background: #ffffff;
    border-color: #dddddd;
    font-size: 16px;
  }
  .box-tocart .fieldset .field.qty .control .action.qty-button:hover {
    background: #e1e1e1;
  }
  .box-tocart .fieldset .field.qty .control .action.qty-decrease {
    border-right: none;
  }
  .box-tocart .fieldset .field.qty .control .action.qty-increase {
    border-left: none;
  }
  .box-tocart .fieldset .actions {
    display: table-cell;
    padding-left: 20px;
    vertical-align: bottom;
  }
  .box-tocart .fieldset .action.tocart {
    margin-right: 1%;
    width: 100%;
  }
  .box-tocart .fieldset .action.tocart:not(:last-child) {
    margin-bottom: 0;
  }
  .cart.item .col.qty {
    white-space: nowrap;
  }
  .cart.item .col.qty input.qty {
    border-radius: 0px;
  }
  .cart.item .col.qty .action.qty-button {
    height: 36px;
    border-radius: 0px;
    box-shadow: none;
    vertical-align: bottom;
    padding: 0px 6px;
    margin: 0px !important;
    background: #ffffff;
    border-color: #dddddd;
    font-size: 16px;
  }
  .cart.item .col.qty .action.qty-button:hover {
    background: #e1e1e1;
  }
  .cart.item .col.qty .action.qty-decrease {
    border-right: none;
  }
  .cart.item .col.qty .action.qty-increase {
    border-left: none;
  }
  .cart.item .col.qty div.mage-error {
    display: none !important;
  }
  .product.attribute.unit_measure {
    display: inline-block !important;
  }
  .product.attribute.unit_measure .type {
    float: left;
    margin-right: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
  }
  .product.attribute.unit_measure .value {
    float: left;
    font-weight: 700;
  }
  .box-tocart #qty-error {
    position: absolute;
  }
  .product.info.detailed {
    margin-bottom: 0;
  }
  .product.data.items {
    margin-bottom: 10px;
  }
  .product-social-links {
    width: auto;
  }
  .block-requisition-list {
    display: table !important;
  }
  .block-draft-order {
    display: table !important;
  }
  .products-grid .product-items .product-item .product-item-info .product-item-actions .block-draft-order {
    display: none !important;
  }
  .sendfriend-product-send .form.send.friend .page-title-wrapper h1.page-title {
    font-size: 18px;
    padding: 0;
    margin-bottom: 10px;
  }
  .sendfriend-product-send .form.send.friend .fieldset {
    margin: 0 0 30px;
  }
  .sendfriend-product-send .form.send.friend .fieldset .legend {
    margin: 0;
  }
  .sendfriend-product-send .form.send.friend .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .sendfriend-product-send .form.send.friend .fieldset .field .control {
    width: 100%;
  }
  .sendfriend-product-send .form.send.friend .action.remove {
    line-height: normal;
    margin-left: 0;
    position: inherit;
    width: 100%;
    background: #eee;
    padding: 7px 15px;
    border: 1px solid #ccc;
  }
  i.fa.fa-truck.express-icon {
    font-size: 20px;
    color: #fdac27;
  }
  .swatch-opt {
    margin: 0 !important;
  }
  .products-grid .product-items .product-item .product-item-info:hover .product-item-actions {
    display: block;
  }
  .products-grid .product-items .product-item .product-item-info .product-item-actions {
    position: relative;
    display: block;
    width: 70% !important;
  }
  .products-grid .product-items .product-item .product-item-info .product-item-actions .actions-secondary {
    text-align: left;
    padding-left: 5px !important;
  }
  .products-grid .product-items .product-item .product-item-info .product-item-actions .block-requisition-list {
    display: none !important;
  }
  .products-grid .product-items .product-item .product-item-info .price-box {
    margin: 10px 0 5px;
  }
  .page-products .columns {
    padding-top: 50px;
  }
  .social-media-icons ul.icon-share-link li {
    margin: 0 10px 0 0 !important;
    float: left;
  }
  .social-media-icons ul.icon-share-link li a {
    color: #ffffff;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
  }
  .social-media-icons ul.icon-share-link li a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .social-media-icons ul.icon-share-link li a .fa {
    font-size: 16px !important;
    margin: 0;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    display: block;
  }
  .social-media-icons ul.icon-share-link li a .fab {
    font-size: 16px !important;
    margin: 0;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    display: block;
  }
  .social-media-icons ul.icon-share-link li:last-child {
    margin: 0 !important;
  }
  .product-social-links .action.mailto.friend:before {
    font-size: 16px !important;
    margin: 0;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    display: block;
  }
  .sidebar.sidebar-main .widget.block.block-static-block {
    margin-bottom: 0;
  }
  .page-layout-2columns-left .sidebar-main .filter.block {
    margin-bottom: 0 !important;
    border: none !important;
  }
  .page-layout-2columns-left .sidebar-main .filter.block .filter-current {
    margin: 5px 0px 8px;
  }
  .trending-products .owl-carousel .owl-item.active:last-child,
  .listindustry-catepage .owl-carousel .owl-item.active:last-child,
  .populer-products .owl-carousel .owl-item.active:last-child {
    margin-right: 0;
  }
  .trending-products .owl-carousel .owl-dot,
  .listindustry-catepage .owl-carousel .owl-dot,
  .populer-products .owl-carousel .owl-dot {
    box-shadow: none;
  }
  .trending-products .owl-carousel .owl-nav,
  .listindustry-catepage .owl-carousel .owl-nav,
  .populer-products .owl-carousel .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    margin-top: 0;
  }
  .trending-products .owl-carousel .owl-nav button.owl-prev,
  .listindustry-catepage .owl-carousel .owl-nav button.owl-prev,
  .populer-products .owl-carousel .owl-nav button.owl-prev,
  .trending-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev,
  .listindustry-catepage .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev,
  .populer-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev {
    left: 0;
    position: absolute;
    padding: 5px !important;
  }
  .trending-products .owl-carousel .owl-nav button.owl-prev .fa-chevron-left,
  .listindustry-catepage .owl-carousel .owl-nav button.owl-prev .fa-chevron-left,
  .populer-products .owl-carousel .owl-nav button.owl-prev .fa-chevron-left,
  .trending-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev .fa-chevron-left,
  .listindustry-catepage .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev .fa-chevron-left,
  .populer-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev .fa-chevron-left {
    font-size: 20px;
    vertical-align: bottom;
  }
  .trending-products .owl-carousel .owl-nav button.owl-next,
  .listindustry-catepage .owl-carousel .owl-nav button.owl-next,
  .populer-products .owl-carousel .owl-nav button.owl-next,
  .trending-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next,
  .listindustry-catepage .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next,
  .populer-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next {
    right: 0;
    position: absolute;
    padding: 5px !important;
  }
  .trending-products .owl-carousel .owl-nav button.owl-next .fa-chevron-right,
  .listindustry-catepage .owl-carousel .owl-nav button.owl-next .fa-chevron-right,
  .populer-products .owl-carousel .owl-nav button.owl-next .fa-chevron-right,
  .trending-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next .fa-chevron-right,
  .listindustry-catepage .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next .fa-chevron-right,
  .populer-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next .fa-chevron-right {
    font-size: 20px;
    vertical-align: bottom;
  }
  .owl-prev img {
    vertical-align: middle;
  }
  .owl-next img {
    vertical-align: middle;
  }
  .block-promo.left-testimonial {
    float: none;
    width: 100%;
    padding: 30px 15px 0;
    background: #eeeeee;
    border-right: 0;
    margin-right: 0;
  }
  #quote-carousel blockquote {
    margin: 0;
  }
  #quote-carousel .athour-info {
    text-align: center;
  }
  #quote-carousel .item h1 {
    font-size: 35px;
    font-style: normal;
    margin-bottom: 10px;
    padding: 13px;
  }
  #quote-carousel .item h1 span {
    font-size: 35px;
    height: 100px;
    padding: 20px 0;
    color: #fa6700;
    font-weight: 700;
  }
  #quote-carousel .item p {
    padding: 5px 50px;
    line-height: 23px;
    font-style: normal;
    color: #a1a1a1;
    font-size: 1.4rem;
  }
  #quote-carousel .item blockquote small.author-name {
    display: block;
    font-size: inherit;
    line-height: 1.42857143;
    color: #333;
    text-transform: capitalize;
  }
  .carousel-indicators {
    list-style: none;
    text-align: center;
    margin-bottom: 9px;
    padding: 0;
  }
  .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    border: 4px solid #CCC;
    border-radius: 50px;
    display: inline-block;
    overflow: hidden;
  }
  .carousel-indicators li img {
    display: block;
    max-width: 100% !important;
    height: auto;
  }
  .left-testimonial .author-indicators {
    width: 50px;
    text-align: center;
    width: 128px;
    height: 128px;
    cursor: pointer;
    border: 4px solid #ccc;
    border-radius: 100px;
    overflow: hidden;
    transition: all .4s;
    display: inline-block;
  }
  .block-promo.right-video {
    float: none;
    width: 100%;
    background: #17b0ca;
    padding: 20px;
    border-right: 0;
    margin-right: 0;
  }
  .block-promo.right-video h1.who-title {
    padding: 13px;
    color: white;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .block-promo.right-video p.who-pragraph {
    color: #ffffff;
    padding: 13px;
    text-align: center;
    font-size: 1.4rem;
  }
  .block-promo-wrapper.who-buy .block-promo .content {
    position: relative;
    border: 1px solid #eeeeee;
  }
  .block-promo-wrapper.who-buy .block-promo .content .title {
    font-size: 2rem;
  }
  .block-promo-wrapper.who-buy .block-promo .content .info {
    font-size: 1.4rem;
  }
  .account .page-header {
    margin-bottom: 40px;
  }
  .account .block-collapsible-nav {
    z-index: 2;
  }
  .account .block-dashboard-info .block-title {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
  .page-footer {
    margin-top: 0;
  }
  .footer-bottom {
    background: #f4f4f4;
  }
  .footer-bottom .footer.content {
    padding-top: 0;
  }
  .footer.content {
    padding-top: 0;
  }
  .page-footer .widget.block {
    margin: 10px 0 0 0;
  }
  .footer.content .widget.block.block-static-block {
    margin: 0 !important;
  }
  .footer.content .links h4 {
    margin: 0;
    padding: 8px 0;
    font-size: 1.2rem;
  }
  .footer.content .links a {
    display: block;
    padding: 5px 0;
    font-size: 1.2rem;
  }
  .copyright {
    background-color: #ffffff;
    color: #000000;
    display: block;
    padding: 5px 0 10px 0;
    text-align: center;
  }
  .checkout-index-index .payment-group .payment-method .label {
    display: inline-block;
    width: 90%;
  }
  .coffee-container {
    width: 100% !important;
  }
  .coffee-container .coffee-info .coffee-items {
    grid-template-columns: 100% !important;
  }
  .corporate-registration {
    width: 100% !important;
  }
  .corporate-registration .actions-toolbar .primary {
    margin: 0 !important;
    padding: 10px;
  }
  .mfp-wrap .mfp-inline-holder .mfp-content .top-search-wrap .block-search {
    margin-bottom: 0;
    padding-right: 0;
  }
  .mfp-wrap .mfp-inline-holder .mfp-content .top-search-wrap .block-content {
    margin-bottom: 0;
  }
  .widget-tab-content.tab-content-fadein .populer-products .owl-nav {
    display: none !important;
  }
  .d-none {
    display: none !important;
  }
  .day-open {
    display: inline-block;
    width: 130px;
  }
  .mobile-hide {
    display: none !important;
  }
  .day-open {
    display: inline-block;
    width: 130px;
  }
  .desktop-hide-hide {
    display: block !important;
  }
  .sindabad_child.cms-index-index .page-main {
    padding-bottom: 30px !important;
  }
  .block-requisition-management .requisition-list-title {
    margin-top: 20px;
  }
  .block-requisition-management .requisition-toolbar-actions {
    display: -moz-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .requisition-toolbar-actions .active .items {
    right: -15px !important;
  }
  .jstree > ul > li > a.company-admin > .jstree-icon {
    z-index: 2;
  }
  .nav-logo.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .page-wrapper {
    position: relative;
    left: 0;
    z-index: 10;
    height: 100%;
    -webkit-transition: -webkit-transform 0.25s;
    -o-transition: -o-transform 0.25s;
    transition: transform .25s;
    overflow: hidden;
  }
  .top-title {
    padding: 15px 20px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 5px;
  }
  .top-title .title {
    display: inline-block;
    font-weight: 500;
    margin: 0;
  }
  .top-title .title i {
    display: inline-block;
    vertical-align: middle;
  }
  .top-title .title span {
    display: inline-block;
    vertical-align: middle;
  }
  .top-title a {
    text-decoration: none;
    color: #000000;
  }
  .top-title a:hover {
    color: #fdac27;
    transition: all 250ms ease;
  }
  .top-title .list-category {
    float: right;
    list-style: none;
    margin: 0 -10px;
  }
  .top-title .list-category li {
    display: inline-block;
    padding: 0 5px !important;
    margin-bottom: 0;
  }
  .top-title .list-category li a {
    font-size: 12px !important;
  }
  .top-title .list-category li ul.dropdown.links li {
    margin-bottom: 5px;
  }
  .top-title .list-category li ul.dropdown.links li a {
    padding: 5px 0 5px !important;
  }
  .top-title .list-category li {
    position: relative;
  }
  .top-title .list-category li a {
    padding: 5px 0 5px;
  }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev {
    background: none !important;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next {
    background: none !important;
  }
  .owl-carousel .owl-nav button:not(.primary),
  .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action:not(.primary) {
    box-shadow: none !important;
  }
  .owl-theme .owl-nav [class*=owl-]:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #000000 !important;
    text-decoration: none;
  }
  .sticky-menu.active .minicart-wrapper.active .block-minicart {
    bottom: 100%;
    top: auto;
  }
  .sticky-menu.active .minicart-wrapper.active .block-minicart:before {
    display: none;
  }
  .sticky-menu.active .minicart-wrapper.active .block-minicart:after {
    display: none;
  }
  .header-top-inner .col-item100 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .header-top-inner .top-link-wrap {
    margin: 0 -15px;
    max-height: 22px;
  }
  .header-top-inner .top-link-wrap > div {
    padding: 0 10px;
  }
  .header-top-inner .top-link-wrap .col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .header-main-content .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-main-content .header-main-inner .col-item100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .header-main-content .header-main-inner .header-content-action {
    float: none;
    position: relative;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* Safari 6.1+ NEW - Chrome */
    display: flex;
  }
  .header-main-content .header-main-inner .header-content-action > div {
    float: none;
    margin: 0;
    text-align: center;
    position: static;
  }
  .header-main-content .header-main-inner .header-content-action button:not(.primary),
  .header-main-content .header-main-inner .header-content-action .quote-details-items .actions-toolbar > .action:not(.primary) {
    box-shadow: none;
  }
  .header-main-content .header-main-inner .header-content-action .minicart-wrapper {
    padding-top: 0;
    margin-top: 0;
    float: none;
    display: inline-block;
    position: static;
    vertical-align: top;
  }
  .header-main-content .header-main-inner .header-content-action .minicart-wrapper .action.showcart:before {
    content: "\e74c";
    font-family: 'mbicon' !important;
    font-size: 3rem;
    color: #000000;
    display: block;
    line-height: 40px;
    height: 40px;
    background-image: none;
  }
  .header-main-content .header-main-inner .header-content-action .minicart-wrapper .action.showcart.active:before {
    content: "\e74c";
    font-family: 'mbicon' !important;
    font-size: 3rem;
    color: #000000;
    display: block;
    line-height: 40px;
    height: 40px;
    background-image: none;
  }
  .header-main-content .header-main-inner .header-content-action .minicart-wrapper .block-minicart {
    margin-top: 10px;
    right: 0;
  }
  .header-main-content .header-main-inner .header-content-action .minicart-wrapper .block-minicart:before {
    right: 20px;
    top: -30px;
    border: 15px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
  }
  .header-main-content .header-main-inner .header-content-action .minicart-wrapper .block-minicart:after {
    right: 20px;
    top: -31px;
    border: 15px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
  }
  .header-main-content .header-main-inner .header-content-action .user-topbar .header.links .authorization-link a span {
    display: none;
  }
  .menu-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .menu-logo .action.nav-toggle {
    display: none;
  }
  .logo {
    margin: 0;
    display: table-cell;
  }
  .logo a {
    display: inline-block;
  }
  .logo img {
    max-width: 100%;
    height: auto;
  }
  .nav-open .page-wrapper {
    left: 0px !important;
  }
  .selling-feature-wrap {
    vertical-align: top;
    /*display: inline-block;*/
    width: 100%;
  }
  .selling-feature-wrap .selling-feature {
    margin-top: 30px;
  }
  .selling-feature-wrap .selling-feature .row-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .selling-feature-wrap .selling-feature .row-container .col-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .selling-feature-wrap .selling-feature .row-container .col-item .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 20px;
  }
  .selling-feature-wrap .selling-feature .row-container .col-item .media .media-left {
    width: 40px;
    height: 40px;
    color: #666666;
  }
  .selling-feature-wrap .selling-feature .row-container .col-item .media .media-left .mbi {
    font-size: 40px;
    color: #fcb800;
  }
  .selling-feature-wrap .selling-feature .row-container .col-item .media .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .selling-feature-wrap .selling-feature .row-container .col-item .media .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .selling-feature-wrap .selling-feature .row-container .col-item .media .media-body .media-heading {
    font-weight: 700;
    font-size: 1.8rem;
    color: #ef7722;
  }
  .selling-feature-wrap .selling-feature .row-container .col-item .media .media-body .text {
    font-size: 1.4rem;
    color: #666666;
  }
  .selling-feature-wrap .selling-feature .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .selling-feature .row-container > .col-item .media {
    border: none;
    margin-bottom: 30px;
  }
  .industry-wrap .industry-trend-cl .industry-tabs {
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    /*padding: 0 60px;*/
    box-sizing: border-box;
  }
  .industry-wrap .industry-trend-cl .industry-tabs .owl-nav {
    margin-top: 0;
  }
  .industry-wrap .industry-trend-cl .industry-tabs .title {
    margin-bottom: 0;
  }
  .industry-wrap .industry-trend-cl .switch {
    display: block;
    text-align: center;
    padding: 30px 0;
    vertical-align: top;
  }
  .industry-wrap .industry-trend-cl .switch span {
    display: block;
  }
  .industry-wrap .industry-trend-cl .switch span.industry-icon {
    display: block;
    font-size: 4.8rem;
    margin-bottom: 15px;
  }
  .industry-wrap .industry-trend-cl .switch span.industry-title {
    /*display: block;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .industry-wrap .industry-trend-cl .title.active a {
    color: #fdac27;
  }
  .industry-wrap .industry-trend-cl a {
    text-decoration: none;
    color: #000000;
  }
  .industry-wrap .industry-trend-cl a:hover {
    color: #fdac27;
    transition: all 250ms ease;
  }
  .industry-wrap .industry-trend-cl a .industry-icon:hover {
    color: #fdac27;
  }
  .industry-wrap .industry-trend-cl .tab-content-wrap {
    text-align: center;
  }
  .industry-wrap .industry-trend-cl .tab-content-wrap .trend-content {
    padding: 30px;
    text-align: center;
  }
  .industry-wrap .industry-trend-cl .tab-content-wrap .trend-content .row-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .industry-wrap .industry-trend-cl .tab-content-wrap .trend-content .row-container .col-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .industry-wrap .industry-trend-cl .tab-content-wrap .trend-content .row-container .col-item .item-trend {
    margin-bottom: 30px;
  }
  .industry-wrap .industry-trend-cl .tab-content-wrap .trend-content .row-container .col-item .item-trend img {
    vertical-align: middle;
    border-style: none;
  }
  .industry-wrap .industry-trend-cl .tab-content-wrap .trend-content .row-container .col-item .item-trend span {
    display: block;
  }
  .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    /* Safari, Chrome */
    moz-flex-grow: 1;
    /* Firefox */
    flex-grow: 1;
    max-width: 100%;
  }
  .block-product-tab-cat .tab-mobile {
    display: none;
    vertical-align: top;
    margin: 0;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    cursor: pointer;
  }
  .block-product-tab-cat .tab-mobile i {
    display: inline-block;
    line-height: 55px;
    vertical-align: top;
  }
  .block-product-tab-cat .tab-mobile span {
    display: inline-block;
    line-height: 55px;
    vertical-align: top;
  }
  .block-product-tab-cat .widget-tabs > li > a {
    font-size: 1.4rem !important;
    /*padding: 15px 5px 15px 15px !important;*/
  }
  .block-product-layout-wrap .block-product-layout-inner .block-product-tab-cat .populer-products .owl-theme .owl-nav [class*='owl-'] {
    width: 25px;
  }
  .block-product-layout-wrap .top-title {
    /*display: inline-block;*/
  }
  .block-product-layout-wrap .top-title .list-category {
    margin: 0 -10px;
  }
  .block-product-layout-wrap .block-product-inner .row-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-product-layout-wrap .block-product-inner .row-container .col-item100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .block-product-layout-wrap .block-product-inner .widget-tab-content .product-item-name {
    max-height: 40px;
    overflow: hidden;
  }
  .block-product-layout-wrap .block-product-inner .widget-tab-content .product-items .product-item:nth-child(4n+1):nth-last-child(-n+4) {
    min-height: auto !important;
  }
  .block-product-layout-wrap .block-product-col-left {
    border-right: none !important;
  }
  .customer-welcome {
    position: relative;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #000;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome .customer-name {
    display: block;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: auto;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul::before {
    right: 10px;
    top: -12px;
    border: 6px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul::before {
    right: 40%;
    top: -12px;
    border: 6px solid;
    border-color: transparent transparent #fff;
    z-index: 99;
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul::after {
    right: 39.5%;
    top: -14px;
    border: 7px solid;
    border-color: transparent transparent #bbb;
    z-index: 98;
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .panel.header .links {
    padding: 0 10px;
  }
  .panel.header .links > li.customer-welcome ul.header.links {
    margin: 10px 0 0 0px;
  }
  .panel.header .links > li.customer-welcome ul.header.links li {
    display: inline-block;
    width: 100%;
  }
  span[data-bind="text: customer().companyname"] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60px;
    display: block;
  }
  .wrapper-breadcrums {
    display: none;
  }
  .page-with-filter.page-products .columns {
    padding-top: 0;
  }
  .page-with-filter.page-products .columns .sidebar-main .block.filter {
    background: #eeeeee;
    padding: 10px;
    margin-bottom: 10px !important;
    position: relative;
  }
  .page-with-filter.page-products .columns .sidebar-main .block.filter .filter-title strong {
    position: relative;
  }
  .page-with-filter.page-products .columns .sidebar-main .block.filter .filter-title .toggle-class {
    z-index: 20;
    right: 5px;
    left: auto;
  }
  .page-with-filter.page-products .columns .sidebar-main .block-title {
    position: initial;
  }
  .page-with-filter.page-products .columns .sidebar-main .close-expanded {
    right: 0;
  }
  .page-products .toolbar-products {
    background: #eeeeee;
    position: relative;
    padding: 10px;
  }
  .page-products .toolbar-products:last-child {
    background: none;
  }
  .page-products .toolbar-products .sorter {
    position: absolute;
    right: 5px !important;
    top: 10px;
    z-index: 1;
  }
  .page-products .toolbar-products .sorter label.sorter-label {
    display: none;
  }
  .hide-over .products + .toolbar.toolbar-products {
    display: none;
  }
  #amasty-shopby-product-list {
    z-index: 0;
    position: relative;
    width: 100%;
  }
  .page-layout-2columns-left .sidebar-main .filter.block .filter-current {
    margin-top: 30px;
    z-index: 100;
  }
  .filter.active .filter-subtitle {
    height: 30px;
  }
  .filter.active .filter-options {
    top: 25px;
    position: relative;
  }
  .widgetplus-block {
    display: none;
  }
  .brand-block-top-wrap.block-margin {
    margin-bottom: 0;
  }
  .products-grid ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
    display: none !important;
  }
  .products-grid .product-item .product-item-info:hover .price-box {
    display: block !important;
  }
  .products-grid .product-item .product-item-info:hover .price-box .minimal-price-link {
    display: block !important;
  }
  .page-layout-2columns-left .products-grid .product-item .product-item-info:hover .price-box {
    visibility: visible !important;
  }
  .page-layout-1column .product.media {
    width: 100% !important;
  }
  .page-layout-1column .product-info-main {
    width: 100% !important;
  }
  .box-tocart .fieldset .action.tocart:hover {
    background: #fdac27;
    color: #ffffff;
  }
  .details-page-as-low-as {
    display: none;
  }
  .catalog-product-view .discount-wrap {
    margin-right: 10px;
  }
  .sidebar .block-viewed-products-grid .block-title {
    padding: 5px;
  }
  .sidebar .block-viewed-products-grid .block-content {
    visibility: visible;
    position: inherit;
    overflow: auto;
    top: 0;
    right: -320px;
    bottom: 0;
    background: #ffffff;
    z-index: 100;
    padding: 5px;
    max-width: 320px;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: transform 250ms;
    -webkit-transition: transform 250ms;
    -o-transition: transform 250ms;
    transition: transform 250ms;
  }
  .sidebar .block-viewed-products-grid .block-content .product-items .product-item {
    width: 100%;
    margin-left: 0;
  }
  .related .block-actions {
    display: none;
  }
  .logo-checkout {
    text-align: center;
    padding-bottom: 35px;
  }
  .checkout-container ul.opc-progress-bar {
    margin-top: 30px;
    margin-bottom: 15px;
    counter-reset: i;
    font-size: 0;
    text-align: center;
  }
  .checkout-container ul.opc-progress-bar .opc-progress-bar-item._active > span {
    font-weight: 300;
  }
  .checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 100% !important;
  }
  .checkout-index-index .payment-group .payment-method .label {
    display: inline-block;
    width: 90% !important;
  }
  .checkout-cart-index .cart.table-wrapper thead .col.name,
  .cart.table-wrapper thead .col.action-edit-delete {
    display: none;
  }
  .checkout-cart-index .table-wrapper {
    margin-bottom: 0px;
  }
  .checkout-cart-index .cart.table-wrapper .item .col.item {
    display: block;
    min-height: 70px;
    padding: 5px 5px 5px 60px !important;
    position: relative;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    display: block;
    left: 0;
    max-width: 50px;
    padding: 0;
    position: absolute;
    top: 10px;
    width: 100%;
  }
  .checkout-cart-index .cart.table-wrapper .col.price .price-including-tax,
  .cart.table-wrapper .col.price .price-excluding-tax,
  .cart.table-wrapper .col.subtotal .price-including-tax,
  .cart.table-wrapper .col.subtotal .price-excluding-tax,
  .cart.table-wrapper .col.msrp .price-including-tax,
  .cart.table-wrapper .col.msrp .price-excluding-tax,
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    font-size: 1.2rem;
  }
  .checkout-cart-index .cart.table-wrapper .col.price {
    text-align: left;
  }
  .checkout-cart-index .cart.table-wrapper .col.qty {
    text-align: center !important;
  }
  .checkout-cart-index .cart.table-wrapper .col.subtotal {
    text-align: right;
  }
  .checkout-cart-index .cart.table-wrapper .col.qty {
    padding: 10px 0px 10px;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-details {
    position: relative;
    top: 10px;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-name {
    font-size: 1.4rem;
    margin: 0;
    padding-right: 20%;
  }
  .checkout-cart-index .cart.table-wrapper .action-edit {
    margin-right: 20px;
  }
  .checkout-cart-index .cart.table-wrapper .item-actions.desktop-hide {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .checkout-cart-index .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: 600;
    padding-bottom: 10px;
    font-size: 1.2rem;
  }
  .checkout-cart-index #shopping-cart-table .item-actions .gift-options-cart-item {
    float: right;
    border: none;
    width: auto;
    margin-right: 30px;
  }
  .checkout-cart-index #shopping-cart-table .item-actions .gift-options-cart-item .action-gift._active {
    border: none;
    float: right;
  }
  .checkout-cart-index #shopping-cart-table .gift-content {
    border: 1px solid #c1c1c1;
  }
  .checkout-cart-index .cart.table-wrapper .item .message.error {
    width: 70%;
    padding: 10px 16px 10px 40px;
  }
  .checkout-index-index.page-layout-checkout .minicart-wrapper {
    position: relative;
  }
  .checkout-shipping-method .bss-dtitle {
    margin-bottom: 15px;
  }
  .minicart-items .update-cart-item {
    margin: 15px 20px 0 0;
  }
  .wrapper-shimer .item-shimer {
    width: 30% !important;
  }
  .wrapper-shimer .item-shimer:nth-last-child(-n+3) {
    display: none;
  }
  .account .message.info.empty {
    margin-bottom: 15px;
  }
  .company-index-index .manage-company-accounts {
    margin-bottom: 30px;
  }
  .account.sales-order-view.page-layout-2columns-left .column.main .block.block-order-details-view .block-content .box-order-shipping-address {
    padding: 0 !important;
  }
  .account.sales-order-view.page-layout-2columns-left .column.main .block.block-order-details-view .block-content .box-order-shipping-method {
    padding: 0 !important;
  }
  .account.sales-order-view.page-layout-2columns-left .column.main .block.block-order-details-view .block-content .box-order-billing-address {
    padding: 0 !important;
  }
  .account.sales-order-view.page-layout-2columns-left .column.main .block.block-order-details-view .block-content .box-order-billing-method {
    padding: 0 !important;
  }
  .hide-over .filter.active {
    z-index: 999;
  }
  .appguide-links {
    display: none !important;
  }
  .page-footer {
    background: #eee !important;
  }
  .page-footer .footer.content {
    padding-top: 20px !important;
    border-top: 0 !important;
  }
  .page-footer .footer.content .footer-widgets .plus {
    position: absolute;
    top: 50%;
    right: 0;
    height: 50%;
    transform: translate(-50%, -50%);
  }
  .page-footer .footer.content .footer-widgets .plus:before {
    content: "\f067";
  }
  .page-footer .footer.content .footer-widgets .minus {
    position: absolute;
    top: 50%;
    right: 0;
    height: 50%;
    transform: translate(-50%, -50%);
  }
  .page-footer .footer.content .footer-widgets .minus:before {
    content: "\f068";
  }
  .page-footer .footer.content .footer-widgets span.plus {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .page-footer .footer.content .footer-widgets span.minus {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .page-footer .footer.content .footer-widgets .mog-more {
    position: relative;
  }
  .page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-main .row-container .col-item50 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-main .row-container .col-item50 .footer-contact {
    padding: 0 10px 0 0;
    margin-bottom: 30px;
  }
  .page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-main .row-container .col-item50 .footer-links-wrap {
    margin-bottom: 12px !important;
  }
  .page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-main .row-container .col-item50 .mobile-margin {
    padding-left: 10px;
  }
  .page-footer .footer.content .footer-copyright-vertical {
    margin-bottom: 70px;
  }
  .page-footer .footer.content .footer-copyright-vertical .row-container .col-item100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .page-footer .footer.content .footer-copyright-vertical .row-container .footer-copyright .text-copyright .copyright {
    text-align: center !important;
    padding: 0;
  }
  .page-footer .footer.content .footer-copyright-vertical .row-container .footer-payment .mr-payment {
    text-align: center;
    padding-bottom: 10px;
  }
  .checkout-onepage-success .footer-service-selling {
    margin-top: 20px;
  }
  .footer-service-selling {
    padding: 0 !important;
  }
  .footer-service-selling .footer.content {
    padding-bottom: 10px;
    padding-top: 10px !important;
  }
  .footer-service-selling .footer.content ul {
    padding-right: 0;
  }
  .footer-service-selling .service-top ul li {
    float: none !important;
    width: 100% !important;
    margin-bottom: 5px !important;
  }
  .footer-service-selling .service-top ul li:last-child {
    margin-bottom: 0 !important;
  }
  .footer-service-selling .service-top ul li .sv-icon {
    width: 30px !important;
    height: 30px !important;
  }
  .footer-service-selling .service-top ul li .sv-icon .sv-icon-g {
    line-height: 30px !important;
    font-size: 20px !important;
  }
  .footer-service-selling .service-top ul li .sv-info {
    margin-left: 40px !important;
    padding-top: 0 !important;
  }
  .footer-service-selling .service-top ul li .sv-title {
    margin-bottom: 0 !important;
    font-size: 1.2rem !important;
  }
  .footer-service-selling .service-top ul li p {
    margin: 0;
    font-size: 1.2rem !important;
    opacity: .7;
  }
  .footer-service-selling .service-top ul li:after {
    content: "";
    display: block;
    clear: both;
  }
  .footer-newsletter {
    display: none;
  }
  .footer-newsletter .footer.content .col-item40 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .footer-newsletter .footer.content .col-item60 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .footer-newsletter .footer.content .social-bg {
    padding: 28px 10px 0 !important;
    text-align: center;
  }
  .footer-newsletter .footer.content .subcribe-footer-content {
    /*display: table;
        width: 100%;*/
    margin-bottom: 28px;
    margin-left: 0 !important;
  }
  .footer-newsletter .footer.content .subcribe-footer-content .subcribe-footer-title {
    display: block !important;
    white-space: normal !important;
    position: static !important;
    margin-bottom: 20px !important;
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 20px !important;
  }
  .footer-newsletter .footer.content .subcribe-footer-content .block-subscribe-footer {
    display: block !important;
  }
  .footer-bottom {
    margin-bottom: 30px;
    margin-top: 0 !important;
    border-top: transparent !important;
    padding-bottom: 40px;
    background: transparent !important;
  }
  .footer-bottom .row-container .col-item40 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .footer-bottom .row-container .col-item40 .copyright {
    background-color: transparent !important;
    text-align: left;
    padding: 10px;
  }
  .footer-bottom .row-container .col-item60 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .footer-bottom .row-container .col-item60 .mr-payment {
    padding-right: 0;
    text-align: center;
  }
  .footer-bottom .row-container .col-item60 .mr-payment li {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  }
  .footer-bottom .row-container .col-item60 .mr-payment li.title {
    margin-bottom: 10px;
  }
  .page-header .header-main-content {
    display: flex;
    flex-direction: row-reverse;
    display: -webkit-flex;
    z-index: 99999;
  }
  .page-header .header-main-content .header-content-action .minicart-wrapper .block-minicart:before {
    right: 10px;
  }
  .page-header .header-main-content .header-content-action .minicart-wrapper .block-minicart:after {
    right: 10px;
  }
  .page-header .header-main-content .header-content-action .minicart-wrapper .action.showcart .counter.qty {
    bottom: 0px;
  }
  .page-header .header-main-content .top-right span[data-bind="text: customer().companyname"] {
    max-width: 160px;
    padding: 8px;
  }
  .page-header .header-main-content .top-right .header-top-inner {
    background-color: transparent !important;
  }
  .page-header .header-main-content .top-right .header-top-inner .topnav a.icon {
    float: right;
    display: block;
    position: absolute;
    right: 15px;
    top: 5px;
    padding: 5px 10px;
  }
  .page-header .header-main-content .top-right .header-top-inner .topnav a .mobile-vicondot {
    font-size: 2rem;
    color: #000000;
  }
  .page-header .header-main-content .top-right .header-top-inner .topnav .topnav-dropdown .topnav-dropdown-content {
    display: none;
  }
  .page-header .header-main-content .top-right .header-top-inner .topnav.responsive .topnav-dropdown .topnav-dropdown-content {
    display: block;
  }
  .page-header .header-main-content .top-right .topnav .link-item {
    display: none;
  }
  .page-header .header-main-content .top-right .topnav a:hover {
    color: white;
  }
  .page-header .header-main-content .top-right .topnav.responsive {
    position: relative;
    z-index: 10000;
  }
  .page-header .header-main-content .top-right .topnav.responsive .link-item {
    float: none;
    display: block;
    text-align: left;
  }
  .page-header .header-main-content .top-right .topnav.responsive .icon {
    position: absolute;
    right: 15px;
    top: 5px;
    padding: 5px 10px;
  }
  .page-header .header-main-content .top-right .topnav.responsive .topnav-dropdown {
    float: none;
  }
  .page-header .header-main-content .top-right .topnav.responsive .topnav-dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .page-header .header-main-content .top-right .topnav.responsive .topnav-dropdown-content {
    position: relative;
    display: block;
  }
  .page-header .header-main-content .top-right .mb-toggle-switch span::before {
    top: 6px;
  }
  .page-header .header-main-content .top-right .mb-toggle-switch span::after {
    bottom: 6px;
  }
  .page-header .header-main-content .top-right .topnav-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border: 1px solid #bbb;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .page-header .header-main-content .top-right .topnav-dropdown-content ul li .customer-menu ul {
    padding: 0 !important;
  }
  .page-header .header-main-content .top-right .topnav-dropdown-content > ul > li:nth-child(1) {
    order: 1;
  }
  .page-header .header-main-content .top-right .topnav-dropdown-content > ul > li:nth-child(2) {
    order: 3;
  }
  .page-header .header-main-content .top-right .topnav-dropdown-content > ul > li:nth-child(3) {
    order: 2;
    display: none;
  }
  .page-header .header-main-content .top-right .topnav-dropdown-content a {
    float: none;
    color: black;
    padding: 6px 6px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  .page-header .header-main-content .top-right .topnav-dropdown-content a:hover {
    background-color: #ddd;
    color: black;
  }
  .page-header .header-main-content .top-right .topnav-dropdown-content .login-mobile a span {
    margin-left: 10px;
  }
  .page-header .header-main-content .top-right .topnav-dropdown-content .login-mobile a span br {
    display: none;
  }
  .page-header .header-main-content .top-right .topnav-dropdown-content::before {
    right: 5px;
    top: -12px;
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 99;
  }
  .page-header .header-main-content .top-right .topnav-dropdown-content::after {
    right: 4px;
    top: -14px;
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 98;
  }
  .page-header .header-main-content .top-right .topnav-dropdown {
    position: absolute;
    right: 16px;
    top: 58px;
  }
  .page-header .header-main-content .top-right .topnav-dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  .page-header .header-main-content .top-right .topnav-dropdown:hover .dropbtn {
    color: white;
  }
  .page-header .header-main-content .top-right .topnav-dropdown:hover .dropdown-content {
    display: block;
  }
  .page-header .header-main-content .top-right .switcher {
    padding: 6px 16px;
  }
  .page-header .header-main-content .top-right .switcher .options ul.dropdown {
    position: relative;
    box-shadow: none;
    width: 100%;
    min-width: auto;
    left: -16px;
    border: none;
  }
  .page-header .header-main-content .top-right .switcher .options ul.dropdown:before {
    border: none;
  }
  .page-header .header-main-content .top-right .switcher .options ul.dropdown:after {
    border: none;
  }
  .page-header .header-main-content .top-right .switcher .options ul.dropdown a {
    padding: 8px 15px;
  }
  .page-header .header-main-content .customer-welcome ul {
    background: transparent;
    border: none;
    position: relative;
    box-shadow: none;
  }
  .page-header .header-main-content .customer-welcome ul::before {
    display: none;
  }
  .page-header .header-main-content .customer-welcome ul::after {
    display: none;
  }
  .page-header .header-main-content .customer-welcome .action.switch:after {
    display: none;
  }
  .page-header .header-main-content .customer-welcome .customer-menu {
    display: block;
  }
  .page-header .header-main-content .customer-welcome .customer-name {
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 0 8px;
    display: none;
  }
  .page-header .header-main-content .switcher-label {
    overflow: visible;
  }
  .page-header .header-main-content .top-left .header-content-action {
    flex-wrap: nowrap !important;
  }
  .page-header .header-main-content .top-left .flex-item:nth-of-type(1) {
    -webkit-box-ordinal-group: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1;
    /* OLD - Firefox 19- */
    -ms-flex-order: 1;
    /* TWEENER - IE 10 */
    -webkit-order: 1;
    /* NEW - Chrome */
    order: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .page-header .header-main-content .top-left .flex-item:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;
    /* OLD - Firefox 19- */
    -ms-flex-order: 2;
    /* TWEENER - IE 10 */
    -webkit-order: 2;
    /* NEW - Chrome */
    order: 2;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 180px;
  }
  .page-header .header-main-content .top-left .flex-item:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 3;
    /* OLD - Firefox 19- */
    -ms-flex-order: 3;
    /* TWEENER - IE 10 */
    -webkit-order: 3;
    /* NEW - Chrome */
    order: 3;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-basis: 20%;
    /* Safari 6.1+ */
    -ms-flex-basis: 20%;
    /* IE 10 */
    flex-basis: 20%;
    /* Standard syntax */
  }
  .page-header .header-main-content .top-left .flex-item:nth-of-type(4) {
    -webkit-box-ordinal-group: 4;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 4;
    /* OLD - Firefox 19- */
    -ms-flex-order: 4;
    /* TWEENER - IE 10 */
    -webkit-order: 4;
    /* NEW - Chrome */
    order: 4;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .page-header .header-main-content .top-left .flex-item:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 6;
    /* OLD - Firefox 19- */
    -ms-flex-order: 6;
    /* TWEENER - IE 10 */
    -webkit-order: 6;
    /* NEW - Chrome */
    order: 6;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .page-header .header-main-content .top-left .flex-item:nth-of-type(6) {
    -webkit-box-ordinal-group: 5;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 5;
    /* OLD - Firefox 19- */
    -ms-flex-order: 5;
    /* TWEENER - IE 10 */
    -webkit-order: 5;
    /* NEW - Chrome */
    order: 5;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-basis: 20%;
    /* Safari 6.1+ */
    -ms-flex-basis: 20%;
    /* IE 10 */
    flex-basis: 20%;
    /* Standard syntax */
  }
  .page-header .header-main-content .top-left .btn-search-mobile > i {
    font-size: 2rem !important;
  }
  .page-header .header-main-content .top-left .mobile-logo .logo {
    max-width: 80%;
    top: -10px !important;
  }
  .page-header .header-main-content .header-main-inner .header-content-action .minicart-wrapper .action.showcart::before {
    font-size: 2rem;
  }
  .page-header .header-main-content .header-main-inner .header-content-action .minicart-wrapper .action.showcart.active::before {
    font-size: 2rem;
  }
  .page-header .header-maininner-row {
    min-height: 30px;
  }
  .page-header .header-main-content.sticky-menu.active .top-left {
    -webkit-flex-basis: 100%;
    /* Safari 6.1+ */
    -ms-flex-basis: 100%;
    /* IE 10 */
    flex-basis: 100%;
    /* Standard syntax */
  }
  .page-header .header-main-content.sticky-menu.active .topnav-dropdown-content {
    z-index: 101;
    box-sizing: border-box;
    position: absolute !important;
    bottom: 54px;
    right: -2px;
  }
  .page-header .header-main-content.sticky-menu.active .top-right .topnav-dropdown-content::before {
    display: none;
  }
  .page-header .header-main-content.sticky-menu.active .top-right .topnav-dropdown-content::after {
    display: none;
  }
  .page-header .panel.header .links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    margin: 0px;
    flex-direction: column;
  }
  .topnav-dropdown .dropbtn {
    display: none;
  }
  .page-header .header-main-content .top-left {
    float: left;
    width: 90%;
  }
  .page-header .header-main-content .top-left .mobile-logo .logo {
    max-width: 80%;
    top: -6px !important;
  }
  .page-header .header-main-content .top-right {
    float: right;
    width: 8%;
  }
  .home-category-wrapper .home-main-category .category-box {
    flex-basis: 100% !important;
  }
  #sincorporate {
    display: none;
  }
  #sincorporate .corporate-content .corporate-benefits {
    padding-left: 0;
  }
  .social-newsletter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: space-evenly;
  }
  /* checkout-onepage-success  checkout-success */
  .checkout-onepage-success .page-main {
    width: auto !important;
  }
  .checkout-onepage-success .checkout-success {
    display: grid !important;
  }
  .checkout-onepage-success .checkout-success .checkout-item.succ-img {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 15px;
  }
  .checkout-onepage-success .checkout-success-rating .rating .rating__icon {
    color: #bbb;
    font-size: 25px !important;
  }
  .checkout-onepage-success .checkout-item.succ-content {
    text-align: center;
  }
  .checkout-onepage-success .checkout-success-rating .rating {
    margin-left: 10%;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: none !important;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    border-bottom: 2px solid #fdac27 !important;
  }
  .cart-container #block-shipping {
    padding-left: 20px;
  }
  .cart-container .cart-discount strong#block-discount-heading:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 16px;
    color: #fdac27;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart-container .cart-discount strong#block-reward-heading:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 16px;
    color: #fdac27;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart-products-toolbar-top {
    border-bottom: none !important;
  }
  .cart-products-toolbar-top .toolbar-amount {
    margin: 0 15px;
  }
  .cart.table-wrapper {
    border-top: none !important;
  }
  .cart-discount {
    border-bottom: none !important;
    margin-bottom: 180px;
    padding-left: 10px;
  }
  .cart-discount #block-discount {
    margin-bottom: 10px;
  }
  .cart-discount .discount.active strong#block-discount-heading:after {
    content: '\e621';
  }
  .cart-discount .discount.active strong#block-discount-heading:hover:after {
    color: #333;
  }
  .cart-discount .reward.active strong#block-reward-heading:after {
    content: '\e621';
  }
  .cart-discount .reward.active strong#block-reward-heading:hover:after {
    color: #333;
  }
  .page-footer {
    display: none;
  }
  .home-desktopview {
    display: block !important;
  }
  .sinmessage-block {
    display: none;
  }
  .home-category-wrapper .main-label h2 {
    font-size: 16px;
  }
  .products-grid .product-item .product-item-info .price-box .special-price .price {
    font-size: 1.6rem;
  }
  .trending-products .product-item {
    font-size: 1.2rem;
  }
  .static-recommended-products .product-item {
    font-size: 1.2rem;
  }
  .discount-percentv1 {
    font-size: 10px !important;
  }
  .cms-home .block.widget.block-products-list.grid .product-item-info.out-of-stock-overly .stock.unavailable {
    top: -145px;
  }
  .products-grid .product-item .product-item-name a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .checkout-index-index .checkout-billing-address {
    display: none;
  }
  td#label_carrier_bestway_tablerate {
    font-size: 12px;
  }
  .opc-wrapper .step-title {
    font-size: 16px;
    font-weight: 700;
  }
  .opc-wrapper .shipping-address-item {
    line-height: 18px;
  }
  #checkoutSteps label {
    font-weight: 700;
    font-size: 14px;
  }
  .checkout-payment-method .payment-option-title .action-toggle {
    font-size: 14px;
    font-weight: 700;
  }
  .checkout-onepage-success .checkout-success .checkout-item.succ-img {
    width: 60%;
    margin: 0 auto;
  }
  .checkout-onepage-success .checkout-success .succ-content p {
    margin-bottom: 20px;
  }
  .checkout-onepage-success .checkout-success .succ-content a.action.primary {
    padding: 9px 15px;
  }
  .checkout-cart-index .cart-discount .block > .title {
    border-top: none;
  }
  .product-item-info.out-of-stock-overly .product-item-inner {
    position: relative !important;
  }
  .products-grid .product-item .product-item-info.out-of-stock-overly .product-item-inner {
    padding-right: 0;
  }
  .page-layout-2columns-left .products-grid .product-items .product-item .product-item-info.out-of-stock-overly .product-item-actions {
    display: block;
  }
  .page-layout-2columns-left .products-grid .product-items .product-item .product-item-info.out-of-stock-overly {
    width: auto;
    margin: 0;
  }
  .product-item-info.out-of-stock-overly .stock.unavailable {
    width: 100%;
    font-size: 9px;
    color: #757373;
    margin: 0 auto;
    border-radius: 2px;
    background-color: #fff;
    text-align: center;
    padding: 5px 5px;
    text-transform: uppercase;
    pointer-events: none;
    position: absolute;
    left: -4px;
    top: -125px;
    z-index: 5;
    border: 0.5px solid rgba(10, 10, 10, 0.38);
  }
  .page-layout-2columns-left .product-item-info.out-of-stock-overly .stock.unavailable {
    width: 100%;
    font-size: 9px;
    color: #757373;
    margin: 0 auto;
    border-radius: 2px;
    background-color: #fff;
    text-align: center;
    padding: 5px 5px;
    text-transform: uppercase;
    pointer-events: none;
    position: absolute;
    left: -4px;
    top: -125px;
    z-index: 5;
    border: 0.5px solid rgba(10, 10, 10, 0.38);
  }
  .products-grid ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
    display: block !important;
    width: 50%;
    margin: 0 auto;
  }
  .block.widget.block-products-list.grid .product-item-actions .actions-primary {
    display: block;
  }
  .product-item-actions .actions-primary button.action.primary,
  .product-item-actions .actions-primary .quote-details-items .actions-toolbar > .action.action.primary {
    display: block;
  }
  .product-item-actions .actions-primary .quote-details-items .actions-toolbar > .action.action.primary {
    display: none;
  }
  .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: none;
  }
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: none;
  }
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: none;
  }
  .page-layout-2columns-left .products.wrapper.list.products-list {
    position: relative;
  }
  .page-layout-2columns-left .products.wrapper.list.products-list .li.item.product.product-item {
    position: relative;
  }
  .page-layout-2columns-left .products.wrapper.list.products-list .li.item.product.product-item .stock.unavailable {
    position: relative;
    left: -8px;
    top: 0;
  }
  .products-grid .product-item-info .product-item-inner {
    -webkit-transform: translateY(-5px) !important;
    -ms-transform: translateY(-5px) !important;
    transform: translateY(-5px) !important;
  }
  .account.sales-order-view.page-layout-2columns-left .order-details-items.ordered .order-title {
    display: none;
  }
  .account.sales-order-view.page-layout-2columns-left .block-order-details-view .block-title {
    display: none;
  }
  .account.sales-order-view.page-layout-2columns-left .block-order-details-view .block-content .box-title {
    display: block;
  }
  .account.sales-order-view.page-layout-2columns-left .block-order-details-view .block-content .box-order-billing-method {
    margin-bottom: 60px;
  }
  .table-wrapper #my-orders-table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td {
    display: inline-block;
  }
  .table-wrapper #my-orders-table > tbody > tr:nth-child(even) > td {
    background: none !important;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    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,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > 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,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):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 .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2rem;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox {
    float: left;
    padding-bottom: 0;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox,
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.product {
    padding-top: 1.5rem;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox:before,
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.product:before {
    display: none;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.number {
    display: none;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td:before {
    font-size: 12px;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td,
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .requisition-list-requisition-index .table-wrapper .table:not(.cart) > tbody > tr td.list-name-field:before,
  .requisition-list-requisition-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    display: none;
  }
  .requisition-list-requisition-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
  }
  .requisition-list-requisition-index .data-grid td:first-child .data-grid-cell-content {
    display: inline-block;
  }
  .requisition-list-requisition-index .data-grid td > div {
    display: inline;
  }
  .requisition-list-requisition-index .data-grid.data-grid-tr-no-data td:before {
    content: '';
  }
  .requisition-list-requisition-index .data-grid:last-child td {
    border-top-width: 0;
  }
  .requisition-list-requisition-index .toolbar-amount {
    top: -3.5rem;
  }
  .requisition-list-requisition-index .admin__data-grid-outer-wrap {
    position: relative;
  }
  .requisition-list-requisition-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .block-requisition-management {
    clear: both;
    margin-top: -25px;
  }
  .block-requisition-management .requisition-list-title h1 {
    font-size: 2.6rem;
  }
  .block-requisition-management .requisition-info {
    float: left;
    margin-bottom: 1.5rem;
  }
  .block-requisition-management .requisition-toolbar-select,
  .block-requisition-management .requisition-toolbar-actions {
    margin-bottom: 1.5rem;
  }
  .block-requisition-management .requisition-toolbar-select {
    display: block;
    margin-right: 0;
    text-align: right;
  }
  .block-requisition-management .requisition-toolbar-actions {
    display: block;
  }
  .block-requisition-management .requisition-toolbar-actions button.action span,
  .block-requisition-management .requisition-toolbar-actions .quote-details-items .actions-toolbar > .action.action span {
    display: none;
  }
  .block-requisition-management .requisition-toolbar-actions button.action:before,
  .block-requisition-management .requisition-toolbar-actions .quote-details-items .actions-toolbar > .action.action:before {
    content: attr(data-mobile-label);
  }
  .requisition-grid {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: auto;
  }
  .requisition-grid thead,
  .requisition-grid .item {
    position: relative;
  }
  .requisition-grid thead .col.qty .input-text,
  .requisition-grid .item .col.qty .input-text {
    height: 2.6rem;
  }
  .requisition-grid thead .col .product-item-subtotal,
  .requisition-grid .item .col .product-item-subtotal {
    display: inline;
  }
  .requisition-grid thead .col .actions-toolbar,
  .requisition-grid .item .col .actions-toolbar {
    float: right;
    margin-top: -.3rem;
  }
  .requisition-grid thead .col .actions-toolbar > .action-edit,
  .requisition-grid .item .col .actions-toolbar > .action-edit {
    position: absolute;
    right: 1rem;
    top: 1.5rem;
  }
  .requisition-grid thead .col .actions-toolbar > .action-delete,
  .requisition-grid .item .col .actions-toolbar > .action-delete {
    bottom: 1.5rem;
    position: absolute;
    right: 1rem;
  }
  .requisition-grid thead .col .price,
  .requisition-grid .item .col .price {
    font-size: 1.6rem;
    margin-right: 5px;
  }
  .requisition-grid thead .col .price-excluding-tax .price,
  .requisition-grid .item .col .price-excluding-tax .price {
    font-size: 12px;
  }
  .requisition-grid .product-item-image {
    display: none;
  }
  .requisition-grid .product-item-name {
    margin-bottom: 10px;
  }
  .requisition-grid .col .price-excluding-tax {
    display: inline-block;
    margin-right: 25px;
  }
  .requisition-list-description {
    line-height: 2;
  }
  .title-actions-links {
    margin-bottom: 10px;
    min-height: 2.2rem;
    text-align: right;
  }
  .title-actions-links:empty {
    margin-bottom: 25px;
  }
  .requisition-toolbar-actions .requisition-list-action,
  .requisition-view-buttons .requisition-list-action,
  .requisition-toolbar-actions .action,
  .requisition-view-buttons .action {
    vertical-align: baseline;
  }
  .requisition-toolbar-actions .mobile-label,
  .requisition-view-buttons .mobile-label {
    margin-right: 5px;
  }
  .requisition-list-action .action.toggle {
    float: none;
  }
  .requisition-popup .modal-footer {
    margin-top: 0;
    padding-top: 0;
  }
  .requisition-popup .action {
    display: block;
    text-align: center;
    width: 100%;
  }
  .requisition-popup .action:not(:last-child) {
    margin-bottom: 10px;
  }
  .order-actions-toolbar .block-requisition-list {
    float: right;
    line-height: 1.2;
  }
  .order-actions-toolbar .requisition-list-action.active .items {
    right: 0;
  }
  .order-actions-toolbar .requisition-list-action.active .items:before {
    left: auto;
    right: 11px;
  }
  .order-actions-toolbar .requisition-list-action.active .items:after {
    left: auto;
    right: 10px;
  }
  .requisition-list-requisition-print .nav-toggle {
    display: none;
  }
  .requisition-list-requisition-print .logo {
    margin-left: 0;
  }
  .requisition-list-requisition-print .block-requisition-management {
    border-bottom: none;
  }
  .requisition-list-requisition-print .block-requisition-management .requisition-info {
    float: none;
    margin-top: 0;
  }
  .requisition-list-requisition-print .requisition-grid .col.price,
  .requisition-list-requisition-print .requisition-grid .col.qty,
  .requisition-list-requisition-print .requisition-grid .col.subtotal {
    text-align: left;
  }
  .requisition-list-requisition-print .requisition-grid .col .input-text {
    padding-left: 0;
    text-align: left;
  }
  .requisition-list-requisition-print .table-wrapper {
    border-bottom: none;
    clear: both;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2rem;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox {
    display: none;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox,
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.product {
    padding-top: 1.5rem;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox:before,
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.product:before {
    display: none;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.number {
    display: none;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td:before {
    font-size: 12px;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td,
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .links-container-title {
    display: none;
  }
  .company-profile-index.account .page-main .page-title-wrapper .page-title {
    display: inline-block;
    margin-right: 10px;
  }
  .company-profile-index .company-profile-payment-methods {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company-profile-index .company-profile-payment-methods .payment-methods-list {
    font-size: 1.4rem;
    padding-left: 0;
  }
  .company-account-index .column.main .block:not(.widget) .block-title > .action {
    margin-top: 5px;
    float: right;
  }
  .company-account-index .column.main .block:not(.widget) .block-content strong {
    float: left;
    margin-right: 5px;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box-content span {
    display: block;
    overflow: hidden;
    vertical-align: top;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    content: '';
    padding: 0;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr td > div,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr td > div {
    display: inline;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before {
    content: '';
  }
  .company-users-index .admin__data-grid-pager,
  .company-role-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .company-users-index .toolbar-amount,
  .company-role-index .toolbar-amount {
    position: relative;
  }
  .table-wrapper .table:not(.cart) > tbody > tr td.actions.col:before {
    display: none;
  }
  .credit-balance-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .credit-balance-list .credit-balance-item {
    margin-right: 0;
  }
  .data-grid-cell-content {
    display: inline-block;
  }
  .company-credit-history-index .quotes-grid-toolbar .toolbar-amount {
    display: none;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td:first-child .data-grid-cell-content {
    display: inline-block;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    content: '';
    padding: 0;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td > div {
    display: inline;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before {
    content: '';
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr:last-child td {
    border-top-width: 0;
  }
  .negotiable-quote-quote-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .negotiable-quote-quote-index .toolbar-amount {
    position: relative;
  }
  .negotiable-quote-quote-view .page-main .page-title-wrapper .page-title {
    display: inline-block;
    margin-bottom: 5px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .actions-toolbar > .action {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .negotiable-quote-quote-view .table-wrapper {
    border-bottom: none;
  }
  .quote-table {
    width: auto;
  }
  .quote-table thead > tr > th {
    border-bottom: none;
  }
  .quote-table tbody > tr > td:first-child {
    padding-top: 0;
  }
  .quote-table .items > .item {
    border-bottom-width: 0;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    padding: 5px 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:last-child {
    border: medium none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.delete {
    float: right;
    margin-top: -3.5rem;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.delete:before {
    display: none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td .update {
    display: block;
    width: 100%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td .update:before {
    display: none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:first-child td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:first-child th {
    padding-top: 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody .item-actions td {
    padding-left: 0;
    padding-right: 0;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody .item-actions td:before {
    display: none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr th {
    padding: 5px 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr th {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr td {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child th {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child > td {
    border-bottom: none;
    float: none;
    padding: 0;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:last-child td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:last-child th {
    border-bottom-width: 0;
    font-weight: 700;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price th,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .grand_total th {
    width: 150px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .grand_total td {
    float: right;
    width: 40%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price th:after {
    display: block;
    left: 130px;
    position: absolute;
    top: 1px;
    width: 15px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .proposed_quote_price th {
    width: 125px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .proposed_quote_price td {
    float: right;
    width: 40%;
  }
  .quote-table .price-excluding-tax,
  .quote-table .price-including-tax {
    display: inline-block;
  }
  .quote-table .col .qty {
    display: inline-block;
  }
  .product.quote-details-items .quote-title,
  .product.quote-details-items .quote-comments,
  .product.quote-details-items .quote-history-log {
    display: block;
  }
  .product.quote-details-items .quote-title > strong,
  .product.quote-details-items .quote-comments > strong,
  .product.quote-details-items .quote-history-log > strong {
    font-size: 2.4rem;
    font-weight: 300;
  }
  .product.quote-details-items .quote-title.active > .switch,
  .product.quote-details-items .quote-comments.active > .switch,
  .product.quote-details-items .quote-history-log.active > .switch {
    border-bottom: 1px solid #e4e4e4;
  }
  .product.quote-details-items .item.content.quote-table {
    border-top: none;
    padding: 10px 10px 0;
  }
  .product.quote-details-items.items {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-left: 0;
    margin-right: 0;
  }
  .quote-status {
    float: right;
    margin: 0;
  }
  .quote-date {
    margin-top: 0;
  }
  .quote-name {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .quote-view-links.quote-view-buttons .action {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .quote-view-links .action {
    margin-bottom: 10px;
    width: 100%;
  }
  .quote-view-links .action span {
    display: none;
  }
  .quote-view-links .action:after {
    content: attr(data-mobile-label);
  }
  .negotiable-quote-quote-print.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    float: none;
    width: 100%;
  }
  .negotiable-quote-quote-print .nav-toggle {
    display: none;
  }
  .negotiable-quote-quote-print .logo {
    margin-left: 0;
  }
  .negotiable-quote-quote-print .quote-date,
  .negotiable-quote-quote-print .quote-sales-rep {
    float: none;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col.price,
  .negotiable-quote-quote-print .quote-details-items .item .col.price,
  .negotiable-quote-quote-print .quote-details-items thead .col.stock,
  .negotiable-quote-quote-print .quote-details-items .item .col.stock,
  .negotiable-quote-quote-print .quote-details-items thead .col.qty,
  .negotiable-quote-quote-print .quote-details-items .item .col.qty,
  .negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
  .negotiable-quote-quote-print .quote-details-items .item .col.subtotal {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col .input-text,
  .negotiable-quote-quote-print .quote-details-items .item .col .input-text {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col .actions-toolbar,
  .negotiable-quote-quote-print .quote-details-items .item .col .actions-toolbar {
    display: none;
  }
  .negotiable-quote-quote-print .quote-details-items thead td,
  .negotiable-quote-quote-print .quote-details-items .item td {
    border: none;
  }
  .negotiable-quote-quote-print .quote-details-items .quote-table-totals td {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-table .quote-table-totals:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    display: none;
  }
  .negotiable-quote-quote-print .quote-block-title {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .negotiable-quote-quote-print .quote-block-content {
    width: 100%;
  }
  .order-details-items .table-order-items tbody > tr > .col.price {
    text-align: left;
  }
  .order-details-items .table-order-items tbody > tr > .col.subtotal {
    text-align: left;
  }
  .order-links-block,
  .quote-grid-filters-wrap {
    padding-bottom: 10px;
    text-align: right;
  }
  .negotiable-quote-order-information {
    margin-top: 0;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 1.5rem;
    padding-bottom: .2rem;
    position: relative;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field {
    display: block;
    margin-right: 0;
    padding-right: 0;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field.qty {
    display: inline-block;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field.qty .control {
    display: inline-block;
  }
  .quickorder-index-index .column .block-addbysku .upload_container {
    width: 100%;
  }
  .quickorder-index-index .column .block-addbysku .upload_container .file_upload {
    display: block;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item-title {
    display: none;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item .label {
    display: inline-block;
    margin-right: 10px;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item .actions-toolbar {
    float: right;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  body.sales-order-view .shipment {
    margin-top: 30px;
  }
  body.sales-order-view .shipment .track p {
    font-size: 12px;
  }
  body.sales-order-view .shipment .track p.datetime {
    font-size: 11px;
  }
  body.sales-order-view .shipment .track p.datetime span {
    display: block;
  }
  body.sales-order-view .shipment .track .progress .circle {
    height: 20px;
    width: 20px;
  }
  body.sales-order-view .shipment .track .progress .circle i {
    font-size: 8px;
  }
  body.sales-order-view .shipment .track .progress .circle.active {
    border-width: 2px;
  }
  body.sales-order-view .shipment .track .progress .circle.active.last {
    border-width: 2px;
  }
  body.sales-order-view .shipment .track .progress .line {
    height: 3px;
  }
  .draft-order-draftorder-view .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2rem;
  }
  .draft-order-draftorder-view .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox {
    float: left;
    padding-bottom: 0;
  }
  .draft-order-draftorder-view .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox,
  .draft-order-draftorder-view .table-wrapper .table:not(.cart) > tbody > tr td.product {
    padding-top: 1.5rem;
  }
  .draft-order-draftorder-view .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox:before,
  .draft-order-draftorder-view .table-wrapper .table:not(.cart) > tbody > tr td.product:before {
    display: none;
  }
  .draft-order-draftorder-view .table-wrapper .table:not(.cart) > tbody > tr td.number {
    display: none;
  }
  .draft-order-draftorder-view .table-wrapper .table:not(.cart) > tbody > tr td:before {
    font-size: 12px;
  }
  .draft-order-draftorder-view .table-wrapper .table:not(.cart) > tbody > tr td,
  .draft-order-draftorder-view .table-wrapper .table:not(.cart) > tbody > tr th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .draft-order-draftorder-index .table-wrapper .table:not(.cart) > tbody > tr td.list-name-field:before,
  .draft-order-draftorder-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    display: none;
  }
  .draft-order-draftorder-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
  }
  .draft-order-draftorder-index .data-grid td:first-child .data-grid-cell-content {
    display: inline-block;
  }
  .draft-order-draftorder-index .data-grid td > div {
    display: inline;
  }
  .draft-order-draftorder-index .data-grid.data-grid-tr-no-data td:before {
    content: '';
  }
  .draft-order-draftorder-index .data-grid:last-child td {
    border-top-width: 0;
  }
  .draft-order-draftorder-index .toolbar-amount {
    top: -3.5rem;
  }
  .draft-order-draftorder-index .admin__data-grid-outer-wrap {
    position: relative;
  }
  .draft-order-draftorder-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .block-draftorder-management {
    clear: both;
    margin-top: -25px;
  }
  .block-draftorder-management .draft-order-title h1 {
    font-size: 2.6rem;
  }
  .block-draftorder-management .draftorder-info {
    float: left;
    margin-bottom: 1.5rem;
  }
  .block-draftorder-management .draftorder-toolbar-select,
  .block-draftorder-management .draftorder-toolbar-actions {
    margin-bottom: 1.5rem;
  }
  .block-draftorder-management .draftorder-toolbar-select {
    display: block;
    margin-right: 0;
    text-align: right;
  }
  .block-draftorder-management .draftorder-toolbar-actions {
    display: block;
  }
  .block-draftorder-management .draftorder-toolbar-actions button.action span,
  .block-draftorder-management .draftorder-toolbar-actions .quote-details-items .actions-toolbar > .action.action span {
    display: none;
  }
  .block-draftorder-management .draftorder-toolbar-actions button.action:before,
  .block-draftorder-management .draftorder-toolbar-actions .quote-details-items .actions-toolbar > .action.action:before {
    content: attr(data-mobile-label);
  }
  .draftorder-grid {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: auto;
  }
  .draftorder-grid thead,
  .draftorder-grid .item {
    position: relative;
  }
  .draftorder-grid thead .col.qty .input-text,
  .draftorder-grid .item .col.qty .input-text {
    height: 2.6rem;
  }
  .draftorder-grid thead .col .product-item-subtotal,
  .draftorder-grid .item .col .product-item-subtotal {
    display: inline;
  }
  .draftorder-grid thead .col .actions-toolbar,
  .draftorder-grid .item .col .actions-toolbar {
    float: right;
    margin-top: -.3rem;
  }
  .draftorder-grid thead .col .actions-toolbar > .action-edit,
  .draftorder-grid .item .col .actions-toolbar > .action-edit {
    position: absolute;
    right: 1rem;
    top: 1.5rem;
  }
  .draftorder-grid thead .col .actions-toolbar > .action-delete,
  .draftorder-grid .item .col .actions-toolbar > .action-delete {
    bottom: 1.5rem;
    position: absolute;
    right: 1rem;
  }
  .draftorder-grid thead .col .price,
  .draftorder-grid .item .col .price {
    font-size: 1.6rem;
    margin-right: 5px;
  }
  .draftorder-grid thead .col .price-excluding-tax .price,
  .draftorder-grid .item .col .price-excluding-tax .price {
    font-size: 12px;
  }
  .draftorder-grid .product-item-image {
    display: none;
  }
  .draftorder-grid .product-item-name {
    margin-bottom: 10px;
  }
  .draftorder-grid .col .price-excluding-tax {
    display: inline-block;
    margin-right: 25px;
  }
  .draft-order-description {
    line-height: 2;
  }
  .title-actions-links {
    margin-bottom: 10px;
    min-height: 2.2rem;
    text-align: right;
  }
  .title-actions-links:empty {
    margin-bottom: 25px;
  }
  .draftorder-toolbar-actions .draft-order-action,
  .draftorder-view-buttons .draft-order-action,
  .draftorder-toolbar-actions .action,
  .draftorder-view-buttons .action {
    vertical-align: baseline;
  }
  .draftorder-toolbar-actions .mobile-label,
  .draftorder-view-buttons .mobile-label {
    margin-right: 5px;
  }
  .draft-order-action .action.toggle {
    float: none;
  }
  .draftorder-popup .modal-footer {
    margin-top: 0;
    padding-top: 0;
  }
  .draftorder-popup .action {
    display: block;
    text-align: center;
    width: 100%;
  }
  .draftorder-popup .action:not(:last-child) {
    margin-bottom: 10px;
  }
  .order-actions-toolbar .block-draft-order {
    float: right;
    line-height: 1.2;
  }
  .order-actions-toolbar .draft-order-action.active .items {
    right: 0;
  }
  .order-actions-toolbar .draft-order-action.active .items:before {
    left: auto;
    right: 11px;
  }
  .order-actions-toolbar .draft-order-action.active .items:after {
    left: auto;
    right: 10px;
  }
  .draft-order-draftorder-print .nav-toggle {
    display: none;
  }
  .draft-order-draftorder-print .logo {
    margin-left: 0;
  }
  .draft-order-draftorder-print .block-draftorder-management {
    border-bottom: none;
  }
  .draft-order-draftorder-print .block-draftorder-management .draftorder-info {
    float: none;
    margin-top: 0;
  }
  .draft-order-draftorder-print .draftorder-grid .col.price,
  .draft-order-draftorder-print .draftorder-grid .col.qty,
  .draft-order-draftorder-print .draftorder-grid .col.subtotal {
    text-align: left;
  }
  .draft-order-draftorder-print .draftorder-grid .col .input-text {
    padding-left: 0;
    text-align: left;
  }
  .draft-order-draftorder-print .table-wrapper {
    border-bottom: none;
    clear: both;
  }
  .draft-order-draftorder-print .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2rem;
  }
  .draft-order-draftorder-print .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox {
    display: none;
  }
  .draft-order-draftorder-print .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox,
  .draft-order-draftorder-print .table-wrapper .table:not(.cart) > tbody > tr td.product {
    padding-top: 1.5rem;
  }
  .draft-order-draftorder-print .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox:before,
  .draft-order-draftorder-print .table-wrapper .table:not(.cart) > tbody > tr td.product:before {
    display: none;
  }
  .draft-order-draftorder-print .table-wrapper .table:not(.cart) > tbody > tr td.number {
    display: none;
  }
  .draft-order-draftorder-print .table-wrapper .table:not(.cart) > tbody > tr td:before {
    font-size: 12px;
  }
  .draft-order-draftorder-print .table-wrapper .table:not(.cart) > tbody > tr td,
  .draft-order-draftorder-print .table-wrapper .table:not(.cart) > tbody > tr th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .block-comments .block-title {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
  form#company-create-form {
    margin-bottom: 30px;
  }
  .credit-balance-list .credit-balance-item {
    -webkit-flex-basis: auto;
    /* Safari 6.1+ */
    -ms-flex-basis: auto;
    flex-basis: auto;
    padding: 5px;
  }
  #easylogin .block.block-customer-login {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #easylogin .block.block-customer-login:after {
    content: "";
    background-color: #b7b7b7;
    position: absolute;
    width: 100%;
    top: 100%;
    height: 1px;
    left: 0%;
  }
  #easylogin .block.block-customer-login #login-form .fieldset:last-child {
    margin-bottom: 14px;
  }
  #easylogin .block.block-customer-social .social_content .social_content_table {
    margin-bottom: 15px;
  }
  .credit-balance-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .credit-balance-list .credit-balance-item {
    margin-right: 0;
  }
  .data-grid-cell-content {
    display: inline-block;
  }
  .company-credit-history-index .quotes-grid-toolbar .toolbar-amount {
    display: none;
  }
  .home-quotation {
    /*height: 365px;
        background-position: right;
        padding: 10px 0px 15px;
        margin-bottom: 40px;*/
  }
  .home-quotation .get-code {
    text-align: center;
    width: 100%;
    position: absolute;
    top: -20px;
    left: 0;
  }
  .home-quotation .quotation-content {
    text-align: center;
    padding: 0px 0px 30px;
    top: 5%;
    right: 20px;
    transform: translateY(1%);
  }
  .home-quotation h2.head-title {
    font-size: 1.4rem;
    color: #444444;
    text-align: center;
  }
  .home-quotation p.text-darkgray {
    font-size: 15px;
  }
  .home-quotation .home-support {
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .home-quotation .home-support li {
    padding: 0px;
    width: 32%;
    margin-bottom: 0px;
    min-height: 120px;
    vertical-align: middle;
  }
  .home-quotation .home-support li span {
    margin-left: 0px;
    display: block;
  }
  .home-quotation .home-support img {
    max-width: 100%;
    display: inline-block;
    height: 100%;
  }
  .home-quotation .home-support li.discount-label img {
    margin-left: 0px;
    margin-top: 18px;
  }
  .home-quotation .request-code {
    bottom: 6%;
    right: 10%;
    font-size: 15px;
    text-align: center;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 1.5rem;
    padding-bottom: .2rem;
    position: relative;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field {
    display: block;
    margin-right: 0;
    padding-right: 0;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field.qty {
    display: inline-block;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field.qty .control {
    display: inline-block;
  }
  .quickorder-index-index .column .block-addbysku .upload_container {
    width: 100%;
  }
  .quickorder-index-index .column .block-addbysku .upload_container .file_upload {
    display: block;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item-title {
    display: none;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item .label {
    display: inline-block;
    margin-right: 10px;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item .actions-toolbar {
    float: right;
  }
  .listindustry-catepage {
    background: #f3f7f8;
    padding: 10px 0 0 0;
  }
  .category-image-flex .cat-item-inner {
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 0;
  }
  .block.widget.block-products-list.grid .block-title strong {
    border-bottom: #fdac27 solid 5px;
    padding-bottom: 5px;
  }
  .block.widget.block-products-list.grid .products-grid .tab-content-fadein .populer-products .product-items .product-item:nth-child(4n+1):nth-last-child(-n+4) {
    min-height: auto;
  }
  .footer-site-map {
    display: none;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    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;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #fdac27;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    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 .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .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: 18px;
    line-height: 20px;
    color: #fdac27;
    content: '\e601';
    font-family: 'luma-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: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #fdac27;
  }
  .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;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #cccccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #fdac27;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 0;
  }
  .review-fieldset .field.required > .label {
    font-size: 1.4rem;
  }
  .review-fieldset .row-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .review-fieldset .row-container .col-item100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .review-form .actions-toolbar > .primary {
    text-align: left;
  }
  .review-form .actions-toolbar > .primary .action {
    width: 50%;
  }
  /*  div.section-item-title.nav-sections-item-title[aria-controls="store.settings"] {
      display: none;
  }*/
  .page-header .widget.block.block-static-block {
    display: none;
  }
  [data-banner-name="Who can buy"] {
    display: none;
  }
  .logo {
    margin-top: -8px;
  }
  .hot-line {
    display: none;
  }
  .home-banner-section {
    margin-bottom: 30px;
  }
  .cms-home .block-static-block {
    margin-bottom: 30px;
  }
  .block-title span.title {
    font-size: 18px;
  }
  .block-title strong {
    font-size: 18px;
  }
  #layered-filter-block .block-title strong {
    font-size: 14px !important;
  }
  .toolbar-sorter .sorter-options {
    font-size: 14px;
    margin: 0;
  }
  .page-products .sorter {
    right: 0;
  }
  .cms-home .block-title {
    border-bottom: #fdac27 solid 1px;
    padding-bottom: 8px;
  }
  .cms-home .block-title span.title {
    border-bottom: #fdac27 solid 5px;
    padding-bottom: 4px;
    font-weight: 500;
  }
  .cms-home .block-title strong {
    border-bottom: #fdac27 solid 5px;
    padding-bottom: 4px;
  }
  .trending-products .product-items {
    margin-left: 0 !important;
  }
  .products-grid .product-item .product-item-name {
    height: 40px;
    overflow: hidden;
  }
  .page-layout-1column .block.widget .products-grid .owl-carousel .product-item {
    width: 100%;
    padding: 0 5px;
  }
  .trending-products .owl-carousel .owl-item.active:last-child,
  .listindustry-catepage .owl-carousel .owl-item.active:last-child,
  .populer-products .owl-carousel .owl-item.active:last-child {
    margin-right: 0;
  }
  .trending-products .owl-carousel .owl-dot,
  .listindustry-catepage .owl-carousel .owl-dot,
  .populer-products .owl-carousel .owl-dot {
    box-shadow: none;
  }
  .trending-products .owl-carousel .owl-nav,
  .listindustry-catepage .owl-carousel .owl-nav,
  .populer-products .owl-carousel .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    margin-top: 0;
  }
  .trending-products .owl-carousel .owl-nav button.owl-prev,
  .listindustry-catepage .owl-carousel .owl-nav button.owl-prev,
  .populer-products .owl-carousel .owl-nav button.owl-prev,
  .trending-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev,
  .listindustry-catepage .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev,
  .populer-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev {
    left: 0;
    position: absolute;
    padding: 5px !important;
  }
  .trending-products .owl-carousel .owl-nav button.owl-prev .fa-chevron-left,
  .listindustry-catepage .owl-carousel .owl-nav button.owl-prev .fa-chevron-left,
  .populer-products .owl-carousel .owl-nav button.owl-prev .fa-chevron-left,
  .trending-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev .fa-chevron-left,
  .listindustry-catepage .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev .fa-chevron-left,
  .populer-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev .fa-chevron-left {
    font-size: 20px;
    vertical-align: bottom;
  }
  .trending-products .owl-carousel .owl-nav button.owl-next,
  .listindustry-catepage .owl-carousel .owl-nav button.owl-next,
  .populer-products .owl-carousel .owl-nav button.owl-next,
  .trending-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next,
  .listindustry-catepage .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next,
  .populer-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next {
    right: 0;
    position: absolute;
    padding: 5px !important;
  }
  .trending-products .owl-carousel .owl-nav button.owl-next .fa-chevron-right,
  .listindustry-catepage .owl-carousel .owl-nav button.owl-next .fa-chevron-right,
  .populer-products .owl-carousel .owl-nav button.owl-next .fa-chevron-right,
  .trending-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next .fa-chevron-right,
  .listindustry-catepage .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next .fa-chevron-right,
  .populer-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next .fa-chevron-right {
    font-size: 20px;
    vertical-align: bottom;
  }
  .owl-prev img {
    vertical-align: middle;
  }
  .owl-next img {
    vertical-align: middle;
  }
  .block-promo.left-testimonial {
    float: none;
    width: 100%;
    padding: 30px 15px 0;
    background: #eeeeee;
    border-right: 0;
    margin-right: 0;
  }
  #quote-carousel blockquote {
    margin: 0;
  }
  #quote-carousel .athour-info {
    text-align: center;
  }
  #quote-carousel .item h1 {
    font-size: 35px;
    font-style: normal;
    margin-bottom: 10px;
    padding: 13px;
  }
  #quote-carousel .item h1 span {
    font-size: 35px;
    height: 100px;
    padding: 20px 0;
    color: #fa6700;
    font-weight: 700;
  }
  #quote-carousel .item p {
    padding: 5px 50px;
    line-height: 23px;
    font-style: normal;
    color: #a1a1a1;
    font-size: 1.4rem;
  }
  #quote-carousel .item blockquote small.author-name {
    display: block;
    font-size: inherit;
    line-height: 1.42857143;
    color: #333;
    text-transform: capitalize;
  }
  .carousel-indicators {
    list-style: none;
    text-align: center;
    margin-bottom: 9px;
  }
  .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    border: 4px solid #CCC;
    border-radius: 50px;
    display: inline-block;
    overflow: hidden;
  }
  .carousel-indicators li img {
    display: block;
    max-width: 100% !important;
    height: auto;
  }
  .left-testimonial .author-indicators {
    width: 50px;
    text-align: center;
    width: 128px;
    height: 128px;
    cursor: pointer;
    border: 4px solid #ccc;
    border-radius: 100px;
    overflow: hidden;
    transition: all .4s;
    display: inline-block;
  }
  .block-promo.right-video {
    float: none;
    width: 100%;
    background: #17b0ca;
    padding: 20px;
    border-right: 0;
    margin-right: 0;
  }
  .block-promo.right-video h1.who-title {
    padding: 13px;
    color: white;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .block-promo.right-video p.who-pragraph {
    color: #ffffff;
    padding: 13px;
    text-align: center;
    font-size: 1.4rem;
  }
  .order-links-block,
  .quote-grid-filters-wrap {
    text-align: left;
    text-transform: capitalize;
  }
  .order-links-block legend.admin__form-field-legend,
  .quote-grid-filters-wrap legend.admin__form-field-legend {
    padding-inline-start: 0;
  }
  .order-links-block legend.admin__form-field-legend:last-child,
  .quote-grid-filters-wrap legend.admin__form-field-legend:last-child {
    margin-top: 5px;
  }
  .footer.content .links h4 {
    margin: 0;
    padding: 10px 0;
    font-size: 1.2rem;
  }
  .payment-content .list-payment {
    margin-top: 5px !important;
    text-align: center;
  }
  .payment-content li {
    display: inline-block;
  }
  .page-footer {
    margin-top: 0;
  }
  .block-top-head {
    /*margin: 0 0 20px;*/
    margin-bottom: 10px;
  }
  .block-top-head .block-top-head__itle {
    margin-right: 0 !important;
  }
  .block-top-head .block-top-head__itle h2 {
    font-size: 2rem !important;
  }
  .block-top-head .block-top-head__view-all {
    margin-top: 4px !important;
  }
  .cms-home .block.widget.block-products-list.grid {
    margin-top: 10px;
  }
  .block-top-head-cat {
    margin-bottom: 10px;
  }
  .block-top-head-cat .block-top-head-cat__itle {
    margin-right: 0 !important;
  }
  .block-top-head-cat .block-top-head-cat__itle h2 {
    font-size: 2rem !important;
  }
  .block-top-head-cat .block-top-head-cat__view-all {
    margin-top: 0 !important;
  }
  .toolbar-products .pages .items .item.pages-item-previous {
    position: inherit;
  }
  .toolbar-products .pages .items .item.pages-item-next {
    position: inherit;
  }
  .product-item-actions .actions-primary button.action.primary,
  .product-item-actions .actions-primary .quote-details-items .actions-toolbar > .action.action.primary {
    padding: 12px 10px;
    font-size: 1.4rem;
  }
  .product-item-actions .actions-primary .quote-details-items .actions-toolbar > .action.action.primary {
    padding: 7px 5px;
  }
  .product-item-info.out-of-stock-overly .stock.unavailable {
    font-size: 9px;
    padding: 5px 5px;
    position: absolute;
    z-index: 5;
    border: 0.5px solid rgba(10, 10, 10, 0.38);
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .minicart-items .item-qty {
    margin-right: 50px;
  }
  .minicart-items .update-cart-item {
    margin: 15px 20px 0 0;
  }
  .page-products .products-grid .product-items .product-item:nth-child(4n+1):nth-last-child(-n+4) {
    min-height: 232px !important;
  }
  .product-item-info.out-of-stock-overly .stock.unavailable {
    font-size: 9px;
    padding: 5px 5px;
    position: absolute;
    left: -6px;
    top: -108px;
    z-index: 5;
    border: 0.5px solid rgba(10, 10, 10, 0.38);
  }
  .cms-home .block.widget.block-products-list.grid .product-item-info.out-of-stock-overly .stock.unavailable {
    left: 0;
    top: -112px;
    z-index: 5;
    border: 0.5px solid rgba(10, 10, 10, 0.38);
  }
  .catalog-category-view.page-layout-1column .product-item-info.out-of-stock-overly .stock.unavailable {
    top: -120px;
  }
  .page-layout-2columns-left .product-item-info.out-of-stock-overly .stock.unavailable {
    top: -160px;
  }
  .catalogsearch-result-index.page-layout-2columns-left .product-item-info.out-of-stock-overly .stock.unavailable {
    top: -150px;
  }
}
@media only screen and (max-width: 319px) {
  .filter-title strong {
    font-size: 14px !important;
  }
  .toolbar-sorter .sorter-options {
    margin: 0;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: block !important;
  }
  .product-item-actions .requisition-list-action {
    vertical-align: text-top;
  }
  .product-item-info.out-of-stock-overly .stock.unavailable {
    font-size: 9px;
    padding: 5px 0;
    position: absolute;
    border: 0.5px solid rgba(10, 10, 10, 0.38);
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .column .block-addbysku .action.remove {
    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: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #006bb4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #fdac27;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 2;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: 1;
  }
  .page-products .product-item-actions {
    position: relative;
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%)/3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  [data-banner-name="Who can buy"] {
    margin-bottom: 0;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    top: 0;
    left: 0;
  }
  .page-footer {
    margin-top: 0;
  }
}
@font-face {
  font-family: 'SolaimanLipi';
  src: url('../../frontend/ZeroGravity/sindabad_child/en_US//fonts/solaimanlipi/SolaimanLipi.woff2') format('woff2'), url('../../frontend/ZeroGravity/sindabad_child/en_US//fonts/solaimanlipi/SolaimanLipi.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
/*@font-family-name__base: 'Work Sans';
@font-family__base: @font-family-name__base, sans-serif;*/
/*@mbi-chart-bars: "\e7fc";*/
@font-face {
  font-family: 'mbicon';
  src: url('../../frontend/ZeroGravity/sindabad_child/en_US/fonts/mbicon/mbicon.woff2') format('woff2'), url('../../frontend/ZeroGravity/sindabad_child/en_US/fonts/mbicon/mbicon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../../frontend/ZeroGravity/sindabad_child/en_US/fonts/icomoon/icomoon.woff2') format('woff2'), url('../../frontend/ZeroGravity/sindabad_child/en_US/fonts/icomoon/icomoon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.mbi-stationery {
  content: "\e743";
}
.icon-category-node-2178 {
  content: "\e743";
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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;
}
.mbi,
.sidebar .close-expanded {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mbicon' !important;
  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;
}
/*.mbi:before {
    content: "\e743";
  }*/
.mbi-paint-roller:before {
  content: "\e620";
}
.mbi-palette:before {
  content: "\e626";
}
.mbi-color-sampler:before {
  content: "\e627";
}
.mbi-wind:before {
  content: "\e643";
}
.mbi-fan:before {
  content: "\e644";
}
.mbi-shovel:before {
  content: "\e67b";
}
.mbi-drawers:before {
  content: "\e6a2";
}
.mbi-drawers2:before {
  content: "\e6a3";
}
.mbi-drawers3:before {
  content: "\e6a4";
}
.mbi-clipboard-user:before {
  content: "\e6d0";
}
.mbi-register:before {
  content: "\e6d1";
}
.mbi-exit:before {
  content: "\e6d3";
}
.mbi-papers:before {
  content: "\e6d4";
}
.mbi-news:before {
  content: "\e6d5";
}
.mbi-podium:before {
  content: "\e6e1";
}
.mbi-music-note:before {
  content: "\e6e4";
}
.mbi-music-note2:before {
  content: "\e6e5";
}
.mbi-guitar:before {
  content: "\e6e9";
}
.mbi-headphones:before {
  content: "\e6ef";
}
.mbi-bookmark:before {
  content: "\e715";
}
.mbi-library:before {
  content: "\e718";
}
.mbi-baby-bottle:before {
  content: "\e72c";
}
.mbi-bow-tie:before {
  content: "\e738";
}
.mbi-tie:before {
  content: "\e739";
}
.mbi-socks:before {
  content: "\e73a";
}
.mbi-shoes:before {
  content: "\e73c";
}
.mbi-hat:before {
  content: "\e73d";
}
.mbi-pants:before {
  content: "\e73e";
}
.mbi-shorts:before {
  content: "\e73f";
}
.mbi-flip-flops:before {
  content: "\e740";
}
.mbi-shirt:before {
  content: "\e741";
}
.mbi-hanger:before {
  content: "\e742";
}
.mbi-laundry:before {
  content: "\e743";
}
.mbi-vault:before {
  content: "\e769";
}
.mbi-tablet:before {
  content: "\e7ab";
}
.mbi-laptop:before {
  content: "\e7ad";
}
.mbi-laptop-phone:before {
  content: "\e7ae";
}
.mbi-cable:before {
  content: "\e7b3";
}
.mbi-tv:before {
  content: "\e7b5";
}
.mbi-remote-control:before {
  content: "\e7b7";
}
.mbi-lamp:before {
  content: "\e7bc";
}
.mbi-lampshade:before {
  content: "\e7be";
}
.mbi-heart-pulse1:before {
  content: "\e7e9";
}
.mbi-thermometer:before {
  content: "\e7f0";
}
.mbi-beaker:before {
  content: "\e7f3";
}
.mbi-bone:before {
  content: "\e7f5";
}
.mbi-diamond2:before {
  content: "\e807";
}
.mbi-teacup:before {
  content: "\e80b";
}
.mbi-teapot:before {
  content: "\e80c";
}
.mbi-chef:before {
  content: "\e813";
}
.mbi-egg:before {
  content: "\e815";
}
.mbi-egg2:before {
  content: "\e816";
}
.mbi-platter:before {
  content: "\e818";
}
.mbi-steak:before {
  content: "\e819";
}
.mbi-hamburger:before {
  content: "\e81a";
}
.mbi-hotdog:before {
  content: "\e81b";
}
.mbi-pizza:before {
  content: "\e81c";
}
.mbi-sausage:before {
  content: "\e81d";
}
.mbi-fish:before {
  content: "\e81f";
}
.mbi-carrot:before {
  content: "\e820";
}
.mbi-cheese:before {
  content: "\e821";
}
.mbi-bread:before {
  content: "\e822";
}
.mbi-ice-cream:before {
  content: "\e823";
}
.mbi-candy:before {
  content: "\e825";
}
.mbi-lollipop:before {
  content: "\e826";
}
.mbi-cherry:before {
  content: "\e829";
}
.mbi-grapes:before {
  content: "\e82a";
}
.mbi-pine-tree:before {
  content: "\e82f";
}
.mbi-paw:before {
  content: "\e832";
}
.mbi-car-wash2:before {
  content: "\e84c";
}
.mbi-boat:before {
  content: "\e85e";
}
.mbi-dumbbell:before {
  content: "\e861";
}
.mbi-swim:before {
  content: "\e863";
}
.mbi-football:before {
  content: "\e864";
}
.mbi-baseball-bat:before {
  content: "\e865";
}
.mbi-baseball:before {
  content: "\e866";
}
.mbi-tennis:before {
  content: "\e867";
}
.mbi-tennis2:before {
  content: "\e868";
}
.mbi-ping-pong:before {
  content: "\e869";
}
.mbi-hockey:before {
  content: "\e86a";
}
.mbi-8ball:before {
  content: "\e86b";
}
.mbi-bowling-pins:before {
  content: "\e86d";
}
.mbi-golf2:before {
  content: "\e86f";
}
.mbi-christmas:before {
  content: "\e8a5";
}
.mbi-easter-egg:before {
  content: "\e8a6";
}
.mbi-pencil2:before {
  content: "\e032";
}
.mbi-home3:before {
  content: "\e602";
}
.mbi-home5:before {
  content: "\e604";
}
.mbi-pencil:before {
  content: "\e60d";
}
.mbi-pencil5:before {
  content: "\e613";
}
.mbi-cog:before {
  content: "\e672";
}
.mbi-trash2:before {
  content: "\e681";
}
.mbi-heart:before {
  content: "\e68c";
}
.mbi-star:before {
  content: "\e68d";
}
.mbi-star-empty:before {
  content: "\e68f";
}
.mbi-flag2:before {
  content: "\e691";
}
.mbi-at-sign:before {
  content: "\e695";
}
.mbi-envelope:before {
  content: "\e696";
}
.mbi-envelope-open:before {
  content: "\e697";
}
.mbi-paper-plane:before {
  content: "\e699";
}
.mbi-eye:before {
  content: "\e6a5";
}
.mbi-eye-crossed:before {
  content: "\e6a6";
}
.mbi-printer:before {
  content: "\e6b1";
}
.mbi-presentation:before {
  content: "\e6f6";
}
.mbi-film-play:before {
  content: "\e6f8";
}
.mbi-clapboard-play:before {
  content: "\e6f9";
}
.mbi-camera2:before {
  content: "\e704";
}
.mbi-picture:before {
  content: "\e70e";
}
.mbi-picture3:before {
  content: "\e710";
}
.mbi-bookmark2:before {
  content: "\e716";
}
.mbi-label:before {
  content: "\e717";
}
.mbi-profile:before {
  content: "\e71b";
}
.mbi-user:before {
  content: "\e71e";
}
.mbi-store:before {
  content: "\e744";
}
.mbi-store-24:before {
  content: "\e746";
}
.mbi-bag2:before {
  content: "\e74c";
}
.mbi-cart:before {
  content: "\e74d";
}
.mbi-cart-empty:before {
  content: "\e74e";
}
.mbi-tag:before {
  content: "\e755";
}
.mbi-tags:before {
  content: "\e756";
}
.mbi-credit-card2:before {
  content: "\e759";
}
.mbi-telephone:before {
  content: "\e76a";
}
.mbi-phone-wave:before {
  content: "\e76c";
}
.mbi-phone-outgoing:before {
  content: "\e76e";
}
.mbi-telephone2:before {
  content: "\e777";
}
.mbi-pushpin:before {
  content: "\e778";
}
.mbi-map-marker:before {
  content: "\e77a";
}
.mbi-location:before {
  content: "\e783";
}
.mbi-calendar-empty:before {
  content: "\e785";
}
.mbi-calendar-check:before {
  content: "\e786";
}
.mbi-calendar-cross:before {
  content: "\e787";
}
.mbi-calendar-31:before {
  content: "\e788";
}
.mbi-calendar-full:before {
  content: "\e789";
}
.mbi-calendar-user:before {
  content: "\e78c";
}
.mbi-screen:before {
  content: "\e798";
}
.mbi-phone:before {
  content: "\e7a5";
}
.mbi-power:before {
  content: "\e7b9";
}
.mbi-bubble:before {
  content: "\e7d6";
}
.mbi-bubbles:before {
  content: "\e7d7";
}
.mbi-bubble-question:before {
  content: "\e7da";
}
.mbi-heart-pulse:before {
  content: "\e7e8";
}
.mbi-pie-chart:before {
  content: "\e7f8";
}
.mbi-graph:before {
  content: "\e7fa";
}
.mbi-chart-growth:before {
  content: "\e7fb";
}
/*.mbi-chart-bars:before {
    content: "\e7fc";
  }*/
.mbi-gift:before {
  content: "\e7ff";
}
.mbi-diamond:before {
  content: "\e806";
}
.mbi-diamond4:before {
  content: "\e809";
}
.mbi-rocket:before {
  content: "\e837";
}
.mbi-car:before {
  content: "\e84a";
}
.mbi-truck:before {
  content: "\e857";
}
.mbi-icons2:before {
  content: "\e880";
}
.mbi-alarm:before {
  content: "\e8aa";
}
.mbi-alarm-ringing:before {
  content: "\e8ad";
}
.mbi-volume-high:before {
  content: "\e8b0";
}
.mbi-volume-medium:before {
  content: "\e8b1";
}
.mbi-volume-low:before {
  content: "\e8b2";
}
.mbi-volume:before {
  content: "\e8b3";
}
.mbi-mute:before {
  content: "\e8b4";
}
.mbi-loading:before {
  content: "\e8d0";
}
.mbi-undo2:before {
  content: "\e8d8";
}
.mbi-redo2:before {
  content: "\e8d9";
}
.mbi-sync2:before {
  content: "\e8dd";
}
.mbi-clock3:before {
  content: "\e8e8";
}
.mbi-watch:before {
  content: "\e8e9";
}
.mbi-alarm2:before {
  content: "\e8ea";
}
.mbi-download:before {
  content: "\e8f3";
}
.mbi-download2:before {
  content: "\e8f5";
}
.mbi-upload2:before {
  content: "\e8f6";
}
.mbi-exit-left:before {
  content: "\e8fd";
}
.mbi-exit-right:before {
  content: "\e8fe";
}
.mbi-enter-right2:before {
  content: "\e903";
}
.mbi-exit-left2:before {
  content: "\e907";
}
.mbi-link2:before {
  content: "\e917";
}
.mbi-unlink2:before {
  content: "\e918";
}
.mbi-thumbs-up:before {
  content: "\e919";
}
.mbi-share2:before {
  content: "\e920";
}
.mbi-magnifier:before {
  content: "\e922";
}
.mbi-zoom-in:before {
  content: "\e925";
}
.mbi-zoom-out:before {
  content: "\e926";
}
.mbi-loupe:before {
  content: "\e927";
}
.mbi-cross:before {
  content: "\e92a";
}
.mbi-menu:before {
  content: "\e92b";
}
.mbi-list:before {
  content: "\e92c";
}
.mbi-list2:before {
  content: "\e92d";
}
.mbi-list3:before {
  content: "\e92e";
}
.mbi-list4:before {
  content: "\e930";
}
.mbi-menu3:before {
  content: "\e931";
}
.mbi-check:before {
  content: "\e934";
}
.mbi-cross2:before {
  content: "\e935";
}
.mbi-plus:before {
  content: "\e936";
}
.mbi-minus:before {
  content: "\e937";
}
.mbi-chevron-up:before {
  content: "\e939";
}
.mbi-chevron-down:before {
  content: "\e93a";
}
.mbi-chevron-left:before {
  content: "\e93b";
}
.mbi-chevron-right:before {
  content: "\e93c";
}
.mbi-arrow-up:before {
  content: "\e941";
}
.mbi-arrow-down:before {
  content: "\e942";
}
.mbi-arrow-left:before {
  content: "\e943";
}
.mbi-arrow-right:before {
  content: "\e944";
}
.mbi-arrow-up-right:before {
  content: "\e945";
}
.mbi-expand:before {
  content: "\e94a";
}
.mbi-contract:before {
  content: "\e94b";
}
.mbi-expand2:before {
  content: "\e94c";
}
.mbi-contract2:before {
  content: "\e94d";
}
.mbi-tab:before {
  content: "\e94f";
}
.mbi-notification:before {
  content: "\e954";
}
.mbi-warning:before {
  content: "\e955";
}
.mbi-checkmark-circle:before {
  content: "\e959";
}
.mbi-play-circle:before {
  content: "\e96a";
}
.mbi-pause-circle:before {
  content: "\e96b";
}
.mbi-grid:before {
  content: "\e975";
}
.mbi-layers:before {
  content: "\e977";
}
.mbi-funnel:before {
  content: "\e97c";
}
.mbi-check-square:before {
  content: "\e999";
}
.mbi-menu-square:before {
  content: "\e99b";
}
.mbi-sort-alpha-asc:before {
  content: "\e9b5";
}
.mbi-sort-alpha-desc:before {
  content: "\e9b6";
}
.mbi-sort-amount-asc:before {
  content: "\e9b9";
}
.mbi-sort-amount-desc:before {
  content: "\e9ba";
}
.mbi-pencil-line:before {
  content: "\e9be";
}
.mbi-pointer-right:before {
  content: "\e9c1";
}
.mbi-ellipsis:before {
  content: "\e9e9";
}
.mbi-vk:before {
  content: "\e900";
}
.mbi-foursquare:before {
  content: "\e901";
}
.mbi-yahoo:before {
  content: "\e902";
}
.mbi-google:before {
  content: "\e904";
}
.mbi-amazon:before {
  content: "\e905";
}
.mbi-facebook-square:before {
  content: "\f082";
}
.mbi-twitter:before {
  content: "\f099";
}
.mbi-facebook:before {
  content: "\f09a";
}
.mbi-github:before {
  content: "\f09b";
}
.mbi-credit-card:before {
  content: "\f09d";
}
.mbi-pinterest:before {
  content: "\f0d2";
}
.mbi-google-plus:before {
  content: "\f0d5";
}
.mbi-money:before {
  content: "\f0d6";
}
.mbi-linkedin:before {
  content: "\f0e1";
}
.mbi-youtube:before {
  content: "\f167";
}
.mbi-instagram:before {
  content: "\f16d";
}
.mbi-apple:before {
  content: "\f179";
}
.mbi-android:before {
  content: "\f17b";
}
.mbi-dribbble:before {
  content: "\f17d";
}
.mbi-skype:before {
  content: "\f17e";
}
.mbi-io-add:before {
  content: "\f2c7";
}
.mbi-io-done:before {
  content: "\f383";
}
.mbi-more-vertical:before {
  content: "\f397";
}
.mbi-io-remove:before {
  content: "\f2f4";
}
.mbi-ios-arrow-down:before {
  content: "\f3d0";
}
.mbi-ios-arrow-left:before {
  content: "\f3d2";
}
.mbi-ios-arrow-right:before {
  content: "\f3d3";
}
.mbi-ios-arrow-up:before {
  content: "\f3d8";
}
.mbi-checkmark-outline:before {
  content: "\f3fe";
}
.mbi-checkmark:before {
  content: "\f3ff";
}
.mbi-circle-filled:before {
  content: "\f400";
}
.mbi-circle-outline:before {
  content: "\f401";
}
.mbi-contact-outline:before {
  content: "\f419";
}
.mbi-star-outline:before {
  content: "\f4b2";
}
.mbi-star2:before {
  content: "\f4b3";
}
.mbi-load-c:before {
  content: "\f29c";
}
.mbi-social-rss:before {
  content: "\f23d";
}
.fa-chevron-left:before {
  content: "\e93b" !important;
  font-family: 'mbicon' !important;
  font-size: 12px;
}
.fa-chevron-right:before {
  content: "\e93c" !important;
  font-family: 'mbicon' !important;
  font-size: 12px;
}
.icon-call-center:before {
  content: "\e900";
}
.icon-educational:before {
  content: "\e901";
}
.icon-financial:before {
  content: "\e902";
}
.icon-icon-rmg:before {
  content: "\e903";
}
.icon-manufacturing:before {
  content: "\e904";
}
.icon-pharma:before {
  content: "\e905";
}
.icon-real-estate:before {
  content: "\e906";
}
.icon-restaurant:before {
  content: "\e907";
}
.icon-small-office:before {
  content: "\e908";
}
.icon-bestprice:before {
  content: "\e909";
}
.icon-buyer:before {
  content: "\e90a";
}
.icon-genuine:before {
  content: "\e90b";
}
.icon-sindabadlogoicon:before {
  content: "\e90c";
}
.icon-newpantry-2:before {
  content: "\e917";
}
.icon-newchemical-2:before {
  content: "\e918";
}
.icon-building:before,
.icon-category-node-1218:before {
  content: "\e90e";
}
.icon-category-node-1736 {
  padding-right: 2px;
}
.icon-chemicals:before,
.icon-category-node-1736:before {
  /*content: "\e90f";*/
  content: url('../../frontend/ZeroGravity/sindabad_child/en_US/images/newchemical-2.svg');
  width: 25px;
  display: inline-block;
  height: 25px;
}
.icon-computer:before,
.icon-category-node-16:before {
  content: "\e910";
}
.icon-industrial:before,
.icon-category-node-7:before {
  content: "\e911";
}
.icon-electrical:before,
.icon-category-node-6:before {
  content: "\e912";
}
.icon-medical:before,
.icon-category-node-1788:before {
  content: "\e913";
}
.icon-medical:before,
.icon-category-node-1788:before {
  content: url('../../frontend/ZeroGravity/sindabad_child/en_US/images/personal-beauty-v3.svg');
  width: 22px;
  display: inline-block;
  height: 22px;
}
.icon-mobile:before,
.icon-category-node-1838:before {
  content: "\e914";
}
.icon-category-node-1637 {
  /*padding-right: 2px;*/
}
.icon-pantry:before,
.icon-category-node-1637:before {
  /*content: "\e915";*/
  content: url('../../frontend/ZeroGravity/sindabad_child/en_US/images/newpantry-2.svg');
  width: 25px;
  display: inline-block;
  height: 25px;
}
.icon-stationery:before,
.icon-category-node-14:before {
  content: "\e916";
}
.icon-stationary-office:before {
  content: "\e9ed";
}
.icon-appliance:before,
.icon-category-node-2178:before {
  content: "\e90d";
}
.icon-pantry:before,
.icon-category-node-1637:before {
  /*content: "\e90f";*/
  content: url('../../frontend/ZeroGravity/sindabad_child/en_US/images/grocery-v1.svg');
  width: 20px;
  display: inline-block;
  height: 20px;
}
.icon-health:before,
.icon-category-node-health:before {
  /*content: "\e90f";*/
  content: url('../../frontend/ZeroGravity/sindabad_child/en_US/images/health.svg');
  width: 25px;
  display: inline-block;
  height: 25px;
}
.wishlist-icon i {
  font-size: 3rem;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  line-height: 42px;
}
.icon-category-node-2740:before {
  background-image: url('../../frontend/ZeroGravity/sindabad_child/en_US/images/tshirt.svg');
  background-repeat: no-repeat;
  background-size: 25px 25px;
  display: inline-block;
  width: 25px;
  height: 25px;
  content: "";
}
.icon-category-node-express:before {
  content: url('../../frontend/ZeroGravity/sindabad_child/en_US/images/scooter.png');
  width: 25px;
  display: inline-block;
  height: 25px;
}
.icon-category-node-express:before {
  content: url('../../frontend/ZeroGravity/sindabad_child/en_US/images/fast-delivery.png');
  width: 25px;
  display: inline-block;
  height: 25px;
}
.icon-category-node-express {
  padding-right: 2px;
}
.icon-category-node-express:before {
  content: url('../../frontend/ZeroGravity/sindabad_child/en_US/images/shasroyi-cart2.svg');
  width: 25px;
  display: inline-block;
  height: 25px;
}
.icon-pantry:before,
.icon-category-node-2154:before {
  content: url('../../frontend/ZeroGravity/sindabad_child/en_US/images/personal-beauty-v3.svg');
  width: 20px;
  display: inline-block;
  height: 25px;
}
.icon-pantry:before,
.icon-category-node-2866:before {
  content: url('../../frontend/ZeroGravity/sindabad_child/en_US/images/home-living2.svg');
  width: 20px;
  display: inline-block;
  height: 20px;
}
/*@icon-success: @mbi-checkmark-circle;
@icon-error: @mbi-notification;
@icon-edit: @mbi-pencil;
@icon-print: @mbi-printer;
@icon-star-empty: @mbi-star-outline;
@icon-download: @mbi-download2;
@icon-private: @mbi-diamond4;
@icon-present: @mbi-presentation;
@icon-gift-registry: @mbi-gift;

@icon-wishlist-full: @mbi-heart;
@icon-wishlist-empty: @mbi-heart;
@icon-warning: @mbi-warning;
@icon-update: @mbi-sync2;
@icon-trash: @mbi-trash2;
@icon-star: @mbi-star2;
@icon-settings: @mbi-cog;
@icon-pointer-down: @mbi-ios-arrow-down;
@icon-next: @mbi-ios-arrow-right;
@icon-menu: @mbi-menu;
@icon-location: @mbi-location;
@icon-list: @mbi-list4;
// @icon-info: '\e60c';
@icon-grid: @mbi-grid;
@icon-comment-reflected: @mbi-checkmark;
@icon-collapse: @mbi-minus;
@icon-checkmark: @mbi-checkmark-circle;
@icon-cart: @mbi-bag2;
@icon-calendar: @mbi-calendar-full;
@icon-arrow-up: @mbi-sort-alpha-asc;
@icon-arrow-down: @mbi-sort-alpha-desc;
@icon-search: @mbi-magnifier;
@icon-remove: @mbi-cross2;
@icon-prev: @mbi-ios-arrow-left;
// @icon-pointer-up: '\e618';
// @icon-pointer-right: '\e619';
// @icon-pointer-left: '\e61a';
@icon-flag: @mbi-flag2;
@icon-expand: @mbi-plus;
@icon-envelope: @mbi-envelope;
@icon-compare-full: @mbi-chart-bars;
@icon-compare-empty: @mbi-chart-bars;
@icon-comment: @mbi-bubble;
@icon-up: @mbi-chevron-up;
@icon-down: @mbi-chevron-down;
@icon-help: @mbi-bubble-question;*/
.items {
  list-style: none;
  padding: 0;
}
.minicart-wrapper .action.showcart:before {
  width: 36px;
  content: " ";
  background-image: url(../../frontend/ZeroGravity/sindabad_child/en_US/images/cart-icon.png);
  position: relative;
  right: 0;
  top: 0px;
  height: 30px;
  background-repeat: no-repeat;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #fdac27;
  color: #fff;
  height: 20px;
  line-height: 20px;
  border-radius: 50px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 15px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  position: absolute;
  top: -12px;
  right: -7px;
}
.minicart-wrapper .action.showcart.active:before {
  width: 36px;
  content: " ";
  background-image: url(../../frontend/ZeroGravity/sindabad_child/en_US/images/cart-icon.png);
  position: relative;
  right: 0;
  top: 0px;
  height: 30px;
  background-repeat: no-repeat;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  white-space: inherit;
}
/*div#switcher-language {
    display: none;
  }*/
.toolbar .sorter-action.action {
  display: none;
  visibility: hidden;
}
.message.global.demo {
  font-size: 1.4rem;
}
ul.checkout-methods-items #negotiable-quote-form {
  display: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.owl-next.disabled,
.owl-prev.disabled {
  display: none !important;
}
.cms-home.cms-index-index.page-layout-1column [data-content-type='text'] p {
  display: none;
}
.cms-page-view.page-layout-1column [data-content-type='text'] p {
  display: none;
}
.cms-page-view.page-layout-1column [data-element='inner'] {
  padding: 0 !important;
}
.cms-page-view.page-layout-1column .block.widget.block-products-list.grid .products-grid .product-items .product-item .product-item-info .product-item-actions {
  bottom: 14px;
}
/*  .minicart-wrapper {
    .block-minicart {
      margin-top: 0;
      &:before {
        right: 21px;
        top: -12px;
      }
      &:after {
        right: 20px;
        top: -14px;
      }
    }
    &:hover {
      .mage-dropdown-dialog {
        display: block !important;
      }
    }
  }*/
.header.panel > .header.links > li.customer-register.links-container {
  display: none;
}
.header.panel > .header.links > li > a {
  color: #000000;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #000000;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #000000;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #000000;
  text-decoration: underline;
}
.header .hot-line {
  position: absolute;
  top: 5px;
}
.navigation {
  max-width: 1240px;
}
.navigation ul {
  padding: 0;
}
.navigation .level0 {
  margin: 0 !important;
}
.navigation .level0 > .level-top {
  line-height: normal;
  display: block;
}
.navigation .level0 > .level-top:hover {
  background-color: #fdac27;
}
.navigation .level0.active {
  background-color: #fdac27;
}
.navigation .level0 .submenu {
  padding: 0;
  min-height: 350px;
}
.navigation .level0 .submenu a:hover {
  color: #000000;
}
.navigation .level0 .submenu li {
  margin-bottom: 0px;
}
.navigation .level0 .submenu > li.parent::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 24px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  float: right;
  margin-top: -26px;
}
.catalog-product-view .fotorama__caption {
  display: none;
}
.navigation .level0.parent > .level-top > .ui-menu-icon:after {
  font-size: 0px !important;
}
.navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
  font-size: 0px !important;
}
.page-layout-2columns-left .sidebar-main .filter.block {
  margin-bottom: 40px;
  border: 1px solid #f0f0f0;
}
.page-layout-2columns-left .sidebar-main .filter.block .title {
  background: #f0f0f0;
  padding: 10px;
}
.page-layout-2columns-left .sidebar-main .filter.block .content #narrow-by-list2 dt {
  margin-bottom: 0;
  padding: 0px 0 10px 10px;
  border-bottom: 2px solid #fdac27;
}
.page-layout-2columns-left .sidebar-main .filter.block .content #narrow-by-list2 dd {
  padding: 10px;
}
.page-layout-2columns-left .sidebar-main .filter.block .content #narrow-by-list2 .items li.item {
  margin-bottom: .1rem;
}
.page-layout-2columns-left .sidebar-main .filter.block .content #narrow-by-list2 .items li.item a {
  text-overflow: ellipsis;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  font-size: 1.2rem;
}
.page-layout-2columns-left .sidebar-main .filter.block .content #narrow-by-list2 .items li.item a:hover {
  background-color: transparent;
  color: #fdac27;
}
.page-layout-2columns-left .sidebar-main .filter.block .content #narrow-by-list2 .items li.item .count {
  float: right;
  margin-right: 5px;
  font-size: 1.2rem;
}
.filter-options-title {
  font-size: 1.2rem;
}
.filter-options-content a {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  font-size: 1.2rem;
  position: relative;
}
.filter-options-content a:hover {
  background-color: transparent;
  color: #fdac27;
}
.filter-options-content a:hover + .count {
  float: right;
  margin-right: 5px;
  font-size: 1.2rem;
}
.filter-options-content .count {
  float: right;
  margin-right: 5px;
  font-size: 1.2rem;
  position: absolute;
  right: 0;
}
.filter-content .more {
  cursor: pointer;
}
.filter-content .more:hover {
  color: #fdac27;
}
.filter-options-content .swatch-attribute-options a {
  width: auto;
}
.swatch-option {
  margin: 2px 10px 5px 2px;
}
.home-popwrap .catalog-image-grid {
  margin-bottom: 20px;
}
.home-popwrap .catalog-image-grid .category-grid {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.home-popwrap .catalog-image-grid .category-grid > li {
  padding: 0 8px;
  margin: 0;
  box-sizing: border-box;
}
.home-popwrap .catalog-image-grid .category-grid > li .grid-inner {
  box-sizing: border-box;
}
.home-popwrap .catalog-image-grid .category-grid .category-link {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}
.home-popwrap .catalog-image-grid .category-grid .category-link .category-image {
  display: block;
  margin-bottom: 0;
}
.home-popwrap .catalog-image-grid .category-grid .category-link .category-name {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: #fdac27;
  display: block;
  padding: 10px;
}
.home-popwrap .catalog-image-grid .category-grid .category-image img {
  transition: .3s ease;
  vertical-align: middle;
}
.home-popwrap .catalog-image-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-popwrap .catalog-image-grid ul img {
  max-width: 100%;
}
.home-popwrap .category-grid.columns-4 > li {
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev {
  background: #eeeeee;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next {
  background: #eeeeee;
}
.industry-categories {
  position: relative;
}
.industry-categories .industry-item {
  position: relative;
}
.industry-categories .industry-item span.bkg-hover {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  background: #fdac27;
  opacity: .8;
  width: 100%;
  text-align: center;
}
.industry-categories .industry-item .industry-content {
  border: 1px solid transparent;
  position: relative;
}
.industry-categories .industry-item .industry-content .title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 10px;
  display: block;
}
.industry-categories .industry-item:hover {
  /*span.bkg-hover {
          color: black;
        }*/
}
.industry-categories .industry-item:hover .industry-content {
  background: #ffffff;
  box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #bbbbbb;
}
.listindustry-categories {
  position: relative;
}
.listindustry-categories .industry-item {
  position: relative;
}
.listindustry-categories .industry-item span.bkg-hover {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  background: #fdac27;
  opacity: .8;
  width: 100%;
  text-align: center;
}
.listindustry-categories .industry-item .industry-content {
  border: 1px solid transparent;
  position: relative;
}
.listindustry-categories .industry-item .industry-content .title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 10px;
  display: block;
}
.listindustry-categories .industry-item:hover {
  /*span.bkg-hover {
        color: black;
        }*/
}
.listindustry-categories .industry-item:hover .industry-content {
  background: #ffffff;
  box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #bbbbbb;
}
.cms-home .customer-industry-home .populer-products {
  margin-top: 0;
}
.cms-home .customer-industry-home .populer-products .block-products-list {
  margin-bottom: 25px !important;
}
.cms-home .customer-industry-home .populer-products .block-products-list:last-child {
  margin-bottom: 0 !important;
}
.cms-home .customer-industry-home .populer-products .products-grid .product-item-info .product-item-actions {
  padding: 10px 0;
}
.cms-home .block-title-new .title-container {
  position: relative;
  padding: 0 !important;
  overflow: hidden;
}
.cms-home .block-title-new .title-container .hot-zone {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.cms-home .block-title-new .title-container .title-info {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  float: left;
}
.cms-home .block-title-new .title-container .iconfont {
  color: #ffffff;
  background: #fdac27;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  text-align: center;
  line-height: 25px;
}
.cms-home .block-title-new .title-container .view-more {
  float: right;
  line-height: 24px;
  color: #999;
  font-size: 12px;
  white-space: nowrap;
}
.cms-home .block-title-new .title-info h3 {
  color: #646464;
  margin: 0;
  padding: 0 0 0 10px;
  line-height: 32px;
  font-size: 22px;
  font-weight: 700;
}
.popular-categories {
  position: relative;
  min-height: 280px;
}
.popular-categories .popular-item {
  position: relative;
}
.popular-categories .popular-item span.bkg-hover {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  background: #fdac27;
  opacity: .8;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.popular-categories .popular-item .popular-content {
  border: 1px solid transparent;
  position: relative;
}
.popular-categories .popular-item .popular-content .title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 10px;
}
.popular-categories .popular-item:hover {
  /*span.bkg-hover {
          color: black;
        }*/
}
.popular-categories .popular-item:hover .popular-content {
  background: #ffffff;
  box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #bbbbbb;
}
.desktop-hide {
  display: none;
}
.industry-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.industry-wrapper .industry-left-banner {
  flex: 1;
  padding: 0 8px 0 0;
  margin: 0;
}
.industry-wrapper .industry-left-banner .allindustry-link .allindustry-image img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.industry-wrapper .industry-right-cat {
  flex: 3;
}
.industry-right-cat .industry-image-grid .industry-grid {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.industry-right-cat .industry-image-grid .industry-grid > li {
  padding: 0 8px;
  margin: 0 0 16px;
  box-sizing: border-box;
}
.industry-right-cat .industry-image-grid .industry-grid > li:nth-child(n+4) {
  /*margin: 0 !important;*/
}
.industry-right-cat .industry-image-grid .industry-grid > li .grid-inner {
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.industry-right-cat .industry-image-grid .industry-grid .industry-link {
  display: inline-block;
  text-decoration: none;
  color: #000;
  text-align: center;
  position: relative;
}
.industry-right-cat .industry-image-grid .industry-grid .industry-link .industry-image {
  display: block;
}
.industry-right-cat .industry-image-grid .industry-grid .industry-link .industry-content {
  text-align: center;
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  opacity: .76;
}
.industry-right-cat .industry-image-grid .industry-grid .industry-link .industry-content .title-content {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
}
.industry-right-cat .industry-image-grid .industry-grid .industry-link .industry-content .title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  display: block;
  padding: 10px;
}
.industry-right-cat .industry-image-grid .industry-grid .industry-link .industry-content .info {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  display: block;
}
.industry-right-cat .industry-image-grid .industry-grid .industry-image img {
  transition: .3s ease;
  vertical-align: middle;
}
.industry-right-cat .industry-image-grid .industry-grid a.industry-link:hover .industry-content {
  background: #fdac27;
  color: #fff;
  opacity: .8;
}
.industry-right-cat .industry-image-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.industry-right-cat .industry-image-grid ul img {
  max-width: 100%;
  height: auto;
  display: block;
}
.industry-right-cat .industry-image-grid .industry-grid.columns-3 > li {
  -moz-flex-basis: 33.33%;
  -ms-flex-basis: 33.33%;
  flex-basis: 33.33%;
}
.category-cms .industry-right-cat .industry-image-grid .industry-grid.columns-3 > li {
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
}
.products-grid .product-item .product-item-info:hover .price-box {
  display: none;
}
.products-grid .product-item .product-item-info:hover .price-box .minimal-price-link {
  display: none;
}
.products-grid .product-item .product-item-info .price-box {
  margin: 10px 0 0 0;
  min-height: 50px;
}
.products-grid .product-item .product-item-info .price-box p.minimal-price {
  margin-bottom: 0;
}
.products-grid .product-item .product-item-info .price-box .minimal-price-link {
  margin-top: 1px;
}
.products-grid .product-item .product-item-info .price-box .minimal-price-link .price-wrapper {
  color: #333;
  font-weight: 700;
}
.products-grid .product-item .product-item-info .price-box .special-price .price {
  font-size: 1.8rem;
}
.products-grid .product-item .product-item-info .price-box .old-price .price {
  font-size: 1.2rem;
}
.products-grid .product-item .product-item-info .product-item-inner {
  text-align: center;
  padding-bottom: 0;
  padding-right: 0;
}
.products-grid .product-item .product-item-info .product-item-inner .actions-secondary {
  text-align: left;
  padding-left: 5px !important;
}
.product-info-main .product-add-form {
  padding-top: 0 !important;
}
.product-info-main .product-add-form .express {
  margin-bottom: 10px;
}
.product-info-main .product-add-form .express i.express-icon {
  margin-right: 5px;
}
.product-info-main .product-info-price {
  margin-bottom: 10px;
  margin-top: 30px;
}
.product-info-main .product-info-price .price-box {
  width: auto;
}
.product-info-main .product-info-price .stock.available,
.product-info-main .product-info-price .stock.unavailable {
  font-size: 1.6rem;
}
.product-info-main .product.attribute.sku {
  display: none;
}
.product-item-description {
  float: left;
}
.column.main .product-items {
  margin-left: 0;
}
.sidebar .product-items .product-item .product-item-description {
  display: none;
}
.product-item-actions .actions-primary {
  display: table-cell;
}
.product-item-actions .actions-primary + .actions-secondary {
  display: table-cell;
}
.products.wrapper.list.products-list .product-item-description {
  float: left;
}
.products.wrapper.list.products-list .product-item-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-products .products-grid .product-items .product-item:nth-child(4n+1):nth-last-child(-n+4) {
  min-height: 300px;
}
.sidebar .products-grid .product-item-info:hover .product-item-photo,
.sidebar .products-grid .product-item-info.active .product-item-photo {
  top: 9px;
  left: 9px;
}
.sidebar .product-items .product-item-info .product-item-actions {
  display: none;
}
.sidebar .product-items .product-item-info:hover .product-item-actions {
  display: inline-block;
}
.product-social-links {
  width: auto;
  background: #ffffff;
  padding: 10px;
}
.filter .block-subtitle {
  padding: 10px 10px 10px;
  background: #f0f0f0;
}
.toolbar {
  margin-bottom: 12px;
}
.products {
  margin: 12px 0;
}
.products-list .product-item {
  border-collapse: collapse;
}
.products-list .product-item-photo {
  padding: 0 30px 5px 0;
}
.products-list .product-item-info {
  border: 1px solid transparent;
  border-top-color: #e1e1e1;
}
.products-grid.products-related .product-item .product-item-info:hover .price-box,
.products-grid.products-upsell .product-item .product-item-info:hover .price-box {
  display: block;
}
.product-options-bottom .price-box .old-price .price-container > span.price-label,
.product-info-price .price-box .old-price .price-container > span.price-label {
  display: none;
}
.product-options-bottom .price-box .old-price .price-wrapper .price,
.product-info-price .price-box .old-price .price-wrapper .price {
  text-decoration: line-through;
  color: #e02b27;
  font-size: 1.6rem;
}
.product-item .old-price .price-label {
  display: none;
}
.product-item .old-price .price-wrapper .price {
  text-decoration: line-through;
  margin-left: 5px;
  color: #e02b27;
}
.tier-table {
  width: 100%;
  max-width: 100%;
  font-size: 13px;
}
.tier-table tr {
  margin: 0px;
}
.tier-table tr:first-child {
  font-size: 12px;
  border-bottom: 1px solid #ddd;
}
.tier-table tr:not(:first-child) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tier-table tr.item {
  cursor: pointer;
}
.tier-table tr.item:hover {
  background: #f1f1f1;
}
.tier-table tr.item-selected {
  border-left: 1px solid #ff5501;
  border-right: 1px solid #ff5501;
  border-bottom: 1px solid #ff5501;
}
.tier-table tr.item-selected-prev {
  border-bottom: 1px solid #ff5501;
}
.tier-table th {
  padding: 1px 5px 5px 5px;
}
.tier-table td {
  padding: 5px;
}
.tier-table .tier-select {
  margin-top: -1px;
  vertical-align: middle;
  cursor: pointer;
}
.prices-tier {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .action.primary {
  margin-right: 1%;
  width: 100% !important;
}
.minimum-sale-qty {
  font-size: 1.6rem;
  font-weight: 700;
  color: #575757;
}
.minimum-sale-qty strong {
  margin-right: 20px;
  font-size: 1.6rem;
  font-weight: 400;
}
.minimum-sale-qty-configure {
  font-size: 1.2rem;
  color: #575757;
}
.minimum-sale-qty-configure strong {
  margin-right: 20px;
}
.catalog-product-view #qty-error {
  /*display: none !important;*/
}
.product-addto-links .block-requisition-list {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0 !important;
}
.product-addto-links .block-draft-order {
  display: inline-block;
  margin-top: 10px;
}
.product-social-links a.action.tocompare {
  display: block;
  float: left;
}
.social-media-icons {
  float: right;
  line-height: 0;
}
.social-media-icons .title-social {
  display: inline-block;
}
.social-media-icons .title-share {
  padding: 0 20px 0 0;
  font-size: 15px;
  color: #333;
  font-weight: 700;
  margin: 0;
}
.social-media-icons ul.icon-share-link {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-media-icons ul.icon-share-link li {
  margin: 0 5px 0 0;
  float: left;
}
.social-media-icons ul.icon-share-link li a {
  color: #ffffff;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
.social-media-icons ul.icon-share-link li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.social-media-icons ul.icon-share-link li a .fa {
  font-size: 14px;
  margin: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
}
.social-media-icons ul.icon-share-link li a .fab {
  font-size: 14px;
  margin: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
}
.social-media-icons ul.icon-share-link li:last-child {
  margin: 0;
}
.social-media-icons ul.icon-share-link li.facebook a.facebook-social {
  background-color: #4267b2;
}
.social-media-icons ul.icon-share-link li.twitter a.twitter-social {
  background-color: #1b95e0;
}
.social-media-icons ul.icon-share-link li.pinterest a.pinterest-social {
  background-color: #bd081c;
}
.social-media-icons ul.icon-share-link li.google-plus a.google-plus-social {
  background-color: #db4437;
}
.social-media-icons ul.icon-share-link li.linkedin a.linkedin-social {
  background-color: #0077b5;
}
.social-media-icons ul.icon-share-link li.mailto-friend a {
  background-color: #db4437;
  color: #ffffff !important;
  letter-spacing: .02em !important;
}
.product-social-links .action.mailto.friend:before {
  font-size: 14px;
  margin: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
}
.services-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.services-sidebar ul li {
  margin-bottom: 10px;
  border: 1px solid #e8e8e8;
  padding: 5px 0;
  background: #f8f8f8;
}
.services-sidebar ul li .service-content .service-icon {
  display: inline-block;
}
.services-sidebar ul li .service-content .service-icon img {
  vertical-align: middle;
  border-style: none;
}
.services-sidebar ul li .service-content .service-info {
  display: inline-block;
  vertical-align: middle;
}
.services-sidebar ul li .service-content .service-info h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #EF7722;
}
.services-sidebar ul li .service-content .service-info h4 span {
  color: #F2A01E;
}
.services-sidebar ul li .service-content .service-info h4.sin-title::first-letter {
  font-size: 26px;
}
.services-sidebar ul li .service-content .service-info p {
  margin: 0;
  font-weight: 700;
}
.sendfriend-product-send .form.send.friend .fieldset .additional .action.remove {
  top: 50px;
}
.sendfriend-product-send .form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0 0 20px 0;
}
.sendfriend-product-send .form.send.friend .additional {
  margin-top: 25px;
}
.sendfriend-product-send .page-title-wrapper {
  margin-top: 20px;
}
.order-links-block,
.quote-grid-filters-wrap {
  text-transform: capitalize;
}
.order-links-block legend.admin__form-field-legend,
.quote-grid-filters-wrap legend.admin__form-field-legend {
  padding-inline-start: 0;
  font-weight: 700;
}
.order-links-block legend.admin__form-field-legend:nth-of-type(2),
.quote-grid-filters-wrap legend.admin__form-field-legend:nth-of-type(2) {
  margin-top: 5px;
}
.order-links-block .admin__form-field-label,
.quote-grid-filters-wrap .admin__form-field-label {
  line-height: 2.8rem;
}
.terms {
  color: #000;
  margin-top: 10px;
  font-size: 1.2rem;
}
.category-educational-institutions.page-layout-1column .toolbar-products,
.category-financial-institutions.page-layout-1column .toolbar-products,
.category-manufacturing-companies.page-layout-1column .toolbar-products,
.category-call-center-and-bpo.page-layout-1column .toolbar-products,
.category-pharmaceutical-and-healthcare-companies.page-layout-1column .toolbar-products,
.category-small-offices.page-layout-1column .toolbar-products,
.category-garments.page-layout-1column .toolbar-products {
  position: relative;
}
.coffee-container {
  width: 50%;
  margin: 0 auto 16px;
}
.coffee-container .coffee-about {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 5px;
}
.coffee-container .coffee-about p {
  margin-bottom: 0;
}
.coffee-container .coffee-info h2 {
  font-size: 2rem;
  font-weight: 700;
}
.coffee-container .coffee-info .coffee-items {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-gap: 16px;
}
.coffee-container .coffee-info .coffee-items .coffee-item {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}
.coffee-container .coffee-info .coffee-items .coffee-item h2 {
  font-size: 2rem;
  font-weight: 700;
}
.coffee-container .coffee-info .coffee-items .coffee-item img.round {
  border: 1px solid #fcb800;
  border-radius: 50%;
  padding: 7px;
}
.corporate-registration {
  width: 50%;
  margin: 0 auto;
}
.corporate-registration .corporate-more-content {
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.corporate-registration .corporate-more-content h2 {
  font-size: 2rem;
  font-weight: 700;
}
.corporate-registration .corporate-more-content .corporate-email-us {
  margin: 5px;
}
.corporate-registration .corporate-inputform {
  margin-top: 16px;
}
.corporate-registration .corporate-inputform h2 {
  font-size: 2rem;
  font-weight: 700;
}
.corporate-registration .corporate-regform {
  width: 100% !important;
  position: relative;
  float: none !important;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.corporate-registration .corporate-regform .fieldset {
  padding: 15px;
  margin: 0;
}
.corporate-registration .corporate-regform .actions-toolbar {
  text-align: center;
}
.corporate-registration .corporate-regform .actions-toolbar .primary {
  float: none;
}
.corporate-registration .corporate-regform .actions-toolbar .primary button.action.submit.primary,
.corporate-registration .corporate-regform .actions-toolbar .primary .quote-details-items .actions-toolbar > .action.action.submit.primary {
  margin: 0 0 15px 15px;
  padding: 10px 50px;
}
.corporate-registration .corporate-regform #corporate-message-success {
  color: green;
  text-align: center;
  padding: 0 20px 20px;
}
input {
  border: 1px solid #ccc;
  padding: 0 4px;
  max-width: 100%;
}
input[type="file"] {
  padding: 4px;
}
input[type="image"] {
  border: none;
  padding: 0;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
ul,
ol {
  padding-left: 25px;
  margin: 0;
}
button,
html input[type=button],
input[type=reset],
input[type=submit],
.quote-details-items .actions-toolbar > .action {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
.quote-details-items .actions-toolbar > .action[disabled] {
  cursor: default;
}
button,
.quote-details-items .actions-toolbar > .action {
  border: 1px solid #fcb800;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 5px 15px;
}
.update-cart-item {
  height: 24px;
  min-height: 24px;
}
th,
dt {
  font-weight: 500;
}
a:hover {
  color: #fcb800;
}
blockquote {
  border-left: 3px solid red;
  padding-left: 30px;
  font-weight: 500;
  font-size: 1.8rem;
}
.no-border {
  border: none !important;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.modal-popup .modal-footer {
  text-align: right;
}
.page.messages {
  /* position: fixed;
        top: 50%;
        left: 50%;
        z-index: 10000;
        width: 300px;
        margin-left: -150px;
        margin-top: -60px;*/
}
.page.messages .messages .close-message-bg {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.page.messages .close-message {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 16px;
  display: block;
  line-height: 40px;
  text-align: center;
}
.page.messages .messages {
  /*display: none;*/
}
.page.messages .messages .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  /*min-height: 160px;*/
  z-index: 2;
}
.message.success > *:first-child:before {
  margin: -8px 0;
}
.message.success {
  border-left: 4px solid #4CAF50;
  padding: 10px 40px;
  margin-bottom: 10px;
}
.message.notice {
  border-left: 4px solid #e1951d;
  padding: 10px 40px;
  margin-bottom: 10px;
}
.message.error {
  border-left: 4px solid #940c00;
  padding: 10px 40px;
  margin-bottom: 10px;
}
.field-tooltip .field-tooltip-action {
  display: none;
}
.product.media {
  display: block;
  position: relative;
}
.product.media .loading-mask {
  position: absolute;
}
.modal-content {
  border: none;
  border-radius: 0;
}
.h-100 {
  height: 100%;
}
.header-top-row {
  padding: 8px 0;
  font-size: 1.3rem;
}
.welcome {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  vertical-align: top;
}
.header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.links > li {
  display: block;
}
.header.links .name {
  white-space: nowrap;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.header.links .log-in.link {
  cursor: pointer;
}
.top-link-wrap {
  /*margin: 0 -25px;*/
}
.top-link-wrap > div {
  padding: 0 5px;
  position: relative;
}
.top-link-wrap > div:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 14px;
  background-color: #ccc;
  content: '';
}
.top-link-wrap > div:first-child:before {
  display: none;
}
.language-topbar {
  position: relative;
}
.language-topbar .lang-curr {
  cursor: pointer;
  width: 100%;
}
.language-topbar .lang-curr a {
  display: block;
  padding: 13px 0;
}
.language-topbar .lang-curr i {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}
.language-topbar .lang-curr .title {
  padding-left: 25px;
  position: relative;
}
.language-topbar .lang-curr .title .lang-flag {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
.language-topbar .lang-list {
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  z-index: 110;
  margin-top: 30px;
  padding-top: 20px;
}
.language-topbar .lang-list ul {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
  padding: 15px 0;
  display: block;
  list-style: none;
}
.language-topbar .lang-list ul li {
  padding: 0 15px;
}
.language-topbar .lang-list ul li a {
  line-height: 34px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 25px;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 18px auto;
  position: relative;
}
.language-topbar .lang-list ul li .lang-flag {
  position: absolute;
  left: 0;
  top: 0;
}
.language-topbar:hover .lang-list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.currency-topbar {
  position: relative;
}
.currency-topbar .currency-sym {
  cursor: pointer;
}
.currency-topbar .currency-sym a {
  display: block;
  padding: 13px 0;
}
.currency-topbar .currency-sym .sym {
  display: none;
}
.currency-topbar .currency-sym i {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}
.currency-topbar .currency-list {
  min-width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  z-index: 110;
  margin-top: 30px;
  padding-top: 20px;
}
.currency-topbar .currency-list ul {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
  padding: 15px 0;
  display: block;
  list-style: none;
}
.currency-topbar .currency-list ul li a {
  line-height: 34px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 15px;
}
.currency-topbar .currency-list ul li a .sym,
.currency-topbar .currency-list ul li a i {
  margin: 0 15px;
}
.currency-topbar:hover .currency-list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.acc-topbar {
  position: relative;
  float: left;
}
.acc-topbar .acc-btn {
  cursor: pointer;
  float: left;
  width: 100%;
}
.acc-topbar .acc-btn a {
  display: block;
  padding: 13px 0;
}
.acc-topbar .acc-btn i {
  display: inline-block;
  padding-left: 15px;
}
.acc-topbar .acc-list {
  text-align: left;
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  z-index: 100;
  margin-top: 30px;
  padding-top: 20px;
}
.acc-topbar .acc-list ul {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
  padding: 15px 0;
  display: block;
  list-style: none;
}
.acc-topbar .acc-list ul li a {
  line-height: 34px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  white-space: nowrap;
  padding-right: 15px;
  color: #000000;
}
.acc-topbar .acc-list ul li a:hover {
  color: #fcb800;
}
.acc-topbar .acc-list ul li a i {
  margin: 0 15px;
}
.acc-topbar:hover .acc-list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
/** sindabad_child **/
.sindabad_child.cms-index-index .page-main {
  background-color: #eeeeee;
  padding-bottom: 30px;
}
.sindabad_child.cms-index-index .vertical-menu:before {
  opacity: 1;
  visibility: visible;
  background-color: #000000;
}
.sindabad_child.cms-index-index .vertical-menu .navigation {
  display: block;
  margin-top: 31px;
}
.sindabad_child.cms-index-index .sticky-menu.active .vertical-menu:before {
  opacity: 0;
  visibility: visible;
}
.sindabad_child.cms-index-index .sticky-menu.active .vertical-menu:hover:before {
  opacity: 1;
  visibility: visible;
  background-color: #fcb800;
}
.sindabad_child.cms-index-index .sticky-menu.active .vertical-menu .navigation {
  display: none;
  margin-top: -1px;
  height: auto !important;
}
.sindabad_child.cms-index-index .sticky-menu.active .vertical-menu:hover .navigation {
  display: block;
}
.header-maininner-row {
  min-height: 92px;
  position: relative;
  padding: 10px 0;
}
.header-main-inner {
  position: relative;
}
.header-menu-content {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.menu-logo {
  display: table;
}
.menu-logo .btn-nav {
  display: table-cell;
  margin-right: 15px;
}
.logo {
  margin: 0;
  display: table-cell;
}
.logo a {
  display: inline-block;
}
.logo img {
  max-width: 100%;
  height: auto;
}
.col-search.show {
  display: block !important;
  position: absolute;
  bottom: 9px;
  z-index: 1000;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.header-content-action {
  float: right;
  display: block;
  position: relative;
}
.header-content-action > div {
  width: auto;
  float: left;
  margin-right: 40px;
  position: static;
}
.header-content-action > div:last-child {
  margin-right: 0;
}
.header-content-action > div > a > i {
  display: inline-block;
  vertical-align: top;
}
.header-content-action a {
  color: #000000;
}
.header-content-action a:hover {
  color: #fcb800;
}
.header-content-action .authorization-link a {
  font-weight: bold;
  color: #000000;
}
.header-content-action .authorization-link + li a {
  color: #999;
  font-weight: bold;
}
.header-content-action .authorization-link + li a:hover {
  color: #fcb800;
}
.btn-search-mobile > i {
  font-size: 3rem;
  cursor: pointer;
  line-height: 42px;
}
.user-topbar {
  font-size: 1.4rem;
}
.user-topbar .header.links > li {
  line-height: 15px;
  margin-bottom: 0;
}
.user-topbar i {
  font-size: 3rem;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  line-height: 42px;
}
.user-topbar .header.links {
  padding: 6px 0;
}
.wishlist-icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.wishlist-icon i {
  font-size: 3rem;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  line-height: 42px;
}
.wishlist-icon .qty {
  position: absolute;
  right: -5px;
  bottom: 0;
  background-color: #fcb800;
  color: #000000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 1.2rem;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
}
.wishlist-icon .qty.empty {
  display: none;
}
.col-logo {
  position: static;
}
.header-main-inner .vertical-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  height: 50px;
  width: 25%;
}
.header-main-inner .vertical-menu:before {
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fcb800;
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.header-main-inner .vertical-menu:hover:before {
  opacity: 1;
  visibility: visible;
}
.header-horizontal .vertical-menu {
  display: none !important;
}
.sticky-menu.active .header-horizontal .vertical-menu {
  display: block !important;
}
.sticky-menu.active .vertical-menu .title {
  color: #000;
}
.vertical-menu {
  height: 50px;
}
.vertical-menu .title {
  font-weight: bold;
  font-size: 1.6rem;
  padding: 10px 0;
  line-height: 30px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.vertical-menu .title i {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.vertical-menu .title > .mbi-menu {
  font-size: 30px;
  margin-right: 5px;
  float: left;
}
.vertical-menu:hover .navigation {
  display: block;
}
.vertical-menu .navigation {
  width: 300px;
  /*padding: 15px 0;*/
  border: 1px solid #d3d3d3;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 1000;
  background-color: #ffffff;
  margin-top: -1px;
}
.vertical-menu .navigation .level0.level-top {
  /*padding: 5px 20px;*/
  position: static;
}
.vertical-menu .navigation .level0.level-top > .submenu {
  padding-top: 15px;
}
.vertical-menu .navigation .level0.level-top > .submenu:before {
  top: 0;
}
.vertical-menu .magebig-nav > li {
  float: left;
  width: 100%;
  display: block;
}
.vertical-menu .magebig-nav > li > i {
  position: absolute;
  right: 15px;
  top: auto;
}
.vertical-menu .magebig-nav > li > i:before {
  content: '\f3d3';
}
.vertical-menu .magebig-nav > li a {
  font-weight: normal;
  color: #000;
}
.vertical-menu .magebig-nav > li a:hover {
  color: #fcb800;
  font-weight: bold;
}
.vertical-menu .magebig-nav li.level0 {
  height: auto;
  line-height: 20px;
  padding: 5px 0;
}
.vertical-menu .magebig-nav li a.level-top {
  text-transform: none;
  width: 100%;
}
.vertical-menu .magebig-nav li ul.show-sub,
.vertical-menu .magebig-nav li div.show-sub {
  left: 100%;
  top: 0;
}
.img-outside {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  bottom: 0;
  right: -95px;
  z-index: -1;
  padding-bottom: 30px;
}
.img-inside {
  position: absolute;
  max-width: 100%;
  max-height: 97%;
  bottom: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
.img-inside img {
  max-width: 100%;
  height: auto;
}
.static-bottom-menu {
  margin-top: 60px;
  margin-bottom: 15px;
}
.static-bottom-menu .link-text {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.2;
}
.static-bottom-menu .link-text .small-text {
  font-size: 20px;
  display: block;
}
.sticky-menu.active .vertical-menu .title .mbi-menu {
  display: block;
}
.sticky-menu.active .vertical-menu .title i {
  display: none;
}
.hotline-top {
  float: right;
}
.hotline-top i {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.pusher-left {
  overflow: hidden;
}
.pusher-left .magebig-container {
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
}
.pusher-left .pusher-overlay {
  visibility: visible;
  opacity: 1;
  z-index: 99;
}
.pusher-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
}
/* .magebig-container {
        .abs-transition(transform 500ms);
    }*/
.magebig-container {
  position: relative;
}
.magebig-mobile-menu .nav-bar-wrap {
  overflow: auto;
  height: 100%;
  position: relative;
  padding-right: 40px;
}
.magebig-mobile-menu .nav-bar-wrap:before {
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  right: 40px;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  max-width: 460px;
}
.magebig-mobile-menu .nav-bar .nav-logo {
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.magebig-mobile-menu ul.nav-collapse li {
  text-align: left;
}
.magebig-mobile-menu ul.nav-collapse li a {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 42px 10px 15px;
  line-height: 17px;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.magebig-mobile-menu ul.nav-collapse li span.mbi {
  height: 38px;
  line-height: 38px;
}
.magebig-mobile-menu ul.nav-collapse li span.expanded {
  color: #000;
  font-size: 20px;
}
.magebig-mobile-menu ul.nav-collapse li span.collapsed {
  color: #000;
  font-size: 20px;
}
.magebig-mobile-menu ul.nav-collapse > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.magebig-mobile-menu ul.nav-collapse li.last a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.magebig-mobile-menu ul {
  list-style: none;
}
.magebig-mobile-menu li.level0 i.fa-angle-down {
  display: none;
}
.nav-open,
.nav-open body {
  overflow: hidden;
}
.magebig-mobile-menu {
  position: fixed;
  width: 270px;
  height: 100%;
  top: 0;
  left: -270px;
  z-index: 9999;
}
.magebig-mobile-menu .close-nav {
  position: fixed;
  top: 0;
  left: 100%;
  border: none;
  color: #ffffff;
  z-index: 100;
  background-color: transparent;
  font-size: 25px;
  line-height: 1;
  text-align: left;
  cursor: pointer;
  padding: 10px;
  margin-left: -40px;
}
.magebig-mobile-menu nav {
  width: 100%;
  position: relative;
  z-index: 101;
  max-width: 460px;
  padding-bottom: 60px;
}
.overlay-contentpush {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: transform 250ms;
  -webkit-transition: transform 250ms;
  -o-transition: transform 250ms;
  transition: transform 250ms;
}
.overlay-contentpush.open {
  visibility: visible;
  overflow: hidden;
  width: 100%;
  -webkit-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0);
}
.page-wrapper.overlay-open {
  -webkit-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0);
  position: relative;
}
.page-wrapper.overlay-open:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.mb-toggle-switch {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 6px 0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.mb-toggle-switch:focus {
  outline: none;
}
.mb-toggle-switch span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  background: #000;
  margin-top: -1px;
  width: 30px;
  margin-left: -15px;
}
.mb-toggle-switch span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
  top: 8px;
}
.mb-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: "";
  bottom: 8px;
}
.sticky-menu.active .mb-toggle-switch span:before,
.sticky-menu.active .mb-toggle-switch span,
.sticky-menu.active .mb-toggle-switch span:after {
  background-color: #000;
}
.mb-toggle-switch__htx {
  background-color: transparent;
}
.mb-toggle-switch__htx span {
  -webkit-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}
.mb-toggle-switch__htx span::before {
  -webkit-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  -o-transition-property: top, -o-transform;
  transition-property: top, transform;
}
.mb-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom, transform;
}
.mb-toggle-switch__htx.active {
  background-color: transparent;
}
.mb-toggle-switch__htx.active span {
  background: none;
}
.mb-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.mb-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.sidebar ul.nav-collapse li span.mbi {
  text-align: right;
}
ul.nav-collapse {
  line-height: 0.5em;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.nav-collapse ul.level0 > li > a {
  padding-left: 20px;
}
ul.nav-collapse ul.level1 > li > a {
  padding-left: 30px;
}
ul.nav-collapse ul.level2 > li > a {
  padding-left: 45px;
}
ul.nav-collapse ul.level3 > li > a {
  padding-left: 60px;
}
ul.nav-collapse ul.level4 > li > a {
  padding-left: 75px;
}
ul.nav-collapse ul.level5 > li > a {
  padding-left: 90px;
}
ul.nav-collapse ul.level6 > li > a {
  padding-left: 105px;
}
ul.nav-collapse li {
  background: none;
  position: relative;
  line-height: 20px;
  margin-bottom: 0;
}
ul.nav-collapse li a {
  display: block;
  margin: 0;
  height: 42px;
  padding: 10px 42px 10px 0;
  line-height: 18px;
  text-decoration: none;
  text-shadow: none;
  -webkit-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
}
ul.nav-collapse li a:hover {
  color: #bbb;
}
ul.nav-collapse li span.text {
  display: none;
}
ul.nav-collapse li span.mbi {
  visibility: visible;
  background-color: transparent;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 42px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
ul.nav-collapse > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
ul.nav-collapse ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.nav-collapse ul li {
  clear: both;
  margin: 0;
  padding: 0;
}
ul.nav-collapse ul li a {
  font-size: 100%;
  outline: none;
  padding-left: 15px;
}
ul.nav-collapse ul ul li a {
  padding-left: 30px;
}
ul.nav-collapse ul ul ul li a {
  padding-left: 40px;
}
ul.nav-collapse li.level0 > a > span > .cat-label {
  position: static;
  display: inline-block;
  vertical-align: top;
}
ul.nav-collapse li.level0 > a > span > .pin-bottom:before {
  display: none;
}
ul#mb-collapsible li span.collapsed {
  top: 0;
}
ul#mb-collapsible li span.expanded {
  top: 0;
}
ul.detail-parent {
  margin: 0;
  padding: 0 0 0 17px;
}
.sidebar .block-title {
  position: relative;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sidebar .block-title strong {
  font-size: 1.8rem;
  font-weight: 500;
}
.sidebar .block-content {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.sidebar ul.nav-collapse {
  margin-top: 15px;
}
.sidebar ul.nav-collapse li a {
  height: auto;
  border: none;
  position: relative;
  padding: 5px 42px 5px 0;
  color: #000000;
  font-size: 1.4rem;
}
.sidebar ul.nav-collapse li a:hover {
  color: #fcb800;
}
.sidebar .block-content.show-expanded {
  visibility: visible;
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
}
.sidebar .close-expanded {
  display: none;
  position: fixed;
  top: 0;
  right: 270px;
  padding: 15px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}
.sidebar .close-expanded:before {
  content: "\e935";
}
.sidebar .block.active .close-expand-mb {
  visibility: visible;
  opacity: 1;
}
.sidebar .block.active .close-expanded {
  display: block;
}
body.hide-over {
  /*overflow: hidden;*/
}
.close-expand-mb {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 500ms ease, opacity 500ms ease;
  -moz-transition: visibility 500ms ease, opacity 500ms ease;
  transition: visibility 500ms ease, opacity 500ms ease;
}
.block-nav {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 30px;
}
.instagram-item a {
  position: relative;
  display: block;
}
.instagram-item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.instagram-item a:after {
  content: "\f16d";
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 40px;
  line-height: 40px;
  margin-top: -20px;
  width: 100%;
  text-align: center;
  display: none;
  color: #fff;
  font-family: 'mbicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 2;
}
.instagram-item a:hover:before,
.instagram-item a:hover:after {
  display: block;
}
.main-slider-full {
  margin-bottom: 30px;
}
.main-slider-full .main-slider-container {
  padding-top: 30px;
}
.main-slider-full .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  vertical-align: top;
}
.main-slider-full .owl-dots .owl-dot span {
  background: transparent;
  border-radius: 0;
  width: 20px;
  height: 6px;
  margin: 0 3px;
}
.main-slider-full .owl-dots .owl-dot.active span,
.main-slider-full .owl-dots .owl-dot:hover span {
  background: #000;
}
.owl-theme .owl-nav {
  position: static;
  display: block;
  margin: 0;
}
.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
  left: 0;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 20px;
  outline: none;
}
.owl-theme .owl-nav [class*='owl-'] > * {
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
}
.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.owl-theme:hover .owl-nav {
  display: block;
}
.owl-carousel .owl-nav.disabled {
  display: none !important;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background-color: #000;
}
.owl-carousel .owl-item img.swatch-option-loading {
  width: 30px;
  height: 30px;
}
.selling-feature {
  margin: 30px 0 30px;
}
.selling-feature .media-left {
  width: 40px;
  height: 40px;
  color: #666666;
}
.selling-feature .media-left .mbi {
  font-size: 40px;
  color: #fcb800;
}
.selling-feature .media-heading {
  font-weight: bold;
  font-size: 1.8rem;
}
.selling-feature .text {
  font-size: 1.4rem;
  color: #666666;
}
.selling-feature .row > div .media {
  border-right: 1px solid #cccccc;
  margin-bottom: 30px;
}
.selling-feature .row > div:last-child .media {
  border: none;
}
.block-catalog {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}
.block-catalog img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform linear 250ms;
}
.block-catalog:hover img {
  transform: scale(1.2);
}
.block-catalog .info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 30px;
}
.block-catalog .info .title {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: normal;
}
.block-catalog .info .title a {
  color: #000000;
}
.block-catalog .info .text {
  font-size: 1.2rem;
  color: #666666;
}
.deal-block-top {
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.deal-block-top + div {
  margin-bottom: 30px;
}
.deal-block-top .title {
  display: inline-block;
  font-size: 2.4rem;
  margin-right: 60px;
  vertical-align: middle;
}
.deal-block-top .promo-v1 {
  display: inline-block;
}
.deal-block-top .promo-count {
  display: inline-block;
  background-color: #f14705;
  padding: 2px 10px;
  color: #ffffff;
  border-radius: 2px;
  vertical-align: middle;
}
.deal-block-top .promo-count > div {
  display: inline-block;
  padding: 0 2px;
  position: relative;
}
.deal-block-top .promo-count > div:before {
  content: ':';
  display: inline-block;
  margin-right: 4px;
}
.deal-block-top .promo-count > div:first-child:before {
  display: none;
}
.deal-block-top .promo-count > div .num {
  min-width: 20px;
  display: inline-block;
}
.deal-block-top .view-all {
  float: right;
}
.deal-block-top .view-all a {
  text-decoration: underline;
  color: #000000;
}
.deal-block-top .view-all a:hover {
  color: #fcb800;
}
.sold-progress {
  width: 100%;
  height: 10px;
  background-color: #eaeaea;
  margin: 10px 0 0;
  display: inline-block;
}
.sold-progress > div {
  background-color: #fcb800;
  height: 100%;
}
.page-bottom {
  background-color: #f4f5f5;
  padding: 70px 0;
}
.block-cat-wrap {
  margin-bottom: 70px;
}
.block-cat-list {
  background-color: #ffffff;
}
.block-cat-home {
  padding: 30px 30px 60px;
}
.block-cat-home .title {
  font-weight: normal;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 0;
  margin-bottom: 30px;
}
.block-cat-home ul {
  list-style: none;
  padding: 0;
}
.block-cat-home ul li a {
  font-size: 1.4rem;
  padding: 5px 0;
  display: block;
}
.block-cat-home ul li a:hover {
  color: #fcb800;
  font-weight: bold;
}
.block-cat-home .view-all {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-style: italic;
}
.block-cat-home .view-all a {
  color: #999999;
  font-size: 1.4rem;
}
.block-cat-home .view-all a:hover {
  color: #fcb800;
}
.swatches-list .swatch-option {
  margin-bottom: 5px;
  margin-right: 5px;
}
.swatch-option.image {
  background-size: contain !important;
}
.product-options-wrapper .swatch-option.text {
  padding: 4px 15px;
}
.block-cat-product {
  height: 100%;
}
.block-cat-product .widget-product {
  background-color: #ffffff;
}
.block-cat-product .product-item {
  margin-bottom: 0;
}
.block-cat-product .owl-carousel .owl-item {
  border-left: 1px solid #e1e1e1;
}
.block-cat-product .owl-carousel .owl-item:first-child {
  border: none;
}
.block-cat-product .product-item {
  padding: 15px;
  min-height: 340px;
  max-height: 340px;
  overflow: hidden;
  position: relative;
}
.block-cat-product .product-item + .product-item {
  border-top: 1px solid #e1e1e1;
}
.block-cat-product .product-item .swatches-list {
  display: none;
}
.block-cat-product .product-item:hover .swatches-list {
  top: 5px;
  left: 5px;
  position: absolute;
  display: block;
  z-index: 10;
}
.block-cat-product .product-item:hover .swatches-list .swatch-attribute {
  float: left;
}
.block-cat-product .product-item:hover .swatches-list .swatch-attribute .swatch-option {
  float: left;
  clear: both;
}
.block-cat-product .product-item .price-box {
  margin-bottom: 0;
}
.block-cat-product .product-item .price-box .price {
  font-size: 1.6rem;
}
.block-cat-product .product-item .old-price .price {
  font-size: 1.4rem;
}
.normal-price .price-label {
  /* display: none !important;*/
}
.block-cat-promo {
  position: relative;
}
.block-cat-promo a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.block-cat-promo a span {
  position: relative;
  top: 85%;
}
.recently-viewed h2 {
  margin-bottom: 25px;
  margin-top: 0;
  font-size: 2.4rem;
  font-weight: normal;
}
.recently-viewed .details,
.recently-viewed .product-btn {
  display: none;
}
.recently-viewed .category-products {
  padding: 30px 80px;
  background-color: #ffffff;
}
.recently-viewed .category-products .product-items,
.recently-viewed .category-products .product-show {
  margin: 0;
}
.recently-viewed .product-item-photo:hover img {
  outline: 2px solid #fcb800;
  outline-offset: -2px;
}
.recently-viewed .owl-theme .owl-nav [class*='owl-'] {
  left: -60px;
  background-color: transparent !important;
  color: #000 !important;
}
.recently-viewed .owl-theme .owl-nav .owl-next {
  right: -60px;
  left: auto;
}
.footer-content {
  border-top: 1px solid #e1e1e1;
  padding-top: 70px;
}
.footer-main {
  color: #666666;
  padding-bottom: 70px;
}
.footer-main .title {
  margin-bottom: 40px;
  font-size: 1.6rem;
  font-weight: bold;
}
.footer-main .phone {
  color: #fcb800;
  font-size: 2rem;
  font-weight: bold;
}
.footer-main .phone a {
  color: #fcb800;
  text-decoration: none;
}
.footer-main .phone a:hover {
  color: #fcb800;
}
.footer-main a {
  color: #666666;
}
.footer-main a:hover {
  color: #000000;
}
.footer-main .footer-links {
  list-style: none;
  padding: 0;
}
.footer-main .footer-links li {
  padding: 5px 0;
}
.footer-quicklinks {
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 1px solid #e1e1e1;
}
.footer-quicklinks .mr-footer-links {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  list-style: none;
}
.footer-quicklinks .mr-footer-links li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  font-size: 1.4rem;
}
.footer-quicklinks .mr-footer-links li:before {
  position: absolute;
  top: 50%;
  right: 0;
  height: 14px;
  background-color: #e1e1e1;
  margin-top: -7px;
  content: '';
  width: 1px;
}
.footer-quicklinks .mr-footer-links li:first-child {
  padding-left: 0;
}
.footer-quicklinks .mr-footer-links li:first-child:before {
  display: none;
}
.footer-quicklinks .mr-footer-links li:last-child {
  padding-right: 0;
}
.footer-quicklinks .mr-footer-links li:last-child:before {
  display: none;
}
.footer-copyright-vertical {
  border-top: 1px solid #e1e1e1;
}
.social-links {
  list-style: none;
  padding: 0;
  margin: 20px -10px;
}
.social-links li {
  display: inline-block;
  padding: 0 10px;
}
.social-links .twitter {
  color: #00ccff;
}
.social-links .facebook {
  color: #336699;
}
.social-links .gplus {
  color: #cc0000;
}
.social-links .instagram {
  color: #996633;
}
.social-links .youtube {
  color: #cc3333;
}
.text-copyright {
  text-align: left;
  font-size: 1.4rem;
  margin: 15px 0;
}
.mr-payment {
  margin: 40px 0;
  text-align: right;
  list-style: none;
  padding: 0;
  font-size: 1.4rem;
}
.mr-payment li {
  display: inline-block;
}
.mr-payment img {
  max-width: 100%;
  height: auto;
}
.wrapper-breadcrums {
  /*background-color: #f1f1f1;
        padding: 15px 0;*/
}
.wrapper-breadcrums li a {
  color: #0099cc;
}
.wrapper-breadcrums li a:hover {
  color: #fcb800;
}
.category-list-top {
  border: 1px solid #bfbfbf;
  margin-bottom: 30px;
  padding: 0;
}
.category-list-top .title a {
  font-size: 1.8rem;
  padding: 20px 0 10px;
  display: block;
  color: #000000;
}
.category-list-top ul {
  padding: 0 0 20px;
  list-style: none;
  font-size: 1.4rem;
}
.category-list-top ul li a {
  color: #666666;
}
.category-list-top ul li a:hover {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}
.product-info-main-top {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding: 10px 0;
}
.product-info-main-top .page-title {
  margin: 20px 0;
  text-align: left;
}
.product-info-main-top .info-after-title > div {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  position: relative;
}
.product-info-main-top .info-after-title > div:before {
  content: '';
  width: 1px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  position: absolute;
  left: 0;
  background-color: #e8e8e8;
}
.product-info-main-top .info-after-title > div:first-child {
  padding-left: 0;
}
.product-info-main-top .info-after-title > div:first-child:before {
  display: none;
}
.item.content img {
  max-width: 100%;
  height: auto;
}
.promo-product {
  background: #f4f4f4;
  padding: 20px 25px;
  margin: 15px 0;
}
.promo-product .label-cd {
  text-transform: uppercase;
  font-weight: 500;
}
.promo-product .sold-wrap {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
}
.promo-product .sold-progress {
  margin: 0;
  height: 15px;
}
.promo-product .num {
  background: #ffffff;
}
.social-share {
  text-align: right;
}
.social-share .social-listing {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  padding: 0;
}
.social-share .social-listing li {
  display: inline-block;
}
.social-share .social-listing li button,
.social-share .social-listing li .quote-details-items .actions-toolbar > .action {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  border-radius: 1px;
  padding: 0;
  border: none;
  background-color: #d93025;
}
.social-share .social-listing li button > span,
.social-share .social-listing li .quote-details-items .actions-toolbar > .action > span {
  line-height: 40px;
}
.social-share .social-listing li.facebook button,
.social-share .social-listing li.facebook .quote-details-items .actions-toolbar > .action {
  background-color: #1b4e9b;
}
.social-share .social-listing li.twitter button,
.social-share .social-listing li.twitter .quote-details-items .actions-toolbar > .action {
  background-color: #00aeef;
}
.social-share .social-listing li.email button,
.social-share .social-listing li.email .quote-details-items .actions-toolbar > .action {
  background-color: #d93025;
}
.social-share .social-listing li.rss button,
.social-share .social-listing li.rss .quote-details-items .actions-toolbar > .action {
  background-color: #f86a02;
}
.cat-links {
  border-top: 1px solid #e1e1e1;
  margin-top: 20px;
  padding: 10px 0;
}
.cat-links a {
  color: #0099cc;
}
.cat-links a:hover {
  color: #fcb800;
}
/* widget tabs */
.tabs-collection {
  text-align: center;
}
.tab-mobile {
  display: none;
  vertical-align: top;
  margin: 0;
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
.tab-mobile i {
  display: inline-block;
  line-height: 55px;
  vertical-align: top;
}
.tab-mobile span {
  display: inline-block;
  line-height: 55px;
  vertical-align: top;
}
.tabs-wrap {
  margin-bottom: 30px;
  position: relative;
}
.widget-tabs {
  border-bottom: none;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
}
.widget-tabs > li.active > a,
.widget-tabs > li.active > a:focus,
.widget-tabs > li.active > a:hover {
  border: none;
  background: transparent;
  color: #fcb800;
}
.widget-tabs > li > a:focus,
.widget-tabs > li > a:hover {
  background: transparent;
  border: none;
  color: #fcb800;
}
.widget-tabs > li > a {
  margin: 0;
  padding: 15px;
  border-radius: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  border: none;
  display: block;
}
.widget-tabs > li {
  position: relative;
  margin: 0;
  float: left;
}
.widget-tabs > li:before {
  display: inline-block;
  font-family: mbicon;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f111";
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -4px;
  font-size: 8px;
  width: 8px;
  height: 8px;
  color: #999;
  line-height: 1;
}
.widget-tabs > li:first-child:before {
  display: none;
}
.widget-collection-style1 {
  position: relative;
  padding-bottom: 5px;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.widget-collection-style1 .tabs-collection {
  padding-top: 35px;
}
.widget-collection-style1 .widget-tabs {
  margin: 0;
  height: 135px;
}
.widget-collection-style1 .tabs-wrap {
  margin: 0;
}
.widget-collection-style1 .tab-mobile {
  height: 135px;
}
.widget-collection-style1 .owl-carousel .owl-nav {
  position: absolute;
  top: -74px;
  left: 50%;
  width: 110px;
  z-index: 10;
  margin: 0 0 0 -55px;
  display: inline-block;
}
.widget-collection-style1 .owl-carousel .owl-nav:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 35px;
  width: 40px;
  height: 1px;
  border-bottom: 1px dashed #e5e5e5;
  z-index: -1;
}
.widget-collection-style1 .owl-carousel .owl-nav > div {
  position: static;
  float: left;
  margin: 0;
  padding: 0;
  width: 34px;
  height: 34px;
  font-size: 22px;
  color: #cccccc;
  background: #fff;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 32px;
  border-radius: 0;
}
.widget-collection-style1 .owl-carousel .owl-nav > div:hover {
  background: #ccc;
}
.widget-collection-style1 .owl-carousel .owl-nav .owl-next {
  float: right;
}
.title-widget {
  margin: 45px 0 40px 0;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
.blog-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-style {
  padding-bottom: 25px;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.blog-style .title-widget {
  margin: 45px 0 40px 0;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.blog-style .blog {
  margin-bottom: 30px;
  min-height: 100px;
  position: relative;
}
.blog-style .main-post {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: initial;
  color: #fff;
  padding: 15px;
  min-height: 90px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.blog-style .main-post .title-post {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.blog-style .main-post .title-post a {
  color: #fff;
}
.blog-style .main-post-inner {
  font-size: 12px;
}
.blog-style .main-post-inner i {
  margin-right: 12px;
}
.blog-style .main-post-inner > span {
  margin-right: 27px;
}
/* NewsPopup */
.subscribe .title {
  margin-top: 45px;
  margin-bottom: 10px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.subscribe .text {
  color: #999999;
  margin-bottom: 45px;
  font-size: 14px;
}
.subscribe .input-box {
  position: relative;
}
.subscribe .input-box input {
  height: 50px;
  border: 1px solid #e5e5e5;
  padding: 0 140px 0 20px;
  width: 100%;
  outline: none;
  color: #999999;
  border-radius: 3px 3px 0 0;
}
.subscribe .input-box button,
.subscribe .input-box .quote-details-items .actions-toolbar > .action {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  border: none;
  box-shadow: none;
  outline: none;
  background: #fcb800;
  color: #000000;
  line-height: 50px;
  padding: 0 20px;
  font-weight: bold;
  border-radius: 0 3px 3px 0;
}
.footer-top {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.information-logo {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.4rem;
}
.information-logo .logo-bottom {
  display: block;
  margin-bottom: 40px;
}
.information-footer .footer-static {
  padding: 0 30px;
}
.footer-static h3 {
  margin: 0 0 45px 0;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
}
.footer-static ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-static ul li {
  padding: 5px 0;
  position: relative;
}
.footer-static ul li a {
  font-size: 1.4rem;
  padding: 0 20px;
  display: block;
  -webkit-transition: padding 250ms ease;
  -moz-transition: padding 250ms ease;
  transition: padding 250ms ease;
}
.footer-static ul li a > span {
  position: absolute;
  top: 6px;
  left: 0;
  line-height: inherit;
}
.footer-static ul li a:hover {
  padding-left: 30px;
}
.copyright {
  display: block;
  width: 100%;
  /*border-top: @border-line;*/
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.4rem;
  text-align: center;
}
.loading-mask .loader > img {
  width: auto !important;
  height: auto;
}
.toggle-class {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.toggle-class:before {
  content: "\f2c7";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
  font-family: 'mbicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
}
.toggle-class.expanded:before {
  content: "\f2f4";
}
.toggle-class.collapsible:before {
  content: "\f2c7";
}
/* Hover Effect */
.hover-effect01 {
  position: relative;
  z-index: 1;
  display: block;
}
.hover-effect01:before {
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: 1;
}
.hover-effect01:after {
  background-color: rgba(255, 255, 255, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: 1;
}
.hover-effect01:hover:after {
  height: 100%;
  width: 100%;
}
.hover-effect01:hover:before {
  height: 100%;
  width: 100%;
}
.hover-effect01-black {
  position: relative;
}
.hover-effect01-black:before {
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: -1;
}
.hover-effect01-black:after {
  background-color: rgba(0, 0, 0, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: -1;
}
.hover-effect01-black:hover:after {
  height: 100%;
  width: 100%;
}
.hover-effect01-black:hover:before {
  height: 100%;
  width: 100%;
}
.hover-effect02 {
  position: relative;
}
.hover-effect02:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  background: transparent;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
}
.hover-effect02:hover:before {
  box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.6) inset;
}
.hover-effect03 {
  position: relative;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.hover-effect03:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  visibility: hidden;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0.5) rotateY(180deg);
  -moz-transform: scale(0.5) rotateY(180deg);
  -ms-transform: scale(0.5) rotateY(180deg);
  -o-transform: scale(0.5) rotateY(180deg);
  transform: scale(0.5) rotateY(180deg);
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  z-index: 99;
}
.hover-effect03:hover {
  opacity: 0.35;
  visibility: visible;
  -webkit-transform: scale(1) rotateY(0deg);
  -moz-transform: scale(1) rotateY(0deg);
  -ms-transform: scale(1) rotateY(0deg);
  -o-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
}
.hover-effect04 {
  position: relative;
  overflow: hidden;
}
.hover-effect04:after {
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.hover-effect04:hover:after {
  -webkit-transform: translate(-100%);
  -moz-transform: translate(-100%);
  -ms-transform: translate(-100%);
  -o-transform: translate(-100%);
  transform: translate(-100%);
}
.hover-effect05 {
  position: relative;
}
.hover-effect05:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  border: 2px solid transparent;
  z-index: 100;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  opacity: 0;
}
.hover-effect05:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  opacity: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.hover-effect05:hover:before {
  opacity: 1;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.hover-effect05:hover:after {
  opacity: 1;
}
.hover-effect06 {
  position: relative;
}
.hover-effect06:before {
  background-color: #000;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.hover-effect06:after {
  background-color: #000;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.hover-effect06:hover:before {
  transition: all 0.4s ease-out 0s;
  opacity: 0.3;
}
.hover-effect06:hover:after {
  transition: all 0.4s ease-out 0s;
  opacity: 0.3;
}
.hover-effect07 {
  overflow: hidden;
  position: relative;
}
.hover-effect07 > span {
  z-index: 10;
}
.hover-effect07:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .5;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}
.hover-effect07:hover:after {
  left: 120%;
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index .main-slider-full {
  margin-bottom: 0;
}
.contact-info-text {
  padding: 20px 0;
}
.contact-info-text .title {
  margin: 80px 0;
}
.contact-info-text .heading {
  margin-bottom: 30px;
}
.contact-info-text .text {
  color: #666;
  margin-bottom: 60px;
  word-wrap: break-word;
}
#contact-form .contact-title {
  margin-bottom: 30px;
}
#contact-form .control {
  margin-bottom: 30px;
}
#contact-form input {
  height: 50px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px 10px;
}
#contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-bottom: 10px;
}
#contact-form .actions-toolbar {
  text-align: center;
}
#contact-form .actions-toolbar .primary {
  display: inline-block;
}
.customer-account-logoutsuccess .main-container,
.checkout-onepage-success .main-container {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.footer-checkout {
  margin-top: 30px;
}
.logo-checkout {
  text-align: center;
}
.logo-checkout .logo {
  /*padding-top: 30px;
            display: inline-block;*/
}
#customer-email-fieldset {
  margin-bottom: 0;
}
.form.password.forget button.action.reload,
.form.password.forget .quote-details-items .actions-toolbar > .action.action.reload {
  width: auto;
  height: 40px;
}
.cms-content {
  padding-bottom: 60px;
}
/* Gallery */
.gallery-placeholder {
  position: relative;
}
.gallery-placeholder .fotorama__caption__wrap {
  background: transparent;
}
.gallery-placeholder .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.gallery-placeholder .fotorama__thumb {
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
}
.gallery-placeholder .fotorama__arr {
  display: none;
}
.fotorama--fullscreen .gallery-placeholder .fotorama__arr {
  display: block;
}
.gallery-placeholder .magnifier-preview {
  left: 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  z-index: 10;
}
.gallery-placeholder .fotorama__nav-wrap--vertical .fotorama__thumb-border {
  margin-top: 0 !important;
}
.gallery-placeholder .fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -346px;
}
.gallery-placeholder .fotorama__spinner {
  background-position: center center;
  background-repeat: no-repeat;
}
.gallery-placeholder .fotorama__stage__frame.fotorama-video-container .fotorama__img {
  height: 100%;
  object-fit: cover;
}
.gallery-placeholder .fotorama__nav-wrap .video-thumb-icon .fotorama_vertical_ratio .fotorama__img {
  height: 200%;
}
.gallery-placeholder .fotorama__thumb-border {
  border-color: #fcb800;
}
.fotorama__fullscreen-icon:focus:after {
  display: none !important;
}
div.fotorama__spinner {
  background-image: none;
  animation: none !important;
  width: 100%;
  height: 100%;
}
div.fotorama__spinner.loading-mask {
  display: block;
}
._block-content-loading.imgs {
  padding-left: 75px;
}
._block-content-loading.imgs .thumb-pl {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #fcb800;
}
.main a {
  /*color: @main2_color;*/
}
.main a:hover {
  color: #fcb800;
}
.cms-noroute-index .page-title {
  display: none;
}
.cms-noroute-index .page-main {
  padding: 50px 15px 150px;
  background-color: #ffffff;
}
/* Layout 02 */
.layout02 .main-slider-full {
  background-color: transparent;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.layout02 .heading-title,
.layout02 .deal-block-top .title {
  font-weight: 500;
}
.main-slider-v2 .block-top {
  margin-bottom: 30px;
}
.main-slider-v2 .slider {
  margin-bottom: 30px;
}
.block-banner .banner {
  /*margin-bottom: 30px;*/
}
.block-banner .banner img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.block-main-product .top-title {
  /* display: inline-block;
            width: 100%;*/
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.15);*/
  border-bottom: none;
  margin-bottom: 10px;
}
.block-main-product .top-title .title {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 32px;
  padding: 5px 0;
}
.block-main-product .top-title a {
  color: #333;
}
.block-main-product .top-title a:hover {
  color: #fcb800;
}
.block-main-product .top-title .list-category {
  float: right;
  list-style: none;
  padding: 10px 0 6px 0;
  margin: 0 -10px;
}
.block-main-product .top-title .list-category li {
  display: inline-block;
  padding: 0 10px;
}
.block-top img {
  width: 100%;
  height: auto;
}
.footer-widgets .selling-feature {
  margin-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  margin-bottom: 60px;
}
/* Layout 03 */
.item-slider .container {
  height: 100%;
}
.item-slider .block-content {
  position: relative;
  height: 100%;
}
.item-slider .block-center {
  left: 30%;
}
.block-center {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.top-cat-row {
  margin-bottom: 30px;
}
.top-cat-item {
  text-align: center;
  border: 1px solid #bfbfbf;
  margin-bottom: 30px;
}
.top-cat-item:hover {
  border-color: #fcb800;
}
.top-cat-item:hover .title a {
  color: #fcb800;
}
.top-cat-item .title a {
  color: #000000;
  font-size: 1.6rem;
  font-weight: normal;
}
.block-testimonial {
  padding: 70px 0;
}
.block-testimonial .heading-title {
  margin-bottom: 60px;
}
.block-testimonial .testimonial {
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
}
.block-testimonial .testimonial .name {
  margin-bottom: 10px;
}
.block-testimonial .testimonial > img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 30px;
  margin-top: -75px;
  overflow: hidden;
}
.block-testimonial .testimonial:before {
  position: absolute;
  content: '”';
  right: 30px;
  top: 0;
  font-size: 9rem;
  color: #fcb800;
}
.widget-gallery-image:hover {
  border-color: #fcb800;
}
.product-item.single-discount .gallery-wrap .discount-percent {
  background-color: #fcb800;
}
.product-item.single-discount .stock-wrap .stock.available {
  color: #fcb800;
}
.product-item.single-discount .sold-qty {
  color: #fcb800;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fcb800;
}
/* Layout 04 */
.block-wellcome {
  margin-bottom: 40px;
}
.block-wellcome .title {
  text-transform: uppercase;
  font-weight: 500;
}
.block-wellcome .text {
  color: #333333;
}
.block-product-layout04 .heading-title {
  font-weight: 500;
  margin: 30px 0;
}
.top-cat-layout04 .heading-title,
.brand-row .heading-title {
  text-align: center;
  font-weight: 500;
  margin: 30px 0;
  text-transform: uppercase;
}
.brand-row {
  margin-bottom: 60px;
}
.brand-row .row {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.brand-row .row > div {
  border: 1px solid #ccc;
  border-left: 0;
  border-bottom: 0;
}
.brand-row .item a:hover {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.form-orders-search {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 0 60px;
  width: 100%;
}
.form-orders-search select {
  width: 100%;
}
.form-orders-search legend {
  text-align: center;
}
/** Layout 05 **/
.layout05.cms-index-index .page-main {
  background-color: #eeeeee;
  padding-bottom: 60px;
}
.layout05.cms-index-index .vertical-menu:before {
  opacity: 1;
  visibility: visible;
  background-color: #000000;
}
.layout05.cms-index-index .vertical-menu .navigation {
  display: block;
  margin-top: 30px;
}
.layout05.cms-index-index .sticky-menu.active .vertical-menu:before {
  opacity: 0;
  visibility: visible;
}
.layout05.cms-index-index .sticky-menu.active .vertical-menu:hover:before {
  opacity: 1;
  visibility: visible;
  background-color: #fcb800;
}
.layout05.cms-index-index .sticky-menu.active .vertical-menu .navigation {
  display: none;
  margin-top: -1px;
  height: auto !important;
}
.layout05.cms-index-index .sticky-menu.active .vertical-menu:hover .navigation {
  display: block;
}
.banner-slider-top {
  margin-top: 30px;
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #d3d3d3;
}
.item-bn-inner .item-bn {
  display: block;
  height: 187px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.item-bn-slider-05 .item-slider .item {
  display: block;
  height: 374px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.layout05 .selling-feature-wrap {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #fff;
  padding: 0 30px;
  margin-bottom: 30px;
}
.layout05 .selling-feature-wrap .selling-feature {
  margin-bottom: 0;
}
.layout05 .vertical-menu .navigation {
  padding-bottom: 14px;
}
.layout05 .vertical-menu .navigation .level0.level-top {
  padding: 9px 15px;
}
.layout05 .vertical-menu .navigation .level0.level-top:hover {
  background-color: #fcb800;
}
.layout05 .vertical-menu .navigation .level0.level-top:hover > a {
  color: #000000;
  font-weight: normal;
}
.search-trend-wrap {
  margin-bottom: 30px;
}
.search-trend-wrap .search-title .title {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 2rem;
  font-weight: 400;
  padding: 20px 0;
}
.search-trend {
  background-color: #fff;
}
.search-trend a {
  color: #000;
}
.search-trend a:hover {
  color: #fcb800;
}
.search-trend .title.active a {
  color: #fcb800;
}
.search-trend .trend-tabs {
  border-bottom: 1px solid #e1e1e1;
  padding: 0 60px;
  text-align: center;
}
.search-trend .owl-item .switch {
  width: 100%;
}
.search-trend .switch {
  display: inline-block;
  text-align: center;
  padding: 30px 0;
  vertical-align: top;
}
.search-trend .switch i {
  display: block;
  font-size: 3.6rem;
  margin-bottom: 15px;
}
.search-trend .switch span {
  display: block;
}
.search-trend .owl-theme .owl-nav [class*='owl-'] {
  opacity: 1;
  visibility: visible;
  width: 60px;
}
.trend-content {
  padding: 30px;
  text-align: center;
}
.trend-content .item-trend {
  margin-bottom: 30px;
}
.trend-content .item-trend span {
  display: block;
}
.deal-block-top-wrap {
  background-color: #fff;
}
.deal-block-top-wrap .widget-product {
  padding: 0 20px;
  padding-bottom: 10px;
}
.deal-block-top-wrap .deal-block-top {
  padding-left: 20px;
  padding-right: 20px;
}
.block-product-layout-wrap {
  background-color: #fff;
  margin-bottom: 30px;
}
.block-product-layout-wrap .top-title {
  padding: 5px 20px;
  margin-bottom: 0;
}
.block-product-layout-wrap .top-title .title i,
.block-product-layout-wrap .top-title .title span {
  display: inline-block;
  vertical-align: middle;
}
.block-product-layout-wrap .block-product-layout-inner {
  /*padding: 20px;*/
}
.block-product-layout-wrap .block-product-sidebar {
  padding: 20px;
}
.block-product-layout-wrap .block-product-sidebar .heading-title {
  font-size: 1.6rem;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-weight: 400;
}
.block-product-layout-wrap .block-product-col-left {
  /* border-right: 1px solid rgba(0, 0, 0, 0.15);*/
}
.block-product-layout-wrap .widget-tabs > li > a {
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: capitalize;
}
.block-product-layout-wrap .widget-tabs > li:before {
  display: none;
}
.block-product-layout-wrap .tabs-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.block-product-layout-wrap .widget-tabs {
  margin: 0 -15px;
}
.block-product-layout-wrap .block-product-tab-cat .owl-theme .owl-nav {
  /*position: absolute;
            right: 0;
            top: -77px;*/
}
.block-product-layout-wrap .block-product-tab-cat .owl-theme .owl-nav [class*='owl-'] {
  /*position: static;*/
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.block-product-layout-wrap .product-item {
  margin-bottom: 0;
}
.tab-content-fadein {
  position: relative;
}
.tab-content-fadein > div {
  display: none;
}
.tab-content-fadein > div[aria-hidden="false"] {
  position: relative;
  z-index: 2;
  opacity: 1;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  display: block !important;
}
.tab-content-fadein > div[aria-hidden="true"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .35s ease;
  transition: opacity .35s ease;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  display: block !important;
}
.max-1600 .container {
  max-width: 1600px;
}
.max-1900 .container {
  max-width: 1900px;
}
.max-100 .container {
  max-width: 100%;
}
.sticky-addcart .page-title-wrapper {
  display: none;
}
.sticky-addcart.active {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding-top: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.sticky-addcart.active .fieldset-add {
  float: right;
  width: 55%;
  text-align: right;
}
.sticky-addcart.active .towishlist,
.sticky-addcart.active .actions #instant-purchase,
.sticky-addcart.active .paypal {
  display: none !important;
}
.sticky-addcart.active .page-title-wrapper {
  margin: 0;
  float: left;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 45%;
}
.sticky-addcart.active .page-title-wrapper .page-title {
  margin: 0 !important;
  font-size: 2rem;
}
.sticky-addcart.active .page-title-wrapper .page-title span {
  display: block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sticky-addcart.active .tocart,
.sticky-addcart.active .field {
  margin-bottom: 5px !important;
}
.sticky-addcart.active .tocart {
  margin-right: 0 !important;
}
.sticky-addcart.active .field > label {
  text-align: left;
}
.sticky-addcart.active .stick-info a {
  margin-right: 15px;
  color: #666666;
}
.sticky-addcart.active .stick-info a:hover {
  color: #fcb800;
}
.sticky-addcart.active .stick-info a .counter {
  display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-wrap .mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  box-sizing: border-box;
}
.mfp-wrap .mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-wrap .mfp-container .mfp-content {
  position: relative;
  display: block;
  vertical-align: top;
  margin: 0 auto;
  text-align: left;
  padding: 30px 15px;
  z-index: 1045;
}
.mfp-wrap .mfp-inline-holder .mfp-content {
  width: auto;
  cursor: auto;
}
.mfp-wrap .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-wrap .mfp-ajax-cur {
  cursor: progress;
}
.mfp-wrap .mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-wrap .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-arrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
.quote-details-items .actions-toolbar > .action.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button.mfp-arrow,
.quote-details-items .actions-toolbar > .action.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner,
.quote-details-items .actions-toolbar > .action::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  top: -40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
/* The shadow behind the image */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
/**
   * Fade-zoom animation for first dialog
   */
/* start state */
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
.mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
.mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  opacity: 1;
  position: absolute;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
.fotorama--fullscreen {
  z-index: 2000 !important;
}
.swatch-option-tooltip {
  z-index: 1999 !important;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano > .nano-content {
  position: relative;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  width: 6px;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border-radius: 3px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0;
  border-radius: 3px;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  opacity: 1;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
body {
  /*font-size: 16px;*/
  font-display: swap;
}
.customer-address-form .message.warning {
  padding: 10px 40px;
}
.home-desktopview {
  display: none;
}
.catalog-product-view .admin__data-grid-loading-mask {
  background: none;
}
.catalog-product-view .admin__data-grid-loading-mask .spinner {
  background: none;
}
.catalog-product-view .loading-mask {
  background: none;
}
.catalog-product-view .loading-mask .loader > img {
  display: none;
}
.catalog-product-view .gallery-placeholder .loading-img {
  padding: 30px;
  text-align: center;
}
.box-pad {
  position: relative;
  background-color: #edf2f7;
  height: 100%;
  padding-bottom: 100%;
  opacity: 1;
}
.d-shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.cms-index-index {
  background-color: #eeeeee !important;
}
.cms-index-index .page.messages {
  display: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  /*background: rgba(0, 0, 0, .5) !important;*/
  color: #000000 !important;
  text-decoration: none;
}
.owl-theme .owl-nav [class*=owl-]:hover.fa-chevron-right {
  color: #000000 !important;
}
.owl-theme .owl-nav [class*=owl-]:hover.fa-chevron-left {
  color: #000000 !important;
}
.trending-products {
  background: #fff;
  margin-bottom: 30px !important;
}
.trending-products .block-content {
  padding: 0 10px !important;
}
.trending-products .owl-carousel .owl-nav button.owl-prev,
.trending-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev {
  padding: 0 !important;
  background: none;
}
.trending-products .owl-carousel .owl-nav button.owl-prev .fa-chevron-left,
.trending-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev .fa-chevron-left {
  color: inherit !important;
}
.trending-products .owl-carousel .owl-nav button.owl-next,
.trending-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next {
  padding: 0 !important;
  background: none;
}
.trending-products .owl-carousel .owl-nav button.owl-next .fa-chevron-right,
.trending-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next .fa-chevron-right {
  color: inherit !important;
}
.recommended-products .block-content {
  padding: 0 10px !important;
}
.customer-account-logoutsuccess .page-main {
  padding-top: 20px;
}
.listindustry-catepage .owl-carousel .owl-nav button.owl-prev,
.listindustry-catepage .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev {
  padding: 0 !important;
  background: none;
}
.listindustry-catepage .owl-carousel .owl-nav button.owl-prev .fa-chevron-left,
.listindustry-catepage .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev .fa-chevron-left {
  color: inherit !important;
}
.listindustry-catepage .owl-carousel .owl-nav button.owl-next,
.listindustry-catepage .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next {
  padding: 0 !important;
  background: none;
}
.listindustry-catepage .owl-carousel .owl-nav button.owl-next .fa-chevron-right,
.listindustry-catepage .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next .fa-chevron-right {
  color: inherit !important;
}
.populer-products .owl-carousel .owl-nav button.owl-prev,
.populer-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev {
  padding: 0 !important;
  background: none;
}
.populer-products .owl-carousel .owl-nav button.owl-prev .fa-chevron-left,
.populer-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev .fa-chevron-left {
  color: inherit !important;
}
.populer-products .owl-carousel .owl-nav button.owl-next,
.populer-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next {
  padding: 0 !important;
  background: none;
}
.populer-products .owl-carousel .owl-nav button.owl-next .fa-chevron-right,
.populer-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next .fa-chevron-right {
  color: inherit !important;
}
.magebig-container {
  -moz-transition: transform 500ms;
  -webkit-transition: transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.logo {
  float: none;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
.logo img {
  display: block;
}
.magebig-mobile-menu .nav-bar .nav-logo {
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.magebig-mobile-menu nav {
  width: auto;
}
.row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-item10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
.col-item25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-item30 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-item35 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}
.col-item40 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.col-item50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-item55 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}
.col-item100 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.page-header .header.panel {
  max-width: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
  width: auto;
}
.page-header .switcher .options .action.toggle:after {
  line-height: 20px;
}
.page-header .switcher .options .action.toggle.active:after {
  line-height: 20px;
}
.page-header .panel.wrapper {
  border-bottom: none;
}
.page-footer .switcher .options .action.toggle:after {
  line-height: 20px;
}
.page-footer .switcher .options .action.toggle.active:after {
  line-height: 20px;
}
.header-content-action .authorization-link a {
  display: inline-block;
}
.header-content-action .authorization-link a:hover {
  text-decoration: none;
  color: #fcb800;
}
.header-content-action .authorization-link a span {
  margin-left: 5px;
  display: inline-block;
}
.header-content-action .user-topbar i {
  line-height: 30px;
}
.panel.header .links {
  display: block;
  margin: 0px;
}
.panel.header .links > li.customer-welcome {
  margin: 0px;
  padding-right: 5px;
  display: inline-block;
}
.panel.header .links > li.customer-welcome ul.header.links {
  margin: 0px;
}
.panel.header .links > li.customer-welcome ul.header.links li {
  display: inline-block;
  width: 100%;
}
.panel.header .links > li {
  display: inline-block;
  margin-bottom: 0px;
}
.panel.header .switcher {
  display: block;
}
.sticky-wrap {
  min-height: 62px;
}
.header-top-inner {
  color: #000000;
  background-color: #f1f1f1;
  border-bottom: none;
}
.header-top-inner .col-item40 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.header-top-inner .col-item60 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.header-top-inner .justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.header-main-content .col-item25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.header-main-content .col-item50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.header-main-content .block-search {
  position: relative;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
.header-main-content .block-search input {
  border: 1px solid #cccccc;
  border-right: none;
  border-radius: 3px;
  width: 100%;
  height: 42px;
  padding: 0 15px;
  margin: 0;
}
.header-main-content .block-search .action.search {
  opacity: 1 !important;
  padding-left: 0;
  font-weight: 700;
  border-left: none !important;
}
.header-main-content .block-search .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 1px;
  font-weight: 700;
}
.header-main-content .block-search .action {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  margin: 0 !important;
  width: 100px !important;
  text-align: center;
}
.header-main-content .block-search .action:before {
  display: none !important;
}
.header-main-content .block-search button,
.header-main-content .block-search .quote-details-items .actions-toolbar > .action {
  border: none;
  box-shadow: none;
  border-radius: 0 3px 3px 0;
  outline: none;
  text-transform: none;
  height: 42px;
  color: #000000;
  background-color: #fcb800 !important;
}
.header-main-content .block-search button[disabled],
.header-main-content .block-search .quote-details-items .actions-toolbar > .action[disabled] {
  cursor: default;
  pointer-events: auto;
}
.header-main-content .block-search .label,
.header-main-content .block-search .block-title {
  display: none;
}
.header-main-content .block-search .nested {
  display: none;
}
.header-main-content .block-search .search-autocomplete {
  display: none;
  width: 100% !important;
  color: #000000;
  max-height: 380px;
  overflow-y: visible;
  overflow-x: hidden;
  background: #ffffff;
}
.header-main-content .block-search .search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.header-main-content .block-search .search-autocomplete ul:not(:empty) {
  background: #fff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.header-main-content .block-search .search-autocomplete ul:not(:empty) li {
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
  border-top: 1px solid #e5e5e5;
}
.header-main-content .block-search .search-autocomplete ul:not(:empty) li:first-child {
  border-top: none;
}
.header-main-content .block-search .search-autocomplete ul:not(:empty) li:first-child:hover {
  background: #e8e8e8;
}
.header-main-content .block-search .search-autocomplete ul:not(:empty) li.selected {
  background: #e8e8e8;
}
.header-main-content .header-content-action .compare.wrapper {
  float: left;
}
.header-main-content .header-content-action a:hover {
  color: #fcb800;
}
.header-main-content .header-content-action .minicart-wrapper .action.showcart {
  position: relative;
}
.header-main-content .header-content-action .minicart-wrapper .action.showcart:hover:before {
  color: #fcb800 !important;
}
.header-main-content .header-content-action .minicart-wrapper .action.showcart:before {
  content: "\e74c";
  font-family: 'mbicon' !important;
  font-size: 3rem;
  color: #000000;
  display: block;
  line-height: 30px;
  background-image: none;
}
.header-main-content .header-content-action .minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  right: -5px;
  top: inherit;
  bottom: -5px;
  background-color: #fcb800;
  color: #000000;
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 50%;
  font-size: 1.2rem;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
}
.header-main-content .header-content-action .minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
}
.header-main-content .header-content-action .minicart-wrapper .action.showcart.active:before {
  content: "\e74c";
  font-family: 'mbicon' !important;
  font-size: 3rem;
  color: #000000;
  display: block;
  line-height: 30px;
  background-image: none;
}
.header-main-content .header-content-action .authorization-link i.fa.fa-user {
  /*display: none;*/
}
.container {
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: auto;
}
.sindabad_child .container {
  max-width: 1600px !important;
}
.header-maininner-row {
  min-height: 72px;
  position: relative;
  padding: 10px 0;
}
.header-content-action {
  float: right;
  display: block;
  position: relative;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.header-content-action > div {
  width: auto;
  float: left;
  margin-right: 40px;
  position: static;
}
.header-content-action > div .header.links {
  margin: 0;
}
.wishlist-icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  padding: 0 !important;
  margin: 0 !important;
}
.pagebuilder-column {
  padding: 0 !important;
  margin: 0 !important;
}
.sindabad_child.cms-home .block-static-block {
  margin-bottom: 0 !important;
}
.icon-sin {
  color: #fdac27;
  font-size: 40px;
}
.page-header {
  background-color: #ffffff;
}
.box-bg-wrap {
  background-color: #ffffff;
}
.block-margin {
  margin-bottom: 30px;
  /*margin-top: 15px;*/
}
.block-top-head {
  padding: 15px 20px;
  /*border-bottom: 1px solid #e1e1e1;*/
  background: #ffffff;
  /*margin-bottom: 5px;*/
}
.block-top-head .block-top-head__itle {
  display: inline-block;
  margin-right: 60px;
  vertical-align: middle;
}
.block-top-head .block-top-head__itle h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
}
.block-top-head .block-top-head__view-all {
  float: right;
  margin-top: 8px;
}
.block-top-head .block-top-head__view-all a {
  text-decoration: none;
  color: #000000;
}
.block-top-head .block-top-head__view-all a:hover {
  color: #fdac27;
  transition: all 250ms ease;
}
.block-top-head-cat {
  padding: 15px 20px 15px 0;
  /*border-bottom: 1px solid #e1e1e1;*/
  border-bottom: none;
  background: #ffffff;
}
.block-top-head-cat .block-top-head-cat__itle {
  display: inline-block;
  margin-right: 60px;
  vertical-align: middle;
}
.block-top-head-cat .block-top-head-cat__itle h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
}
.block-top-head-cat .block-top-head-cat__view-all {
  float: right;
  margin-top: 8px;
}
.block-top-head-cat .block-top-head-cat__view-all a {
  text-decoration: none;
  color: #000000;
}
.block-top-head-cat .block-top-head-cat__view-all a:hover {
  color: #fdac27;
  transition: all 250ms ease;
}
.top-title {
  padding: 15px 20px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 5px;
}
.top-title .title {
  display: inline-block;
  font-weight: 500;
  margin: 0;
}
.top-title .title i {
  display: inline-block;
  vertical-align: middle;
}
.top-title .title i .cat-icon {
  padding-right: 0;
}
.top-title .title span {
  display: inline-block;
  vertical-align: middle;
}
.top-title a {
  text-decoration: none;
  color: #000000;
}
.top-title a:hover {
  color: #fdac27;
  transition: all 250ms ease;
}
.top-title .list-category {
  float: right;
  list-style: none;
  margin: 0 -10px;
}
.top-title .list-category li {
  display: inline-block;
  padding: 0 10px;
}
.top-title .list-category li.active {
  color: #fdac27;
}
.top-title .list-category li a {
  font-size: 16px;
  padding: 0.3em;
}
.top-title .list-category li a:hover {
  color: #fdac27;
  transition: all 250ms ease;
}
.top-title .list-category li a.active {
  color: #fdac27;
}
.top-title .list-category li.active a {
  color: #fdac27;
}
.top-title .list-category li {
  position: relative;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 0;
}
.top-title .list-category li a {
  font-size: 16px;
  padding: 5px 0 10px;
  display: block;
  color: #999999;
  text-decoration: none;
}
.top-title .list-category li a:before {
  content: '';
  position: absolute;
  bottom: -2px;
  top: auto;
  right: auto;
  left: 50%;
  height: 3px;
  background: #fcb800;
  width: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  right: 50%;
  left: auto;
}
.top-title .list-category li a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  top: auto;
  right: auto;
  left: 50%;
  height: 3px;
  background: #fcb800;
  width: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.top-title .list-category li a:hover:before {
  width: 50%;
}
.top-title .list-category li a:hover:after {
  width: 50%;
}
.top-title .list-category li.active a {
  color: black;
}
.top-title .list-category li.active a:before {
  width: 50%;
}
.top-title .list-category li.active a:after {
  width: 50%;
}
.top-title .list-category li.active a:hover:before {
  width: 50%;
}
.top-title .list-category li.active a:hover:after {
  width: 50%;
}
.top-title .list-category li.dotedli .links-container .dropdown-menu ul.dropdown.links li {
  /*         display: block !important;*/
  width: 100%;
  padding: 0 !important;
}
.top-title .list-category ul.dropdown.links {
  width: 180px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
/*.block-product-layout-wrap .top-title {
    padding: 0 10px 0 20px;
    margin-bottom: 0;
  }
  .block-main-product .top-title .list-category {
    float: right;
    list-style: none;
    margin: 0 -10px;
    padding: 0;
  }
  .block-main-product .top-title .list-category li {
    display: inline-block;
    padding: 11px 0;
    margin-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    background: #eee;
  }
  li.dotedli {
    background: none !important;
    border: none !important;
  }
  .top-title .list-category li.active {
    color: #fdac27;
    background: white;
    padding: 11px 0;
  }
  .top-title .list-category ul.dropdown.links {
    background: none;
    border: none;
    text-align: center;
  }*/
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev,
.owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next {
  background: none;
}
.owl-carousel .owl-nav button:not(.primary),
.owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action:not(.primary) {
  box-shadow: none;
}
.owl-item.active:last-child {
  margin-right: 0px !important;
}
.owl-theme .owl-nav .owl-next {
  left: auto !important;
  right: 0;
}
.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
  left: 0;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 20px;
  outline: none;
}
.page-layout-2columns-left #narrow-by-list .filter-options-item:first-child {
  display: none;
}
.block-top-head-cat {
  padding: 15px 0px 15px 0;
  /*border-bottom: 1px solid #e1e1e1;*/
  border-bottom: none;
  background: #ffffff;
}
.block-top-head-cat .block-top-head-cat__itle {
  display: inline-block;
  margin-right: 60px;
  vertical-align: middle;
}
.block-top-head-cat .block-top-head-cat__itle h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
}
.block-top-head-cat .block-top-head-cat__view-all {
  float: right;
  margin-top: 2px;
}
.block-top-head-cat .block-top-head-cat__view-all a {
  background: #fdac27;
  color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding: 10px 20px;
  transition: box-shadow 0.2s ease;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.block-top-head-cat .block-top-head-cat__view-all a:hover {
  color: #ffffff;
  transition: all 250ms ease;
}
.hover-effect01 {
  position: relative;
  z-index: 1;
  display: block;
}
.hover-effect01:hover:before {
  height: 100%;
  width: 100%;
}
.hover-effect01:hover:after {
  height: 100%;
  width: 100%;
}
.hover-effect01:before {
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: 1;
}
.hover-effect01:after {
  background-color: rgba(255, 255, 255, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: 1;
}
.cms-home .block-static-block .populer-products {
  margin-top: 0;
}
.cms-home .block-static-block .populer-products .block-products-list .block-content {
  margin-bottom: 30px;
  padding: 0 10px;
}
.cms-home .block-static-block .populer-products .block-products-list .block-content .products-grid .product-items .product-item .product-item-info .product-item-actions {
  bottom: 20px;
}
.cms-home .block-static-block .populer-products .block-products-list #amasty-shopby-product-list .block-content {
  padding: 0;
  margin-bottom: 0;
}
.product-item-actions .actions-primary + .actions-secondary > .action {
  line-height: 29px;
}
.products-grid .product-item-info {
  margin: -10px;
  padding: 9px;
  box-shadow: 3px 4px 4px 0 transparent;
  border: 1px solid transparent;
}
.page-products .product-item-actions {
  min-height: auto !important;
}
.products-grid .product-item-inner {
  margin: 10px 0 0 0;
}
.breadcrumbs {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  background-color: #f1f1f1;
  padding: 15px 0;
}
.breadcrumbs .items {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}
.toolbar-products {
  padding: 7px 10px;
  background-color: #f5f5f5;
  display: block;
  width: auto;
  font-size: 1.4rem;
}
.toolbar select {
  background-color: #ffffff;
  box-shadow: none;
}
.product-item-name > a:hover {
  text-decoration: none;
}
.product.name a > a:hover {
  text-decoration: none;
}
.products-grid ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
  /* display: table-cell;*/
  display: block;
  vertical-align: middle;
}
.products-grid ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary + .actions-secondary {
  display: table-cell;
  width: 50% !important;
}
body.sindabad_child.cms-home.cms-index-index.page-layout-1column .product-item-inner .product-item-actions .actions-primary + .actions-secondary {
  width: 50% !important;
}
.toolbar-products .pages .items {
  height: 34px;
}
.toolbar-products .pages .items .item {
  float: left;
  height: 34px;
  line-height: 34px;
  min-width: 34px;
  padding: 0 5px;
  display: block;
  text-align: center;
  background-color: #f5f5f5;
  font-size: 1.5rem;
  margin: 0 4px 4px 0;
}
.toolbar-products .pages .items .item strong.page {
  background: transparent;
}
.toolbar-products .pages .items .action.next {
  background: transparent;
  border: 1px solid transparent;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
  box-shadow: none;
  border-radius: 0;
}
.toolbar-products .pages .items .action.next:before {
  display: none;
}
.toolbar-products .pages .items .action.next:after {
  display: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.toolbar-products .pages .items .action.next > span {
  position: inherit;
}
.toolbar-products .pages .items .action.next .label {
  display: none;
}
.toolbar-products .pages .items .action.previous {
  background: transparent;
  border: 1px solid transparent;
  color: #7d7d7d;
  display: inline;
  padding: 0;
  text-decoration: none;
  box-shadow: none;
  border-radius: 0;
}
.toolbar-products .pages .items .action.previous > span {
  position: inherit;
}
.toolbar-products .pages .items .action.previous .label {
  display: none;
}
.toolbar-products .pages .items .item.current {
  background-color: #fcb800;
}
.listindustry-catepage {
  /*background: @color-white-smoke;*/
  background: #ffffff;
  padding: 10px 0 0;
}
.block-product-layout-wrap .block-product-layout-inner {
  /*padding: 20px;*/
}
.block-product-layout-wrap .block-product-layout-inner .block-product-tab-cat .owl-carousel .owl-nav button.owl-prev,
.block-product-layout-wrap .block-product-layout-inner .block-product-tab-cat .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev {
  background: none;
}
.block-product-layout-wrap .block-product-layout-inner .block-product-tab-cat .owl-carousel .owl-nav button.owl-next,
.block-product-layout-wrap .block-product-layout-inner .block-product-tab-cat .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next {
  background: none;
}
.block-product-layout-wrap .block-product-layout-inner .block-product-tab-cat .owl-carousel .owl-nav button:not(.primary),
.block-product-layout-wrap .block-product-layout-inner .block-product-tab-cat .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action:not(.primary) {
  box-shadow: none;
}
.block-product-layout-wrap .block-product-layout-inner .block-product-tab-cat .owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #000000 !important;
  text-decoration: none;
}
.block-product-layout-wrap .block-product-layout-inner .block-product-tab-cat .populer-products .owl-carousel .owl-nav {
  /*width: auto;*/
}
.block-product-layout-wrap .block-product-layout-inner .block-product-tab-cat .populer-products .owl-carousel .owl-nav button.owl-prev,
.block-product-layout-wrap .block-product-layout-inner .block-product-tab-cat .populer-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev {
  padding: 0 !important;
}
.block-product-layout-wrap .block-product-layout-inner .block-product-tab-cat .populer-products .owl-carousel .owl-nav button.owl-prev .fa-chevron-left,
.block-product-layout-wrap .block-product-layout-inner .block-product-tab-cat .populer-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev .fa-chevron-left {
  font-size: initial !important;
}
.block-product-layout-wrap .block-product-layout-inner .block-product-tab-cat .populer-products .owl-carousel .owl-nav button.owl-next,
.block-product-layout-wrap .block-product-layout-inner .block-product-tab-cat .populer-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next {
  padding: 0 !important;
}
.block-product-layout-wrap .block-product-layout-inner .block-product-tab-cat .populer-products .owl-carousel .owl-nav button.owl-next .fa-chevron-right,
.block-product-layout-wrap .block-product-layout-inner .block-product-tab-cat .populer-products .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next .fa-chevron-right {
  font-size: initial !important;
}
.block-product-layout-wrap .block-product-inner .row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-product-layout-wrap .block-product-inner .row-container .col-item75 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.block-product-layout-wrap .block-product-inner .row-container .col-item25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar {
  padding: 20px;
  min-height: 682px;
  overflow-y: auto;
  height: 682px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar::-webkit-scrollbar {
  width: 5px;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #D3D3D3;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .widget-product {
  margin-bottom: 30px;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .widget-product .main-heading .heading-title {
  font-size: 1.6rem;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-weight: 400;
  margin: 0;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .widget-product .block-title {
  padding: 0 0 15px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
  font-weight: 400;
  margin-bottom: 1.5rem !important;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .widget-product .block-title strong {
  font-size: 1.6rem !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .widget-product .category-products {
  position: relative;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .widget-product .category-products ol.product-items {
  padding: 0;
  list-style: none;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .widget-product .category-products ol.product-items .product-item {
  margin-bottom: 0;
  vertical-align: top;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .widget-product .category-products ol.product-items .product-sidebar {
  margin: 10px 0;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .widget-product .category-products ol.product-items .product-sidebar .product-item-info {
  position: relative;
  max-width: 100%;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .widget-product .category-products ol.product-items .product-sidebar .product-show {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  padding-bottom: 10px;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .widget-product .category-products ol.product-items .product-sidebar .product-show > a {
  display: block;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .widget-product .category-products ol.product-items .product-sidebar .product-show .product-image-container {
  display: block;
  max-width: 100%;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .widget-product .category-products ol.product-items .product-sidebar .product-show .product-image-container .product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .widget-product .category-products ol.product-items .product-sidebar .product-show .product-image-container .product-image-wrapper .product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .widget-product .category-products ol.product-items .product-sidebar .product-item-details {
  padding-left: 70px;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .widget-product .category-products ol.product-items .product-sidebar .product-item-details .product-item-name {
  max-height: 40px;
  overflow: hidden;
  font-size: 1.4rem;
  margin: 0 0 10px;
  display: block;
  font-weight: normal;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .widget-product .category-products ol.product-items .product-sidebar .product-item-details .price-wrap {
  width: 100%;
  vertical-align: top;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .product-item {
  width: 100% !important;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .product-item:nth-child(4n+1):nth-last-child(-n+4) {
  min-height: auto !important;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .product-item .product-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .product-item .product-item-info .product-item-photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .product-item .product-item-info .product-item-details {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .product-item .product-item-info:hover,
.block-product-layout-wrap .block-product-inner .block-product-sidebar .product-item .product-item-info.active {
  background: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .product-item .product-item-info:hover .product-item-inner,
.block-product-layout-wrap .block-product-inner .block-product-sidebar .product-item .product-item-info.active .product-item-inner {
  display: none;
}
.block-product-layout-wrap .block-product-inner .block-product-sidebar .product-item .product-item-info:hover .price-box .minimal-price-link {
  display: block;
}
.tocompare {
  display: none !important;
}
.page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
  /*margin-left: 2% !important;*/
}
.block-product-tab-cat {
  position: relative;
}
.block-product-tab-cat .tabs-wrap {
  border-bottom: none;
  margin-bottom: 0;
  position: relative;
}
.block-product-tab-cat .widget-tabs {
  /*margin: 0 -15px;*/
  margin: 0;
  border-bottom: none;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
}
.block-product-tab-cat .widget-tabs > li.active > a,
.block-product-tab-cat .widget-tabs > li.active > a:focus,
.block-product-tab-cat .widget-tabs > li.active > a:hover {
  background: #ffffff;
  text-decoration: none;
}
.block-product-tab-cat .widget-tabs > li > a:focus,
.block-product-tab-cat .widget-tabs > li > a:hover {
  background: #ffffff;
  text-decoration: none;
}
.block-product-tab-cat .widget-tabs > li {
  position: relative;
  margin: 0 1px;
  float: left;
  background: #f3f3f3;
}
.block-product-tab-cat .widget-tabs > li > a {
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  padding: 8px;
}
.block-product-tab-cat .widget-tabs > li.active {
  background: #ffffff;
}
.block-product-tab-cat .widget-tabs > li.active > a {
  border: none;
  background: transparent;
  color: #fcb800;
}
.block-product-tab-cat .tab-content-fadein {
  position: relative;
  padding: 0 10px;
}
.block-product-tab-cat .tab-content-fadein .populer-products {
  margin-top: 0;
}
.widget-tabs > li.active > a:focus {
  border: none;
  background: transparent;
  color: #000000;
}
.widget-tabs > li.active > a:hover {
  border: none;
  background: transparent;
  color: #000000;
}
.review-form-actions {
  padding-top: 10px;
}
.view-cartmessage {
  font-size: 16px;
}
.product-social-links {
  padding: 10px;
}
.product-socialmedia-links {
  padding-bottom: 10px;
}
.cat-links {
  padding: 10px 0;
  background: #fff;
  padding: 5px;
  margin: 0;
  border-top: none;
}
.cat-links h2 {
  margin: 0 0 1rem 0;
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 0;
}
.product_stock_delivery_message {
  margin-bottom: 10px !important;
  /*border: 1px solid #e1e1e1;
    padding: 10px;*/
}
.product-item-info .product-reviews-summary {
  display: none;
}
.product-item-info .product-reviews-summary {
  margin-bottom: 15px;
}
.product-item-info .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-info .reviews-actions {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.product-item-info .rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.product-item-info .product-reviews-summary .rating-summary,
.product-item-info .product-reviews-summary .customer-review .rating-summary {
  margin-right: 30px;
}
.product-item-info .product-reviews-summary .rating-summary .label,
.product-item-info .product-reviews-summary .table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-item-info .product-reviews-summary .rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.product-item-info .product-reviews-summary .rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.product-item-info .product-reviews-summary .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.product-item-info .product-reviews-summary .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #fdac27;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.product-item-info .product-reviews-summary .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;
}
.product-item-info .product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-info-main .product-reviews-summary {
  margin-bottom: 15px;
}
.product-info-main .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-info-main .reviews-actions {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.product-info-main .rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.product-info-main .product-reviews-summary .rating-summary,
.product-info-main .product-reviews-summary .customer-review .rating-summary {
  margin-right: 30px;
}
.product-info-main .product-reviews-summary .rating-summary .label,
.product-info-main .product-reviews-summary .table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-info-main .product-reviews-summary .rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.product-info-main .product-reviews-summary .rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.product-info-main .product-reviews-summary .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.product-info-main .product-reviews-summary .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #fdac27;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.product-info-main .product-reviews-summary .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;
}
.product-info-main .product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
#product-review-container .review-ratings .rating-summary,
#product-review-container .customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
#product-review-container .review-toolbar:first-child {
  display: none;
}
#product-review-container .review-ratings .rating-label,
#product-review-container .customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
#product-review-container .rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
#product-review-container .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #fdac27;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
#product-review-container .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
#product-review-container .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #fdac27;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
#product-review-container .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;
}
#product-review-container .review-toolbar {
  display: none;
}
#product-review-container .review-toolbar .limiter {
  display: none;
}
#product-review-container .review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
#product-review-container .block.review-add {
  margin-top: 20px;
}
.details-page-as-low-as {
  margin-right: 5px;
}
.details-page-as-low-as span.price-container.price-final_price.tax.weee {
  margin-right: 5px;
}
.details-page-as-low-as span.price-label {
  display: inline-block !important;
  margin-right: 5px;
}
.details-page-as-low-as span.price-wrapper {
  display: inline-block !important;
}
.details-page-as-low-as span.price-wrapper {
  display: inline-block !important;
}
.details-page-as-low-as span.price-label {
  display: inline-block !important;
  margin-right: 5px;
}
.block.widget.block-products-list.grid .products-grid .product-items .product-item .product-item-info:hover .price-box .discount-percentv1 {
  visibility: visible;
}
.products-grid .product-items .product-item .product-item-info:hover .price-box .discount-percentv1 {
  visibility: visible;
}
.product-item-info .aslowas-price-block span.price-label {
  display: none;
}
.product-item-info .aslowas-price-block span.final-price-span:before {
  content: "-";
  color: #646464;
}
.product-item-info .aslowas-price-home-subcat span.price-label {
  display: none;
}
.product-item-info .aslowas-price-home-subcat span.final-price-span:before {
  content: "-";
  color: #646464;
}
.product-item-info .discount-percentv1 {
  /* display: none;*/
  position: absolute;
  top: 9px;
  z-index: 99;
  /*background: #ee4054;*/
  border: 1px solid #ee4054;
  /*color: #fff;*/
  color: #ee4054;
  border-radius: 5px;
  font-weight: 700;
  padding: 5px;
  right: 9px;
  font-size: 12px;
  text-transform: uppercase;
}
.discount-wrap {
  /* display: none;*/
}
.discount-percentv1 {
  /*display: none;*/
}
.catalog-product-view .discount-wrap {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  font-size: 1.6rem;
  padding: 5px 12px 5px 15px;
  background: #ee4054;
  height: 16px;
  z-index: 2;
}
.catalog-product-view .discount-wrap:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 13px solid #ee4054;
}
.catalog-product-view .discount-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  padding: 3px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}
.catalog-product-view .discount-wrap .discount-percentv1 {
  display: block;
  margin-top: -2px;
}
.catalog-product-view .products-related .discount-wrap {
  display: none;
}
.catalog-product-view .products-upsell .discount-wrap {
  display: none;
}
.catalog-product-view .products-crosssell .discount-wrap {
  display: none;
}
.catalog-product-view .product-options-bottom .price-box .old-price {
  margin-right: 20px;
}
.catalog-product-view .product-info-price .price-box .old-price {
  margin-right: 20px;
}
.page-layout-2columns-right .discount-percentv1 {
  /*display: none;*/
}
.sidebar .block-viewed-products-grid .product-items .product-item-info {
  padding: 9px;
  margin: 0;
  /*border: 1px solid @color-gray-light2;*/
}
.sidebar .block-viewed-products-grid .product-items .product-item-info:hover,
.sidebar .block-viewed-products-grid .product-items .product-item-info.active {
  background: #ffffff;
  box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #bbbbbb;
  margin: 0;
  padding: 9px;
  position: relative;
  z-index: 2;
}
.sidebar .block-viewed-products-grid .product-items .product-item-info .product-item-actions {
  display: none;
}
.sidebar .block-viewed-products-grid .product-items .product-item-info:hover .product-item-actions {
  display: inline;
}
.minicart-items-wrapper {
  min-height: 130px;
  max-height: 300px;
  height: 300px !important;
}
.minicart-items .item-qty {
  width: 60px;
}
.contactform-content {
  padding: 20px 0 0;
}
.checkout-cart-index .page-title {
  text-transform: capitalize;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 10px 0;
  padding: 20px 0;
}
.checkout-index-index .payment-group .payment-method .label {
  display: inline-block;
  width: auto;
}
.checkout-index-index .checkout-payment-method .payment-method-title label[for="sslcommerz"] {
  display: none;
}
.checkout-index-index .checkout-payment-method .payment-method-title input#sslcommerz {
  display: none;
}
.checkout-index-index .order-attributes .order-attributes-form .field[name="amastyShippingMethodAttributes.courier_messages"] .label {
  display: none;
}
.checkout-index-index .order-attributes .order-attributes-form .field[name="amastyShippingMethodAttributes.courier_messages_bn"] .label {
  display: none;
}
#shopping-cart-table > tbody > tr > td {
  vertical-align: middle;
}
.checkout-cart-index .cart.table-wrapper .product-item-details {
  padding-bottom: 0;
  vertical-align: middle;
  padding-left: 10px;
}
.checkout-cart-index .cart.table-wrapper .item .col.item {
  padding: 5px 8px 5px 0;
}
.checkout-cart-index .cart.table-wrapper .product-item-photo {
  line-height: 0;
  padding-right: 0;
}
.checkout-cart-index .cart.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal {
  text-align: left;
}
.checkout-cart-index .cart.table-wrapper .col.action-edit-delete {
  text-align: right;
}
.checkout-cart-index .cart.table-wrapper .product-item-name {
  font-size: 1.4rem;
  margin: 0;
}
.checkout-cart-index .cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  font-size: 1.4rem;
}
.checkout-cart-index .cart.table-wrapper .col.action-edit-delete .item-actions {
  margin-top: 5px;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar {
  padding-bottom: 0;
}
.checkout-cart-index .cart.table-wrapper .action-edit {
  margin-right: 15px;
}
.checkout-cart-index .cart.item .col.qty .action.qty-button {
  padding: 0px 10px;
  font-size: 20px;
}
.checkout-cart-index .action-edit-delete .item-actions .gift-options-cart-item {
  margin-right: 25px;
}
.checkout-cart-index .cart.table-wrapper .item .message {
  margin-top: 5px;
}
.checkout-cart-index .cart.table-wrapper .item .message.error {
  margin-bottom: 0;
}
.checkout-cart-index button.action.update,
.checkout-cart-index .quote-details-items .actions-toolbar > .action.action.update {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  background: #fdac27;
  border: 1px solid #fdac27;
  color: #fff;
  box-shadow: none;
}
.checkout-index-index #checkout-step-shipping .field .control._with-tooltip input {
  width: 100%;
}
.checkout-index-index #checkout-step-payment .payment-method .payment-method-content .payment-method-note span {
  font-size: 1.2rem;
  color: #847f7f;
}
.checkout-index-index #checkout-step-payment .payment-method .payment-method-content .payment-method-instructions {
  margin-top: 10px;
}
.checkout-index-index #checkout-step-payment .payment-method .payment-method-content .payment-method-instructions span {
  color: #f07722;
}
.sidebar .product-items .product-item-info .product-item-photo {
  float: none;
  left: auto !important;
  margin: 0;
  position: absolute;
  top: auto !important;
}
.checkout-container ul.opc-progress-bar {
  margin-top: 30px;
  margin-bottom: 15px;
  counter-reset: i;
  font-size: 0;
  text-align: center;
}
.checkout-container ul.opc-progress-bar .opc-progress-bar-item._active > span {
  font-weight: 300;
}
.checkout-onepage-success .page-title-wrapper {
  padding: 15px 0;
}
.related {
  position: relative;
}
.related .title {
  padding: 15px 0px;
  border-bottom: 1px solid #e1e1e1;
}
.related .title strong#block-related-heading {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.2rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.related .block-actions {
  position: absolute;
  top: 15px;
  right: 0;
}
.upsell .title {
  padding: 15px 0px;
  border-bottom: 1px solid #e1e1e1;
}
.upsell .title strong#block-upsell-heading {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.2rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.upsell .title {
  padding: 15px 0px;
  border-bottom: 1px solid #e1e1e1;
}
.upsell .title strong#block-upsell-heading {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.2rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.crosssell .title {
  padding: 15px 0px;
  border-bottom: 1px solid #e1e1e1;
}
.crosssell .title strong#block-crosssell-heading {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.2rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.relateditem_carousel .product-item {
  width: 100% !important;
  padding: 12px;
  margin-bottom: 0;
  padding-left: 12px !important;
}
.relateditem_carousel .product-item .actions-secondary {
  /*display: none !important;*/
}
.products-crosssell .product-items .product-item {
  width: 100% !important;
}
.relateditem_carousel .product-item-info {
  width: 100% !important;
}
.page-layout-2columns-left .listindustry-catepage {
  background: #ffffff;
  padding: 0;
}
.page-layout-2columns-left .block-top-head-cat {
  padding: 0px 20px 10px 0;
  border-bottom: 1px solid #e1e1e1;
  background: #ffffff;
}
.page-layout-2columns-left .category-image-flex {
  margin-bottom: 25px;
}
.page-layout-2columns-left .category-image-flex .cat-item-inner {
  padding: 10px 0;
  box-sizing: border-box;
  margin: 10px;
}
.am-filter-items-attr_price .am-filter-price {
  max-width: 100px;
}
.am-filter-items-attr_price .range.am-fromto-widget .am-filter-go {
  padding: 7px;
}
.filter-options .smile-es-range-slider a:hover {
  background-color: #fdac27;
  color: #ffffff;
}
.filter-options .smile-es-range-slider .actions-toolbar a {
  text-overflow: inherit;
  overflow: inherit;
  white-space: inherit;
  margin-left: 0;
  margin-right: 0;
}
.filter-options .smile-es-range-slider .actions-toolbar a:hover {
  background-color: #fdac27;
  color: #ffffff;
}
.filter-options .smile-es-range-slider .ui-slider {
  margin: 0;
}
.company-account-create .page-title-wrapper .page-title {
  margin: 30px 0;
}
.company-account-index .page-title-wrapper .page-title {
  margin: 30px 0;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 10px;
  margin-top: 10px;
}
.account .message.info.empty {
  padding: 8px 40px;
}
.account.sales-order-view.page-layout-2columns-left .column.main .block.block-order-details-view .block-content .box strong.box-title {
  margin: 0 0 15px;
  padding: 0 0 .3em 0;
  border-bottom: 1px solid #e7e7e7;
}
.account.sales-order-view.page-layout-2columns-left .column.main .block.block-order-details-view .block-content .box-order-shipping-address {
  padding: 20px 20px 20px 0 ;
}
.account.sales-order-view.page-layout-2columns-left .column.main .block.block-order-details-view .block-content .box-order-shipping-method {
  padding: 20px;
}
.account.sales-order-view.page-layout-2columns-left .column.main .block.block-order-details-view .block-content .box-order-billing-address {
  padding: 20px;
}
.account.sales-order-view.page-layout-2columns-left .column.main .block.block-order-details-view .block-content .box-order-billing-method {
  padding: 20px;
}
.appguide-links {
  text-decoration: none;
  /*&:after {
      content: "";
      margin-left: 10px;
      margin-right: 10px;
      height: 16px;
      overflow: hidden;
      webkit-border-right: 1px solid #ccc;
      border-right: 1px solid #ccc;
    }*/
}
.appguide-links:hover {
  text-decoration: none;
}
.appguide-links img.app-img-icon {
  vertical-align: middle;
  margin-top: -3px;
}
.appguide-links span.appguide-span {
  color: black;
  font-size: 1.2rem;
}
.search-term-popular.page-layout-1column .page-title-wrapper .page-title {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 20px;
}
.search-term-popular.page-layout-1column ul.search-terms {
  list-style: none;
  padding: 0;
}
.search-term-popular.page-layout-1column ul.search-terms li.item {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  line-height: 16px;
  color: #666;
  margin-bottom: 10px;
}
.search-term-popular.page-layout-1column ul.search-terms li a {
  font-size: 1.4rem !important;
}
.search-term-popular.page-layout-1column ul.search-terms li a:before {
  /*position: absolute;
            left: 0;
            top: 2px;
            content: "";
            display: inline-block;
            width: 1px;
            height: 14px;
            font-size: 0;
            overflow: hidden;
            background-color: #e9e9e9;*/
}
.search-term-popular.page-layout-1column ul.search-terms li:first-child a:before {
  display: none;
}
.customer-account-login.page-layout-1column .page-footer {
  margin-top: 40px;
}
.page-footer {
  background: #ffffff !important;
}
.page-footer .footer.content {
  padding-top: 40px;
}
.page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-main {
  color: #666;
  padding-bottom: 0;
  margin-top: 30px;
}
.page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-main .row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-main .row-container .col-item25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-main .row-container .col-item25 .footer-contact .social-links {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
  line-height: 0;
}
.page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-main .row-container .col-item25 .footer-contact .social-links li {
  display: inline-block;
  padding: 0 10px;
}
.page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-main .row-container .col-item25 .footer-contact .social-links li a:hover {
  text-decoration: none;
  background-color: #fcb800;
}
.page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-main .row-container .col-item25 .footer-contact .social-links li a .mbi {
  line-height: inherit;
}
.page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-main .row-container .col-item25 .footer-contact .social-links li .twitter {
  color: #0cf;
}
.page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-main .row-container .col-item25 .footer-contact .social-links li .linkedin {
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  background-color: #ffffff;
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
}
.page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-main .row-container .col-item25 .footer-contact .social-links li .facebook {
  color: #666;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  background-color: #ffffff;
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
}
.page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-main .row-container .col-item25 .footer-contact .social-links li .gplus {
  color: #c00;
}
.page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-main .row-container .col-item25 .footer-contact .social-links li .instagram {
  color: #963;
}
.page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-main .row-container .col-item25 .footer-contact .social-links li .youtube {
  color: #c33;
}
.page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-main .row-container .col-item25 .footer-contact .social-links li .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-main .row-container .col-item25 .footer-links-wrap .footer-container .footer-links li a {
  color: #666;
  font-size: 1.4rem;
}
.page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-main .title {
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-main .textwidget p {
  font-size: 1.4rem;
}
.page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-quicklinks {
  padding-top: 0;
  padding-bottom: 40px;
  border-top: none;
  border-bottom: 1px solid #e1e1e1;
}
.page-footer .footer.content .footer-copyright-vertical .row-container .col-item40 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.page-footer .footer.content .footer-copyright-vertical .row-container .col-item60 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.page-footer .footer.content .footer-copyright-vertical .row-container .footer-copyright .text-copyright .copyright {
  text-align: left;
  background-color: #ffffff;
}
.page-footer .footer.content .footer-copyright-vertical .row-container .footer-payment .mr-payment {
  padding-right: 0;
}
.page-footer .footer.content .footer-copyright-vertical .row-container .footer-payment .mr-payment li img {
  vertical-align: middle;
}
.page-footer .footer.content .footer-copyright-vertical .row-container .footer-payment .mr-payment li.title {
  margin-top: 10px;
}
.page-footer .footer-top .footer.content {
  padding-top: 0;
}
.block.widget.block-products-list.grid .block-title {
  position: relative;
  margin: 0;
  padding: 15px 0px 15px 0;
  border-bottom: 1px solid #e1e1e1;
  background: #fff;
}
.block.widget.block-products-list.grid .block-title strong {
  border-bottom: transparent;
  padding-bottom: 4px;
  font-weight: 300;
  font-size: 2.2rem !important;
  line-height: normal;
}
.card-shimer {
  width: 98%;
}
.card-shimer .wrapper-shimer {
  width: 100%;
  height: 200px;
  -webkit-animation: fullView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -moz-animation: fullView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -ms-animation: fullView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -o-animation: fullView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  animation: fullView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  background: #fff;
  padding: 10px;
}
.card-shimer .wrapper-shimer .item-shimer {
  width: 15.5%;
  height: 100%;
  float: left;
  margin-right: 10px;
}
.card-shimer .wrapper-shimer .item-shimer .profilePic {
  height: 130px;
  width: 95%;
  border-radius: 1%;
}
.card-shimer .wrapper-shimer .item-shimer .comment {
  height: 10px;
  background: #777;
  margin-top: 20px;
}
.card-shimer .wrapper-shimer .item-shimer .w80 {
  width: 80%;
}
.card-shimer .wrapper-shimer .item-shimer:last-child {
  margin-right: 0px;
}
.card-shimer .wrapper-shimer .animate {
  -webkit-animation: shimmer 2s infinite linear;
  -moz-animation: shimmer 2s infinite linear;
  -ms-animation: shimmer 2s infinite linear;
  -o-animation: shimmer 2s infinite linear;
  animation: shimmer 2s infinite linear;
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%;
}
@-webkit-keyframes fullView {
  100% {
    width: 100%;
  }
}
@-moz-keyframes fullView {
  100% {
    width: 100%;
  }
}
@-o-keyframes fullView {
  100% {
    width: 100%;
  }
}
@-ms-keyframes fullView {
  100% {
    width: 100%;
  }
}
@keyframes fullView {
  100% {
    width: 100%;
  }
}
@-webkit-keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@-moz-keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@-o-keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@-ms-keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.mart-card-shimer {
  width: 100%;
}
.mart-card-shimer .mart-wrapper-shimer {
  width: 100%;
  height: 200px;
  -webkit-animation: martView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -moz-animation: martView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -ms-animation: martView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -o-animation: martView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  animation: martView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.mart-card-shimer .mart-wrapper-shimer .mart-item-shimer {
  flex: 1 22%;
  margin: 4px;
}
.mart-card-shimer .mart-wrapper-shimer .mart-item-shimer .profilePic {
  height: 178px;
  width: 100%;
}
.mart-card-shimer .mart-wrapper-shimer .mart-item-shimer .comment {
  height: 10px;
  background: #777;
  margin-top: 20px;
  width: 90%;
}
.mart-card-shimer .mart-wrapper-shimer .mart-item-shimer .w80 {
  width: 80%;
}
.mart-card-shimer .mart-wrapper-shimer .mart-item-shimer:last-child {
  margin-right: 0px;
}
.mart-card-shimer .mart-wrapper-shimer .animate {
  -webkit-animation: mart-shimmer 2s infinite linear;
  -moz-animation: mart-shimmer 2s infinite linear;
  -ms-animation: mart-shimmer 2s infinite linear;
  -o-animation: mart-shimmer 2s infinite linear;
  animation: mart-shimmer 2s infinite linear;
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%;
}
@-webkit-keyframes martView {
  100% {
    width: 100%;
  }
}
@-moz-keyframes martView {
  100% {
    width: 100%;
  }
}
@-o-keyframes martView {
  100% {
    width: 100%;
  }
}
@-ms-keyframes martView {
  100% {
    width: 100%;
  }
}
@keyframes martView {
  100% {
    width: 100%;
  }
}
@-webkit-keyframes mart-shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@-moz-keyframes mart-shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@-o-keyframes mart-shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@-ms-keyframes mart-shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@keyframes mart-shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.hotline-top strong {
  padding-left: 5px;
}
.hotline-top strong a {
  color: #000000;
}
.hotline-top strong a:hover {
  color: #000000;
  text-decoration: none;
}
.catalog-product_compare-index .page-title-wrapper .page-title {
  margin-bottom: 30px;
  margin-top: 30px;
}
.quote-details-items #form-quote .actions-toolbar > .action-delete {
  position: relative;
}
.quote-details-items #form-quote .actions-toolbar > .action:hover {
  border: 1px solid #ccc;
}
.footer-service-selling {
  background-color: #FFD200;
  padding: 20px 0 0;
}
.footer-service-selling .footer.content {
  padding-top: 0;
}
.footer-service-selling .footer.content ul {
  padding-right: 0;
}
.footer-service-selling .service-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-service-selling .service-top ul li {
  float: left;
  width: 20%;
  margin-bottom: 20px;
}
.footer-service-selling .service-top ul li .sv-icon {
  float: left;
  width: 70px;
  height: 70px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
}
.footer-service-selling .service-top ul li .sv-icon .sv-icon-g {
  line-height: 70px;
}
.footer-service-selling .service-top ul li .sv-info {
  margin-left: 80px;
  padding-top: 13px;
}
.footer-service-selling .service-top ul li .sv-title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 1.4rem;
}
.footer-service-selling .service-top ul li p {
  margin: 0;
  font-size: 1.4rem;
  opacity: .7;
}
.footer-service-selling .service-top ul li:after {
  content: "";
  display: block;
  clear: both;
}
.footer-newsletter .footer.content .col-item40 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.footer-newsletter .footer.content .col-item60 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.footer-newsletter .footer.content .social-bg {
  padding: 28px 30px 0;
  background-color: #f5f5f5;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.footer-newsletter .footer.content .social-links {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
  line-height: 0;
}
.footer-newsletter .footer.content .social-links li {
  display: inline-block;
  padding: 0 10px;
}
.footer-newsletter .footer.content .social-links li a:hover {
  text-decoration: none;
  background-color: #fcb800;
  color: #666;
}
.footer-newsletter .footer.content .social-links li a .mbi {
  line-height: inherit;
}
.footer-newsletter .footer.content .social-links li .twitter {
  color: #0cf;
}
.footer-newsletter .footer.content .social-links li .linkedin {
  color: #666;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  background-color: #ffffff;
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
}
.footer-newsletter .footer.content .social-links li .facebook {
  color: #666;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  background-color: #ffffff;
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
}
.footer-newsletter .footer.content .social-links li .gplus {
  color: #c00;
}
.footer-newsletter .footer.content .social-links li .instagram {
  color: #963;
}
.footer-newsletter .footer.content .social-links li .youtube {
  color: #c33;
}
.footer-newsletter .footer.content .social-links li .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.footer-newsletter .footer.content .subcribe-footer-content {
  /*display: table;
        width: 100%;*/
  margin-bottom: 28px;
  margin-left: 50px;
}
.footer-newsletter .footer.content .subcribe-footer-content .subcribe-footer-title {
  white-space: nowrap;
  display: table-cell;
  vertical-align: top;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 128.571%;
  font-weight: 600;
  padding-top: 10px;
  color: #222;
  position: relative;
  /* left: -9px;*/
}
.footer-newsletter .footer.content .subcribe-footer-content .block-subscribe-footer {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.footer-newsletter .footer.content .subcribe-footer-content .block-subscribe-footer .newsletter-content {
  display: table;
  width: 100%;
}
.footer-newsletter .footer.content .subcribe-footer-content .block-subscribe-footer .newsletter-content .field.newsletter {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.footer-newsletter .footer.content .subcribe-footer-content .block-subscribe-footer .newsletter-content .field.newsletter #newsletter {
  height: 44px;
  border: none;
  padding-left: 25px;
  color: #222;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08) !important;
  border-radius: 22px 0 0 22px;
  -moz-border-radius: 22px 0 0 22px;
  -webkit-border-radius: 22px 0 0 22px;
}
.footer-newsletter .footer.content .subcribe-footer-content .block-subscribe-footer .newsletter-content .actions {
  display: table-cell;
  vertical-align: top;
}
.footer-newsletter .footer.content .subcribe-footer-content .block-subscribe-footer .newsletter-content .actions button,
.footer-newsletter .footer.content .subcribe-footer-content .block-subscribe-footer .newsletter-content .actions .quote-details-items .actions-toolbar > .action {
  text-transform: uppercase;
  height: 44px;
  line-height: 44px;
  padding: 0 25px 0 23px;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08) !important;
  border-radius: 0 22px 22px 0;
  -moz-border-radius: 0 22px 22px 0;
  -webkit-border-radius: 0 22px 22px 0;
}
.footer-bottom {
  margin-bottom: 30px;
  /*margin-top: 30px !important;*/
  border-top: transparent !important;
}
.footer-bottom .row-container .col-item40 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.footer-bottom .row-container .col-item40 .copyright {
  background-color: #ffffff;
  text-align: left;
  padding: 10px;
}
.footer-bottom .row-container .col-item60 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.footer-bottom .row-container .col-item60 .mr-payment {
  padding-right: 0;
}
.footer-bottom .row-container .col-item60 .mr-payment li {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.footer-bottom .row-container .col-item60 .mr-payment li.title {
  margin-right: 10px;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  box-shadow: none !important;
  border: 0 !important;
  margin: -9px !important;
}
.products-grid .product-item-info:hover .product-item-inner,
.products-grid .product-item-info.active .product-item-inner {
  display: block;
  box-shadow: none !important;
  border: 0 !important;
}
.products-grid .product-items .product-item .product-item-info .product-item-photo:hover .product-image-container {
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.product-item-info {
  position: relative;
}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  width: auto !important;
  height: auto !important;
  clip: rect(auto, auto, auto, auto);
}
.product-item-info .product-item-inner {
  /* box-shadow: none;
     border: 0;
     position: absolute;
     bottom: -5px;
     margin: 0;
     padding: 0;
     left: 0;
     width: 100%;
     -moz-transition: all .60s ease;
     -webkit-transition: all .60s ease;
     -o-transition: all .60s ease;
     transition: all .60s ease;
     -moz-backface-visibility: hidden;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     visibility: hidden;*/
  padding: 0;
  right: 0;
}
.page-layout-2columns-left .product-item-info .product-item-inner {
  bottom: -28px;
}
.sindabad_child.cms-home .product-item-info:hover .product-item-inner {
  bottom: 0;
}
.populer-products .product-item-info:hover .product-item-inner {
  bottom: 0;
}
.product-item-info:hover .product-item-inner {
  bottom: 0;
  visibility: inherit;
  opacity: 1;
}
.product-item-info .product-item-actions {
  margin: 0;
}
.product-item-info .product-item-actions {
  position: relative;
  /*overflow: hidden;*/
}
.products-grid .product-item-info .product-item-inner {
  /*   position: absolute;
       left: 0;
       bottom: 0;
       width: 100%;
       z-index: 11;
       opacity: 0;
       visibility: hidden;
       -webkit-transition: all .2s linear;
       transition: all .2s linear;
       -webkit-backface-visibility: hidden;
       backface-visibility: hidden;
       -webkit-transition-delay: .1s;
       transition-delay: .1s;
       -webkit-transform: translateY(8px);
       -ms-transform: translateY(8px);
       transform: translateY(8px);*/
}
.products-grid .product-item-info:hover .product-item-inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(19px);
  -ms-transform: translateY(19px);
  transform: translateY(19px);
}
.catalog-category-view.page-layout-1column .products-grid .product-item-info:hover .product-item-inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px);
}
.page-products .products-grid .product-item-inner:before {
  height: 0;
}
.page-layout-2columns-left .product-item-info:hover .product-item-inner {
  opacity: 1;
  visibility: visible;
  /*-webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);*/
  -webkit-transform: translateY(19px);
  -ms-transform: translateY(19px);
  transform: translateY(19px);
}
.page-layout-2columns-left .product-item-info .product-item-inner {
  /*-webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);*/
  -webkit-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  transform: translateY(-13px);
}
.page-layout-2columns-left .products-grid .product-item .product-item-info:hover .price-box {
  display: block;
  visibility: hidden;
}
.page-layout-2columns-left .products.wrapper.list.products-list ol.products.list.items.product-items .product-item-info .product-item-inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  position: inherit;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  visibility: visible;
}
.page-layout-2columns-left .products.wrapper.list.products-list ol.products.list.items.product-items .product-item-info:hover .product-item-inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.page-layout-2columns-left .products.wrapper.list.products-list ol.products.list.items.product-items .product-item-details {
  padding: 10px 0;
}
.widgetplus-block {
  position: relative;
}
.widgetplus-block .block-blog-main {
  border-bottom: 1px solid #d8d8d8;
}
.widgetplus-block .top-title {
  padding: 0;
  margin-bottom: 10px;
}
.widgetplus-block .top-title .title {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  line-height: auto;
  padding: 0 0 5px 0;
}
.widgetplus-block .top-title .list-category {
  float: right;
  list-style: none;
  margin: 0 -10px;
  padding: 10px 0;
}
.widgetplus-block .blog-post-wrap {
  padding: 10px;
}
.widgetplus-block .post-list-wrapper .title {
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: 15px;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widgetplus-block .post-list-wrapper .title a {
  color: #000000;
  text-decoration: none;
  transition: all 250ms ease;
}
.widgetplus-block .post-list-wrapper .title a:hover {
  color: #fcb800;
}
.widgetplus-block .post-list-wrapper .post-posed-date {
  color: #999999;
  font-size: 1.2rem;
  padding-top: 15px;
}
.widgetplus-block .post-list-wrapper .post-short-description {
  font-size: 1.3rem;
  margin-bottom: 18px;
}
.widgetplus-block .post-list-wrapper .post-read-more a {
  display: table;
  padding: 9px 30px;
  color: #222;
  background-color: #f5f5f5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.widgetplus-block .post-list-wrapper .post-read-more a:hover {
  background-color: #ffb834;
  text-decoration: none;
}
.cms-home .widgetplus-block .owl-carousel .owl-nav button.owl-prev,
.cms-home .widgetplus-block .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-prev {
  left: -10px;
}
.cms-home .widgetplus-block .owl-carousel .owl-nav button.owl-next,
.cms-home .widgetplus-block .owl-carousel .owl-nav .quote-details-items .actions-toolbar > .action.owl-next {
  right: -10px;
}
.page-header .header-main-content .top-right .topnav .topnav-dropdown .topnav-dropdown-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.page-header .header-main-content .top-right .topnav .topnav-dropdown .topnav-dropdown-content ul.header.links li.customer-welcome {
  padding-left: 10px;
}
.page-header .header-main-content .top-right .topnav .topnav-dropdown .link-item {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.page-header .header-main-content .top-right .topnav .icon {
  display: none;
}
.link_mobile_app_wrapper {
  background: #304352;
  background: -webkit-linear-gradient(to right, #d7d2cc, #304352);
  background: linear-gradient(to right, #d7d2cc, #304352);
  padding: 8px 15px !important;
  display: none;
}
.link_mobile_app_wrapper .text-right {
  text-align: right;
}
.link_mobile_app_wrapper .text-center {
  text-align: center;
}
.link_mobile_app_wrapper .link_mobile_app_text {
  text-align: left;
}
.link_mobile_app_wrapper .link_mobile_app_text p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.link_mobile_app_wrapper .link_mobile_app_text p:nth-child(2) {
  font-size: 11px;
  font-weight: normal;
}
.link_mobile_app_wrapper .link_mobile_app_view {
  font-size: 12px;
  padding: 4px 10px;
  font-weight: normal;
}
.products-list .product-item .product-item-info .price-box .minimal-price-link .price-wrapper {
  color: #333;
  font-weight: 700;
}
.products-list .product-item .product-item-info .product-item-inner .product.description.product-item-description a.action.more {
  color: #fdac27;
}
.products-grid .product-item .product-item-info .price-box .final-price-span {
  display: inline-block;
}
.products-grid .product-item .product-item-info .price-box .minimal-price-link {
  display: inline-block;
  margin-left: 10px;
}
.products-grid .product-item .product-item-info .price-box .minimal-price-link .price-label {
  display: none !important;
}
.sin-divider-section .sin-divider-inner {
  margin-bottom: -18px;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.03) 3px, transparent);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.03) 3px, transparent);
  z-index: 0;
  zoom: 1;
}
.sin-divider-section .sin-divider-inner:after {
  display: block;
  width: 100%;
  height: 5px;
  background-color: transparent;
  background: -webkit-linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0), #ffffff);
  z-index: 1;
  content: "";
}
.sin-divider-section .sin-divider-inner p {
  display: none;
}
.home-category-wrapper {
  padding: 20px;
}
.home-category-wrapper .main-label h2 {
  padding: 15px 0;
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
}
.home-category-wrapper .home-main-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.home-category-wrapper .home-main-category .category-box {
  flex: 24%;
  padding: .75rem;
}
.home-category-wrapper .home-main-category .category-box a.category-items {
  background-color: #fff;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  border-radius: 6px;
  text-decoration: none;
  color: #000;
  display: block;
  padding: 1.25rem;
}
.home-category-wrapper .home-main-category .category-box a.category-items:hover {
  background: #fee9b2;
}
.home-category-wrapper .home-main-category .category-box .category-content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.home-category-wrapper .home-main-category .category-box .is-50x50 {
  height: 50px;
  width: 50px;
}
.home-category-wrapper .home-main-category .category-box img.is-rounded {
  border-radius: 50%;
}
.home-category-wrapper .home-main-category .category-box .category-title {
  flex-basis: 70%;
}
#sincorporate {
  background-image: url(https://speedy.sindabad.com/media/wysiwyg//home/category/Corporate-tiny-Banking.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 40px;
}
#sincorporate::before {
  content: " ";
  opacity: .9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, #eabc5a 0, #f7c65f 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #eabc5a), color-stop(100%, #f7c65f));
  background: -webkit-linear-gradient(left, #eabc5a 0, #f7c65f 100%);
  background: -o-linear-gradient(left, #eabc5a 0, #f7c65f 100%);
  background: -ms-linear-gradient(left, #eabc5a 0, #f7c65f 100%);
  background: linear-gradient(to right, #eabc5a 0, #f7c65f 100%);
}
#sincorporate .corporate-container {
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
}
#sincorporate .corporate-container:first-of-type .main-label:first-of-type {
  padding-top: 50px;
}
#sincorporate .corporate-content {
  text-align: center;
  position: relative;
}
#sincorporate .corporate-content .main-label {
  margin: 0 0 15px;
}
#sincorporate .corporate-content .main-label h2 {
  margin-top: 1rem;
  font-weight: 400;
  padding-top: 0;
}
#sincorporate .corporate-content .main-label .home-bricfcase {
  font-size: 40px;
  color: #fff;
  margin-top: 20px;
}
#sincorporate .corporate-content .corporate-benefits {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
#sincorporate .corporate-content .corporate-benefits .corporate-benefits-item {
  position: relative;
  padding: 10px;
  margin: 0 15px 15px;
  display: inline-block;
  border-radius: 5px;
  width: 195px;
  background-color: rgba(152, 121, 57, 0.2);
}
#sincorporate .corporate-content .corporate-benefits .corporate-benefits-item .home-tick {
  color: #fff;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: -5px;
  font-size: 24px;
  padding: 4px;
  background-color: #f18733;
  border-radius: 5px;
}
#sincorporate .corporate-content .corporate-benefits .corporate-benefits-item .homecorpicon-icon {
  margin-top: 34px;
}
#sincorporate .corporate-content .corporate-benefits .corporate-benefits-item .home-money {
  font-size: 40px;
  color: #fff;
  margin-top: 20px;
}
#sincorporate .corporate-content .corporate-benefits .corporate-benefits-item .home-headset {
  font-size: 40px;
  color: #fff;
  margin-top: 20px;
}
#sincorporate .corporate-content .corporate-benefits .corporate-benefits-item .home-truck {
  font-size: 40px;
  color: #fff;
  margin-top: 20px;
}
#sincorporate .corporate-content .corporate-benefits .corporate-benefits-item h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 0;
}
#sincorporate .corporate-content .sinbtn {
  padding: 8px 15px 9px;
  display: inline-block;
  border: 0;
  cursor: default;
  outline: 0;
  margin-top: 2.5rem;
  border-radius: 2px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  background-color: #f3872c;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.social-newsletter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-content: space-evenly;
}
.payment-method .payment-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.payment-method .payment-list li {
  padding-left: 2px;
}
.payment-method .payment-list:last-child {
  padding-left: 0;
}
.products-grid .product-item .product-item-info .product-item-inner .actions-secondary {
  display: none !important;
}
/* checkout-index-index page-layout-checkout */
.checkout-shipping-method .step-title:first-child {
  display: none;
}
.checkout-shipping-method .bss-dtitle {
  display: block !important;
}
.checkout-payment-method .payment-method-title {
  border-top: none !important;
}
.checkout-payment-method .payment-option-title {
  border-top: none !important;
}
.checkout-payment-method .actions-toolbar .primary {
  float: none !important;
}
.checkout-payment-method .ssl-checkbox {
  margin-bottom: 20px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: none;
}
.opc-wrapper .step-title {
  border-bottom: none;
}
/* checkout-onepage-success  checkout-success */
.checkout-onepage-success .page-main {
  width: 50%;
}
.checkout-onepage-success h1.page-title {
  display: none !important;
}
.checkout-onepage-success .checkout-success {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.checkout-onepage-success .checkout-success .checkout-item.succ-img {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.checkout-onepage-success .checkout-success .order-succ {
  font-size: 25px;
  font-weight: 700;
  font-size: 30px;
}
.checkout-onepage-success .checkout-success .order-no {
  font-size: 25px;
  font-weight: 700;
}
.checkout-onepage-success .checkout-success .order-number {
  color: #000000;
}
.checkout-onepage-success .checkout-success .order-id {
  font-size: 25px;
  font-weight: 700;
}
.checkout-onepage-success .checkout-success .likely-recommand p {
  font-weight: 700;
}
.checkout-onepage-success .checkout-success-rating {
  margin-bottom: 25px;
}
.checkout-onepage-success .checkout-success-rating .rating {
  float: left;
  margin-right: 30px;
}
.checkout-onepage-success .checkout-success-rating .rating span {
  position: relative;
  float: right;
}
.checkout-onepage-success .checkout-success-rating .rating span input {
  position: absolute;
  top: 6px;
  left: 5px;
  opacity: 0;
  cursor: pointer;
}
.checkout-onepage-success .checkout-success-rating .rating span label {
  color: #bbb;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 30px;
  margin-right: 5px;
  line-height: 20px;
}
.checkout-onepage-success .checkout-success-rating .rating .rating__icon {
  color: #bbb;
  font-size: 20px;
}
.checkout-onepage-success .checkout-success-rating .rating span:hover ~ span label .rating__icon,
.checkout-onepage-success .checkout-success-rating .rating span:hover label .rating__icon,
.checkout-onepage-success .checkout-success-rating .rating span.checked label .rating__icon,
.checkout-onepage-success .checkout-success-rating .rating span.checked ~ span label .rating__icon {
  color: #F90;
}
.checkout-onepage-success .checkout-success-rating .rating span:hover ~ span label,
.checkout-onepage-success .checkout-success-rating .rating span:hover label,
.checkout-onepage-success .checkout-success-rating .rating span.checked label,
.checkout-onepage-success .checkout-success-rating .rating span.checked ~ span label {
  color: #F90;
}
/* ----------- Non-Retina Screens MacBook ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  .wrapper-shimer .item-shimer {
    width: 18% !important;
  }
  .wrapper-shimer .item-shimer:nth-last-child(-n+1) {
    display: none;
  }
}
/* ----------- Retina Screens MacBook ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .wrapper-shimer .item-shimer {
    width: 18% !important;
  }
  .wrapper-shimer .item-shimer:nth-last-child(-n+1) {
    display: none;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .sindabad_child.cms-index-index .vertical-menu .navigation {
    width: 500px;
  }
  .footer-service-selling .service-top ul li {
    float: none !important;
    width: 100% !important;
  }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .sindabad_child.cms-index-index .menu-logo {
    margin-right: 10px;
  }
  .sindabad_child.cms-index-index .vertical-menu .navigation {
    width: 500px;
  }
}
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .page-header .header-main-content .top-left {
    float: left;
    width: 90%;
  }
  .page-header .header-main-content .top-left .mobile-logo .logo {
    max-width: 80%;
    top: -6px !important;
  }
  .page-header .header-main-content .top-right {
    float: right;
    width: 8%;
  }
  .product.attribute.unit_measure .value {
    line-height: 15px;
  }
  .product.attribute.unit_measure {
    display: inline;
  }
  .product.attribute.unit_measure .type {
    margin-right: 10px;
  }
}
/* Portrait */
/* Landscape */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  /*  .header-main-content.sticky-menu {
      .header-content-action.row-container.no-gutters > * {
        outline: 1px solid blue;
      }
    }*/
  /*.header-main-content.sticky-menu.active {
    .header-content-action.row-container.no-gutters > * {
      outline: 1px solid red;
    }
  }*/
  .header-top-inner .justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-box-align: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    -webkit-justify-content: flex-end;
    -webkit-align-items: flex-end;
  }
  .page-header .header-main-content .top-right {
    float: right;
    width: 15%;
    margin-right: 20px;
  }
  .page-header .header-main-content .top-left {
    float: left;
    width: 80%;
  }
  .page-header .header-main-content .top-left .header-content-action {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-main-content .header-main-inner .col-item100 {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    width: 100%;
    /* For old syntax, otherwise collapses. */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .page-header .header-main-content.sticky-menu.active .top-left .header-content-action {
    -webkit-flex-wrap: nowrap !important;
  }
  .page-header .header-main-content.sticky-menu.active .top-left .header-content-action .col {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    width: 20%;
    /* For old syntax, otherwise collapses. */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .page-header .header-main-content .top-left .header-content-action .col {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 1;
    flex: 1;
  }
  .page-header .header-main-content {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    /* Safari 6.1 and newer */
  }
  .row-container.align-items-center.header-top-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-header .panel.header .links {
    -webkit-flex-direction: column;
    /* Safari 6.1 and newer */
  }
  .page-header .header-main-content .top-left .header-content-action .col {
    -webkit-flex-grow: 1;
  }
  .top-left .header-content-action {
    flex-wrap: nowrap !important;
  }
  .top-left .flex-item:nth-of-type(1) {
    -webkit-box-ordinal-group: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1;
    /* OLD - Firefox 19- */
    -ms-flex-order: 1;
    /* TWEENER - IE 10 */
    -webkit-order: 1;
    /* NEW - Chrome */
    order: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .top-left .flex-item:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;
    /* OLD - Firefox 19- */
    -ms-flex-order: 2;
    /* TWEENER - IE 10 */
    -webkit-order: 2;
    /* NEW - Chrome */
    order: 2;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 180px;
  }
  .top-left .flex-item:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 3;
    /* OLD - Firefox 19- */
    -ms-flex-order: 3;
    /* TWEENER - IE 10 */
    -webkit-order: 3;
    /* NEW - Chrome */
    order: 3;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-basis: 50%;
    /* Safari 6.1+ */
    -ms-flex-basis: 50%;
    /* IE 10 */
    flex-basis: 50%;
    /* Standard syntax */
  }
  .top-left .flex-item:nth-of-type(4) {
    -webkit-box-ordinal-group: 4;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 4;
    /* OLD - Firefox 19- */
    -ms-flex-order: 4;
    /* TWEENER - IE 10 */
    -webkit-order: 4;
    /* NEW - Chrome */
    order: 4;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .top-left .flex-item:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 6;
    /* OLD - Firefox 19- */
    -ms-flex-order: 6;
    /* TWEENER - IE 10 */
    -webkit-order: 6;
    /* NEW - Chrome */
    order: 6;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .top-left .flex-item:nth-of-type(6) {
    -webkit-box-ordinal-group: 5;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 5;
    /* OLD - Firefox 19- */
    -ms-flex-order: 5;
    /* TWEENER - IE 10 */
    -webkit-order: 5;
    /* NEW - Chrome */
    order: 5;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-basis: 20%;
    /* Safari 6.1+ */
    -ms-flex-basis: 20%;
    /* IE 10 */
    flex-basis: 20%;
    /* Standard syntax */
  }
  .top-left .btn-search-mobile > i {
    font-size: 2rem !important;
  }
  .top-left .mobile-logo .logo {
    max-width: 80%;
    top: -10px !important;
  }
  .header-main-content .header-main-inner .header-content-action .minicart-wrapper .block-minicart {
    right: -10px;
  }
  .block-main-product .top-title .icon {
    -webkit-transform: translate(-50%, -50%);
  }
  .rfp-index-index #block-rfp-form .block-rfp-form__content .block-rfp-form__list {
    overflow: hidden;
  }
  .rfp-index-index #block-rfp-form .block-rfp-form__content .block-rfp-form__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: nowrap;
    /* Safari 6.1+ */
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .rfp-index-index #block-rfp-form .block-rfp-form__content .block-rfp-form__list li span {
    height: 2px;
    width: 2px;
  }
  .contact-index-index .block-contacts .row-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-index-index .block-contacts .row-container .col-item60 {
    width: 100%;
  }
  .cms-about-us .custom-page-about .row-container {
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
  }
  .cms-about-us .custom-page-about .row-container .col-item50 {
    width: 100%;
  }
  .page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-main .row-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-main .row-container .col-item50 {
    width: 50%;
  }
  .page-footer .footer.content .footer-widgets .footer-collaps-wrap .footer-main .title {
    font-weight: 700;
  }
  .footer-newsletter .row-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-newsletter .footer.content .col-item40 {
    text-align: center;
    width: 100%;
  }
  .footer-bottom .row-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* Portrait */
/* Landscape */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
@media all and (device-width: 736px) and (device-height: 414px) and (orientation: landscape) {
  .magebig-mobile-menu nav {
    max-width: 420px;
  }
  .footer-bottom {
    margin-top: 0;
  }
}
/* iPhone < 5: */
/* iPhone 5: */
/* iPhone 6: */
/* iPhone 6 Plus:*/
/* iPad:*/
@media (min-width: 1230px) {
  .sticky-menu.active .btn-nav {
    display: none;
  }
}
@media (min-width: 992px) {
  .col-mb-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1199px) {
  .toolbar-amount {
    /*display: none;*/
  }
  .smartmenu.magebig-nav li.level0 {
    padding: 0 10px;
  }
  .smartmenu.magebig-nav li.level0 a {
    font-size: 1.4rem;
  }
  .smartmenu.magebig-nav li.level0 > .mbi {
    padding-left: 5px;
  }
  .hotline-top {
    font-size: 14px;
  }
  /* .vertical-menu .title {
     font-size: 14px;
   }

   .vertical-menu .navigation {
     max-width: 270px;
   }

   .vertical-menu .navigation .level0.level-top > .submenu {
     max-width: 500px;
   }*/
  .page-wrapper {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .header-content-action > div {
    margin-right: 15px;
  }
  .selling-feature .row > div .media {
    border: none;
  }
  .block-cat-list {
    margin-bottom: 10px;
  }
  .toolbar-products .limiter,
  .toolbar-amount {
    /*display: none;*/
  }
  .toolbar-products .modes .modes-label {
    display: none;
  }
  .toolbar-products .sorter {
    /*margin-right: 40px;*/
  }
  .top-link-wrap > div {
    padding: 0 15px;
  }
  .vertical-menu .navigation .level0.level-top > .submenu {
    max-width: 460px;
  }
  .footer-links-wrap {
    margin-bottom: 30px;
  }
  .footer-main .title {
    margin-bottom: 15px !important;
  }
  .heading-title {
    font-size: 2rem;
  }
  .sidebar .block-content {
    visibility: hidden;
    position: fixed;
    overflow: auto;
    top: 0;
    right: -320px;
    bottom: 0;
    background: #ffffff;
    z-index: 100;
    padding: 30px 15px 60px;
    max-width: 320px;
    box-shadow: #000000 1px 1px 2px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: transform 250ms;
    -webkit-transition: transform 250ms;
    -o-transition: transform 250ms;
    transition: transform 250ms;
  }
  .sidebar .block-viewed-products-grid .block-title {
    padding: 5px;
  }
  .sidebar .block-viewed-products-grid .block-content {
    visibility: visible;
    position: inherit;
    overflow: auto;
    top: 0;
    right: -320px;
    bottom: 0;
    background: #ffffff;
    z-index: 100;
    padding: 5px;
    max-width: 320px;
    box-shadow: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: transform 250ms;
    -webkit-transition: transform 250ms;
    -o-transition: transform 250ms;
    transition: transform 250ms;
  }
  .sidebar .block-viewed-products-grid .block-content .product-items .product-item {
    width: 100%;
    margin-left: 0;
  }
  .toggle-class,
  .close-expanded {
    display: block;
    cursor: pointer;
    font-size: 18px;
  }
  .sidebar > .block {
    margin-bottom: 10px;
  }
  .sidebar .block-title {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .selling-feature-wrap .selling-feature .row-container .col-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .selling-feature .row-container > .col-item .media {
    border: none;
  }
  .block-product-layout-wrap .block-product-inner .row-container .col-item40 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    max-width: 41%;
  }
  .block-product-layout-wrap .block-product-inner .row-container .col-item60 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .block-product-layout-wrap .block-product-inner .block-product-sidebar {
    min-height: 500px;
    overflow-y: auto;
    height: 500px;
  }
  .block-product-layout-wrap .top-title .list-category {
    float: none;
    text-align: right;
  }
  .wrapper-breadcrums {
    margin-bottom: 15px;
  }
  .wrapper-breadcrums .breadcrumbs {
    margin-bottom: 0;
  }
  .products-grid ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
    display: table-cell;
  }
  .products-grid ol.product-items li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
  }
  .wrapper-shimer .item-shimer {
    width: 18% !important;
  }
  .wrapper-shimer .item-shimer:nth-last-child(-n+1) {
    display: none;
  }
}
@media only screen and (max-width: 1050px) and (min-width: 768px) {
  .menu-logo {
    margin-right: 10px;
  }
  .top-link-wrap > div {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 799px) {
  .header-top-inner .col-item60 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .page-header .header-main-content .top-left {
    flex-grow: 2;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .block-product-sidebar .products-grid .product-item-inner {
    background: #fff;
    box-shadow: none;
    border: none;
    left: 0;
    margin: 0;
  }
  .block-product-sidebar .products-grid .product-item-info:hover {
    background: #fff;
    box-shadow: none;
    border: none;
    margin: 0;
  }
  .block-product-sidebar .products-grid .product-items .product-item .product-item-info .product-item-actions {
    width: auto !important;
    right: 15px;
  }
  .products-grid .product-item-info.active {
    background: #fff;
    box-shadow: none;
    border: none;
    margin: 0;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
  .page-header .header-main-content .top-left {
    float: left;
    width: 90%;
  }
  .page-header .header-main-content .top-left .mobile-logo .logo {
    max-width: 80%;
    top: -6px !important;
  }
  .page-header .header-main-content .top-right {
    float: right;
    width: 8%;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .page-header .header-main-content .top-left {
    float: left;
    width: 90%;
  }
  .page-header .header-main-content .top-left .mobile-logo .logo {
    top: 0px;
  }
  .page-header .header-main-content .top-right {
    float: right;
    width: 10%;
  }
}
.product-item-info a.out-of-stock-overly-url {
  display: none;
}
.product-item-info.out-of-stock-overly .stock.unavailable {
  color: #757373;
  margin: 0 auto;
  border-radius: 2px;
  background-color: #fff;
  border: 0.5px solid rgba(10, 10, 10, 0.38);
}
.product-item-info.out-of-stock-overly .stock.unavailable span {
  vertical-align: middle;
}
.product-item-info.out-of-stock-overly a.out-of-stock-overly-url {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.product-item-info.out-of-stock-overly a.out-of-stock-overly-url span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.product-item-info.out-of-stock-overly:hover {
  border: 1px solid #bbb;
  margin: -10px;
  padding: 9px;
  position: relative;
}
.products-grid .product-item-info.out-of-stock-overly:not(:hover):not(.active) .product-item-inner {
  clip: auto;
  overflow: initial;
}
.product-item-info.out-of-stock-overly .product-image-photo {
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.product-item-info.out-of-stock-overly .product-item-inner {
  visibility: visible;
}
.products-grid .product-item-info .product-item-inner {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.catalog-category-view.page-layout-1column .products-grid .product-item-info .product-item-inner {
  -webkit-transform: translateY(-23px);
  -ms-transform: translateY(-23px);
  transform: translateY(-23px);
}
.products-grid .product-item-info.out-of-stock-overly .product-item-inner {
  opacity: 1;
  visibility: visible;
}
.block.widget.block-products-list.grid .products-grid .product-items .product-item .product-item-info.out-of-stock-overly .product-item-actions {
  display: block;
  bottom: 20px;
}
.block.widget.block-products-list.grid .products-grid .product-items .product-item .product-item-info.out-of-stock-overly:hover .price-box {
  display: block;
  visibility: visible;
}
.block.widget.block-products-list.grid .products-grid .product-items .product-item .product-item-info.out-of-stock-overly .product-item-actions {
  background: none;
  margin: 0;
}
.block.widget.block-products-list.grid .products-grid .product-items .product-item .product-item-info.out-of-stock-overly .product-item-actions .actions-secondary {
  visibility: hidden;
}
.products-grid .product-item .product-item-info.out-of-stock-overly:hover .price-box .minimal-price-link {
  display: block;
}
.products-grid .product-item-info.active {
  background: rgba(250, 250, 250, 0.9);
}
.products-grid .product-item-info.out-of-stock-overly:hover .product-item-inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.products-grid .product-item-info.out-of-stock-overly .product-item-inner {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.sindabad_child.cms-home .product-item-info.out-of-stock-overly:hover .product-item-inner {
  bottom: 0;
}
.page-layout-2columns-left .products-grid .product-item .product-item-info:hover .price-box {
  display: block;
  visibility: visible;
}
.page-layout-2columns-left .products-grid .product-item-info .product-item-inner {
  width: auto;
}
.page-layout-2columns-left .product-item-info.out-of-stock-overly .product-item-inner {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.page-layout-2columns-left .products-grid .product-item-info.out-of-stock-overly .product-item-inner:before {
  display: none;
}
.page-layout-2columns-left .products-grid .product-item-info.out-of-stock-overly:not(:hover):not(.active) .product-item-inner {
  margin: 0;
  padding: 0 2px 0 0;
}
.products-grid .product-item-info.out-of-stock-overly:not(:hover):not(.active) .product-item-inner {
  z-index: 999;
}
.product-info-main .stock.available {
  color: #299e22;
}
.product-info-main .stock.unavailable {
  color: #e02b27;
}
.product-info-main .page-layout-2columns-left .products.wrapper.list.products-list {
  position: relative;
}
.product-info-main .page-layout-2columns-left .products.wrapper.list.products-list li.item.product.product-item {
  position: relative;
}
.product-info-main .page-layout-2columns-left .products.wrapper.list.products-list li.item.product.product-item .product-item-info.out-of-stock-overly .stock.unavailable {
  position: relative;
  left: 5px;
  top: 0;
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  .products-grid .product-item-info .product-item-inner {
    -webkit-transform: translateY(-20px) !important;
    -ms-transform: translateY(-20px) !important;
    transform: translateY(-20px) !important;
  }
}
/**
 * @author Samsul Haque
 * @copyright Copyright (c) 2021 (https://www.sindabad.com)
 * @package ZgvlQuote_Quotation
 * @modify Samsul
 * @email samsulhoque.prog@gmail.com
 */
/* Extend Parent Theme */
/* Theme Styling */
.page-title-wrapper .action.primary.cartToQuote-accept-checkout-btn,
.page-title-wrapper .action.cartToQuote-print-quote-btn {
  margin-top: -85px;
}
div.page-title-wrapper > form > div > button.action.primary.cartToQuote-accept-checkout-btn,
div.page-title-wrapper > form > div > button.action.cartToQuote-print-quote-btn,
div.page-title-wrapper > form > div > .quote-details-items .actions-toolbar > .action.action.primary.cartToQuote-accept-checkout-btn,
div.page-title-wrapper > form > div > .quote-details-items .actions-toolbar > .action.action.cartToQuote-print-quote-btn {
  margin-top: -37px;
}
@media (max-width: 1250px) {
  .page-title-wrapper .action.primary.cartToQuote-accept-checkout-btn,
  .page-title-wrapper .action.cartToQuote-print-quote-btn {
    margin-top: -95px;
  }
}
@media (max-width: 900px) {
  .page-title-wrapper .action.primary.cartToQuote-accept-checkout-btn,
  .page-title-wrapper .action.cartToQuote-print-quote-btn {
    margin: 20px 0;
    float: none;
    display: table;
    width: auto;
  }
}
@media (max-width: 550px) {
  .page-title-wrapper .action.primary.cartToQuote-accept-checkout-btn,
  .page-title-wrapper .action.cartToQuote-print-quote-btn {
    display: block;
    margin: 20px 0;
    width: 100%;
    float: none;
  }
}
.block-order-details-view .block-content .box.box-quote-remarks {
  margin: 0;
}
.page-title-wrapper .block.block-order-details-view:last-child {
  margin-bottom: 20px;
}
@media (max-width: 1250px) {
  .quotation-quote-view .page-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 1250px) {
  .quotation-quote-view .order-status {
    display: table;
  }
}
@media (max-width: 767px) {
  body.account.quotation-quote-view .page-title-wrapper .order-status {
    margin-top: 0;
  }
}
/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(../../frontend/ZeroGravity/sindabad_child/en_US/fonts/fa-brands-400.eot);src:url(../../frontend/ZeroGravity/sindabad_child/en_US/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../../frontend/ZeroGravity/sindabad_child/en_US/fonts/fa-brands-400.woff2) format("woff2"),url(../../frontend/ZeroGravity/sindabad_child/en_US/fonts/fa-brands-400.woff) format("woff"),url(../../frontend/ZeroGravity/sindabad_child/en_US/fonts/fa-brands-400.ttf) format("truetype"),url(../../frontend/ZeroGravity/sindabad_child/en_US/fonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(../../frontend/ZeroGravity/sindabad_child/en_US/fonts/fa-regular-400.eot);src:url(../../frontend/ZeroGravity/sindabad_child/en_US/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../../frontend/ZeroGravity/sindabad_child/en_US/fonts/fa-regular-400.woff2) format("woff2"),url(../../frontend/ZeroGravity/sindabad_child/en_US/fonts/fa-regular-400.woff) format("woff"),url(../../frontend/ZeroGravity/sindabad_child/en_US/fonts/fa-regular-400.ttf) format("truetype"),url(../../frontend/ZeroGravity/sindabad_child/en_US/fonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(../../frontend/ZeroGravity/sindabad_child/en_US/fonts/fa-solid-900.eot);src:url(../../frontend/ZeroGravity/sindabad_child/en_US/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../../frontend/ZeroGravity/sindabad_child/en_US/fonts/fa-solid-900.woff2) format("woff2"),url(../../frontend/ZeroGravity/sindabad_child/en_US/fonts/fa-solid-900.woff) format("woff"),url(../../frontend/ZeroGravity/sindabad_child/en_US/fonts/fa-solid-900.ttf) format("truetype"),url(../../frontend/ZeroGravity/sindabad_child/en_US/fonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
.contact-index-index .fieldset{margin-bottom:20px}.contact-index-index .fieldset .legend{padding-bottom:0}.contact-info-number{display:block;font-size:36px;font-size:3.6rem;line-height:36px;font-weight:300}@media only screen and (max-width:767px){.contact-info-number{font-weight:300;margin-bottom:10px}}@media all and (min-width:768px),print{._rwd_width{min-width:0 !important;max-width:auto !important}._rwd_width_float{width:100% !important;float:none !important}.contact-index-index .fieldset .legend{border:none}.contact-index-index .column.main .widget.static.block{float:left;width:70%}.contact-info-number{margin-bottom:15px}.column:not(.sidebar-main) .form.contact,.column:not(.sidebar-additional) .form.contact{width:27%;float:right}}

.giftcard-mailed{background:#fedd16}.giftcard-mailed .content{position:static}.giftcard-mailed img{max-width:100% !important;margin-left:20px;position:absolute;z-index:0;bottom:0}.giftcard-virtual .content{left:0;top:0;width:65%}.giftcard-virtual img{position:absolute;z-index:0;bottom:0;right:0;max-width:100% !important}@media only screen and (max-width:767px){.giftcard-mailed,.giftcard-virtual{min-height:275px}.giftcard-virtual img{max-width:80% !important}}@media all and (min-width:768px),print{.giftcard-virtual,.giftcard-mailed{height:420px}.womens-erin{height:164px}.womens-erin .content{width:70%}.womens-erin .image{width:30%}}

.cms-index-index .page-title{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.widget .block-promo img{max-width:none}.block-promo{box-sizing:border-box;overflow:hidden;position:relative;display:block;width:100%;color:#333 !important}.block-promo:hover{text-decoration:none}.block-promo .content{display:block;box-sizing:border-box;position:absolute;z-index:1;overflow:hidden;padding:25px 35px 35px}.block-promo .title{display:block;font-weight:300;font-size:3.2rem;line-height:1.2;margin-bottom:15px}.block-promo .info{display:block;font-weight:300;font-size:2.2rem;margin-bottom:20px}.block-promo .more{font-size:1.6rem}.block-promo .icon.more{display:inline-block;text-decoration:none}.block-promo .icon.more:after{font-family:'luma-icons';content:'\e608';font-size:12px;line-height:inherit;color:inherit;overflow:hidden;speak:none;font-weight:normal;-webkit-font-smoothing:antialiased;display:inline-block;vertical-align:middle;text-align:center;margin:0 0 0 5px}.block-promo .button.more{font-size:1.8rem;background-image:none;background:#1979c3;padding:7px 15px;color:#fff;border:1px solid #1979c3;cursor:pointer;display:inline-block;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:1.4rem;font-weight:700;box-sizing:border-box;vertical-align:middle;border-radius:3px;text-decoration:none;padding:10px 15px}.block-promo .button.more:focus,.block-promo .button.more:active{background:#006bb4;border:1px solid #006bb4;color:#fff}.block-promo .button.more:hover{background:#006bb4;border:1px solid #006bb4;color:#fff}.block-promo .button.more.disabled,.block-promo .button.more[disabled],fieldset[disabled] .block-promo .button.more{cursor:default;pointer-events:none;opacity:.5}.block-promo .title+.button{margin-top:10px}.block-promo sup{top:-0.2em}.block-promo-2columns .content{padding:20px 25px}.womens-main .content,.womens-pants .content,.training-main .content,.training-erin .content,.sale-main .content,.sale-women .content,.mens-main .content,.mens-pants .content,.gear-main .content,.gear-equipment .content,.new-main .content,.new-eco .content,.home-main .content,.home-performance .content,.home-eco .content,.collection-eco .content,.collection-performance .content{background-color:rgba(255,255,255,0.9)}.sale-main,.mens-main,.gear-main,.womens-main{max-width:1080px}.sale-women,.sale-mens,.mens-pants,.womens-pants,.gear-fitnes,.gear-equipment,.new-performance,.new-eco{max-width:580px}.training-main,.training-erin,.collection-eco,.collection-performance,.home-main{max-width:1280px}.home-pants .content{top:0;left:0;width:80%}.home-pants .title{display:block;font-weight:600;font-family:Halvetica Neue,Helvetica,Arial,sans-serif;white-space:nowrap;margin-bottom:0}.home-t-shirts{background:#ffdd16}.home-erin{height:373px}.home-erin .content{top:0;right:0;width:60%}.home-performance{height:664px}.home-performance .content{top:25px;right:25px;left:25px}.home-eco{height:274px}.new-performance .icon.more{white-space:nowrap}.block-promo-hp .bg-white,.block-promo-hp .home-erin .content{padding:20px}.womens-erin{background:#f4f4f4}.womens-erin .content{padding:20px 35px}.training-main{height:372px}.training-main .title{margin-bottom:0;line-height:1.4}.training-main .title span{font-weight:600}.training-erin{height:214px}.training-erin .content{padding:15px;text-align:center}.training-erin .info{margin-bottom:0}.training-on-demand,.training-videos{color:#fff !important}.training-on-demand .content,.training-videos .content{position:static;text-align:center}.training-on-demand .icon.calendar,.training-videos .icon.calendar,.training-on-demand .icon.download,.training-videos .icon.download{margin-top:-10px;display:block;text-decoration:none}.training-on-demand .icon.calendar>span,.training-videos .icon.calendar>span,.training-on-demand .icon.download>span,.training-videos .icon.download>span{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.training-on-demand .icon.calendar:before,.training-videos .icon.calendar:before,.training-on-demand .icon.download:before,.training-videos .icon.download:before{font-family:'luma-icons';font-size:32px;line-height:inherit;color:inherit;overflow:hidden;speak:none;font-weight:normal;-webkit-font-smoothing:antialiased;display:inline-block;vertical-align:middle;text-align:center}.training-on-demand .icon.calendar:before,.training-videos .icon.calendar:before{content:'\e612'}.training-on-demand .icon.download:before,.training-videos .icon.download:before{content:'\e626'}.training-on-demand .icon.more,.training-videos .icon.more{position:absolute;left:0;right:0;bottom:25px}.training-on-demand .info,.training-videos .info{font-size:16px}.training-on-demand{background:#00ade2}.training-videos{background:#5a5e62}.sale-women,.sale-mens{height:372px}.sale-mens .content{top:0;right:0;width:60%}.sale-20-off .content,.sale-free-shipping .content,.sale-womens-t-shirts .content{padding:15px 20px}.sale-20-off{background:#f4f4f4}.sale-20-off .title{font-size:4rem;font-weight:700;white-space:nowrap}.sale-20-off img{position:absolute;z-index:0;bottom:0;right:0}.sale-20-off .content{width:75%;position:relative}.sale-free-shipping{background:#71b54e;color:#fff !important}.sale-free-shipping .content{position:static}.sale-free-shipping img{display:block;margin:0 auto 10px;max-width:100% !important}.sale-womens-t-shirts{background:#fedd16}.sale-womens-t-shirts .content{position:static}.sale-womens-t-shirts img{max-width:95% !important}.mens-main .content{width:45%}.womens-main,.home-main,.mens-main,.new-main,.sale-main,.gear-main{height:450px}.womens-t-shirts,.mens-t-shirts{background:#ffdd17}.womens-t-shirts img,.mens-t-shirts img{max-width:100% !important}.womens-t-shirts .content,.mens-t-shirts .content{position:static}.womens-pants,.mens-pants,.gear-fitnes,.gear-equipment,.new-performance,.new-eco{height:372px}.womens-pants .info span,.mens-pants .info span{display:block;font-size:4.4rem;font-family:Halvetica Neue,Helvetica,Arial,sans-serif;line-height:1.2;font-weight:600;white-space:nowrap}.womens-category-pants,.womens-category-tanks,.womens-category-shorts,.mens-category-tees,.mens-category-hoodies,.mens-category-shorts,.gear-category-bags,.gear-category-equipment,.gear-category-watches{background:#f4f4f4;min-height:170px}.womens-category-pants img,.womens-category-tanks img,.womens-category-shorts img,.mens-category-tees img,.mens-category-hoodies img,.mens-category-shorts img,.gear-category-bags img,.gear-category-equipment img,.gear-category-watches img{max-width:100% !important;position:absolute;z-index:0;top:0;right:0;left:60%}.womens-category-pants .content,.womens-category-tanks .content,.womens-category-shorts .content,.mens-category-tees .content,.mens-category-hoodies .content,.mens-category-shorts .content,.gear-category-bags .content,.gear-category-equipment .content,.gear-category-watches .content{padding:20px 0 50px 20px !important;position:static;width:60%;z-index:1}.womens-category-pants .title,.womens-category-tanks .title,.womens-category-shorts .title,.mens-category-tees .title,.mens-category-hoodies .title,.mens-category-shorts .title,.gear-category-bags .title,.gear-category-equipment .title,.gear-category-watches .title,.womens-category-pants .info,.womens-category-tanks .info,.womens-category-shorts .info,.mens-category-tees .info,.mens-category-hoodies .info,.mens-category-shorts .info,.gear-category-bags .info,.gear-category-equipment .info,.gear-category-watches .info{font-size:1.8rem}.womens-category-pants .title,.womens-category-tanks .title,.womens-category-shorts .title,.mens-category-tees .title,.mens-category-hoodies .title,.mens-category-shorts .title,.gear-category-bags .title,.gear-category-equipment .title,.gear-category-watches .title{font-weight:400;margin-bottom:5px}.womens-category-pants .more,.womens-category-tanks .more,.womens-category-shorts .more,.mens-category-tees .more,.mens-category-hoodies .more,.mens-category-shorts .more,.gear-category-bags .more,.gear-category-equipment .more,.gear-category-watches .more{position:absolute;z-index:1;bottom:20px}.gear-fitnes .content,.new-performance .content{right:0;top:0;width:65%}.collection-eco,.collection-performance{height:200px}.collection-eco .content,.collection-performance .content{padding:15px;text-align:center}.collection-eco .info,.collection-performance .info{margin-bottom:0}.collection-erin{background:#f4f4f4}.collection-erin .content{padding:20px 35px}.content-heading{text-align:center;margin:10px 0 25px}.content-heading .title{margin:0 0 5px}.content-heading .info{margin-bottom:0}.categories-menu .title{text-transform:uppercase;margin-bottom:10px;display:block}.categories-menu a:link,.categories-menu a:visited,.categories-menu a:hover,.categories-menu a:active{color:#333}.categories-menu .items{margin-bottom:40px}.categories-menu .items:last-child{margin-bottom:0}.cms-content-important{display:block;background:#f5f5f5}.cms-content-important h2{margin-top:0}.cms-content table{border:none}.cms-content table>thead>tr>th,.cms-content table>tbody>tr>th,.cms-content table>tfoot>tr>th,.cms-content table>thead>tr>td,.cms-content table>tbody>tr>td,.cms-content table>tfoot>tr>td{border:none}.cms-content table>thead>tr>th,.cms-content table>thead>tr>td{border-bottom:1px solid #d1d1d1}.cms-content table>tbody>tr:nth-child(even)>td,.cms-content table>tbody>tr:nth-child(even)>th{background:#f7f7f7}.cms-content table th{font-weight:400}.cms-content table td{font-weight:600}.cms-content .block .block-title{margin-bottom:15px}.cms-content .block .block-title>strong{display:none}.cms-content .block .box-title{display:inline-block;margin:0 0 15px}.cms-content .block .box-title>span{font-size:1.8rem;line-height:1.1;margin-top:1.5rem;margin-bottom:1rem;font-weight:300}.cms-content .block .block-content p:last-child{margin-bottom:0}@media only screen and (max-width:399px){.womens-pants img{width:250%;float:right;margin:-70px -140px 0 0}.mens-main img{margin-left:-180px}.training-main img,.gear-main img,.womens-main img{margin-left:-210px}.home-main img{margin-left:-310px}.sale-main img,.mens-pants img,.home-eco img{margin-left:-150px}.sale-mens img,.gear-fitnes img,.new-performance img{margin-left:-60px}.new-main img,.sale-women img,.training-erin img,.gear-equipment img{margin-left:-120px}.new-eco img{margin-left:-80px}.home-pants,.home-performance{height:580px}.home-pants img,.home-performance img{margin-left:-50px}}@media only screen and (max-width:767px){.blocks-promo{margin-left:-15px;margin-right:-15px}.block-promo{margin-bottom:8px}.block-promo .title{font-size:2.2rem}.block-promo .info{font-size:1.6rem;margin-bottom:10px}.block-promo .more{font-size:1.4rem}.block-promo .icon.more:after{font-size:1rem}.block-promo .button.more{font-size:1.2rem}.block-promo .content{padding:15px 20px 20px}.block-promo .button.more{padding:8px 12px}.home-pants{max-width:417px}.home-erin{max-width:426px}.home-performance{max-width:415px}.home-eco{max-width:858px}.home-pants,.home-performance{height:580px}.womens-main .content,.mens-main .content,.gear-main .content,.new-main .content,.home-main .content,.training-main .content,.sale-main .content{top:20px;right:0;width:65%}.training-main .title{font-size:2rem}.womens-erin .content,.collection-erin .content{position:static}.womens-erin img,.collection-erin img{display:block;margin:0 auto;max-width:75% !important}.sale-women .content{width:60%;bottom:20px;left:0}.sale-main .content{top:auto;bottom:20px}.sale-20-off{min-height:185px}.sale-20-off .title{font-size:4rem}.womens-category-pants .title,.womens-category-tanks .title,.womens-category-shorts .title,.mens-category-tees .title,.mens-category-hoodies .title,.mens-category-shorts .title,.gear-category-bags .title,.gear-category-equipment .title,.gear-category-watches .title{font-size:1.6rem}.womens-category-pants .info,.womens-category-tanks .info,.womens-category-shorts .info,.mens-category-tees .info,.mens-category-hoodies .info,.mens-category-shorts .info,.gear-category-bags .info,.gear-category-equipment .info,.gear-category-watches .info{font-size:1.4rem}.womens-pants .info span,.mens-pants .info span{font-size:4rem}.womens-pants .content,.mens-pants .content{max-width:220px;bottom:20px}.home-eco .content{width:65%;top:20px;right:0}.gear-fitnes .content,.new-performance .content,.home-erin .content{padding-top:30px}.gear-equipment .content,.new-eco .content{left:0;bottom:20px;max-width:220px}.training-erin .content{right:10px;bottom:10px;left:10px}.training-erin .title{margin-bottom:10px;font-size:1.8rem}.training-erin .info{font-size:1.2rem;margin-bottom:0}.training-on-demand .content,.training-videos .content{padding-top:25px;padding-bottom:45px}.home-pants img{position:absolute;z-index:0;bottom:-10px}.home-pants .title{font-size:4rem}.home-performance img{position:absolute;z-index:0;top:-20px}.womens-main .content,.training-main .content,.gear-main .content{top:auto;bottom:20px}.home-t-shirts .image{display:block;padding:20px 20px 0}.home-t-shirts img{max-width:100% !important}.home-t-shirts .content{position:static}.collection-eco .content,.collection-performance .content{right:10px;bottom:10px;left:10px}.collection-eco .title,.collection-performance .title{margin-bottom:10px;font-size:1.8rem}.collection-eco .info,.collection-performance .info{font-size:1.2rem}.collection-erin .title{font-size:1.8rem}.collection-erin .info{font-size:1.2rem}.content-heading .title{font-size:3rem}.content-heading .info{font-size:1.4rem}.cms-content-important{padding:15px;margin:0 -15px 15px}.cms-content table{margin:10px 0 0}.cms-content table thead th{font-size:1.1rem}.cms-content ul li{margin-bottom:5px}.cms-content .block .box{margin-bottom:30px}}@media all and (min-width:640px),print{.block-promo{margin-bottom:16px}.block-promo-wrapper:before,.block-promo-wrapper:after{content:"";display:table}.block-promo-wrapper:after{clear:both}.block-promo-wrapper .block-promo{float:left;border-right:16px solid #fff}.block-promo-2columns .block-promo{width:50%}.block-promo-3columns .block-promo{width:33.3%}.block-promo-2columns .block-promo:nth-child(2n),.block-promo-3columns .block-promo:nth-child(3n){border-right:0}}@media all and (min-width:768px),print{.block-promo-hp{margin:0 -8px}.block-promo-hp .block-promo{border-left:8px solid #fff;border-right:8px solid #fff}.block-promo-wrapper .home-performance{float:right}.home-pants,.home-erin,.home-performance{width:33.3%}.home-t-shirts,.home-eco{width:66.7%}.womens-main .content,.mens-main .content,.gear-main .content,.new-main .content,.home-main .content,.training-main .content,.sale-main .content{top:40px;right:40px;width:40%}.womens-t-shirts,.mens-t-shirts{height:372px}.womens-pants .content,.mens-pants .content{width:47%;left:20px;top:20px}.womens-erin,.home-t-shirts,.collection-erin{display:table}.womens-erin .content,.home-t-shirts .content,.collection-erin .content,.womens-erin .image,.home-t-shirts .image,.collection-erin .image{display:table-cell}.womens-erin .content,.home-t-shirts .content,.collection-erin .content{position:static}.womens-erin .image,.home-t-shirts .image,.collection-erin .image{vertical-align:bottom}.womens-erin img,.home-t-shirts img,.collection-erin img{float:right}.home-t-shirts{height:276px}.home-t-shirts .content{width:40%}.home-t-shirts .image{width:60%;vertical-align:middle;text-align:center;padding-left:10px}.home-t-shirts img{max-width:100% !important}.womens-category-pants,.womens-category-tanks,.womens-category-shorts,.mens-category-tees,.mens-category-hoodies,.mens-category-shorts,.gear-category-bags,.gear-category-equipment,.gear-category-watches{height:210px}.sale-women .content{width:50%;left:20px;bottom:20px}.sale-20-off .title{font-size:4.4rem}.sale-20-off .info{font-size:1.8rem}.sale-20-off,.sale-free-shipping,.sale-womens-t-shirts{height:205px}.sale-free-shipping .title{font-size:2.5rem}.sale-free-shipping .info{font-size:1.6rem}.sale-womens-t-shirts .title{font-size:2rem;margin-bottom:5px}.sale-womens-t-shirts .info{font-size:1.6rem;margin-bottom:5px}.home-eco .content{width:70%;top:45px;right:45px}.gear-equipment .content,.new-eco .content{left:20px;bottom:20px;width:60%}.new-eco .content{width:70%}.training-erin .content{width:73%;top:16px;bottom:16px;right:16px}.training-erin .info{font-size:1.6rem;display:block;padding:0 10%}.training-on-demand,.training-videos{height:208px}.home-pants{height:664px}.home-pants .title{font-size:44px !important;font-size:4.4rem !important;line-height:1.2}.collection-eco .content,.collection-performance .content{width:60%;top:16px;bottom:16px;left:50%;margin-left:-30%}.collection-eco .title,.collection-performance .title{font-size:4rem}.collection-eco .info,.collection-performance .info{font-size:2.2rem;display:block;padding:0 10%}.collection-erin{height:164px}.collection-erin .content{width:70%}.collection-erin .image{width:30%}.collection-erin .title{font-size:4rem}.collection-erin .info{font-size:2.2rem}.content-heading{position:relative}.content-heading:before{content:'';display:block;height:1px;width:100%;background:-moz-radial-gradient(center, ellipse cover, #fff 25%, #cecece 100%);background:-webkit-gradient(radial, center center, 0, center center, 100%, color-stop(25%, #fff), color-stop(100%, #cecece));background:-webkit-radial-gradient(center, ellipse cover, #fff 25%, #cecece 100%);background:-ms-radial-gradient(center, ellipse cover, #fff 25%, #cecece 100%);background:radial-gradient(ellipse at center, #fff 25%, #cecece 100%);position:absolute;top:50%;z-index:0}.content-heading .title,.content-heading .info{position:relative;z-index:1}.content-heading .title{font-size:3.8rem}.content-heading .info{font-size:1.8rem}.cms-content-important{font-size:2.2rem;font-weight:300;padding:20px;margin:0 0 35px -20px}.cms-content table{margin:40px 0 0}.cms-content ul li{margin-bottom:15px}.cms-content .block .block-content:before,.cms-content .block .block-content:after{content:"";display:table}.cms-content .block .block-content:after{clear:both}.cms-content .block .box{width:48%;margin-bottom:40px}.cms-content .block .box:nth-child(1){float:left;clear:left}.cms-content .block .box:nth-child(2){float:right}.cms-content .block .box:nth-child(2)+*{clear:both}.cms-content .block .box:nth-last-child(1),.cms-content .block .box:nth-last-child(2){margin-bottom:0}.privacy-policy-content{box-sizing:border-box;width:77.7%;float:right;padding-left:2%}.privacy-policy .block-collapsible-nav{box-sizing:border-box;width:22.3%;float:left}}
.am-notification-wrapper  {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 9999999;
    max-width: 550px;
    padding: 15px;
    font-size: 14px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(99, 161, 255, 0.25);
}

.am-notification-error  {
    display: none;
    position: fixed;
    right: 30%;
    bottom: 50%;
    z-index: 9999999;
    max-width: 550px;
    padding: 15px;
    font-size: 14px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(99, 161, 255, 0.25);
}

.am-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
    opacity: 0.3;
}

.am-close:hover {
    opacity: 1;
}

.am-close:before,
.am-close:after {
    content: ' ';
    position: absolute;
    left: 6px;
    width: 3px;
    height: 15px;
    background-color: #4e4e4e;
}

.am-close:before {
    transform: rotate(45deg);
}

.am-close:after {
    transform: rotate(-45deg);
}

.am-message {
    margin: 25px 10px;
}

.am-answer-wrapper {
    text-align: right;
}

.am-submit,
.am-submit:focus {
    padding: 8px 22px;
    background: #fdac27;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    box-shadow: none;
}

.am-submit:hover,
.am-submit:active {
    background: #fdac27;
    border: none;
    color: #fff;
    box-shadow: none;
}

.am-defer {
    margin-right: 25px;
    color: #1979c3;
    text-decoration: none;
    cursor: pointer;
}

.am-success-wrapper {
    display: none;
}

.am-success-message, .am-error-message {
    display: flex;
    align-items: center;
    justify-content: center;
}

.am-success-message .am-message {
    margin: 0 10px 0;
}

.am-error-message .am-message {
    margin: 0 10px 0;
}

.am-success-message .am-error-message {
    display: flex;
    align-items: center;
    justify-content: center;
}

.am-success-icon:after {
    content: '\e60e';
    font-size: 33px;
    font-family: luma-icons;
    color: #1979c3;
}

.am-error-icon:after {
    content: '\e602';
    font-size: 33px;
    font-family: luma-icons;
    color: #1979c3;
}/**
 * @author Samsul Haque
 * @copyright Copyright (c) 2021 (https://www.sindabad.com)
 * @package ZgvlQuote_Quotation
 * @modify Samsul
 * @email samsulhoque.prog@gmail.com
 */

/*@font-face {
    font-family: 'cartToQuote-iconset';
    src: url('../../frontend/ZeroGravity/sindabad_child/en_US/ZgvlQuote_Quotation/fonts/cartToQuote-iconset.eot?juziyy');
    src: url('../../frontend/ZeroGravity/sindabad_child/en_US/ZgvlQuote_Quotation/fonts/cartToQuote-iconset.eot?juziyy#iefix') format('embedded-opentype'),
    url('../../frontend/ZeroGravity/sindabad_child/en_US/ZgvlQuote_Quotation/fonts/cartToQuote-iconset.ttf?juziyy') format('truetype'),
    url('../../frontend/ZeroGravity/sindabad_child/en_US/ZgvlQuote_Quotation/fonts/cartToQuote-iconset.woff?juziyy') format('woff'),
    url('../../frontend/ZeroGravity/sindabad_child/en_US/ZgvlQuote_Quotation/fonts/cartToQuote-iconset.svg?juziyy#cartToQuote-iconset') format('svg');
    font-weight: normal;
    font-style: normal;
}*/


[class^='icon-c2q_'],
[class*=' icon-c2q_'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'cartToQuote-iconset';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
}

/* Icons */
.icon-c2q_plus:before {
    content: "\e909";
}

.icon-c2q_dustbin:before {
    content: "\e906";
}

.icon-c2q_edit:before {
    content: "\e907";
}

.icon-c2q_reload:before {
    content: "\e908";
}

.icon-c2q_quote:before {
    content: "\e904";
}

.icon-c2q_delete:before {
    content: "\e905";
}

.icon-c2q_arrow-bottom:before {
    content: "\e900";
}

.icon-c2q_arrow-left:before {
    content: "\e901";
}

.icon-c2q_arrow-right:before {
    content: "\e902";
}

.icon-c2q_arrow-top:before {
    content: "\e903";
}

.icon-c2q_dustbin_luma:before {
    content: "\e910";
}

.icon-c2q_edit_luma:before {
    content: "\e911";
}

/*@font-face {
    font-family: 'cartToQuote-iconset';
    src:  url('../../frontend/ZeroGravity/sindabad_child/en_US/ZgvlQuote_Quotation/fonts/cartToQuote-iconset.eot?j8n4q0');
    src:  url('../../frontend/ZeroGravity/sindabad_child/en_US/ZgvlQuote_Quotation/fonts/cartToQuote-iconset.eot?j8n4q0#iefix') format('embedded-opentype'),
    url('../../frontend/ZeroGravity/sindabad_child/en_US/ZgvlQuote_Quotation/fonts/cartToQuote-iconset.ttf?j8n4q0') format('truetype'),
    url('../../frontend/ZeroGravity/sindabad_child/en_US/ZgvlQuote_Quotation/fonts/cartToQuote-iconset.woff?j8n4q0') format('woff'),
    url('../../frontend/ZeroGravity/sindabad_child/en_US/ZgvlQuote_Quotation/fonts/cartToQuote-iconset.svg?j8n4q0#cartToQuote-iconset') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}*/

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'cartToQuote-iconset';
    speak: never;
    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;
}

.icon-c2q_arrow-bottom:before {
    content: "\eb200";
}
.icon-c2q_arrow-left:before {
    content: "\eb201";
}
.icon-c2q_arrow-right:before {
    content: "\eb203";
}
.icon-c2q_arrow-top:before {
    content: "\eb204";
}
.icon-c2q_quote:before {
    content: "\eb205";
}
.icon-c2q_delete:before {
    content: "\eb206";
}
.icon-c2q_dustbin:before {
    content: "\eb207";
}
.icon-c2q_edit:before {
    content: "\eb208";
}
.icon-c2q_reload:before {
    content: "\eb209";
}
.icon-c2q_plus:before {
    content: "\eb210";
}
.icon-c2q_dustbin_luma:before {
    content: "\eb211";
}
.icon-c2q_edit_luma:before {
    content: "\eb213";
}

.block-miniquote .items-total {
    float: none;
    /* Set float to left when Quote Subtotals are visible */
    margin: 0 10px;
}

.block-miniquote .items-total .count {
    font-weight: 700
}

.block-miniquote .subtotal {
    margin: 0 10px;
    text-align: right;
}

.block-miniquote .amount .price-wrapper:first-child .price {
    font-size: 18px;
    font-weight: 700;
}

.block-miniquote .subtitle {
    display: none
}

.block-miniquote .subtitle.empty {
    display: block;
    font-size: 14px;
    padding: 30px 0 20px;
    text-align: center;
}

.block-miniquote .text.empty {
    text-align: center
}

.block-miniquote .block-content > .actions {
    margin-top: 15px
}

.block-miniquote .block-content > .actions > .secondary {
    text-align: center
}

.block-miniquote .block-content > .actions > .primary {
    margin: 0 10px 15px
}

.block-miniquote .block-content > .actions > .primary .action.primary {
    display: block;
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 14px 17px;
    width: 100%;
}

.block-miniquote .block-content > .actions .paypal-logo {
    margin-top: 15px;
    text-align: center;
}

.block-miniquote .block-category-link,
.block-miniquote .block-product-link,
.block-miniquote .block-cms-link,
.block-miniquote .block-banners {
    margin: 15px 0 0;
    text-align: center;
}

.miniquote-wrapper {
    display: inline-block;
    float: right;
}

.minicart-wrapper {
    position: inherit;
}
.quotation-quote-index .checkout-cart-index .cart.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal {
    text-align: right;
}
@media (min-width: 640px) and (max-width: 767px) {
    .miniquote-wrapper {
        margin-top: 0;
    }
}

@media (max-width: 639px) {
    .miniquote-wrapper {
        margin-top: 10px;
    }
}

.miniquote-wrapper:before,
.miniquote-wrapper:after {
    content: '';
    display: table;
}

.miniquote-wrapper:after {
    clear: both
}

.miniquote-wrapper .action.showquote {
    cursor: pointer;
    display: inline-block;
    margin: 3px 0;
    text-decoration: none;
}

.miniquote-wrapper .action.showquote:before {
    color: #757575;
    content: '\e904' !important;
    font-family: 'cartToQuote-iconset' !important;
    font-size: 26px;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.miniquote-wrapper .action.showquote:before {
    color: #757575;
    content: '\eb205' !important;
    font-family: 'cartToQuote-iconset' !important;
    font-size: 26px;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.miniquote-wrapper .action.showquote.active {
    display: inline-block;
    text-decoration: none;
}

.miniquote-wrapper .action.showquote.active:before,
.miniquote-wrapper .action.showquote:hover:before {
    color: #333;
}

.miniquote-wrapper .block-miniquote,
.minicart-wrapper .block-miniquote {
    background: #fff;
    border: 1px solid #bbb;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    display: none;
    list-style: none none;
    margin: 8px 0 0 0;
    min-width: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 100;
}

.miniquote-wrapper .block-miniquote li {
    margin: 0;
}

.miniquote-wrapper .block-miniquote li:hover {
    cursor: pointer;
}

.miniquote-wrapper .block-miniquote:before,
.miniquote-wrapper .block-miniquote:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.miniquote-wrapper .block-miniquote:before {
    border: solid 6px;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
}

.miniquote-wrapper .block-miniquote:after {
    border: solid 7px;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
}

.miniquote-wrapper .block-miniquote:before {
    left: 10px;
    top: -12px;
}

.miniquote-wrapper .block-miniquote:after {
    left: 9px;
    top: -14px;
}

.miniquote-wrapper.active {
    overflow: visible;
}

.miniquote-wrapper.active .block-miniquote {
    display: block;
    margin-top: -24px;
}

@media (max-width: 767px) {
    .miniquote-wrapper.active .block-miniquote {
        margin-top: -14px;
    }
}

.miniquote-wrapper .block-miniquote {
    margin-top: -28px;
    padding: 25px 20px;
    right: 5px;
    width: 390px;
}

@media (max-width: 767px) {
    .miniquote-wrapper .block-miniquote {
        right: 15px;
        width: 320px;
    }
}

@media (max-width: 479px) {
    .miniquote-wrapper .block-miniquote {
        width: 290px;
    }
}

.miniquote-wrapper .block-miniquote .block-title {
    display: none;
}

.miniquote-wrapper .block-miniquote:after {
    left: auto;
    right: 82px;
}

@media (max-width: 767px) {
    .miniquote-wrapper .block-miniquote:after {
        left: auto;
        right: 52px;
    }
}

.miniquote-wrapper .block-miniquote:before {
    left: auto;
    right: 83px;
}

@media (max-width: 767px) {
    .miniquote-wrapper .block-miniquote:before {
        left: auto;
        right: 53px;
    }
}

.miniquote-wrapper .product .actions {
    float: right;
    margin: -24px -5px 0 0;
}

.miniquote-wrapper .product .actions > .primary,
.miniquote-wrapper .product .actions > .secondary {
    display: inline;
}

.miniquote-wrapper .product .actions > .primary:not(:last-child),
.miniquote-wrapper .product .actions > .secondary:not(:last-child) {
    margin-right: 10px;
}

.cartToQuote-accept-checkout-btn,
.cartToQuote-print-quote-btn {
    float: right;
}

.cartToQuote-print-quote-btn {
    margin-bottom: 5px;
}

.miniquote-wrapper .action.close {
    -moz-box-sizing: content-box;
    background: none;
    border: 0;
    box-shadow: none;
    display: inline-block;
    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;
}

.miniquote-wrapper .action.close:focus,
.miniquote-wrapper .action.close:active {
    background: none;
    border: none;
}

.miniquote-wrapper .action.close:hover {
    background: none;
    border: none;
}

.miniquote-wrapper .action.close.disabled,
.miniquote-wrapper .action.close[disabled],
fieldset[disabled] .miniquote-wrapper .action.close {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none;
}

.miniquote-wrapper .action.close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.miniquote-wrapper .action.close:before {
    color: #8f8f8f;
    content: '\e905' !important;
    display: inline-block;
    font-family: 'cartToQuote-iconset' !important;
    font-size: 23px;
    line-height: 16px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.miniquote-wrapper .action.close:hover:before {
    color: inherit;
}

.miniquote-wrapper .action.close:active:before {
    color: inherit;
}

.miniquote-wrapper .action.showquote {
    white-space: nowrap;
    margin-top: 8px;
}

.miniquote-wrapper .action.showquote .counter.qty {
    background: #ff5501;
    border-radius: 2px;
    clip: auto;
    color: #fff;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin: -2px 0 0 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
    text-shadow: 0 0 7px #000000;
}

.miniquote-wrapper .action.showquote .counter.qty.empty {
    display: none;
}

.miniquote-wrapper .miniquote-widgets {
    margin-top: 15px;
}

.miniquote-items-wrapper {
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    clear: both;
    margin: 0 -20px;
    max-height: 714px;
    overflow-x: auto;
    padding: 15px;
}

.miniquote-items {
    list-style: none none;
    margin: 0;
    padding: 0;
}

.miniquote-items .product-item {
    padding: 20px 0;
}

.miniquote-items .product-item:not(:first-child) {
    border-top: 1px solid #ccc;
}

.miniquote-items .product-item:first-child {
    padding-top: 0;
}

.miniquote-items .product-item-pricing .label {
    display: inline-block;
    width: auto;
}

.miniquote-items .price-miniquote {
    margin-bottom: 5px;
}

.miniquote-items .product-item-name {
    font-weight: 400;
    margin: 0 0 10px;
}

.miniquote-items .product-item-name a {
    color: #1979c3;
}

.miniquote-items .product-item-details {
    padding-left: 88px;
}

.miniquote-items .product-item-details .price {
    font-weight: 700;
}

.miniquote-items .product-item-details .price-including-tax,
.miniquote-items .product-item-details .price-excluding-tax {
    margin: 5px 0;
}

.miniquote-items .product-item-details .weee[data-label] {
    font-size: 1.1rem;
}

.miniquote-items .product-item-details .details-qty {
    margin-top: 10px;
}

.miniquote-items .product > .product-item-photo,
.miniquote-items .product > .product-image-container {
    float: left;
}

.miniquote-items .product .toggle {
    border: 0;
    padding: 0 40px 5px 0;
    display: block;
}

.miniquote-items .product .toggle:after {
    color: #8f8f8f;
    margin: -1px 0 0 2px;
    position: absolute;
    font-size: 18px;
}

.miniquote-items .product > .toggle:after {
    content: '\e900' !important;
    font-family: 'cartToQuote-iconset' !important;
}

.miniquote-items .product .active > .toggle:after {
    content: '\e903' !important;
    font-family: 'cartToQuote-iconset' !important;
}

.miniquote-items .product.pricing {
    margin-top: 3px;
}

.miniquote-items .product.options .tooltip.toggle {
    display: inline-block;
    text-decoration: none;
}

.miniquote-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;
}

.miniquote-items .product.options .tooltip.toggle:after {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: '\e900' !important;
    display: inline-block;
    font-family: 'cartToQuote-iconset' !important;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    margin: -3px 0 0 7px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.miniquote-items .product.options .details {
    display: none;
}

.miniquote-items .item-qty {
    margin-right: 10px;
    text-align: center;
    width: 40px;
}

.miniquote-items .update-quote-item {
    font-size: 1.1rem;
    vertical-align: top;
}

.miniquote-items .action.edit,
.miniquote-items .action.delete {
    display: inline-block;
    text-decoration: none;
}

.miniquote-items .action.edit {
    position: relative;
    left: 2px;
}

.miniquote-items .action.delete {
    position: relative;
    top: 1px;
}

.miniquote-items .action.edit > span,
.miniquote-items .action.delete > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.miniquote-items .action.edit:before,
.miniquote-items .action.delete:before {
    -webkit-font-smoothing: antialiased;
    color: #757575;
    display: inline-block;
    font-family: 'cartToQuote-iconset' !important;
    font-weight: normal;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.miniquote-items .action.edit:hover:before,
.miniquote-items .action.delete:hover:before {
    color: #333;
}

.miniquote-items .action.edit:active:before,
.miniquote-items .action.delete:active:before {
    color: #757575;
}

.miniquote-items .action.delete:before {
    content: '\e910';
    font-size: 27px;
}

.miniquote-items .action.edit:before {
    content: '\e911';
    font-size: 21px;
}

.miniquote-items .subtitle {
    display: none;
}

.miniquote-wrapper .action.showquote .text,
.miniquote-wrapper .action.showquote .counter-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@media (min-width: 768px), print {
    .miniquote-wrapper {
        margin-left: 13px;
    }
}

.cart.table-wrapper .actions-toolbar {
    box-sizing: unset;
}

.cart.table-wrapper .cart.main.actions td {
    padding-right: 0;
    padding-left: 0;
}

.cart.table-wrapper .cart.main.actions .action.clear {
    display: initial;
}

body .cart.table-wrapper .product-item-details {
    padding-bottom: 0;
}

.actions-toolbar .action-edit {
    float: right;
}

.actions-toolbar .action-delete {
    float: right;
}

@media speech {
    .miniquote-wrapper .action.showquote:before {
        speak: none;
    }

    .miniquote-wrapper .action.showquote.active:before {
        speak: none;
    }

    .miniquote-wrapper .action.close:before {
        speak: none;
    }

    .miniquote-items .product.options .tooltip.toggle:after {
        speak: none;
    }

    .miniquote-items .action.edit:before,
    .miniquote-items .action.delete:before {
        speak: none;
    }
}

.quotation-quote-index .opc-wrapper {
    padding-right: 0;
    width: 100%;
    margin-bottom: 10px;
}

.quotation-quote-index .opc-wrapper .step-content {
    margin-bottom: 20px;
}

.quotation-quote-index .opc-wrapper .title {
    display: block;
    margin: 0;
    font-size: 2.4rem;
    font-weight: 300;
}

.quotation-quote-index .opc-wrapper .opc > .title {
    margin: 0 0 20px 0;
    padding: 0 0 7px 0;
    border-bottom: 1px solid #ccc;
}

.cart-summary .block .title strong {
    display: block;
    margin: 0;
    font-size: 1.8rem;
    font-weight: 400;
}

.cart-summary .block.active .title {
    border-bottom: 0;
}


@media (min-width: 768px) {
    .quotation-quote-index .cart-summary .block .fieldset .field > .label {
        display: block;
    }
}

.quotation-quote-index #billing .step-title,
.quotation-quote-index #shipping .step-title,
.quotation-quote-index #opc-shipping_method .step-title {
    cursor: pointer;
    padding: 10px 0;
    position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: -1px;
}

.quotation-quote-index #billing.active .step-title,
.quotation-quote-index #shipping.active .step-title,
.quotation-quote-index #opc-shipping_method.active .step-title {
    border-bottom: 0;
}

.quotation-quote-index #billing .step-title:after,
.quotation-quote-index #shipping .step-title:after,
.quotation-quote-index #opc-shipping_method .step-title:after {
    color: #858585;
    content: '\e900' !important;
    font-family: 'cartToQuote-iconset' !important;
    font-weight: bold;
    font-size: 18px;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 1;
}

.quotation-quote-index #billing.active .step-title:after,
.quotation-quote-index #shipping.active .step-title:after,
.quotation-quote-index #opc-shipping_method.active .step-title:after {
    content: '\e903' !important;
}

.quotation-quote-index #billing .billing-same-as-shipping {
    padding: 20px 0;
}

.quotation-quote-index #billing .billing-same-as-shipping label {
    font-weight: 600;
}

.quote-summary {
    -ms-flex-order: 2;
    -webkit-order: 2;
    background: #f5f5f5;
    float: right;
    margin-bottom: 25px;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
    width: 48%;
}

.quotation-quote-index .cart-summary {
    padding: 15px;
    width: 100%;
}

.quotation-quote-index .opc-wrapper .shipping-address-item {
    width: 50% !important;
}

.quotation-quote-index .opc-wrapper .billing-address-details {
    border: 2px solid transparent;
    font-size: 14px;
    line-height: 30px;
    padding: 20px 35px 0px 20px;
    transition: 0.3s border-color;
    width: 100% !important;
    display: inline-block;
    position: relative;
    vertical-align: top;
    word-wrap: break-word;
}

@media all and (min-width: 768px) and (max-width: 1050px), print {
    .quotation-quote-index .opc-wrapper .shipping-address-item {
        width: 100% !important;
    }
}

@media all and (min-width: 768px), print {
    .quotation-quote-index .authentication-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .quotation-quote-index .quote-details-container .authentication-wrapper {
        margin: 0 0 -21px 0;
    }

    .quotation-quote-index .table-checkout-shipping-method {
        min-width: 0 !important;
        width: 100%;
    }

    .quotation-quote-index .opc-wrapper .shipping-address-item::before,
    .quotation-quote-index .opc-wrapper .billing-address-details::before {
        width: 0 !important;
    }

    .quotation-quote-index .form-cart {
        max-width: 65% !important;
    }

}

@media (max-width: 767px) {
    .quotation-quote-index .quote-details-container .authentication-wrapper {
        margin: 0;
    }
}

.quotation-quote-index .hide-field {
    display: none !important;
}

div.date-zone {
    font-size: 16px;
    margin: 5px 0;
    text-align: right;
}

.quotation-quote-index .control.comment {
    margin-top: 10px;
}

.quotation-quote-index .control.comment a {
    position: relative;
    display: block;
}

.quotation-quote-index .control.comment a:after, .quotation-quote-index .control.comment.active a:after {
    content: '\e900' !important;
    font-family: 'cartToQuote-iconset' !important;
    font-weight: bold;
    color: #757575;
    font-size: 15px;
    position: absolute;
}

.quotation-quote-index .control.comment.active a:after {
    content: '\e903' !important;
}

.quotation-product-comment {
    margin-top: 10px;
    min-height: 82px;
    min-width: auto;
    max-width: 250px;
}

.quotation-quote-index .opc-wrapper .fieldset > .field > .label, .quotation-quote-index .opc-wrapper .fieldset > .fields > .field > .label {
    font-weight: 600;
}

/* Request for Quote button */
.movetoquote-button,
.movetocart-button,
.directquote-button,
.miniquote-movetocart-button,
.minicart-movetoquote-button,
div.products-grid .toquote {
    padding: 7px;
    width: auto;
    padding-top: 8px;
    padding-bottom: 10px;
}

div.products-grid .tocart {
    margin: 5px 0;
}

div.list .tocart {
    margin: 5px 0;
}

.product-addtoquote-button,
.quote-btn-list,
.action.upload.secondary {
    background: transparent;
    border: 2px solid #1979c3;
    color: #1979c3;
    width: 100%;
    box-shadow: none;
}

.action.upload.secondary {
    font-size: 1.6rem;
    padding: 10px;
}

@media (min-width: 768px), print {
    .product-addtoquote-button,
    .quote-btn-list {
        background: transparent;
        border: 2px solid #1979c3;
        color: #1979c3;
        width: auto;
    }

    .table-comparison .tocart {
        margin-bottom: 5px;
    }
}

.action.upload.secondary:hover {
    background: #1979c3;
    border-color: #1979c3;
    color: #fff;
}

.action.upload.secondary:focus, .action.upload.secondary:active {
    background: #006bb4;
    border-color: #006bb4;
    color: #fff;
}

.product-addtoquote-button {
    font-size: 1.8rem;
    height: 47px;
}

.product-info-main .product-addtoquote-button {
    line-height: 2.2rem;
    width: 100%;
    font-size: 1.6rem;
}

@media (min-width: 768px), print {
    .product-info-main .product-addtoquote-button {
        /*padding: inherit;*/
        /* width: 49%;*/
        margin-right: 1%;
        margin-top: 15px;
        padding: 7px 10px;
    }
}

.movetoquote-button,
.movetocart-button,
.directquote-button,
.miniquote-movetocart-button,
.minicart-movetoquote-button {
    border: 2px solid #1979c3;
}

.product-addtoquote-button:hover,
.quote-btn-list:hover {
    background: #1979c3;
    border: 2px solid #1979c3;
    box-shadow: none;
    color: #fff;
}

@media (min-width: 768px), print {
    div.products-grid .toquote {
        width: auto;
        min-width: 103px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.movetoquote-button:hover,
.movetocart-button:hover,
.directquote-button:hover,
.miniquote-movetocart-button:hover,
.minicart-movetoquote-button:hover {
    background: #006bb4;
    border: 2px solid #006bb4;
    color: #fff;
}

.movetoquote-button:focus,
.movetocart-button:focus,
.directquote-button:focus,
.miniquote-movetocart-button:focus,
.minicart-movetoquote-button:focus,
.product-addtoquote-button:focus,
.quote-btn-list:focus {
    background: #006bb4;
    border: 2px solid #006bb4;
    color: #fff;
}

@media (min-width: 768px), print {
    .cart.table-wrapper .item .col.item {
        width: 100%;
    }
}

@media all and (min-width: 768px) and (max-width: 1050px), print {
    .quotation-quote-index .item {
        width: 100%;
    }

    .quotation-quote-index .product-item-name {
        width: auto;
    }

    .quotation-quote-index .product-image-container {
        width: 100px;
    }
}

.c2q-price {
    font-size: 1.3rem;
    font-weight: 700;
}

.both-prices-excluding {
    padding-bottom: 4px;
    margin-bottom: 3px;
}

.both-prices-including {
    padding-bottom: 11px;
}

.both-prices-excluding span,
.both-prices-including span {
    display: block;
    font-size: 1.3rem;
    line-height: 1;
}

.both-prices-excluding .tax-label,
.both-prices-including .tax-label {
    display: block;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
}

.both-prices-excluding .tax-label span,
.both-prices-including .tax-label span {
    display: inline-block;
    font-size: 1.1rem;
}

.col.qty .both-prices-including:last-child {
    padding-bottom: 0;
}

.col.qty .both-prices-including,
.col.qty .item .both-prices-including {
    padding-bottom: 45px;
}

@media (max-width: 640px) {
    .col.qty .both-prices-including,
    .col.qty .item .both-prices-including {
        padding-bottom: 13px;
    }
}

.price-including span,
.price-excluding span {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    padding: 4.5px 0;
}

.price-including .tax-label,
.price-excluding span.tax-label {
    padding: 0;
}

.col.qty .item {
    font-weight: 700;
}

.col.qty .item .title,
.col.qty .item .content {
    display: inline-block;
}

@media (max-width: 640px) {
    .col.tier {
        text-align: right;
    }
}

.col.tier input[type='radio'] {
    margin: 0;
}

@media (max-width: 640px) {
    .col.tier input[type='radio'] {
        margin: 2px 5px 0 0;
    }
}

.col.del .action.action-delete {
    color: inherit;
}

.single-price-break {
    height: 3px;
}

.both-prices-break {
    height: 46px;
}

.col.tier div:last-child {
    height: 0;
}

.miniquote-movetocart-button,
.minicart-movetoquote-button {
    width: 100%;
}

.input-text.tierqty {
    margin-top: 5px !important;
}

button#quoteawish.action.primary.quoteawish {
    display: inline-block !important;
}

button#notquotable.action.primary.notquotable {
    display: inline-block !important;
}

.modal-header {
    text-align: center;
}

.tiers-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.quotation-quote-index .cart.table-wrapper th.col.qty {
    text-align: center;
}

.quotation-quote-index .cart.table-wrapper td.col.qty {
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .quotation-quote-index .cart.table-wrapper td.col.qty {
        text-align: right;
    }
}

.cart.table-wrapper .add-row-tier, .add-row-tier.actions-toolbar, .cart.table-wrapper .tiers-block .actions-toolbar {
    padding-bottom: 0;
}

.field.qty.tier-qty {
    position: relative;
    padding-right: 14px;
}

@media (max-width: 767px) {
    .field.qty.tier-qty {
        text-align: right;

        padding-right: 0;
    }
}

.cart.table-wrapper .field.qty.tier-qty input {
    width: 60px;
}

body .cart.table-wrapper .tier-qty .action-delete {
    position: absolute;
    right: -25px;
    top: 12px;
}

.action.action-addtier {
    position: relative;
    right: 55px;
    bottom: -4px;
    margin-bottom: 20px;
    color: #757575;
    font-size: 13px;
}

.action.action-addtier:hover {
    color: #333333;
}

.action.action-addtier span {
    display: none;
}

.tier-qty .field-tooltip {
    position: relative;
}

.tier-qty .field-tooltip-content {
    display: none;
    top: 0;
    text-align: left;
}

.cart.table-wrapper .action-addtier.field-tooltip {
    text-align: center;
    border: 1px solid #c2c2c2;
    width: 60px;
    height: 36px;
    display: inline-block;
    right: 0;
    bottom: auto;
    top: 5px;
    margin: 0;
    opacity: .5;
}

.cart.table-wrapper .action-addtier.field-tooltip:hover {
    opacity: 1;
}


.action-addtier.field-tooltip:hover + .field-tooltip-content {
    display: block;
    left: auto;
    right: -288px;
}

@media (max-width: 767px) {
    .action-addtier.field-tooltip:hover + .field-tooltip-content {
        right: -80px;
        top: 56px;
        left: auto;
        white-space: normal;
    }

    .action-addtier.field-tooltip:hover + .field-tooltip-content:before,
    .action-addtier.field-tooltip:hover + .field-tooltip-content:after {
        right: 50%;
        margin-right: -35px;
    }
}


.cart.table-wrapper .tier-qty .action-delete:before {
    font-size: 16px;
}

.action.action-addtier:before {
    content: '\e909' !important;
    font-family: 'cartToQuote-iconset' !important;
    font-weight: bold;
    color: #757575;
    font-size: 17px;
    line-height: 36px;
}

.action.action-addtier:hover, .action.action-addtier:active, .action.action-addtier:hover:before {
    text-decoration: none;
}

#customer-email-fieldset {
    padding-bottom: 20px;
}

.cart-summary {
    width: 100%;
    min-width: 0;
    padding: 20px;
    order: 2;
    -webkit-order: 2;
    background: #f5f5f5;
}

.quote-details-container {
    float: right;
    width: 40%;
    padding: 0 0 0 50px;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

@media (max-width: 767px) {
    .quote-details-container {
        width: 100%;
        padding-left: 0;
    }
}

.quote-details-container .step-title {
    line-height: 1;
    font-family: inherit;
    font-weight: 300;
    font-size: 2.4rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}

@media (min-width: 768px) {
    body.quotation-quote-index .cart-summary {
        max-width: 35%;
        width: 35%;
        float: right;
    }
}

@media (max-width: 767px) {
    body.quotation-quote-index .cart-summary {
        order: 1;
        -webkit-order: 1;
    }

    body.quotation-quote-index .quote-details-container .cart-summary {
        order: 2;
        -webkit-order: 2;
    }
}

@media (max-width: 767px) {
    .cart-summary {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    body.quotation-quote-index .quote-details-container .cart-summary {
        float: none;
        width: 100%;
        max-width: 100%;
    }
}

.cart-summary .form.form-login {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
    background: transparent;
    border-bottom: 0;
}

@media (max-width: 767px) {
    .cart-summary .form.form-login {
        padding: 0;
    }
}

.cart-summary .form.form-login .fieldset .field {
    margin-bottom: 0;
}

.fieldset > .field:last-child, .fieldset > .fields > .field:last-child {
    margin-bottom: 20px;
}

.cart-summary .form.methods-shipping {
    background: transparent;
}

@media (max-width: 767px) {
    .cart-summary .form.methods-shipping {
        padding: 0;
        border: 0;
    }
}

.cart-summary .authentication-wrapper button span {
    color: inherit;
}

.cart-summary .form-login {
    border-bottom: 0;
}

.cart-summary .fieldset {
    margin: 0;
}

.cart-summary #co-select-form {
    margin-top: 0;
    margin-bottom: 20px;
}

.cart-summary #co-select-form label {
    font-weight: 600;
}

.cart-summary #co-select-form div {
    padding: 2px 0;
}

.cart-summary #co-guest-form {
    margin-bottom: 15px;
}

.cart-summary #co-guest-form label {
    font-weight: 600;
}

.cart-summary #co-guest-form .co-guest-form-explainer {
    display: none;
    font-weight: 400;
    padding: 7px 12px;
    margin: 10px 0 0 0;
    background: #e8e8e8;
    border-radius: 1px;
}

.cart-summary #co-guest-form input[type="checkbox"]:checked + label span.co-guest-form-explainer {
    display: block;
}

.cart-summary .field.choice {
    display: block;
    clear: both;
    float: none;
    margin: 13px 0;
}

@media (max-width: 767px) {
    .cart-summary .checkout-methods-items {
        padding: 0;
    }
}

@media (max-width: 639px) {
    .cart-summary .checkout-methods-items {
        padding: 0 15px;
    }
}

.cart-summary .field.choice:first-child {
    margin-top: 0;
}

.cart-summary .field.choice:last-child {
    margin-bottom: 20px;
}

.file-upload-container {
    float: right;
    width: 40%;
}

.quote-details-container .file-upload-container {
    order: 1;
    -webkit-order: 1;
    padding: 15px 15px 20px 15px;
    width: 100%;
    background: none;
    background: #f5f5f5;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .quote-details-container .file-upload-container {
        order: 1;
        -webkit-order: 1;
    }
}

.file-upload-container ul:not(.uploaded-files) {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.file-upload-container ul:not(.uploaded-files) i {
    font-style: normal;
}

.file-upload-container ul.uploaded-files {
    padding: 10px 0 0px 0;
    margin: 13px 0 0 0;
    list-style: none;
}

.file-upload-container ul.uploaded-files.empty {
    margin: 13px 0 5px 0;
    padding: 0;
}

.file-upload-container ul.uploaded-files li {
    padding: 4px 10px 4px 0;
}

.file-upload-container ul.uploaded-files a.action-delete {
    position: relative;
    padding-left: 20px;
}

.file-upload-container ul.uploaded-files a.action-delete i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}

#fileUpload .upload-header p, #fileUpload .upload-row div {
    float: left;
    width: 50%;
    font-weight: 600;
}

.file-upload-container .upload-header p {
    margin-bottom: 7px;
}

.file-upload-container.upload-header p:nth-child(2) {
    padding-left: 10px;
}

.file-upload-container .upload-row {
    padding: 5px 0;
}

.file-upload-container input[type="text"] {
    padding: 3px 10px;
}

.file-upload-container input[type="file"] {
    width: 100%;
}

.file-upload-container div.upload-row-title {
    padding-right: 10px;
}

.file-upload-container div.upload-message {
    display: none;
}

.file-upload-container .uploaded-files {
    padding: 11px 0 2px 20px;
    list-style: inherit;
    border-top: 1px solid #ccc;
}

.file-upload-container .uploaded-files:after, .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.file-upload-container li {
    margin: 0;
    padding: 4px 0;
}


.file-upload-container button.action {
    width: 100%;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .quotation-quote-index .cart-container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
    }
}

.cart-container * {
    box-sizing: border-box;
}


.quotation-quote-index .cart-container .form.form-cart {
    width: 60%;
    min-width: 60%;
    padding: 0;
}

@media (max-width: 767px) {
    .quotation-quote-index .cart-container .form.form-cart {
        width: 100%;
        min-width: 100%;
        order: 3;
        -webkit-order: 3;
    }
}

div .action.secondary.cartToQuote-reject-btn {
    float: right;
    margin-bottom: 5px;
    width: 159px;
}

.rejected_success {
    margin-bottom: 39px;
}

div .action.primary.reject-proposal-button {
    margin-top: 10px;
}

.action.primary.cartToQuote-accept-checkout-btn,
.action.cartToQuote-print-quote-btn {
    margin-left: 5px;
}

div .return_to_quotation_view_btn {
    margin-top: 8px;
    height: 33px
}

.action.primary.checkout.movetoquote.movetoquote-button {
    width: 100%;
    padding: 14px 17px;
}

.action.primary.checkout.movetocart.movetocart-button {
    width: 100%;
    padding: 14px 17px;
    line-height: 2.2rem;
    font-size: 1.8rem;
}

#miniquote-movetocart,
#minicart-movetoquote {
    font-weight: 400;
    font-size: 1.4rem;
    padding: 5px;
}

#minicart-movetoquote {
    margin-top: 10px;
}

#quotation_quote_success_page {
    text-align: center;
}

#quotation_quote_success_continue_shopping.actions-toolbar .primary {
    float: unset;
}

#quotation_quote_success_continue_shopping {
    text-align: center;
}

.quote-rejected-success-page {
    text-align: center;
}

body .order-details-items.file-uploads table thead th, body .order-details-items.file-uploads table thead td {
    display: table;
    width: 100%;
}

body .order-details-items.file-uploads ul, body .order-details-items.file-uploads ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

body .order-details-items.file-uploads .field-label {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
}

body .order-details-items.file-uploads ul li:nth-child(odd) {
    background: #f5f5f5;
}

body .order-details-items.file-uploads ul li a {
    display: block;
    padding: 10px 20px;
}

body .order-details-items.file-uploads table thead th, body .order-details-items.file-uploads table thead td {
    display: table;
    width: 100%;
}

body .order-details-items.file-uploads ul, body .order-details-items.file-uploads ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

body .order-details-items.file-uploads .field-label {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
}

body .order-details-items.file-uploads ul li:nth-child(odd) {
    background: #f5f5f5;
}

body .order-details-items.file-uploads ul li a {
    display: block;
    padding: 10px 20px;
}

body.quotation-quote-view .table-order-items .action.action-delete:before {
    font-family: 'cartToQuote-iconset' !important;
    content: "\e910";
    font-size: 27px;
    color: #757575;
    margin: 0;
    top: -7px;
    position: relative;
    right: -10px;
}

body.quotation-quote-view .table-order-items .action.action-delete:hover:before,
body.quotation-quote-view .table-order-items .action.action-delete:hover {
    text-decoration: none;
    color: #333333;
}

.cartToQuote-print-quote-btn {
    margin-right: 168px;
}
