/**
 * 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 {
    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*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
/* FAQ */
.sparsh-faq-block .accordion .block > .question {
  border-bottom: 1px solid #cccccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  line-height: 32px;
}
.sparsh-question-answer .content-heading:before{
  content: none;
}
@media(min-width: 767px){
  .sparsh-block-content.column1layout{
    float :  left;
    padding-left :  0;
    padding-right :  2%;
    width :  18.833333%;
    margin-top :  10px;
    margin-bottom: 40px;
  }
  .sparsh-question-answer.column1layout >.content-heading:first-child{
    float: right;
    width: 79.16666667%;
  }
  .sparsh-question-answer.column1layout .sparsh-faq-block {
    float: right;
    width: 79.16666667%;
  }
}
.sparsh-faq-block h2{
  text-align: center;
}
.sparsh-block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.sparsh-block-item{
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.sparsh-block-item.active{
  font-weight: bold;
}
.sparsh-faq-block .accordion .block > .question::after {
  position: absolute;
  right: 10px;
  top: 10px;
  -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;
}

.sparsh-faq-block .accordion .block > .open::after {
  content: '\e621' !important;
}

.sparsh-faq-block .accordion .block > .question strong {
  font-size: 1.8rem;
  font-weight: 600;
}

.sparsh-faq-block .answer{
  padding: 10px 0px 10px 0px;
  display: none;
  overflow: hidden;
  line-height: 32px;
  font-size: 1.7rem;
  font-weight: 400;
}

@media(max-width: 767px){
  .sparsh-faq-block .accordion .block > .question::after {
    top: 20px;
  }
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #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.6rem;
  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: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #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 {
  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 {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #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*="date"]: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*="date"]::-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*="date"]::-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*="date"]:-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/Magneto/VixxBadkamers/nl_NL/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 {
  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 #00699d;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.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;
}
.abs-reset-list > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > 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 {
  background-image: none;
  background: #8cc63f;
  border: 1px solid #8cc63f;
  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;
  border-radius: 3px;
}
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary:hover {
  background: #8cc63f;
  border: 1px solid #8cc63f;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-revert-to-action-secondary,
.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,
.abs-discount-block .actions-toolbar .amshopby-button,
.block-compare .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.block-compare .am-filter-go,
.cart-summary .block .actions-toolbar > .primary .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.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-revert-to-action-secondary:not(:focus),
.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),
.abs-discount-block .actions-toolbar .amshopby-button:not(:focus),
.block-compare .amshopby-button:not(:focus),
.cart-summary .block .actions-toolbar > .primary .amshopby-button:not(:focus),
.cart-summary .form.giftregistry .fieldset .amshopby-button:not(:focus),
.abs-discount-block .actions-toolbar .am-filter-go:not(:focus),
.block-compare .am-filter-go:not(:focus),
.cart-summary .block .actions-toolbar > .primary .am-filter-go:not(:focus),
.cart-summary .form.giftregistry .fieldset .am-filter-go: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-revert-to-action-secondary:active,
.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,
.abs-discount-block .actions-toolbar .amshopby-button:active,
.block-compare .amshopby-button:active,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.abs-discount-block .actions-toolbar .am-filter-go:active,
.block-compare .am-filter-go:active,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go: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);
}
.abs-action-link-button,
.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-button-as-link,
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel: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,
.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,
.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,
.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-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.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),
.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),
.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-secondary-color,
.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,
.paypal-review .block .actions-toolbar .amshopby-button,
.paypal-review .block .actions-toolbar .am-filter-go,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.abs-discount-block .actions-toolbar .amshopby-button,
.block-compare .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.block-compare .am-filter-go,
.cart-summary .block .actions-toolbar > .primary .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.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,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go: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,
.abs-discount-block .actions-toolbar .amshopby-button:focus,
.abs-discount-block .actions-toolbar .amshopby-button:active,
.block-compare .amshopby-button:focus,
.block-compare .amshopby-button:active,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:focus,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.abs-discount-block .actions-toolbar .am-filter-go:focus,
.abs-discount-block .actions-toolbar .am-filter-go:active,
.block-compare .am-filter-go:focus,
.block-compare .am-filter-go:active,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:focus,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go: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,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.abs-discount-block .actions-toolbar .amshopby-button:hover,
.block-compare .amshopby-button:hover,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.abs-discount-block .actions-toolbar .am-filter-go:hover,
.block-compare .am-filter-go:hover,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go: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;
}
.abs-revert-secondary-size,
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary,
.apple-pay-button,
.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,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary,
.form-address-edit .actions-toolbar .action.primary,
#store-selector .form-continue .actions-toolbar .amshopby-button,
.order-review-form .amshopby-button,
.bundle-actions .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.multicheckout .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
#store-selector .form-continue .actions-toolbar .am-filter-go,
.order-review-form .am-filter-go,
.bundle-actions .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.cart-summary .checkout-methods-items .am-filter-go.checkout,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.multicheckout .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.apple-pay-button,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase,
.bundle-actions .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.bundle-actions .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go {
  width: 100%;
}
.abs-reset-image-wrapper,
.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;
}
.abs-reset-image-wrapper .product-image-photo,
.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;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title,
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-dropdown-simple,
.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;
}
.abs-dropdown-simple ul.items,
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.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 .data.table-return-items .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;
}
.abs-margin-for-blocks-and-widgets,
.customer-review .product-details,
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.sidebar .product-items .action.delete,
.sidebar .block-compare .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,
.sidebar .block-compare .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,
.sidebar .block-compare .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,
.sidebar .block-compare .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,
.sidebar .block-compare .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;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.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 {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.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;
}
.abs-add-fields .fieldset .field .control,
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary,
.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;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary .action.add,
.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;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.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;
}
.abs-add-fields .additional,
.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;
}
.abs-add-fields .message.notice,
.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;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.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,
.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,
.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.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.fieldset .fullname > .label,
.field.street .field.additional .label,
.filter-options-content .filter-count-label,
.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 {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.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,
.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,
.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,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content.content:before,
.header.content.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,
.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,
.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,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content.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-add-box-sizing,
.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,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.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-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  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;
}
.abs-methods-shipping-title {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.abs-actions-addto,
.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;
}
.abs-actions-addto:hover,
.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;
}
.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 {
  width: 18px;
}
.abs-box-tocart,
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-toggling-title,
.abs-cart-block > .title,
.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-toggling-title:after,
.abs-cart-block > .title: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,
.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,
.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-cart-block,
.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-cart-block > .title:after,
.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-cart-block .content,
.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-cart-block.active .content,
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.abs-cart-block-content {
  margin: 0;
}
.abs-checkout-cart-price,
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.abs-checkout-product-name,
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-title,
.abs-account-blocks .block-title,
.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,
.customer-review .review-details .title,
.account .legend,
.paypal-review .block .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
.account .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-title > strong,
.abs-account-title > span,
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > 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,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.account .legend > strong,
.account .legend > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .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,
.account .column.main .block:not(.widget) .block-title > strong,
.account .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;
}
.abs-account-block-line-height,
.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;
}
.abs-account-summary td,
.order-details-items tfoot td {
  background: #f5f5f5;
}
.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax,
.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;
}
.abs-incl-excl-tax .price-including-tax .price,
.abs-incl-excl-tax .price-excluding-tax .price,
.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;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.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;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.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;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.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) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.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: ')';
}
.abs-tax-total,
.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;
}
.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 {
  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';
}
.abs-forms-margin-small,
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-account-actions: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 {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.abs-account-actions: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 {
  display: none;
}
.abs-account-blocks .block-title > .action,
.paypal-review .block .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
.account .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;
}
.abs-account-blocks .box-title,
.paypal-review .block .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
.account .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;
}
.abs-account-blocks .box-title > span,
.paypal-review .block .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
.account .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;
}
.abs-account-blocks .box-title > .action,
.paypal-review .block .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
.account .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;
}
.abs-colon:after,
.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-icon-add,
.abs-dropdown-items-new .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,
.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;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.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;
}
.abs-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;
}
.abs-title-orders .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,
.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;
}
.abs-title-orders .page-main .page-title-wrapper .order-date,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.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;
}
.abs-title-orders .page-main .page-title-wrapper .order-date .label,
.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;
}
.abs-table-striped,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.abs-block-items-counter:before,
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.abs-block-items-counter:after,
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.abs-block-widget-title,
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
.abs-block-widget-title strong,
.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;
  vertical-align: middle;
}
.abs-shopping-cart-items,
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.abs-shopping-cart-items .actions.main .continue,
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
  line-height: 1.42857143;
  margin: 0 20px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.abs-shopping-cart-items .actions.main .clear:visited,
.block-cart-failed .actions.main .clear:visited,
.cart-container .form-cart .actions.main .clear:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.abs-shopping-cart-items .actions.main .clear:active,
.abs-shopping-cart-items .actions.main .clear:focus,
.block-cart-failed .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:active,
.block-cart-failed .actions.main .clear:focus,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:focus {
  background: none;
  border: 0;
}
.abs-shopping-cart-items .actions.main .clear.disabled,
.abs-shopping-cart-items .actions.main .clear[disabled],
fieldset[disabled] .abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear.disabled,
.block-cart-failed .actions.main .clear[disabled],
fieldset[disabled] .block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear.disabled,
.cart-container .form-cart .actions.main .clear[disabled],
fieldset[disabled] .cart-container .form-cart .actions.main .clear {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-field-date .control,
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top: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;
}
.abs-checkout-tooltip-content-position-top: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;
}
.abs-checkout-tooltip-content-position-top: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;
}
.abs-checkout-title,
.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;
}
.abs-sidebar-totals,
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.abs-sidebar-totals tbody .mark,
.abs-sidebar-totals tfoot .mark,
.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;
}
.abs-sidebar-totals tbody .amount,
.abs-sidebar-totals tfoot .amount,
.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;
}
.abs-sidebar-totals .grand th,
.abs-sidebar-totals .grand td,
.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;
}
.abs-sidebar-totals .grand strong,
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.abs-sidebar-totals .grand .mark,
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 10px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals tbody tr:last-child td,
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.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;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.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;
}
.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 {
  position: absolute;
  right: 3px;
  top: 3px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.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';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-sidebar-totals .table-wrapper,
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.abs-discount-block .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #006bb4;
  font-weight: 400;
}
.abs-discount-block .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.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;
}
.abs-discount-block .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.abs-discount-block .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.abs-discount-block .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.abs-discount-block .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.abs-discount-block .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../../frontend/Magneto/VixxBadkamers/nl_NL/fonts/PlusJakartaSans-Regular.woff2') format('woff2'), url('../../frontend/Magneto/VixxBadkamers/nl_NL/fonts/PlusJakartaSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.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 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #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: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  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: #b30000;
  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: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #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: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #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: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  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: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.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: #757575;
  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: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media screen and (max-width: 1023px) {
  .navigation {
    background: #ffffff !important;
    padding: 0 !important;
  }
  .navigation ul {
    padding: 0 !important;
  }
  .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;
    padding: 10px 0;
  }
  .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: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 50%;
  }
  .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%;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 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: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
}
@media screen and (min-width: 1024px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: none;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
}
@media screen and (max-width: 1023px) {
  .sections.nav-sections .nav-sections-item-content .container {
    display: none;
  }
  .nav-sections {
    background: #ffffff;
  }
  .nav-sections .nav-sections-items {
    padding: 0 0px;
  }
  .nav-sections .nav-sections-items .nav-sections-item-title {
    height: 50px;
    padding-top: 0;
    line-height: 50px;
  }
  .nav-sections .nav-sections-items .nav-sections-item-title a {
    font-size: 18px;
  }
  .nav-sections .nav-sections-items .nav-sections-item-content {
    margin-top: 49px;
    padding-top: 0;
  }
  .nav-sections .nav-sections-items .navigation .parent .level-top:after {
    font-size: 16px;
    top: 0;
    line-height: 38px;
  }
  .nav-sections .nav-sections-items .navigation .level0 > .level-top {
    font-weight: 300;
    padding: 8px 15px;
  }
  .nav-sections-item-content .switcher-option {
    display: block;
    overflow: hidden;
    padding: 0 15px;
  }
  .nav-sections-item-content .switcher-option a {
    display: block;
    margin: 8px 0 0;
  }
}
.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 #999999;
  margin-top: 16px;
  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: 16px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 17px;
  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: 26px;
  margin-left: -16px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #999999;
  left: 26px;
  margin-left: -17px;
}
.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/Magneto/VixxBadkamers/nl_NL/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;
}
[data-role='main-css-loader'] {
  display: none;
}
.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;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.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 #999999;
  margin-left: 16px;
  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: 16px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 17px;
  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: -16px;
  top: 26px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #999999;
  margin-top: -17px;
  top: 26px;
}
.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/Magneto/VixxBadkamers/nl_NL/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Magneto/VixxBadkamers/nl_NL/fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: none;
}
button: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 {
  box-shadow: none;
}
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus {
  text-decoration: none;
}
.action.primary,
.action-primary,
.amshopby-button,
.am-filter-go,
.checkout-index-index #checkout button.action.action-login.secondary,
.checkout-index-index #checkout .continuepayment button,
.checkout-index-index #checkout div#opc-new-shipping-address .actions button,
.checkout-index-index #checkout button.button.btn-checkout span#onestepcheckout_place_btn_id,
.checkout-index-index #checkout div#appendlogin button,
.modal-popup button,
.modal-popup button:focus,
.modal-popup button:active,
.checkout-index-index #checkout button.action.action-login.secondary,
.checkout-index-index #checkout .continuepayment button,
.checkout-index-index #checkout div#opc-new-shipping-address .actions button,
.checkout-index-index #checkout button.button.btn-checkout span#onestepcheckout_place_btn_id,
.checkout-index-index #checkout div#appendlogin button,
.modal-popup button,
.modal-popup button:focus,
.modal-popup button:active {
  background-image: none;
  background: #8cc63f;
  border: 1px solid #8cc63f;
  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:focus,
.action.primary:active,
.action-primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover,
.checkout-index-index #checkout button.action.action-login.secondary:hover,
.checkout-index-index #checkout .continuepayment button:hover,
.checkout-index-index #checkout div#opc-new-shipping-address .actions button:hover,
.checkout-index-index #checkout button.button.btn-checkout span#onestepcheckout_place_btn_id:hover,
.checkout-index-index #checkout div#appendlogin button:hover,
.modal-popup button:hover,
.checkout-index-index #checkout button.action.action-login.secondary:hover,
.checkout-index-index #checkout .continuepayment button:hover,
.checkout-index-index #checkout div#opc-new-shipping-address .actions button:hover,
.checkout-index-index #checkout button.button.btn-checkout span#onestepcheckout_place_btn_id:hover,
.checkout-index-index #checkout div#appendlogin button:hover,
.modal-popup button:hover {
  background: #8cc63f;
  border: 1px solid #8cc63f;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px 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: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .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: 1px;
}
.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: #ff5501;
}
.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._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: #757575;
  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;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Magneto/VixxBadkamers/nl_NL/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Magneto/VixxBadkamers/nl_NL/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Magneto/VixxBadkamers/nl_NL/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Magneto/VixxBadkamers/nl_NL/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Magneto/VixxBadkamers/nl_NL/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  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 {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  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 {
  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 {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  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;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  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 {
  color: #006bb4;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  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 {
  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 {
  text-decoration: none;
  background-image: none;
  background: #8cc63f;
  border: 1px solid #8cc63f;
  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 {
  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 {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #8cc63f;
  border: 1px solid #8cc63f;
  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 {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.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 {
  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 {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.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 {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] 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;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.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: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  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: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.-am-blocked {
  pointer-events: none;
}
.checkout-index-index .page-header .minicart-wrapper {
  display: none;
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  min-width: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .form-login:not(:last-child) {
  border-bottom: none;
  padding-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-payment-method .payment-methods .step-title {
  border-bottom: 1px solid #ccc;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  background-color: #eaeaea;
  display: block;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  text-align: center;
  transform: translate(-50%);
  width: 1240px;
  z-index: 999;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  background: #ffffff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 7px 9px 32px;
  padding: 24px 12px;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .checkout-block .fieldset > br,
.checkout-index-index .checkout-block .fieldset > hr {
  display: none;
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
.checkout-index-index .am-checkout .product-item .amcheckout-price-wrapper {
  font-size: 1.2rem;
  margin: 5px 0;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  background: none;
  border: 0;
  border-radius: 0;
  color: #006bb4;
  display: inline;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 0;
  text-decoration: none;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;']) + .field-error {
  display: none;
}
.checkout-index-index .additional-options .field._required .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  appearance: auto;
  opacity: 1;
  height: auto;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty,
.checkout-index-index .opc-block-summary .minicart-items span.non-editable-qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button {
  float: right;
  margin-top: 12px;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  border: 1px #b6b6b6 solid;
  cursor: pointer;
  float: left;
  height: 14px;
  padding: 7px;
  width: 14px;
  border-radius: unset;
  margin-top: 0px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  right: 0;
  width: 100%;
}
.checkout-index-index #recaptcha-checkout-place-order-wrapper .grecaptcha-badge {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary,
.checkout-payment-method .payment-methods .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-methods .actions-toolbar .am-filter-go {
  background: #006bb4;
  border: 1px solid #006bb4;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary.disabled,
.checkout-payment-method .payment-methods .actions-toolbar .action.primary[disabled],
.checkout-payment-method .payment-methods .actions-toolbar .amshopby-button.disabled,
.checkout-payment-method .payment-methods .actions-toolbar .amshopby-button[disabled],
.checkout-payment-method .payment-methods .actions-toolbar .am-filter-go.disabled,
.checkout-payment-method .payment-methods .actions-toolbar .am-filter-go[disabled] {
  background: #1979c3;
  border: 1px solid #1979c3;
  opacity: 0.5;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary:hover,
.checkout-payment-method .payment-methods .actions-toolbar .amshopby-button:hover,
.checkout-payment-method .payment-methods .actions-toolbar .am-filter-go:hover {
  background: #015690;
  border: 1px solid #015690;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
  width: 100%;
}
.checkout-success .success-messages {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .order-date {
  border-bottom: 1px solid #c5c5c5;
  font-size: 1.6rem;
  padding-bottom: 25px;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  border-left: 3px solid #f58c12;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  position: relative;
  width: 600px;
}
#registration br {
  display: none;
}
#registration form {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.amcheckout-trust-badges {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.amcheckout-trust-seal {
  font-size: 8px;
  max-width: 137px;
}
.checkout-payment-method .amcheckout-trust-seal {
  font-size: 10px;
  margin: 0 auto 15px;
  max-width: 66%;
  text-align: center;
}
.am-checkout.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
}
.amcheckout-trust-seal .amcheckout-title,
.amcheckout-trust-seal .amcheckout-description {
  margin-bottom: 0;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip {
  height: auto !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-box {
  border: 1px solid #999999;
  border-radius: 0;
  color: inherit !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-content {
  padding: 12px;
  background: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow {
  width: 12px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -3px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  right: -2px;
  width: 14px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
  left: 3px;
  border-right-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #999999 !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  left: 15px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  left: -5px;
  z-index: -1;
}
.amcheckout-delivery-date .field {
  float: left;
  box-sizing: border-box;
  padding-top: 4px;
  width: 100%;
}
.amcheckout-delivery-date .field.comment {
  width: 100%;
}
.amcheckout-delivery-date .field.datepicker,
.amcheckout-delivery-date .field.timepicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amcheckout-delivery-date .field.datepicker .control,
.amcheckout-delivery-date .field.timepicker .control {
  flex: none;
  width: 60%;
}
.amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.amcheckout-delivery-date .clearer {
  clear: both;
}
.amcheckout-delivery-date .field._required > .label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: 600;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-checkout.-modern {
  background: none;
  box-sizing: border-box;
  padding: 0;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background: #1979c3;
  border-radius: 2px;
  color: #ffffff;
  height: auto;
  padding: 5px 20px;
  transition: all .3s ease;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
  background: #429fe7;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.am-checkout.-modern .amcheckout-trust-badges {
  justify-content: flex-start;
}
.am-checkout.-modern .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
  width: 66%;
}
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout,
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty {
  background: #315499;
  padding: 14px 30px;
  transition: all .3s ease;
}
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout.disabled,
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty.disabled,
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout[disabled],
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty[disabled] {
  background: #315499;
  /* phpcs:ignore: Magento2.Less.ZeroUnits.ZeroUnitFound */
  opacity: 0.5;
}
.am-checkout.-modern .amcheckout-step-container .primary .action.checkout:hover,
.am-checkout.-modern .amcheckout-step-container .action.checkout.amasty:hover {
  background: #3d69c0;
}
.am-checkout.-modern.-layout-2columns .product-item-details .product-item-inner .amcheckout-price-wrapper,
.am-checkout.-modern.-layout-3columns .product-item-details .product-item-inner .amcheckout-price-wrapper {
  order: inherit;
  text-align: start;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
}
.amcheckout-step-container {
  font-size: 16px;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  background: #eeeeee;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 15px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  border: 2px solid #1979c3;
  border-radius: 50%;
  box-sizing: border-box;
  float: right;
  height: 24px;
  position: relative;
  transition: all .3s ease;
  width: 24px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #429fe7;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  border-bottom: 2px solid #1979c3;
  border-right: 2px solid #1979c3;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 41%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all .3s ease;
  width: 8px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title-container + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > br,
.amcheckout-step-container .fieldset > hr {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-trust-seal {
  font-size: inherit;
  max-width: unset;
}
.amcheckout-step-container .note {
  color: #717171;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container) {
  background: #1979c3;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
  transition: all .3s ease;
}
.amcheckout-step-container .amcheckout-button.-new-address:hover {
  background: #429fe7;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .am-filter-go {
  float: none;
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 12px 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type='number']:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
  height: 40px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
  text-align: left;
}
.amcheckout-step-container .checkout-agreements .checkout-agreement .label {
  display: flex;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: unset;
  top: unset;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  cursor: pointer;
  display: flex;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  background: #ffffff !important;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 3px 15px 0 0;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before,
.amcheckout-step-container input[type='checkbox']:focus + label:before,
.amcheckout-step-container input[type='radio']:focus + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
  border-width: 0;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all .2s ease;
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login:last-child,
.amcheckout-step-container .form-login:last-child {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 30px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  align-items: center;
  display: flex;
  height: 40px;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  color: #363636;
  line-height: 40px;
  margin-left: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  background: #ddf0ff;
  border: 1px solid #1474c2;
  color: #1979c3;
  float: right;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1474c2;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  background: none;
  color: #4e4e4e;
  font-size: 16px;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 13px;
  width: 13px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  line-height: 30px;
  padding: 20px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .selected-store-pickup {
  margin-top: 15px;
}
.amcheckout-step-container .selected-store-pickup .step-title {
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  padding: 10px 0;
}
.amcheckout-step-container .selected-store-pickup .step-content {
  padding: 10px 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #1474c2;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  border: none !important;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  align-items: flex-start;
  padding: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart > .title {
  padding: 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 5px;
  width: 10px;
  z-index: 1;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  border: 1px solid #d4d4d4;
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amcheckout-price-wrapper {
  flex-basis: 100%;
  order: 1;
  text-align: end;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  align-items: center;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  background: #f0f8ff;
  border: 1px solid #1474c2;
  border-radius: 2px;
  color: #1474c2;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
  color: #136eb8;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  border: none;
  font-size: 14px;
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 0;
  margin: 0;
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-step-container .amcheckout-trust-seal {
  font-size: 9px;
  max-width: 161px;
}
.amcheckout-step-container .amcheckout-trust-seal .amcheckout-title {
  background: none;
  cursor: inherit;
  font-size: inherit;
  font-weight: 400;
  padding: 0;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
.amelsearch-further-section {
  display: none;
  margin: 0 0 40px;
}
.amelsearch-further-section .amelsearch-label {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
.amelsearch-further-section .amelsearch-form-section {
  align-content: center;
  align-items: center;
  display: inline-flex;
  max-width: 362px;
  position: relative;
  width: 100%;
}
.amelsearch-further-section .amelsearch-button.-loupe,
.amelsearch-further-section .amelsearch-button.-close {
  height: 100%;
  margin: auto 0;
  position: absolute;
  right: 85px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-input {
  padding-left: 33px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-button.-loupe {
  bottom: 0;
  left: 10px;
  right: auto;
  top: 0;
}
.amelsearch-further-section .amelsearch-input {
  border-radius: 20px;
}
.amelsearch-further-section .amelsearch-button.-primary {
  height: 100%;
  position: absolute;
  right: 0;
}
.amelsearch-further-section .amelsearch-button:focus-visible {
  border: 1px solid #00699d;
  box-shadow: 0 0 3px 1px #00699d;
}
.amelsearch-input {
  border: 1px solid #ccc;
  color: #333;
  font-weight: 400;
  padding: 10px 5px;
  transition: .3s;
}
.amelsearch-input ::placeholder {
  color: #ccc;
}
.amelsearch-input:hover:not([disabled]),
.amelsearch-input:focus:not([disabled]) {
  border-color: #1979c2;
  box-shadow: none;
}
.amelsearch-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.amelsearch-button:hover,
.amelsearch-button:focus {
  outline: none;
}
.amelsearch-button:not(.primary) {
  box-shadow: none;
}
.amelsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amelsearch-button.-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  height: 20px;
  padding: 0;
  width: 20px;
  background: none;
}
.amelsearch-button.-icon:after {
  content: '';
  height: 10px;
  width: 10px;
}
.amelsearch-button.-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
}
.amelsearch-button.-loupe:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat center;
}
.amelsearch-button.-primary {
  background-color: #1979c2;
  border-color: #1979c2;
  border-radius: 80px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  height: 32px;
  min-width: 78px;
  padding: 7px 10px;
}
.amelsearch-button.-primary:hover {
  background-color: #166bab;
  border-color: #166bab;
}
.amelsearch-button.-primary:active {
  background-color: #135d95;
  border-color: #135d95;
}
.amelsearch-button.-primary.-disabled {
  opacity: .8;
}
.amautocomplete-suggestions-container {
  padding-top: .4rem;
  position: absolute;
  z-index: 1;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list {
  background: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  cursor: pointer;
  filter: drop-shadow(0 0 3px #00699d);
  list-style: none;
  padding: .1rem;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li {
  text-decoration: none;
  align-items: flex-start;
  align-self: stretch;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-direction: row;
  gap: 9px;
  margin: 0;
  padding: 9px;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #c7c7c7;
  content: '\e60a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:hover:before {
  color: #1979c2;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:before {
  flex-shrink: 0;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li.-active:before {
  color: #1979c2;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:last-child {
  border-bottom: none;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:hover,
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li.-active {
  background: #e8f6ff;
}
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li:active,
.amautocomplete-suggestions-container .amautocomplete-suggestions-list li.-active {
  box-shadow: 0 0 3px #00699d;
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}
.am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error .recaptcha-error-message {
  color: #dd4b39;
  font-size: 12px;
  padding: 4px 0;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  display: block;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary > *:not(#am-recaptcha-block) {
  display: none;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary:has(.grecaptcha-badge) {
  display: none;
}
.ammenu-sticky,
.ammenu-header-container.-sticky .header.content,
.ammenu-nav-sections.-topmenu.-sticky .ammenu-main-container {
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
/* phpcs:disable */
/* phpcs:enable */
/* phpcs:ignore Magento2.Less.SelectorDelimiter.LineBreakAfterDelimiter */
.ammmenu-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .ammmenu-word-break {
  word-break: break-all;
}
._ammenu-link.-first,
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link,
.ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-link {
  min-height: 60px;
  padding: 17px 0;
}
._ammenu-link.-second,
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link {
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 50px;
  padding: 14px 0;
}
@-webkit-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.ammenu-header-container {
  min-height: 64px;
  position: relative;
}
.ammenu-header-container.page-header {
  margin-bottom: 0;
}
.ammenu-header-container.-sticky .header.content {
  background: #fff;
}
.ammenu-header-container.-sticky .ammenu-button.-hamburger {
  margin-left: 20px;
}
.ammenu-menu-wrapper {
  margin-bottom: 35px;
}
.ammenu-menu-wrapper .ammenu-item {
  margin: 0;
}
.ammenu-menu-wrapper .ammenu-main-container {
  box-sizing: border-box;
  width: 100%;
}
.ammenu-menu-wrapper .ammenu-link {
  -webkit-animation: ammenu-animation__fadeIn 0.1s forwards;
  animation: ammenu-animation__fadeIn 0.1s forwards;
  display: flex;
  align-items: center;
  background: none;
  border-color: transparent;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  position: relative;
  text-align: left;
  width: 100%;
}
.ammenu-menu-wrapper .ammenu-link .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-menu-wrapper .ammenu-link:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 3px 1px #00699d;
}
.ammenu-menu-wrapper .ammenu-link:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-menu-wrapper .ammenu-link:hover {
  text-decoration: none;
}
.ammenu-menu-wrapper .ammenu-link.-simple {
  font-size: 1.6rem;
  line-height: 20px;
  padding: 0 0 20px 0;
}
.ammenu-menu-wrapper .ammenu-link.-all-link {
  text-decoration: underline;
}
.ammenu-menu-wrapper .ammenu-link.-disabled {
  cursor: none;
  pointer-events: none;
}
.ammenu-menu-wrapper .ammenu-text-block {
  display: flex;
  align-items: flex-start;
  align-self: center;
  margin: 0;
  position: relative;
}
.ammenu-menu-wrapper .ammenu-label {
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.ammenu-menu-wrapper .ammenu-label:hover {
  text-decoration: none;
}
.ammenu-menu-wrapper .ammenu-icon-block {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: 20px;
  -webkit-mask-size: cover;
  mask-size: cover;
  min-width: 20px;
  position: relative;
  width: 20px;
}
.ammenu-menu-wrapper .ammenu-icon-block.-toggle {
  cursor: pointer;
  pointer-events: all;
  transition: .3s;
}
.ammenu-menu-wrapper .ammenu-icon-block.-toggle:hover {
  filter: brightness(85%);
}
.ammenu-menu-wrapper .ammenu-icon-block.-toggle:active {
  filter: brightness(50%);
}
.ammenu-menu-wrapper .ammenu-icon-block.-icon {
  margin-right: 10px;
}
.ammenu-menu-wrapper .ammenu-icon-block path {
  fill: currentColor;
}
.ammenu-menu-wrapper .ammenu-menu-overlay {
  background-color: rgba(51, 58, 64, 0.2);
  cursor: pointer;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 271;
}
.ammenu-menu-wrapper table img {
  max-width: inherit;
}
.ammenu-menu-wrapper [data-appearance='carousel'] {
  max-width: 100%;
  min-width: 200px;
  width: 100%;
}
.ammenu-nav-sections {
  background: #fff;
  z-index: 9;
}
.ammenu-nav-sections:not(.-topmenu) {
  animation-duration: 0.3s;
  -webkit-animation-name: 'ammenu-animation__fadeInLeft';
  animation-name: 'ammenu-animation__fadeInLeft';
}
.ammenu-header-container .header.content {
  display: flex;
  align-items: center;
  transition: 0.1s all ease-in;
  margin-bottom: 10px;
  position: relative;
}
.ammenu-header-container .header.content .ammenu-logo {
  display: inline-flex;
  margin: 0 auto 0 0;
  min-width: 110px;
}
.ammenu-header-container .header.content .compare .item {
  margin: 0;
}
.ammenu-header-container .header.content .minicart-wrapper {
  margin: 0 10px;
}
.ammenu-header-container .header.content .block-search {
  margin-top: 0;
}
.ammenu-robots-navigation {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (max-width: 1024px + 1) {
  .ammenu-header-container.-sticky .header.content {
    padding: 10px;
  }
}
.ammenu-tabs-list {
  display: flex;
  border-radius: 8px;
  font-size: 1.6rem;
  margin: 0 20px 20px;
  padding: 8px;
}
.ammenu-tabs-list .ammenu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-grow: 1;
}
.ammenu-tabs-list .ammenu-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  transition: 0.1s all ease-in;
  border-radius: 6px;
  font-size: 1.6rem;
  min-height: 32px;
  padding: 5px;
  width: 100%;
}
.ammenu-tabs-list .ammenu-button .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-tabs-list .ammenu-button:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 3px 1px #00699d;
}
.ammenu-tabs-list .ammenu-button:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-tabs-list .ammenu-button.-active {
  font-weight: 700;
}
._ammenu-toggle-buttons:hover {
  filter: brightness(85%);
}
._ammenu-toggle-buttons:active {
  filter: brightness(50%);
}
.ammenu-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  height: 20px;
  min-width: 40px;
  outline: none;
  transition: .1s;
  width: 40px;
  z-index: 1;
}
.ammenu-toggle .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-toggle:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 3px 1px #00699d;
}
.ammenu-toggle:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-button.-hamburger {
  display: flex;
  align-items: center;
  background: transparent;
  border-bottom: 1px solid;
  border-color: inherit;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: 1px solid;
  cursor: pointer;
  display: inline-flex;
  height: 17px;
  margin: 20px 20px 20px 0;
  padding: 0;
  position: relative;
  transition: none;
  width: 25px;
}
.ammenu-button.-hamburger:hover {
  filter: brightness(85%);
}
.ammenu-button.-hamburger:active {
  filter: brightness(50%);
}
.ammenu-button.-hamburger:not(.-hamburger) {
  display: none;
}
.ammenu-button.-hamburger:before {
  border-top: 1px solid;
  content: '';
  width: 100%;
}
.ammenu-button.-close {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  cursor: pointer;
  height: 20px;
  position: relative;
  width: 20px;
}
.ammenu-button.-close .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-button.-close:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 3px 1px #00699d;
}
.ammenu-button.-close:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-button.-close:hover {
  filter: brightness(85%);
}
.ammenu-button.-close:active {
  filter: brightness(50%);
}
.ammenu-button.-close:after,
.ammenu-button.-close:before {
  background-color: currentColor;
  content: '';
  height: 1px;
  position: absolute;
  width: 18px;
}
.ammenu-button.-close:before {
  transform: rotate(45deg);
}
.ammenu-button.-close:after {
  transform: rotate(-45deg);
}
.ammenu-menu-greetings {
  display: flex;
  align-items: center;
  background: #fffcdd;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 20px 20px;
  padding: 15px;
  position: relative;
}
.ammenu-menu-greetings:before {
  content: '👋';
  margin: 0 10px 0 0;
}
.ammenu-menu-greetings.-logged {
  background: #eaffdd;
}
.ammenu-menu-greetings .ammenu-message.-welcome {
  margin: 0 5px 0 0;
}
.ammenu-menu-greetings .ammenu-message.-welcome:after {
  content: ',';
}
.ammenu-menu-greetings .ammenu-name {
  font-weight: 700;
}
.ammenu-menu-greetings .ammenu-name:after {
  content: '!';
}
.ammenu-category-tree .ammenu-title {
  display: inline-block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
.ammenu-category-tree .ammenu-title:hover {
  text-decoration: none;
}
.ammenu-category-tree .ammenu-title.-parent {
  margin: 0 0 25px;
}
.ammenu-category-tree .ammenu-title[href='']:not(.-back),
.ammenu-category-tree .ammenu-title[href='javascript:void(0)']:not(.-back) {
  cursor: none;
  pointer-events: none;
}
.ammenu-category-tree .ammenu-title .ammenu-icon-block {
  margin-right: 10px;
  transform: translateY(3px);
}
.ammenu-category-tree .ammenu-label {
  margin: 0 0 0 10px;
  min-width: min-content;
  white-space: pre-wrap;
}
.ammenu-category-tree .ammenu-list {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ammenu-category-tree .ammenu-list > .ammenu-item:last-child .ammenu-link {
  padding: 0;
}
.ammenu-category-tree .ammenu-item {
  align-items: center;
  flex-basis: 100%;
}
.ammenu-category-tree .ammenu-item .ammenu-icon-block.-toggle {
  margin-left: 10px;
  transform: rotate(180deg);
}
.ammenu-menu-title {
  display: flex;
  align-items: center;
  padding: 20px;
}
.ammenu-menu-title .ammenu-title {
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
}
.ammenu-menu-title .ammenu-button.-close {
  margin: 0 0 0 auto;
}
.ammenu-category-columns {
  display: flex;
  flex-wrap: wrap;
}
.ammenu-category-columns.-col-1 .ammenu-column {
  width: calc(100% / 1);
}
.ammenu-category-columns.-col-2 .ammenu-column {
  width: calc(100% / 2);
}
.ammenu-category-columns.-col-3 .ammenu-column {
  width: calc(100% / 3);
}
.ammenu-category-columns.-col-4 .ammenu-column {
  width: calc(100% / 4);
}
.ammenu-category-columns.-col-5 .ammenu-column {
  width: calc(100% / 5);
}
.ammenu-category-columns.-col-6 .ammenu-column {
  width: calc(100% / 6);
}
.ammenu-category-columns.-col-7 .ammenu-column {
  width: calc(100% / 7);
}
.ammenu-category-columns.-col-8 .ammenu-column {
  width: calc(100% / 8);
}
.ammenu-category-columns.-col-9 .ammenu-column {
  width: calc(100% / 9);
}
.ammenu-category-columns.-col-10 .ammenu-column {
  width: calc(100% / 10);
}
.ammenu-category-columns.-col-1 .ammenu-column {
  display: block;
  width: 100%;
}
.ammenu-category-columns.-col-1 .ammenu-column .ammenu-title {
  width: 100%;
}
.ammenu-category-columns .ammenu-column {
  box-sizing: border-box;
  display: inline-block;
  padding-bottom: 20px;
  width: auto;
}
.ammenu-category-columns .ammenu-column:not(:last-child) {
  padding-right: 35px;
}
.ammenu-nav-sections.-sidebar.-left-menu {
  max-width: 355px;
  overflow: visible;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-link:not(.-active) .ammenu-icon-block.-toggle {
  transform: rotate(180deg);
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root {
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose */
  overflow-y: auto;
  scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  scrollbar-width: thin;
  height: calc(100% - 120px);
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar {
  background: #f0f0f0;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 6px;
  cursor: pointer;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar {
  height: 12px;
  width: 6px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root::-webkit-scrollbar-thumb {
  height: 6px;
  width: 6px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root ::-webkit-scrollbar-track {
  height: 6px;
  width: 6px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root > .ammenu-item:not(:last-child) > .ammenu-link {
  border-bottom: 1px solid;
}
.ammenu-nav-sections.-sidebar.-left-menu .pagebuilder-column {
  min-width: min-content;
  min-width: 120px;
}
.ammenu-nav-sections.-sidebar.-left-menu [data-content-type='html'],
.ammenu-nav-sections.-sidebar.-left-menu [data-content-type='video'] {
  min-width: 120px;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-submenu-wrapper {
  border-radius: 0 10px 10px 0;
  box-shadow: 6px 2px 6px rgba(0, 0, 0, 0.17), inset 8px 0 8px -7px rgba(0, 0, 0, 0.3);
  left: 355px;
  margin: 0;
  max-width: 64vw;
  position: fixed;
  width: fit-content;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-submenu-wrapper.-full {
  min-width: 70vw;
}
.ammenu-nav-sections.-sidebar.-left-menu .ammenu-submenu-wrapper.-auto {
  width: max-content;
}
.ammenu-nav-sections.-topmenu.-hamburger {
  padding: 0 20px;
}
.ammenu-nav-sections.-topmenu.-hamburger:not(.-sticky) .ammenu-main-container {
  max-width: 1240px;
}
.ammenu-nav-sections.-topmenu.-hamburger .ammenu-main-container {
  padding: 0;
}
.ammenu-nav-sections.-sidebar {
  transition: 0.3s all ease-in;
  bottom: 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.17), 4px 4px 10px rgba(0, 0, 0, 0.1);
  left: -100%;
  max-width: 500px;
  overflow: auto;
  padding: 0 0 48px;
  position: fixed;
  top: 0;
  width: 95vw;
  z-index: 272;
}
.ammenu-nav-sections.-sidebar.-opened {
  left: 0;
}
.ammenu-nav-sections.-sidebar .ammenu-account-section {
  height: 100%;
}
.ammenu-nav-sections.-sidebar .ammenu-items {
  flex-basis: 100%;
  margin: 0;
  padding: 0;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item {
  margin: 0;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link {
  box-sizing: border-box;
  flex-basis: 100%;
  font-weight: 700;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle {
  bottom: 0;
  height: 40px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-icon {
  margin-bottom: auto;
  margin-top: 2px;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-text-block {
  padding: 0 40px 0 0;
}
.ammenu-nav-sections.-sidebar .ammenu-label {
  margin: 3px 5px 3px 10px;
  min-width: 50px;
}
.ammenu-nav-sections.-sidebar .ammenu-item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  position: relative;
  transition: .5s opacity;
}
.ammenu-nav-sections.-sidebar .ammenu-link {
  flex-basis: 100%;
  flex-grow: 1;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0 20px;
  text-align: left;
}
.ammenu-nav-sections.-sidebar .ammenu-link:active {
  opacity: .6;
}
.ammenu-nav-sections.-sidebar .ammenu-link .ammenu-counter {
  align-self: center;
  font-size: .8em;
  opacity: .5;
  padding: 0 0 0 5px;
  text-transform: capitalize;
}
.ammenu-nav-sections.-sidebar .ammenu-link .ammenu-counter:before {
  content: '(';
}
.ammenu-nav-sections.-sidebar .ammenu-link .ammenu-counter:after {
  content: ')';
}
.ammenu-nav-sections.-sidebar .ammenu-text {
  word-break: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
  max-height: 100%;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
.ie11 .ammenu-nav-sections.-sidebar .ammenu-text {
  word-break: break-all;
}
.ammenu-nav-sections.-topmenu {
  transition: 0.1s all ease-in;
}
.ammenu-nav-sections.-topmenu.-sticky {
  min-height: 58px;
}
.ammenu-nav-sections.-topmenu.-sticky .ammenu-items.-root {
  margin: 0 auto;
  max-width: 1240px;
}
.ammenu-nav-sections.-topmenu.-sticky .ammenu-items.-root > .ammenu-item > .ammenu-link {
  padding: 23.5px 14px;
}
.ammenu-nav-sections.-topmenu.-sticky .ammenu-label {
  white-space: nowrap;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container {
  transition: 0.1s all ease-in;
  box-sizing: border-box;
  margin: auto;
  padding: 0 20px;
}
.ammenu-nav-sections.-topmenu .ammenu-items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item {
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  transition: .5s;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:hover + .ammenu-submenu-block {
  display: flex;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:hover > .ammenu-link {
  text-decoration: none;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
  font-size: 1.4rem;
  padding: 14.5px 14px;
  position: relative;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link .ammenu-label {
  bottom: 100%;
  left: 0;
  margin: 0 0 4px;
  position: absolute;
}
.ammenu-nav-sections.-topmenu:not(.-hamburger) .ammenu-main-container .ammenu-items.-root {
  margin: 0 auto;
  max-width: 1240px;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
  border-radius: 0 0 15px 15px;
  box-shadow: 0 8px 15px rgba(72, 88, 112, 0.11);
  position: absolute;
}
.ammenu-submenu-block {
  box-sizing: border-box;
}
.ammenu-submenu-block.-root {
  height: 100%;
  width: 100%;
}
.ammenu-submenu-wrapper {
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose */
  overflow-y: auto;
  scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  scrollbar-width: thin;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  cursor: auto;
  font-weight: 400;
  max-height: 70vh;
  max-width: 100%;
  padding: 35px 35px 15px 35px;
  transition: .3s;
  z-index: 211;
}
.ammenu-submenu-wrapper::-webkit-scrollbar {
  background: #f0f0f0;
}
.ammenu-submenu-wrapper::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 6px;
  cursor: pointer;
}
.ammenu-submenu-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.ammenu-submenu-wrapper::-webkit-scrollbar {
  height: 12px;
  width: 6px;
}
.ammenu-submenu-wrapper::-webkit-scrollbar-thumb {
  height: 6px;
  width: 6px;
}
.ammenu-submenu-wrapper ::-webkit-scrollbar-track {
  height: 6px;
  width: 6px;
}
.ammenu-submenu-wrapper.-full {
  left: 0;
}
.ammenu-submenu-wrapper .block {
  margin-bottom: 0;
}
.ammenu-submenu-wrapper .ambrands-link {
  display: none;
}
.ammenu-submenu-wrapper .ammenu-link.-simple {
  margin: 0;
}
.ammenu-submenu-wrapper .ambrands-list-popup {
  display: block;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  transition: none;
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-icon-block.-toggle {
  margin-left: auto;
  transform: rotate(270deg);
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-link.-active > .ammenu-icon-block.-toggle {
  transform: rotate(90deg);
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item:not(:last-child):not(.-active) > .ammenu-link {
  border-bottom: 1px solid;
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items {
  padding: 0 0 0 30px;
}
.pagebuilder-content-type-wrapper .ammenu-item {
  list-style: none;
}
.ammenu-label-group.admin__control-grouped {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ammenu-label-group.admin__control-grouped > .admin__field {
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-top: 0;
}
.ammenu-label-group.admin__control-grouped .colorpicker-input {
  width: calc(100% - 37px) !important;
}
.ammenu-items-tree {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 2rem;
  list-style: none;
}
.ammenu-items-tree .ammenu-item {
  background: #fff;
  border: 1px dashed #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  flex-basis: 200px;
  margin-bottom: 20px;
  padding: 35px 30px;
  white-space: nowrap;
}
.ammenu-items-tree .ammenu-item:hover {
  border-color: #a0a0a0;
  box-shadow: 0 2px 4px rgba(32, 77, 112, 0.16);
}
.ammenu-items-tree .ammenu-item:not(:last-child) {
  margin-right: 20px;
}
.amasty-mega-menu .amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
  margin: 3px 0 0;
}
.ammenu-nav-sections .widget-product-carousel *:not(button):not(button span),
.ammenu-nav-sections .widget *:not(button):not(button span) {
  color: inherit;
}
.ammenu-nav-sections .widget-product-carousel.-slider .slick-slide,
.ammenu-nav-sections .widget.-slider .slick-slide {
  vertical-align: top;
}
.ammenu-nav-sections .widget-product-carousel:not(.-slider):not(.slick-slider) .product-item .product-item-info:hover *:not(button):not(button span),
.ammenu-nav-sections .widget:not(.-slider):not(.slick-slider) .product-item .product-item-info:hover *:not(button):not(button span) {
  color: initial;
}
.ammenu-nav-sections .widget-product-carousel .slick-slide .product-item,
.ammenu-nav-sections .widget .slick-slide .product-item {
  max-width: 100%;
}
.ammenu-nav-sections .widget-product-carousel .slick-list,
.ammenu-nav-sections .widget .slick-list {
  padding: 0;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots,
.ammenu-nav-sections .widget .slick-dots {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
  position: initial;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots li:not(:last-child):not(:first-child) button,
.ammenu-nav-sections .widget .slick-dots li:not(:last-child):not(:first-child) button {
  opacity: 1;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots button,
.ammenu-nav-sections .widget .slick-dots button {
  border: 1px solid #ff5502;
  border-radius: 50%;
  box-sizing: border-box;
  height: 6px;
  line-height: 0;
  opacity: .5;
  padding: 0;
  width: 6px;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots button:before,
.ammenu-nav-sections .widget .slick-dots button:before {
  content: none;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots li,
.ammenu-nav-sections .widget .slick-dots li {
  cursor: pointer;
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  margin: 0;
  width: 20px;
}
.ammenu-nav-sections .widget-product-carousel .slick-dots li.slick-active button,
.ammenu-nav-sections .widget .slick-dots li.slick-active button {
  background: #ff5502;
}
.ammenu-nav-sections .widget-product-carousel .actions-secondary .action:hover,
.ammenu-nav-sections .widget .actions-secondary .action:hover {
  color: inherit;
  opacity: .75;
}
.ammenu-nav-sections .widget-product-carousel .product-item,
.ammenu-nav-sections .widget .product-item,
.ammenu-nav-sections .widget-product-carousel .product-item-info,
.ammenu-nav-sections .widget .product-item-info {
  background: transparent;
}
.ammenu-nav-sections .widget-product-carousel .actions-secondary .action,
.ammenu-nav-sections .widget .actions-secondary .action {
  color: inherit;
  opacity: 1;
}
.ammenu-nav-sections .widget-product-carousel .actions-secondary .action:hover,
.ammenu-nav-sections .widget .actions-secondary .action:hover {
  opacity: .75;
}
.ammenu-nav-sections .widget-product-carousel .ammenu-product-list,
.ammenu-nav-sections .widget .ammenu-product-list {
  max-width: 100%;
  list-style: none;
}
.ammenu-nav-sections .widget-product-carousel .ammenu-product-list .product-item,
.ammenu-nav-sections .widget .ammenu-product-list .product-item {
  list-style: none;
}
.ammenu-submenu-wrapper .amreview-widget-container .amreview-title,
.ammenu-submenu-wrapper .amreview-widget-container .review-item {
  background: none !important;
}
.ammenu-submenu-wrapper .ammenu-product-list.-grid {
  margin: 0;
  padding: 0 10px;
}
.ammenu-submenu-block.-builder.-root {
  display: flex;
}
.ammenu-submenu-block.-builder.-root .ammenu-items-list {
  display: flex;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 1.6rem;
  margin: 0;
}
.ammenu-submenu-block.-builder.-root .ammenu-items-list .ammenu-item {
  position: relative;
}
.ammenu-submenu-block.-builder.-root > .ammenu-items-list > .ammenu-item > .ammenu-link {
  font-size: 1.8rem;
  font-weight: 700;
}
.ammenu-submenu-block.-builder.-root > .ammenu-items-list > .ammenu-item > .ammenu-link.-all-link {
  text-decoration: none;
}
.ammenu-submenu-block.-builder.-root .ammenu-label {
  margin: 0 0 0 10px;
}
.ammenu-submenu-block.-builder.-root .ammenu-text-block {
  align-items: center;
}
.ammenu-submenu-block.-builder.-root .ammenu-link .ammenu-text {
  max-width: 300px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ammenu-submenu-block.-builder.-root .ammenu-submenu-sidebar {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-self: stretch;
  box-sizing: border-box;
  flex-grow: 1;
  max-width: 100%;
}
.ammenu-submenu-block.-builder.-root > .ammenu-submenu-block {
  position: relative;
}
.ammenu-submenu-block.-builder.-root .ammenu-submenu-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
.ammenu-submenu-block.-builder.-root .ammenu-content-block {
  flex-basis: 100%;
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.ammenu-submenu-block.-builder.-root .ammenu-product-list,
.ammenu-submenu-block.-builder.-root .products-slider {
  width: 100%;
}
.ammenu-submenu-block.-horizontal {
  flex-wrap: wrap;
}
.ammenu-submenu-block.-horizontal > div {
  box-sizing: border-box;
  flex-basis: 100%;
}
.ammenu-submenu-block.-horizontal.-root > .ammenu-items-list .ammenu-label {
  white-space: pre;
}
.ammenu-submenu-block.-horizontal > .ammenu-items-list {
  display: flex;
  padding: 0;
  width: 100%;
}
.ammenu-submenu-block.-horizontal > .ammenu-items-list > .ammenu-item {
  margin: 0 20px 0 0;
}
.ammenu-submenu-block.-horizontal > .ammenu-items-list > .ammenu-item > .ammenu-link {
  padding-bottom: 35px;
}
.ammenu-submenu-block.-horizontal > .ammenu-submenu-sidebar {
  flex-basis: 100%;
}
.ammenu-submenu-block.-horizontal > .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty) {
  padding: 35px 0 0;
  position: relative;
}
.ammenu-submenu-block.-horizontal > .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty):after {
  content: '';
  display: inline-block;
  position: absolute;
  border-top: 1px solid currentColor;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.ammenu-submenu-block.-vertical {
  flex-wrap: nowrap;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list {
  display: inline-flex;
  flex-direction: column;
  padding: 0 15px 0 0;
  text-align: right;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list .ammenu-item {
  align-self: flex-start;
  margin: 0;
  min-width: 90px;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list .ammenu-label {
  max-width: 100px;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list + .ammenu-submenu-sidebar {
  padding: 0 0 0 25px;
  position: relative;
}
.ammenu-submenu-block.-vertical > .ammenu-items-list + .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty):before {
  content: '';
  display: inline-block;
  position: absolute;
  border-left: 1px solid currentColor;
  bottom: 0;
  height: 100%;
  left: 0;
  top: 0;
}
.-ie .ammenu-submenu-wrapper .ammenu-items-list > .ammenu-item {
  min-height: 1em;
}
@keyframes slide-right {
  0% {
    transform: translateX(-500%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(500%);
  }
  100% {
    transform: translateX(0);
  }
}
.ammenu-nav-sections.-mobile.-drill .ammenu-drill-section {
  overflow: hidden;
  padding: 0 0 48px 0;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-icon-block.-toggle {
  margin-left: auto;
  transform: rotate(180deg);
}
.ammenu-nav-sections.-mobile.-drill .ammenu-item:not(:last-child) > .ammenu-link {
  border-bottom: 1px solid;
}
.ammenu-nav-sections.-mobile.-drill .-slide-left {
  animation: slide-left 0.1s forwards;
}
.ammenu-nav-sections.-mobile.-drill .-slide-right {
  animation: slide-right 0.1s forwards;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-active-level {
  display: flex;
  flex-wrap: wrap;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-active-level .ammenu-item {
  display: flex;
  align-items: center;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-current-title {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  flex-basis: 100%;
  font-size: 2.4rem;
  margin: 0;
  padding: 18px 20px;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-current-title:not(.-clickable) {
  cursor: none;
  pointer-events: none;
}
.ammenu-nav-sections.-mobile.-drill .ammenu-current-title .ammenu-icon-block {
  margin: 0 10px 0 0;
}
.ammenu-drill-navigation {
  border-bottom: 1px solid;
  flex-basis: 100%;
  margin: 0 20px 10px;
}
.ammenu-drill-navigation .ammenu-button {
  display: flex;
  align-items: center;
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: normal;
  padding: 18px 0;
  text-align: left;
  width: 100%;
}
.ammenu-drill-navigation .ammenu-button .reset-button {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-drill-navigation .ammenu-button:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
  box-shadow: 0 0 3px 1px #00699d;
}
.ammenu-drill-navigation .ammenu-button:hover {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: inherit;
  font-weight: inherit;
  outline: none;
}
.ammenu-drill-navigation .ammenu-button .ammenu-icon-block {
  margin: 0 25px 0 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amquote-line-block {
  background: #f1f1f1;
  margin: 10px 0 0 0;
  padding: 10px;
}
.amquote-line-block.-total {
  text-align: right;
}
.col-total.last {
  text-align: right;
}
.amquote-approved-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 50px 0 10px;
}
.amquote-approved-title .action-secondary {
  margin: 0 0 0 50px;
}
.amquote-approved-title .amquote-title {
  margin: 0;
}
.amquote-order-discount {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
}
.amquote-order-discount .amquote-coupons {
  display: flex;
}
.amquote-order-discount .amquote-coupons .amquote-input {
  min-width: 8rem;
}
.amquote-order-discount .action-secondary {
  margin: 0 0 0 auto;
}
.amquote-addto-button {
  background: none;
  border: 1px solid #1979c3;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #1979c3;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin: 0 0 15px;
  padding: 14px 17px;
  transition-property: background-color, color;
  vertical-align: top;
  width: 100%;
}
.amquote-addto-button:hover,
.amquote-addto-button:active,
.amquote-addto-button:focus {
  background: #1979c3;
  border: 1px solid #1979c3;
  box-shadow: none;
  color: #ffffff;
}
.amquote-addto-button.-small {
  border-radius: 0;
  font-size: 1.3rem;
  line-height: 1;
  padding: 10px 0;
  transition: display .3s ease;
  white-space: nowrap;
}
.amquote-addto-button.-guest.-small {
  white-space: normal;
}
.amquote-action-wrap .action.tocart {
  margin-bottom: 10px;
  padding: 10px 0;
  width: 100%;
}
.amquote-action-wrap .actions-primary {
  display: block;
  width: 100%;
}
.amquote-action-wrap .actions-primary + .actions-secondary {
  display: block;
  padding: 0;
  text-align: center;
  width: inherit;
}
.amquote-action-wrap .swatch-input {
  display: inline-block;
}
.amquote-cart-wrapper.minicart-wrapper {
  display: inline-block;
  float: right;
  margin-bottom: 3px;
  margin-right: 4px;
}
.amquote-cart-wrapper.minicart-wrapper.-active .block-quotecart {
  position: absolute;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart {
  width: 270px;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart:after,
.amquote-cart-wrapper.minicart-wrapper .block-minicart:before {
  transform: translateX(-10px);
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 25 25'%3E%3Cpath fill='%23212B36' fill-rule='evenodd' d='M24 21h-1l-.012-11.512A.488.488 0 0 0 22.5 9H20V1.5a.488.488 0 0 0-.488-.488H9.488A.488.488 0 0 0 9 1.5V20h-.337A3.515 3.515 0 0 0 7 18.337V1.359C7 .551 6.5 0 5.664 0H1S0 0 0 1s1 1 1 1h4v16.035A3.5 3.5 0 1 0 8.663 23H24s1 0 1-1c0-1.001-1-1-1-1zm-13.001 0l-.001-10H14l.001 4.236a.488.488 0 0 0 .781.39l1.137-1.245 1.301 1.246a.488.488 0 0 0 .78-.391v-4.235L21 11v9.999L10.999 21zm1.99-15.358a.488.488 0 0 0 .758.406l.706-.797.788.796A.487.487 0 0 0 16 5.64V3h2v6h-7V3h1.988v2.642z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center;
  content: '';
  display: inline-block;
  height: 30px;
  line-height: 28px;
  margin: 0;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: top;
  width: 23px;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart > .text,
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty.empty {
  display: none;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
  background: #ff5501;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart {
  padding-bottom: 0;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart .cart-item-qty {
  margin-right: 3px;
}
.amquote-cart-wrapper.minicart-wrapper .minicart-widgets {
  margin: 0;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart .subtitle.empty {
  padding: 30px 0 50px;
}
.cart.table-wrapper .data.table .col.price,
.cart.table-wrapper .data.table .col.qty,
.cart.table-wrapper .col.price.qty {
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item-info .col.qty {
  white-space: normal;
}
.cart.table-wrapper .col.price .control .amquotereq-input {
  padding: 0;
  text-align: center;
  width: 80px;
}
.cart.table-wrapper .amquotereq-input + .mage-error {
  font-weight: 400;
  line-height: normal;
}
.cart.table-wrapper .col.price .input-text,
.cart.table-wrapper .col.qty .input-text {
  font-weight: 700;
  margin-top: 0;
  text-align: center;
}
.cart.table-wrapper .textarea.add-note {
  display: none;
}
.cart.table-wrapper .add-note-quote {
  cursor: pointer;
}
.quote-details {
  padding: 0 15px;
}
.quote-details .title {
  border-bottom: 1px solid #cccccc;
  display: block;
  font-size: 2.4rem;
  font-weight: 300;
  margin: 12px 0;
  padding-bottom: 5px;
}
.quote-details .control {
  margin-top: 10px;
}
.quote-details .form-login {
  border-bottom: 1px solid #cccccc;
}
.account-quote-buttons {
  margin-bottom: 15px;
}
.amasty-quote-account-view .table-wrapper table .quote-item-notes,
.amasty_quote-account-view .table-wrapper table .quote-item-notes {
  border-top: none;
}
.amasty-quote-account-view ul.note-list li,
.amasty_quote-account-view ul.note-list li {
  display: inline-block;
  width: 48%;
}
.amasty-quote-account-index .pages,
.amasty_quote-account-index .quote-products-toolbar .pager .pages,
.amasty-quote-account-index .limiter,
.amasty_quote-account-index .quote-products-toolbar .pager .limiter {
  display: inline-block;
  position: relative;
  width: auto;
}
.amasty-quote-update .control.price {
  line-height: 22px;
  min-width: 95px;
  position: relative;
}
.amasty-quote-update .amquote-price-label {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
}
.update-quote-cart {
  height: 1px;
  left: -9999px;
  position: absolute;
  width: 1px;
}
.quote-interest-message {
  font-weight: 700;
}
.cart-summary._sticky {
  margin-bottom: 20vh;
}
.cart-summary .checkout-methods-items .amasty-quote-link {
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-decoration: none;
  width: 100%;
}
.amquote-cell-container {
  font-weight: 700;
  width: 50%;
}
.amquote-cell-container .amquote-note {
  font-weight: 400;
  word-break: break-word;
  word-wrap: break-word;
}
.amquote-cell-container:before {
  content: none !important;
}
.amquote-summary-details {
  margin-top: 20px;
}
.amquote-report-container,
.amquote-custom-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.amquote-report-container .amquote-item,
.amquote-custom-fields .amquote-item {
  font-weight: 700;
  margin-right: 20px;
  min-width: 200px;
}
.amquote-report-container .amquote-item:last-child,
.amquote-custom-fields .amquote-item:last-child {
  margin-right: 0;
}
.amquote-report-container .amquote-comment,
.amquote-custom-fields .amquote-comment {
  font-weight: 400;
  word-break: break-word;
  word-wrap: break-word;
}
.amquote-custom-fields .amquote-item {
  margin-bottom: 40px;
  margin-right: 0;
}
.am-quotes-head {
  white-space: nowrap;
}
.amquote-field-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 25px 0 0;
  position: relative;
}
.amquote-field-block .amquote-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.amquote-field-block .amquote-label {
  margin-right: 10px;
  max-width: 100px;
}
.amquote-field-block .mage-error {
  position: absolute;
  top: 100%;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#product_composite_configure_form_fields .amasty-composite-fieldset .admin__field.required .admin__field-label:after {
  content: '';
  margin: 0;
}
.quote-shipping-method .admin__page-section-title > span:after {
  color: #e22626;
  content: '*';
  font-weight: 400;
  margin-left: 3px;
}
.admin__fieldset .quote-choose-address .admin__field-shipping-same-as-billing .admin__field-label {
  width: 100%;
}
.amquote-order-table.-additional,
.amquote-order-view .amquote-order-table {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.ie11 .amquote-order-table.-additional,
.ie11 .amquote-order-view .amquote-order-table {
  word-break: break-all;
}
.customer-account-fields .admin__field {
  max-width: 50%;
}
.quote-custom-shipping-fee {
  padding: 0 10px;
}
.amquote-shipping-choose .amquote-title {
  display: flex;
  align-items: center;
  line-height: 1;
}
.amquote-shipping-choose .amquote-label {
  margin-right: 10px;
}
.amquote-shipping-choose .amquote-options-list .amquote-option .amquote-label {
  display: flex;
}
.amquote-shipping-choose .amquote-inner {
  font-weight: 600;
  margin-left: calc(5px);
}
.amquote-customfee-block {
  bottom: 2px;
  position: relative;
}
.amasty_quote-cart-index .cart.actions .action {
  flex-basis: 100%;
  margin: 0 0 20px 0;
  text-align: center;
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.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: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  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;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-container {
  overflow: hidden;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.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;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333333;
}
.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 {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  display: inline-block;
  margin: 0 auto;
  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%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all .3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #009cdb;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #1ebeff;
  border-color: #1ebeff;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #0078a8;
  border-color: #0078a8;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #009cdb;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #1ebeff;
  border-color: #1ebeff;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #0078a8;
  border-color: #0078a8;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px .4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #ffffff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000000 transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 28px;
  position: relative;
}
.filter-options .am-labels-folding .item.-is-by-click {
  padding-left: 20px;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 28px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after {
  background: url("../../frontend/Magneto/VixxBadkamers/nl_NL/Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-height: 30px;
  max-width: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #ffffff;
  border-color: #cccccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000000;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 100px;
}
.filter-options-content [class*='am-filter-items-'] .label {
  word-break: break-word;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 15px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #ffffff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 8px;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #cccdd7;
  height: 6px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 6px;
  width: 16px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #999999;
  height: 6px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -5px);
  width: 16px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: .03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #ffffff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: .03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #ffffff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 4px;
  margin: 0 8px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 4px;
  width: 16px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  top: -6px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #ffffff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #ffffff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 5px;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-5px);
  width: 10px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-content .range {
  align-items: center;
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
  display: flex;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  margin-left: auto;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}
.filter-options .am-category-view {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
  margin-left: 20px;
  padding-left: 28px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 28px;
}
.filter-actions .filter-clear {
  color: #009cdb;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #1ebeff;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #0078a8;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #009cdb;
}
.filter-options-content .item a:active {
  color: #0078a8;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #009cdb;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #009cdb;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #009cdb;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  position: relative;
  min-height: auto;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  box-shadow: none;
  color: #009cdb;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1D1D1F;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 500;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
  padding-left: 28px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.filter-options .swatch-attribute.color .swatch-option {
  margin-bottom: 0;
}
.mobile-sticky-filter {
  position: fixed;
  bottom: 15px;
  z-index: 9;
  padding: 15px;
  background-color: #009cdb;
  color: #fff;
  left: 50%;
  margin-left: -40px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 6px;
}
.mobile-sticky-filter:not(.show-btn) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (min-width: 768px) {
  .mobile-sticky-filter {
    display: none;
  }
}
.mobile-sticky-filter::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/Filter-white.svg);
}
.amshopby-items .amshopby-button-wrap {
  display: none;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #1d1d1f;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/Magneto/VixxBadkamers/nl_NL/Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/loader-1.gif);
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  margin: 0 12px 12px 0;
  min-height: 34px;
  min-width: 34px;
  padding: 6px;
  text-align: center;
}
.ambrands-letters-filter .ambrands-letter:hover {
  background: #ffffff;
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  background: #ececec;
  border-color: #ececec;
  box-shadow: none;
  color: #575757;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  background: #dff1ff;
  border-color: #006bb4;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  display: block;
  position: relative;
}
.ambrands-search-block:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  display: flex;
  height: 20px;
  left: 15px;
  min-width: 20px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px / 2);
  width: 20px;
}
.ambrands-search-block .ambrands-clear {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  border: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 10px 40px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  box-sizing: border-box;
  display: block;
  max-height: 250px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 460px;
  z-index: 99;
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  box-sizing: border-box;
  color: #000000;
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.ambrands-livesearch-block > .ambrands-item.active {
  background-color: #e8e8e8;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: .5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  vertical-align: top;
  width: 100%;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  align-items: center;
  color: #333333;
  display: flex;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
}
.ambrands-letter .ambrands-brand-item {
  margin: 0 8px 16px;
  min-width: 100px;
  position: relative;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  align-items: center;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  overflow: hidden;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  background: rgba(65, 173, 255, 0.19);
  border-color: #006bb4;
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #757575;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-height: 100%;
  max-width: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.ambrands-slider.amslider .ambrands-slide-link {
  display: flex;
  width: 100%;
}
.ambrands-slider.amslider .ambrands-slide-link:hover {
  text-decoration: none;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide {
  padding: .4rem;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-slider.amslider .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: .8rem 1rem;
}
.ambrands-slider.amslider .swiper-button-prev,
.ambrands-slider.amslider .swiper-button-next {
  background-color: #68a8e0;
}
.ambrands-slider.amslider .swiper-button-prev:focus,
.ambrands-slider.amslider .swiper-button-next:focus {
  box-shadow: 0 0 4px 3px #00699d;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amsearch-form-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transition: .3s;
}
.amsearch-form-block.-opened {
  z-index: 98;
}
.header.content {
  flex-wrap: wrap;
}
.amsearch-loader-block {
  background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
  bottom: 0;
  height: 11px;
  margin: auto 5px auto 0;
  position: absolute;
  right: 40px;
  top: 0;
  width: 16px;
  z-index: 1000;
}
.amsearch-message-block {
  align-items: center;
  background: #fafafa;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 25px;
  margin: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.amsearch-message-block b {
  padding: 0 0 0 5px;
}
.amsearch-link {
  color: #1979c2;
  text-decoration: none;
}
.amsearch-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.amsearch-link:active {
  color: #004c80;
}
.amsearch-wrapper-block {
  box-sizing: border-box;
  display: inline-block;
  margin: 10px 0 0 0;
  order: 1;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.amsearch-wrapper-block .focusable-trap:focus {
  box-shadow: none;
}
.nav-sections .navigation {
  z-index: 2;
}
.page-header .amsearch-wrapper-block:before {
  background: #cccccc;
  content: '';
  height: 1px;
  margin: 0 -15px;
  position: absolute;
  top: 0;
  width: calc(100% + 15px * 2);
}
.amsearch-emptysearch-cms {
  background: #fbfcfe;
  color: #1f1b1b;
  padding: 30px;
}
.amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 20px;
}
.amsearch-emptysearch-cms .amsearch-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block {
  font-size: 14px;
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-image-block {
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
  margin-bottom: 5px;
}
.amsearch-highlight {
  color: var(--amsearch-color-highlight, #1a624f);
  font-weight: 700;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.amsearch-button {
  cursor: pointer;
  display: inline-block;
  transition: .3s;
}
.amsearch-button.-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsearch-button.-icon:hover,
.amsearch-button.-icon:focus {
  filter: brightness(0.5);
}
.amsearch-button.-clear {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.amsearch-button.-clear:active,
.amsearch-button.-clear:hover,
.amsearch-button.-clear:focus {
  border: none;
  box-shadow: none;
}
.amsearch-button.-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  border: 0;
  padding: 16px;
}
.amsearch-button.-loupe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=);
  border: 0;
  box-shadow: none;
  height: 20px;
  padding: 0;
  width: 20px;
}
.amsearch-button.-wishlist,
.amsearch-button.-compare {
  background-size: 18px;
}
.amsearch-button.-wishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjA2MTIgMC40NzczMUMxNS43NjIgLTAuMTAzNzYzIDE0LjQ0OTcgLTAuMTU0MjkxIDEzLjEyNDUgMC4zMjU3MjZDMTEuNzk5MiAwLjc4MDQ3OSAxMC44Mzc3IDEuNjM5NDYgMTAuMjQwMSAyLjkwMjY2QzEwLjE4ODEgMy4wMDM3MiAxMC4xMzYxIDMuMTA0NzcgMTAuMDg0MiAzLjIwNTgzQzEwLjA1ODIgMy4zMDY4OCAxMC4wMzIyIDMuNDIwNTcgMTAuMDA2MiAzLjU0Njg5QzkuOTgwMjMgMy40MjA1NyA5Ljk0MTI1IDMuMzA2ODggOS44ODkyOCAzLjIwNTgzQzkuODYzMyAzLjEwNDc3IDkuODI0MzIgMy4wMDM3MiA5Ljc3MjM1IDIuOTAyNjZDOS4xNzQ2OCAxLjYzOTQ2IDguMjEzMjMgMC43ODA0NzkgNi44ODc5NyAwLjMyNTcyNkM1LjU2MjcyIC0wLjE1NDI5MSA0LjI1MDQ2IC0wLjEwMzc2MyAyLjk1MTE5IDAuNDc3MzFDMS42Nzc5MSAxLjA4MzY1IDAuNzk0NDA5IDIuMDQzNjggMC4zMDA2ODggMy4zNTc0MUMtMC4xNjcwNDkgNC42NzExNCAtMC4wODkwOTI2IDUuOTU5NjEgMC41MzQ1NTYgNy4yMjI4MUMwLjgyMDM5NSA3Ljg1NDQxIDEuNDcwMDMgOC43MjYwMiAyLjQ4MzQ2IDkuODM3NjRDMy41MjI4NyAxMC45MjQgNC42MDEyNiAxMS45OTc3IDUuNzE4NjMgMTMuMDU4OEM2LjgzNiAxNC4xMTk5IDcuODIzNDUgMTUuMDQyIDguNjgwOTYgMTUuODI1MkM5LjU2NDQ2IDE2LjYwODQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuMDA2MiAxNi45ODc0IDEwLjAwNjIgMTYuOTYyMUMxMC4wMDYyIDE2Ljk4NzQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuNDM1IDE2LjYwODQgMTEuMjkyNSAxNS44MjUyQzEyLjE3NiAxNS4wNDIgMTMuMTc2NCAxNC4xMTk5IDE0LjI5MzggMTMuMDU4OEMxNS40MTEyIDExLjk5NzcgMTYuNDc2NiAxMC45MjQgMTcuNDkgOS44Mzc2NEMxOC41Mjk0IDguNzI2MDIgMTkuMTkyIDcuODU0NDEgMTkuNDc3OSA3LjIyMjgxQzIwLjEwMTUgNS45NTk2MSAyMC4xNjY1IDQuNjcxMTQgMTkuNjcyOCAzLjM1NzQxQzE5LjIwNSAyLjA0MzY4IDE4LjMzNDUgMS4wODM2NSAxNy4wNjEyIDAuNDc3MzFaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-compare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTRWOS4zNjk3OUgwVjE0SDVaTTEyLjQ2MDkgMEg3LjVWMTRIMTIuNDYwOVYwWk0yMCA0LjcwMzEySDE1VjE0SDIwVjQuNzAzMTJaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amsearch-button.-primary {
  background: #1979c2;
  border: 1px solid #1979c2;
  border-radius: 0;
  color: #1979c2;
  letter-spacing: -.015em;
  transition: .3s;
}
.amsearch-button.-primary:hover {
  background: #1979c2;
}
.amsearch-button.-primary:active {
  background: #1979c2;
}
.amsearch-button.-search {
  background-color: var(--amsearch-color-search_button, #1979c2);
  border-color: var(--amsearch-color-search_button, #1979c2);
  color: var(--amsearch-color-search_button_text, #ffffff);
}
.amsearch-button.-search:hover {
  background: var(--amsearch-color-search_button-hover, #166bab);
  border-color: var(--amsearch-color-search_button-hover, #166bab);
}
.amsearch-button.-search:active {
  background: var(--amsearch-color-search_button-focus, #135d95);
  border-color: var(--amsearch-color-search_button-focus, #135d95);
}
.amsearch-button.-full-close {
  align-items: center;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  font-size: 10px;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}
.amsearch-button.-full-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
}
.amsearch-button.-full-close:hover {
  background-color: #e8e8e8;
}
.amsearch-button.-full-close:active {
  background-color: #dcdcdc;
}
.amsearch-slider-section {
  box-sizing: border-box;
  display: flex;
}
.amsearch-slider-section .amsearch-item:hover,
.amsearch-slider-section .amsearch-item.selected {
  background-color: transparent;
}
.amsearch-slider-section .amsearch-item .amsearch-image {
  display: block;
  pointer-events: auto;
  width: 100%;
}
.amsearch-slider-section.slick-slider {
  padding: 0;
}
.amsearch-slider-section .slick-dots {
  background: inherit;
  border: none;
  top: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0 6px;
  padding: 0;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amsearch-slider-section .slick-dots > li[role='presentation']:hover,
.amsearch-slider-section .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active button {
  background: #ff5502;
  border-color: #ff5502;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 100%;
  height: 100%;
  padding: 0;
  width: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button:before {
  content: none;
}
.amsearch-slider-section button.slick-arrow {
  background: #ffffff url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTQgOS4zNzY2OEwyLjE5ODk1IDAuNDA5MThMMC43NDIyNjEgMS44NDg5Mkw3Ljc1MDEzIDkuMzc2NjhMMC41NDU0MSAxNy4xNTEzTDEuOTYyNzMgMTguNTkxTDEwLjA3MyA5LjkxMTQ0TDEwLjU0NTQgOS4zNzY2OFoiIGZpbGw9IiM5OTk5OTkiLz4KPC9zdmc+Cg==') center no-repeat !important;
  border-radius: 0;
  bottom: 0;
  height: 40px;
  margin: auto 0;
  top: 0;
  width: 40px;
  z-index: 2;
}
.amsearch-slider-section button.slick-arrow:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amasty-shopby-product-list {
  max-width: 100%;
  order: 10;
}
.amsearch-products-section {
  align-content: flex-start;
  border-left: none;
  border-top: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 20px 0 0;
  position: relative;
  transition: .1s;
  width: 100%;
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.amsearch-products-section .amsearch-sku-block {
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-link {
  color: var(--amsearch-color-text, #1a624f);
}
.amsearch-products-section .amsearch-link:hover {
  color: var(--amsearch-color-hover_text, #1a624f);
}
.amsearch-products-section .amsearch-block-header {
  padding: 0 20px 25px;
}
.amsearch-products-section .amsearch-item .item-description {
  word-break: keep-all;
}
.amsearch-products-section .amsearch-item .product-item-description {
  word-break: break-all;
}
.amsearch-products-section .product-item-description {
  color: #666666;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
.amsearch-products-section .amsearch-item {
  align-content: flex-start;
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 20px;
  position: relative;
}
.amsearch-products-section .amsearch-item:hover {
  background: var(--amsearch-color-hover, #bfdcec);
  z-index: 8;
}
.amsearch-products-section .amsearch-item:not(:hover) .dropdown {
  display: none;
}
.amsearch-products-section .product-item-details {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100px;
}
.amsearch-products-section .amsearch-wrapper-inner {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.amsearch-products-section .product-item-link {
  padding: 0 0 10px;
  word-break: keep-all;
}
.amsearch-products-section .action.tocart {
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  min-height: 35px;
  padding: 10px;
  white-space: inherit;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.amsearch-products-section .product-item [data-role='priceBox'] {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .product-item [data-role='priceBox'] p,
.amsearch-products-section .product-item [data-role='priceBox'] span {
  flex-basis: 100%;
  padding: 0 0 5px;
}
.amsearch-products-section .product-reviews-summary {
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .actions-secondary {
  align-items: center;
  display: flex;
  padding: 5px;
}
.amsearch-products-section .actions-secondary .amsearch-button.-icon {
  margin: 5px;
}
.amsearch-products-section .actions-secondary > .action {
  flex-grow: inherit;
  line-height: normal;
  margin-right: 5px;
}
.amsearch-products-section.-list .amsearch-item {
  width: 100%;
}
.amsearch-products-section.-list .amsearch-image {
  max-width: 132px;
  width: 40%;
}
.amsearch-products-section.-list .actions-secondary {
  padding: 0 0 0 5px;
}
.amsearch-products-section.-list .amsearch-description {
  padding-left: 10px;
}
.amsearch-products-section.-grid .amsearch-image {
  padding-bottom: 10px;
  width: 100%;
}
.amsearch-products-section.-grid .amsearch-image .amsearch-product-image-container {
  display: inline-block;
  max-width: 100%;
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
  flex-wrap: wrap;
  max-width: 50%;
}
.amsearch-collapsible-section[data-collapsible].-opened .amsearch-collapsible-title:after {
  transform: rotate(225deg) translate(-5px, 0);
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title:after {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  content: '';
  display: inline-block;
  height: 10px;
  transform: rotate(45deg) translate(0, -5px);
  transition: .3s all;
  width: 10px;
}
.amsearch-block-header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 20px 2px;
  width: 100%;
}
.amsearch-block-header .amsearch-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: capitalize;
  word-break: break-word;
  word-wrap: break-word;
}
.amsearch-block-header .amsearch-link {
  line-height: 26px;
  min-width: 90px;
}
.amsearch-block-header .amsearch-link.-view-all .amsearch-count {
  font-weight: inherit;
}
.amsearch-block-header .amsearch-link .amsearch-count:before {
  content: '(+';
}
.amsearch-block-header .amsearch-count {
  font-weight: 300;
}
.amsearch-block-header .amsearch-count:before {
  content: '(';
}
.amsearch-block-header .amsearch-count:after {
  content: ')';
}
.amsearch-category-tab .amsearch-item {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  width: 10px;
}
.amsearch-result-tabs {
  margin-top: 5px;
  z-index: initial;
}
.amsearch-result-tabs > .data.item.content:not([aria-hidden='false']) {
  display: none;
}
.amsearch-result-tabs .title {
  box-sizing: border-box;
  position: relative;
}
.amsearch-result-tabs .title.active .amsearch-results-count {
  display: none;
}
.amsearch-result-tabs .title.active .switch {
  padding-bottom: 1px;
}
.amsearch-result-tabs .data.content {
  display: none;
}
.amsearch-result-tabs .data.content[aria-hidden='false'] {
  display: block;
}
.amsearch-result-tabs .data.title {
  margin-right: 5px;
}
.amsearch-result-tabs .data.title.active {
  background: #d8d8d8;
  box-sizing: border-box;
}
.amsearch-result-tabs .data.title.last {
  margin-bottom: 8px;
}
.page-header:not(.amsearch-full-width) .amsearch-result-section {
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
  -webkit-animation: amsearch-animation__fadeIn 0.3s forwards;
  animation: amsearch-animation__fadeIn 0.3s forwards;
}
.page-header .amsearch-result-section {
  right: 0;
}
.amsearch-result-section {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  background-color: var(--amsearch-color-background, #ffffff);
  border: 1px solid;
  border-color: var(--amsearch-color-border, transparent);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
  max-height: 90vh;
  position: absolute;
  top: 100%;
  transition: .3s;
  width: 100%;
  z-index: 99;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 4px;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section:empty {
  display: none;
}
.amsearch-result-section .amsearch-result-block {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.amsearch-result-section .amsearch-result-block:empty {
  display: none;
}
.amsearch-result-block.-preload {
  display: flex;
  flex-wrap: wrap;
}
.amsearch-result-block.-preload:empty {
  display: none;
}
.amsearch-result-block.-preload .amsearch-item:first-child:last-child {
  max-width: 100%;
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-slider-section {
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-products-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-header .amsearch-input-wrapper {
  width: 100%;
}
.amsearch-input-wrapper {
  max-width: 100%;
  position: relative;
  transition: .3s;
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  left: 10px;
  right: auto;
}
.amsearch-input-wrapper.-typed .amsearch-input {
  padding-left: 33px;
  padding-right: 33px;
}
.amsearch-input-wrapper .amsearch-input {
  border: 1px solid #ccc;
  padding: 5px 10px;
  transition: .3s;
}
.amsearch-input-wrapper .amsearch-input:focus {
  border: 1px solid #1979c2;
  box-shadow: none;
}
.amsearch-input-wrapper .amsearch-input:focus::placeholder,
.amsearch-input-wrapper .amsearch-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.amsearch-input-wrapper .amsearch-input::placeholder,
.amsearch-input-wrapper .amsearch-input::-webkit-input-placeholder {
  color: #999;
}
.amsearch-input-wrapper .amsearch-button.-close {
  bottom: 0;
  font-size: 1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  border: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
}
body.-amsearch-overlay-opened .logo,
body.-amsearch-overlay-opened .nav-sections {
  z-index: 0;
}
.page-header.amsearch-full-width.-opened {
  z-index: 12;
}
.amsearch-overlay-block {
  background: rgba(0, 0, 0, 0.19);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}
.amsearch-overlay-block .amsearch-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.amsearch-items-section {
  padding: 25px 0 0 0;
  width: 100%;
}
.amsearch-items-section:empty {
  display: none;
}
.amsearch-item-container {
  flex-basis: 100%;
  padding: 0 0 20px;
  position: relative;
}
.amsearch-item-container.-opened {
  padding: 0 0 32px;
}
.amsearch-item-container.-page a.amsearch-link {
  color: var(--amsearch-color-hover_text, #1a624f);
  font-weight: 600;
}
.amsearch-item-container.-recent_searches:not(.-closed) .amsearch-block-header {
  padding: 0 20px 15px;
}
.amsearch-item-container.-recent_searches .amsearch-tab-items {
  padding: 0 20px;
}
.amsearch-item-container.-recent_searches .amsearch-item {
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 25px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 8px 10px 0;
  order: 1;
  text-decoration: none;
}
.amsearch-item-container.-recent_searches .amsearch-item.-match {
  background-color: var(--amsearch-color-hover, #bfdcec);
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
  padding: 6px 15px;
}
.amsearch-item-container.-recent_searches .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-popular_searches .amasty-xsearch-num-results {
  display: none;
  font-size: 12px;
}
.amsearch-item-container.-browsing_history .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
  color: #cccccc;
  display: inline-block;
  float: none;
}
.amsearch-item-container .amsearch-tab-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amsearch-item-container .amsearch-description {
  padding: 8px 20px;
}
.amsearch-item-container .amsearch-item {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  text-transform: capitalize;
}
.amsearch-item-container .amsearch-item .amsearch-link {
  color: var(--amsearch-color-text, #1a624f);
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none;
  padding: 8px 20px;
  text-decoration: none;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
  background: var(--amsearch-color-hover, #bfdcec);
  color: var(--amsearch-color-hover_text, #1a624f);
}
.amsearch-item-container .amsearch-item .amsearch-link:focus {
  background: var(--amsearch-color-hover-focus, #bfdcec);
  color: var(--amsearch-color-text-focus, #1a624f);
}
.amsearch-related-terms {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.amsearch-related-terms > .amsearch-title {
  font-weight: 700;
  margin: 0 0 15px 0;
  width: 100%;
}
.amsearch-related-terms > .amsearch-item {
  background: #d8eeff;
  border-radius: 20px;
  color: #252525;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 15px 10px 0;
  padding: 5px 15px;
  transition: .1s;
}
.amsearch-related-terms > .amsearch-item:hover {
  background: #b7e0ff;
}
.amsearch-related-terms > .amsearch-item:hover,
.amsearch-related-terms > .amsearch-item:active {
  text-decoration: none;
}
.amsearch-related-terms .amsearch-count {
  color: #757575;
}
.amsearch-button.-full-close {
  display: none;
}
.page-header .amsearch-button.-loupe-trigger {
  background-size: 20px;
  filter: brightness(75%);
  float: right;
  height: 20px;
  margin: 14px;
  width: 20px;
}
.page-header.amsearch-full-width .header.content {
  transition: none;
}
.page-header.amsearch-full-width .amsearch-full_width-title {
  flex-basis: 100%;
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
  padding: 0 0 20px 0;
  z-index: 15;
}
.page-header.amsearch-full-width .amsearch-input-wrapper {
  flex-grow: 10;
  width: initial;
}
.page-header.amsearch-full-width .amsearch-button.-search {
  flex-grow: 1;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  display: none;
}
.page-header.amsearch-full-width .amsearch-form-block {
  flex-wrap: wrap;
  height: auto;
  justify-content: flex-start;
  min-width: 100%;
  padding: 20px 15px;
  transition: none;
}
.page-header.amsearch-full-width .amsearch-button.-full-close {
  bottom: 0;
  margin: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 98;
}
.page-header.amsearch-full-width .amsearch-result-section {
  border-radius: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  transition: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-slider-section {
  max-width: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  background: #f5f5f5;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 14;
}
.page-header.amsearch-full-width.-opened {
  height: 134px;
  transition: .1s;
}
.page-header.amsearch-full-width.-opened .panel.wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .header.content {
  align-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 100%;
  padding: 0;
}
.page-header.amsearch-full-width.-opened .minicart-wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
  display: inline-block;
}
.page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
  display: inline-flex;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    BSS_HtmlSiteMap
 * @author     Extension Team
 * @copyright  Copyright (c) 2018-2019 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
h2.bss_h2 {
  margin-top: 0px;
  border: 0px;
  padding-bottom: 5px;
  float: left;
  width: 100%;
  border-bottom: 1px #3fbc6c solid;
}
h3.bss_product_list {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  margin: 5px 0 5px 0;
  padding: 5px 5px 3px 0;
  text-transform: capitalize;
}
.col-bss-2 ul {
  margin: 0px;
}
h3.bss_product_list:hover {
  color: red;
}
.bss_h3 {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #000;
  margin: 5px 0 5px 0;
}
.bss_h3 a {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #000;
  margin: 5px 0 5px 0;
}
.signature li {
  float: right;
  list-style: none;
}
.signature a {
  color: #e1e1e1;
}
@media all and (min-width: 1224px) {
  .col-bss-3 {
    width: 33%;
    float: left;
  }
}
@media all and (max-width: 1223px) and (min-width: 720px) {
  .col-bss-3 {
    width: 50%;
    float: left;
  }
}
@media all and (max-width: 719px) {
  .col-bss-3 {
    width: 100%;
    float: left;
  }
}
@media all and (max-width: 719px) {
  .col-bss-2 {
    width: 100%;
    float: left;
  }
}
.col-bss-1 {
  width: 100%;
  margin: 0 0 20px 0;
  float: left;
}
@media all and (min-width: 720px) {
  .col-bss-2 {
    width: 50%;
    float: left;
  }
}
.bss_site_map_grid {
  width: 100%;
  margin: 0px 0 20px 0;
  float: left;
}
#bss_seo_toolbar {
  display: none;
  width: 500px;
  height: auto;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100000000;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 768px) {
  #bss_seo_toolbar {
    width: calc(100% - 30px);
  }
}
#bss_seo_toolbar.toolbar_hide {
  width: 260px;
  padding: 0;
  opacity: 0.6;
}
#bss_seo_toolbar.toolbar_hide .bss_toolbar_header {
  height: 20px;
  border-radius: 10px;
}
#bss_seo_toolbar.toolbar_hide .bss_toolbar_header img {
  margin: -7px 0 0 0;
}
#bss_seo_toolbar.toolbar_hide .bss_toolbar_header svg {
  transform: rotate(180deg);
  margin: 2px 0 0 0;
}
#bss_seo_toolbar.toolbar_hide .bss_toolbar_header p {
  float: left;
  font-weight: 900;
  font-size: 14px;
  margin: 1px 0 0 0;
}
#bss_seo_toolbar .bss_toolbar_header {
  width: calc(100% - 30px);
  padding: 15px;
  float: left;
  background: #f2852a;
  border-radius: 10px 10px 0 0;
}
#bss_seo_toolbar .bss_toolbar_header img {
  width: 50px;
  float: left;
  margin: 3px 0 0 0;
}
#bss_seo_toolbar .bss_toolbar_header p {
  width: calc(100% - 100px);
  float: left;
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  margin: 7px 0 0 0;
  text-align: center;
}
#bss_seo_toolbar .bss_toolbar_header svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  float: right;
  margin: 10px 0 0 0;
  cursor: pointer;
}
#bss_seo_toolbar .bss_toolbar_header .bss_toolbar_edit {
  float: right;
  background: #aaa;
  color: #fff;
  padding: 4px 20px;
  border-radius: 4px;
  margin: -2px 10px 0 10px;
  font-size: 12px;
  font-weight: 900;
  user-select: none;
  cursor: pointer;
}
#bss_seo_toolbar .bss_toolbar_body {
  float: left;
  width: 100%;
}
#bss_seo_toolbar .bss_toolbar_body.hide_body {
  display: none;
}
#bss_seo_toolbar .bss_toolbar_body.show_body {
  display: block;
}
#bss_seo_toolbar .edit_body_toolbar {
  width: calc(100% - 30px);
  float: left;
  text-align: center;
  padding: 10px 0 15px 0;
}
#bss_seo_toolbar .bss_toolbar_item {
  width: calc(100% - 30px);
  padding: 10px 0 10px 0;
  margin: 0 15px 0 15px;
  position: relative;
  white-space: pre-line;
  -ms-word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  border-bottom: 1px #f0f0f0 solid;
  hyphens: auto;
  float: left;
}
#bss_seo_toolbar .bss_toolbar_item svg {
  width: 16px;
  height: 16px;
  margin: 4px 15px 0 0;
  float: left;
}
#bss_seo_toolbar .bss_toolbar_item .toolbar_content {
  width: calc(100% - 35px);
  float: right;
}
#bss_seo_toolbar .bss_toolbar_item .tooltip-content {
  visibility: hidden;
  width: 400px;
  background-color: #555;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: calc(100% - 40px);
  right: calc(100% + 15px);
  margin-right: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
#bss_seo_toolbar .bss_toolbar_item .tooltip-content a {
  color: #fff;
}
#bss_seo_toolbar .bss_toolbar_item .tooltip-content::after {
  content: "";
  position: absolute;
  top: calc(100% - 30px);
  left: calc(100% + 5px);
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #555;
}
#bss_seo_toolbar .bss_toolbar_item:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #bss_seo_toolbar .bss_toolbar_item:hover .tooltip-content {
    visibility: hidden;
  }
}
/*
 * Copyright Magmodules.eu. All rights reserved.
 * See COPYING.txt for license details.
 */
.apple-pay-button {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: -apple-pay-button;
  box-sizing: border-box;
  font-size: 0 !important;
}
.apple-pay-button > * {
  visibility: hidden;
}
@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }
  .apple-pay-button-with-text > * {
    visibility: hidden;
  }
  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
    cursor: pointer;
  }
  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }
  .apple-pay-button-color-black {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-color-white {
    -apple-pay-button-style: white;
  }
  .apple-pay-button-color-white-outline {
    -apple-pay-button-style: white-outline;
  }
  .apple-pay-button-text-buy {
    -apple-pay-button-type: buy;
  }
  .apple-pay-button-text-donate {
    -apple-pay-button-type: donate;
  }
  .apple-pay-button-text-plain {
    -apple-pay-button-type: plain;
  }
  .apple-pay-button-text-book {
    -apple-pay-button-type: book;
  }
  .apple-pay-button-text-check-out {
    -apple-pay-button-type: check-out;
  }
  .apple-pay-button-text-subscribe {
    -apple-pay-button-type: subscribe;
  }
  .apple-pay-button-text-add-money {
    -apple-pay-button-type: add-money;
  }
  .apple-pay-button-text-contribute {
    -apple-pay-button-type: contribute;
  }
  .apple-pay-button-text-order {
    -apple-pay-button-type: order;
  }
  .apple-pay-button-text-reload {
    -apple-pay-button-type: reload;
  }
  .apple-pay-button-text-rent {
    -apple-pay-button-type: rent;
  }
  .apple-pay-button-text-support {
    -apple-pay-button-type: support;
  }
  .apple-pay-button-text-tip {
    -apple-pay-button-type: tip;
  }
  .apple-pay-button-text-top-up {
    -apple-pay-button-type: top-up;
  }
  .mollie-applepay-minicart-button {
    width: 100%;
    height: 52px;
    margin-top: 5px;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px;
  }
  .apple-pay-button-black-with-text {
    background-color: black;
    color: white;
  }
  .apple-pay-button-white-with-text {
    background-color: white;
    color: black;
  }
  .apple-pay-button-white-with-line-with-text {
    background-color: white;
    color: black;
    border: .5px solid black;
  }
  .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text > .text {
    font-family: -apple-system;
    font-size: 1em;
    font-weight: 300;
    align-self: center;
    margin-right: 2px;
  }
  .apple-pay-button-with-text > .logo {
    width: 35px;
    height: 100%;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-left: 2px;
    border: none;
  }
}
.mollie-applepay-button-hidden {
  display: none;
}
.sample-product-wrapper-2 {
  margin-top: -25px;
}
.sample-product-wrapper-category button {
  min-width: 120px;
}
.catalog-product-view .sample-product-wrapper button {
  background-color: inherit;
  color: inherit;
  margin: 10px 0;
}
.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;
}
/**
 * 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%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.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/Magneto/VixxBadkamers/nl_NL/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/Magneto/VixxBadkamers/nl_NL/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: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.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 {
  background: #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:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  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 #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.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);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Magneto/VixxBadkamers/nl_NL/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.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 {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  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 #00699d;
}
.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;
  padding: 2px;
  position: static;
}
.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.6rem;
}
.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.6rem;
  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.6rem;
  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;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  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 {
  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 {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.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 {
  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;
  vertical-align: middle;
}
.product-item-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 10px;
  padding-right: 24px;
  padding-top: 10px;
}
.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;
}
.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: 0;
  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: #757575;
  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: #333333;
}
.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;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.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: inline-block;
  vertical-align: top;
  width: auto;
}
.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: inline-block;
  float: right;
  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:focus {
  box-shadow: none;
}
.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: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #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 .block-compare .action.delete {
  right: initial;
}
.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;
}
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
body.checkout-cart-index .cart.table-wrapper .product-item-name {
  margin-bottom: 7px !important;
}
body.checkout-cart-index .form.form-cart .cart.table-wrapper .product-sku {
  margin-bottom: 4px;
}
.minicart-items .product-item-pricing .label {
  font-size: 14px;
  color: #333;
}
.checkout-cart-index .form.form-cart .cart.table-wrapper dl.item-options {
  padding-top: 4px;
}
html[lang='ar'] .checkout-cart-index .form.form-cart .cart.table-wrapper dl.item-options dd,
html[lang='ar'] .checkout-cart-index .form.form-cart .cart.table-wrapper dl.item-options dt {
  float: right;
  margin: 0 0 5px 10px;
}
html[lang='ar'] .cart.main.actions a:first-child {
  float: right;
}
html[lang='ar'] .cart-totals .grand .mark {
  padding-right: 0;
  padding-left: 10px;
}
html[lang='ar'] .checkout-cart-index .page-main .cart-container .form.form-cart .cart.table-wrapper .actions-toolbar {
  right: auto;
  padding-left: 0;
  padding-right: 130px;
  left: 0;
  text-align: right;
}
html[lang='ar'] .checkout-cart-index .page-main .cart-container .form.form-cart .cart.table-wrapper .actions-toolbar > .action {
  margin-right: 0;
  margin-left: 0;
}
html[lang='ar'] .checkout-cart-index .page-main .cart-container .form.form-cart .cart.table-wrapper .actions-toolbar > .action.action-delete {
  float: left;
}
html[lang='ar'] body.checkout-cart-index .quntyarrw .minus {
  padding: 0 5px;
}
html[lang='ar'] body.checkout-cart-index .quntyarrw .minus .fa-caret-up:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  line-height: 14px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 3px -1px 0px;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  speak: none;
  text-align: center;
  font-weight: bold;
}
html[lang='ar'] body.checkout-cart-index .quntyarrw .plus {
  padding: 0 5px;
}
html[lang='ar'] body.checkout-cart-index .quntyarrw .plus .fa-caret-down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  line-height: 17px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px -1px 0px;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  speak: none;
  text-align: center;
  font-weight: bold;
}
.checkout-cart-index .page-main .cart-container .form.form-cart .cart.table-wrapper .actions-toolbar,
.amasty_quote-cart-index .page-main .cart-container .form.form-cart .cart.table-wrapper .actions-toolbar {
  margin-top: -20px;
  text-align: right;
}
body.checkout-cart-index .quntyarrw .minus,
body.amasty_quote-cart-index .quntyarrw .minus {
  padding: 0 5px;
  border: 1px solid #BCBFC2;
}
body.checkout-cart-index .quntyarrw .minus .fa-caret-up:before,
body.amasty_quote-cart-index .quntyarrw .minus .fa-caret-up:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  line-height: 14px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 3px -1px 0px;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  speak: none;
  text-align: center;
  font-weight: bold;
}
body.checkout-cart-index .quntyarrw .plus,
body.amasty_quote-cart-index .quntyarrw .plus {
  padding: 0 5px;
  border: 1px solid #BCBFC2;
}
body.checkout-cart-index .quntyarrw .plus .fa-caret-down:before,
body.amasty_quote-cart-index .quntyarrw .plus .fa-caret-down:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  line-height: 17px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px -1px 0px;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  speak: none;
  text-align: center;
  font-weight: bold;
}
.checkout-cart-index .form.form-cart .cart.table-wrapper {
  border-bottom: none;
}
.checkout-cart-index .cart.table-wrapper .product-item-name a {
  margin-bottom: 7px;
}
.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 .field.note {
  display: none;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .am-filter-go {
  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;
}
.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,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.cart-summary .checkout-methods-items .am-filter-go.checkout {
  width: 100%;
  border-color: #ff6600;
}
.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-summary .action.multicheckout {
  color: #006bb4;
}
.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;
  text-align: center;
  width: 45px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
}
.cart.table-wrapper .item-actions td {
  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: #757575;
  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: #757575;
}
.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-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;
}
body.checkout-cart-index .cart-empty,
body.amasty_quote-cart-index .cart-empty {
  text-align: unset;
  display: inline-block;
  width: 100%;
}
body.checkout-cart-index div#add,
body.amasty_quote-cart-index div#add {
  position: relative;
}
body.checkout-cart-index .page-title-wrapper,
body.amasty_quote-cart-index .page-title-wrapper {
  padding: 46px 0 26px 0;
  text-align: left;
}
body.checkout-cart-index .quntyarrw,
body.amasty_quote-cart-index .quntyarrw {
  height: 44px;
  top: 0px;
  position: absolute;
  right: 0px;
  left: auto;
}
body.checkout-cart-index h1.page-title span,
body.amasty_quote-cart-index h1.page-title span {
  color: #212B36;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-transform: capitalize;
}
body.checkout-cart-index .form.form-cart .cart.table-wrapper .cart thead tr th.col,
body.amasty_quote-cart-index .form.form-cart .cart.table-wrapper .cart thead tr th.col {
  padding-bottom: 16px;
  padding-top: 16px;
  color: #212B36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  border-bottom: 1px solid #E2E6E9;
}
body.checkout-cart-index .cart.table-wrapper .product-item-details,
body.amasty_quote-cart-index .cart.table-wrapper .product-item-details {
  padding-bottom: 10px;
}
body.checkout-cart-index .cart.table-wrapper .product-image-wrapper,
body.amasty_quote-cart-index .cart.table-wrapper .product-image-wrapper {
  box-shadow: unset;
}
body.checkout-cart-index .cart.table-wrapper .product-item-name,
body.amasty_quote-cart-index .cart.table-wrapper .product-item-name {
  line-height: normal;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  white-space: normal;
}
body.checkout-cart-index .cart.table-wrapper .product-item-name a,
body.amasty_quote-cart-index .cart.table-wrapper .product-item-name a {
  color: #212B36;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  line-height: normal;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  white-space: normal;
  min-height: unset;
}
body.checkout-cart-index .cart.table-wrapper .product-sku,
body.amasty_quote-cart-index .cart.table-wrapper .product-sku {
  padding-top: 4px !important;
  padding-bottom: 0 !important;
  color: #637381;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
body.checkout-cart-index .cart.table-wrapper button.amquote-addto-button,
body.amasty_quote-cart-index .cart.table-wrapper button.amquote-addto-button {
  color: #212B36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  width: 100%;
  margin-bottom: 20px;
  display: none;
}
body.checkout-cart-index .cart.table-wrapper span.cart-price span,
body.amasty_quote-cart-index .cart.table-wrapper span.cart-price span {
  color: #212B36;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-align: center;
}
body.checkout-cart-index .cart.table-wrapper .cart > .item td.col.subtotal span.price,
body.amasty_quote-cart-index .cart.table-wrapper .cart > .item td.col.subtotal span.price {
  color: #212B36;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-align: right;
}
body.checkout-cart-index .cart.table-wrapper .col.qty .input-text,
body.amasty_quote-cart-index .cart.table-wrapper .col.qty .input-text {
  height: 44px;
  width: 90px;
  border: 1px solid #BCBFC2;
  background-color: #FFFFFF;
  padding: 0;
  color: #212B36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
  border-radius: 0;
}
body.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action span,
body.amasty_quote-cart-index .cart.table-wrapper .actions-toolbar > .action span {
  text-decoration: underline;
  color: #212B36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: right;
}
body.checkout-cart-index .cart.table-wrapper .item .col.item,
body.amasty_quote-cart-index .cart.table-wrapper .item .col.item {
  padding: 23px 0 23px 0;
}
body.checkout-cart-index .form.form-cart .cart.main.actions a.action.continue,
body.amasty_quote-cart-index .form.form-cart .cart.main.actions a.action.continue {
  display: inline-block;
  margin-top: 0;
  color: #ff6600;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-decoration: none;
}
body.checkout-cart-index .cart-container .cart-summary,
body.amasty_quote-cart-index .cart-container .cart-summary {
  width: 28%;
  padding: 0 24px;
  position: relative;
  border: 1px solid #BCBFC2;
  border-radius: 4px;
  background-color: #FFFFFF;
}
body.checkout-cart-index .cart-container .cart-summary h4.h4subtitle,
body.amasty_quote-cart-index .cart-container .cart-summary h4.h4subtitle {
  margin: 20px 0 12px;
  text-transform: capitalize;
  color: #212B36;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
}
body.checkout-cart-index .cart-container .cart-summary .action.primary.checkout,
body.amasty_quote-cart-index .cart-container .cart-summary .action.primary.checkout,
body.checkout-cart-index .cart-container .cart-summary .amshopby-button.checkout,
body.amasty_quote-cart-index .cart-container .cart-summary .amshopby-button.checkout,
body.checkout-cart-index .cart-container .cart-summary .am-filter-go.checkout,
body.amasty_quote-cart-index .cart-container .cart-summary .am-filter-go.checkout {
  width: 100%;
  border-radius: 4px;
  background: #ff6600;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  padding: 16px 0;
  height: auto;
  border-color: #ff6600;
}
body.checkout-cart-index button.action.clear,
body.amasty_quote-cart-index button.action.clear {
  border-radius: 4px;
  background: #ff6600;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
  display: none !important;
}
body.checkout-cart-index .form.form-cart .cart.table-wrapper .product-stocksttaus,
body.amasty_quote-cart-index .form.form-cart .cart.table-wrapper .product-stocksttaus {
  color: #ff6600;
  text-align: center;
  width: 100%;
  margin: 3px 0;
  display: none;
}
body.checkout-cart-index .cart-container .cart-summary .cart-totals .label-total,
body.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .label-total {
  display: none;
}
body.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals th,
body.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals th {
  color: #212B36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
body.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals td,
body.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals td {
  color: #212B36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
body.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.data.table.totals tr td,
body.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.data.table.totals tr td {
  text-align: right;
  color: #212B36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-methods-items,
body.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items {
  bottom: -74px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals.grand th,
.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals.grand th {
  padding: 6px 0 6px 0;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals.grand th > strong,
.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals.grand th > strong {
  color: #212B36;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals.grand td > strong span,
.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals.grand td > strong span {
  color: #212B36;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
}
body.checkout-cart-index div#block-summary form#shipping-zip-form .field .control input,
body.amasty_quote-cart-index div#block-summary form#shipping-zip-form .field .control input {
  height: 44px;
}
body.checkout-cart-index div#block-summary form#shipping-zip-form .field .control select,
body.amasty_quote-cart-index div#block-summary form#shipping-zip-form .field .control select {
  height: 44px;
}
body.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.data.table.totals tr td,
body.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.data.table.totals tr td {
  text-align: right;
  padding: 6px 0 6px 16px;
}
body.checkout-cart-index .cart-totals tbody .mark,
body.amasty_quote-cart-index .cart-totals tbody .mark {
  text-align: left;
}
html[lang='ar'] .checkout-cart-index .form.form-cart .cart.table-wrapper .col.qty .input-text {
  width: 96px;
  height: 44px;
}
html[lang='ar'] .checkout-cart-index .quntyarrw .minus {
  top: -6px;
}
html[lang='ar'] .checkout-cart-index h1.page-title {
  margin-bottom: 26px;
}
html[lang='ar'] .checkout-cart-index .quntyarrw .plus {
  left: 0;
}
html[lang='ar'] .checkout-cart-index div#add {
  width: 100%;
  margin: 0;
}
html[lang='ar'] .checkout-cart-index .quntyarrw {
  top: 7px;
  position: absolute;
  right: 17px;
  left: auto;
  height: auto;
}
html[lang='ar'] .checkout-cart-index .quntyarrw .plus {
  left: 0;
}
html[lang='ar'] .checkout-cart-index .form.form-cart .cart.table-wrapper .cart thead tr th.col.subtotal {
  text-align: left;
}
html[lang='ar'] .checkout-cart-index .form.form-cart .cart.table-wrapper .cart > .item td.col.subtotal {
  text-align: left;
}
html[lang='ar'] .checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.data.table.totals tr td {
  text-align: right;
  padding: 6px 0 6px 16px;
}
html[lang='ar'] .checkout-cart-index .cart-totals tbody .mark {
  text-align: left;
}
html[lang='ar'] .checkout-cart-index .cart-totals tfoot .mark {
  text-align: right;
}
html[lang='ar'] body.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.data.table.totals tr td {
  text-align: left;
  padding: 6px 16px 6px 0;
}
html[lang='ar'] body.checkout-cart-index .cart-totals tbody .mark {
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  body.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals.grand th > strong,
  body.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals.grand th > strong {
    font-size: 16px;
  }
  body.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals.grand td > strong span,
  body.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals.grand td > strong span {
    font-size: 16px;
  }
  body.checkout-cart-index .cart-container .cart-summary,
  body.amasty_quote-cart-index .cart-container .cart-summary {
    width: 100%;
  }
  body.checkout-cart-index div#add,
  body.amasty_quote-cart-index div#add {
    position: relative;
    width: 96px;
    margin: 0 auto;
  }
  body.checkout-cart-index .quntyarrw,
  body.amasty_quote-cart-index .quntyarrw {
    height: 44px;
    position: absolute;
    right: 1px;
    left: auto;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
  body.checkout-cart-index div#add,
  body.amasty_quote-cart-index div#add {
    position: relative;
    width: 96px;
    margin: 0 auto;
  }
  body.checkout-cart-index .quntyarrw,
  body.amasty_quote-cart-index .quntyarrw {
    height: 44px;
    position: absolute;
    right: 1px;
    left: auto;
  }
  body.checkout-cart-index .cart-container .cart-summary,
  body.amasty_quote-cart-index .cart-container .cart-summary {
    padding: 0 12px;
  }
  body.checkout-cart-index .cart-container .form-cart,
  body.amasty_quote-cart-index .cart-container .form-cart {
    max-width: 70%;
    width: 100%;
    margin-top: 0;
  }
  body.checkout-cart-index .table-wrapper.cart .data.table .col.price,
  body.amasty_quote-cart-index .table-wrapper.cart .data.table .col.price {
    width: 130px;
  }
  body.checkout-cart-index .table-wrapper.cart .data.table .col.qty,
  body.amasty_quote-cart-index .table-wrapper.cart .data.table .col.qty {
    width: 130px;
  }
  body.checkout-cart-index .table-wrapper.cart .col.price.qty,
  body.amasty_quote-cart-index .table-wrapper.cart .col.price.qty {
    width: 130px;
  }
  body.checkout-cart-index .cart.table-wrapper .col.qty .input-text,
  body.amasty_quote-cart-index .cart.table-wrapper .col.qty .input-text {
    width: 78px;
  }
  body.checkout-cart-index div#add,
  body.amasty_quote-cart-index div#add {
    position: relative;
    width: 78px;
    margin: 0 auto;
  }
  body.checkout-cart-index .quntyarrw,
  body.amasty_quote-cart-index .quntyarrw {
    height: 44px;
    position: absolute;
    right: 1px;
    left: auto;
  }
}
.checkout-cart-index .cartpage .recently-product-cat,
.amasty_quote-cart-index .cartpage .recently-product-cat {
  max-width: 100%;
  margin-top: 80px;
}
.checkout-cart-index .cartpage .recently-product-cat ol.products.list.items.product-items,
.amasty_quote-cart-index .cartpage .recently-product-cat ol.products.list.items.product-items {
  margin: 0 -12px;
  font-size: 0;
  width: auto;
}
.checkout-cart-index .cartpage .recently-product-cat ol.products.list.items.product-items li.item.product.product-item,
.amasty_quote-cart-index .cartpage .recently-product-cat ol.products.list.items.product-items li.item.product.product-item {
  width: 25%;
  box-shadow: none;
  margin: 0;
  padding: 0 12px !important;
  max-width: 100%;
  margin-left: 0 !important;
}
.checkout-cart-index .cartpage .recently-product-cat ol.products.list.items.product-items li.item.product.product-item span.product-image-container,
.amasty_quote-cart-index .cartpage .recently-product-cat ol.products.list.items.product-items li.item.product.product-item span.product-image-container {
  display: block;
  width: 100% !important;
}
@media (max-width: 767px) {
  .checkout-cart-index .cartpage .recently-product-cat,
  .amasty_quote-cart-index .cartpage .recently-product-cat {
    max-width: 100%;
    margin-top: 50px;
  }
  .checkout-cart-index .cartpage .recently-product-cat ol.products.list.items.product-items,
  .amasty_quote-cart-index .cartpage .recently-product-cat ol.products.list.items.product-items {
    margin: 0;
  }
  .checkout-cart-index .cartpage .recently-product-cat ol.products.list.items.product-items li.item.product.product-item,
  .amasty_quote-cart-index .cartpage .recently-product-cat ol.products.list.items.product-items li.item.product.product-item {
    width: 100%;
    margin: 0;
    padding: 0 8px;
    margin-bottom: 40px;
  }
  .checkout-cart-index .cartpage .recently-product-cat ol.products.list.items.product-items li.item.product.product-item strong.product.name.product-item-name,
  .amasty_quote-cart-index .cartpage .recently-product-cat ol.products.list.items.product-items li.item.product.product-item strong.product.name.product-item-name {
    height: 30px;
  }
  .checkout-cart-index .cartpage .recently-product-cat ol.products.list.items.product-items li.item.product.product-item .price .price,
  .amasty_quote-cart-index .cartpage .recently-product-cat ol.products.list.items.product-items li.item.product.product-item .price .price {
    height: 24px;
    display: inline-block;
    padding: 0 !important;
  }
  .checkout-cart-index .cartpage .recently-product-cat ol.products.list.items.product-items li.item.product.product-item .product-item-details .price-final_price,
  .amasty_quote-cart-index .cartpage .recently-product-cat ol.products.list.items.product-items li.item.product.product-item .product-item-details .price-final_price {
    margin-top: 5px;
    height: auto;
  }
  .checkout-cart-index .cartpage .recently-product-cat ol.products.list.items.product-items li.item.product.product-item .product-item-details .price-final_price span.special-price,
  .amasty_quote-cart-index .cartpage .recently-product-cat ol.products.list.items.product-items li.item.product.product-item .product-item-details .price-final_price span.special-price {
    height: 24px;
    display: inline-block;
  }
  .checkout-cart-index .cartpage .recently-product-cat ol.products.list.items.product-items li.item.product.product-item .product-item-details .price-final_price span.old-price,
  .amasty_quote-cart-index .cartpage .recently-product-cat ol.products.list.items.product-items li.item.product.product-item .product-item-details .price-final_price span.old-price {
    height: 16px;
    display: inline-block;
    margin: 0;
  }
}
.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,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  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: #757575;
  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: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.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: #757575;
  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: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.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: -28px 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: #757575;
  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: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .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 .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.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 0 5px 0;
  white-space: nowrap;
}
.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 {
  text-align: center;
  width: 60px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  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: #757575;
  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: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-index-index #checkout input[type="radio"] ~ span,
.checkout-index-index #checkout input[type="radio"] ~ label {
  top: -1px;
}
/*body.checkout-index-index {
        .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) {
            .modal-inner-wrap {
                #shipping-new-address-form {
                    .field._required,
                    .field.additional,
                    .field {
                        width: 100%;
                        padding: 0;
                    }
                    .field[name="shippingAddress.street.0"] {
                        width: 100% !important;
                        margin-bottom: 16px;
                        label.label {
                            color: @color-mid;
                            font-size: 12px;
                            letter-spacing: 0.5px;
                            line-height: 16px;
                            font-weight: 400;
                            margin: 0 0 8px;
                        }
                    }
                    .field[name="shippingAddress.street.1"] {
                        width: 100% !important;
                        label.label {
                            color: @color-mid;
                            font-size: 12px;
                            letter-spacing: 0.5px;
                            line-height: 16px;
                            font-weight: 400;
                            margin: 0 0 8px;
                        }   
                    }
                }
            }
        }
    }*/
.checkout-index-index .amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper > p {
  color: #212b36;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
  margin-bottom: 20px;
}
button.action.action-show-popup.amcheckout-button.-new-address {
  margin-bottom: 20px;
}
.field.field-select-billing label.label {
  display: none;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content .form.form-login fieldset#customer-email-fieldset fieldset.fieldset .actions-toolbar {
  border-bottom: 1px solid #dddddd;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  display: none;
}
.minicart-items .product .toggle {
  margin-bottom: 5px;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: transparent;
}
.checkout-index-index .minicart-items .product-item-details .product.options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
  font-weight: bold;
}
.checkout-index-index .minicart-items .product-item-details .product.options dd {
  margin: 0 0 5px;
}
.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product.options {
  margin-top: 5px;
}
body.checkout-index-index .billing-address-details .amcheckout-button.-edit {
  width: 100%;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .block-content.checkout-popup button.checkout-index-index.action:focus {
  height: 48px !important;
}
.checkout-index-index .checkout-payment-method .discount-code .payment-option-title {
  padding-bottom: 4px !important;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  max-width: 580px;
  width: 428px !important;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .left-login h3 {
  color: #212b36;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .actions-toolbar .secondary a.action.action-remind {
  text-decoration: unset;
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .right-login:after {
  color: #212b36;
  font-size: 14px;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .right-login button.action.action-login.secondary.checkout-index-index {
  height: 48px;
}
body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .block-content.checkout-popup button.checkout-index-index.action {
  height: 48px;
  margin-top: 31px;
}
body.checkout-index-index .modal-popup .modal-content {
  padding-bottom: 3rem !important;
}
.checkout-index-index #checkout .fieldset > .field.choice label.label span {
  vertical-align: top;
  margin: 5px 0 0 -5px;
  padding: 0;
  line-height: normal;
  display: inline-block;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  padding: 0;
}
body.checkout-index-index #checkout .fieldset > .field .control select {
  padding-right: 32px;
}
.checkout-index-index #checkout .shipping-address-item button.action.edit-address-link {
  position: static;
  background: transparent;
  border: none;
  text-decoration: underline;
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: right;
  font-weight: 400;
}
.checkout-billing-address input[type='checkbox']:checked:before {
  content: none;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar {
  padding: 0;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field.no-label.year {
  padding: 0;
}
body.checkout-index-index .checkout-shipping-method .step-content.amcheckout-content .checkout-btn button {
  margin-top: 0 !important;
}
body.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method .fieldset br {
  display: none;
}
.customer-account-login .field.choice input {
  top: 0px;
}
body.checkout-onepage-success #registration {
  width: 100%;
  text-align: center;
}
body.checkout-onepage-success #registration .action.primary,
body.checkout-onepage-success #registration .amshopby-button,
body.checkout-onepage-success #registration .am-filter-go {
  margin: 0;
  border-radius: 4px;
  background: #ff6600;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: normal;
  text-align: center;
  padding: 14px 20px;
  height: auto;
  border-color: #ff6600;
  margin-top: 10px;
}
body.checkout-index-index .amcheckout-summary-container .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item-details .product-item-inner .product-item-name-block {
  width: 70%;
}
body.checkout-index-index .modal-popup .modal-footer button.action.secondary.action-hide-popup:hover {
  color: #ffffff;
  text-decoration: none;
}
body.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  padding-bottom: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: relative;
}
html .modal-popup button:focus {
  height: 35px !important;
}
.checkout-index-index input[type="text"] {
  height: 44px !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px;
}
.checkout-index-index select {
  height: 44px !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px;
}
body.checkout-onepage-success .checkout-success .actions-toolbar .primary a {
  border-color: #ff6600;
}
body.checkout-onepage-success .checkout-success p {
  border-bottom: 1px solid #d8d8d8;
}
body.checkout-onepage-success .checkout-success .thankyou {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height, or 120% */
  text-align: center;
  letter-spacing: 0.75px;
  color: #212b36;
  margin-bottom: 15px;
  margin-top: 44px;
}
body.checkout-onepage-success .header.content {
  border-bottom: 1px solid #d8d8d8;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar {
  width: 100%;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  width: 100%;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary button.action.primary.checkout,
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary button.amshopby-button.checkout,
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary button.am-filter-go.checkout {
  width: 100%;
  height: 48px;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method .fieldset {
  margin: 0;
  padding: 0;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group {
  margin: 0;
  padding: 0;
}
.checkout-index-index .step-content.amcheckout-content {
  display: inline-block;
  width: 100%;
}
.checkout-index-index .amcheckout-step-container .amcheckout-title {
  font-weight: unset;
  font-size: unset;
}
.checkout-index-index .modal-popup .modal-footer button.action.secondary.action-hide-popup {
  color: #ffffff;
  font-weight: 600;
  padding: 0 10px;
}
.checkout-index-index .modal-popup .modal-footer button.action.secondary.action-hide-popup:hover {
  color: #ffffff;
  font-weight: 600;
  padding: 0 10px;
}
body.checkout-index-index #shipping-new-address-form .field[name="shippingAddress.street.0"] {
  width: 49%;
  float: left;
}
body.checkout-index-index #shipping-new-address-form .field[name="shippingAddress.street.0"] label {
  display: none;
}
body.checkout-index-index #shipping-new-address-form .field[name="shippingAddress.street.1"] {
  width: 48.8%;
  float: right;
  margin-bottom: 0;
}
div#opc-new-shipping-address form#co-shipping-form div#shipping-new-address-form .field._required .control input,
div#opc-new-shipping-address form#co-shipping-form div#shipping-new-address-form .field._required .control select {
  height: 44px !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px;
  background-color: #ffffff;
}
.modal-popup.popup-authentication .fieldset > .field {
  margin: 0 0 16px;
}
.modal-popup.popup-authentication .block-authentication .block-title strong {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  color: #212b36;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
}
.modal-popup.popup-authentication .block-authentication form.form.form-login label.label {
  margin: 0 0 4px 0;
  display: inline-block;
  width: 100%;
  font-weight: 500;
  color: #637381;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
body .modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .primary a.action.action-register.primary {
  border-radius: 4px;
  background-color: #ff6600;
  border-color: #ff6600;
  height: 48px;
  padding: 15px 0;
  line-height: normal;
}
body .modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .secondary a.action {
  margin: 0;
  text-decoration: none;
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-top: 12px;
  display: inline-block;
}
body .modal-popup.popup-authentication .block-authentication .block[class] + .block:before {
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  border-color: #E2E6E9;
}
.component-wrapper .primary.guest-cus button.action.action-login.secondary {
  height: 48px !important;
}
.popup-authentication .actions-toolbar button.action.action-login.secondary {
  height: 48px !important;
}
.checkout-index-index.page-layout-1column .page-footer {
  padding-top: 0 !important;
}
body.checkout-index-index .column.main .opc-block-summary .product-item {
  padding-bottom: 8px;
}
body.checkout-index-index .checkout-payment-method .form-discount .payment-option-inner {
  width: 99%;
}
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  width: auto !important;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content form#co-transparent-form .field.date .control .field.no-label.month {
  margin: 0;
}
html[lang='ar'] #customer-email-fieldset div.mage-error[generated] {
  width: 100%;
  position: static;
}
html[lang='ar'] .checkout-index-index #shipping-new-address-form input[type=checkbox] {
  float: right;
  top: -4px;
}
html[lang='ar'] .checkout-index-index #shipping-new-address-form input[type=checkbox]:checked {
  float: right;
  top: -4px;
}
html[lang='ar'] .checkout-index-index .minicart-items .product-item-details .product.options dt {
  clear: right;
  float: right;
  margin: 0 0 5px 10px;
}
html[lang='ar'] .checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product.options {
  margin-top: 5px;
}
html[lang='ar'] .checkout-index-index .actions-toolbar > .secondary:last-child {
  float: right;
}
html[lang='ar'] .checkout-index-index #customer-email-fieldset .fieldset > .field {
  padding-right: 0;
  margin: 16px 0 16px !important;
}
html[lang='ar'] .minicart-items .product .toggle:after {
  margin: 0 5px 0 5px;
}
html[lang='ar'] .amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 0;
  margin-left: 10px;
}
html[lang='ar'] .amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 0;
  padding-left: 20px;
}
html[lang='ar'] .checkout-index-index .amcheckout-step-container .checkout-billing-address input[type='checkbox']:checked + label:before {
  margin: 0 0 0 10px;
}
html[lang='ar'] .checkout-index-index .amcheckout-step-container input[type='checkbox'] + label:before {
  margin: 2px 0px 0 10px;
}
html[lang='ar'] .amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: right;
}
html[lang='ar'] .amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-right: 0;
  margin-left: 10px;
}
html[lang='ar'] .checkout-index-index.page-layout-1column .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  padding: 0;
}
html[lang='ar'] .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content form#co-transparent-form .field.date .control .field.no-label.month {
  float: right;
  margin: 0;
}
html[lang='ar'] body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 0px !important;
  float: none !important;
  padding-right: 100px;
}
html[lang='ar'] body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details .price-including-tax {
  text-align: left;
}
html[lang='ar'] fieldset#customer-email-fieldset label.label {
  display: inline-block;
  width: 100%;
}
html[lang='ar'] .amcheckout-step-container button.action.action-select-shipping-item {
  float: left;
}
html[lang='ar'] .block-authentication .actions-toolbar > .secondary {
  float: right;
  text-align: right;
}
html[lang='ar'] .page-header .minicart-wrapper .minicart-items .product-item-details {
  text-align: right;
}
body.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group {
  width: 100%;
}
body.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method label.label {
  font-size: 16px;
  font-weight: 400;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 16px;
}
body.checkout-index-index .authentication-wrapper {
  display: block;
}
body.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container {
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}
body.checkout-index-index form#discount-form {
  position: relative;
}
body.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .opc-payment-additional.discount-code {
  display: block;
  padding: 0 24px;
  border: 1px solid #BCBFC2;
  margin: -2px 0 0 0;
  border-top: none;
  border-radius: 0 0 4px 4px;
}
body.checkout-index-index .checkout-payment-method .payment-option-content {
  display: inline-block !important;
}
body.checkout-index-index .checkout-payment-method {
  background: #ffffff;
}
body.checkout-index-index .checkout-payment-method .discount-code .payment-option-title span {
  padding-bottom: 0;
  color: #637381;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
body.checkout-index-index .checkout-payment-method .payment-option-content {
  width: 100%;
}
body.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .payment-option-inner {
  position: relative;
}
body.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  position: absolute;
  right: 0;
  top: 0;
}
body.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  padding: 0;
}
body.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .action-apply,
body.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .action-cancel {
  text-decoration: none;
  text-transform: uppercase;
  height: 44px;
  width: 128px;
  border: 1px solid #212b36;
  border-radius: 0 4px 4px 0;
  background: #ffffff;
  color: #212b36;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  margin: 0;
}
body.checkout-index-index form.form.form-discount input#discount-code {
  height: 44px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
body.checkout-index-index form.form.form-discount input#discount-code::placeholder {
  font-size: 0;
}
body.checkout-index-index form.form.form-discount .actions-toolbar .primary {
  width: auto !important;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 400 !important;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content form.form.form-shipping-address div#shipping-new-address-form .field.street._required {
  width: 49%;
  float: left;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content form.form.form-shipping-address div#shipping-new-address-form .field._required[name="shippingAddress.street.1"] {
  float: right;
  width: 48.6%;
}
.checkout-index-index .page-footer .container {
  display: none;
}
.checkout-index-index .page-footer {
  padding-top: 0;
}
.checkout-index-index .page-footer .custom-footer-copyright .container {
  display: block;
}
.checkout-index-index .paymentcntent {
  margin-top: 15px !important;
  display: inline-block;
}
input[type=checkbox] {
  -webkit-appearance: none;
  margin: 0;
  top: 0;
  margin: 0 !important;
  border: none;
  display: inline;
}
input[type=checkbox]:focus {
  box-shadow: none;
}
input[type=checkbox] {
  cursor: pointer;
  padding-right: 0;
}
input[type=checkbox]:before {
  content: "";
  display: inline-block;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/check_box.svg) !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
  padding-left: 0 !important;
  vertical-align: middle;
  box-shadow: none !important;
  border: none;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  margin: 0;
}
input[type=checkbox]:hover:before {
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/check_box_hover.svg) !important;
  width: 25px;
  height: 25px;
}
input[type='checkbox']:checked {
  cursor: pointer;
  border: none;
  display: inline;
  -webkit-appearance: none;
  background: none;
}
input[type='checkbox']:checked:before {
  content: "";
  display: inline-block;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/check_box-filled.svg) !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
  padding-left: 0 !important;
  vertical-align: middle;
  box-shadow: none !important;
  border: none;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  margin: 0;
}
.checkout-index-index .modal-popup .modal-footer .action-save-address {
  border-radius: 4px;
  background: #ff6600;
  border-color: #ff6600;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
.checkout-index-index.page-layout-1column .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content form#co-transparent-form .field.type {
  top: 26px;
}
.checkout-index-index .am-checkout .checkout-header h1.title {
  color: #212b36 !important;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method label.label {
  display: inline-block;
  width: 100%;
}
.amcheckout-step-container input[type='radio'] + label span:only-child {
  padding: 0 10px;
}
.checkout-index-index #checkout li#opc-shipping_method .step-title {
  color: #212b36 !important;
}
html[lang='en'] .checkout-index-index input[type=radio] {
  -webkit-appearance: none;
  margin: 0px 0px;
  border: 0;
  padding: 0 5px;
}
html[lang='en'] .checkout-index-index input[type='radio'] + label:before {
  content: "";
  display: inline-block;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/radio.svg) !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
  padding-left: 0 !important;
  vertical-align: middle;
  box-shadow: none !important;
  border: none;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  margin: 0;
}
html[lang='en'] .checkout-index-index input[type='radio'] + label:hover:before {
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/radio_hover.svg) !important;
  background-repeat: no-repeat !important;
  width: 25px;
  height: 25px;
}
html[lang='en'] .checkout-index-index input[type="radio"]:checked + label:before {
  content: "";
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/radio_checked.svg) !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
  padding-left: 0 !important;
  vertical-align: middle;
  box-shadow: none !important;
  border: none;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  margin: 0;
}
html[lang='ar'] .checkout-index-index .checkout-payment-method .form-discount .payment-option-inner {
  float: right;
  width: 100%;
}
html[lang='ar'] body.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  right: auto;
  top: 0;
  left: 0;
}
html[lang='ar'] body.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .action-apply,
html[lang='ar'] body.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .action-cancel {
  border-radius: 4px 0 0 4px;
}
html[lang='ar'] .checkout-index-index input[type=radio] {
  -webkit-appearance: none;
  margin: 0px 0px;
  border: 0;
  padding: 0 5px;
}
html[lang='ar'] .checkout-index-index input[type='radio'] + label:before {
  content: "";
  display: inline-block;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/radio.svg) !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
  padding-left: 0 !important;
  vertical-align: middle;
  box-shadow: none !important;
  border: none;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  margin: 0;
}
html[lang='ar'] .checkout-index-index input[type="radio"]:checked + label:before {
  content: "";
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/radio_checked.svg) !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
  padding-left: 0 !important;
  vertical-align: middle;
  box-shadow: none !important;
  border: none;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  margin: 0;
}
html[lang='ar'] .checkout-index-index .opc-block-summary .table-totals tbody .amount {
  text-align: left;
}
.amcheckout-step-container button.action.action-select-shipping-item {
  float: right;
  background: transparent;
  border: none;
  text-decoration: underline;
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: right;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  right: 0;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item:after {
  content: none !important;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item {
  border: 2px solid #ff6600 !important;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  height: 48px;
  width: 368px;
  border: 1px solid #212b36;
  border-radius: 4px;
  background: #ffffff;
  color: #212b36;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
}
body.checkout-index-index .amcheckout-step-container .shipping-address-items .shipping-address-item {
  background: transparent;
  border: 1px solid #9E9E9E;
  border-radius: 4px;
  margin-bottom: 24px;
  position: relative;
  box-shadow: unset;
}
body.checkout-index-index .actions-toolbar > .primary .action {
  border-radius: 4px;
  background: #ff6600;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
.checkout-index-index .amcheckout-step-container .checkout-billing-address input[type='checkbox']:checked + label:before {
  border: none;
  margin: 0px 10px 0 0;
  width: 21px;
  height: 21px;
  min-width: 21px;
  min-height: 21px;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-shipping-method .step-content.amcheckout-content div#checkout-step-shipping_method tr.row.amcheckout-method {
  height: auto;
}
.checkout-index-index .form.methods-shipping .table-checkout-shipping-method tbody td {
  padding-bottom: 8px;
  padding-top: 8px;
  vertical-align: top;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 16px;
}
.checkout-index-index .amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding: 24px 0;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .checkout-btn button {
  height: 48px !important;
  width: 100%;
  margin-top: 12px;
  border-radius: 4px;
  background: #ff6600;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  margin-top: 0;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method .payment-method-title.field.choice {
  height: auto;
  border: none !important;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method label.label {
  padding-top: 0;
  padding-bottom: 0;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-onepage-success .print {
  display: none;
}
.payment-option.opc-payment-additional.store-credit-add input[type='checkbox'] {
  display: block;
  float: left;
  margin-top: 4px;
}
.payment-option.opc-payment-additional.store-credit-add h2 {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Open Sans";
  font-size: 15.8px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.checkout-index-index ul.credit-card-types img {
  display: none;
}
.checkout-index-index ul.credit-card-types:before {
  content: url('../../frontend/Magneto/VixxBadkamers/nl_NL/images/group-30.png');
}
#customer-email-fieldset div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.2rem;
  width: 47%;
  float: right;
  position: absolute;
  top: 39px;
}
.checkout-index-index header .header.content .content {
  border-bottom: unset;
}
.checkout-index-index header .header.content .logo {
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 15px 0 !important;
  border-bottom: 1px solid #d8d8d8;
}
.checkout-index-index header .header.content .logo img {
  margin: 0 auto;
}
.checkout-index-index .am-checkout {
  margin: 55px 0 0;
}
.checkout-index-index .am-checkout .checkout-header {
  padding-bottom: 0;
  margin: 0;
}
.checkout-index-index .am-checkout .checkout-header h1.title {
  margin: 0 0 26px 0;
  color: #212b36;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
}
.checkout-index-index .am-checkout .checkout-header .description {
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-bottom: 20px;
}
.checkout-index-index .fieldset > .field > .label {
  color: #637381;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .step-title.amcheckout-title {
  background: #eaf7fc;
  display: block;
  color: #212b36;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
}
.checkout-index-index .field.required .input-text {
  height: 44px;
  width: 368px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .step-title {
  display: inline-block;
  color: #212b36;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
}
.checkout-index-index .amcheckout-step-container .amcheckout-title {
  display: block;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  background: #eaf7fc;
}
.checkout-index-index #checkout li#opc-shipping_method .step-title {
  margin: 0;
  padding: 15px 16px;
  background: #eaf7fc;
  display: block;
  color: #212b36;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content .form.form-login fieldset#customer-email-fieldset .field.required span.note {
  margin: 0;
  padding-left: 24px;
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  border: none;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  border-color: #212b36;
  width: 13px;
  height: 13px;
}
body.checkout-index-index #checkout .fieldset > .field .control input {
  width: 100%;
  margin: 0;
  height: 44px;
  border: 1px solid #cccccc;
  border-radius: 4px !important;
  background-color: #ffffff;
}
body.checkout-index-index #checkout .fieldset > .field .control select {
  width: 100%;
  margin: 0;
  height: 44px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
body.checkout-index-index .field._required label.label {
  color: #637381;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
.checkout-index-index #checkout .fieldset > .fields > .field {
  margin: 0 0 16px !important;
}
.checkout-index-index .amcheckout-step-container input[type='checkbox'] label {
  display: flex;
  cursor: pointer;
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.checkout-index-index .amcheckout-step-container input[type='radio'] label {
  display: flex;
  cursor: pointer;
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.checkout-index-index fieldset.field.admin__control-fields {
  width: 100% !important;
}
.checkout-index-index .fieldset.address div[name*="billingAddressshared.street.0"] {
  width: 49%;
  float: left;
}
.checkout-index-index .fieldset.address div[name*="billingAddressshared.street.1"] {
  width: 49%;
  float: right;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group {
  margin-top: 0;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content form.form.form-shipping-address div#shipping-new-address-form .field._required label.label {
  color: #637381;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
.checkout-index-index .field.field-select-billing > label.label {
  color: #212b36;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container {
  background: #f9f9f9;
  cursor: default;
  border: 1px solid #BCBFC2;
  border-radius: 4px;
  background-color: #ffffff;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #f9f9f9;
  cursor: default;
  background-color: transparent;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-block.amcheckout-step-container.-summary .step-title.amcheckout-title {
  padding: 20px 24px 12px;
  display: block;
  color: #212b36 !important;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
}
.checkout-index-index .amcheckout-summary-container .amcheckout-wrapper .items-in-cart .title {
  border-bottom: 1px solid #dddddd;
}
.checkout-index-index .amcheckout-summary-container .amcheckout-wrapper .items-in-cart .title strong {
  color: #637381;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.checkout-index-index .amcheckout-summary-container .amcheckout-wrapper .items-in-cart .minicart-items-wrapper {
  padding: 13px 0 0;
}
.checkout-index-index .amcheckout-summary-container .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-image-wrapper {
  box-shadow: unset;
}
.checkout-index-index .column.main .opc-block-summary .product-item {
  padding-bottom: 0;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-block.amcheckout-step-container.-summary .step-content.amcheckout-content .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .minicart-items .product-image-container {
  width: 18% !important;
  height: auto !important;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-block.amcheckout-step-container.-summary .step-content.amcheckout-content .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .product-item-inner {
  margin: 0;
  display: table;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-block.amcheckout-step-container.-summary .step-content.amcheckout-content .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .product-item-inner strong.product-item-name {
  padding-left: 0;
  text-transform: capitalize;
  padding-right: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 250px;
  overflow: hidden;
  color: #212b36;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-block.amcheckout-step-container.-summary .step-content.amcheckout-content .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .product-item-inner .product-item-name-block .details-qty input.qty {
  height: 20px;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-block.amcheckout-step-container.-summary .step-content.amcheckout-content .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .product-item-inner .product-item-name-block .details-qty .label {
  padding-right: 0;
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-block.amcheckout-step-container.-summary .step-content.amcheckout-content .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .product-item-inner .product-item-name-block .details-qty .label span:after {
  content: ":";
  display: inline-block;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-block.amcheckout-step-container.-summary .step-content.amcheckout-content .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .product-item-inner .product-item-name-block {
  display: table-cell;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-block.amcheckout-step-container.-summary .step-content.amcheckout-content .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .product-item-inner .subtotal {
  display: table-cell;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty {
  border-color: transparent;
  padding: 0;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  display: none !important;
}
.checkout-index-index .amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.totals.sub th.mark {
  padding: 0;
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  vertical-align: bottom;
}
.checkout-index-index .amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.totals.sub td.amount .price {
  padding-top: 0;
  display: inline-block;
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: right;
}
.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  margin-bottom: 16px;
  border-bottom: 1px solid #dddddd;
}
.checkout-index-index .opc-block-summary .table-totals tbody .amount {
  padding: 0px 0 0px 14px;
}
.checkout-index-index .amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.totals.shipping.excl th.mark {
  padding: 12px 0 0;
  vertical-align: middle;
}
.checkout-index-index .amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.totals.shipping.excl th.mark .label {
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.checkout-index-index .amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.totals.shipping.excl td.amount {
  padding: 12px 0 0;
  vertical-align: top;
  line-height: normal;
}
.checkout-index-index .opc-block-summary .not-calculated {
  font-style: normal;
  text-align: right;
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.checkout-index-index .opc-block-summary .table-totals tbody .mark {
  padding: 10px 0 19px;
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.checkout-index-index .opc-block-summary .table-totals tbody .amount {
  padding: 10px 0 0;
  white-space: nowrap;
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: right;
}
.checkout-index-index .amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.grand.totals th.mark {
  border-top: 1px solid #dddddd;
  padding-top: 13px;
}
.checkout-index-index .amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.grand.totals th.mark strong {
  padding-top: 0;
  color: #212b36;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
}
.checkout-index-index .amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.grand.totals td.amount {
  border-top: 1px solid #dddddd;
  padding-top: 13px;
}
.checkout-index-index .amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.grand.totals td.amount strong .price {
  color: #212b36;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
  text-align: right;
}
.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 0;
}
.checkout-index-index .amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.totals.shipping.excl td.amount .price {
  padding-top: 12px;
  display: inline-block;
  white-space: nowrap;
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  padding: 0;
}
.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar {
  margin: 20px 0 0 0;
}
.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  background: transparent;
}
.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary button.action.primary.checkout,
.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary button.amshopby-button.checkout,
.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary button.am-filter-go.checkout {
  margin-right: 0;
  border-radius: 4px;
  background: #ff6600;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
}
.checkout-index-index .field.field-select-billing {
  padding: 0 !important;
}
.checkout-index-index .checkout-payment-method .ccard .year .select {
  width: 175px !important;
}
.checkout-index-index .checkout-payment-method .ccard .month .select {
  width: 175px !important;
}
.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content form#co-transparent-form .field.type {
  display: inline-block;
  position: relative;
  padding-left: 0;
  top: -44px;
  left: 80%;
  right: 0px;
  width: auto;
  padding: 0;
  margin: 0 !important;
}
.checkout-index-index .amcheckout-step-container {
  /*input[type='radio'] + label {
				&:before {
					content: '';
					display: inline-block;
					box-sizing: border-box;
					margin: 2px 10px 0 0;
					min-width: 18px;
					min-height: 18px;
					width: 18px;
					height: 18px;
					border: 2px solid #919EAB;
					background: @color-white !important;
					cursor: pointer;
					box-shadow: none;
				}
			}*/
}
.checkout-index-index .amcheckout-step-container input[type='checkbox'] + label:before {
  content: '';
  display: inline-block;
  box-sizing: border-box;
  margin: 2px 10px 0 0;
  min-width: 18px;
  min-height: 18px;
  width: 18px;
  height: 18px;
  border: 2px solid #919EAB;
  background: #ffffff !important;
  cursor: pointer;
  box-shadow: none;
}
.checkout-index-index .amcheckout-step-container input[type='checkbox']:checked + label:before {
  content: '';
  min-width: 18px;
  min-height: 18px;
  width: 18px;
  height: 18px;
  background-size: contain !important;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/check_box-filled.svg) !important;
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-shipping-method .step-content.amcheckout-content div#checkout-step-shipping_method tr.row.amcheckout-method {
  border: none;
  background: transparent;
  height: 36px;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 949px) {
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method {
    width: 100%;
  }
  .checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
    margin-top: 0;
  }
  body.checkout-index-index form.form.form-discount input#discount-code {
    width: 100%;
  }
  body.checkout-index-index.page-layout-1column .amcheckout-column.-sidebar .amcheckout-summary-container .minicart-items .product-item-details {
    width: 100%;
    padding-left: 140px;
  }
  body.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
    width: auto;
  }
  body.checkout-index-index .checkout-payment-method .ccard .year .select {
    width: 90px !important;
  }
  html[lang='ar'] body.checkout-index-index.page-layout-1column .amcheckout-column.-sidebar .amcheckout-summary-container .minicart-items .product-item-details {
    padding-right: 140px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1024px) {
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method {
    width: 100%;
  }
  .checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
    margin-top: 0;
  }
  body.checkout-index-index form.form.form-discount input#discount-code {
    width: 100%;
  }
  .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
    padding-left: 190px;
  }
  html[lang='ar'] .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
    padding-left: 0;
    padding-right: 190px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1250px) {
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method {
    width: 100%;
  }
  .checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
    margin-top: 0;
  }
  body.checkout-index-index form.form.form-discount input#discount-code {
    width: 100%;
  }
  body.checkout-index-index .checkout-payment-method .ccard .month .select {
    width: 128px !important;
  }
  body.checkout-index-index .checkout-payment-method .ccard .year .select {
    width: 90px !important;
  }
  body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content form#co-transparent-form .field.number .control,
  body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content form#co-transparent-form .field.date .control,
  body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content form#co-transparent-form .field.cvv .control {
    width: 70%;
  }
  body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  body.checkout-index-index .checkout-payment-method .ccard .month .select {
    width: 138px !important;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1199px) {
  body.checkout-index-index .checkout-payment-method .ccard .month .select {
    width: 135px !important;
  }
  body.checkout-index-index .checkout-payment-method .ccard .year .select {
    width: 129px !important;
  }
  body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content form#co-transparent-form .field.date .control .field.no-label.month {
    margin-right: 20px;
  }
}
.field.date .control {
  position: relative;
}
.field.date .control button.ui-datepicker-trigger.v-middle {
  position: absolute;
  top: 14px;
  right: 10px;
}
.amcheckout-wrapper .label span {
  color: #000000;
  font-size: 14px;
}
#ui-datepicker-div {
  width: 100%;
  max-width: 780px;
}
@media only screen and (min-width: 1025px) and (max-width: 1150px) {
  #ui-datepicker-div {
    width: 55%;
  }
}
@media only screen and (min-width: 1151px) and (max-width: 1280px) {
  #ui-datepicker-div {
    width: 55.5%;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1400px) {
  #ui-datepicker-div {
    width: 57%;
  }
}
@media only screen and (min-width: 1401px) and (max-width: 1440px) {
  #ui-datepicker-div {
    width: 55%;
  }
}
@media (max-width: 1024px) {
  #ui-datepicker-div {
    width: 100%;
    max-width: 95%;
  }
}
@media (max-width: 850px) {
  #ui-datepicker-div {
    width: 100%;
    max-width: 94%;
  }
}
@media (max-width: 768px) {
  #ui-datepicker-div {
    width: 100%;
    max-width: 97%;
  }
}
@media (max-width: 600px) {
  #ui-datepicker-div {
    width: 100%;
    max-width: 96%;
  }
}
@media (max-width: 500px) {
  #ui-datepicker-div {
    width: 100%;
    max-width: 95%;
  }
}
@media (max-width: 400px) {
  #ui-datepicker-div {
    width: 100%;
    max-width: 93%;
  }
}
.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .step-title.amcheckout-title {
  display: inline-block !important;
  width: 100%;
}
.amcheckout-delivery-date.-collapsible.-closed {
  margin-bottom: 24px;
}
.checkout-index-index fieldset.field.street.admin__control-fields.required {
  width: 50% !important;
  float: left;
}
@media (max-width: 767px) {
  .checkout-index-index fieldset.field.street.admin__control-fields.required {
    width: 100% !important;
  }
}
.checkout-index-index fieldset.field.street.admin__control-fields.required .field._required {
  width: 100% !important;
}
.checkout-index-index .amcheckout-delivery-date {
  margin-bottom: 24px;
}
.checkout-index-index .amcheckout-delivery-date .field.timepicker {
  display: none !important;
}
.checkout-index-index .amcheckout-delivery-date .field.date._required {
  width: 100% !important;
  padding-right: 0 !important;
}
.checkout-index-index .amcheckout-step-container .amcheckout-content .amcheckout-wrapper p.custom-text-deliveryinfo {
  color: #212b36;
  font-size: 14px !important;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: normal;
}
.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 {
  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 {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.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 {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.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 .label {
  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 {
  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;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._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: #999999;
  }
  .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: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  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,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  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: #757575;
  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: #757575;
}
.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 .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-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: #757575;
  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: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  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 .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.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;
}
.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: #ff5501;
  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: #757575;
  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: #757575;
}
.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: #757575;
  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: #757575;
}
.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: #757575;
  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: #757575;
}
.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;
}
.page-product-grouped .box-tocart {
  margin-top: 10px;
}
.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;
}
.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.6rem;
  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,
.map-popup .amshopby-button,
.map-popup .am-filter-go {
  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 {
  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 {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.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.6rem;
  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.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.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.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: '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;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  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;
}
.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-reviews-summary .rating-summary .label,
.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;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  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: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.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 input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.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 label:before {
  color: #ff5501;
  font-family: 'luma-icons';
  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 label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.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: #ff5501;
  text-decoration: underline;
}
.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;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.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: #ff5501;
  text-decoration: underline;
}
.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: #ff5501;
  text-decoration: underline;
}
.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;
}
.hdmx__status.hdmx-yellow {
  background: #f0b700;
  border: 1px solid #f0b700;
  padding: 7px;
  height: 32px;
  width: 120px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}
body.checkout-onepage-success .page-wrapper {
  min-height: 100vh;
}
body.checkout-onepage-success .page-header .panel {
  display: none;
}
body.checkout-onepage-success .mega-menu-main {
  display: none;
}
body.checkout-onepage-success .header.content .block-search,
body.checkout-onepage-success .header.content .header-right {
  display: none;
}
body.checkout-onepage-success .header.content .logo {
  text-align: center;
  width: 100%;
  max-width: 100%;
}
body.checkout-onepage-success .header.content .logo img {
  margin: 0 auto;
}
body.checkout-onepage-success footer.page-footer {
  padding: 0;
}
body.checkout-onepage-success footer.page-footer .container {
  display: none;
}
body.checkout-onepage-success footer.page-footer .custom-footer-copyright .container {
  display: block;
}
body.checkout-onepage-success .nav-toggle {
  display: none;
}
.account.sales-order-view .column.main strong.box-title span {
  color: rgba(0, 0, 0, 0.87);
  font-size: 20px;
  letter-spacing: 0.25px;
  line-height: 27px;
  border: none;
  padding: 0;
  font-weight: 600;
}
.account.sales-order-view .column.main .box.box-order-billing-method .box-content {
  padding: 0px 5px;
}
.account.sales-order-view .column.main .box.box-order-billing-method .box-content payment-method dt.title {
  font-size: 16px;
}
body.account.sales-order-view .column.main .order-details-items h3 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 20px;
  letter-spacing: 0.25px;
  line-height: 27px;
  border: none;
  padding: 0;
  font-weight: 600;
}
.account.sales-order-view .column.main .box.box-order-billing-method {
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 20px;
}
.customer-account-createpassword .fieldset {
  margin: 0 0 10px;
}
.account .pages .item {
  vertical-align: middle;
}
.account .pages strong.page {
  background: #ff6600;
  padding: 0 13px;
}
.account .pages strong.page span {
  color: #ffffff;
}
.account .pages .action {
  background: #ff6600;
  border-color: #ff6600;
  box-shadow: unset;
}
.account .pages .action:hover {
  background: transparent;
  border-color: #ff6600;
}
.account .pages .action:hover.next:before,
.account .pages .action:hover.previous:before {
  color: #ff6600 !important;
}
.account .pages .action.next:before,
.account .pages .action.previous:before {
  color: #ffffff !important;
}
body.account.sales-order-view .column.main .order-details-items .right-oredrpage,
body.account.sales-order-print .column.main .order-details-items .right-oredrpage {
  font-size: 12px;
}
.amasty_quote-account-view .block.block-order-details-comments {
  display: block;
}
body.account.sales-order-view .column.main .right-oredrpage a {
  font-size: 15px;
  font-weight: bold;
}
body.account.sales-order-view .column.main table#my-orders-table tr.grand_total th.mark strong {
  font-size: 16px;
}
body.account.sales-order-view .column.main table#my-orders-table tr.grand_total td.amount strong {
  font-size: 16px;
}
body.account.sales-order-view .column.main .info-contact img {
  padding-right: 0;
}
body.wishlist-index-index .products-grid .product-item {
  float: none;
}
body.wishlist-index-index .products-grid .product-item .product-item-info .product-item-name {
  padding: 0;
}
body.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner1 {
  padding: 0;
}
body.wishlist-index-index .products-grid .product-item .price-box {
  padding: 0;
}
.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .tocart {
  border-color: #ff6600;
}
body.account.sales-order-view .column.main .box.box-order-billing-method strong.box-title {
  display: inline-block;
  width: auto;
}
body.account.sales-order-view .column.main .box.box-order-billing-method .box-content {
  display: inline-block;
  width: auto;
}
body.account.sales-order-view .column.main .box.box-order-billing-method .box-content dl.payment-method {
  width: auto;
}
.amquote-table-wrapper tfoot tr.grand_total td {
  font-size: 25px;
}
.customer-address-form form#form-validate input#street_1,
.customer-address-form form#form-validate select#region_id,
.customer-address-form form#form-validate select#country {
  height: 44px !important;
}
body.account.sales-order-view .column.main table#my-orders-table td,
body.account.sales-order-view .column.main table#my-orders-table th {
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
body.account.sales-order-print .column.main table#my-orders-table td,
body.account.sales-order-print .column.main table#my-orders-table th {
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
body.account.sales-order-view .column.main .actions .action.order,
body.account.sales-order-view .column.main .actions a#testg {
  font-size: 15px;
  letter-spacing: 0.25px;
  color: #ff6600 !important;
  border: 1px solid #ff6600;
  line-height: 21px;
  margin: 0;
  padding: 5px 20px;
  text-decoration: none;
  border-radius: 3px;
  display: inline-block;
}
body.account.sales-order-view .column.main .actions .action.print {
  font-size: 14px;
  letter-spacing: 0.25px;
  color: #ff6600 !important;
  border: 1px solid #ff6600;
  line-height: 21px;
  margin: 0;
  padding: 5px 20px;
  text-decoration: none;
  border-radius: 3px;
  margin: 0 10px;
}
body.account.sales-order-view .column.main .order-details-items h3 {
  font-size: 16px !important;
  font-weight: bold !important;
}
body.account.sales-order-view .column.main .order-details-items h3 {
  margin-top: 20px;
}
body.customer-account-login .field.choice input {
  top: 0;
}
body.wishlist-index-index .products-grid .product-item {
  border: none;
  box-shadow: unset;
}
body.customer-account-createpassword .page-footer .container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  box-sizing: border-box;
}
li.nav.item.current:hover a {
  background: #E7F3E7 !important;
}
body.amasty_quote-account-view .page-title-wrapper h1.page-title {
  margin-top: 0;
}
body.amasty_quote-account-view span.order-status {
  color: #ff6600;
  border: 1px solid #ff6600;
  line-height: 21px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
body.amasty_quote-account-view button#print-data {
  color: #ff6600;
  border: 1px solid #ff6600;
  line-height: normal;
  width: auto;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
body.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tbody {
  border-color: #E2E6E9;
}
body.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr th {
  border-color: #E2E6E9 !important;
}
body.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr td {
  font-size: 14px;
}
body.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr td span.price-excluding-tax span.price,
body.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr td span.price-excluding-tax span.cart-price {
  font-size: 14px;
}
body.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tfoot {
  border-color: #E2E6E9 !important;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.subject {
  width: 33.33%;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.priority {
  width: 33.33%;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.department {
  width: 33.33%;
}
.hdmx__status.hdmx-green {
  background: #ff6600 !important;
}
.block-collapsible-nav .item a:hover {
  background: #ff6600 !important;
  color: #ffffff !important;
}
.customer-account-create .field.choice.newsletter {
  display: inline-block;
  width: 100%;
}
.customer-account-create form#form-validate .field.choice.newsletter label.label {
  padding-right: 0 !important;
  float: left;
  margin: 2px 0 0;
}
html[lang='ar'] .abs-discount-block-desktop .block:nth-child(1),
html[lang='ar'] .column .block-addbysku .block-content .box:nth-child(1),
html[lang='ar'] .storecredit .block:nth-child(1),
html[lang='ar'] .login-container .block:nth-child(1),
html[lang='ar'] .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
html[lang='ar'] .form-address-edit > .fieldset:nth-child(1),
html[lang='ar'] .form-edit-account .fieldset:nth-child(1),
html[lang='ar'] .paypal-review-discount .block:nth-child(1),
html[lang='ar'] .cart-discount .block:nth-child(1) {
  clear: right;
  float: right;
}
html[lang='ar'] .abs-discount-block-desktop .block:nth-child(2),
html[lang='ar'] .column .block-addbysku .block-content .box:nth-child(2),
html[lang='ar'] .storecredit .block:nth-child(2),
html[lang='ar'] .login-container .block:nth-child(2),
html[lang='ar'] .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
html[lang='ar'] .form-address-edit > .fieldset:nth-child(2),
html[lang='ar'] .form-edit-account .fieldset:nth-child(2),
html[lang='ar'] .paypal-review-discount .block:nth-child(2),
html[lang='ar'] .cart-discount .block:nth-child(2) {
  float: left;
}
html[lang='ar'] .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner1 .box-tocart p.unavailable.stock {
  background-color: #ddeec6;
  color: #8cc63f;
}
html[lang='ar'] .customer-account-createpassword form.form.password.reset .mage-error {
  text-align: right;
}
html[lang='ar'] body.account .toolbar select.limiter-options {
  direction: rtl;
}
html[lang='ar'] .customer-address-form form#form-validate input#street_1,
html[lang='ar'] .customer-address-form form#form-validate select#region_id,
html[lang='ar'] .customer-address-form form#form-validate select#country {
  height: 44px !important;
}
html[lang='ar'] .hdmx__ticket-summary {
  width: 100%;
}
html[lang='ar'] .hdmx__ticket-summary th {
  text-align: right;
  width: 10%;
}
html[lang='ar'] .customer-account-create form#form-validate .field.choice.newsletter label.label {
  padding-left: 0 !important;
  float: right;
  margin: 5px 0 0;
  padding-right: 5px !important;
}
.account.sales-order-view .column.main table#my-orders-table th,
.account.sales-order-print .column.main table#my-orders-table th,
.account.sales-order-view .column.main table#my-orders-table td,
.account.sales-order-print .column.main table#my-orders-table td,
.account.sales-order-view .column.main table#my-orders-table td.mark,
.account.sales-order-print .column.main table#my-orders-table td.mark {
  font-size: 14px;
}
.account.sales-order-view .column.main .custom-info-orderpage strong.box-title,
.account.sales-order-print .column.main .custom-info-orderpage strong.box-title {
  font-weight: bold;
}
.account.sales-order-view .column.main .box.box-order-shipping-address strong.box-title,
.account.sales-order-print .column.main .box.box-order-shipping-address strong.box-title,
.account.sales-order-view .column.main .box.box-order-billing-method strong.box-title,
.account.sales-order-print .column.main .box.box-order-billing-method strong.box-title {
  font-weight: bold;
}
.account.sales-order-view .column.main .box.box-order-shipping-address strong.box-title {
  font-weight: bold;
}
.account.sales-order-view .column.main .info-contact img {
  vertical-align: middle;
}
.account.sales-order-view .column.main .right-oredrpage a {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.account.sales-order-view .column.main .right-oredrpage span.content {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
.account.sales-order-view .column.main .right-oredrpage .price-including-tax,
.account.sales-order-view .column.main .right-oredrpage .price-excluding-tax {
  font-size: 16px;
}
.account.sales-order-view tr.totals-tax {
  width: 100%;
  display: inline-block;
}
.account.sales-order-view tr.totals-tax th.mark {
  float: left;
}
.account.sales-order-view tr.totals-tax td.amount {
  float: right;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field select {
  padding-right: 30px;
}
body.helpdesk-ticket-create form.hdmx__ticket-new .actions-toolbar button.action.primary,
body.helpdesk-ticket-create form.hdmx__ticket-new .actions-toolbar button.amshopby-button,
body.helpdesk-ticket-create form.hdmx__ticket-new .actions-toolbar button.am-filter-go {
  border-color: #ff6600;
}
body.customer-account-logoutsuccess .page-main {
  min-height: 44vh;
}
body.customer-account-logoutsuccess .page-title-wrapper h1.page-title span {
  color: #212b36;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
}
body.account .page-main .actions-toolbar > .primary .action {
  border-radius: 4px;
  background: #ff6600;
  border-color: #ff6600;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  height: 44px;
}
.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;
}
.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 {
  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 {
  position: relative;
}
.order-products-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.account.page-layout-2columns-left .container.sj-test .page.messages {
  display: none;
}
body.account.sales-order-history a.action.call {
  text-decoration: none;
  color: #ff6600;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.helpdesk-ticket-index table.data.table.hdmx__tickets-table tr th {
  padding: 10px 0px;
}
.helpdesk-ticket-index table.data.table.hdmx__tickets-table tr td {
  padding: 20px 0px;
}
.helpdesk-ticket-index .hdmx__status.hdmx-green {
  text-transform: uppercase;
}
.helpdesk-ticket-index .hdmx__status.hdmx-black {
  border: 1px solid #212b36;
  padding: 7px 20px;
  height: 32px;
  width: 120px;
  border-radius: 4px;
  background: #212b36;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}
body.customer-account-logoutsuccess .column.main .container {
  max-width: 100%;
  margin: 0;
}
body.customer-account-logoutsuccess .column.main .page-title-wrapper {
  max-width: 100%;
  margin: 0;
}
body.customer-account-createpassword form.form.password.reset {
  max-width: unset;
  width: auto;
  margin: 0;
  text-align: unset;
}
body.customer-account-createpassword form.form.password.reset fieldset.fieldset .control {
  margin-left: 0;
}
body.customer-account-createpassword form.form.password.reset .actions-toolbar {
  margin-left: 0;
}
html[lang='ar'] input[type=checkbox] {
  padding-right: 0px;
  top: 1px;
}
html[lang='ar'] input[type=checkbox]:checked {
  padding-right: 0px;
  top: 1px;
}
html[lang='ar'] .helpdesk-ticket-index .hdmx__status.hdmx-black {
  padding: 7px 34px;
}
html[lang='ar'] .account.sales-order-view .column.main .info-contact img {
  padding-left: 8px;
  padding-right: 0;
}
html[lang='ar'] .account.sales-order-view .column.main table#my-orders-table tr.totals-tax th {
  float: right;
  text-align: right;
}
html[lang='ar'] .account.sales-order-view .column.main table#my-orders-table tr.totals-tax td {
  float: left;
  text-align: left;
}
html[lang='ar'] .hdmx__ticket-history .hdmx__message .hdmx-message__header strong {
  margin-left: 1.5rem;
  margin-right: 0;
}
html[lang='ar'] .hdmx__ticket-history .hdmx__message .hdmx-message__body {
  border-left: none;
}
html[lang='ar'] .hdmx__ticket-summary th {
  padding: 0.5rem 0 0.5rem 2rem;
}
html[lang='ar'] body.amasty_quote-account-view span.order-status {
  margin: 0 15px;
}
html[lang='ar'] body.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tfoot > tr > th {
  float: left;
}
html[lang='ar'] .customer-account-login input[type=checkbox] {
  padding-right: 0 !important;
}
html[lang='ar'] .customer-account-create .field.choice.newsletter input[type="checkbox"] {
  border: none;
  background: no-repeat;
  width: 21px;
}
html[lang='ar'] .customer-account-create input[type=checkbox]:before {
  margin: 0;
}
html[lang='ar'] body.customer-account-createpassword form.form.password.reset h1.page-title {
  display: inline-block;
  width: 100%;
}
html[lang='ar'] body.customer-account-createpassword form.form.password.reset .actions-toolbar .primary {
  float: right;
}
html[lang='ar'] .account.sales-order-view .column.main .actions {
  float: right;
}
.customer-account-create .field.choice.newsletter input[type="checkbox"] {
  width: 22px;
  margin-top: -2px;
  margin-bottom: 10px;
  margin-left: 0;
  height: 22px;
}
body.customer-account-login input[type=checkbox] {
  margin: 0 3px 0 0;
}
body.customer-account-create .container,
body.customer-account-login .container,
body.customer-account-forgotpassword .container,
body.customer-account-createpassword .container {
  padding: 0;
}
body.customer-account-create .page-title-wrapper h1.page-title,
body.customer-account-login .page-title-wrapper h1.page-title,
body.customer-account-forgotpassword .page-title-wrapper h1.page-title,
body.customer-account-createpassword .page-title-wrapper h1.page-title {
  margin-top: 46px;
  margin-bottom: 26px;
}
body.customer-account-create .page-title-wrapper h1.page-title span,
body.customer-account-login .page-title-wrapper h1.page-title span,
body.customer-account-forgotpassword .page-title-wrapper h1.page-title span,
body.customer-account-createpassword .page-title-wrapper h1.page-title span {
  color: #212b36;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-transform: capitalize;
}
body.customer-account-create .columns .column.main,
body.customer-account-login .columns .column.main,
body.customer-account-forgotpassword .columns .column.main,
body.customer-account-createpassword .columns .column.main {
  max-width: 372px;
  margin: 0 auto;
}
body.customer-account-create .page-footer .container,
body.customer-account-login .page-footer .container,
body.customer-account-forgotpassword .page-footer .container,
body.customer-account-createpassword .page-footer .container {
  padding: 0 23px;
}
.customer-account-create .form-create-account {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.customer-account-create .fieldset > .legend span {
  font-weight: 500;
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
body.customer-account-createpassword form.form.password.reset h1.page-title span {
  color: #212b36;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-transform: capitalize;
}
body.customer-account-createpassword .columns .column.main {
  max-width: 352px;
  margin: 0 auto;
}
body.customer-account-createpassword .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
body.customer-account-createpassword .page-footer .container {
  padding: 0 23px;
}
body.customer-account-create .fieldset > .legend {
  padding-bottom: 20px;
}
body.customer-account-create form#form-validate .field label.label {
  display: block;
}
body.customer-account-create form#form-validate .field .control .input-text {
  min-height: 36px;
  padding: 18px 16px;
  z-index: 0;
  height: 44px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background: #ffffff;
}
body.customer-account-create form#form-validate .field label.label {
  font-weight: 500;
  color: #637381;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
.login-container .fieldset > .field > .control input {
  min-height: 36px;
  padding: 18px 16px;
  z-index: 0;
  height: 44px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background: #ffffff;
}
.column.main .login-container .action.login.primary {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background: #ff6600;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  border-color: #ff6600;
}
body.customer-account-forgotpassword .action.submit.primary {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background: #ff6600;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  border-color: #ff6600;
}
body.customer-account-create button.action.submit.primary {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background: #ff6600;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  border-color: #ff6600;
}
body.customer-account-createpassword form.form.password.reset .actions-toolbar button.action.submit.primary {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background: #ff6600;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  border-color: #ff6600;
  margin: 0;
}
.form-create-account .fieldset.create.account:after {
  content: none;
}
.customer-account-create .back-to-signup,
.customer-account-login .back-to-signup {
  padding-top: 0 !important;
  padding: 0;
  margin: 24px 0;
}
.customer-account-create .back-to-signup span a,
.customer-account-login .back-to-signup span a {
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}
.customer-account-create div.primary {
  margin-top: 0 !important;
}
fieldset.fieldset.login {
  margin-bottom: 0;
}
.am-sl-registration-page {
  margin: 0 !important;
}
.customer-account-create form#form-validate .field.choice.newsletter label.label {
  display: inline-block;
  color: #212b36;
  font-size: 13.6px;
  letter-spacing: 0.25px;
  line-height: 20px;
  vertical-align: middle;
  padding: 0 10px;
}
.am-sl-registration-page {
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.am-social-wrapper .am-button-wrapper.-rectangular.with-label {
  margin-bottom: 16px !important;
}
.am-social-wrapper .am-button-wrapper.with-label.-rectangular .am-sl-button.-google {
  border-color: #4285f4;
  text-transform: uppercase;
  margin-top: 0;
  padding: 17px;
  height: 48px;
  width: 100%;
  border-radius: 4px;
  background-color: #4285F4;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
.am-social-wrapper .am-button-wrapper.with-label.-rectangular .am-sl-button.-facebook {
  border-color: #2d4373;
  text-transform: uppercase;
  margin-top: 0;
  padding: 17px;
  height: 48px;
  width: 100%;
  border-radius: 4px;
  background-color: #2d4373;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
.am-social-wrapper .am-social-login {
  padding: 0 !important;
}
form#form-validate .field .control .input-text {
  margin-top: 0;
}
.login-container .fieldset > .field > .control input {
  margin-top: 0;
}
.column.main .login-container div.primary {
  margin-top: 0;
}
.column.main .back-to-signup span a {
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}
.column.main .fieldset > .field,
.column.main .fieldset > .fields > .field {
  margin: 0 0 16px;
}
.form-login .fieldset > .field > .label {
  color: #637381;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
body.customer-account-login .field.choice .label span {
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
body.customer-account-login .secondary a.action.remind {
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-decoration: none;
}
.customer-account-forgotpassword .password.forget .actions-toolbar > .secondary {
  padding: 13px 0;
}
.customer-account-forgotpassword .password.forget .actions-toolbar > .secondary .action.back {
  margin-top: 0;
  color: #ff6600;
}
.customer-account-forgotpassword .customer-login-inner fieldset.fieldset.sj-forgot {
  margin-bottom: 0;
}
.form-create-account .fieldset {
  margin-bottom: 0 !important;
}
.customer-account-login .container.sj-test .page.messages {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 949px) {
  .wishlist-index-index .products-grid .product-item {
    width: 45.6%;
  }
  body.account.page-layout-2columns-left .column.main {
    width: 74%;
  }
  body.account.page-layout-2columns-left .sidebar-main {
    width: 26%;
  }
  .account .sidebar-main .nav.items li a,
  .account .sidebar-main .nav.items li strong {
    font-size: 14px;
  }
  .helpdesk-ticket-create .hdmx__ticket-new .fieldset {
    display: contents;
  }
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.subject,
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.priority,
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.department,
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.order,
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.custom,
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field textarea {
    width: 100% !important;
    margin-bottom: 16px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1200px) {
  body.account.page-layout-2columns-left .column.main {
    width: 74%;
  }
  body.account.page-layout-2columns-left .sidebar-main {
    width: 26%;
  }
  body.account .sidebar-main .nav.items li a {
    font-size: 14px;
    padding: 3px 10px;
  }
  body.account .sidebar-main .nav.items li strong {
    font-size: 14px;
    padding: 3px 10px;
  }
  .helpdesk-ticket-create .hdmx__ticket-new .fieldset {
    display: contents;
  }
  html[lang='en'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.subject {
    width: 33.33%;
    margin-right: 14px;
  }
  html[lang='en'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.priority {
    width: 33.33%;
    margin-right: 14px;
  }
  html[lang='en'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.department {
    width: 33.33%;
  }
  html[lang='en'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.order {
    margin-right: 14px;
    width: 33.33%;
  }
  html[lang='en'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.custom {
    margin-right: 14px;
    width: 33.33%;
  }
  html[lang='en'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field textarea {
    width: 100%;
  }
  html[lang='ar'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.subject {
    margin-right: 0;
    margin-left: 14px;
  }
  html[lang='ar'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.priority {
    margin-right: 0;
    margin-left: 14px;
  }
  html[lang='ar'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.custom {
    margin-right: 0;
    margin-left: 14px;
  }
}
@media only screen and (min-width: 949px) and (max-width: 1024px) {
  html[lang='en'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.subject {
    width: 31%;
    margin-right: 14px;
  }
  html[lang='en'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.priority {
    width: 33.33%;
    margin-right: 14px;
  }
  html[lang='en'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.department {
    width: 33.33%;
  }
  html[lang='en'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.order {
    margin-right: 14px;
    width: 33.33%;
  }
  html[lang='en'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.custom {
    margin-right: 14px;
    width: 33.33%;
  }
  html[lang='en'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field textarea {
    width: 100%;
  }
  html[lang='ar'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.subject {
    width: 33.33%;
    margin-right: 0;
  }
  html[lang='ar'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.priority {
    width: 33.33%;
  }
  html[lang='ar'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.department {
    width: 33.33%;
  }
  html[lang='ar'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.order {
    width: 33.33%;
  }
  html[lang='ar'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.custom {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1300px) {
  html[lang='en'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.subject {
    width: 33.33%;
    margin-right: 14px;
  }
  html[lang='en'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.priority {
    width: 33.33%;
    margin-right: 14px;
  }
  html[lang='en'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.department {
    width: 33.33%;
  }
  html[lang='en'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.order {
    margin-right: 14px;
    width: 33.33%;
  }
  html[lang='en'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.custom {
    margin-right: 14px;
    width: 33.33%;
  }
  html[lang='en'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field textarea {
    width: 100%;
  }
  html[lang='ar'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.subject {
    margin-right: 0;
    margin-left: 14px;
  }
  html[lang='ar'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.priority {
    margin-right: 0;
    margin-left: 14px;
  }
  html[lang='ar'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.custom {
    margin-right: 0;
    margin-left: 14px;
  }
  html[lang='ar'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field textarea {
    width: 100%;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1366px) {
  html[lang='en'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.subject {
    width: 33.33%;
    margin-right: 14px;
  }
  html[lang='en'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.priority {
    width: 33.33%;
    margin-right: 14px;
  }
  html[lang='en'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.department {
    width: 33.33%;
  }
  html[lang='en'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.order {
    margin-right: 14px;
    width: 33.33%;
  }
  html[lang='en'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.custom {
    margin-right: 14px;
    width: 33.33%;
  }
  html[lang='en'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field textarea {
    width: 100%;
  }
  html[lang='ar'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.subject {
    margin-right: 0;
    margin-left: 14px;
  }
  html[lang='ar'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.priority {
    margin-right: 0;
    margin-left: 14px;
  }
  html[lang='ar'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.custom {
    margin-right: 0;
    margin-left: 14px;
  }
  html[lang='ar'] body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field textarea {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  body.wishlist-index-index .products-grid .product-item {
    width: 30.5%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  body.wishlist-index-index .products-grid .product-item {
    width: 29.7%;
  }
}
.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: #ff5501;
  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: ')';
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  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-top: 20px;
  padding-bottom: 0px;
}
.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 {
  display: inline-block;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.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: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.ie9 .page-wrapper {
  background-color: #ffffff;
  min-height: 0;
}
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;
}
body.customer-account-createpassword .columns .column.main {
  width: 100%;
}
body.customer-account-createpassword form.form.password.reset h1.page-title {
  display: inline-block;
  width: 100%;
}
.page-header .minicart-wrapper .minicart-items .product-item-details .product.options {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.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: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.content.content {
  position: relative;
}
.page-header ul.header.links li.login-acc {
  padding-right: 32px;
}
.page-header ul.header.links li.login-acc a {
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.25px;
  line-height: 20px;
  font-weight: normal;
}
.page-header .panel {
  background-color: #001d47;
  border: none;
  padding: 12px 0;
  display: inline-block;
  width: 100%;
}
.page-header .panel ul.top-right {
  float: right;
}
.page-header .panel ul li:last-child:after {
  display: none;
}
.page-header .panel ul li {
  float: left;
}
.page-header .panel ul li:after {
  height: 16px;
  width: 1px;
  background-color: #9e9e9e;
  content: "";
  display: inline-block;
  margin: 0 14px 0 14px;
  position: relative;
  top: 2px;
}
.page-header .panel ul li a {
  color: #ffffff;
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.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-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 {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  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: #ff5501;
}
.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 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  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: #ff5501;
}
.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 {
  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;
}
.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 #999999;
  padding: 10px;
}
/* Yuvraj Css */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .banner-item.banner-slider {
    display: -ms-flexbox !important;
  }
  .page-footer {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0px;
  }
  .wishlist-index-index .products-grid.wishlist .product-item .fieldset {
    display: -ms-flexbox;
    margin: 0 auto !important;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner1 .box-tocart {
    display: -ms-inline-flexbox !important;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .btn-remove.action.delete {
    padding: 5px 0px;
  }
  .catalog-product-view .revewwithwishlist .wishlist .compare-product a.action.tocompare {
    right: 100px;
  }
  .page-product .product-image-container {
    max-width: 175px !important;
  }
  .checkout-cart-index .quntyarrw .plus {
    top: -15px !important;
    height: 20px !important;
    border-left: 0px !important;
    border-top: 0px !important;
  }
  .checkout-cart-index .quntyarrw .minus {
    top: -13px !important;
    height: 23px !important;
    border-left: 0px !important;
    border-top: 0px !important;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-name {
    height: auto !important;
  }
}
.main-link-title .fa.fa-angle-right {
  padding: 0 17px;
  font-size: 17px;
}
.inspiration-index-index #center {
  align-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4px;
}
.inspiration-index-index .page-title-wrapper {
  display: none;
}
.inspiration-index-index .main-heading {
  /*
            h1{
                color: @dark-high;
                font-size: 34px;
                font-weight: bold;
                letter-spacing: 0.25px;
                line-height: 40px;
                text-align: center;
                width: 100%;
                display: inline-block;
                margin-bottom: 26px;
                margin-top: 35px;
            }
            */
}
.inspiration-index-index .main-heading h2 {
  color: #212b36;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-bottom: 26px;
  margin-top: 35px;
}
.inspiration-left {
  width: 50%;
  height: auto;
  float: left;
}
.inspiration-right {
  width: 50%;
  height: auto;
  float: right;
}
.inspiration-image {
  /*position: relative;*/
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 24px;
  vertical-align: top;
}
.inspiration-image .inspiration-image-content {
  position: absolute;
  bottom: 68px;
  left: 40px;
}
.inspiration-image .inspiration-image-content h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.inspiration-image .inspiration-image-content span {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 28px;
  width: 100%;
  display: inline-block;
  margin-bottom: 21px;
}
.inspiration-image .inspiration-image-content a {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
}
.storelocator-index-index div#zipcode-error {
  position: absolute;
  bottom: -22px;
  left: 0;
}
.storelocator-index-index .store_name {
  color: #212b36;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.storelocator-index-index .container.sj-test .page.messages {
  margin: 0;
}
.storelocator-index-index .main-div .head-content {
  background-color: #eaf7fc;
}
.storelocator-index-index .main-div .head-content .container {
  padding: 46px 0 48px;
  width: 694px;
}
.storelocator-index-index .main-div .head-content .container .left-content h1 {
  color: #212b36;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  margin: 0 0 23px;
}
.storelocator-index-index .main-div .head-content .container .left-content p {
  color: #212b36;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-align: center;
  margin: 0 0 29px;
}
.storelocator-index-index .main-div .head-content .container .right-content {
  margin: 0 auto;
  text-align: center;
}
.storelocator-index-index .main-div .head-content .container .right-content .content-form {
  position: relative;
  Width: 300px;
  margin: 0 auto;
}
.storelocator-index-index .main-div .head-content .container .right-content input#autocomplete {
  height: 44px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
  padding-right: 30px;
}
.storelocator-index-index .main-div .head-content .container .right-content input#btn-go {
  height: 44px;
  width: 140px;
  border-radius: 0 4px 4px 0;
  background-color: #ff6600;
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
.storelocator-index-index .main-content-stockist {
  width: 872px;
  margin: 0 auto;
}
.storelocator-index-index .main-content-stockist h4 {
  color: #212b36;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
  margin: 28px 0 20px;
  text-transform: capitalize;
}
.storelocator-index-index .main-content-stockist .child-main-div {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  margin-bottom: 16px;
  padding: 16px;
}
.storelocator-index-index .main-content-stockist .child-main-div .name {
  color: #212b36;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.storelocator-index-index .main-content-stockist .child-main-div .store-type {
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0;
}
.storelocator-index-index .main-content-stockist .child-main-div .store-type span {
  color: #212b36;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: capitalize;
}
.storelocator-index-index .main-content-stockist .child-main-div .store-type span:before {
  content: "";
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/dealer.png);
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 16px;
}
.storelocator-index-index .main-content-stockist .child-main-div .store-address {
  margin-bottom: 12px;
  margin-top: 15px;
  text-transform: capitalize;
  color: #212b36;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.storelocator-index-index .main-content-stockist .child-main-div .store-address a:before {
  content: "";
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/map-pin.svg);
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 16px;
}
.storelocator-index-index .main-content-stockist .child-main-div .store-number {
  text-transform: capitalize;
  color: #212b36;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 12px;
}
.storelocator-index-index .main-content-stockist .child-main-div .store-number span:before {
  content: "";
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/phone.svg);
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 16px;
}
.storelocator-index-index .main-content-stockist .child-main-div .store-email {
  color: #212b36;
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 12px;
}
.storelocator-index-index .main-content-stockist .child-main-div .store-email span:before {
  content: "";
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/mail.svg);
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 16px;
}
.storelocator-index-index .main-content-stockist .child-main-div .store-url {
  color: #212b36;
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}
.storelocator-index-index .main-content-stockist .child-main-div .store-url .store-url-img {
  display: inline-block;
  width: auto;
  width: 47px;
  vertical-align: top;
}
.storelocator-index-index .main-content-stockist .child-main-div .store-url .store-url-img:before {
  content: "";
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/web.svg);
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 16px;
}
.storelocator-index-index .main-content-stockist .child-main-div .store-url .store-url-link {
  display: inline-block;
  width: 82%;
}
.storelocator-index-index .main-content-stockist .child-main-div .store-url .store-url-link a {
  overflow-wrap: break-word;
  margin: 5px 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
body.checkout-onepage-success .page-main {
  max-width: 100%;
}
body.checkout-onepage-success .page-main .page-title-wrapper {
  display: none;
}
body.checkout-onepage-success .order-success-img {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 80px;
}
body.checkout-onepage-success .checkout-success {
  max-width: 100% !important;
}
body.checkout-onepage-success .checkout-success .actions-toolbar {
  max-width: 350px;
  margin: 0 auto;
}
body.checkout-onepage-success .checkout-success .actions-toolbar .primary a {
  margin: 0;
  border-radius: 4px;
  background: #ff6600;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: normal;
  text-align: center;
  padding: 16px 0;
  height: auto;
}
body.checkout-onepage-success .columns .column.main {
  max-width: 100% !important;
}
body.checkout-onepage-success .view-order-link {
  text-align: center;
  margin-bottom: 36px;
}
body.checkout-onepage-success .view-order-link a {
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
  text-decoration: underline;
}
.checkout-success h1 {
  color: #212b36;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
  text-align: center;
  margin: 50px 0 21px;
}
.checkout-success p {
  color: #212b36;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
  text-align: center;
  border-bottom: 1px solid;
  max-width: 15%;
  margin: 0 auto;
  padding-bottom: 28px;
}
.checkout-success h5 {
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
    display: none !important;
  }
  body.catalog-product-view .fotorama__stage,
  body.catalog-product-view .fotorama__nav {
    width: 100% !important;
    left: 10% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .inspiration-left .inspiration-image {
    padding-right: 0 !important;
  }
  .inspiration-right .inspiration-image {
    padding-left: 0 !important;
  }
  .inspiration-index-index #center {
    padding: 0 15px;
  }
  .inspiration-index-index .main-heading {
    letter-spacing: 0.5px;
    line-height: 28px;
    font-size: 24px;
  }
  .inspiration-image {
    margin-bottom: 14px;
  }
  .inspiration-image img {
    width: 100% !important;
  }
  .inspiration-left,
  .inspiration-right {
    width: 100%;
  }
  .checkout-success p {
    max-width: 30%;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .inspiration-index-index #center {
    padding: 0 15px;
  }
  /*html {
        body.catalog-product-view {
            .fotorama__stage,
            .fotorama__nav {
                height: 524px !important;
            }
        }
    }*/
  html body.catalog-product-view .product.media .fotorama__nav__frame {
    padding: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    margin-right: 0;
    height: 155px;
  }
  html body.catalog-product-view .product.media .fotorama__nav__frame .fotorama__thumb {
    width: 100%;
  }
  .fotorama__thumb {
    background-color: transparent;
    width: 88%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1350px) {
  .fotorama__thumb {
    background-color: transparent;
    width: 88%;
  }
  html body.catalog-product-view .product.media .fotorama__nav__frame {
    padding: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    margin-right: 0;
    height: 155px;
  }
  html body.catalog-product-view .product.media .fotorama__nav__frame .fotorama__thumb {
    width: 100%;
  }
  /*html {
        body.catalog-product-view {
            .fotorama__stage,
            .fotorama__nav {
                height: 605px !important;
            }
        }
    }*/
}
.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,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  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;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BetterPopup
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.tmp3-form div.mage-error[generated] {
  margin-top: 0px;
}
.mppopup-text {
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
div#bio_ep_close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  width: 20%;
  padding: 20px;
}
div#bio_ep_close img {
  display: none;
}
form#mp-newsletter-validate-detail .field label.label {
  display: inline-block;
  width: 100%;
  text-align: left;
}
form#mp-newsletter-validate-detail button.action.subscribe.primary {
  display: inline-block;
  width: 100%;
  height: 48px;
  position: static;
  border-radius: 4px;
  background-color: #ff6600;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  border-color: #ff6600;
  margin-top: 10px;
}
#mageplaza-betterpopup-block {
  position: relative;
}
.mp-better-popup-click-trigger {
  position: fixed;
  bottom: 80px;
  right: 96px !important;
  z-index: 999;
}
.click-trigger {
  background-color: #31B0D5;
  color: #ffffff;
  padding: 10px 25px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-color: #46b8da;
}
.click-trigger:hover {
  background-color: #31B0D5;
  color: #ffffff;
  border: 1px solid #31B0D5;
}
div#bio_ep_close {
  position: absolute;
  right: 8px;
  top: 0px;
  z-index: 99;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
#bio_ep {
  text-align: center;
  box-shadow: none !important;
}
.child-label {
  display: block;
  font-size: 25px;
  margin: 20px;
}
#bio_ep_content {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.better-popup-input-email {
  width: 70% !important;
  height: 35px !important;
}
.better-popup-btn-submit {
  width: 70%;
  margin: 10px 0 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 35px;
}
.mageplaza-betterpopup-content {
  width: 100%;
  height: 100%;
  display: table;
}
.success-title {
  font-size: 22px;
}
.mp-popup-coupon-code {
  width: 70%;
  margin: 0 auto;
}
#mp-coupon-code {
  text-align: center;
  max-width: 100%;
  border: 1px dashed #cccccc;
  background: 0 0;
  font-size: 25px;
  color: #000;
  margin-top: 15px;
  height: 50px;
}
button.btn-copy.primary {
  width: 100%;
  margin: 5px 0 15px 0;
  border-radius: 4px;
  background-color: #005f5a;
  border-color: #005f5a;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  height: 35px;
}
button.btn-copy.primary:hover {
  border-radius: 4px;
  background-color: #005f5a;
  border: 1px solid #005f5a;
  color: #ffffff;
}
#status {
  color: #e02b27;
  visibility: visible;
  font-size: 13px !important;
}
span.success-lable {
  border: none !important;
  font-size: 16px !important;
}
canvas {
  position: fixed;
  z-index: 10002;
  opacity: 0.5;
  display: none;
  top: 0px;
  left: 0px;
}
.popup-loader {
  display: none;
  position: absolute;
  width: 100%;
  padding-top: 15px;
}
img.loader {
  width: 3%;
}
.tmp3-img-content {
  float: left;
}
.tmp3-text-content {
  background-color: #ffffff;
  font-family: sans-serif;
  float: left;
  width: calc(100% - 460px);
  height: 321px;
  width: 50%;
  padding: 40px 32px 0;
  text-align: left;
}
form#mp-newsletter-validate-detail .field {
  display: inline-block;
  width: 100%;
  margin: 0 0 12px;
}
.tmp3-title {
  margin-top: 0px;
  color: #212b36;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
}
.tmp3-sub-title {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-top: -12px;
}
.tmp3-text {
  color: #000000;
  font-size: 14px;
  width: 100%;
  margin: 0;
  line-height: 1.714;
  margin-top: 20px;
}
.tmp3-form {
  position: relative;
  margin-top: 20px;
}
.tmp3-input {
  border: none !important;
  border-radius: 17.5px !important;
  background-color: #e5e5e5 !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp3_field_newsletter {
  width: 75%;
  margin: 0 auto;
}
.tmp3-button {
  position: absolute;
  top: 0;
  right: 40px;
  border-radius: 17.5px;
  height: 35px;
}
.tm1-popup-loader {
  margin-top: 10px;
}
.tm1-loader {
  width: 7%;
}
#mp-popup-template4 {
  width: 105%;
  height: 105%;
  background-repeat: no-repeat;
}
.tmp4-text-content {
  width: 50%;
  background-color: #ffffff;
  font-family: sans-serif;
  float: left;
  margin: 25px 0 0 35px;
}
.tmp4-img-content {
  position: absolute;
  top: 40px;
  right: 10px;
}
.tmp4-title {
  font-size: 50px;
  color: #0083d0;
  line-height: 1.066;
  text-align: left;
}
.tmp4-sub-title {
  font-size: 14px;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.8;
  text-align: left;
}
.tmp4-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.714;
  text-align: left;
  width: 75%;
  margin-top: 20px;
}
.tmp4-form {
  width: 75%;
  margin-left: 9px;
  text-align: left;
}
.tmp4-input {
  background-color: #e5e5e5 !important;
  margin-top: 30px;
  border: none !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp4-button {
  background-color: #ff6600 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin: 15px 0 0 25px;
}
.tmp5-img-content {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 35px;
}
.tmp5-img-cap {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
}
#mp-popup-template5 img {
  max-height: initial;
}
.tmp5-text-content {
  font-family: sans-serif;
  position: absolute;
  z-index: 40;
  top: -55px;
  left: 65px;
  width: 65%;
}
.tmp5-title {
  font-size: 40px;
  color: #0083d0;
  line-height: 1.2;
  text-align: center;
}
.tmp5-sub-title {
  font-size: 12px;
  color: #222222;
  font-weight: bold;
  text-align: center;
}
.tmp5-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.286;
  text-align: center;
  margin-top: 15px;
}
.tmp5-form {
  width: 100%;
  position: absolute;
  z-index: 30;
  left: 0;
  bottom: 0;
}
.tmp5-img-email {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.tmp5_field_newsletter {
  position: absolute;
  z-index: 10;
  top: -158px;
  left: 80px;
}
.tmp5-input {
  background-color: #e5e5e5 !important;
  width: 200px !important;
  height: 35px !important;
  border: none !important;
  font-family: sans-serif !important;
  padding-left: 30px !important;
}
.tmp5-button {
  position: absolute;
  z-index: 30;
  background-color: #ff6600 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 10px;
  top: -125px;
  left: 115px;
}
.tmp5-msg-error {
  margin-top: 30px;
  position: absolute;
  z-index: 60;
  width: 100%;
}
.tmp5_field_newsletter #mp-newsletter-error {
  position: absolute;
}
.tmp5-form .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  top: -100px;
  left: 0;
  z-index: 100;
}
.tmp5-form .popup-loader .loader {
  width: 6%;
}
#mp-popup-template6 {
  font-family: sans-serif;
  height: fit-content;
  width: fit-content;
  margin: auto;
}
.tmp6-left-title {
  width: 350px;
  background-color: #0083d0;
  height: 250px;
  float: left;
}
.tmp6-left-title ul {
  list-style-type: none;
  margin-top: 35px;
}
.tmp6-left-title ul li {
  margin-bottom: -5px;
}
.tmp6-left-title ul li:nth-child(1) {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(2) {
  font-size: 36px;
  color: #ffffff;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(3) {
  font-size: 36px;
  color: #51f5ff;
  text-align: left;
}
.tmp6-text-content {
  background-color: #ffffff;
  width: 450px;
  height: 250px;
  float: left;
}
.tmp6-text {
  padding-top: 35px;
  width: 85%;
  margin: 0 auto;
  font-size: 20px;
  color: #222222;
  line-height: 1.4;
  text-align: center;
}
.tmp6-form {
  width: 85%;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}
.tmp6-input {
  background: #e5e5e5 !important;
  height: 42px !important;
}
.tmp6-button {
  background-color: #ff6600 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 20px;
}
.tmp6_field_newsletter #mp-newsletter-error {
  position: absolute;
  top: 57px;
  display: block;
  width: 100%;
}
.tmp6-text-content .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  bottom: 18px;
}
body footer.page-footer {
  z-index: unset;
}
.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: #8cc63f;
  border: 1px solid #8cc63f;
  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: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #8cc63f;
  border: 1px solid #8cc63f;
  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-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;
}
.cms-new-arrival .newlabel-class {
  left: -2px;
}
body.cms-no-route .not-found-page button.notfound-btn a:hover {
  color: #ffffff;
}
.new-recently-added .banner-img {
  position: relative;
}
.new-recently-added .banner-img .banner-content {
  margin: 0 auto;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 20px;
}
.new-recently-added .banner-img .banner-content h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin: 0 0 10px;
}
.new-recently-added .banner-img .banner-content .action.primary.shop-now,
.new-recently-added .banner-img .banner-content .amshopby-button.shop-now,
.new-recently-added .banner-img .banner-content .am-filter-go.shop-now {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: normal;
  background: transparent;
  border: none;
  padding: 6px 0;
  position: relative;
}
.new-recently-added .banner-img .banner-content .action.primary.shop-now::after,
.new-recently-added .banner-img .banner-content .amshopby-button.shop-now::after,
.new-recently-added .banner-img .banner-content .am-filter-go.shop-now::after {
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/chevron-right-white.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 8px;
}
.new-recently-added .banner-img .banner-content .fa-angle-right:before {
  font-size: 22px;
  color: #ffffff;
  padding: 0 14px;
}
.cms-new-arrival .page.messages {
  margin: 0;
}
.cms-new-arrival .recently-main-banner {
  margin-bottom: 56px;
}
.cms-new-arrival .recently-main-banner.mobile {
  display: none;
}
.cms-new-arrival .recently-main-banner .banner-img {
  position: relative;
}
.cms-new-arrival .recently-main-banner .banner-img .banner-content {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
}
.cms-new-arrival .recently-main-banner .banner-img .banner-content h1 {
  color: #ffffff;
  font-size: 47px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 56px;
  text-align: center;
}
.cms-new-arrival .recently-main-banner .banner-img .banner-content p {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-align: center;
}
.cms-new-arrival .recently-main-banner .banner-img .banner-content .action.primary.explore,
.cms-new-arrival .recently-main-banner .banner-img .banner-content .amshopby-button.explore,
.cms-new-arrival .recently-main-banner .banner-img .banner-content .am-filter-go.explore {
  height: 48px;
  width: 200px;
  border: 1px solid #ff6600;
  border-radius: 4px;
  background-color: #ff6600;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: normal;
  text-align: center;
  padding: 15px 0;
}
.cms-new-arrival .new-recently-added.mobile-img {
  display: none;
}
.cms-new-arrival .page-main {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.cms-new-arrival .custom-container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 17px;
}
.cms-new-arrival .new-recently-added {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #c4cdd5;
  padding-bottom: 56px;
  margin-bottom: 46px;
}
.cms-new-arrival ol.product-items.widget-product-grid.slick-initialized.slick-slider {
  margin-top: 31px;
}
.cms-new-arrival .block.widget.block-products-list.grid {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 17px;
  overflow: hidden;
  padding-top: 5px;
}
.cms-new-arrival .block.widget.block-products-list.grid .block-title {
  text-align: center;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.cms-new-arrival .block.widget.block-products-list.grid .block-title strong {
  color: #212b36;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 26px;
}
.cms-new-arrival ol.product-items li .product-item-info {
  width: 100%;
  position: relative;
}
.cms-new-arrival ol.product-items li .product-item-info .actions-secondary {
  position: absolute;
  right: -3px;
  top: 8px;
}
.cms-new-arrival .arabian-store {
  width: 100%;
  display: inline-block;
  margin: 0;
  border-top: 1px solid #c4cdd5;
  padding: 46px 0;
}
.cms-new-arrival .arabian-store h2 {
  color: #212b36;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  margin: 0 0 13px;
}
.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;
}
body.cms-page-view h1.page-title {
  padding-top: 46px;
  text-align: center;
  margin-bottom: 26px;
  width: 100%;
}
body.cms-page-view h1.page-title span {
  text-transform: uppercase;
  color: #212b36 !important;
  font-size: 34px !important;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
}
body.cms-page-view .cms-back-img {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
body.cms-page-view p {
  color: #212b36;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 20px;
}
body.cms-page-view h3 {
  color: #212b36;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin-bottom: 30px;
}
body.cms-page-view .page-title-wrapper h1.page-title {
  margin-bottom: 21px;
  line-height: normal;
}
body.cms-page-view .page-title-wrapper h1.page-title span {
  text-transform: capitalize;
  color: #212b36;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
}
body.cms-page-view .page-main h2 {
  color: #212b36;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
}
body.cms-page-view .fa-angle-left:before {
  font-size: 22px;
  color: #ffffff;
  padding: 0 14px;
}
body.cms-no-route .not-found-page button.notfound-btn {
  height: auto;
  background: #ff6600;
  margin-top: 0;
  padding: 12px 16px;
  text-transform: uppercase;
  border-radius: 4px;
  border-color: #ff6600;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
html[lang='ar'] .storelocator-index-index div#zipcode-error {
  bottom: -20px;
  right: 0;
  left: auto;
}
html[lang='ar'] .new-recently-added .banner-img {
  position: relative;
}
html[lang='ar'] .new-recently-added .banner-img .banner-content {
  right: -5%;
  left: auto;
}
html[lang='ar'] .new-recently-added input#btn-go {
  border-radius: 4px 0 0 4px;
}
html[lang='ar'] .cms-new-arrival ol.product-items li .product-item-info .actions-secondary {
  right: auto;
  left: 10px;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .new-recently-added .banner-img .banner-content {
    bottom: -11%;
    left: 25%;
  }
  .cms-new-arrival .selling-points-mian {
    width: 50%;
  }
  html[lang='ar'] .new-recently-added .banner-img .banner-content {
    right: -13%;
  }
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  .new-recently-added .banner-img .banner-content {
    left: 19%;
  }
  html[lang='ar'] .new-recently-added .banner-img .banner-content {
    right: -10%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .new-recently-added .banner-img .banner-content {
    left: 18%;
  }
  html[lang='ar'] .new-recently-added .banner-img .banner-content {
    right: -7%;
  }
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .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;
  }
  .abs-toggling-title-mobile:after,
  .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;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .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;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .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;
  }
  .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: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .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 {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .am-checkout .product-item .product-item-inner {
    flex-direction: column;
  }
  .ammenu-header-container .block-search .minisearch .control {
    background: #fff;
    border: none;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 9;
  }
  .amasty_quote-cart-index .cart.main.actions .action {
    width: 100%;
  }
  .amasty_quote-cart-index .cart.main.actions button.action:last-of-type {
    margin: 0;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
    margin-left: 35px;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .filter-options-item .filter-options-content {
    padding-top: 12px;
  }
  .sidebar .filter-no-options .filter-title:before {
    margin-top: 0;
    height: 0;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 28px;
    min-height: 18px;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #1d1d1f;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #009cdb url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 18px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #009cdb;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #009cdb;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .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%;
  }
  .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 {
    display: none;
  }
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .block-search {
    margin-top: 10px;
  }
  body.checkout-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar,
  body.amasty_quote-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar {
    padding: 0;
  }
  body.checkout-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar > a.action.towishlist,
  body.amasty_quote-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar > a.action.towishlist {
    display: inline-block !important;
    position: static;
  }
  body.checkout-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar > .action.action-delete,
  body.amasty_quote-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar > .action.action-delete {
    position: static;
  }
  body.checkout-cart-index .form.form-cart .cart.table-wrapper tr.item-actions td.remove-item,
  body.amasty_quote-cart-index .form.form-cart .cart.table-wrapper tr.item-actions td.remove-item {
    padding: 10px 0;
    width: 100%;
  }
  body.checkout-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar,
  body.amasty_quote-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar {
    position: static;
  }
  body.checkout-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar > .action,
  body.amasty_quote-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar > .action {
    position: static;
    padding: 0 !important;
    width: auto;
  }
  body.checkout-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar a.action.towishlist,
  body.amasty_quote-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar a.action.towishlist {
    display: inline-table;
  }
  body.checkout-cart-index .page-title-wrapper,
  body.amasty_quote-cart-index .page-title-wrapper {
    text-align: center;
  }
  body.checkout-cart-index .page-title-wrapper h1.page-title,
  body.amasty_quote-cart-index .page-title-wrapper h1.page-title {
    width: 100%;
  }
  .checkout-cart-index .page-main,
  .amasty_quote-cart-index .page-main {
    padding: 0 12px;
  }
  .checkout-cart-index main#maincontent,
  .amasty_quote-cart-index main#maincontent {
    margin-top: 0 !important;
    border-top: none;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .col.qty .input-text,
  .amasty_quote-cart-index .form.form-cart .cart.table-wrapper .col.qty .input-text {
    width: 100% !important;
  }
  html[lang='ar'] .checkout-cart-index .page-main .cart-container .form.form-cart .cart.table-wrapper .actions-toolbar {
    padding-right: 0;
  }
  html[lang='ar'] .checkout-cart-index .quntyarrw {
    right: 44px;
  }
  html[lang='ar'] .checkout-cart-index .quntyarrw {
    left: auto;
    right: 0px;
  }
  html[lang='ar'] .checkout-cart-index .quntyarrw .plus {
    top: -5px;
  }
  html[lang='ar'] .checkout-cart-index .quntyarrw .minus {
    width: 15px;
  }
  .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:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp: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;
  }
  html[lang='ar'] .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details {
    padding: 0 80px 0 0;
  }
  html[lang='ar'] .cart.table-wrapper .product-item-photo {
    float: right;
    margin-right: 0;
    margin-left: 15px;
  }
  html[lang='ar'] .checkout-cart-index .form.form-cart .cart.table-wrapper .cart > .item td.col.subtotal {
    text-align: right;
  }
  html[lang='ar'] .checkout-cart-index .quntyarrw {
    right: 41px;
  }
  body.checkout-cart-index .table-wrapper.cart .data.table .col.price,
  body.amasty_quote-cart-index .table-wrapper.cart .data.table .col.price {
    width: 33.3%;
  }
  body.checkout-cart-index .table-wrapper.cart .data.table .col.qty,
  body.amasty_quote-cart-index .table-wrapper.cart .data.table .col.qty {
    width: 33.3%;
  }
  body.checkout-cart-index .table-wrapper.cart .col.price.qty,
  body.amasty_quote-cart-index .table-wrapper.cart .col.price.qty {
    width: 33.3%;
  }
  body.checkout-cart-index .cart.table-wrapper .product-item-name,
  body.amasty_quote-cart-index .cart.table-wrapper .product-item-name {
    min-height: unset;
  }
  body.checkout-cart-index .cart-container .cart-summary,
  body.amasty_quote-cart-index .cart-container .cart-summary {
    width: 100%;
  }
  body.checkout-cart-index .page-title-wrapper,
  body.amasty_quote-cart-index .page-title-wrapper {
    padding: 0;
  }
  body.checkout-cart-index .page-title-wrapper h1.page-title,
  body.amasty_quote-cart-index .page-title-wrapper h1.page-title {
    margin-bottom: 20px;
    margin-top: 17px;
  }
  body.checkout-cart-index .page-title-wrapper h1.page-title span,
  body.amasty_quote-cart-index .page-title-wrapper h1.page-title span {
    font-size: 24px;
    letter-spacing: 0.5px;
    text-align: center;
  }
  body.checkout-cart-index .cart-container .cart-summary,
  body.amasty_quote-cart-index .cart-container .cart-summary {
    padding: 0 16px;
    margin-bottom: 40px;
  }
  body.checkout-cart-index .form.form-cart .cart.table-wrapper .cart > .item td,
  body.amasty_quote-cart-index .form.form-cart .cart.table-wrapper .cart > .item td {
    color: #212B36;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    font-weight: normal;
  }
  body.checkout-cart-index div#add,
  body.amasty_quote-cart-index div#add {
    position: relative;
    width: 90px;
    margin: 0 auto;
  }
  body.checkout-cart-index .cart-container .form-cart .actions.main,
  body.amasty_quote-cart-index .cart-container .form-cart .actions.main {
    width: 100%;
  }
  body.checkout-cart-index button.action.clear,
  body.amasty_quote-cart-index button.action.clear {
    display: none !important;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details,
  .amasty_quote-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details {
    width: 100% !important;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart .data.table .col.price,
  .amasty_quote-cart-index .cart-container .form-cart .table-wrapper.cart .data.table .col.price {
    width: 33.3%;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper > p {
    font-size: 18px;
  }
  .checkout-index-index .am-checkout .checkout-header h1.title {
    margin: 0 0 20px 0;
  }
  .checkout-index-index .am-checkout .checkout-header .description {
    margin-bottom: 0;
  }
  .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .step-title.amcheckout-title {
    padding: 15px !important;
  }
  .checkout-index-index #checkout li#opc-shipping_method .step-title {
    padding: 15px !important;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-title {
    padding: 15px !important;
  }
  .amcheckout-step-container .amcheckout-title {
    padding: 15px !important;
  }
  .amcheckout-step-container {
    font-size: 14px;
  }
  body.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method label.label {
    font-size: 14px;
  }
  .amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
    width: auto;
    vertical-align: top;
  }
  .checkout-index-index.page-layout-1column main#maincontent {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-index-index div#shipping-new-address-form {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-index-index .modal-popup._inner-scroll .modal-content {
    padding-bottom: 0 !important;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    margin: 0 !important;
  }
  html[lang='en'] body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content form#co-transparent-form .field.type {
    left: 150px;
  }
  html[lang='en'] body.checkout-index-index .opc-block-summary .product-item .product-item-inner {
    width: 100%;
  }
  body.checkout-index-index .checkout-payment-method .ccard .month .select {
    width: 135px !important;
  }
  body.checkout-index-index .checkout-payment-method .ccard .year .select {
    width: 129px !important;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content form#co-transparent-form .field.date .control .field.no-label.month {
    margin-right: 24px;
  }
  body.checkout-index-index .amcheckout-summary-container .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item-details .product-item-inner .product-item-name-block {
    vertical-align: top;
  }
  #customer-email-fieldset div.mage-error[generated] {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .step-title.amcheckout-title {
    font-size: 16px;
    line-height: 24px;
  }
  .checkout-index-index #checkout li#opc-shipping_method .step-title {
    font-size: 16px;
    line-height: 24px;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-title {
    font-size: 16px;
    line-height: 24px;
    padding: 8px;
  }
  .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .step-title.amcheckout-title {
    font-size: 16px;
    line-height: 24px;
    padding: 8px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method {
    width: 100%;
  }
  body.checkout-index-index .header.content.content {
    height: 85px;
  }
  body.checkout-index-index main#maincontent {
    margin-top: 20px;
  }
  html[lang='ar'] body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
    padding-right: 110px;
  }
  html[lang='ar'] body.checkout-index-index .checkout-payment-method .ccard .month .select {
    width: 145px !important;
  }
  html[lang='ar'] body.checkout-index-index .checkout-payment-method .ccard .month .select {
    width: 165px !important;
  }
  html[lang='ar'] .checkout-payment-method .ccard .fields .year {
    margin-left: 0;
    margin-right: 12px;
  }
  ._has-modal .modal-popup._inner-scroll .modal-inner-wrap {
    max-width: 90% !important;
    margin: 35px auto !important;
  }
  body .modal-popup.popup-authentication .modal-inner-wrap .modal-content {
    padding: 0px 16px;
  }
  body .modal-popup.popup-authentication .block-authentication .block-title {
    text-align: center;
  }
  body .modal-popup.popup-authentication .block-authentication .block-title strong {
    letter-spacing: 0.5px;
    line-height: 24px;
    font-size: 16px;
  }
  body .modal-popup.popup-authentication .block-authentication .actions-toolbar .secondary a.action {
    margin-top: 8px;
  }
  body .modal-popup.popup-authentication .block-authentication .block.block-new-customer {
    margin-bottom: 10px;
  }
  body.checkout-index-index .page-footer {
    margin-top: 20px;
    padding-top: 0 !important;
  }
  body.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .payment-option-inner {
    width: 100%;
  }
  body.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
    right: 0;
    width: auto;
  }
  body.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .action-apply,
  body.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .action-cancel {
    width: auto;
  }
  body.checkout-index-index form.form.form-discount input#discount-code {
    width: 100%;
  }
  body.checkout-index-index .opc-block-summary .product-item .product-item-inner {
    width: auto;
    padding: 0 10px;
  }
  body.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
    right: 84px;
  }
  body.checkout-index-index form.form.form-discount input#discount-code {
    width: 100%;
  }
  body.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .opc-payment-additional.discount-code {
    padding: 0 14px;
  }
  .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-shipping-method .step-content.amcheckout-content div#checkout-step-shipping_method tr.row.amcheckout-method {
    padding: 0;
    margin: 0;
    display: table;
    font-size: 14px;
  }
  .checkout-index-index .checkout-payment-method .ccard .year .select {
    width: 149px !important;
  }
  .checkout-index-index .form.methods-shipping .table-checkout-shipping-method tbody td.col.col-method {
    float: left;
    display: table-cell;
  }
  .checkout-index-index .form.methods-shipping .table-checkout-shipping-method tbody td.col.col-price {
    float: left;
    display: table-cell;
    padding: 8px 20px;
  }
  .checkout-index-index .form.methods-shipping .table-checkout-shipping-method tbody td.col.col-method {
    float: left;
    display: table-cell;
  }
  .checkout-index-index .form.methods-shipping .table-checkout-shipping-method tbody td.col.col-carrier {
    float: left;
    display: table-cell;
    padding-left: 20px;
    padding-right: 20px;
  }
  .checkout-index-index header .header.content .logo {
    padding: 15px 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content form.form.form-shipping-address div#shipping-new-address-form .field.street._required {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content form.form.form-shipping-address div#shipping-new-address-form .field._required[name="shippingAddress.street.1"] {
    width: 100%;
  }
  body.checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
    width: 100%;
  }
  .checkout-index-index .amcheckout-summary-container .amcheckout-wrapper .items-in-cart .title {
    border-top: none;
    margin-top: 0;
  }
  .checkout-index-index main#maincontent {
    margin-top: 22px;
    border-top: none;
  }
  .checkout-index-index .am-checkout {
    margin: 0;
  }
  .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-block.amcheckout-step-container.-summary .step-title.amcheckout-title {
    padding: 20px 16px 12px;
  }
  .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .step-title {
    padding: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method .payment-method-title.field.choice {
    padding: 0;
  }
  .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .checkout-btn button {
    margin-top: 0;
  }
  .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;
  }
  .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: #757575;
    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: #757575;
  }
  .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: 0;
    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: #757575;
    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: #757575;
  }
  .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;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  .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;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  body.checkout-onepage-success .header.content.content {
    height: 80px;
  }
  .helpdesk-ticket-index table.data.table.hdmx__tickets-table tr span.hdmx__status.hdmx-green {
    color: #ffffff !important;
  }
  body.account.sales-order-view .column.main table#my-orders-table td {
    float: right !important;
  }
  .account.sales-order-view .column.main strong.box-title span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .account.sales-order-view .column.main .box.box-order-billing-method .box-content payment-method dt.title {
    font-size: 14px;
  }
  body.amasty_quote-account-view .page-title-wrapper {
    margin-top: 20px;
  }
  body.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tbody {
    border-bottom: 1px solid #E2E6E9;
  }
  body.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr td .product-item-name {
    height: auto !important;
  }
  .account.amasty_quote-account-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tfoot > tr > th,
  .account.amasty_quote-account-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tfoot > tr > td {
    text-align: right;
  }
  body.customer-account-create .page-wrapper .breadcrumbs,
  body.customer-account-login .page-wrapper .breadcrumbs,
  body.customer-account-forgotpassword .page-wrapper .breadcrumbs,
  body.customer-account-createpassword .page-wrapper .breadcrumbs {
    display: none;
  }
  body.customer-account-create main#maincontent,
  body.customer-account-login main#maincontent,
  body.customer-account-forgotpassword main#maincontent,
  body.customer-account-createpassword main#maincontent {
    margin-top: 0;
    border-top: none;
  }
  body.account.sales-order-view .column.main .order-details-items .left-oredrpage,
  body.account.sales-order-view .column.main .order-details-items .right-oredrpage {
    padding: 0;
  }
  body.account main#maincontent {
    padding: 0 12px;
  }
  body.account.sales-order-view .column.main table#my-orders-table td {
    float: left;
  }
  html[lang='ar'] body.account.sales-order-view .column.main table#my-orders-table td {
    float: left;
  }
  html[lang='ar'] body.amasty_quote-account-view button#print-data {
    margin-left: 0;
    margin-right: 19px;
  }
  html[lang='ar'] body.account.sales-order-view .column.main table#my-orders-table th,
  html[lang='ar'] body.account.sales-order-view .column.main table#my-orders-table td.mark {
    text-align: right;
    float: right;
  }
  html[lang='ar'] body.account.sales-order-view .column.main table#my-orders-table td {
    text-align: left;
  }
  html[lang='ar'] .account.amasty_quote-account-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tfoot > tr > th {
    text-align: right;
    float: right;
  }
  .account.sales-order-view .column.main table#my-orders-table td {
    float: right;
    text-align: right;
  }
  .customer-account-create form#form-validate .field.choice.newsletter label.label {
    font-size: 13px;
  }
  .sales-order-history .table-order-items tr th {
    display: none;
  }
  body.account.sales-order-history .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    display: none;
  }
  body.account.sales-order-history .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  body.account.sales-order-history .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    padding: 11px 0px !important;
    border-bottom: none;
    display: block;
  }
  body.account.sales-order-history .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td:before,
  body.account.sales-order-history .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  body.account.sales-order-view .column.main .right-oredrpage a {
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
  }
  .account.amasty_quote-account-view .page-main .page-title-wrapper .order-status {
    vertical-align: middle;
    margin-top: 0;
  }
  .account.amasty_quote-account-view .page-main .page-title-wrapper h1.page-title {
    margin-bottom: 15px;
  }
  .account.amasty_quote-account-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .account.amasty_quote-account-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    padding: 5px 10px !important;
  }
  .account.amasty_quote-account-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tfoot > tr > th,
  .account.amasty_quote-account-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tfoot > tr > td {
    padding: 5px 10px !important;
  }
  body.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tfoot tr td {
    padding-top: 0;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 40px;
  }
  .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;
  }
  body.customer-account-create .page-title-wrapper h1.page-title,
  body.customer-account-login .page-title-wrapper h1.page-title,
  body.customer-account-forgotpassword .page-title-wrapper h1.page-title,
  body.customer-account-createpassword .page-title-wrapper h1.page-title {
    margin-top: 39px;
    margin-bottom: 19px;
  }
  body.customer-account-create .page-title-wrapper h1.page-title span,
  body.customer-account-login .page-title-wrapper h1.page-title span,
  body.customer-account-forgotpassword .page-title-wrapper h1.page-title span,
  body.customer-account-createpassword .page-title-wrapper h1.page-title span {
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 28px;
  }
  .login-container .block-title strong {
    display: inline-block;
    color: #212b36;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
  }
  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: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    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;
  }
  .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;
  }
  .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;
  }
  #bio_ep {
    transform: unset !important;
    top: 0% !important;
    left: 15% !important;
    width: 70% !important;
  }
  #bio_ep .tmp3-img-content {
    display: none;
  }
  #bio_ep .tmp3-text-content {
    width: 100%;
  }
  div#mp-popup-template3 .popup-loader {
    left: 45%;
    top: 62%;
  }
  div#mp-popup-template3 .popup-loader img.loader {
    width: 9%;
  }
  .modal-popup .modal-footer .action-dismiss {
    color: #ffffff !important;
  }
  .modal-popup .modal-footer .action-accept {
    height: 36px !important;
  }
  body .page-main {
    padding: 0 12px !important;
  }
  .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 20px;
  }
  .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;
  }
  body.checkout-onepage-success .columns .column.main {
    padding-bottom: 0;
  }
  body.checkout-onepage-success .order-success-img {
    margin-top: 0 !important;
  }
  .storelocator-index-index main#maincontent {
    padding: 0 12px;
  }
  .storelocator-index-index .main-content-stockist .child-main-div {
    padding: 10px;
  }
  .storelocator-index-index .main-div .head-content .container .right-content {
    padding: 0 10px;
  }
  .storelocator-index-index div#zipcode-error {
    bottom: -40px;
  }
  body.inspiration-index-index .page-main {
    padding: 0 15px;
  }
  body.inspiration-index-index .page.messages {
    margin: 0;
  }
  body.inspiration-index-index .inspiration-image .inspiration-image-content {
    bottom: 38px;
  }
  body.inspiration-index-index .inspiration-image .inspiration-image-content span {
    margin-bottom: 14px;
  }
  .inspiration-left .inspiration-image {
    padding-right: 0 !important;
  }
  .inspiration-right .inspiration-image {
    padding-left: 0 !important;
  }
  .inspiration-index-index #center {
    padding: 0 15px;
  }
  .inspiration-index-index .main-heading {
    letter-spacing: 0.5px;
    line-height: 28px;
    font-size: 24px;
  }
  .inspiration-image {
    margin-bottom: 14px;
  }
  .inspiration-left,
  .inspiration-right {
    width: 100%;
  }
  .storelocator-index-index .main-div .head-content .container {
    padding: 40px 0;
    width: 100%;
  }
  .storelocator-index-index .main-div .head-content .container .left-content h2 {
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin: 0 0 15px;
  }
  .storelocator-index-index .main-div .head-content .container .left-content p {
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    margin: 0 0 25px;
  }
  .storelocator-index-index .main-content-stockist {
    width: 100%;
  }
  .storelocator-index-index .main-content-stockist h4 {
    font-size: 20px;
    letter-spacing: 0.75px;
    line-height: 24px;
  }
  body.checkout-onepage-success .order-success-img {
    margin-top: 48px;
  }
  .checkout-success h1 {
    margin: 44px 0 15px;
  }
  .checkout-success p {
    max-width: 65%;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 20px;
    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;
  }
  .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 {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .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 .action-towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-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 .action-towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    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 .action-towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-towishlist:active:before {
    color: #757575;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .storelocator-index-index .main-div .head-content .container .left-content h2,
  .storelocator-index-index .main-div .head-content .container .left-content p {
    padding: 0 16px;
  }
  .storelocator-index-index header.page-header {
    margin: 0;
  }
  .new-recently-added.desktop-img .banner-img .banner-content {
    bottom: 5%;
    left: 30px;
  }
  .cms-new-arrival .recently-main-banner {
    margin-bottom: 56px;
  }
  .cms-new-arrival .recently-main-banner.desktop {
    display: block;
  }
  .cms-new-arrival .recently-main-banner.mobile {
    display: none;
  }
  .cms-new-arrival .recently-main-banner .banner-img .banner-content {
    width: 100%;
  }
  .cms-new-arrival .recently-main-banner .banner-img .banner-content h1 {
    font-size: 34px;
    letter-spacing: 0.25px;
    line-height: 40px;
  }
  .cms-new-arrival .custom-container {
    padding: 0 12px;
  }
  .cms-new-arrival main#maincontent {
    padding: 0 !important;
  }
  .cms-new-arrival .new-recently-added.desktop-img {
    display: block;
  }
  .cms-new-arrival .new-recently-added.mobile-img {
    display: none;
  }
  .cms-new-arrival .new-recently-added {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .cms-new-arrival .block.widget.block-products-list.grid {
    padding-top: 0;
  }
  .cms-new-arrival .block.widget.block-products-list.grid .block-title strong {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 0;
  }
  .cms-new-arrival .arabian-store {
    margin: 32px 0 0;
    padding: 32px 0;
  }
  body.cms-page-view .page-wrapper .breadcrumbs {
    display: none;
  }
  body.cms-page-view .page-title-wrapper {
    padding: 0;
  }
  body.cms-page-view .page-title-wrapper h1.page-title span {
    font-size: 24px !important;
  }
  body.cms-page-view .page-main h2 {
    margin-bottom: 12px;
    margin-top: 0;
  }
  body.cms-page-view .page.messages {
    margin: 0;
  }
  body.cms-page-view p {
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
  }
  html[lang='ar'] .new-recently-added .banner-img .banner-content {
    right: -18%;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@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;
  }
  .abs-checkout-order-review tbody > tr:not(:last-child),
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .abs-checkout-order-review tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .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%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.price[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal[data-th]:before,
  .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;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .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 tbody .col:last-child {
    padding-bottom: 10px;
  }
  .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-col-no-prefix:before,
  .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-reviews .col.actions: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;
  }
  .catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info {
    margin: 0 auto;
    width: 240px;
  }
  .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: #757575;
    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%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .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;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .col.qty .input-text {
    width: 100% !important;
  }
  html[lang='ar'] .checkout-cart-index .quntyarrw {
    right: 44px;
  }
  html[lang='ar'] .checkout-cart-index .quntyarrw {
    left: auto;
    right: 0px;
  }
  html[lang='ar'] .checkout-cart-index .quntyarrw .plus {
    top: -5px;
  }
  html[lang='ar'] .checkout-cart-index .quntyarrw .minus {
    width: 15px;
  }
  body.checkout-index-index .amcheckout-summary-container .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item-details .product-item-inner .product-item-name-block {
    width: 100%;
    display: table !important;
  }
  body.checkout-index-index .amcheckout-summary-container .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item-details .product-item-inner .subtotal {
    width: 100%;
    display: table !important;
    text-align: unset;
  }
  body.checkout-index-index .minicart-items .product-item-details .price-including-tax,
  body.checkout-index-index .minicart-items .product-item-details .price-excluding-tax {
    margin: 0;
  }
  body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
    padding: 10px 0 0 0;
    display: inline-block;
    width: 100%;
  }
  body.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap #shipping-new-address-form .field._required,
  body.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap #shipping-new-address-form .field.additional,
  body.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap #shipping-new-address-form .field {
    width: 100%;
    padding: 0;
  }
  body.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap #shipping-new-address-form .field[name="shippingAddress.street.0"] {
    width: 100% !important;
    margin-bottom: 16px;
  }
  body.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap #shipping-new-address-form .field[name="shippingAddress.street.0"] label.label {
    color: #637381;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 16px;
    font-weight: 400;
    margin: 0 0 8px;
  }
  body.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap #shipping-new-address-form .field[name="shippingAddress.street.1"] {
    width: 100% !important;
  }
  body.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap #shipping-new-address-form .field[name="shippingAddress.street.1"] label.label {
    color: #637381;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 16px;
    font-weight: 400;
    margin: 0 0 8px;
  }
  .checkout-index-index .modal-popup .modal-footer button.action.secondary.action-hide-popup {
    width: 100%;
  }
  .checkout-index-index .fieldset.address div[name*="billingAddressshared.street.0"] {
    width: 100%;
    margin-bottom: 16px;
  }
  .checkout-index-index .fieldset.address div[name*="billingAddressshared.street.1"] {
    width: 100%;
  }
  .checkout-index-index .field.required .input-text {
    width: 100%;
  }
  .page-header .minicart-wrapper .block-minicart {
    width: 300px;
  }
  .page-header .minicart-wrapper .minicart-items .product-item-details {
    padding-left: 82px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  body.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
    right: 0;
    width: auto;
  }
  body.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .action-apply,
  body.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .action-cancel {
    width: auto;
  }
  body.checkout-index-index form.form.form-discount input#discount-code {
    width: 100%;
  }
  body.checkout-index-index .opc-block-summary .product-item .product-item-inner {
    padding: 0;
  }
  .amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
    width: 100%;
  }
  html[lang='ar'] div#opc-new-shipping-address form#co-shipping-form div#shipping-new-address-form .field._required .control input {
    margin: 0;
  }
  html[lang='ar'] .page-header .minicart-wrapper .minicart-items .product-item-details {
    padding-left: 0;
    padding-right: 82px;
  }
  html[lang='ar'] body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
    padding-right: 70px;
  }
  .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: #757575;
    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: #757575;
  }
  .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;
  }
  .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: #757575;
    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.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .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;
  }
  .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;
  }
  .block-minicart .minicart-items-wrapper {
    margin: 15px 0 0;
    padding-left: 0;
    padding-right: 0;
  }
  body.helpdesk-ticket-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td {
    padding-right: 0;
    padding-left: 0;
  }
  body.helpdesk-ticket-index .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px !important;
  }
  body.helpdesk-ticket-create .hdmx__ticket-new .group {
    margin-bottom: 0;
  }
  .account.customer-account-edit .header.content .block-search .action.search {
    top: 3px;
  }
  body.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr td .product-item-name {
    height: auto !important;
  }
  body.amasty_quote-account-view button#print-data {
    margin-top: 0;
  }
  body.account.sales-order-view .column.main .order-details-items .left-oredrpage,
  body.account.sales-order-view .column.main .order-details-items .right-oredrpage {
    padding: 0;
  }
  body.account h1.page-title span {
    color: #212b36;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
  }
  body.account .page-main .page-title-wrapper h1.page-title {
    margin-bottom: 20px;
  }
  body.wishlist-index-index .products-grid.wishlist {
    margin-right: 0;
  }
  body.wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  body.wishlist-index-index .products-grid .product-items .product-item {
    width: 100%;
    margin: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .account.amasty_quote-account-view .page-main .page-title-wrapper h1.page-title {
    margin-bottom: 15px;
  }
  .account.amasty_quote-account-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .account.amasty_quote-account-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    padding: 5px 0 !important;
  }
  .account.amasty_quote-account-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tfoot > tr > th,
  .account.amasty_quote-account-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tfoot > tr > td {
    padding: 5px 10px !important;
  }
  body.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tfoot tr td {
    padding-top: 0;
  }
  body.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr td span.price-excluding-tax {
    padding-left: 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:before,
  .order-details-items .item-options-container + .item-options-container: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;
  }
  #bio_ep {
    transform: unset !important;
    top: 130px !important;
    left: 20px !important;
    width: 90% !important;
  }
  .tmp3-img-content {
    display: none;
  }
  .tmp3-img-content img {
    max-width: 100%;
    height: 465px;
    width: 100%;
  }
  .tmp3-text-content {
    height: 416px;
    width: 100%;
    padding: 40px 15px 0;
  }
  .cms-new-arrival .new-recently-added.mobile-img {
    display: block;
  }
  .cms-new-arrival .new-recently-added.desktop-img {
    display: none;
  }
  .cms-new-arrival .recently-main-banner {
    margin-bottom: 56px;
  }
  .cms-new-arrival .recently-main-banner.desktop {
    display: none;
  }
  .cms-new-arrival .recently-main-banner.mobile {
    display: block;
  }
  .new-recently-added.mobile-img .banner-img .banner-content {
    bottom: 5%;
    left: 30px;
    top: auto;
  }
  html[lang='ar'] .new-recently-added .banner-img .banner-content {
    right: -28%;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .sorter-options {
    margin: 0 2px;
  }
  html[lang='ar'] .checkout-cart-index .quntyarrw {
    left: auto;
    right: 0px;
  }
  html[lang='ar'] .checkout-cart-index .quntyarrw .plus {
    top: -5px;
  }
  html[lang='ar'] .checkout-cart-index .quntyarrw .minus {
    width: 15px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .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:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .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;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .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;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .checkout-payment-method .amcheckout-trust-seal {
    font-size: inherit;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .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: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #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: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -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 {
    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: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .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%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    min-width: 240px;
    padding-right: 40px;
  }
  .review-ratings ~ .review-content-container {
    overflow: hidden;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .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;
  }
}
input {
  height: 36px;
  font-size: 16px;
}
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="email"],
select,
input:not([type]) {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  font-size: 13.82px;
  color: #1b191a;
  font-family: 'Plus Jakarta Sans';
  height: 36px;
  line-height: 36px;
  padding: 0px 10px;
}
input[type="checkbox"] {
  height: auto;
  margin: 0 5px 0px 5px;
}
button {
  box-shadow: none;
}
select {
  padding-right: 25px;
}
input::placeholder {
  font-size: 13.82px;
}
footer input[type="email"] {
  line-height: 22px;
}
::selection {
  background: #ff6600;
  color: #ffffff;
}
*,
body {
  font-family: 'Plus Jakarta Sans';
  box-sizing: border-box;
}
a,
a:visited,
.alink:visited,
.alink,
a:visited,
.alink:visited {
  color: inherit;
}
a,
a:hover,
a:visited {
  text-decoration: none;
}
p:empty {
  display: none;
}
h4 {
  font-size: 13.82px;
  text-transform: uppercase;
  font-weight: 300;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  margin: 0;
}
ul li a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  letter-spacing: 1px;
}
/*for IE only */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .header.content.content {
    display: inline-block;
    height: 150px;
  }
  .mega-menu-main {
    z-index: 999;
  }
  ul.request-catalogue {
    display: inline-block;
    margin: 0 -12px;
  }
  ul.request-catalogue li {
    width: 50%;
    float: left;
  }
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
input[type="text"]::-webkit-input-placeholder {
  color: #9e9e9e;
}
input::-moz-placeholder {
  color: #9e9e9e;
}
input:-ms-input-placeholder {
  color: #9e9e9e;
}
input:-moz-placeholder {
  color: #9e9e9e;
}
input[type="radio"] {
  height: auto;
  margin: 5px 0;
}
b,
strong {
  font-weight: 400;
}
/*customer support sticky hide from frontend*/
body.helpdesk-ticket-create fieldset.fieldset .legend {
  display: none;
}
body.helpdesk-ticket-create .hdmx__ticket-new .group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 16px;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field {
  margin-top: 0 !important;
}
body.helpdesk-ticket-create .hdmx__ticket-new .group .field {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field input,
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field select,
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field textarea {
  padding: 8px 10px;
  height: 44px !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: normal;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field textarea {
  height: 84px !important;
  width: 100%;
  border: 1px solid #cccccc !important;
  border-radius: 4px;
  background-color: #ffffff;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field label.label {
  margin-bottom: 0;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field label.label span {
  color: #637381;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.subject {
  float: left;
  padding: 0;
  margin-right: 24px;
}
.mega-menu-main {
  display: none;
}
body .top-ul .swiper-container .swiper-slide {
  background-size: 16px;
}
ul li a:hover {
  color: #ffffff;
}
body.checkout-cart-index .cart.table-wrapper .col.qty span.input-text {
  display: inline-block;
  padding-top: 10px;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.priority {
  float: left;
  padding: 0;
  margin-right: 24px;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.department {
  float: left;
  padding: 0;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.order {
  width: 312px;
  float: left;
  padding: 0;
  margin-right: 24px;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.custom {
  width: 305px;
  float: left;
  padding: 0;
  margin-right: 24px;
}
.slick-initialized .slick-slide {
  float: left !important;
  display: inline-block;
}
.product-items.slick-slider .slick-slide .product-item {
  max-width: initial;
}
.checkout-onepage-success .ammenu-nav-sections.-topmenu {
  display: none;
}
.checkout-onepage-success .ammenu-header-container .header.content .ammenu-logo {
  display: block;
  margin: auto;
}
div[name="shippingAddress.postcode"] {
  margin-bottom: 20px !important;
}
.product.info.detailed .additional-attributes {
  width: 100% !important;
}
body .page-wrapper .header.content.content {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 23px;
}
.ammenu-menu-title {
  padding: 0;
}
.nav-toggle {
  display: none;
}
.ammenu-menu-wrapper {
  margin-bottom: 0;
}
.checkout-index-index .header.page-header {
  text-align: center;
}
.checkout-index-index header#ammenu-header-container {
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
}
.checkout-index-index .ammenu-button.-hamburger {
  display: none;
}
.checkout-onepage-success .ammenu-button.-hamburger {
  display: none;
}
.ammenu-header-container .header.content .ammenu-logo {
  padding: 24px 0px 24px 0px;
}
body header .header.content .logo {
  display: none;
}
.ammenu-submenu-wrapper.-full {
  top: 41px;
}
.ammenu-category-columns.-col-2 .ammenu-column {
  width: calc(20%);
}
.ammenu-submenu-wrapper {
  padding: 24px 22px;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
  max-width: 1096px;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 0;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree a.ammenu-title.-parent {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.6px;
  color: #212b36 !important;
  margin-bottom: 10px;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-list .ammenu-item .ammenu-link {
  padding: 0;
  margin-bottom: 10px;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381 !important;
  text-decoration: none;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-list .ammenu-item .ammenu-link:hover {
  color: #212b36 !important;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-list .ammenu-item .ammenu-link::before {
  display: none;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-list .ammenu-item .ammenu-link .ammenu-text-block .ammenu-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-list .ammenu-item .ammenu-link .ammenu-text-block .ammenu-text:hover {
  color: #212b36 !important;
}
.ammenu-category-tree.ammenu-column.category-item {
  text-align: left;
}
.ammenu-category-tree.ammenu-column.category-item a.ammenu-title {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381 !important;
}
.ammenu-category-tree.ammenu-column.category-item a.ammenu-title:hover {
  color: #212b36 !important;
}
.ammenu-nav-sections.-topmenu {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container {
  max-width: 1366px;
  padding: 0 23px;
  margin: 0 auto;
  background-color: #ffffff !important;
  text-align: center;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-items {
  display: inline-block;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-items .ammenu-item .ammenu-link {
  padding: 8px 26px;
  position: relative;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-items .ammenu-item .ammenu-link::before {
  content: '';
  width: 0;
  height: 3px;
  background: #ff6600;
  position: absolute;
  left: 0;
  margin: 0;
  bottom: -1px;
  transition: all 0.3s;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-items .ammenu-item .ammenu-link:hover::before {
  width: 100%;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-items .ammenu-item .ammenu-link .ammenu-text-block .ammenu-text {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
}
.ammenu-nav-sections.-sidebar .ammenu-item a.ammenu-link {
  position: relative;
}
.ammenu-nav-sections.-sidebar .ammenu-item a.ammenu-link:nth-child(9n) {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/Pin.svg) no-repeat;
  display: inline-block;
  position: relative;
  top: 9px;
  position: absolute;
  padding-right: 16px;
}
.inspiration-left .inspiration-image {
  padding-right: 12px;
}
.inspiration-right .inspiration-image {
  padding-left: 12px;
}
.inspiration-left .inspiration-image img {
  width: 100% !important;
}
.inspiration-right .inspiration-image img {
  width: 100% !important;
}
.account.sales-order-view .column.main .actions .action.print {
  color: #ff6600 !important;
}
.hdmx__ticket-history .hdmx__message .hdmx-message__body {
  background: #eaf7fc;
  border-left: 3px solid #ff6600;
  padding: 1rem;
}
p.back-link small {
  padding: 0 6px;
  font-size: 18px;
  line-height: normal;
}
.helpdesk-ticket-index table.data.table.hdmx__tickets-table tr th.col.subject {
  width: 35%;
}
.helpdesk-ticket-index table.data.table.hdmx__tickets-table tr th.col.department {
  width: 25%;
}
.helpdesk-ticket-index table.data.table.hdmx__tickets-table tr th.col.activity {
  width: 30%;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner1 {
  padding: 0 10px;
}
.sales-order-history table > tbody > tr > td {
  padding: 24px 0;
  border-top: 1px solid #e2e6e9;
}
.account.page-layout-2columns-left .sidebar-main {
  width: 24.3%;
}
.account.page-layout-2columns-left .column.main {
  width: 75.7%;
}
div#hdmx__contact-button {
  display: none;
}
div#arabickjest {
  display: none !important;
}
.catalog-product-view aside.modal-popup.confirm,
.checkout-cart-index aside.modal-popup.confirm {
  z-index: 3 !important;
}
.page-header .header.content .logo img {
  width: auto;
  cursor: pointer;
}
.message.info {
  padding-left: 15px;
}
.phone-dropdown {
  display: inline-block;
  text-align: right;
}
.phone-dropdown {
  top: -12px;
  text-transform: uppercase;
  position: relative;
}
.product-item-details .product-reviews-summary {
  margin-bottom: 0;
}
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  opacity: 1;
}
.swatch-option.selected,
.swatch-option:not(.disabled):hover {
  outline-color: rgba(0, 0, 0, 0.87);
  outline: none;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}
.product-item-details .price,
.product-item .price-box .price,
.product-item-details .price-final_price {
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  height: 48px;
}
.product-item .price-box .old-price .price-container span span.price {
  color: rgba(0, 0, 0, 0.6);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
}
span.special-price {
  width: 100%;
  float: left;
}
.cms-home span.special-price {
  margin: 0px 0;
}
.product-item .price-box .price-label {
  display: none;
}
#banner-slider-carousel .owl-dots {
  opacity: 1;
}
div#englishkjest {
  margin-top: -20px;
}
#banner-slider-carousel .owl-dots {
  left: 45%;
}
.featuredsection-homepg.arabic,
.homecatsection-homepg.arabic,
.catgeoryblocks-section.arabic {
  display: none;
}
.comapreprice,
.specialprice {
  display: inline-block;
  font-size: 15.82px;
}
.product-item-details .price.comapreprice {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  text-decoration: line-through;
  margin-right: 5px;
}
.product-item-details .specialprice {
  color: #e82b1a;
  font-size: 13.82px;
}
.minicart-wrapper .action.showcart.active:before {
  font-size: 0;
}
.login-container .fieldset:after {
  display: none;
}
.shop-category ul li .category-product-hover {
  display: none;
  position: absolute;
  top: 0;
  background: rgba(27, 25, 26, 0.64);
  width: 100%;
  height: 100%;
  text-align: center;
}
.shop-category ul li .categoty-description {
  position: relative;
}
.shop-category ul li h4 {
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
  color: #ffffff;
  letter-spacing: 1px;
}
.shop-category ul li h4 a {
  font-size: 13.82px;
  color: #ffffff;
  border-bottom: solid 2px #ffffff;
  padding-bottom: 14px;
  text-decoration: none;
}
.shop-category ul li:hover .category-product-hover {
  display: block;
}
.shop-category ul li:hover .category-product-hover a img {
  margin-top: 50px;
}
.actions-primary .stock.unavailable {
  color: #8cc63f;
  font-size: 13.55px;
  font-weight: 700;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  padding: 10px 16px;
  background-color: #DDEEC6;
  text-transform: uppercase;
}
.menu-products .block.widget .block-title {
  padding-left: 8px;
}
.home-blog-post .amblog-title hr {
  height: 3px;
}
.shop-category ul li:hover .categoty-description h4,
.newsletter-new .actions .primary span.arimg {
  display: none;
}
.product-image-wrapper {
  height: auto;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  right: 0;
  width: 35px;
  height: 35px;
  visibility: visible;
  background-position: center;
  content: '\f08a';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  top: 6px;
  position: relative;
  z-index: 2;
}
.gift-description {
  display: inline-block;
  padding-top: 40px;
  padding-bottom: 30px;
  margin-top: 10px;
}
.shop-gift ul li:hover .gift-description {
  display: none;
  background: #ff6600;
}
.shop-gift ul li:hover h4 a {
  color: #ff6600;
}
.shop-gift ul li:hover .gift-description-hover {
  display: block;
  background: #ff6600;
  padding-top: 40px;
  padding-bottom: 30px;
  margin-top: 10px;
}
.shop-gift ul li:hover .gift-description-hover a img {
  display: inline-block;
}
.field-error span {
  color: #e02b27 !important;
}
.gift-description-hover {
  display: none;
}
.filter-options-item {
  border: none;
  margin-bottom: 5px;
}
.filter-subtitle {
  display: none;
}
.filter-options-title {
  font-size: 13.82px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 1px;
  font-weight: normal;
}
.filter-options-title:hover {
  color: #1b191a;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content form.form.form-shipping-address div#shipping-new-address-form .field._required {
  margin-bottom: 0px !important;
  height: 111px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 40px;
}
.billing-address-form div[name="billingAddressshared.company"] {
  display: none !important;
}
.billing-address-form div[name="billingAddressshared.street.0"] .label span {
  display: none !important;
}
.billing-address-form div[name="billingAddressshared.street.1"] {
  margin-top: 0 !important;
  position: relative;
}
.billing-address-form div[name="billingAddressshared.street.1"] .label {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  clip: unset !important;
  top: -20px !important;
}
.filter-options-item.active .filter-options-title {
  color: #1b191a;
}
.board {
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
  font-size: 16px;
  border: none;
  background: transparent;
}
.board:before {
  display: none;
}
.board:after {
  display: none;
}
.page-header .panel ul.top-right span.view-arabic.switcher-option a:hover {
  opacity: 0.9;
  color: #ffffff;
}
.layered-navigation-label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 1px;
}
.filter-options-content input[type="checkbox"] {
  margin-top: 0;
  top: -3px;
  width: auto;
  height: auto;
  margin-right: 14px;
}
.filter-options-item.allow .filter-options-title:after,
.filter-options-item .filter-options-title:after,
.checkout-index-index #checkout .mw-osc-block-title p:after,
.checkout-index-index #checkout .mw-osc-block-title p:after {
  position: relative;
  float: right;
  right: -28px;
  top: 0;
  margin-left: 20px;
  content: '\f078';
  font-family: FontAwesome;
  font-size: 16px;
}
.filter-options-item.allow.active .filter-options-title:after,
.checkout-index-index #checkout .mw-osc-block-title.active p:after,
.checkout-index-index #checkout .mw-osc-block-title.active p:after {
  position: relative;
  right: -28px;
  top: 0;
  margin-left: 20px;
  content: '\f077';
  width: 24px;
  height: 24px;
  font-family: FontAwesome;
  font-size: 16px;
}
.layered_attrs {
  position: relative;
  margin: 20px auto;
}
.layered-navigation-label input[type=checkbox]:checked:after {
  content: '';
  position: absolute;
  background-color: #ffffff;
  top: -7px;
  left: -2px;
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  z-index: 1;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/checked.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: 100%;
}
.layered-navigation-label input[type=checkbox]:before {
  opacity: 1;
  content: '';
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  background-size: 100%;
  display: table;
  position: absolute;
  z-index: 1;
  margin-top: 0px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/check.png);
  background-repeat: no-repeat;
  left: -2px;
  top: -5px;
}
.product-cat-content ul {
  margin-top: 10px;
}
.page-products .sorter a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.page-products .sorter a:hover:before {
  content: '';
  border-bottom: solid 2px #ff6600;
  display: table;
  width: 100%;
  bottom: 0;
  position: absolute;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  content: ' ';
}
span.view-default.switcher-option a,
.page-header .panel ul.top-right {
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  color: #ffffff;
  line-height: 24px;
}
span.view-default.switcher-option a:hover {
  opacity: 0.9;
}
.filter-options-content .items.am-filter-items-attr_category_ids.am-labels-folding input[type="checkbox"] {
  margin-top: 5px;
  margin-right: 8px;
  vertical-align: top;
  float: left;
}
.filter-options-content ul.items.am-filter-items-attr_category_ids.am-labels-folding span.label {
  display: inline-block;
  float: left;
}
.filter-options-content ul.items.am-filter-items-attr_category_ids.am-labels-folding .count {
  float: left;
  padding: 0;
}
html[lang="ar"] .filter-options-content ul.items.am-filter-items-attr_category_ids.am-labels-folding .count {
  float: right;
}
html[lang="ar"] .filter-options-content .items.am-filter-items-attr_category_ids.am-labels-folding input[type="checkbox"] {
  float: left;
}
.page-products .sorter a.selected,
.page-products .sorter a:hover,
.page-products .sorter a:hover {
  color: rgba(0, 0, 0, 0.87);
}
.page-products .sorter a.selected:before {
  content: '';
  border-bottom: solid 2px #ff6600;
  display: table;
  width: 100%;
  bottom: 0;
  position: absolute;
}
.block-new-recent {
  margin-top: 25px;
}
.cart-discount .actions-toolbar {
  position: relative;
  left: -36px;
  display: inline-block;
  top: -9px;
}
.recently-product-cat .column.main {
  padding-right: 8px;
  padding-left: 0px;
}
.fotorama__nav__frame--thumb.fotorama__active:before {
  display: none;
  border: 7px solid;
  border-color: transparent transparent #1b191a transparent;
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  text-align: center;
  width: 0px;
  margin: 0 auto;
  z-index: 999999999999999;
}
.catalog-product-view .fotorama__stage,
.catalog-product-view .fotorama__nav {
  overflow: visible;
}
.swatch-attribute-label {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
}
.swatch-attribute.color,
.swatch-attribute.size,
.swatch-attribute.size {
  border-top: 1px solid #dadce0;
  padding-top: 16px;
}
.cms-home .page.messages {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  margin-top: 0;
}
.cms-shipping-delivery-policy .page-main ul,
.cms-cancel-refund-policy .page-main ul,
.cms-privacy-policy .page-main ul,
.cms-terms-conditions .page-main ul,
.cms-faqs .page-main ul,
.cms-about-us .page-main ul {
  margin-bottom: 20px;
}
.cms-shipping-delivery-policy .page-main ul li,
.cms-cancel-refund-policy .page-main ul li,
.cms-privacy-policy .page-main ul li,
.cms-terms-conditions .page-main ul li,
.cms-faqs .page-main ul li,
.cms-about-us .page-main ul li {
  color: #212b36;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 8px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-container > span.price-label {
  display: none;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #ffffff;
  width: 70px;
  height: 33px;
  line-height: 30px;
  margin-right: 15px;
  padding: 0;
  color: #686868;
}
.page-products .block-content.filter-content .filter-options-title {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-size: 12.82px;
  padding-left: 0;
  padding-top: 0;
}
.block-content.filter-content .filter-options-item {
  margin-bottom: 0;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.block-content.filter-content .filter-options .filter-options-content span.label {
  letter-spacing: 0.25px;
  line-height: 20px;
  display: inline-block;
}
.filter-options-content input[type="checkbox"] {
  top: 0;
  margin-right: 6px;
  width: 14px;
  height: 14px;
}
.product-info-main-related {
  margin-top: 110px;
}
.product-info-main-recent {
  margin-top: 110px;
}
#viewall {
  width: 184px;
  float: none;
  font-size: 13.82px;
  color: #1b191a;
  letter-spacing: 2px;
  cursor: pointer;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  clear: both;
  background-color: rgba(98, 2, 238, 0);
  display: inline-block;
}
.review-listing div#viewall h5 {
  margin: 0;
  color: #001d47;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 20px 16px;
  width: 184px;
  text-align: center;
}
#reviewform {
  display: table;
  width: 100%;
}
.review-legend span {
  font-size: 24px;
}
.fieldset .review-legend.legend strong {
  font-weight: normal;
  font-size: 16px;
  margin-top: 10px;
}
.fieldset .review-field-ratings > .label {
  font-size: 13.82px;
  font-weight: normal;
}
.review-field-rating .label,
.fieldset > .field > .label {
  font-size: 13.7px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: normal;
}
.review-form .action.submit.primary {
  background: #8cc63f;
  border: solid 1px #8cc63f;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 16px;
  letter-spacing: 1px;
  text-decoration: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: normal;
  height: 36px;
  font-size: 13.7px;
  line-height: 17px;
}
.review-form .action.submit.primary:hover,
.review-form .action.submit.primary:focus {
  background: #8cc63f;
  color: #ffffff;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 22px;
}
.revewwithwishlist .fa-heart:before {
  width: 28px;
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/heart-icon-whishlist.png);
  height: 26px;
  display: table;
}
.revewwithwishlist .wishlist {
  float: right;
  display: inline-block;
}
.revewwithwishlist .wishlist .actions-secondary {
  display: block;
  float: left;
  min-width: unset;
  padding-right: 0;
  right: -40px;
  position: relative;
}
.revewwithwishlist .wishlist .compare-product {
  float: left;
  padding-right: 0;
  right: 0;
  display: inline-block;
}
.revewwithwishlist .wishlist .compare-product a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.revewwithwishlist .wishlist .compare-product a.action.tocompare {
  position: relative;
  right: 64px;
}
.revewwithwishlist .wishlist .rollerhove {
  margin: 0;
  position: relative;
  height: 24px;
  width: 24px;
  float: right;
  cursor: pointer;
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/Share.svg);
  background-repeat: no-repeat;
}
.revewwithwishlist .wishlist .rollerhove:hover .hoversocialicondisplay .fa {
  font-size: 17.82px;
  padding: 5px 0;
}
.revewwithwishlist .wishlist .rollerhove:hover .hoversocialicondisplay .fa-facebook-square {
  color: #3567a2;
}
.revewwithwishlist .wishlist .rollerhove:hover .hoversocialicondisplay .fa-twitter {
  color: #69acd1;
}
.revewwithwishlist .wishlist .rollerhove:hover .hoversocialicondisplay .fa-pinterest {
  color: #e2462b;
}
.revewwithwishlist .wishlist .rollerhove:hover .hoversocialicondisplay .fa-whatsapp {
  color: #4cc03c;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-weight: normal;
  margin-top: 2px;
  display: table;
  width: auto;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-decoration: line-through;
  margin-top: 0;
}
.product-info-main .product-info-price span.old-price {
  float: left;
  margin-right: 10px;
  margin-top: 6px;
}
/*.catalog-product-view .product-info-main .price-final_price #product-price-3 .price{background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/price-gradiant.png); background-repeat: no-repeat; width: 425px; height: 70px; font-size: @h2; color: @color-white; letter-spacing: 1px; vertical-align: middle; display: inline-flex; margin-top: 30px; line-height: 2; padding-left: 20px; text-align: left; float: left;}*/
.product-options-bottom {
  overflow: hidden;
}
.product-options-bottom .field.qty {
  padding-bottom: 25px;
}
.social-icon-list {
  margin-top: 10px;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  margin-top: 16px;
  display: table;
  width: 100%;
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  margin-left: 0;
}
.prod-detail .product.data.items > .item.title > .switch {
  border-width: 0;
  background: transparent;
  text-transform: capitalize;
  height: auto;
  padding: 0;
  margin-right: 24px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  padding-bottom: 7px !important;
}
.product.data.items .data.item.title.custom-attribute.active a {
  border-bottom: solid 2px #ff6600;
}
.catalog-product-view .product.data.items > .item.title a {
  padding-bottom: 4px;
}
.product.data.items > .item.content #product-review-container {
  border: 1px solid #f4f4f4;
  padding-top: 40px;
  border-width: 1px 0 0 0;
}
#customer-reviews {
  box-shadow: none;
  margin-top: 0;
}
.review-toolbar {
  border-top: none;
}
.box-tocart .action.tocart:hover {
  opacity: 0.9;
}
.box-tocart div.qty .input-text {
  height: 36px;
  width: 48px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  border: 1px solid #dedede;
  background-color: #ffffff;
}
.fotorama__thumb-border {
  display: none;
}
.rating-summary .rating-result {
  width: auto;
}
.rating-summary .rating-result > span:before {
  letter-spacing: 5px;
  color: #ff6600;
  font-size: 13.82px;
}
.rating-summary .rating-result:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
  color: #979797;
  font-size: 13.82px;
  letter-spacing: 5px;
}
.product-info-main .product-options-bottom .box-tocart .field.qty {
  margin-top: 0;
  width: 50%;
  display: inline-block;
  float: left;
}
.block-search .action.search {
  min-width: 20px;
}
/*::i-block-chrome, .page-wrapper .block-search .action.search {left: 0px;}*/
.cart.table-wrapper .product-item-details .actions-toolbar a,
.cart.table-wrapper .product-item-details .actions-toolbar a:visited {
  color: #1b191a;
  font-size: 16px;
  text-transform: uppercase;
  float: left;
  position: static;
  margin-right: 70px;
}
.cart.table-wrapper .product-item-details .actions-toolbar a:hover,
.cart.table-wrapper .product-item-details .actions-toolbar a:visited:hover {
  color: #1b191a;
  text-decoration: underline;
}
.cart.table-wrapper .product-item-details .actions-toolbar a:after,
.cart.table-wrapper .product-item-details .actions-toolbar a:before {
  display: none;
}
.pay-images ul {
  display: flex;
  justify-content: start;
  align-items: center;
}
.pay-images ul li {
  width: 49px;
  height: 32px;
  margin-right: 10px;
}
.pay-images ul li.disc {
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/dics.svg);
}
.pay-images ul li.visa {
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/visa.svg);
}
.pay-images ul li.mast {
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/mast.svg);
}
.pay-images ul li.americ {
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/americ.svg);
}
.checkout-index-index div#checkout-step-payment .payment-method-content .payment-method-billing-address .billing-address-form .choice.field label.label {
  display: inline-block;
}
.checkout-footer .rightsection .footer-payment-method li {
  text-align: left;
  padding-left: 20px;
  display: inline-block;
}
.checkout-footer .rightsection .footer-payment-method {
  display: inline-block;
  text-align: left;
}
.checkout-cart-index .cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.checkout-cart-index .cart-summary .block .actions-toolbar > .primary .amshopby-button:not(:focus),
.checkout-cart-index .cart-summary .block .actions-toolbar > .primary .am-filter-go:not(:focus) {
  box-shadow: none;
}
.page-header .minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
  color: #ff6600;
  font-size: 10.55px;
  font-weight: 700;
}
.page-header .minicart-wrapper .action.showcart .counter.qty {
  background: transparent;
  border: 2px solid #8cc63f;
  border-radius: 50%;
  height: 20px;
  width: 30px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  position: relative;
  top: -22px;
  left: 8px;
  letter-spacing: 1.25px;
  display: inline-block;
}
.page-header .minicart-wrapper .minicart-items .product-item-details {
  text-align: left;
}
.page-header #minicart-content-wrapper .block-content > .actions > .primary .action.primary,
.page-header #minicart-content-wrapper .block-content > .actions > .primary .amshopby-button,
.page-header #minicart-content-wrapper .block-content > .actions > .primary .am-filter-go {
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  border: 1px solid #8cc63f;
  color: #ffffff;
  font-size: 13.55px;
  font-weight: 700;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  height: 36px;
}
.page-header .block-minicart .amount .price-wrapper:first-child .price {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.checkout-index-index .opc-wrapper #checkout-step-shipping .field:nth-child(6) label span:after {
  display: none;
}
.checkout-index-index input[type="radio"] {
  margin: 0;
}
.checkout-index-index .checkout-payment-method .billing-address-form .field:nth-child(6) label span:after {
  display: none;
}
/*login popup*/
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
  left: 16px;
}
#social-login-popup div#social-login-authentication {
  width: 100%;
}
#social-login-popup .mfp-close {
  top: 42px;
  line-height: 0;
  background: #ffffff;
}
#social-login-popup .social-login-title .block.social-login-authentication-channel.col-mp.mp-5 {
  padding: 0;
  margin-bottom: 0;
}
button.action.reload.captcha-reload,
.white-popup form#social-form-create .actions-toolbar div.primary .secondary a,
.white-popup form#social-form-password-forget .actions-toolbar div.primary .secondary a,
.white-popup form#social-form-create .actions-toolbar div.primary .secondary a,
.white-popup form#social-form-password-forget .actions-toolbar div.primary .secondary a {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #ff6600;
  text-decoration: underline;
  font-weight: 400;
}
.white-popup {
  margin-bottom: 15px;
  max-width: 850px;
}
.white-popup .mfp-close {
  top: -5px;
}
.white-popup .action.primary,
.white-popup .amshopby-button,
.white-popup .am-filter-go {
  padding: 10px 18px;
}
.white-popup form#social-form-create fieldset {
  margin-bottom: 0;
}
.white-popup .field.captcha.required {
  margin-bottom: 0;
}
.white-popup form#social-form-login .actions-toolbar {
  margin-bottom: 20px;
}
.white-popup form#social-form-create .actions-toolbar,
.white-popup form#social-form-password-forget .actions-toolbar {
  margin-bottom: 40px;
  margin-top: 20px;
  width: 100%;
}
.white-popup form#social-form-create .actions-toolbar div.primary,
.white-popup form#social-form-password-forget .actions-toolbar div.primary {
  width: 100%;
}
.white-popup form#social-form-create .actions-toolbar div.primary .secondary,
.white-popup form#social-form-password-forget .actions-toolbar div.primary .secondary {
  float: right;
}
.white-popup form#social-form-create .actions-toolbar div.primary .secondary a,
.white-popup form#social-form-password-forget .actions-toolbar div.primary .secondary a {
  margin: 0;
}
.white-popup .terms-of-use {
  font-size: 15px;
}
.white-popup .terms-of-use span {
  color: rgba(0, 0, 0, 0.87);
}
.white-popup .terms-of-use a {
  color: #1b191a;
}
.white-popup .label-signup,
.white-popup .field.note {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}
.white-popup .form-customer-create fieldset {
  margin-bottom: 0;
}
.white-popup .fieldset > .field > .label {
  letter-spacing: 0;
}
.white-popup .social-login-title h2 {
  color: #1b191a;
  margin-top: 0px;
  margin-bottom: 20px;
}
.white-popup .field.password .control {
  position: relative;
}
.white-popup .field.password .control .actions-toolbar {
  position: absolute;
  right: 10px;
  top: -4px;
  z-index: 9;
  width: auto;
}
.white-popup .fieldset > .field,
.white-popup .fieldset > .fields > .field {
  margin: 0 0 30px;
}
.white-popup .block.social-login-authentication-channel.col-mp.mp-5 {
  width: 100%;
}
.white-popup .social-login {
  display: inline-block;
  width: 100%;
}
.white-popup .social-login .actions-toolbar {
  width: 31%;
  float: left;
  padding-right: 3%;
}
.white-popup .social-login .actions-toolbar:last-child {
  padding-right: 0;
}
.error {
  color: #e02b27;
}
.marketplace-account-becomeseller .page-title-wrapper {
  display: block;
}
.marketplace-account-becomeseller .page-title-wrapper h1.page-title {
  margin-bottom: 25px;
}
.marketplace-account-becomeseller .page-title-wrapper h1.page-title span {
  font-size: 18px;
  color: #1b191a;
  letter-spacing: 2px;
}
.account.marketplace-account-becomeseller .columns {
  opacity: 1;
}
.customer-account-login .block.block-new-customer {
  display: none;
}
.form-create-account .fieldset {
  margin-bottom: 20px;
}
.cms-new-arrival .recently-main-banner .banner-img .banner-content .action.primary.explore,
.cms-new-arrival .recently-main-banner .banner-img .banner-content .amshopby-button.explore,
.cms-new-arrival .recently-main-banner .banner-img .banner-content .am-filter-go.explore {
  height: auto;
}
.customer-account-login .account-social-login,
.customer-account-create .account-social-login {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 0;
  padding-bottom: 25px;
}
.customer-account-create .fieldset > .legend {
  border: none;
  margin-bottom: 0;
  padding-bottom: 27px;
}
.customer-account-create .fieldset > .legend span {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-weight: 500;
}
.customer-account-create fieldset.fieldset.create.account legend.legend {
  display: none;
}
.customer-account-create input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
}
.customer-account-create .field.choice.newsletter {
  display: flex;
}
.customer-account-create .field.choice.newsletter input[type="checkbox"] {
  float: left;
  width: 16px;
  margin-top: 3px;
  margin-bottom: 10px;
  margin-left: 0;
  height: 16px;
}
.customer-account-create .field.choice.newsletter label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.customer-account-index h3.interest-title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 19.57px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 27px;
  margin: 0;
}
.customer-account-index hr {
  margin: 0;
  margin-bottom: 22px;
  border-color: #212b36;
}
.customer-account-index .intersetsection {
  width: 100%;
  display: inline-block;
  margin-bottom: 50px;
}
.customer-account-index .intersetsection .checkboxleft {
  width: 25%;
  float: left;
  display: inline-block;
  margin-bottom: 12px;
}
.customer-account-index .intersetsection .checkboxleft input.checkbox {
  height: 24px;
  width: 24px;
  margin-right: 8px;
}
.customer-account-index .intersetsection .checkboxleft label {
  margin-bottom: 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: super;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.customer-account-index .block.block-reviews-dashboard,
.customer-account-index .block.block-dashboard-orders {
  display: none;
}
.customer-account-index .column.main {
  padding-bottom: 0;
}
.customer-account-index .box.box-newsletter .box-content p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.customer-account-edit h3.interest-title {
  margin-bottom: 0;
}
.customer-account-edit hr {
  margin: 0;
}
.customer-account-edit .intersetsection {
  display: inline-block;
  margin-top: 22px;
  margin-bottom: 56px;
  width: 100%;
}
.customer-account-edit .intersetsection .checkboxleft {
  width: 25%;
  float: left;
  display: inline-block;
  margin-bottom: 12px;
}
.customer-account-edit .intersetsection .checkboxleft input.checkbox {
  height: 24px;
  width: 24px;
  margin-right: 8px;
}
.customer-account-edit .intersetsection .checkboxleft label {
  margin-bottom: 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: super;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.account .message.info.empty {
  width: 100%;
  margin-top: 0;
}
.account .block.block-collapsible-nav .content.block-collapsible-nav-content {
  background-color: #eaf7fc;
}
.customer-address-index .actions-toolbar .primary button.action.primary.add,
.customer-account-edit .actions-toolbar .primary .action.save.primary,
.customer-address-index .actions-toolbar .primary button.amshopby-button.add,
.customer-address-index .actions-toolbar .primary button.am-filter-go.add {
  width: 352px;
}
.block.block-addresses-list .block-content p.empty {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 28px;
  padding-top: 20px;
}
.account .column.main .block:not(.widget) .box-title > span,
body.account.customer-address-index main#maincontent .block.block-addresses-list .block-title strong {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.block.block-addresses-default .box-address-billing .box-content address,
.block.block-addresses-default .box.box-address-shipping .box-content address {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.box-information .box-content,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.table > tbody > tr > td,
.box-address-billing .box-content,
.box-address-shipping .box-content {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
body.account.customer-address-index main#maincontent .block.block-addresses-list .block-title {
  margin-bottom: 0;
}
.account .column.main .block:not(.widget) .block-title {
  padding-bottom: 0;
}
.account .column.main .block:not(.widget) .block-title > strong {
  font-size: 19.57px;
  letter-spacing: 0.25px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
.account h1.page-title span {
  text-transform: capitalize;
  color: #212b36;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.account .order-products-toolbar.toolbar.bottom .limiter {
  float: right;
}
.account .order-products-toolbar.toolbar.bottom .pages {
  padding-top: 6px;
}
.account .order-products-toolbar.toolbar.bottom .pages li.item .page,
.account .toolbar.bottom .pages li.item .page {
  color: rgba(0, 0, 0, 0.87);
}
.account .block-collapsible-nav .item.current a,
.account .block-collapsible-nav .item.current > strong {
  border-color: #ff6600;
}
.account .page-main .actions-toolbar > .primary .action,
.account .page-main .actions-toolbar > .secondary .action {
  color: #ffffff;
  font-size: 13.55px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 6px;
  height: 36px;
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
}
.account .order-details-items .table-order-items .product-item-name {
  font-size: 14px;
  min-height: inherit;
  margin-bottom: 0;
}
.account .order-details-items .table-order-items td.col.name {
  padding-bottom: 10px;
}
.account .order-details-items .table-order-items tbody td {
  padding-top: 15px;
}
.account .order-details-items .table-order-items td.col.sku {
  padding-top: 15px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 500;
}
.shop-category ul li .category-product-hover a img.hover-img1 {
  display: none;
}
.copyright .responsive-copy {
  display: none;
}
.protect-step.mobile {
  display: none;
}
.sidebar.sidebar-main .filter-current .filter-label {
  font-weight: 500;
  font-size: 16px;
}
.sidebar.sidebar-main .block-actions.filter-actions {
  margin-bottom: 10px;
}
.sidebar.sidebar-main .block-actions.filter-actions a {
  color: #ff6600;
}
.review-control-vote label:before {
  color: #ff6600;
}
.catalog-product-view .reviewallmobile {
  display: none;
}
.product.data.items > .item.content {
  border: none;
  padding: 0;
}
.product.info.detailed .product.data.items .data.item.title.active a {
  border-bottom: 2px solid #001d47;
  color: rgba(0, 0, 0, 0.87);
}
.reviewallmdesktop {
  padding: 50px 0;
  border-bottom: 1px solid #dedede;
}
.reviewallmdesktop .ratingcount {
  display: none;
}
.review-listing .review-listing-view ul li:first-child {
  border: none;
}
.catalog-product-view .modal-popup .action-close {
  padding: 0;
}
.catalog-product-view .modal-popup .modal-header {
  border: none;
  padding: 0;
}
.catalog-product-view .modal-popup .block-title {
  display: inline-block;
  padding-top: 0;
}
.catalog-product-view .modal-popup .block-title strong {
  font-size: 20px;
  letter-spacing: 5px;
}
.catalog-product-view .modal-popup fieldset.field.required.review-field-ratings {
  position: relative;
  margin-bottom: 0;
}
.catalog-product-view .modal-popup .review-form {
  max-width: 100%;
}
.cart.table-wrapper .product-item-details .subtotal.mobilesubtotal {
  display: none;
}
a.viewmorefilter {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  margin: 3px 0 0 0;
  background-color: transparent;
  cursor: pointer;
}
.checkout-index-index .modal-inner-wrap #shipping-new-address-form .field.street .control .field._required {
  width: 50%;
  padding-right: 8px;
}
.checkout-index-index .modal-inner-wrap #shipping-new-address-form .field.street .control .field.additional {
  position: relative;
}
.checkout-index-index .modal-inner-wrap fieldset.field.street.admin__control-fields.required {
  position: relative;
}
.checkout-index-index .modal-inner-wrap .field .control._with-tooltip input {
  width: 100%;
  height: 44px;
}
body.cms-faqs .page-main {
  width: 100%;
  max-width: 1096px;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  display: inline-block;
  padding-bottom: 88px;
}
body.cms-faqs .page-title-wrapper {
  padding: 0;
}
body.cms-faqs .page-title-wrapper h1.page-title {
  text-align: left;
  margin-bottom: 30px;
}
body.cms-faqs .content-heading {
  display: none;
}
body.cms-faqs .sparsh-block-content {
  width: 28.8%;
}
body.cms-faqs .sparsh-block-content .sparsh-block-subtitle {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #212b36;
  padding: 0 0 27px;
  border-bottom: 1px solid #dddddd;
}
body.cms-faqs .sparsh-block-content .sparsh-block-subtitle strong {
  font-weight: 700;
}
body.cms-faqs .sparsh-block-content .sparsh-block-item {
  padding: 13px 0 18px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #212b36;
  text-transform: capitalize;
  border-bottom: 1px solid #dddddd;
}
body.cms-faqs .sparsh-block-content .sparsh-block-item.active {
  color: #ff6600;
}
body.cms-faqs .sparsh-question-answer.column1layout .sparsh-faq-block {
  width: 71.2%;
}
body.cms-faqs .sparsh-question-answer.column1layout .sparsh-faq-block .accordion .block .question {
  padding: 20px 30px 19px 0;
}
body.cms-faqs .sparsh-question-answer.column1layout .sparsh-faq-block .accordion .block .question strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #212b36;
}
body.cms-faqs .sparsh-question-answer.column1layout .sparsh-faq-block .accordion .block .question::after {
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/chevron-down.svg) no-repeat center;
  height: 24px;
  width: 24px;
  display: block;
  content: "" !important;
  top: 20px;
}
body.cms-faqs .sparsh-question-answer.column1layout .sparsh-faq-block .accordion .block .question.open {
  border-bottom: unset;
}
body.cms-faqs .sparsh-question-answer.column1layout .sparsh-faq-block .accordion .block .question.open::after {
  transform: rotate(180deg);
}
.filter-options-content a:hover {
  background-color: transparent;
}
.catalog-product-view .productnamemobile {
  display: none;
}
/*.swatch-attribute.size .swatch-option.selected, .swatch-attribute.manufacturer .swatch-option.selected{color: @color-white; background: @color-black; border: 1px solid @color-black; outline: none;}*/
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  border: 2px solid #ff6600;
}
.checkout-index-index #checkout #paytabsexpressloader .PT_express_checkout {
  margin-bottom: 10px;
}
.checkout-index-index #checkout .payment-methods .payment-method {
  display: inline-block;
  width: 100%;
  float: left;
}
.checkout-index-index #checkout .payment-methods .payment-method-title {
  position: relative;
  float: left;
  width: 100%;
  padding: 18px 0;
}
.checkout-index-index #checkout div#appendlogin {
  display: inline-block;
  width: 100%;
}
.checkout-index-index #checkout div#customform input {
  margin-bottom: 15px;
}
.checkout-index-index #checkout .mw-osc-block-title p:after {
  display: inline-block;
  top: 1px;
}
.checkout-index-index #checkout .review .item-options dd {
  float: left;
}
.checkout-index-index #checkout .review .item-options dt {
  clear: left;
}
.checkout-index-index #checkout .mw-osc-block-title.completed p {
  color: #1b191a;
}
.checkout-index-index #checkout .mw-osc-block-title.active p {
  color: #1b191a;
}
.checkout-index-index #checkout .mw-osc-block-title.active p:after {
  display: inline-block;
  height: 10px;
  background-repeat: no-repeat;
  top: 2px;
}
.checkout-index-index #checkout h1.mw-osc-page-tittle,
.checkout-index-index #checkout .mw-osc-block-title p,
.checkout-index-index #checkout .review .mw-osc-block-title2 p,
.checkout-index-index #checkout .mw-osc-block-title p,
.checkout-index-index #checkout .review .mw-osc-block-title2 p {
  font-size: 20px;
  color: #1b191a;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.checkout-index-index #checkout .mw-osc-threecolumns #onestep_form .mw-osc-column-left label {
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 1px;
  font-weight: normal;
  margin-bottom: 3px;
}
.checkout-index-index #checkout .fieldset > .field,
.checkout-index-index #checkout .fieldset > .fields > .field {
  margin: 0 0 15px;
}
.checkout-index-index #checkout button.button.btn-checkout span#onestepcheckout_place_btn_id {
  border-radius: 0;
  height: auto;
  line-height: 25px;
  width: 100%;
}
.checkout-index-index #checkout #checkout-review-submit .buttons-set {
  width: 100%;
}
.checkout-index-index #checkout #checkout-review-submit .buttons-set button.button.btn-checkout,
.checkout-index-index #checkout #checkout-review-submit .buttons-set div#onestepcheckout_place_order_button {
  width: 100%;
}
.checkout-index-index #checkout button.action.action-login.secondary,
.checkout-index-index #checkout .continuepayment button,
.checkout-index-index #checkout div#opc-new-shipping-address .actions button,
.checkout-index-index #checkout button.button.btn-checkout span#onestepcheckout_place_btn_id,
.checkout-index-index #checkout div#appendlogin button {
  box-shadow: none;
  margin-right: 0;
  float: right;
}
.checkout-index-index #checkout .discount-form .actions-button {
  text-align: right;
  margin-top: 20px;
}
.checkout-index-index #checkout .discount-form label {
  margin-bottom: 5px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
}
.checkout-index-index #checkout div#opc-new-shipping-address .actions button {
  margin-left: 15px;
}
.checkout-index-index #checkout .mw-osc-column.mw-osc-column-left > .mw-osc-block {
  padding-left: 46px;
  margin-top: 5px;
}
.checkout-index-index #checkout .logincheckoutcls {
  padding-left: 46px;
}
.checkout-index-index #checkout .mw-osc-block-title:before {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #424143;
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: inherit;
  background-color: #ffffff;
}
.checkout-index-index #checkout .mw-osc-block {
  position: relative;
}
.checkout-index-index #checkout .mw-osc-block-title:after {
  content: "";
  width: 1px;
  height: 44px;
  display: inline-block;
  background-color: #424143;
  position: absolute;
  left: 16px;
  top: -19px;
  background: linear-gradient(to bottom, #fefefe 0%, #fefefe 16%, #d1d1d1 54%, #424143 100%);
}
.checkout-index-index #checkout .mw-osc-block-title.active:after,
.checkout-index-index #checkout .mw-osc-block-title.completed:after {
  background: linear-gradient(to bottom, #424143 17%, #565656 8%, #7d7d7d 17%, #fefefe 94%, #fefefe 100%);
  top: 30px;
}
.checkout-index-index #checkout .mw-osc-block-title.completed:before {
  border-color: #ff6600;
  background-color: #ff6600;
  content: " ";
  font: normal normal normal 14px/1 FontAwesome;
  color: #ffffff;
  text-align: center;
  font-size: 13.82px;
  position: absolute;
  line-height: 30px;
  font-weight: 200;
  background-image: url(http://27.109.19.234/wooow_market/pub/media/checkstep.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 2px;
}
.checkout-index-index #checkout .mw-osc-block-title.completed:after {
  background: linear-gradient(to bottom, #ff6600 17%, #ff6600 8%, #ff6600 17%, #fefefe 94%, #fefefe 100%);
}
.checkout-index-index #checkout .mw-osc-block-title.active:before,
.checkout-index-index #checkout .mw-osc-block-title.completed:before {
  top: 0;
}
.checkout-index-index #checkout .mw-osc-block-title.completed {
  padding-bottom: 15px;
}
.checkout-index-index #checkout .mw-osc-column.mw-osc-column-left > .mw-osc-block .mw-osc-block-title {
  padding: 23px 0 0 0;
}
.checkout-index-index #checkout .mw-osc-column.mw-osc-column-left > .mw-osc-block .mw-osc-block-title.active {
  padding-top: 0;
}
.checkout-index-index #checkout form#onestep_form {
  display: inline-block;
  width: 100%;
}
.checkout-index-index #checkout .mw-osc-page-tittle {
  margin-bottom: 30px;
}
.checkout-index-index #checkout div.mw-osc-column-left {
  float: left;
  width: 60%;
  padding-right: 45px;
  box-sizing: border-box;
}
.checkout-index-index #checkout div.review {
  float: right;
  width: 40%;
  border-left: 1px solid #dadce0;
  padding-left: 45px;
  box-sizing: border-box;
}
.checkout-index-index #checkout #co-billing-form {
  padding-left: 0;
}
.checkout-index-index #checkout div.mw-osc-block-content {
  border: none;
  padding: 0;
}
.checkout-index-index #checkout .shipping-address-item .input-wrapper {
  display: none;
}
.checkout-index-index #checkout div#co-billing-form {
  margin-top: 30px;
}
.checkout-index-index #checkout .mw-osc-block-title2 p {
  text-transform: uppercase;
  font-size: 13.82px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  margin-top: 20px;
}
.checkout-index-index #checkout .shipping-address-items .shipping-address-item .address-detail {
  width: 100%;
  font-size: 13.82px;
}
.checkout-index-index #checkout .customer-name {
  font-size: 13.82px;
  color: #1b191a;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 0;
}
.checkout-index-index #checkout .mw-osc-block .form-list .field.addresses {
  width: 70%;
}
.checkout-index-index #checkout div#checkout-step-shipping .shipping-address-item img {
  width: 55px;
  position: absolute;
  right: -5px;
  top: -21px;
  background-color: #ffffff;
  padding-left: 8px;
}
.checkout-index-index #checkout .continuepayment {
  display: inline-block;
  width: 100%;
}
.checkout-index-index #checkout div#checkout-step-shipping button.action.action-add-new-address.osc-ok-button {
  background-color: transparent;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  width: 24%;
  float: right;
  padding: 15px;
}
.checkout-index-index #checkout div#checkout-step-shipping button.action.action-add-new-address.osc-ok-button span {
  width: 100%;
  display: inline-block;
  padding: 14px 0 0 0;
}
.checkout-index-index #checkout p.ordercommetncls {
  margin: 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}
.checkout-index-index #checkout input[type="radio"] ~ span,
.checkout-index-index #checkout input[type="radio"] ~ label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  margin-left: 4px;
  position: relative;
  top: -2px;
  cursor: pointer;
  height: auto;
}
.checkout-index-index #checkout input[type="radio"]:checked ~ span,
.checkout-index-index #checkout input[type="radio"]:checked ~ label {
  color: #1b191a;
}
.checkout-index-index #checkout textarea#onestepcheckout_comment {
  border-color: #1b191a;
  height: 80px;
  color: #1b191a;
}
.checkout-index-index #checkout .onestepcheckout-discount,
.checkout-index-index #checkout .onestepcheckout-comment {
  padding: 5px 0px;
}
.checkout-index-index #checkout p.sameaddressas {
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 25px;
}
.checkout-index-index #checkout .shippingmethidmix p.sameaddressas:before {
  content: '';
  opacity: 1;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/checked.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 10px;
}
.checkout-index-index #checkout div#opc-new-shipping-address {
  display: inline-block;
  width: 100%;
}
.checkout-index-index #checkout div#shipping-new-address-form .field-tooltip {
  display: none;
}
.checkout-index-index #checkout div#shipping-new-address-form .field.two-fields {
  width: 49%;
}
.checkout-index-index #checkout div#shipping-new-address-form .field.one-field:nth-child(4) span,
.checkout-index-index #checkout #shipping-new-address-form fieldset.field.street.admin__control-fields span {
  color: #637381;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
.checkout-index-index #checkout div#shipping-new-address-form .field.one-field span + em.required-symbol {
  display: none;
}
.checkout-index-index #checkout div#shipping-new-address-form .field.one-field .switch-field .switch {
  width: 50%;
  float: left;
  margin-left: -7px;
}
.checkout-index-index #checkout div#shipping-new-address-form .field.one-field span {
  color: #1b191a;
  font-size: 16px;
  text-transform: uppercase;
}
.checkout-index-index #checkout .titleaddnewcc {
  color: #1b191a;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 20px;
}
.checkout-index-index #checkout .mw-osc-threecolumns #onestep_form .mw-osc-column-left input[type="radio"]:checked ~ label {
  color: #1b191a;
}
.checkout-index-index #checkout .mw-osc-threecolumns #onestep_form .mw-osc-column-left input[type="radio"] ~ label {
  color: #999;
  cursor: pointer;
}
.checkout-index-index #checkout div#shipping-new-address-form .field.two-fields.last {
  float: right;
}
.checkout-index-index #checkout .mw-osc-block .form-list input,
.checkout-index-index #checkout .mw-osc-block .form-list select {
  width: 100%;
}
.checkout-index-index #checkout .field.choice.checkbox-group.newclassadres {
  display: none;
}
.checkout-index-index #checkout .shipping-address-item button.action.edit-address-link {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  position: relative;
  top: 40px;
  right: -11px;
}
.checkout-index-index #checkout .mw-osc-column.mw-osc-column-left .mw-osc-block .mw-osc-block-title.completed {
  padding-top: 0;
  margin-top: 16px;
}
.checkout-index-index #checkout .mw-osc-column.mw-osc-column-left div#opc-payment .mw-osc-block-title.active {
  margin-top: 44px;
}
.checkout-index-index #checkout .displayeditaddress {
  float: right;
  position: relative;
  top: -33px;
  cursor: pointer;
  font-size: 16px;
}
.checkout-index-index #checkout .review #checkout-review-table tfoot th,
.checkout-index-index #checkout .review #checkout-review-table td.mark {
  text-align: left;
  float: left;
}
.checkout-index-index #checkout .review #checkout-review-table tfoot td,
.checkout-index-index #checkout .review #checkout-review-table tfoot th {
  border: none;
}
.checkout-index-index #checkout .review .mw-osc-block .data-table tfoot {
  background: transparent;
}
.checkout-index-index #checkout .review tr.grand.totals td {
  padding-top: 14px;
}
.checkout-index-index #checkout .review #checkout-review-table tfoot td span span {
  float: left;
  color: rgba(0, 0, 0, 0.87);
  border-top: 1px solid #dadce0;
  width: 100%;
  text-align: left;
  padding-top: 10px;
}
.checkout-index-index #checkout .review #checkout-review-table tfoot td,
.checkout-index-index #checkout .review #checkout-review-table tfoot th {
  font-size: 16px;
}
.checkout-index-index #checkout .review #checkout-review-table tfoot td strong,
.checkout-index-index #checkout .review #checkout-review-table tfoot th strong {
  font-weight: 500;
  font-size: 20px;
}
.checkout-index-index #checkout .review .osc-product-image img {
  width: 100%;
  float: left;
  height: auto;
  max-width: 100%;
}
.checkout-index-index #checkout .review .osc-product-image {
  box-shadow: 0 2px 8px 0 rgba(102, 102, 102, 0.5);
  height: 100px;
  float: left;
  width: 100px;
  margin-right: 15px;
}
.checkout-index-index #checkout .review .review-nm {
  float: left;
  width: 63%;
  position: relative;
  min-height: 100px;
}
.checkout-index-index #checkout .review .review-nm .add-optoins {
  position: absolute;
  bottom: 1px;
  width: 100%;
}
.checkout-index-index #checkout .review table#checkout-review-table tbody tr td,
.checkout-index-index #checkout .review .mw-osc-block .data-table tbody tr,
.checkout-index-index #checkout .review .mw-osc-block .data-table tfoot tr.first {
  border: none;
  padding-left: 0;
  padding-bottom: 20px;
}
.checkout-index-index #checkout .review .price-including-tax .price,
.checkout-index-index #checkout .review .price-excluding-tax .price,
.checkout-index-index #checkout .review .qtychange {
  font-size: 16px;
}
.checkout-index-index #checkout .review .qtychange {
  width: 100%;
  float: left;
}
.checkout-index-index #checkout .review .qtychange span:first-child {
  color: rgba(0, 0, 0, 0.87);
}
.checkout-index-index #checkout .review #checkout-review-table h2.product-name {
  font-size: 20px;
}
.checkout-index-index #checkout .review .item-options {
  font-size: 16px;
  margin-bottom: 0;
}
.checkout-index-index #checkout .review .item-options dd {
  margin-bottom: 3px;
}
.checkout-index-index #checkout .review .item-options dt.label {
  font-style: normal;
  color: rgba(0, 0, 0, 0.87);
}
.responsivegrandtotal {
  display: none;
}
.modal-popup .modal-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.modal-popup button,
.modal-popup button:focus,
.modal-popup button:active {
  box-shadow: none;
}
.modal-popup .modal-footer {
  text-align: right;
}
.opensortertablet {
  display: none;
}
.mobile-search-seller {
  display: none;
}
.password.forget .actions-toolbar > .secondary .action.back {
  display: inline-block;
  float: right;
  width: auto;
  font-size: 16px;
  color: #ff6600;
}
.password.forget .actions-toolbar > .secondary {
  float: right;
}
.wk-mp-design .fieldset > .legend {
  border: none;
}
.marketplace-product-attribute-new .wk-mp-design .fieldset > .legend {
  padding: 0;
}
.menu-reponsive {
  display: none;
}
.customer-welcome .customer-name:hover,
.customer-welcome .customer-name.active {
  color: #000000;
}
.modal-popup .action-close,
.modal-popup .action-close:hover,
.modal-popup .action-close:focus {
  padding: 15px 25px;
}
.catalog-product-view .data.item.content .block.widget .products-grid .product-item:nth-child(6n) {
  margin-right: 0;
}
div#social-login-popup .login-popup-btn {
  margin-top: 0;
}
.catalog-product-view .review-field-rating .control {
  height: 48px;
  margin-bottom: 0;
}
div#social-login-popup .message.error {
  background: transparent;
}
.mparamex-shipping-view button.button.wk-mp-btn.action.save.primary span {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 2px;
}
.page-product-downloadable .product-add-form .product-options-wrapper {
  width: 100%;
  border: none;
  padding-top: 0;
  margin-top: 0;
}
.page-product-downloadable .product-add-form .product-options-bottom {
  width: 100%;
  padding-top: 0;
}
.page-product-downloadable .product-add-form .product-options-bottom .price-box.price-final_price {
  display: none;
}
.label:after {
  display: none;
}
.container,
.page-main {
  width: 100%;
  max-width: 1366px;
  padding: 0 17px;
  margin: 0 auto;
}
.cms-index-index .page-main {
  max-width: 100%;
  padding: 0;
}
.breadcrumbs {
  width: 100%;
  max-width: 1330px;
  margin: 35px auto 6px;
}
.breadcrumbs li a,
.breadcrumbs li strong {
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 11.82px;
  line-height: 16px;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.breadcrumbs li:last-of-type strong {
  color: rgba(0, 0, 0, 0.87);
}
.breadcrumbs a:visited,
.breadcrumbs a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.breadcrumbs .item:not(:last-child):after {
  float: left;
  color: rgba(0, 0, 0, 0.6);
  content: '/';
  margin: 2px 6px;
  font-size: 11.82px;
  line-height: 1;
}
p.required {
  color: #ff0000;
  margin-top: 5px;
}
/* Page Messages */
.account.messages {
  margin-top: 20px;
}
.page.messages {
  margin: 15px 0 0;
}
.message.error {
  margin: 0 0 15px 0;
  padding: 13px 0px 13px 15px;
  overflow: hidden;
  background-color: #f1f2f4;
  color: rgba(0, 0, 0, 0.87);
}
.message.info {
  overflow: hidden;
}
/* Default Button */
button:not(.primary) {
  box-shadow: none;
}
/* Common Title Name (For all pages except Homepage) */
h1.page-title > span {
  font-size: inherit;
}
/* Common Page Layout */
.columns {
  padding: 0 0 40px;
}
/* Common Product Title */
.product-item-name {
  font-size: 14px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  text-transform: capitalize;
  margin: 10px 0 5px 0;
  min-height: inherit;
  text-align: left;
}
.product-item-name a {
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: left;
}
.product-item-name a:hover {
  text-decoration: none;
}
.product-review-img {
  float: left;
  padding: 0 10px 0px 0;
}
.product-review-img img {
  display: block;
}
.product-review-text {
  float: left;
  margin: 20px 0 0;
  padding: 0;
  font-size: 15px;
  color: #1b191a;
  line-height: 19px;
  font-weight: 500;
}
/* 404 - Error Page */
.cms-no-route .page-title-wrapper {
  opacity: 0;
}
/* Modal Popup */
.modal-popup._inner-scroll .modal-inner-wrap {
  max-width: 450px;
}
/* Category Page */
.page-products .breadcrumbs {
  width: 100%;
  max-width: 1366px;
  padding: 0 17px;
  margin: 0 auto;
  margin-top: 11px;
}
.page-products main#maincontent,
.page-products .column.main > .container.sj-test {
  padding: 0 15px;
  max-width: 1366px;
}
.breadcrumbs li.item.home a,
.breadcrumbs li.item strong {
  font-size: 11.85px;
  letter-spacing: 0.4px;
}
.page-products.page-layout-2columns-left .column.main {
  float: none;
  width: auto;
  padding-bottom: 0;
}
.page-products .custom-sidebar-left {
  float: left;
  width: 18%;
  padding: 70px 0px 0;
}
.toolbar-sorter.sorter a.action.sorter-action {
  display: none;
}
.page-products .right-side {
  float: left;
  width: 80%;
  margin: 0;
  padding: 0 0 0 15px;
}
.page-products .custom-right-widget {
  float: left;
  width: 100%;
}
.filter-options-content .count {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: .25px;
  line-height: 20px;
  vertical-align: middle;
}
.filter-current li.amshopby-button {
  display: none;
}
.category-static-product-list {
  display: block;
  width: 100%;
}
.category-static-product-list ul {
  width: auto;
  font-size: 0;
  margin: 0 -7.5px;
}
.category-static-product-list ul > li {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  margin: 0;
  padding: 0 7.5px;
}
.category-static-product-list ul li .categoty-product-img {
  float: left;
  width: 100%;
  line-height: initial;
  box-shadow: 0 2px 8px 0 rgba(102, 102, 102, 0.5);
  border: 2px solid transparent;
  transition: 0.7s linear border;
}
.category-static-product-list ul li .categoty-product-img > img {
  display: block;
}
.category-static-product-list ul li:hover .categoty-product-img {
  border: 2px solid #1b191a;
}
.category-static-product-list ul li .product-cat-content {
  float: left;
  width: 100%;
}
.category-static-product-list ul li .product-cat-content h4 {
  margin: 15px 0 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.category-static-product-list ul li .product-cat-content h4 a {
  font-size: inherit;
}
.category-static-product-list ul li:hover .product-cat-content h4 > a {
  color: #1b191a;
}
.category-static-product-list ul li .product-cat-content ul {
  float: left;
  width: 100%;
  margin: 0;
}
.category-static-product-list ul li .product-cat-content ul li {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  font-size: 13.82px;
}
.category-static-product-list ul li .product-cat-content ul li > a {
  text-transform: capitalize;
  font-weight: 300;
  font-size: inherit;
}
.category-static-product-list ul li .product-cat-content ul li > a:hover {
  text-decoration: underline;
}
.category-static-product-list ul li .product-cat-content .cat-view-all {
  float: left;
  width: 100%;
  margin: 15px 0 0;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}
.category-static-product-list ul li .product-cat-content .cat-view-all > a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  text-transform: uppercase;
}
.category-static-product-list ul li:hover .product-cat-content .cat-view-all {
  border-bottom: 2px solid #1b191a;
}
.page-products .sorter {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.page-products .sorter #sorters {
  display: block;
  overflow: hidden;
}
.page-products .sorter a {
  float: left;
  margin: 0 25px 0 0;
  padding-bottom: 5px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-weight: normal;
}
.page-products .sorter a:last-of-type {
  margin-right: 0;
}
.page-products .products-grid .product-items {
  font-size: 0;
  width: auto;
  margin: 0 -10px;
}
.page-products .product-items .product-item {
  display: inline-block;
  width: 17.7%;
  margin: 0 12px 45px 12px;
  padding: 0;
  box-shadow: 0 2px 8px 0 rgba(102, 102, 102, 0.5);
}
.product-item-actions .actions-primary {
  width: 100%;
  padding-top: 4px;
}
.catalog-product-view .recently-product-cat.category-page.productpager .block-title {
  margin: 51px 0 25px 0;
  border: none;
  padding: 0;
  padding-left: 4px;
}
.products-grid .product-item-actions {
  margin: 16px 0 0 0;
  position: unset;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-reviews-summary {
  padding-bottom: 12px;
}
.catalog-product-view .recently-product-cat.category-page.productpager .product-items li.product-item .product-item-info {
  width: 100%;
}
.page-products .product-items .product-item .product-item-info {
  position: relative;
  width: 100%;
  height: 260px;
}
.page-products .product-items .product-item .product-item-info .sj-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.page-products .product-items .product-item .product-item-info .sj-image-container > .product-item-photo {
  display: block;
}
.page-products .product-items .product-item .product-item-info .sj-image-container .actions-secondary {
  position: absolute;
  right: 7px;
  bottom: 7px;
  z-index: 1;
}
.page-products .product-items .product-item .product-item-info .product-item-details {
  float: left;
  width: 100%;
  text-align: left;
}
.page-products .product-items .product-item .product-item-info .product-item-details .product-item-name {
  display: block;
  margin: 10px 0 0 0;
  text-transform: capitalize;
}
.page-products .products-grid .product-item:nth-child(4n + 1),
.page-products .products-grid .product-item:nth-child(3n + 1) {
  margin-left: 12px;
}
/* Category Page - Recently Viewed */
.catalogsearch-result-index h1.page-title {
  margin-top: 15px;
  font-size: 24.15px;
}
.recently-product-cat {
  float: left;
  width: 100%;
}
.recently-product-cat .block-title {
  margin: 50px 0 25px;
}
.block.discount {
  margin-bottom: 0;
}
.page-products .recently-product-cat .product-item {
  width: 17.5%;
}
.catalog-category-view .recently-product-cat .block-title h2 {
  text-align: left;
}
.page-products .recently-product-cat li.product-item:first-child {
  margin-left: 0;
}
/* Category Page - Label for Out of Stock and On sale Products */
.on-sale-status,
.out-of-stock {
  display: inline-block;
  position: absolute;
  top: -7px;
  left: -8px;
  z-index: 4;
}
.on-sale-status > img,
.out-of-stock > img {
  width: 75px;
}
/* Serach Result */
/* Product Page Gallery Section */
.catalog-product-view .modal-popup .action-close,
.catalog-product-view .modal-popup .action-close:hover,
.modal-popup .action-close:focus {
  padding: 0;
}
.catalog-product-view section {
  margin: 0;
  background: none;
  border: none;
  padding: 0;
}
.catalog-product-view .product.media {
  float: left;
  width: 38%;
  box-shadow: none;
  margin: 0;
}
.catalog-product-view .product.media .gallery-placeholder {
  box-shadow: none;
}
.catalog-product-view .product-info-main .product-info-price .special-price .price-wrapper span.price {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  letter-spacing: 0.15px;
  font-weight: normal;
  margin-left: 0;
  font-weight: 600;
  line-height: 24px;
}
.product-info-main .product-info-price span.old-price .price-wrapper span.price {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 6px;
}
.catalog-product-view .swatch-option-tooltip .corner {
  display: none;
}
.catalog-product-view .product.media .fotorama__nav__shaft {
  margin-left: -12px;
}
.catalog-product-view .product.media .fotorama__nav__frame {
  padding: 0 12px !important;
}
.catalog-product-view .product.media .fotorama__nav__frame.fotorama__active .fotorama__thumb,
.catalog-product-view .product.media .fotorama__nav__frame .fotorama__thumb {
  box-shadow: 0 2px 8px 0 rgba(102, 102, 102, 0.5);
}
.sku-custom {
  color: rgba(0, 0, 0, 0.38);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
  width: 100%;
  display: inline-block;
  padding-bottom: 18px;
}
.catalog-product-view .product-info-main .page-title-wrapper h1 {
  margin-bottom: 7px;
}
.catalog-product-view .container.sj-test {
  padding: 0;
}
.catalog-product-view .product-info-main .product-warranty-section {
  display: inline-block;
  width: 100%;
  padding-bottom: 19px;
  border-bottom: 1px solid #dedede;
}
.catalog-product-view .product-info-main .product-warranty-section h3 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  margin: 15px 0;
}
.catalog-product-view .product-info-main .product-warranty-section span.right-warnty {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  vertical-align: top;
}
.catalog-product-view .product-info-main .product-warranty-section img {
  margin: 0 20px 0 10px;
}
.catalog-product-view .product-info-main .product-warranty-section input[type="checkbox"] {
  vertical-align: top;
}
.catalog-product-view .product-info-main {
  float: right;
  width: 62%;
  padding: 0 0 0px 24px;
  position: relative;
}
.catalog-product-view .product-info-main .page-title-wrapper h1 span {
  color: rgba(0, 0, 0, 0.87);
  font-size: 19.57px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 27px;
  margin-bottom: 7px;
}
.catalog-product-view .product-info-main .page-title span {
  text-transform: capitalize;
}
/* Product Wishlist Hover Section */
.catalog-product-view .swatch-option:focus {
  box-shadow: none;
}
.catalog-product-view .swatch-attribute-selected-option {
  color: #001d47;
  padding-left: 24px;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
}
div.swatch-option.text {
  height: 30px;
  width: 30px;
  border: 2px solid #dedede;
  background-color: #ffffff;
  padding: 4px 6px;
  text-align: center;
}
.swatch-attribute.plan div.swatch-option.text {
  height: 36px;
  width: 85px;
}
div.swatch-option.text.selected,
div.swatch-option:not(.disabled):hover {
  color: rgba(0, 0, 0, 0.87);
  border: 2px solid #001d47;
  background-color: #ffffff;
}
.catalog-product-view .product-info-main .shortdesct ul {
  display: inline-block;
  width: 100%;
  padding-left: 12px;
}
.catalog-product-view .product-info-main .shortdesct ul li {
  width: 100%;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-top: 0;
  position: relative;
  padding-left: 24px;
}
.catalog-product-view .product-info-main .shortdesct ul li:before {
  position: absolute;
  display: inline-block;
  content: "";
  height: 4px;
  width: 4px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  left: 0;
  top: 7px;
}
.hoversocialicondisplay {
  display: none;
}
.rollerhove:hover .hoversocialicondisplay {
  display: block;
  position: absolute;
  right: 15px;
  top: 24px;
}
.rollerhove:hover .hoversocialicondisplay ul {
  background: #ffffff;
  box-shadow: 1px 1px 5px 1px rgba(158, 158, 158, 0.32);
  padding: 10px;
  margin-top: 0;
  position: relative;
  left: auto;
  right: -24px;
  z-index: 1;
}
.revewwithwishlist .product-reviews-summary {
  float: left;
  margin: 0;
  display: none;
}
.revewwithwishlist .wishlist {
  float: right;
}
.catalog-product-view .product-info-main .product-info-price {
  border: none;
  margin: 0;
  width: 100%;
  float: left;
  margin-bottom: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: 0;
  padding-top: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 20px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-container .price {
  margin-top: 0;
  font-size: 16px !important;
}
.product-info-main .product-info-price .price-box {
  width: auto;
  display: inline-block;
}
.product-info-main .totalsaving {
  width: auto;
  padding: 12px 0 0 14px;
}
.product-info-main .totalsaving .total-saving h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin: 0;
  font-weight: normal;
}
.page-products.catalog-category-view .recently-product-cat.category-page .nakjakj.grid ol.product-items.widget-new-grid li.product-item .product-image-wrapper img.new-product-image-photo {
  width: 100%;
}
.catalog-product-view .product-options-bottom .price-box,
.product-info-price .price-box {
  padding: 0;
}
.catalog-product-view .swatch-opt {
  margin: 0;
}
.catalog-product-view .product-options-bottom {
  padding-top: 0;
}
.catalog-product-view .product-info-main .product-info-price .special-price {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 0;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-container > span {
  position: static;
  height: auto;
  width: auto;
  font-size: 15px;
  margin-top: 4px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price-container > .price-wrapper {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price-container > .price-wrapper span.price {
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  margin-top: 4px;
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  padding-left: 0;
}
.product-info-main .price-box span.price-container span.price {
  padding-left: 0;
}
.product-info-main .product-add-form {
  display: block;
  overflow: hidden;
  padding: 0;
}
.totalsaving {
  width: 100%;
  font-size: 13.82px;
  float: left;
  color: #1b191a;
  letter-spacing: 1px;
  border-bottom: none;
  padding: 0 0 10px 0;
  font-weight: 300;
}
.totalsaving h4 {
  color: rgba(0, 0, 0, 0.87);
  text-transform: capitalize;
  margin: 0 0 5px;
  font-weight: 300;
  font-size: 13.82px;
}
.totalsavingpercent,
.total-saving {
  float: left;
  font-size: 13.82px;
  margin: 0 5px 0 0;
  color: #1b191a;
  letter-spacing: 1px;
}
.swatch-attribute-options {
  margin-bottom: 0;
}
.product-info-main .box-tocart .field.qty {
  float: left;
  width: 100%;
  margin: 0px 0 0;
  padding: 0 0 32px;
}
.product-info-main .box-tocart .field.qty {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0;
  text-transform: initial;
  font-weight: normal;
  line-height: 20px;
  text-align: left;
}
.shortdesct {
  float: left;
  width: 100%;
  margin: 0;
  border-top: 1px solid #dedede;
  padding-top: 23px;
}
.shortdesct label {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 24px;
}
.shortdesct p {
  font-weight: 400;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.shortdesct ul li {
  font-size: 13.82px;
  float: left;
  width: 100%;
  margin: 0;
}
.shortdesct ul li:first-of-type {
  margin-top: 15px;
}
.shortdesct ul li:last-of-type {
  margin-bottom: 15px;
}
.main-secdeliver {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.wedeliver-sec {
  display: inline-block;
  margin-bottom: 18px;
  width: 50%;
  float: left;
  margin-top: 4px;
}
.wedeliver-sec .imgleft {
  width: auto;
  display: inline-block;
  padding-right: 8px;
  width: 32px;
  height: 32px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/footerprite.png) -8px -120px;
}
.wedeliver-sec .content-right {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.87);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.wedeliver-sec .content-right span {
  color: #8cc63f;
}
.wedeliver-sec .content-right a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.product-options-wrapper {
  border-bottom: none;
  margin-top: 3px;
}
.cashondelievery {
  font-size: 13.82px;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  margin: 5px auto;
}
.cashondelievery input {
  float: right;
  width: 0;
  height: 8px;
}
.cashondelievery input[type=checkbox]:checked:after {
  content: '';
  position: absolute;
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  z-index: 1;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/checked.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  right: 0;
  top: -1px;
}
.cashondelievery input[type=checkbox]:before {
  opacity: 1;
  content: '';
  background: #ffffff;
  width: 18px;
  height: 18px;
  display: table;
  position: absolute;
  z-index: 1;
  margin-top: 0px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/check.png);
  background-repeat: no-repeat;
  right: 0;
  top: -1px;
}
div.swatch-attribute.color,
div.swatch-attribute.size {
  border-top: 0;
  padding-top: 0;
}
.swatch-attribute.size {
  padding-bottom: 0px;
}
.swatch-attribute.color,
.swatch-attribute.size,
.swatch-attribute.size {
  padding-bottom: 0px;
}
.swatch-attribute.swatch-layered.brand div.swatch-option.text {
  width: 67px;
  margin-bottom: 10px;
}
.swatch-attribute.color .swatch-option {
  min-width: auto;
  width: 30px;
  height: 30px;
  padding: 4px 2px;
  margin: 0 8px 0px 0;
  border: 2px solid #dedede;
}
.swatch-attribute.color .swatch-option:hover {
  outline: none;
  border: none;
}
.swatch-attribute.color .swatch-option.selected,
.swatch-attribute.color .swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  outline-color: rgba(0, 0, 0, 0.87);
}
.catalog-product-view .swatch-attribute.color .swatch-option.selected {
  margin-left: 2px;
}
#configcustom {
  margin-top: 15px;
  margin-bottom: 0;
}
.product-info-main .product-add-form .box-tocart label,
.catalog-product-view .product-options-bottom label {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
}
.checkout-index-index .payment-method-title.field.choice .field.choice {
  margin-top: 20px;
}
.checkout-index-index .payment-method-title.field.choice .field.choice label.label {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin-top: 20px;
}
html .modal-popup button.action-close,
.modal-popup .action-close,
.modal-popup .action-close:hover {
  padding: 0;
}
.checkout-index-index .payment-method-content .card-container {
  max-width: 100%;
  border: unset;
}
.checkout-index-index .payment-method-content .card-container .mollie-component {
  width: 100%;
  height: 44px !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: unset;
}
form#mollie_methods_ideal-form {
  margin-top: 15px;
}
/* Product Page - Add to Cart Button */
.product-info-main .product-add-form .box-tocart .actions .action.tocart span {
  color: #f5f5f5;
  font-size: 13.55px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}
/* Product Detail - Tabber Section */
.prod-detail {
  float: left;
  width: 100%;
  margin: 55px 0 0;
  display: none;
}
.prod-detail .product.info.detailed {
  margin: 0;
}
.prod-detail .product-info-main-deatils {
  text-transform: capitalize;
  border-top: 1px solid #dedede;
  padding: 95px 0 26px 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 24.81px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.checkout-cart-index .recently-product-cat .block.widget .products-grid .product-items li.product-item {
  width: 22.5%;
}
.revewwithwishlist {
  width: 25%;
  float: right;
  display: inline-block;
  position: relative;
  top: 6px;
}
.prod-detail .product.data.items {
  font-size: 13.82px;
  margin: 0;
}
.prod-detail .product.data.items .custom-attribute + .item.content {
  margin-top: 32px;
  padding: 15px 0 30px 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  border: 1px solid #F7F7F7;
  border-width: 1px 0;
}
.prod-detail .product.data.items .custom-attribute + .item.content p {
  margin: 0;
}
/* Product Detail - Reviews Section */
.reviews {
  float: left;
  width: 100%;
  margin: 60px 0 0;
}
.reviews .reviewmain-section {
  float: left;
  width: 100%;
}
.reviews .reviewmain-section h3 {
  float: none;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.87);
  font-size: 35.15px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 42px;
  margin: 0;
  text-align: center;
}
.review-listing {
  float: left;
  width: 100%;
  padding: 0;
  text-align: center;
}
.catalog-product-view .modal-popup._inner-scroll .modal-inner-wrap {
  max-width: 450px;
}
.catalog-product-view .modal-popup .block-title strong {
  letter-spacing: 0.1px;
  margin-bottom: 15px;
  display: inline-block;
}
.review-listing .review-listing-view {
  float: left;
  width: 100%;
}
.review-listing .review-listing-view ul li {
  float: left;
  text-align: left;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  font-size: 13.82px;
  border-top: 1px solid #dedede;
}
.review-listing .review-listing-view ul li .review-item-parent {
  float: left;
  width: 100%;
  padding: 31px 0 28px 0;
}
.review-listing .review-listing-view ul li .review-author-content {
  float: left;
  width: 100%;
  margin: 0;
}
.review-listing .review-listing-view ul li .review-author-content .review-ratings {
  float: left;
  width: 50%;
  max-width: 100%;
  margin: 0 0 5px;
}
.review-listing .review-listing-view ul li .review-author-content .review-date-prod {
  float: left;
  width: 50%;
  text-align: right;
  font-weight: 500;
  margin: 0 0 5px;
}
.review-listing .review-listing-view ul li .review-author-content .review-date-prod time.review-details-value {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.review-listing .review-listing-view ul li .review-author-content .review-title {
  float: left;
  width: 100%;
  margin: 7px 0 2px 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
}
.review-listing .review-listing-view ul li .review-author-content .review-title > strong {
  font-weight: inherit;
  color: inherit;
}
.review-listing .review-listing-view ul li .review-author-content .review-content-lis {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.review-listing .review-listing-view ul li .review-author-content .review-content-lis:first-letter {
  text-transform: capitalize;
}
.review-listing .review-listing-view ul li .review-author-content .review-author {
  float: left;
  width: 100%;
  margin: 0 0 0px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.review-listing .review-listing-view ul li .review-author-content .review-author > strong {
  color: rgba(0, 0, 0, 0.87);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
}
.review-listing .add-new-review {
  float: left;
  width: 100%;
  text-align: center;
}
.review-listing .add-new-review .add-new-review-inner {
  display: inline-block;
  cursor: pointer;
  height: 36px;
  width: 184px;
  background-color: rgba(98, 2, 238, 0);
  padding: 10px 16px;
  margin-top: 28px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  float: left;
}
.review-listing .add-new-review .add-new-review-inner h5 {
  margin: 0;
  color: #58595B;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}
/* Product Detail Page - Popup */
.catalog-product-view .modal-popup .fieldset.review-fieldset {
  margin-bottom: 15px;
}
.opc-block-summary .not-calculated {
  font-style: normal;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: right;
}
/* Product Page - Related Products */
.related-product-cat {
  float: left;
  width: 100%;
  border-bottom: none;
  border-width: 2px;
  padding-bottom: 0px;
}
.related-product-cat .block-title {
  margin: 50px 0 20px;
}
.related-product-cat .block-title h2,
.recently-product-cat .block-title h2 {
  margin: 0;
}
.related-product-cat ol {
  width: auto;
  margin: 0 -10px;
}
.related-product-cat ol li {
  padding: 0 10px;
}
.product-info-main .product-add-form .box-tocart .fieldset .number {
  margin-left: -12px;
  display: -webkit-box;
}
.product-info-main .product-add-form .box-tocart input.input-text.qty {
  padding-left: 0;
  border-color: #dedede;
  height: 40px;
}
.product-info-main .product-add-form .box-tocart div#qty-error {
  width: 100%;
  display: inline-block;
}
.catalog-product-view .quntyarrw {
  left: 54px;
  top: 2px;
  position: relative;
  float: left;
}
.catalog-product-view .quntyarrw .minus {
  clear: both;
  padding: 0 3px;
  cursor: pointer;
  top: -2px;
  position: relative;
  border-left: 1px solid #cccccc;
}
.catalog-product-view .quntyarrw .plus {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  clear: both;
  padding: 0 3px;
  cursor: pointer;
  top: -3px;
  position: relative;
}
i.fas.fa-caret-up {
  font: normal normal normal 14px/1 FontAwesome;
  width: 8px;
}
i.fas.fa-caret-down {
  font: normal normal normal 14px/1 FontAwesome;
  width: 8px;
}
/* Product Page - Recently Viewed */
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container img.product-image-photo:hover,
.catalog-product-view .column.main .recently-product-cat.category-page.productpager .product-items .product-item .product-item-info .sj-image-container img.product-image-photo:hover,
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container img.new-product-image-photo:hover,
.catalog-product-view .column.main .recently-product-cat.category-page.productpager .product-items .product-item .product-item-info .sj-image-container img.new-product-image-photo:hover {
  background-color: #ffffff !important;
  opacity: 0.6;
  width: 100%;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container span.product-image-wrapper:hover,
.catalog-product-view .column.main .recently-product-cat.category-page.productpager .product-items .product-item .product-item-info .sj-image-container span.product-image-wrapper:hover {
  background: #000000;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container .product-item-photo:hover .actions-secondary,
.catalog-product-view .column.main .recently-product-cat.category-page.productpager .product-items .product-item .product-item-info .sj-image-container .product-item-photo:hover .actions-secondary {
  z-index: 9;
  position: absolute;
  top: 8px;
  right: -3px;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container span.product-image-wrapper {
  height: 190px;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container span.product-image-container {
  display: block;
}
.catalog-product-view .column.main .recently-product-cat.category-page.productpager .product-items .product-item .product-item-info .sj-image-container span.product-image-wrapper {
  height: unset;
}
.catalog-product-view .recently-product-cat {
  float: left;
  width: 100%;
}
.catalog-product-view .recently-product-cat .block-title {
  padding: 63px 0 25px;
  text-align: left;
  border-top: 1px solid #dedede;
  margin-bottom: 0;
  padding-left: 4px;
}
.catalog-product-view .recently-product-cat .products-grid {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
}
.catalog-product-view .column.main .recently-product-cat .product-items {
  margin: 0 -10px;
  width: auto;
  font-size: 0;
}
.catalog-product-view .column.main .recently-product-cat ol#hm-catviewmore .product-item-info {
  width: auto;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item {
  display: inline-block;
  margin: 0 12px;
  padding: 0;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container {
  display: block;
  position: relative;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container a {
  display: block;
  text-align: center;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container a span img {
  display: block;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container .actions-secondary {
  position: absolute;
  right: -3px;
  top: 8px;
  z-index: 1;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .product-item-details {
  width: 100%;
  text-align: left;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .product-item-details .product-item-name {
  min-height: inherit;
}
.hdmx__tickets button.action.create-button.primary {
  z-index: 0;
  width: 200px;
  border-radius: 4px;
  background-color: #ff6600;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  padding: 17px 0;
  height: auto;
  margin-bottom: 20px;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec .bigthreeleftsc .biggest-threesuper .biggest-three .top-linkbtn .biggestimg-sec a,
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-one-left .biggestimg-sec a,
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-three-left .biggestimg-sec a {
  background: transparent;
  float: none;
  text-align: center;
  width: unset;
  height: unset;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty.empty {
  display: inline-block;
  opacity: 0;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
  opacity: 1;
}
body .page-header .minicart-wrapper .action.showcart .counter.qty.empty {
  opacity: 0;
}
body .page-header .minicart-wrapper .action.showcart .counter.qty {
  border: none;
  opacity: 1;
}
.account main#maincontent {
  margin-top: 22px;
}
.checkout-index-index #shipping-new-address-form .field.street .control label.label {
  display: block;
  width: 100%;
  height: auto;
  clip: unset;
  top: -20px;
}
.checkout-cart-index .page-footer {
  margin-top: 140px;
}
.field.street.admin__control-fields.required div[name="shippingAddress.street.0"] {
  padding-right: 10px;
}
/* Cart Page - Right Section */
.ammenu-close-menu.close-sign {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary {
  width: 28%;
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 0 24px;
  position: relative;
}
.checkout-cart-index .cart-container .cart-summary .discount .title {
  border: none;
}
.checkout-cart-index .cart-container .cart-summary strong {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 28px;
  font-weight: normal;
}
.checkout-cart-index .cart-container .cart-summary .discount {
  float: left;
  width: 100%;
  margin: 0 0 0px 0;
  position: absolute;
  bottom: -172px;
  right: 0;
}
.checkout-cart-index .cart-container .cart-summary .discount .coupontitle {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 13.82px;
  color: rgba(0, 0, 0, 0.87);
}
.checkout-cart-index .cart-container .cart-summary .discount .coupontitle strong {
  font-size: inherit;
}
form#discount-coupon-form .control div#coupon_code-error {
  float: left;
}
.checkout-cart-index .cart-container .cart-summary .discount .content .actions-toolbar {
  float: right;
  position: relative;
  left: 121px;
  display: inline-block;
  top: -48px;
  width: 36%;
}
.checkout-cart-index .cart-container .cart-summary .discount .content .actions-toolbar .action.primary,
.checkout-cart-index .cart-container .cart-summary .discount .content .actions-toolbar .amshopby-button,
.checkout-cart-index .cart-container .cart-summary .discount .content .actions-toolbar .am-filter-go {
  margin: 0;
  background: #1b191a;
  border: 1px solid #1b191a;
  color: #ffffff;
  border-radius: 0;
  font-size: 13.55px;
  font-weight: 700;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 25px;
}
.checkout-cart-index .cart-container .cart-summary .shipping {
  float: left;
  width: 100%;
  border-top: none;
  padding: 0px 0 0 0;
}
.checkout-cart-index .cart-container .cart-summary .shipping .summarytitle {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 15.82px;
}
.checkout-cart-index .cart-container .cart-summary .shipping .summarytitle > strong {
  font-size: inherit;
}
.checkout-cart-index .cart-container .cart-summary #block-summary {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.checkout-cart-index .cart-container .cart-summary #block-summary #shipping-zip-form .fieldset {
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary #block-summary #shipping-zip-form .fieldset .field {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
.checkout-cart-index .cart-container .cart-summary #block-summary #co-shipping-method-form,
.checkout-cart-index .cart-container .cart-summary #block-summary #shipping-zip-form {
  float: left;
  width: 100%;
}
.checkout-cart-index .cart-container .cart-summary #block-summary #co-shipping-method-form .fieldset.rate {
  float: left;
  width: 100%;
}
.checkout-cart-index .cart-container .cart-summary #block-summary #co-shipping-method-form .fieldset.rate .methods {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.checkout-cart-index .cart-container .cart-summary #block-summary #co-shipping-method-form .fieldset.rate .methods dt {
  float: left;
  width: 100%;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
}
.checkout-cart-index .cart-container .cart-summary #block-summary #co-shipping-method-form .fieldset.rate .methods dt + dd {
  float: left;
  width: 100%;
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary #block-summary #co-shipping-method-form .fieldset.rate .methods dt + dd i {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items {
  float: left;
  width: 100%;
  margin: 0 0 0px 0;
  position: absolute;
  bottom: -175px;
  right: 0;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals {
  float: left;
  width: 100%;
  padding: 15px 0 0 0;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .label-total {
  float: left;
  width: 100%;
  font-size: 15.82px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 5px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #1b191a;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals {
  float: none;
  width: auto;
  border: none;
  padding: 0;
  text-align: left;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals th,
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals td {
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals.grand {
  font-size: 18px;
  color: #1b191a;
  border-top: 1px solid #cccccc;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals.grand th {
  border: none;
  font-size: 13.82px;
  font-weight: 500;
}
.checkout-cart-index a.amquote-addto-button.amasty-quote-link {
  display: none;
}
.cart.table-wrapper .product-image-wrapper {
  box-shadow: 0 3px 11px 0 rgba(102, 102, 102, 0.5);
}
.checkout-cart-index .cart-container .cart-summary strong.summary.title {
  color: #ff6600;
  font-size: 19.57px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 27px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals.grand td {
  border: none;
  font-size: 13.82px;
  font-weight: 500;
}
.checkout-cart-index .cart-container .cart-summary .action.primary.checkout,
.checkout-cart-index .cart-container .cart-summary .amshopby-button.checkout,
.checkout-cart-index .cart-container .cart-summary .am-filter-go.checkout {
  float: left;
  width: 100%;
  height: 36px;
  padding: 0;
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  color: #ffffff;
  font-size: 13.55px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
}
.cart-summary .block .item-options .field .radio {
  margin: 3px 10px 0 0;
}
.checkout-cart-index .cart-container .cart-summary #block-summary #shipping-zip-form .fieldset label.label {
  font-weight: normal;
}
/* Checkout Page - Header */
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar {
  display: inline-block;
  padding: 0;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content .form.form-login fieldset#customer-email-fieldset fieldset.fieldset .field {
  padding-left: 0;
  margin-top: 12px;
}
body.cms-page-view p.ammenu-text-block {
  font-size: 1.8rem;
}
.payment-method-content .message.message-error.error {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.payment-method-content .component-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-bottom: 10px !important;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content .form.form-login fieldset#customer-email-fieldset fieldset.fieldset .actions-toolbar {
  padding-left: 0;
}
.checkout-index-index #shipping-new-address-form .field._required {
  width: 50%;
}
.minicart-items .product-item {
  padding: 8px 0;
}
.checkout-index-index li#shipping .form-shipping-address #shipping-new-address-form .field._required .control input {
  padding-left: 16px;
  border-radius: 0;
}
.amcheckout-step-container select {
  border-radius: 0;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  display: none;
}
.minicart-items .product-item-details .details-qty {
  margin: 0;
}
.chekot-smmry-title {
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Open Sans';
  font-size: 20.68px;
  letter-spacing: 0.25px;
  line-height: 25px;
  font-weight: bold;
}
.checkout-index-index .page-header .checkout-login {
  padding: 19px 0 0 0;
  display: inline-block;
  float: right;
}
.checkout-index-index .page-header .checkout-login a {
  margin-left: 32px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
}
header .header.content .logo:nth-child(2) {
  display: none;
}
.checkout-index-index header .header.content .logo:nth-child(2) {
  display: block !important;
}
.checkout-index-index .header.content {
  text-align: center;
  padding: 48px 0;
}
.checkout-index-index .header.content.content .container .container {
  padding: 0;
  width: unset;
  max-width: inherit;
  display: inline-block;
  float: left;
}
.checkout-index-index .header.content.content .container .container a.logo {
  display: inline-table;
}
.checkout-index-index .header.content.content .container .container a.logo:nth-child(2) {
  display: none;
}
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-onepage-success h1.page-title {
  margin-top: 80px;
}
.checkout-onepage-success h1.page-title span {
  font-family: 'Open Sans';
}
.checkout-onepage-success .page-title-wrapper {
  text-align: left;
  margin: 0 auto;
  width: 352px;
}
.checkout-onepage-success .checkout-success {
  max-width: 352px;
  width: 100%;
  margin: 0 auto;
}
.checkout-onepage-success .checkout-success .account {
  display: none;
}
/* Authentication Section */
.checkout-index-index .authentication-wrapper {
  display: none;
}
.checkout-index-index .page-title-wrapper {
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
  text-align: center;
}
.checkout-index-index .page-title-wrapper h1.page-title {
  margin: 85px 0 26px 0;
}
.checkout-index-index .page-title-wrapper h1.page-title span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
}
.checkout-index-index .field-tooltip .field-tooltip-action {
  display: none;
}
.checkout-index-index .opc-progress-bar {
  text-align: center;
  margin-bottom: 63px;
}
.checkout-index-index .opc-progress-bar-item._active:before {
  background: #ff6600;
  border-color: #ff6600;
}
.checkout-index-index .opc-progress-bar-item._active > span:before {
  background: #ff6600;
  border-color: #ff6600;
}
.checkout-index-index .opc-progress-bar-item._active > span:after {
  border-color: #ff6600;
}
.checkout-index-index .opc-progress-bar-item:before {
  background: #cccccc;
  border: 1px solid #cccccc;
}
.checkout-index-index .opc-progress-bar-item > span:before,
.checkout-index-index .opc-progress-bar-item > span:after {
  background: #cccccc;
  border: 1px solid #cccccc;
}
.checkout-index-index .opc-progress-bar-item > span:after {
  height: 36px;
  width: 36px;
  line-height: 2;
  background-color: #ffffff;
}
.checkout-index-index .opc-progress-bar-item > span:before {
  height: 48px;
  width: 48px;
}
.checkout-index-index .opc-progress-bar-item:before {
  top: 21px;
  height: 8px;
}
.checkout-index-index .opc-progress-bar-item > span {
  padding-top: 52px;
}
.checkout-index-index .opc-wrapper {
  width: 61%;
  padding-right: 0;
}
.checkout-index-index .opc-sidebar {
  width: 33.5%;
  border: 1px solid #cccccc;
}
.checkout-index-index .opc-sidebar .opc-block-summary > .title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 19.57px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 27px;
}
.checkout-index-index .opc-sidebar .opc-block-summary {
  background-color: #ffffff;
  padding: 17px 24px;
  margin: 0;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart > .title strong {
  font-weight: normal;
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tbody .amount,
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tfoot .amount,
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tbody .mark,
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tfoot .mark {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding-bottom: 0;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals .grand .amount,
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals .grand .mark {
  border: none;
  padding-top: 0;
}
.checkout-index-index .opc-sidebar .opc-block-summary .not-calculated {
  font-style: normal;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals .grand strong,
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals .grand strong span {
  color: rgba(0, 0, 0, 0.87);
  font-size: 20.68px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 25px;
  font-family: 'Open Sans';
  padding: 0;
}
.checkout-index-index .opc-sidebar .opc-block-summary .minicart-items .product-item-details .price {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  padding: 0 0 0 8px;
  float: left;
}
.checkout-index-index .opc-sidebar .opc-block-summary li.product-item {
  padding-left: 0;
}
.checkout-index-index .opc-sidebar .opc-block-summary .minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
}
/* Payment Progress Bar */
.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding-bottom: 0;
}
.checkout-index-index .payment-method-billing-address .checkout-billing-address fieldset.field.street legend.label {
  display: none;
}
.checkout-login {
  display: none;
}
.checkout-index-index .opc-progress-bar-item > span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-align: center;
  font-weight: normal;
}
.checkout-index-index .opc-progress-bar-item._active > span {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-align: center;
}
.checkout-index-index .modal-popup .modal-footer button.action.secondary.action-hide-popup {
  position: relative;
  top: -8px;
}
/* Checkout Main Title */
.checkout-index-index input[type="text"],
.checkout-index-index input[type="password"],
.checkout-index-index input[type="url"],
.checkout-index-index input[type="tel"],
.checkout-index-index input[type="search"],
.checkout-index-index input[type="number"],
.checkout-index-index input[type="datetime"],
.checkout-index-index input[type="email"],
.checkout-index-index select,
.checkout-index-index input:not([type]) {
  border-color: #cccccc;
  height: 36px;
}
.checkout-index-index #checkout .fieldset > .field,
.checkout-index-index #checkout .fieldset > .fields > .field {
  margin: 0 0 0px;
}
.checkout-index-index .opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index li#shipping span.note {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.checkout-index-index li#shipping .form-login {
  padding-bottom: 8px;
}
.checkout-index-index #checkout li#opc-shipping_method {
  margin-top: 24px;
  margin-bottom: 24px;
}
.checkout-index-index #checkout li#opc-shipping_method .step-title:before {
  display: none;
}
.opc-wrapper .step-title {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 15px;
  padding-bottom: 0;
  text-transform: capitalize;
  font-size: 19.57px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 27px;
  padding-bottom: 16px;
  border-color: #9e9e9e;
  margin-bottom: 30px;
}
.opc-wrapper .step-title:before {
  color: #8cc63f;
  text-align: center;
  letter-spacing: 0.25px;
  display: inline-block;
  margin-right: 15px;
  font-size: 19.57px;
  line-height: 27px;
}
.checkout-index-index {
  float: left;
  width: 100%;
}
.checkout-index-index .opc-wrapper .opc {
  float: left;
  width: 100%;
}
.checkout-index-index .opc-wrapper .form-login,
.checkout-index-index .opc-wrapper .form-shipping-address {
  max-width: 100%;
}
.checkout-index-index .opc-wrapper .form-login {
  margin: 15px 0 15px;
}
.checkout-index-index #checkout .fieldset.hidden-fields {
  margin: 0;
}
.checkout-index-index #checkout .fieldset.hidden-fields .actions-toolbar {
  padding: 0 10px 20px;
}
.checkout-index-index #customer-email-fieldset,
.checkout-index-index #shipping-new-address-form {
  margin: 0 -10px;
}
.checkout-index-index .opc-wrapper .opc .checkout-shipping-address {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/*.checkout-index-index #checkout .fieldset{margin: 0 -10px;}*/
.checkout-index-index #checkout .fieldset > .field {
  display: inline-block;
  width: 50%;
  padding: 0 10px;
  vertical-align: top;
  position: relative;
}
.checkout-index-index #checkout .fieldset > .field .field-tooltip {
  right: 9px;
  top: 4px;
}
.checkout-index-index #checkout .fieldset > .field .control {
  width: 100%;
}
.checkout-index-index #checkout .fieldset > .field .control input {
  width: 100%;
  margin: 0;
}
/* Checkout Page - Shipping Method */
.checkout-index-index .checkout-shipping-method {
  float: left;
  width: 100%;
  clear: none;
}
.checkout-index-index .checkout-shipping-method .table-checkout-shipping-method tr {
  cursor: pointer;
}
.checkout-index-index .checkout-shipping-method .actions-toolbar {
  float: left;
}
.checkout-index-index .checkout-shipping-method .actions-toolbar .action.primary,
.checkout-index-index .checkout-shipping-method .actions-toolbar .amshopby-button,
.checkout-index-index .checkout-shipping-method .actions-toolbar .am-filter-go {
  padding: 0 15px;
  background-color: #8cc63f;
  border-color: #8cc63f;
  color: #ffffff;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  height: 36px;
  min-width: 352px;
  width: 100%;
  margin-top: 40px;
}
/* Checkout Payment - Payment Method */
.checkout-payment-method .payment-option-title {
  border-top: none;
}
.checkout-index-index .checkout-payment-method .discount-code .payment-option-title span:after {
  display: none;
}
.checkout-index-index .checkout-payment-method {
  float: left;
  width: 100%;
}
.checkout-index-index .checkout-payment-method .fieldset {
  margin: 0;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 0;
}
.checkout-index-index .checkout-payment-method .fieldset .actions-toolbar .action-update {
  background: #8cc63f;
  padding: 0 15px;
  height: 36px;
  text-decoration: none;
  min-width: 108px;
  color: #ffffff;
  border: none;
}
.checkout-index-index .checkout-payment-method .fieldset .actions-toolbar .action-cancel {
  text-decoration: none;
  border: none;
  height: 36px;
  width: 144px;
  position: relative;
  border-radius: 0;
  margin-left: -62px;
  color: #f5f5f5;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  text-transform: uppercase;
}
.checkout-index-index .checkout-payment-method .billing-address-form {
  max-width: 100%;
}
.checkout-index-index .checkout-payment-method .actions-toolbar .primary {
  height: 56px;
  width: 787px;
  color: #f5f5f5;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  padding: 15px 60px;
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  padding-top: 0;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .billing-address-details {
  font-size: 13.82px;
  line-height: 24px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary button.action.primary.checkout,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary button.amshopby-button.checkout,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary button.am-filter-go.checkout {
  margin-right: 0;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .billing-address-details .action-edit-address {
  border-radius: 3px;
  padding: 0;
  height: 56px;
  min-width: 108px;
  background: #ff6600;
  color: #ffffff;
  margin: 10px 0 0;
  border: none;
  text-transform: uppercase;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .billing-address-details a {
  color: #ff6600;
}
.checkout-index-index #checkout-payment-method-load .step-title {
  margin: 0;
}
/* Checkout Payment - Payment Method - Credit Card */
.checkout-index-index .checkout-payment-method #co-payment-form .authorizenet_directpost {
  float: left;
  width: 100%;
}
.checkout-index-index .checkout-payment-method #co-payment-form .authorizenet_directpost .field {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
/* Checkout Payment - Payment Method - Apply Coupon Section */
.checkout-index-index .checkout-payment-method .discount-code .payment-option-title {
  padding: 10px 0 0 0;
}
.checkout-index-index .checkout-payment-method .discount-code .payment-option-title span {
  font-size: 13.82px;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 400;
  font-size: 20px;
}
.checkout-index-index .checkout-payment-method .payment-option-content {
  overflow: hidden;
  padding: 0;
}
.checkout-index-index .checkout-payment-method .form-discount .payment-option-inner {
  float: left;
  width: 200px;
}
form.form.form-discount input#discount-code {
  width: 208px;
  border-radius: 0;
}
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  float: left;
  clear: none;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .opc-payment-additional.discount-code,
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-block.amcheckout-step-container.-summary .amcheckout-additional-options.additional-options {
  display: none;
}
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .action-apply {
  text-decoration: none;
  border: none;
  height: 36px;
  width: 144px;
  position: relative;
  border-radius: 0;
  margin-left: -62px;
  color: #f5f5f5;
  font-family: "Open Sans";
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  text-transform: uppercase;
}
.checkout-index-index .checkout-payment-method .discount-code .payment-option-title span {
  color: #8cc63f;
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding: 0;
  padding-bottom: 11px;
}
.checkout-index-index .opc-wrapper .form-discount {
  margin-top: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0;
}
.checkout-index-index .opc-wrapper .form-discount input#discount-code {
  width: 354px;
  border: 1px solid #cccccc;
}
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  height: 0;
  width: 0;
  background: transparent;
}
/* Checkout Page - Right Side(Order Summary) */
.checkout-index-index .opc-sidebar .page-main .block {
  float: none;
}
.checkout-index-index .opc-block-summary .mark .value {
  margin: 5px 0 10px 0;
  color: #1b191a;
}
.checkout-index-index .opc-block-summary tr.totals-tax-summary th,
.checkout-index-index .opc-block-summary tr.totals-tax-summary td {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.checkout-index-index .opc-block-shipping-information {
  display: none;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-content a {
  color: #ff6600;
}
/* Checkout Page - Logged In User */
.checkout-index-index main#maincontent {
  margin-top: 0;
}
.checkout-index-index #checkout .payment-methods .payment-method div#payeezy_cc_type_cvv_div input#payeezy_cc_cid,
.checkout-index-index .checkout-payment-method .fieldset div#payeezy_cc_type_cvv_div .control {
  width: 50%;
}
.checkout-payment-method .ccard .year .select,
.checkout-payment-method .ccard .month .select {
  width: 175px;
}
.checkout-index-index .opc-sidebar .opc-block-summary .chekot-smmry-title {
  margin-bottom: 12px;
  display: inline-block;
}
.checkout-index-index .opc-sidebar .opc-block-summary table.data.table.table-totals tr.totals.sub th.mark,
.checkout-index-index .opc-sidebar .opc-block-summary table.data.table.table-totals tr.totals.sub td.amount {
  padding-top: 15px;
}
.checkout-index-index .opc-wrapper .shipping-address-item:last-child {
  margin-bottom: 30px;
}
.checkout-index-index .opc-wrapper .opc .checkout-shipping-address .field.addresses {
  float: left;
  width: 100%;
}
.opc-wrapper .action-select-shipping-item {
  border-radius: 3px;
  box-shadow: none;
  border: none;
  background: #ff6600;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 12px;
}
.checkout-index-index .opc-wrapper .opc .checkout-shipping-address .action-show-popup {
  box-shadow: none;
  background: transparent;
  margin: 0px 0 0;
  width: 352px;
  float: right;
  border: 1px solid #cccccc;
  height: 133px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
  display: inline-block !important;
  max-height: 152px;
}
.opc-wrapper .action-show-popup > span:before {
  width: 100%;
  display: inline-block;
  font-size: 58px;
}
.checkout-index-index .opc-wrapper .shipping-address-item {
  margin: 0 0 15px 0;
  padding: 9px 0 13px 16px;
  width: 356px;
  border-color: #ff6600;
  float: left;
  line-height: 22px;
  border: 1px solid;
}
.checkout-index-index .opc-wrapper .shipping-address-item:first-child {
  margin-right: 15px;
}
.checkout-index-index #checkout .shipping-address-item button.action.edit-address-link {
  top: 0;
  right: 0;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff6600;
  border-radius: 3px;
  right: -1px;
}
.checkout-index-index .opc-wrapper .shipping-address-item a {
  color: #ff6600;
}
.checkout-index-index li#opc-shipping_method {
  clear: none;
  float: left;
  width: 100%;
  margin: 25px 0 0;
}
.checkout-index-index .actions-toolbar > .primary .action {
  font-size: 13.55px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
}
.checkout-index-index .opc-wrapper #checkout-step-shipping {
  width: auto;
}
.checkout-index-index .opc-wrapper #checkout-step-shipping .field.addresses {
  width: auto;
}
/* Checkout Page - New Address Popup */
.checkout-index-index aside.modal-popup.see-detail-modal.modal-slide .modal-inner-wrap {
  width: 425px;
  max-width: 425px;
}
.checkout-index-index .billing-address-details .amcheckout-button {
  width: 100% !important;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.checkout-index-index .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover,
.checkout-index-index .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #212b36 !important;
}
.checkout-index-index .modal-inner-wrap .left-login h3 {
  font-size: 19.57px;
  font-weight: 600;
  margin-bottom: 19px;
  display: inline-block;
  width: 100%;
  color: #8cc63f;
  letter-spacing: 0.25px;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .right-login {
  border-bottom: 1px solid #c1c1c1;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .right-login .actions-toolbar {
  margin-bottom: 0;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .actions-toolbar .secondary {
  padding: 0;
  margin: 0;
  width: 100%;
  display: inline-block;
  padding-top: 8px;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .actions-toolbar .secondary a.action.action-remind {
  margin: 0;
  font-size: 13.82px;
  letter-spacing: 0.25px;
  text-decoration: underline;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .actions-toolbar .primary {
  width: 100%;
  float: none;
  display: inline-block;
  padding-top: 24px;
  margin: 0;
  padding-bottom: 0;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .right-login .fieldset {
  margin-bottom: 0;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .right-login .fieldset .field.field-password.required {
  margin-bottom: 0;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .right-login:after {
  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: relative;
  text-align: center;
  text-transform: uppercase;
  content: 'OR';
  top: 16px;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .right-login button.action.action-login.secondary.checkout-index-index {
  margin-top: 0;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .block-content.checkout-popup button.checkout-index-index.action {
  width: 100%;
  border: none;
  padding-left: 0;
  display: inline-block;
  margin-top: 22px;
  padding: 8px 16px;
}
.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  padding-bottom: 30px;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  color: #1b191a;
}
.checkout-index-index .modal-popup .form-shipping-address {
  max-width: 100%;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  max-width: 700px;
  width: 700px !important;
}
.checkout-index-index .modal-popup._inner-scroll footer.modal-footer {
  padding-top: 12px;
  padding-bottom: 8px;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .checkout-btn button {
  height: 56px;
  width: 788px;
  margin-top: 12px;
}
.checkout-index-index #shipping-new-address-form .field._required,
.checkout-index-index #shipping-new-address-form .field.additional,
.checkout-index-index #shipping-new-address-form .field {
  width: 50%;
  margin-bottom: 12px;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap header.modal-header {
  padding: 20px;
  padding-bottom: 12px;
}
.checkout-index-index .modal-popup._inner-scroll .modal-content {
  position: static;
  overflow-y: scroll;
  padding-bottom: 0;
  padding-top: 0;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap header.modal-header h1.modal-title {
  font-size: 19px;
}
.checkout-index-index #shipping-new-address-form .field.street {
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
}
.checkout-index-index #shipping-new-address-form .field.street .control .field._required {
  width: 50%;
  float: left;
  padding-right: 6px;
}
.checkout-index-index #shipping-new-address-form .field.street .control .field.additional {
  float: right;
  width: 49%;
  margin-top: 0;
  padding-left: 2px;
}
.checkout-index-index .modal-slide .action-close {
  padding: 0;
}
.checkout-index-index #shipping-new-address-form .field.choice {
  width: 100%;
}
/* Order Success Page */
.checkout-onepage-success .columns .column.main {
  max-width: 352px;
  width: 100%;
  margin: 0 auto;
}
.checkout-onepage-success .checkout-success .actions-toolbar {
  margin: 15px 0 0;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary a {
  margin: 0;
  color: #f5f5f5;
  font-size: 13.55px;
  height: 36px;
  padding: 10px 16px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  width: 352px;
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  border-radius: 0;
}
.checkout-onepage-success #registration {
  padding: 0;
  border-left: 0;
  width: 352px;
}
.checkout-onepage-success #registration form {
  margin: 15px 0 0;
}
.checkout-onepage-success #registration form > input {
  font-size: 13.82px;
}
.checkout-onepage-success #registration form input.action.primary,
.checkout-onepage-success #registration form input.amshopby-button,
.checkout-onepage-success #registration form input.am-filter-go {
  width: 352px;
}
.checkout-onepage-success .print {
  display: none;
}
/* Login Page and Register Page */
.back-to-signup span a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-decoration: underline;
}
.customer-login-inner fieldset.fieldset.sj-forgot {
  margin-top: 24px;
}
.login-container,
.customer-login-inner {
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
}
.login-container .block.block-customer-login,
.customer-login-inner .block.block-customer-login {
  margin-bottom: 0;
}
.login-container .block-title {
  float: left;
  width: 100%;
}
.login-container .block-title strong {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  display: inline-block;
}
.login-container .block .block-title {
  border-bottom: 0;
}
.customer-account-login .secondary {
  width: 100%;
}
.customer-account-login .page-title-wrapper {
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
}
.customer-account-login .page-title-wrapper h1.page-title {
  margin-bottom: 0;
}
.customer-account-login .secondary a.action.remind {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-bottom: 5px;
  float: right;
  display: inline-block;
  margin-top: 0;
  text-decoration: underline;
}
.customer-account-login .breadcrumbs,
.customer-account-forgotpassword .breadcrumbs,
.customer-account-create .breadcrumbs {
  display: none;
}
.customer-account-login h1.page-title,
.customer-account-forgotpassword h1.page-title,
.customer-account-create h1.page-title {
  max-width: 350px;
  margin: 0px auto 10px auto;
  float: none;
  margin-top: 30px;
}
.customer-account-login h1.page-title strong,
.customer-account-forgotpassword h1.page-title strong,
.customer-account-create h1.page-title strong {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.customer-account-create .form-create-account {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.login-container div.primary,
.customer-account-create div.primary {
  width: 100%;
  margin-top: 20px;
}
.login-container .action.login.primary,
.customer-account-forgotpassword .action.submit.primary,
.customer-account-create button.action.submit.primary,
.customer-account-createpassword form.form.password.reset .actions-toolbar button.action.submit.primary {
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  width: 100%;
  font-size: 13.55px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  height: 36px;
}
.login-container .block-title span {
  font-size: 28px;
  color: #1b191a;
  letter-spacing: 3px;
  line-height: initial;
  text-transform: uppercase;
}
.login-container .block-customer-login {
  float: left;
  width: 100%;
}
.login-container .social-login-authentication-channel {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.login-container .block-customer-login .social-login-authentication-channel .block-content {
  float: left;
  width: 100%;
}
.login-container .block-customer-login .social-login-authentication-channel .block-content .actions-toolbar.social-btn {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 100%;
}
.login-container .social-login-authentication-channel span.login-or {
  float: left;
  width: 100%;
  margin: 15px 0;
}
.login-container .action {
  height: 34px;
}
.login-container .block-customer-login .block-content {
  float: left;
  width: 100%;
}
.login-container .fieldset > .field > .label {
  float: left;
  width: 100%;
  border-color: #cccccc;
}
.login-container .fieldset > .field > .control {
  width: 100%;
  position: relative;
}
.login-container .fieldset > .field > .control input,
.customer-account-create input {
  width: 100%;
  color: rgba(0, 0, 0, 0.76);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  border-color: #dddddd;
}
.login-container .fieldset > .field > .control .secondary {
  position: absolute;
  top: 8px;
  right: 15px;
  z-index: 2;
}
/* Forgot Password Page */
.block-title.forgot {
  margin: 0 0 10px 0;
}
.login-container .login-or {
  float: left;
  width: 100%;
  margin: 15px 0;
}
.login-container .sj-forgot {
  float: left;
  width: 100%;
  border-top: 1px solid #dadce0;
  padding: 30px 0 0 0;
  margin: 5px 0 20px 0px;
}
/* My Account Pages */
/* Common Side Section */
.sidebar-main .nav.items li a {
  text-transform: capitalize;
  font-size: 13.82px;
  font-weight: 300;
}
.sidebar-main .nav.items li strong {
  color: #ff6600;
  font-size: 13.82px;
  font-weight: 300;
}
.account .columns {
  opacity: 0;
}
.account .page-main .column.main .wk-orderbox .wk-orderbox-details button.button {
  margin-left: 0;
  font-size: 12px;
}
/* Account Section - Dashboard */
.customer-account-index a.action {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: underline;
}
/* Account Section - Address Book */
.customer-address-index a.action {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  text-decoration: underline;
}
.customer-address-index .customer-addresses-toolbar.toolbar.bottom {
  margin: 20px 0;
}
body.account.customer-address-index main#maincontent .block.block-addresses-list .block-title strong {
  padding-bottom: 8px;
  display: inline-block;
}
/* My Account - My Wishlist */
.wishlist-index-index .products-grid .product-items {
  margin: 0 -7.5px;
  width: auto;
}
.wishlist-index-index .products-grid .product-item {
  float: left;
  width: 22.6%;
  padding: 0;
  text-align: center;
  margin: 0 12px;
}
.wishlist-index-index .products-grid .product-item .product-item-info {
  width: 100%;
}
.wishlist-index-index .products-grid .product-item .product-item-info > a {
  margin: 0;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-name {
  margin: 0;
  min-height: 40px;
  padding: 0 10px;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner1 {
  float: left;
  width: 100%;
}
.wishlist-index-index .product-item .price-box .price {
  font-size: 16px;
  letter-spacing: 0.15px;
}
.wishlist-index-index .product-item .price-box .old-price .price-container span span.price {
  display: none;
}
.wishlist-index-index .price-box span.price-container span.price {
  padding-left: 0;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner1 .box-tocart {
  display: inline-block;
  margin: 0 0 0;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner1 .product-item-actions a {
  margin: 0;
  font-size: 13.82px;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner1 a {
  margin: 0 5px 0;
}
.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .tocart {
  color: #ffffff;
  font-size: 13.55px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  width: 100%;
  padding: 10px 15px;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner1 .box-tocart {
  width: 100%;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner1 .box-tocart p.unavailable.stock {
  color: #8cc63f;
  font-size: 13.55px;
  font-weight: 700;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  padding: 10px 16px;
  background-color: #ddeec6;
  text-transform: uppercase;
}
.products-grid.wishlist .product-item-actions {
  width: 100%;
  display: inline-block !important;
}
.products-grid.wishlist .product-item .box-tocart .actions-primary {
  padding-top: 9px;
}
.products-grid.wishlist .product-item .fieldset,
.wishlist-index-index p.price-as-configured {
  margin-bottom: 0;
}
.wishlist-index-index .products-grid.wishlist .product-reviews-summary,
.wishlist-index-index .toolbar.wishlist-toolbar {
  display: block !important;
}
/* My Account - My Order */
.products-grid.wishlist .product-item .price-box {
  padding: 10px 10px 0;
}
.account .table-wrapper {
  margin-bottom: 0;
}
.order-details-items .col.name {
  padding-top: 12px;
}
/* My Account - My Product Review */
.table-wrapper.reviews {
  padding: 0;
  margin: 0;
}
body.account .toolbar select.limiter-options {
  box-shadow: none;
  min-width: 50px;
  font-weight: 600;
  height: 36px;
  width: 56px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
  vertical-align: middle;
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
/* My Account - Newsletter Subscribe */
/* My Account - Update Mobile No. Tab */
.account-update-mob {
  float: left;
  width: 100%;
  max-width: 450px;
}
.account-update-mob .update-mob-text span {
  display: block;
  width: 100%;
  margin: 10px 0 15px 0;
}
/* CMS - Contact Us */
.cms-main .cms-cont-left {
  float: left;
  width: 50%;
  padding: 0 50px 0 0;
}
.cms-main .cms-cont-right {
  float: left;
  width: 50%;
  padding: 0 50px 0 0;
}
.cms-main .cms-cont-right address ul {
  margin: 18px 0 0;
}
.cms-main .cms-cont-right address ul li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  font-size: 14px;
}
.cms-main .cms-cont-right address ul li a {
  font-size: inherit;
}
.cms-main .cms-cont-right address ul li i {
  position: absolute;
  left: 0;
  right: auto;
  top: 3px;
  color: #ff6600;
}
.cms-main .cms-cont-right legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-size: 1.8em;
}
/* CMS - REfund Policy */
.refund-details {
  float: left;
  width: 100%;
  margin: 50px 0 50px;
}
.refund-details ul {
  font-size: 0;
  margin: 0 -7.5px;
}
.refund-details ul li {
  display: inline-block;
  width: 25%;
  font-size: 13.82px;
  vertical-align: top;
  padding: 0 7.5px;
  text-align: center;
}
.refund-details ul li h4 {
  color: #ff6600;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
}
.return-policy {
  float: left;
  width: 100%;
  margin: 50px 0 0 0;
}
.return-policy ul {
  font-size: 0;
  margin: 0 -7.5px;
}
.return-policy ul li {
  display: inline-block;
  width: 25%;
  font-size: 13.82px;
  vertical-align: top;
  padding: 0 7.5px;
  text-align: center;
}
.return-policy ul li h4 {
  color: #ff6600;
  font-weight: 600;
  letter-spacing: 1px;
}
.non-returnable {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
.non-returnable ul {
  padding-left: 25px;
}
.non-returnable ul li {
  list-style: square;
  font-size: 11.82px;
}
/* CMS Refund and Cancellation New Page */
.refund-and-cancell li ol {
  margin: 25px 0 0;
  padding: 0 0 0 50px;
}
.refund-and-cancell li ol li {
  list-style: disc;
  margin: 0 0 15px;
}
.refund-and-cancell li ol li strong {
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
}
.basic-rules li {
  list-style: disc;
  margin: 0 0 15px;
}
/* Privacy and Policy */
.collected-info {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
.collected-info ul {
  padding-left: 25px;
}
.collected-info ul li {
  list-style: square;
  font-size: 11.82px;
}
/* CMS Pages*/
.cms-page-view .panel.wrapper ul {
  padding: 0;
}
.cms-page-view .columns {
  padding-bottom: 0;
}
.cms-page-view p b {
  font-weight: 600;
}
.cms-main {
  float: left;
  width: 100%;
  min-height: 450px;
}
.cms-main h1 {
  font-size: 28px;
  color: #000000;
  margin: 0 0 15px;
}
.cms-main h2 {
  font-size: 28px;
  color: rgba(0, 0, 0, 0.87);
}
.cms-main p {
  font-size: 13.82px;
  color: #1b191a;
}
.cms-main p:empty {
  display: none;
}
/* Miscellaneous */
/*start blog page*/
.blog-index-index .post-holder,
.blog-post-view .post-holder,
.blog-search-index .post-holder {
  padding: 15px;
  background: #FBFBFB;
}
.blog-index-index .post-content .post-description .post-ftimg-hld,
.blog-post-view .post-content .post-description .post-ftimg-hld,
.blog-search-index .post-content .post-description .post-ftimg-hld {
  margin: 0;
}
.blog-index-index .post-text-hld,
.blog-post-view .post-text-hld,
.blog-search-index .post-text-hld {
  width: 100%;
  float: left;
}
.blog-index-index .post-list .post-header .post-title,
.blog-post-view .post-list .post-header .post-title,
.blog-search-index .post-list .post-header .post-title {
  padding: 0px 0 10px 0;
}
.blog-index-index .post-list .post-header .post-title a,
.blog-post-view .post-list .post-header .post-title a,
.blog-search-index .post-list .post-header .post-title a {
  font-size: 20px;
  font-weight: normal;
}
.blog-index-index .post-holder .post-header .post-info .label,
.blog-post-view .post-holder .post-header .post-info .label,
.blog-search-index .post-holder .post-header .post-info .label {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.blog-index-index .post-holder:hover,
.blog-post-view .post-holder:hover,
.blog-search-index .post-holder:hover {
  box-shadow: none;
}
.blog-index-index .block-title,
.blog-post-view .block-title,
.blog-search-index .block-title {
  margin: 0 0 15px;
}
.blog-index-index .block-title strong,
.blog-post-view .block-title strong,
.blog-search-index .block-title strong {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.blog-index-index .post-list-wrapper .post-list,
.blog-post-view .post-list-wrapper .post-list,
.blog-search-index .post-list-wrapper .post-list {
  margin-top: 0;
}
.blog-index-index .post-list .post-content .post-read-more,
.blog-post-view .post-list .post-content .post-read-more,
.blog-search-index .post-list .post-content .post-read-more {
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  float: left;
  color: #f5f5f5;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  padding: 10px 16px;
  text-transform: capitalize;
}
body.blog-post-view .post-text-hld {
  width: 100%;
  padding-left: 0;
  padding-top: 15px;
}
body.blog-post-view .post-content .post-description .post-ftimg-hld {
  width: 50%;
}
.sc-reaponsive {
  display: none;
}
.checkout-onepage-success #registration form > input {
  font-size: 13.55px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
}
.secondary.account-rsp {
  display: none;
}
#home-page-slider1 {
  display: none;
}
.banner-rsp {
  display: none !important;
}
.cms-home .block-bestseller-products .product-item {
  float: left;
}
.sales-guest-form .form-orders-search {
  max-width: 600px;
  width: 100%;
}
.sales-guest-form h1.page-title {
  margin-top: 20px;
}
.page-header.fixed-menu {
  width: 100%;
  z-index: 3;
  background-color: #ffffff;
}
.checkout-index-index .page-footer .footer-copy-right {
  margin: 0;
}
.checkout-index-index .header.content .header-right .header.links li {
  padding: 6px 0 0 32px;
}
div#mageplaza-bannerslider-block-before-page-top-1 {
  display: none;
}
div#mageplaza-bannerslider-block-before-page-top-3 {
  display: none;
}
div#mageplaza-bannerslider-block-before-page-top-4 {
  display: none;
}
.catalog-product_compare-index .page-title-wrapper {
  margin-top: 34px;
}
.catalog-product_compare-index .action.print.hidden-print {
  float: right;
  color: #ff6600;
  text-decoration: underline;
  position: relative;
  top: -9px;
}
.catalog-product_compare-index .table-comparison .cell.product.label span {
  width: auto;
  position: static;
}
.catalog-product_compare-index .table-comparison th.cell.label.remove {
  text-align: left;
}
.catalog-product_compare-index .table-comparison .cell.remove {
  padding-top: 5px;
}
.catalog-product_compare-index .table-comparison .product-item-actions .secondary-addto-links.actions-secondary {
  vertical-align: bottom;
}
.carousel-container.res-slider-module {
  display: none;
}
.page-products .right-side .category-cms {
  display: none;
}
.extended.warranty .label.admin__field-label {
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/ExtWar.png);
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  vertical-align: top;
  font-weight: normal;
  width: auto;
  margin: 0;
  padding: 0 0 0 95px;
  height: 72px;
  background-repeat: no-repeat;
  background-position-x: 14px;
  background-position-y: 0;
}
.extended.warranty label.label {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  margin: 15px 0;
  display: inline-block;
  width: 100%;
}
.extended.warranty {
  display: inline-block;
  width: 100%;
  padding-bottom: 19px;
  border-bottom: 1px solid #dedede;
}
.page-footer .col-md-2 li a:hover {
  opacity: 0.7;
}
.page-footer .col-md-2:nth-child(4) a img {
  margin: 0px 8px 0 0;
  position: relative;
  top: 1px;
}
html[lang="ar"] .page-footer .col-md-2:nth-child(4) a img {
  margin: 0px 0 0 8px;
}
.catalog-product-view .reviews {
  margin: 0;
  border-top: 1px solid #dedede;
  padding-top: 30px;
  width: 100%;
  margin-top: 50px;
}
.customer-account-create .field.choice.loyalty label.label {
  max-width: 91%;
  float: left;
}
/*compare page*/
.am-slider-container .amslider .swiper-button-prev,
.am-slider-container .amslider .swiper-button-next {
  z-index: 0;
}
.catalog-product-view .product-info-main .incl-tax {
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
  display: inline-block;
}
.checkout-index-index .opc-wrapper #checkout-step-shipping .field.addresses {
  width: 50%;
}
.catalog-product-view .product-info-main #configcustom .super-attribute-select {
  max-width: 280px;
}
.cart-discount .cc-title {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  font-size: 19.57px;
  font-weight: 600;
  margin: 0 0 20px 0;
  line-height: 32px;
}
.cart-discount input[type="radio"] {
  margin: 0 26px 0 0;
  width: 16px !important;
  height: 16px;
  position: relative;
  top: 2px;
}
.promo-label {
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.prmocode-desc {
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  width: 100%;
  display: inline-block;
  padding: 5px 0px 23px 46px;
  font-weight: normal;
}
.cart-discount .block div.content {
  padding: 0;
}
.cart-discount .discount {
  width: 100%;
}
.checkout-index-index .cart-discount .cc-title {
  margin-top: 20px;
}
.checkout-cart-index .cart-discount {
  width: 66%;
}
/*contact us page*/
.contact-index-index .fieldset > .legend {
  margin: 0;
  border: none;
}
.contact-index-index .breadcrumbs,
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index .cms-main .cms-cont-left {
  padding: 0;
  float: right;
}
.contact-index-index .googlemap-locateus {
  width: 70%;
  float: left;
}
.contact-index-index .googlemap-locateus iframe {
  width: 100%;
  height: 486px;
}
.contact-index-index div#locationBox {
  display: inline-block;
  margin-top: 30px;
}
.contact-index-index .fieldset {
  margin: 0;
}
.contact-index-index .fieldset > .legend span {
  color: #212b36;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  /* identical to box height, or 118% */
  letter-spacing: 0.25px;
  text-transform: capitalize;
  font-weight: bold;
}
.contact-index-index textarea {
  resize: none;
}
.contact-index-index .blog-post-thumb {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.contact-index-index .for-line {
  min-height: 38px;
}
.contact-index-index .column.main .container {
  padding: 0;
  max-width: 100%;
}
.contact-index-index .blog-post-thumb img {
  width: 100%;
}
.review-customer-index .column.main .toolbar.products-reviews-toolbar.bottom {
  display: inline-block;
  float: left;
  width: 100%;
}
.checkout-index-index .checkout-payment-method .billing-address-form label.label .customfees,
.catalog-product-view .product-info-main .customfees {
  width: 50%;
  float: left;
}
.checkout-index-index .checkout-payment-method .billing-address-form label.label .warranty-label-rt,
.catalog-product-view .product-info-main .warranty-label-rt {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  width: 100%;
  display: inline-block;
}
.checkout-index-index .checkout-payment-method .billing-address-form label.label .customfees label,
.catalog-product-view .product-info-main .customfees label {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.checkout-index-index .checkout-payment-method .billing-address-form label.label .warrantydiv-rt span,
.catalog-product-view .product-info-main .warrantydiv-rt span {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  width: 100%;
  display: inline-block;
  padding-left: 25px;
  margin-bottom: 10px;
}
.checkout-index-index .checkout-payment-method .billing-address-form label.label .custom-warranty-product-section,
.catalog-product-view .product-info-main .custom-warranty-product-section {
  border-top: 1px solid #dedede;
  padding-top: 15px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 5px;
  width: 100%;
  display: inline-block;
}
.checkout-cart-index .form.form-cart .cart.table-wrapper .cart-warranty {
  color: rgba(0, 0, 0, 0.6);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
  margin-top: 5px;
}
.mobile-blog {
  display: none;
}
.catalog-product-view .product-info-main .field input[type="file"] {
  font-size: 11.7px;
  margin-top: 10px;
  height: auto;
  margin-bottom: 7px;
}
.page-products ul.items.am-filter-items-attr_category_ids li,
.page-products ul.items.am-filter-items-attr_category_ids ul,
.page-products ul.items.am-filter-items-attr_category_ids li,
.page-products ul.items.am-filter-items-attr_category_ids a {
  padding-left: 0 !important;
}
.account .page-main .page-title-wrapper h1.page-title {
  line-height: normal;
  margin-bottom: 33px;
}
.account a.logout-customlink {
  display: block;
  width: 144px;
  height: 56px;
  color: #ffffff;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 16px;
  background-color: #001d47;
  border-radius: 3px;
}
a.logout-customlink {
  display: none;
}
.catalog-product-view .product-info-main .field.file {
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
.catalog-product-view .product-info-main .field.file .label {
  font-size: 13.7px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  margin-bottom: 5px;
}
.catalog-product-view .product-info-main .field.file .control p {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
  margin-bottom: 0;
}
html[lang="ar"] .prod-detail .product.data.items .custom-attribute + .item.content .col-md-12.col-sm-12 {
  float: right;
}
.blog-page .sidebar.sidebar-additional .block.block-reorder {
  display: none;
}
.customer-account-login .field.choice .label span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.customer-account-login .secondary .remember-div {
  float: left;
}
.customer-account-login .field.choice input {
  position: relative;
  top: 2px;
}
.product-social-links .action.towishlist:hover:before,
.block-bundle-summary .action.towishlist:hover:before,
.product-item .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before,
.product-social-links .already-in-wishlist.action.towishlist:before,
.block-bundle-summary .already-in-wishlist.action.towishlist:before,
.product-item .already-in-wishlist.action.towishlist:before,
.table-comparison .already-in-wishlist.action.towishlist:before {
  right: 0;
  width: 35px;
  height: 35px;
  visibility: visible;
  background-position: center;
  background-size: 32px;
  position: relative;
  top: 6px;
  content: '\f004';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  z-index: 2;
}
.customer-account-create input[type="checkbox"] {
  height: auto;
  width: auto;
}
.popup-authentication .block-authentication {
  border-top: 0;
  padding-bottom: 10px;
}
.popup-authentication .block-authentication a.action.action-register.primary,
.popup-authentication .block-authentication .action.action-login.secondary {
  line-height: 5px;
  border-radius: 0;
}
.popup-authentication .block-authentication .block-title strong {
  font-size: 19.57px;
  font-weight: 600;
  margin-bottom: 19px;
  display: inline-block;
  width: 100%;
  color: #8cc63f;
  letter-spacing: 0.25px;
}
.popup-authentication .block-authentication .block-title {
  margin-bottom: 0;
  font-size: inherit;
}
.modal-popup.popup-authentication .modal-header {
  padding-top: 0;
}
.popup-authentication .block-authentication form.form.form-login label.label {
  margin: 0px 0 5px 0;
  display: inline-block;
  width: 100%;
  font-weight: 500;
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
html[lang="ar"] .customer-account-create .field.choice.newsletter input[type="checkbox"],
html[lang="ar"] .customer-account-create .field.choice.loyalty .checkbox {
  float: right;
}
.catalog-product-view div#mageplaza-bannerslider-block-after-footer-container-6,
.catalog-product-view div#mageplaza-bannerslider-block-after-footer-container-7,
.catalog-product-view div#mageplaza-bannerslider-block-after-footer-container-5 {
  display: none;
}
.popup-authentication .block-authentication .block-new-customer form.form.form-login input,
.popup-authentication .block-authentication .block-new-customer form.form.form-login select {
  margin-bottom: 15px;
}
/*Added by rupal */
.page-products .sidebar.sidebar-main {
  width: 18%;
  margin-top: -38px;
}
.page-products .columns .column.main .container.sj-test .right-side {
  float: right !important;
  display: inline-block;
}
.page-products .toolbar.toolbar-products {
  width: auto;
  margin: -38px 0 10px 0;
  float: right;
  height: 64px;
  display: inline-block;
}
.page-products .toolbar-sorter.sorter select {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border-color: #dedede;
}
.page-products .columns .column.main .container.sj-test .sidebar.sidebar-main,
.page-products .columns .column.main .container.sj-test .right-side,
.page-products .columns .column.main .container.sj-test .search.results {
  display: inline-block;
}
.page-products .amshopby-slider-container .amshopby-slider-display {
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
}
.page-products .admin__data-grid-outer-wrap,
.catalog-product-view .admin__data-grid-outer-wrap {
  width: 100%;
  max-width: 1366px;
  padding: 0 5px;
  margin: 25px auto 0 auto;
}
.page-products .admin__data-grid-outer-wrap .block-title strong,
.catalog-product-view .admin__data-grid-outer-wrap .block-title strong {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  line-height: initial;
  letter-spacing: 1px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.page-products .admin__data-grid-outer-wrap .products-grid li.product-item .product-item-info a.product-item-photo,
.catalog-product-view .admin__data-grid-outer-wrap .products-grid li.product-item .product-item-info a.product-item-photo {
  box-shadow: 0 2px 8px 0 rgba(102, 102, 102, 0.5);
  display: block;
}
.page-products .admin__data-grid-outer-wrap .product-items .product-item-actions,
.catalog-product-view .admin__data-grid-outer-wrap .product-items .product-item-actions {
  position: absolute;
  right: 7px;
  bottom: 7px;
  z-index: 1;
}
.page-products .admin__data-grid-outer-wrap .product-items span.price-container.tax.weee span.price-label,
.catalog-product-view .admin__data-grid-outer-wrap .product-items span.price-container.tax.weee span.price-label {
  display: none;
}
.page-products .admin__data-grid-outer-wrap .product-items span.price-wrapper.price-including-tax,
.catalog-product-view .admin__data-grid-outer-wrap .product-items span.price-wrapper.price-including-tax {
  width: auto;
  display: inline-block;
}
.catalog-product-view .column.main .admin__data-grid-outer-wrap .product-items .product-item {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0 10px;
  text-align: center;
}
.catalog-product-view .column.main .admin__data-grid-outer-wrap .product-items .product-item .product-item-info {
  position: relative;
}
.catalog-product-view .admin__data-grid-outer-wrap .product-items div.product-item-actions {
  bottom: 59px;
}
.catalog-product-view .block.widget.block-viewed-products-grid .product-item-actions .action.towishlist {
  margin-bottom: 9px;
}
.catalog-product-view .block.widget.block-viewed-products-grid .price-box {
  float: left;
}
.catalog-product-view .block.widget.block-viewed-products-grid .product-item-description,
.catalog-category-view .admin__data-grid-outer-wrap .product-item-description {
  display: none !important;
}
.block-content.filter-content .filter-options-item .filter-options-content {
  padding-left: 0;
}
.recently-product-cat.category-page.productpager li.product-item span.special-price,
.catalog-product-view .column.main .recently-product-cat .product-items .product-item span.special-price {
  height: 24px;
  display: inline-block;
}
.recently-product-cat.category-page.productpager li.product-item span.old-price,
.catalog-product-view .column.main .recently-product-cat .product-items .product-item span.old-price {
  height: 16px;
  display: inline-block;
  width: 100%;
  margin: 0;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .product-item-details .product-item-name {
  margin-bottom: 0;
}
.catalog-product-view .recently-product-cat.category-page.productpager .block-content,
.catalog-product-view .recently-product-cat .block-content {
  padding-left: 15px;
  padding-right: 0;
}
.page-products .amscroll-load-button,
.catalogsearch-result-index .amscroll-load-button {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  margin: 0;
  text-decoration: underline;
  letter-spacing: 0.15px;
  line-height: 24px;
  width: 100%;
}
.page-products .amscroll-loading {
  width: 77%;
  float: right;
  display: none;
}
.page-products .columns .column.main .container.sj-test div#amasty-shopby-product-list {
  width: 100%;
}
.page-products .columns .column.main .container.sj-test .sidebar.sidebar-main {
  margin-top: 20px;
}
button.action.facebook {
  background-color: #2d4373;
  width: 100%;
  border-color: #2d4373;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 0;
  height: 36px;
}
button.action.google {
  background-color: #4285f4;
  width: 100%;
  border-color: #4285f4;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 0;
  height: 36px;
}
label.label.sociallogin {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.product-item-photo .loading-mask1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  background-color: transparent;
  top: 0;
  bottom: 0;
  z-index: 1;
  padding-top: 40%;
}
.product-item-photo .loading-mask1 img {
  padding: 10px;
  width: auto;
  display: inline-block !important;
}
.swiper-brand .am-image-wrapper .loading-mask1 {
  width: 95%;
  height: 90px;
  position: absolute;
  background-color: #ffffff;
  text-align: center;
  padding-top: 30px;
  top: 0;
  bottom: 0;
  opacity: 1;
}
.swiper-brand .am-image-wrapper .loading-mask1 img {
  padding: 10px;
}
.minicart-wrapper .loading-mask {
  display: none;
}
div#amasty-xsearch-loader {
  display: none;
}
div#search-error {
  float: left;
}
header.page-header .panel.wrapper .container {
  padding: 0 17px;
}
div#mageplaza-bannerslider-block-after-footer-container-7,
div#mageplaza-bannerslider-block-after-footer-container-9,
div#mageplaza-bannerslider-block-after-footer-container-11 {
  display: none;
}
tr.totals.sub.incl {
  display: none;
}
span.price-wrapper.price-excluding-tax {
  display: none;
}
.amslider.am-brand-slider .swiper-brand {
  display: block;
  width: auto;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item {
  width: 18%;
  box-shadow: 0 2px 8px 0 rgba(102, 102, 102, 0.5);
}
.product-options-bottom .shortdesct {
  border-bottom: none;
}
.catalog-product-view .breadcrumbs {
  margin: 15px 0 0 0;
}
.catalog-product-view .column.main .recently-product-cat.category-page.productpager .product-items .product-item:nth-child(2) {
  margin-left: 0;
}
.cms-page-view h1 {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 0;
}
.cms-page-view h2 {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  width: 100%;
  display: inline-block;
}
body.cms-shop-by-color.cms-page-view h2 {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-align: center;
  width: 100%;
  float: none;
  display: inline-block;
}
.field.choice.review-field-rating:first-child {
  /* display: none; */
}
.trackorder-index-view h1.page-title {
  letter-spacing: 1px;
  margin-top: 15px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
}
.page-footer .footer-bottom .footer-roghtnewdiv a:last-child:before {
  content: "";
  height: 24px;
  width: 2px;
  background-color: #212b36;
  display: inline-block;
  margin: 0 24px;
  vertical-align: top;
}
div#opc-new-shipping-address form#co-shipping-form div#shipping-new-address-form fieldset.field.street input {
  width: 100%;
}
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field input,
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field select {
  height: 36px;
}
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.message,
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.order,
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.custom {
  margin-top: 20px;
}
div#opc-new-shipping-address form#co-shipping-form div#shipping-new-address-form .field._required .control input {
  width: 100%;
}
.helpdesk-ticket-view .hdmx__ticket-reply .actions-toolbar .action.primary,
.helpdesk-ticket-view .hdmx__ticket-reply .actions-toolbar .action.secondary,
.helpdesk-ticket-view .hdmx__ticket-reply .actions-toolbar .amshopby-button,
.helpdesk-ticket-view .hdmx__ticket-reply .actions-toolbar .am-filter-go {
  height: 48px;
  padding: 8px 16px;
  text-transform: capitalize;
  border-radius: 4px;
  background: #ff6600 !important;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  border-color: #ff6600 !important;
  text-transform: uppercase;
}
.helpdesk-ticket-view .hdmx__ticket-reply .actions-toolbar .action.secondary {
  margin-right: 24px;
  display: inline-block;
  margin-top: 0;
}
.checkout-payment-method .checkout-billing-address .choice.field label.label span:after,
.checkout-index-index #shipping-new-address-form .field.choice label.label span:after {
  display: none;
}
.amscroll-loading {
  display: inline-block;
}
.cart.table-wrapper .col.qty .field.qty {
  text-align: center;
}
.checkout-cart-index .cart-container .cart-summary #block-summary #co-shipping-method-form dd.item-options:nth-child(4) {
  display: none;
}
.checkout-cart-index form#co-shipping-method-form dt.item-title:nth-child(3) {
  display: none;
}
.checkout-cart-index .cart-empty {
  text-align: center;
}
.checkout-cart-index .cart-empty a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}
.page-products .swatch-attribute.color .swatch-option {
  border: 1px solid #cccccc !important;
}
.catalog-product-view .swatch-option.text {
  width: auto;
  height: 36px;
  padding: 18px 16px;
  margin-right: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  text-align: center;
  font-weight: normal;
}
.blog-index-index .post-ftimg-hld {
  display: none;
}
.page-products .filter-options .filter-options-item:first-child .filter-options-content {
  display: block;
}
form#custom-form-guest label.label span {
  margin: 0px 0 5px 0;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
form#custom-form-guest .field.email {
  margin-bottom: 0;
}
.catalog-category-view .product-item-details .price-final_price span.incl-tax,
.cms-index-index span.incl-tax,
.related-product-cat.category-page span.incl-tax,
.nakjakj.grid span.incl-tax,
.catalogsearch-result-index span.incl-tax,
.ambrand-index-index span.incl-tax,
.page-products span.incl-tax {
  display: none;
}
.catalog-product-view span.price-container.price-final_price {
  width: auto;
  float: left;
}
.customer-account-create .field.loyalty_number.account {
  display: none;
}
.product-info-main .product-info-price .old-price .price-wrapper {
  margin-top: 0 !important;
}
form#custom-form-guest input#customermobile {
  padding-left: 75px;
  margin-top: -5px;
}
.field.email.required {
  margin-top: -3px;
}
form#custom-form-guest .field.mobile_number.required {
  margin-top: -12px;
}
form#custom-form-guest .field.email.required input#customeremail {
  margin-top: -5px;
}
form#custom-form-guest .field.mobile_number.required {
  margin-top: 0;
}
.am-social-login.-labeled-buttons {
  background-color: transparent;
}
.am-sl-registration-page {
  max-width: 390px;
  width: 100%;
  margin: 10px auto;
}
.am-sl-login-page {
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
}
.am-sl-registration-page .am-social-login .am-buttons {
  margin: 0;
}
.am-button-wrapper.with-label.-rectangular .am-sl-button.-facebook {
  background-color: #2d4373;
  width: 100%;
  border-color: #2d4373;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 0;
  height: 36px;
}
/*search result page*/
body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item {
  width: 18%;
  margin: 0 12px 20px 12px !important;
}
body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item .product-item-info {
  height: unset;
}
body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item img.product-image-photo:hover {
  background-color: unset !important;
  opacity: unset;
  width: unset;
}
body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item span.product-image-wrapper:hover {
  background: unset;
}
body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item .actions-secondary {
  z-index: 9;
}
body.page-products.page-with-filter.catalogsearch-result-index .toolbar.toolbar-products,
body.page-products.page-with-filter.catalogsearch-result-index .block.filter {
  display: none !important;
}
body.page-products.page-with-filter.catalogsearch-result-index .page-footer {
  margin-top: 64px;
}
.customer-account-create form#form-validate .field label.label {
  display: none;
}
.am-button-wrapper.with-label.-rectangular .am-sl-text {
  text-align: center;
  margin: 0 auto;
}
.am-button-wrapper.with-label.-rectangular .am-sl-button {
  height: 36px;
}
.am-button-wrapper.with-label.-rectangular .am-sl-button.-google {
  background-color: #4285f4;
  width: 100%;
  border-color: #4285f4;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 0;
  height: 36px;
}
.checkout-cart-index .control.qty select {
  width: 80%;
  min-width: 54px;
}
.am-button-wrapper.-rectangular.with-label {
  width: 100% !important;
  margin-bottom: 10px !important;
  margin-right: 0 !important;
}
.customer-account-login .back-to-signup {
  margin-top: 25px;
}
.customer-account-login .am-buttons {
  margin: 0 !important;
}
.catalogsearch-result-index div#amasty-shopby-product-list dl.block {
  display: none;
}
.cms-page-view .container.sj-test.cmspage ul li {
  list-style: circle;
  font-size: 14px;
  font-weight: 500;
  margin: 5px 0;
}
/*.container.sj-test.cmspage table, th, td {border: 1px solid;}
*/
.container.sj-test.cmspage b,
.container.sj-test.cmspage ul li strong {
  font-size: 14px;
  font-weight: 600;
}
.catalog-product-view div#hp-prod-list .product-item:first-child {
  display: none;
}
.catalogsearch-result-index .page-title-wrapper {
  width: 100%;
  margin-bottom: 50px;
}
.product-item-details .product-reviews-summary {
  width: 100%;
  float: left;
  padding-left: 16px;
  padding-bottom: 16px;
}
.field.choice.set.billing label span,
.field.choice.set.shipping label span {
  font-size: 12px;
}
/*ended by rupal*/
/*Order Detail Page New Design Start*/
.account.sales-order-view .column.main .order-details-items h3 {
  margin: 51px 0 15px;
}
.account .sidebar-main .nav.items li a {
  color: #212b36;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.account .sidebar-main .nav.items li strong {
  color: #ff6600;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.account.sales-order-view .column.main,
.account.sales-order-print .column.main {
  /*.actions-toolbar.order-actions-toolbar {display: none;}*/
}
.account.sales-order-view .column.main .page.messages,
.account.sales-order-print .column.main .page.messages,
.account.sales-order-view .column.main .messages,
.account.sales-order-print .column.main .messages {
  margin: 0;
}
.account.sales-order-view .column.main h1.page-title,
.account.sales-order-print .column.main h1.page-title {
  color: #808080;
  font-size: 18px;
  letter-spacing: 0.25px;
  line-height: 27px;
  margin: 0 0 3px 0;
  display: inline-block;
  width: 80%;
}
.account.sales-order-view .column.main .order-date,
.account.sales-order-print .column.main .order-date {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin: 0 0 0 0;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.account.sales-order-view .column.main .custom-info-orderpage,
.account.sales-order-print .column.main .custom-info-orderpage,
.account.sales-order-view .column.main .box.box-order-shipping-address,
.account.sales-order-print .column.main .box.box-order-shipping-address,
.account.sales-order-view .column.main .box.box-order-billing-method,
.account.sales-order-print .column.main .box.box-order-billing-method {
  margin-top: 18px;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #dedede;
  padding-top: 16px;
}
.account.sales-order-view .column.main .custom-info-orderpage strong.box-title,
.account.sales-order-print .column.main .custom-info-orderpage strong.box-title,
.account.sales-order-view .column.main .box.box-order-shipping-address strong.box-title,
.account.sales-order-print .column.main .box.box-order-shipping-address strong.box-title,
.account.sales-order-view .column.main .box.box-order-billing-method strong.box-title,
.account.sales-order-print .column.main .box.box-order-billing-method strong.box-title {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
.account.sales-order-view .column.main .info-contact,
.account.sales-order-print .column.main .info-contact {
  width: 100%;
  display: inline-block;
}
.account.sales-order-view .column.main address,
.account.sales-order-print .column.main address,
.account.sales-order-view .column.main dl.payment-method dt.title,
.account.sales-order-print .column.main dl.payment-method dt.title,
.account.sales-order-view .column.main .info-contact,
.account.sales-order-print .column.main .info-contact {
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-weight: normal;
}
.account.sales-order-view .column.main address i.fa.fa-phone,
.account.sales-order-print .column.main address i.fa.fa-phone,
.account.sales-order-view .column.main dl.payment-method dt.title i.fa.fa-phone,
.account.sales-order-print .column.main dl.payment-method dt.title i.fa.fa-phone,
.account.sales-order-view .column.main .info-contact i.fa.fa-phone,
.account.sales-order-print .column.main .info-contact i.fa.fa-phone {
  font-size: 20px;
  margin-bottom: 8px;
  position: relative;
  top: 3px;
}
.account.sales-order-view .column.main address i.fa.fa-envelope,
.account.sales-order-print .column.main address i.fa.fa-envelope,
.account.sales-order-view .column.main dl.payment-method dt.title i.fa.fa-envelope,
.account.sales-order-print .column.main dl.payment-method dt.title i.fa.fa-envelope,
.account.sales-order-view .column.main .info-contact i.fa.fa-envelope,
.account.sales-order-print .column.main .info-contact i.fa.fa-envelope {
  font-size: 19px;
  position: relative;
  top: 2px;
}
.account.sales-order-view .column.main .right-oredrpage,
.account.sales-order-print .column.main .right-oredrpage {
  color: #808080;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 23px;
}
.account.sales-order-view .column.main .info-contact i,
.account.sales-order-print .column.main .info-contact i {
  color: #808080;
  margin-right: 13px;
  min-width: 20px;
  text-align: center;
}
.account.sales-order-view .column.main .order-details-items.ordered .order-title strong,
.account.sales-order-print .column.main .order-details-items.ordered .order-title strong {
  color: rgba(0, 0, 0, 0.87);
  font-size: 19.57px;
  letter-spacing: 0.25px;
  line-height: 27px;
  text-transform: uppercase;
  border: none;
  padding: 0;
  font-weight: 600;
}
.account.sales-order-view .column.main .order-details-items,
.account.sales-order-print .column.main .order-details-items {
  margin-top: 0;
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.account.sales-order-view .column.main .order-details-items .product-image-container,
.account.sales-order-print .column.main .order-details-items .product-image-container {
  width: 96px;
  border: 1px solid #dedede;
}
.account.sales-order-view .column.main .order-details-items .left-oredrpage,
.account.sales-order-print .column.main .order-details-items .left-oredrpage {
  float: left;
}
.account.sales-order-view .column.main .order-details-items .right-oredrpage,
.account.sales-order-print .column.main .order-details-items .right-oredrpage {
  float: left;
  padding-left: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
}
.account.sales-order-view .column.main .order-details-items span.price-excluding-tax,
.account.sales-order-print .column.main .order-details-items span.price-excluding-tax {
  margin: 3px 0;
}
.account.sales-order-view .column.main .order-details-items a.action.order.order-cancel,
.account.sales-order-print .column.main .order-details-items a.action.order.order-cancel {
  color: #8cc63f;
  text-decoration: underline !important;
}
.account.sales-order-view .column.main .order-details-items .add-new-review-inner a,
.account.sales-order-print .column.main .order-details-items .add-new-review-inner a {
  color: #8cc63f;
  text-decoration: underline !important;
  cursor: pointer;
}
.account.sales-order-view .column.main .table-wrapper.order-items,
.account.sales-order-print .column.main .table-wrapper.order-items {
  border: none;
}
.account.sales-order-view .column.main ul.items.order-links,
.account.sales-order-print .column.main ul.items.order-links {
  display: none;
}
.account.sales-order-view .column.main .orderitem-customlist,
.account.sales-order-print .column.main .orderitem-customlist {
  display: inline-block;
  width: 100%;
  border: 1px solid #dedede;
  padding: 10px;
  margin-top: 16px;
}
.account.sales-order-view .column.main .order-details-items.ordered .order-title,
.account.sales-order-print .column.main .order-details-items.ordered .order-title {
  display: inline-block;
  padding: 0;
  border: 0;
}
.account.sales-order-view .column.main .table-wrapper.order-items span.pucetotalft,
.account.sales-order-print .column.main .table-wrapper.order-items span.pucetotalft {
  color: #808080;
  margin-top: 25px;
  display: inline-block;
  margin-bottom: 4px;
  width: 100%;
}
.account.sales-order-view .column.main table#my-orders-table,
.account.sales-order-print .column.main table#my-orders-table {
  width: 312px;
  display: inline-block;
}
.account.sales-order-view .column.main table#my-orders-table tfoot,
.account.sales-order-print .column.main table#my-orders-table tfoot,
.account.sales-order-view .column.main table#my-orders-table td,
.account.sales-order-print .column.main table#my-orders-table td {
  background: #ffffff;
}
.account.sales-order-view .column.main table#my-orders-table td,
.account.sales-order-print .column.main table#my-orders-table td,
.account.sales-order-view .column.main table#my-orders-table th,
.account.sales-order-print .column.main table#my-orders-table th {
  color: #808080;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 21px;
  padding: 3px 0;
}
.account.sales-order-view .column.main table#my-orders-table tfoot,
.account.sales-order-print .column.main table#my-orders-table tfoot {
  border-top: 1px solid #dedede;
  width: 312px;
  display: inline-block;
  padding: 12px 0 0;
}
.account.sales-order-view .column.main table#my-orders-table th,
.account.sales-order-print .column.main table#my-orders-table th,
.account.sales-order-view .column.main table#my-orders-table td.mark,
.account.sales-order-print .column.main table#my-orders-table td.mark {
  text-align: left;
}
.account.sales-order-view .column.main table#my-orders-table td,
.account.sales-order-print .column.main table#my-orders-table td {
  text-align: right;
}
.account.sales-order-view .column.main table#my-orders-table tr.grand_total,
.account.sales-order-print .column.main table#my-orders-table tr.grand_total {
  border-top: 1px solid #dedede;
  width: 312px;
  display: inline-table;
  margin: 12px 0 0;
}
.account.sales-order-view .column.main table#my-orders-table tr.grand_total strong,
.account.sales-order-print .column.main table#my-orders-table tr.grand_total strong {
  color: #1b191a;
}
.account.sales-order-view .column.main .actions,
.account.sales-order-print .column.main .actions {
  float: left;
  padding-top: 16px;
}
.account.sales-order-view .column.main .order-date span,
.account.sales-order-print .column.main .order-date span {
  color: rgba(0, 0, 0, 0.87);
}
.account.sales-order-view .column.main .actions .action.print,
.account.sales-order-print .column.main .actions .action.print {
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 21px;
  text-decoration: underline;
}
.account.sales-order-view .column.main .actions .action.print:first-child,
.account.sales-order-print .column.main .actions .action.print:first-child {
  margin-right: 24px;
}
.account.sales-order-view .column.main .actions dl.payment-method,
.account.sales-order-print .column.main .actions dl.payment-method {
  display: none;
}
.account.sales-order-print .columns {
  opacity: 1;
}
.account.sales-order-print .product-image-wrapper {
  height: 94px;
}
.account.sales-order-view .column.main table#my-orders-table tr.subtotal,
.account.sales-order-print .column.main table#my-orders-table tr.subtotal {
  width: 312px;
  display: inline-table;
}
.account.sales-order-view .column.main table#my-orders-table tr.shipping,
.account.sales-order-print .column.main table#my-orders-table tr.shipping {
  width: 312px;
  display: inline-table;
}
.account.sales-order-view .column.main table#my-orders-table tr.discount,
.account.sales-order-print .column.main table#my-orders-table tr.discount {
  width: 312px;
  display: inline-table;
}
button {
  border-radius: 4px !important;
}
body.contact-index-index .page-main {
  max-width: 1096px !important;
}
body.contact-index-index .page-main textarea {
  border-radius: 4px;
}
body.contact-index-index .page-main .column:not(.sidebar-additional) .form.contact {
  margin: 0;
  max-width: 100%;
  margin-top: 0px;
  min-width: 100%;
}
body.contact-index-index .page-main .fieldset > .legend {
  text-align: left;
  padding-bottom: 58px;
}
body.contact-index-index .page-main .fieldset > .legend h1 {
  margin-bottom: 0;
}
body.contact-index-index .page-main .primary {
  width: 100%;
}
.trackorder-index-view .page-main {
  max-width: 1096px;
  margin: auto;
}
.trackorder-index-view .page-main .page-title-wrapper {
  width: 352px;
  padding-bottom: 14px;
}
.trackorder-index-view .page-main .page-title-wrapper h1.page-title span {
  font-family: 'Plus Jakarta Sans';
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0.25px;
  color: #212b36 !important;
  text-transform: capitalize;
}
.trackorder-index-view .page-main .track-order-main .block-customer-track .form-track .field .label span {
  color: unset;
  font-size: unset;
}
.trackorder-index-view .page-main .track-order-main .track-container {
  float: left;
  margin: auto;
}
.trackorder-index-view .page-main .track-order-main .track-container .actions-toolbar .action.track.primary {
  background: #ff6600;
  border: 1px solid #ff6600;
  height: 48px;
  border-radius: 4px;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 8px;
}
.trackorder-index-view .page-main .track-order-main .track_result {
  width: 60%;
  float: right;
  margin-left: 20px;
}
.trackorder-index-view .page-main .track-order-main .track_result h2 {
  font-family: 'Plus Jakarta Sans';
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0.25px;
  color: #212b36 !important;
  text-transform: capitalize;
  margin-top: -70px;
  padding-bottom: 10px;
}
.trackorder-index-view .page-main .track-order-main .track_result table th {
  border-bottom: 1px solid #919eab;
  border-top: 1px solid #919eab;
}
.trackorder-index-view .page-main .track-order-main .track_result table th:nth-child(2n) {
  text-align: center;
}
.trackorder-index-view .page-main .track-order-main .track_result table tr td {
  border-bottom: 1px solid #919eab;
  color: #212b36;
  font-size: 14px;
}
.trackorder-index-view .page-main .track-order-main .track_result table tr td:nth-child(3n) {
  text-align: center;
}
.account.sales-order-view .column.main table#my-orders-table tr.grand_total th.mark strong,
.account.sales-order-view .column.main table#my-orders-table tr.grand_total td.amount strong {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: bold;
  letter-spacing: 0.1px;
  line-height: 24px;
}
.account.sales-order-view .column.main .info-contact img {
  padding-right: 8px;
  display: inline-block;
}
.account.sales-order-view .column.main .right-oredrpage a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.account.sales-order-view .column.main .order-status {
  border: none;
  text-transform: capitalize;
}
.account.sales-order-view .column.main .actions-toolbar.order-actions-toolbar {
  margin-bottom: 0;
}
.account.sales-order-view .column.main .actions a#testg {
  margin-left: 15px;
}
.account.sales-order-view .column.main .actions .action.order,
.account.sales-order-view .column.main .actions a#testg {
  color: #001d47;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 21px;
  text-decoration: underline;
}
.account.sales-order-view .column.main .box.box-order-billing-method dl.payment-method table.data.table tr th:after {
  content: ' : ';
  float: right;
}
.account.sales-order-view .column.main .box.box-order-billing-method dl.payment-method table.data.table tr th,
.account.sales-order-view .column.main .box.box-order-billing-method dl.payment-method table.data.table tr td {
  border: none;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 13.82px;
  letter-spacing: 0.25px;
}
/*Order Detail Page New Design End*/
/*Checkout page coupon code start*/
.btm-paymentbnktransfer p.rightcont b {
  font-weight: bold;
}
.checkout-index-index .coupon-code-title h2.cc-title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 18.28px;
  letter-spacing: 0;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 27px;
  margin-top: 50px;
}
.checkout-coupon-customdiv {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.checkout-coupon-customdiv span.prmocode-desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  width: 100%;
  display: inline-block;
  padding: 5px 0px 0px 0px;
  font-weight: normal;
}
.checkout-coupon-customdiv input {
  margin: 0 21px 0 0;
  width: 16px;
  height: 16px;
  position: relative;
  top: 1px;
}
.checkout-index-index .step-title,
form.form.form-shipping-address div#shipping-new-address-form .field:nth-child(3),
.checkout-index-index span.icon-title-one {
  display: block !important;
}
/*Checkout page coupon code end*/
.checkout-index-index .opc-sidebar .opc-block-summary .minicart-items .product-item-details .price {
  float: right !important;
}
.cms-home .owl-carousel .owl-item img {
  width: 100%;
}
.product-item-details span.old-price span.price {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: line-through;
}
.product-item-details span.special-price span.price {
  color: rgba(0, 0, 0, 0.87);
  margin-left: 6px;
}
.amsearch-form-container.-opened .amsearch-wrapper-input {
  position: static;
  max-width: 100%;
}
.header.content .block-search .minisearch input:focus {
  box-shadow: none;
}
header .amsearch-form-container.-opened .action.search {
  display: block;
}
header .amsearch-form-container.-opened .input-text {
  padding-left: 10px;
}
.amasty-xsearch-loader {
  position: relative;
}
header .block.block-search,
header .form .search-autocomplete {
  z-index: 1;
}
.account.sales-order-view .column.main .order-status {
  color: #333333;
  padding: 0;
  margin: 0;
}
.account.sales-order-view .column.main .order-status-main {
  color: #808080;
}
.account.sales-order-view .right-oredrpage span.price-including-tax ~ br {
  display: none;
}
.checkout-index-index .payment-option.opc-payment-additional.discount-code {
  display: inline-block;
  width: 100%;
}
.checkout-index-index .discount-code span.prmocode-desc {
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  width: 100%;
  display: inline-block;
  padding: 5px 0px 0px 41px;
  font-weight: normal;
}
.checkout-cart-index .cart-discount {
  padding: 0 12px 0 0;
}
.checkout-cart-index .cart-discount button.action.cancel.primary {
  float: left;
}
.product-image-container img {
  display: block !important;
}
.am-brand-slider .swiper-wrapper {
  margin-left: -5px;
}
.cms-index-index main#maincontent .columns {
  padding: 0;
}
.amslider.am-brand-slider .am-image-wrapper .am-image {
  max-width: 100%;
}
.catalog-product-view .product.media .loading-mask {
  display: inline-block;
}
.catalog-product-view .admin__data-grid-outer-wrap .block-title {
  margin: 45px 0 20px 10px;
}
.catalog-product-view .admin__data-grid-outer-wrap .block-title strong {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
}
.catalog-product-view .block.widget.block-viewed-products-grid .price-box {
  margin: 0;
}
.catalog-product-view .block.widget.block-viewed-products-grid .price-box .minimal-price-link {
  margin-top: 0;
}
.back-to-signup {
  width: 100%;
  text-align: center;
}
.customer-account-create .form-create-account fieldset.fieldset.create.account {
  position: relative;
  margin-bottom: 20px;
}
.customer-account-create .form-create-account .field.country_code.required {
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 0;
  max-width: 79px;
}
.customer-account-create .field.mobile_number .control .input-text {
  padding-left: 81px;
}
.customer-account-create .form-create-account .field.country_code.required select {
  border-color: #dddddd;
  color: rgba(0, 0, 0, 0.76);
  font-size: 13.82px;
}
.my-error.phone {
  color: #fb1c1c;
  margin-top: 3px;
}
.sidebar.sidebar-main .am-filter-items-attr_ltr.swatch-attribute.swatch-layered.ltr .swatch-option.text,
.sidebar.sidebar-main .swatch-attribute.plan div.swatch-option.text {
  width: auto;
  height: auto;
  padding: 3px 8px;
}
.sidebar.sidebar-main .am-filter-items-attr_display_size.swatch-attribute.swatch-layered.display_size .swatch-option.text {
  padding: 4px 5px;
}
.catalog-product-view select.swatch-select.brand {
  margin-bottom: 15px;
}
.checkout-index-index .opc-sidebar .opc-block-summary .minicart-items .product-item-name {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  text-transform: capitalize;
  margin: 10px 0 4px 0;
  min-height: inherit;
  text-align: left;
  max-width: 144px;
}
.page-products .widget.block-viewed-products-grid .product-item .price-box {
  margin: 0;
}
.page-products .widget.block-viewed-products-grid .product-item .minimal-price-link {
  margin-top: 0;
}
.page-products .widget.block-viewed-products-grid .block-title {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
.product-info-main .stock.available span:last-child {
  color: #e82b1a;
  font-size: 19.57px;
  letter-spacing: 0.25px;
  text-transform: none;
  font-weight: 600;
  line-height: 27px;
}
.catalog-product-view .columns .column.main {
  padding-bottom: 0px;
}
.footer-copy-right a,
.footer-copy-right p {
  font-size: 11.85px;
}
.page-products .column.main > .container.sj-test {
  padding: 0;
}
.page-products .filter-options-content .items a {
  padding-left: 0;
}
.trackorder-index-view .track_result table th:first-child {
  padding-left: 0;
}
.footer-right-new {
  width: 100%;
  display: inline-block;
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 25px;
  font-weight: normal;
}
.footer-roghtnewdiv {
  display: inline-block;
  width: 100%;
  text-align: right;
  padding-top: 13px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.footer-roghtnewdiv a,
.footer-roghtnewdiv span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.footer-roghtnewdiv span:before {
  content: "";
  height: 24px;
  width: 2px;
  background-color: #212b36;
  display: inline-block;
  margin: 0 24px;
  vertical-align: top;
}
.customer-account-edit .field .control .label {
  font-size: 13.7px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 24px;
  padding-bottom: 10px;
}
.customer-account-edit .field .control .input-text {
  margin-top: 7px;
}
.form.form-edit-account .field.number.required .control {
  display: inline-flex;
  margin-top: 0;
  width: 100%;
}
.form.form-edit-account .field.number.required select {
  position: relative;
  z-index: 6;
  top: 0;
  left: 0;
  max-width: 79px;
}
form#form-validate .field .control .input-text,
.login-container .fieldset > .field > .control input {
  min-height: 36px;
  border: 1px solid #cccccc;
  padding: 18px 16px;
  z-index: 0;
}
form#form-validate .field .control .input-text::placeholder,
.login-container .fieldset > .field > .control input::placeholder {
  padding: 0;
}
.form.form-edit-account .field.number.required input.input-text {
  margin-left: 0;
  position: relative;
  margin-top: 0 !important;
}
form#form-validate .field label.label {
  color: #637381;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
fieldset.fieldset.info .field .control input.input-text {
  margin-top: 5px;
}
.customer-account-edit .column.main .form.form-edit-account .field.number.required .control input.input-text {
  width: 100%;
  padding-left: 10px;
  margin-left: 0;
  position: relative;
  left: 0px;
  top: 0px;
}
.wishlist-index-index .product-item-info .price-box {
  text-align: left;
}
.customer-account-edit .column.main .form.form-edit-account .field.number.required .control select {
  padding-right: 25px;
  z-index: 2;
  top: 0;
  left: 0;
  max-width: 79px;
  display: inline-flex;
  right: 0;
}
body.account.customer-account-edit.page-layout-2columns-left .block-search .minisearch .action.search:before {
  margin-top: 24px;
}
label.labelNew {
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 5px;
}
body.customer-account-create.page-layout-1column label.labelNew {
  display: none;
}
.checkout-index-index div#checkout-step-payment .payment-method-content .payment-method-billing-address .billing-address-form .choice.field {
  width: 100%;
  padding-left: 6px;
}
body.checkout-cart-index .block-authentication .component-wrapper .field.mobile_number.required .field.country_code.required {
  left: 0px;
}
.cms-no-route .not-found-page {
  text-align: center;
  width: 100%;
  margin: 64px auto;
}
.cms-no-route .not-found-page h2 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24.81px;
  line-height: 30px;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 0;
}
.cms-no-route .not-found-page button.notfound-btn {
  height: 36px;
  width: 352px;
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  margin-top: 0;
  color: #ffffff;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  padding: 10px 16px;
  text-transform: uppercase;
}
.filter-options-content .items.am-filter-items-attr_category_ids.am-labels-folding input[type="radio"] {
  margin-top: 5px;
  margin-right: 6px;
  vertical-align: top;
}
.filter-options-content ul.items.am-filter-items-attr_category_ids.am-labels-folding span.label {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding-left: 0;
  white-space: nowrap;
  width: 150px;
  overflow: hidden;
}
.products {
  margin: 0;
}
.customer-account-createpassword form.form.password.reset h1.page-title {
  margin: 30px 0;
}
.customer-account-createpassword .page-title-wrapper,
.customer-account-createpassword .password-strength-meter {
  display: none;
}
.customer-account-createpassword form.form.password.reset {
  max-width: 390px;
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
.customer-account-createpassword form.form.password.reset .mage-error {
  text-align: left;
}
.customer-account-createpassword form.form.password.reset fieldset.fieldset .control {
  margin-left: 162px;
  text-align: center;
  max-width: 60%;
}
.customer-account-createpassword form.form.password.reset .actions-toolbar {
  margin-left: 162px;
}
.category-sound-bars .filter-options-content ul.items.am-filter-items-attr_category_ids.am-labels-folding .count {
  margin-right: -12px;
}
.review-customer-index .toolbar.products-reviews-toolbar.bottom .pager .pages {
  clear: both;
  right: 54px;
  z-index: 2;
}
.contact-index-index form.form.contact .field.mobile_number.required {
  position: relative;
  display: inline-block;
  left: -1px;
  width: 100%;
}
.contact-index-index .field.note.no-label {
  display: none;
}
.contact-index-index .primary button.action.submit.primary {
  color: #ffffff;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  margin-top: 12px;
  background: #ff6600;
  border: 1px solid #ff6600;
  height: 48px;
}
.contact-index-index form#contact-form .control input {
  border: 1px solid #cccccc;
}
.review-customer-index .toolbar.products-reviews-toolbar.bottom .pages .action.next,
.review-customer-index .toolbar.products-reviews-toolbar.bottom .pages .action.previous {
  border: none;
  box-shadow: none;
  background: none;
}
.review-customer-index .toolbar.products-reviews-toolbar.bottom .pages strong.page {
  background: none;
}
.review-customer-index .toolbar.products-reviews-toolbar.bottom .pager .limiter {
  float: right;
  clear: both;
  position: relative;
  top: -30px;
}
.review-customer-index .toolbar.products-reviews-toolbar.bottom .pager .pages li.item.current span {
  font-weight: normal;
}
.component-wrapper .primary.guest-cus button.action.action-login.secondary,
.popup-authentication .actions-toolbar button.action.action-login.secondary {
  height: 36px;
  color: #ffffff;
  font-size: 13.55px;
  font-weight: 600;
  width: 352px;
  line-height: 16px;
}
.checkout-cart-index .modal-popup .action-close {
  padding: 0;
}
/*New header design megamneu*/
section.ammenu-menu-desktop.-sticky .ammenu-submenu-container.ammenu-submenu.-full {
  background: transparent;
}
.ammenu-main-container .ammenu-submenu.-full .ammenu-categories-container.ammenu-categories {
  display: block;
}
.ammenu-main-container .ammenu-items li.ammenu-item.-main.-auto .ammenu-submenu-container.ammenu-submenu.-auto ul.ammenu-item.-child {
  padding-left: 15px;
  display: inline-block;
  text-align: left;
  padding-right: 0;
}
.ammenu-main-container .ammenu-items li.ammenu-item.-main.-auto .ammenu-submenu-container.ammenu-submenu.-auto {
  background: #ffffff;
  margin-top: 0;
}
section.ammenu-menu-desktop nav.ammenu-main-container .ammenu-item.-full .ammenu-categories-container > .ammenu-item.-child {
  margin-bottom: 0;
}
.category-view .page-title-wrapper {
  width: 100%;
  padding-bottom: 18px;
  display: none;
}
.category-view .category-description {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding-bottom: 63px;
  margin-bottom: 0;
}
.customcatlist-hlm {
  display: inline-block;
  padding-top: 93px;
  padding-bottom: 96px;
  border-bottom: 1px solid #dedede;
}
.category-image {
  margin-bottom: 0;
}
.amstorecredit-index-index .content-right h6 {
  padding: 0;
  border: 0;
}
.ammenu-main-container .ammenu-item.-main:first-child:hover .ammenu-submenu-container.ammenu-submenu.-full {
  margin-top: 0px;
}
.ammenu-main-container .ammenu-item.-main:hover {
  border-bottom: 4px solid #8cc63f;
  border-radius: 100px 100px 0 0;
}
section.ammenu-menu-desktop .ammenu-main-container .ammenu-submenu.-full {
  margin-top: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  color: #f5f5f5;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  padding: 10px 16px;
}
/*New catgeory page design end*/
.cms-index-index ol.product-items li .product-item-info .sj-image-container .product-item-details .price-final_price,
.cms-index-index ol.product-items li .product-item-info .sj-image-container .product-item-details .price {
  background: unset;
  width: 100%;
  left: 0;
  text-align: left;
}
.customer-account-create select#accounttype,
.customer-account-create select#businesstype {
  border: 1px solid #dddddd;
  color: rgba(0, 0, 0, 0.6);
}
.page-products .cat-promotionimg-section,
.page-products .customcatlist-hlm {
  display: none;
}
.category-view .container.sj-test .right-side .page-title-wrapper {
  display: inline-block;
}
.checkout-index-index .opc-wrapper .opc .checkout-shipping-address .step-title {
  color: #8cc63f;
  font-size: 19.57px;
  letter-spacing: 0.25px;
  line-height: 27px;
}
.checkout-index-index li#shipping .form-shipping-address .newtitleadd-shipadd {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.cart-summary .block > .title:after {
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/tarrow_dwn.png);
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  top: 15px;
  right: 0;
}
form#co-transparent-form fieldset#payment_form_payeezy .field {
  width: 100%;
}
form#co-transparent-form fieldset#payment_form_payeezy .field .control input {
  width: 352px;
}
.ammenu-main-container .ammenu-item.-main {
  width: max-content;
  padding-right: 0;
  margin-right: 22px;
}
.product.info.detailed .additional-attributes tbody tr {
  padding-bottom: 8px;
  display: inline-block;
  width: 100%;
}
.ammenu-main-container .ammenu-item.-main:nth-child(3):hover .ammenu-submenu-container.ammenu-submenu.-full,
.ammenu-main-container .ammenu-item.-main:nth-child(4):hover .ammenu-submenu-container.ammenu-submenu.-full {
  margin-top: 0;
}
.ammenu-main-container .ammenu-item.-main a img.catgeory-icon-magneto {
  vertical-align: -webkit-baseline-middle;
}
nav.ammenu-main-container li.ammenu-item.-main.-full.custom:hover {
  height: 38px;
}
.page-footer .footer-copy-right {
  margin-top: 83px;
  display: -webkit-box;
}
.footer-btm-section .col-md-2 {
  text-align: center;
}
.footer-btm-section .col-md-2 .newftrd-div {
  width: 102px;
  margin: 0 auto;
  text-align: left;
}
.page-footer .col-md-2 li.twitter {
  margin-left: -3px;
}
.cathome-bootom-image {
  position: absolute;
  margin-top: -58px;
}
.page-footer .col-md-2 li h5 {
  margin: 0;
  display: inline-block;
  color: #ffffff;
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding-left: 8px;
  text-transform: capitalize;
  font-weight: normal;
}
.customer-account-create .password-strength-meter {
  display: none;
}
.customer-address-form form#form-validate input#street_1,
.customer-address-form form#form-validate select#region_id,
.customer-address-form form#form-validate select#country {
  height: 36px;
  border: 1px solid #dedede;
}
li.ammenu-item.-main.-auto .ammenu-categories-container li.ammenu-wrapper {
  margin-bottom: 15px;
}
li.ammenu-item.-main.-auto .ammenu-categories-container li.ammenu-wrapper a.ammenu-link {
  display: inline-block;
  margin-top: -15px;
}
.amblog-index-index .amblog-post-container .amblog-wrapper h2 {
  margin-bottom: 0;
}
.contact-index-index form#contact-form .control input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.ammenu-nav-sections.nav-sections {
  z-index: 2;
}
.ammenu-nav-sections.nav-sections.fixed-menu1 {
  z-index: 3;
}
.page-header .panel ul li a {
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
}
.ammenu-main-container .ammenu-item.-main.-auto img.catgeory-icon-magneto {
  width: 30px;
  height: 28px;
}
ul.sub-cat.customcatlist {
  width: 24%;
  display: inline-grid;
}
.catalogsearch-result-index .toolbar.toolbar-products {
  margin-top: -56px !important;
}
.customer-account-create form#form-validate .field.choice.newsletter label.label {
  display: inline-block;
}
.opc-block-summary .product-item .subtotal span.price {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-align: right;
}
.customer-account-login .field.password.required input {
  z-index: 0 !important;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items {
  display: inline-block !important;
}
.checkout-index-index .checkout-payment-method .billing-address-same-as-shipping-block,
.checkout-index-index .checkout-payment-method .fieldset {
  margin-left: -22px;
}
.checkout-index-index #checkout .checkout-payment-method .fieldset .field.field-select-billing {
  padding-left: 6px;
}
.page-products.catalog-category-view .sidebar.sidebar-main,
.page-products .right-side,
.page-products .search.results {
  display: block !important;
}
.catalogsearch-result-index.page-layout-2columns-left .column.main {
  width: 100%;
}
.page-products.catalog-category-view .recently-product-cat {
  float: right;
  width: 80%;
}
.block-content.filter-content .filter-options-item:first-child {
  padding-top: 0;
}
.page-wrapper.fixed-menuheader main#maincontent {
  margin-top: 0;
}
.customer-account-login .container.sj-test {
  padding: 0;
}
.revewwithwishlist .wishlist .actions-secondary .already-in-wishlist:after {
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/wishlisted.svg);
  height: 24px;
  width: 24px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  display: inline-block;
  content: ' ';
}
.revewwithwishlist .towishlist:after {
  height: 20px;
  width: 20px;
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/Wishlist.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  content: ' ';
}
.revewwithwishlist .towishlist:hover:after {
  height: 24px;
  width: 24px;
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/wishlist_hover.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  content: ' ';
}
body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection.bottom {
  border-bottom: 0;
}
body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection.bottom .fourbiggestlevel {
  border-bottom: 1px solid #dedede;
}
/*Catgeory page new design*/
.page-products .products.products-grid li.item.product.product-item .listingproduct-right .actions-secondary {
  display: none !important;
}
.products.list .amquote-action-wrap .action.tocart {
  width: 100%;
  height: 40px;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper {
  display: none;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .block.filter {
  display: none;
}
.page-products .breadcrumbs {
  padding-top: 27px;
  margin-top: 0;
}
.catgeoryblocks-section {
  display: inline-block;
  width: 100%;
}
.catgeoryblocks-section .top-banner {
  padding-bottom: 64px;
  min-height: 260px;
}
.catgeoryblocks-section .top-banner img {
  width: 100%;
}
.catgeoryblocks-section .four-level-catgeory .top-linkbtn {
  height: 73px;
  border: 1px solid #dedede;
  background-color: #f1f2f4;
  padding: 18.5px 24.5px;
}
.catgeoryblocks-section .four-level-catgeory .top-linkbtn h2 {
  color: #8cc63f;
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}
.catgeoryblocks-section .top-linkbtn h2 {
  color: #8cc63f;
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
  display: inline-block;
}
.catgeoryblocks-section .top-linkbtn a {
  float: right;
  display: inline-block;
  height: 36px;
  width: 144px;
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  color: #f5f5f5;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  padding: 10px 12px;
  text-transform: uppercase;
  cursor: pointer;
}
.top-linkbtn {
  height: 73px;
  border: 1px solid #dedede;
  background-color: #f1f2f4;
  padding: 18.5px 24.5px;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory {
  width: 100%;
  display: inline-block;
  padding-top: 44px;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection.three {
  border-right: 0;
  border-bottom: 0;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection.three .twelve {
  border: 1px solid #dedede;
  border-left: 0;
  border-top: 0;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection.three .twelve:last-child {
  border: 1px solid #dedede;
  border-left: 0;
  border-top: 0;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection {
  display: flex;
  border: 1px solid #dedede;
  width: 100%;
  border-top: 0;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection .twelve {
  display: inline-block;
  float: left;
  width: 16.5%;
  height: 220px;
  border: 1px solid #dedede;
  border-top: 0;
  border-left: 0;
  text-align: center;
  border-bottom: 0;
  padding-top: 20px;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection .twelve .image-top-twelve {
  height: 156px;
  padding-bottom: 12px;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection .twelve .name-top-twelve {
  padding: 22px 0;
  padding-top: 0;
  display: inline-block;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection .twelve .name-top-twelve a {
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  cursor: pointer;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection .twelve .name-top-twelve a:hover {
  color: rgba(0, 0, 0, 0.6);
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection .twelve:last-child {
  border-right: 0;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section {
  display: inline-block;
  padding-top: 44px;
  width: 100%;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection {
  display: flex;
  width: 100%;
  border-width: 0px 1px 1px;
  border-style: solid solid solid;
  border-color: #dedede #dedede #dedede;
  border-image: initial;
  border-top: 0px;
  border-right: 0;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection .fourbiggestlevel {
  display: inline-block;
  float: left;
  width: 25%;
  border: 1px solid #dedede;
  border-top: 0;
  border-left: 0;
  text-align: center;
  border-bottom: 0;
  padding-top: 20px;
  height: 330px;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection .fourbiggestlevel .image-top-twelve {
  height: 260px;
  padding-bottom: 12px;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection .fourbiggestlevel .name-top-twelve {
  padding: 28px 0;
  padding-top: 0;
  display: inline-block;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection .fourbiggestlevel .name-top-twelve a {
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  cursor: pointer;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection .fourbiggestlevel .name-top-twelve a:hover {
  color: rgba(0, 0, 0, 0.6);
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection.bottom {
  border-right: 0;
  border-bottom: 0;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection.bottom .fourbiggestlevel {
  border-bottom: 1px solid #dedede;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory {
  width: 100%;
  display: inline-block;
  padding-top: 44px;
}
.biggest-two .biggest-top .biggestimg-sec a {
  background: transparent;
  width: unset;
  height: unset;
  text-align: center;
  display: inline-block;
  float: inherit;
}
/*Ice catgeory page*/
body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory .img-namesection {
  display: inline-block;
  border: 1px solid #dedede;
  width: 100%;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory .img-namesection .fourone {
  display: inline-block;
  width: 33.33%;
  float: left;
  height: unset;
  border: 1px solid #dedede;
  border-top: 0;
  border-left: 0;
}
body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory .img-namesection .fourone .image-top-fourone {
  padding: 24px;
  padding-bottom: 0;
  height: unset;
  text-align: center;
}
body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory .img-namesection .fourone .name-top-fourone {
  padding: 18px 0;
  padding-top: 0;
  text-align: center;
}
body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory .img-namesection .fourone .name-top-fourone a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory .img-namesection .fourone .name-top-fourone a:hover {
  color: rgba(0, 0, 0, 0.6);
}
/*refrigerator catgeory page*/
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .threebiggestlevel-section {
  display: inline-block;
  padding-top: 44px;
  width: 75%;
  float: left;
  padding-right: 12px;
}
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .threebiggestlevel-section .img-namesection {
  display: flex;
  width: 100%;
  border-width: 0px 1px 1px;
  border-style: solid solid solid;
  border-color: #dedede #dedede #dedede;
  border-image: initial;
  border-top: 0px;
  border-right: 0;
  border-bottom: 0;
}
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .threebiggestlevel-section .img-namesection .threebiggestlevel {
  display: inline-block;
  float: left;
  width: 33.33%;
  border: 1px solid #dedede;
  border-top: 0;
  border-left: 0;
  text-align: center;
  padding-top: 20px;
  height: 440px;
}
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .threebiggestlevel-section .img-namesection .threebiggestlevel .image-top-twelve {
  height: 360px;
  padding-bottom: 12px;
}
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .threebiggestlevel-section .img-namesection .threebiggestlevel .name-top-twelve {
  padding: 30px 0;
  padding-top: 0;
  display: inline-block;
}
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .biggest-two {
  display: inline-block;
  width: 25%;
  padding-top: 44px;
  text-align: center;
  float: right;
  padding-left: 12px;
}
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .biggest-two .biggest-top {
  width: 100%;
  float: left;
  display: inline-block;
  border: 1px solid #dedede;
  height: 512px;
}
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .biggest-two .biggest-top .biggestimg-sec a {
  background: transparent;
  width: unset;
  height: unset;
  text-align: center;
  display: inline-block;
  float: inherit;
}
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .biggest-two .top-linkbtn {
  padding: 20px 0;
  text-align: center;
  width: 100%;
  display: inline-block;
  border: 0;
}
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .biggest-two .top-linkbtn .biggestimg-sec {
  height: 380px;
  display: inline-block;
  padding: 24px;
}
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .biggest-two .top-linkbtn .viewallbigg {
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 24px;
  padding-top: 0;
  padding-bottom: 16px;
}
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .biggest-two .top-linkbtn .viewallbigg a {
  float: none;
}
.fourbiggestlevel-section {
  display: inline-block;
  width: 100%;
}
.fourbiggestlevel-section .img-namesection {
  display: flex;
  width: 100%;
  border-width: 0px 1px 1px;
  border-style: solid solid solid;
  border-color: #dedede #dedede #dedede;
  border-image: initial;
  border-top: 0px;
  border-right: 0;
}
.fourbiggestlevel-section .img-namesection .fourbiggestlevel {
  display: inline-block;
  float: left;
  width: 25%;
  border: 1px solid #dedede;
  border-top: 0;
  border-left: 0;
  text-align: center;
  border-bottom: 0;
  padding-top: 20px;
  height: 330px;
}
.fourbiggestlevel-section .img-namesection .fourbiggestlevel .image-top-twelve {
  height: 260px;
  padding-bottom: 12px;
}
.fourbiggestlevel-section .img-namesection .fourbiggestlevel .name-top-twelve {
  padding: 28px 0;
  padding-top: 0;
  display: inline-block;
}
.fourbiggestlevel-section .img-namesection .fourbiggestlevel .name-top-twelve a {
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  cursor: pointer;
}
.fourbiggestlevel-section .img-namesection .fourbiggestlevel .name-top-twelve a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.fourbiggestlevel-section .img-namesection.bottom {
  border-right: 0;
}
.two-level-catgeory {
  display: inline-block;
  width: 35%;
  float: right;
  padding-left: 12px;
}
.two-level-catgeory .img-namesection {
  display: inline-block;
  border: 1px solid #dedede;
  width: 100%;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}
.two-level-catgeory .img-namesection .twoone {
  display: inline-block;
  width: 50%;
  float: left;
  height: 216px;
  border: 1px solid #dedede;
  border-top: 0;
  border-left: 0;
}
.two-level-catgeory .img-namesection .twoone .image-top-twoone {
  padding: 24px;
  padding-bottom: 0;
  height: 174px;
}
.two-level-catgeory .img-namesection .twoone .name-top-twoone {
  padding: 18px 0;
  padding-top: 0;
  text-align: center;
}
.two-level-catgeory .img-namesection .twoone .name-top-twoone a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.two-level-catgeory .img-namesection .twoone .name-top-twoone a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.four-level-catgeory {
  width: 65%;
  float: left;
  padding-right: 12px;
}
.four-level-catgeory .img-namesection {
  display: inline-block;
  border: 1px solid #dedede;
  width: 100%;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}
.four-level-catgeory .img-namesection .fourone {
  display: inline-block;
  width: 25%;
  float: left;
  height: 216px;
  border: 1px solid #dedede;
  border-top: 0;
  border-left: 0;
}
.four-level-catgeory .img-namesection .fourone .image-top-fourone {
  padding: 24px;
  padding-bottom: 0;
  height: 174px;
}
.four-level-catgeory .img-namesection .fourone .name-top-fourone {
  padding: 18px 0;
  padding-top: 0;
  text-align: center;
}
.four-level-catgeory .img-namesection .fourone .name-top-fourone a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.four-level-catgeory .img-namesection .fourone .name-top-fourone a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.fourbiggestlevel-section.threeone {
  width: 75%;
}
.fourbiggestlevel-section.threeone .img-namesection .fourbiggestlevel {
  width: 33.33%;
}
.biggest-two {
  display: inline-block;
  width: 100%;
  padding-top: 44px;
}
.biggest-two .biggest-top {
  width: 49%;
  float: left;
  display: inline-block;
  border: 1px solid #dedede;
  height: 509px;
}
.biggest-two .biggest-top.left {
  margin-right: 12px;
}
.biggest-two .biggest-top.right {
  margin-left: 12px;
}
.biggest-two .biggest-top .biggestimg-sec {
  height: 360px;
  padding: 24px;
  padding-bottom: 0;
}
.biggest-two .biggest-top .top-linkbtn {
  padding: 28px 0;
  text-align: center;
  width: 100%;
  display: inline-block;
  border: 0;
}
.biggest-two .biggest-top .top-linkbtn h2 {
  padding-bottom: 24px;
  width: 100%;
}
.biggest-two .biggest-top .viewallbigg {
  text-align: center;
  width: 100%;
  display: inline-block;
  float: none;
  padding: 24px;
  padding-top: 0;
}
.biggest-two .biggest-top .viewallbigg a {
  float: none;
}
/*food prep category page*/
body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection {
  display: flex;
}
body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection.bottom {
  border-bottom: 0;
  border-right: 0;
}
body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection.bottom .sixone {
  border-bottom: 1px solid #dedede;
}
body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection.bottom .sixone:last-child {
  border-right: 1px solid #dedede;
}
/*Dish washing page*/
body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .biggest-two {
  padding-top: 0;
}
body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section {
  margin-top: 44px;
}
.biggest-two.three {
  margin-top: 44px;
  display: inline-block;
}
.biggest-two.three .biggest-top-three {
  width: 32%;
  float: left;
  margin: 0 12px;
  display: inline-block;
  border: 1px solid #dedede;
  height: 512px;
}
.biggest-two.three .biggest-top-three:first-child {
  margin-left: 0;
}
.biggest-two.three .biggest-top-three:last-child {
  margin-right: 0;
}
.biggest-two.three .biggest-top-three .top-linkbtn .biggestimg-sec {
  height: 395px;
  display: inline-block;
  padding: 24px;
}
.biggest-two.three .biggest-top-three .top-linkbtn .viewallbigg {
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 24px;
  padding-top: 0;
  padding-bottom: 16px;
}
.biggest-two.three .biggest-top-three .top-linkbtn .viewallbigg a {
  float: none;
}
/*dining category page*/
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory {
  margin-top: 0;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection {
  display: flex;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection.bottom {
  border-bottom: 0;
  border-right: 0;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection.bottom .sixone {
  border-bottom: 1px solid #dedede;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection.bottom .sixone:last-child {
  border-right: 1px solid #dedede;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree {
  margin-top: 44px;
  display: inline-block;
  width: 100%;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-one-left {
  width: 25%;
  float: left;
  display: inline-block;
  margin-right: 12px;
  height: 390px;
  border: 1px solid #dedede;
  text-align: center;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-one-left .biggestimg-sec {
  padding: 24px;
  height: 280px;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-one-left .viewallbigg a {
  float: none;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-three-left {
  width: 25%;
  float: left;
  display: inline-block;
  margin-left: 12px;
  height: 390px;
  border: 1px solid #dedede;
  text-align: center;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-three-left .biggestimg-sec {
  padding: 24px;
  height: 280px;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-three-left .viewallbigg a {
  float: none;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-center-two {
  width: 46%;
  float: left;
  display: inline-block;
  margin: 0 12px;
  height: 390px;
  text-align: center;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-center-two .top-linkbtn {
  text-align: left;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-center-two .centerimgsec {
  display: inline-block;
  float: left;
  height: 316px;
  width: 100%;
  padding: 0;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-center-two .centerimgsec .biggestimg-sec {
  float: left;
  text-align: center;
  border: 1px solid #dedede;
  display: inline-block;
  width: 50%;
  height: 316px;
}
/*staineless catgeory page*/
body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .two-level-catgeory {
  float: left;
  padding-left: 0;
  padding-right: 12px;
}
body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory {
  float: right;
  padding-left: 12px;
  padding-right: 0;
}
body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .biggest-two .biggest-top.left:first-child {
  margin-left: 0;
}
body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .biggest-two .biggest-top.left:last-child {
  margin-right: 0;
}
/*smallware catgeory page*/
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory {
  padding-right: 12px;
  display: inline-block;
  margin-top: 44px;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory .fourone {
  width: 25%;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .two-level-catgeory {
  margin-top: 44px;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory {
  width: 50%;
  float: left;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory .img-namesection {
  width: 100%;
  display: inline-block;
  border: 1px solid #dedede;
  height: 260px;
  border-left: 0;
  border-top: 0;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory .img-namesection .threeone {
  width: 33.33%;
  float: left;
  display: inline-block;
  border: 1px solid #dedede;
  height: 260px;
  text-align: center;
  padding: 12px;
  padding-bottom: 0;
  border-bottom: 0;
  border-right: 0;
  border-top: 0;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory .img-namesection .threeone .name-top-three a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory .img-namesection .threeone .name-top-three a:hover {
  color: rgba(0, 0, 0, 0.6);
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory.left {
  padding-left: 12px;
  margin-top: 44px;
  width: 35%;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory.left .img-namesection .threeone {
  width: 50%;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory.right {
  padding: 0 12px;
  margin-top: 44px;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory.btm {
  margin-top: 40px;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .twobiggest-categorysec {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .twobiggest-categorysec .two-big-catgeory {
  width: 49%;
  display: inline-block;
  float: left;
  border: 1px solid #dedede;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .twobiggest-categorysec .two-big-catgeory.left {
  margin-right: 12px;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .twobiggest-categorysec .two-big-catgeory.right {
  margin-left: 12px;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .twobiggest-categorysec .two-big-catgeory .img-namesection {
  display: inline-block;
  width: 100%;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .twobiggest-categorysec .two-big-catgeory .img-namesection .two-big {
  display: inline-block;
  float: left;
  width: 50%;
  border: 1px solid #dedede;
  height: 355px;
  padding: 20px;
  text-align: center;
  padding-bottom: 0;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .twobiggest-categorysec .two-big-catgeory .img-namesection .two-big .name-top-two-big a {
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  cursor: pointer;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .twobiggest-categorysec .two-big-catgeory .img-namesection .two-big .name-top-two-big a:hover {
  color: rgba(0, 0, 0, 0.6);
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec {
  display: flex;
  width: 100%;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec .bigthreeleftsc {
  display: inline-block;
  width: 15%;
  float: left;
  padding-right: 12px;
  margin-top: 44px;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec .bigthreeleftsc .biggest-threesuper {
  width: 100%;
  display: inline-block;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec .bigthreeleftsc .biggest-threesuper .biggest-three {
  float: left;
  width: 100%;
  border: 1px solid #dedede;
  display: inline-block;
  margin: 0 12px;
  height: 332px;
  text-align: center;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec .bigthreeleftsc .biggest-threesuper .biggest-three.left {
  margin-left: 0;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec .bigthreeleftsc .biggest-threesuper .biggest-three.right {
  margin-right: 0;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec .bigthreeleftsc .biggest-threesuper .biggest-three .top-linkbtn {
  display: inline-block;
  padding: 20px 0;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec .bigthreeleftsc .biggest-threesuper .biggest-three .top-linkbtn .biggestimg-sec {
  display: inline-block;
  height: 222px;
  padding-top: 24px;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec .bigthreeleftsc .biggest-threesuper .biggest-three .top-linkbtn .viewallbigg a {
  float: none;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .block.filter {
  display: none;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page {
  width: 100% !important;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item {
  width: 15%;
}
.six-level-catgeory {
  width: 100%;
  display: inline-block;
  margin-top: 40px;
}
.six-level-catgeory .img-namesection {
  display: inline-block;
  border: 1px solid #dedede;
  width: 100%;
  border-top: 0;
}
.six-level-catgeory .img-namesection .sixone {
  display: inline-block;
  float: left;
  width: 16.5%;
  height: 220px;
  border: 1px solid #dedede;
  border-top: 0;
  border-left: 0;
  text-align: center;
  border-bottom: 0;
  padding-top: 20px;
}
.six-level-catgeory .img-namesection .sixone .image-top-sixone {
  height: 156px;
  padding-bottom: 12px;
}
.six-level-catgeory .img-namesection .sixone .name-top-sixone {
  padding: 22px 0;
  padding-top: 0;
  display: inline-block;
}
.six-level-catgeory .img-namesection .sixone .name-top-sixone a {
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  cursor: pointer;
}
.six-level-catgeory .img-namesection .sixone .name-top-sixone a:hover {
  color: rgba(0, 0, 0, 0.6);
}
/*cooking catgeory page*/
body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section.threeone {
  width: 75%;
  padding: 44px 0;
}
body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section.threeone .img-namesection .fourbiggestlevel {
  width: 33.33%;
}
body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section.topbtm {
  padding-top: 44px;
}
/*ovens category page*/
body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory {
  margin-top: 0;
}
body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection {
  display: flex;
}
body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection.bottom {
  border-bottom: 0;
  border-right: 0;
}
body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection.bottom .sixone {
  border-bottom: 1px solid #dedede;
}
body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection.bottom .sixone:last-child {
  border-right: 1px solid #dedede;
}
.name-top-twelve a {
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  cursor: pointer;
}
.name-top-twelve a:hover {
  color: rgba(0, 0, 0, 0.6);
}
section.ammenu-menu-wrapper.-desktop div#amasty-shopby-product-list .block.widget.amsorting.block-products-list.grid .product-item-details .price-final_price {
  text-align: left;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .number span.plus {
  position: relative;
  left: -34px;
  top: 7px;
  height: 2px;
  width: 16px;
  padding: 0;
  border-left: 1px solid #dedede;
  padding-left: 2px;
}
.product-info-main .stock.available {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  width: 100%;
  padding: 19px 0;
  margin-bottom: 19px;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .number span.minus {
  left: -19px;
}
.product-info-main .product-add-form .box-tocart span.minus {
  left: -18px;
}
.six-level-catgeory .img-namesection .sixone:last-child {
  border-right: 0;
}
.product-info-main .product-add-form .box-tocart span.minus,
.checkout-cart-index .cart.table-wrapper .cart > .item .number span.minus,
.product-info-main .product-add-form .box-tocart span.plus {
  position: relative;
  left: -33px;
  top: 8px;
  height: 2px;
  width: 16px;
  padding: 0;
  border-left: 1px solid #dedede;
  padding-left: 2px;
}
.checkout-cart-index .cart-container .cart-summary .discount .title:after {
  background-image: none;
  content: ' ';
}
.amsearch-item-container > .amasty-xsearch-block-header {
  padding: 0;
}
.amsearch-item-container.popular_searches,
.amsearch-item-container.recent_searches {
  float: left;
  width: 100%;
  text-align: left;
}
.amsearch-item-container > .amasty-xsearch-block-header:before {
  width: 0;
}
.amsearch-form-container.-large .amsearch-wrapper-content .product-item-actions {
  display: none;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main {
  padding: 4px 14px;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover {
  background: transparent;
  padding-bottom: 0;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main a.ammenu-link.-main.-parent {
  color: rgba(0, 0, 0, 0.6) !important;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
div#mageplaza-bannerslider-block-before-content-3 {
  margin-top: -24px;
}
.two-level-catgeory .img-namesection .twoone {
  text-align: center;
}
.two-level-catgeory .img-namesection .twoone .image-top-twoone {
  width: 150px;
  display: inline-block;
}
.catalog-product-view .recently-product-cat .block-title {
  margin-top: 32px;
}
.page-products .breadcrumbs {
  margin-bottom: 16px;
}
body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .biggest-two.three .biggest-top-three .top-linkbtn .biggestimg-sec a {
  background: transparent;
  width: auto;
  height: unset;
}
.account.sales-order-history .data.table .col.actions a.action.view,
body.account.sales-order-history a.action.order {
  text-decoration: none;
  color: #ff6600;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
body.account.wishlist-index-index section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full div#amasty-shopby-product-list .block.widget.amsorting.block-products-list.grid .products-grid.grid ol.product-items.widget-product-grid li.product-item .product-item-info .product-item-details strong.product-item-name {
  height: 32px;
  min-height: 32px;
}
.filter-current strong.block-subtitle,
.filter-current ol.items,
.sidebar.sidebar-main .block-actions.filter-actions {
  padding-left: 0;
}
.page-products .products.wrapper.list.products-list {
  width: 79%;
  float: right;
}
.catgeoryblocks-section .top-banner.responsive {
  display: none;
}
.page-products .products.wrapper.list.products-list.amscroll-pages {
  margin-top: 12px;
}
.catalog-product-view .wedeliver-sec {
  margin-bottom: 12px;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-2 ul.ammenu-item.-child li.ammenu-wrapper,
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-3 li.ammenu-wrapper ul.ammenu-item.-child li.ammenu-wrapper,
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-2 li.ammenu-wrapper {
  float: left;
}
body.page-products.page-with-filter.catalogsearch-result-index.page-layout-1column .products.wrapper.grid.products-grid {
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout,
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  border-radius: 0;
  background: transparent;
  color: #666;
  margin: 0;
  border: 1px solid #666;
  padding: 8px;
  text-transform: capitalize;
}
.page-products.catalog-category-view .page-title-wrapper .page-title {
  width: 100%;
  float: left;
  text-align: left;
  margin-bottom: 13px;
}
.reviews .reviewmain-section h3,
.payment-responsivesec {
  display: none;
}
.fotorama__stage__frame.fotorama__active {
  margin-left: 15px;
}
.catalog-product-view header.page-header,
.checkout-cart-index header.page-header {
  z-index: 1;
}
.reviewsectionleft-product.responsive,
.reviewsectionright-product.responsive,
.sku-custom.responsive {
  display: none;
}
div#mageplaza-bannerslider-block-before-content-4,
div#mageplaza-bannerslider-block-before-content-8 {
  display: none;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-2 li.ammenu-wrapper {
  width: 100%;
}
/*New Css start*/
.page-products.ambrand-index-index.page-layout-2columns-left .sidebar.sidebar-main {
  margin-top: 0;
}
/*New product page design*/
.catalog-product-view .columns .column.main .container.sj-test {
  padding: 0 100px;
}
.catalog-product-view .columns .column.main .container.sj-test .container {
  padding: 0;
}
.catalog-product-view .columns .column.main .container {
  padding: 0 100px;
}
.catalog-product-view .product-info-main .product.alert {
  margin: 22px 0 0;
  padding-bottom: 28px;
  width: 100%;
  display: inline-block;
}
.catalog-product-view .product-info-main .product.alert form#notify-form {
  width: 60%;
}
.catalog-product-view .product-info-main .product.alert .submitsction {
  width: 158px;
  float: right;
  display: inline-block;
}
.catalog-product-view .product-info-main .product.alert .submitsction input.notify_btn {
  height: 36px;
  width: 100%;
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  color: #f5f5f5;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.catalog-product-view .product-info-main .product.alert .control {
  width: 246px;
  display: inline-block;
}
.catalog-product-view .product-info-main .product.alert .control input.notify_email.input-text {
  height: 36px;
  width: 249px;
  border: 1px solid #cccccc;
  padding: 8px 16px;
}
.catalog-product-view .product-info-main .product.alert .control input.notify_email.input-text::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
/*new category pages as per new design*/
.new-mainfifty {
  width: 100%;
  display: inline-block;
}
.new-mainfifty .fifty-level-catgeory.left {
  padding-left: 0;
}
.new-mainfifty .fifty-level-catgeory {
  width: 50%;
  float: left;
  padding: 0 12px;
}
.new-mainfifty .fifty-level-catgeory .img-namesection {
  display: inline-block;
  border: 1px solid #dedede;
  width: 100%;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}
.new-mainfifty .fifty-level-catgeory .img-namesection .twoone {
  display: inherit;
  width: 50%;
  float: left;
  border: 1px solid #dedede;
  border-top: 0;
  border-left: 0;
  padding: 24px;
}
.new-mainfifty .fifty-level-catgeory.right {
  padding-right: 0;
}
.name-top-twoone {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.name-top-twoone a {
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: .1px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.name-top-twoone a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.six-level-catgeory.coffee {
  width: 82%;
}
.six-level-catgeory.coffee .img-namesection {
  border-right: 0;
  border-bottom: 0;
  width: 100%;
}
.six-level-catgeory.coffee .img-namesection .sixone {
  border-bottom: 1px solid #dedede;
  width: 20%;
}
.six-level-catgeory.coffee .img-namesection .sixone:last-child {
  border-right: 1px solid #dedede;
}
.four-level-catgeory.ice {
  width: 75%;
  padding-right: 0;
}
.refrig-mainsec {
  width: 100%;
  display: inline-block;
}
.six-level-catgeory.beverage {
  margin-top: 0;
}
.six-level-catgeory.cooking {
  width: 80%;
}
.six-level-catgeory.cooking .img-namesection .sixone {
  width: 20%;
}
.fourbiggestlevel-section.oven .img-namesection.bottom {
  border-bottom: 0;
}
.fourbiggestlevel-section.oven .img-namesection.bottom .fourbiggestlevel {
  border-bottom: 1px solid #dedede;
}
.fourbiggestlevel-section.storage {
  width: 75%;
}
.fourbiggestlevel-section.storage .img-namesection .fourbiggestlevel {
  width: 33.33%;
}
.biggest-two.dishwashing .biggest-top {
  width: 23.5%;
  float: left;
  margin: 0 12px;
}
.biggest-two.dishwashing .biggest-top .top-linkbtn {
  height: 73px;
  padding: 0;
}
.biggest-two.dishwashing .biggest-top .top-linkbtn h2 {
  padding: 18px 0;
}
.biggest-two.dishwashing .biggest-top.biggest-top.left {
  margin-left: 0;
}
.biggest-two.dishwashing .biggest-top.last {
  margin-right: 0;
}
.biggest-two.dishwashing {
  padding-top: 0;
}
/*Hover effect*/
.page-products.catalog-category-view .recently-product-cat.category-page .nakjakj.grid ol.product-items.widget-new-grid li.product-item .product-image-wrapper {
  height: 182px;
}
.actions-toolbar > .secondary a:hover,
a:hover {
  color: rgba(0, 0, 0, 0.87);
}
.products.list .amquote-action-wrap .action.tocart.primary.disabled {
  opacity: 1;
}
.home-catsec a.hm-see-more:hover {
  color: rgba(0, 0, 0, 0.87);
}
.page-header .panel ul li a:hover {
  opacity: 0.9;
}
.name-top-sixone a:hover,
.checkout-onepage-success .checkout-success .success-messages a.order-number:hover,
.helpdesk-ticket-index table.data.table.hdmx__tickets-table tr td a:hover,
.post-view .post-nextprev-hld .prev-link:hover,
.checkout-index-index .modal-popup .modal-footer button.action.secondary.action-hide-popup:hover,
.post-view .post-nextprev-hld .next-link:hover,
.account .data.table .col.actions a.action.view:hover,
.account .data.table .col.actions a.action.quote:hover {
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.page-products .product-image-container img {
  display: inline-block !important;
  bottom: unset;
}
.page-products .product-image-wrapper:hover {
  background: #000000;
}
.page-products span.product-image-container {
  width: 100% !important;
  /* background-color: @color-black;*/
}
.page-products a.product.photo.product-item-photo {
  width: 100%;
}
.page-products .product-image-photo:hover,
.page-products .new-product-image-photo:hover {
  background-color: #ffffff !important;
  opacity: 0.6;
  width: 100%;
}
.page-products .actions-secondary {
  position: absolute;
  top: 8px;
  right: -3px;
}
.page-products .product.photo.product-item-photo:hover .actions-secondary {
  z-index: 9;
}
.page-products .products.wrapper.list.products-list .product-items .product.photo.product-item-photo {
  width: 22%;
}
.page-products .products.wrapper.list.products-list .product-items .product-image-wrapper:hover {
  background: transparent;
}
.page-products .products.wrapper.list.products-list .product-items .product-image-photo:hover {
  opacity: unset;
}
.page-products .product-item .old-price {
  margin: 0;
  height: 16px;
  display: inline-block;
}
.actions-secondary.listingview {
  position: relative;
  float: right;
  right: -10px;
  top: 15px;
}
.products.wrapper.list.products-list .actions-secondary,
.products.wrapper.grid.products-grid .actions-secondary.listingview {
  display: none;
}
.products.wrapper.list.products-list .actions-secondary.listingview,
.products.wrapper.grid.products-grid .actions-secondary {
  display: inline-block;
}
/*Brand section home page design*/
.homepage-adbannersection.responsive {
  display: none;
}
.brandsection-productpage h3 {
  margin: 0;
  color: #8cc63f;
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 18px;
}
.brandsection-productpage .amshopby-option-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  padding-bottom: 24px;
}
.brandsection-productpage .amshopby-option-link img {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.brandsection-productpage .amshopby-option-link span.link-short-description {
  width: 100%;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding-top: 17px;
}
/*Box-shadow homke page new products*/
.block.widget .products-grid .product-items li.product-item {
  box-shadow: 0 2px 8px 0 rgba(102, 102, 102, 0.5);
}
.block.widget .products-grid .product-items li.product-item {
  width: 15.1%;
  margin: 0 12px;
}
.block.widget .products-grid .product-items li.product-item:first-child,
.page-layout-1column .block.widget .products-grid .product-item:first-child {
  margin-left: 0 !important;
}
.block.widget .products-grid .product-items li.product-item:last-child {
  margin-right: 0;
}
.page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1),
.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1),
.page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
  margin-left: 12px !important;
}
.product-item-name {
  height: 40px;
  padding: 0 16px;
}
button.action.tocart.primary,
.cms-index-index ol.product-items li .product-item-info .product-item-details .product-item-actions .actions-primary {
  width: 100%;
}
button.action.tocart.primary {
  color: #f5f5f5;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  padding: 10px 16px;
  background: #ff6600;
  border-radius: 4px;
}
.cms-index-index .widget .block-title {
  margin-bottom: 25px;
  text-transform: uppercase;
}
.cms-index-index .widget .block-title strong,
.amslider-header-container,
.block-title h2,
.home-catsec h2,
.homecatsection-homepg .block-title strong {
  color: #8cc63f;
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 1.25px;
}
.price-box span.price-container span.price {
  padding-left: 16px;
  text-align: left;
  margin-left: 0;
}
strong.product-item-name {
  margin: 0;
  margin-bottom: 5px;
}
/*Brand slider*/
.amslider-header-container {
  background: transparent;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 60px;
}
div#amslider_id1 {
  margin-bottom: 0;
}
.am-slider-container {
  width: 100%;
  max-width: 1366px;
  padding: 0 17px;
  margin: 84px auto;
  margin-top: 0;
}
/*Home page add bannersection*/
.homepage-adbannersection {
  margin: 44px 0 39px 0;
}
.block-title h2 {
  margin: 0;
}
.block.widget.block-products-list.grid .products-grid .product-item {
  margin-left: 12px;
  margin-bottom: 0;
}
.home-catsec.container {
  margin-bottom: 25px;
}
.home-catsec.container h2 {
  width: 50%;
  float: left;
  margin: 0;
}
.home-catsec.container a.hm-see-more {
  float: right;
  width: 50%;
  position: relative;
  right: 0;
  text-align: right;
  display: inline-block;
}
/*home page why kawader static section*/
.whykawadaer-section-home .main-oneofsttaic .onesection {
  display: inline-block;
  float: left;
  width: 20%;
  border-right: 1px solid #dedede;
  padding: 0 16px;
  text-align: center;
}
.whykawadaer-section-home .main-oneofsttaic .onesection .titlemiddle h3 {
  margin-top: 22px;
  margin-bottom: 11px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  min-height: 48px;
}
.whykawadaer-section-home .main-oneofsttaic .onesection .btm-cont {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  height: 60px;
}
.whykawadaer-section-home .main-oneofsttaic .onesection.last {
  border-right: none;
}
/*home page recent blog post*/
.blog-widget-recent.home-blog .post-list .post-header .post-title {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 11px;
}
/*Category page*/
.page-products .products.wrapper.list.products-list a.product.photo.product-item-photo {
  width: auto;
}
.page-products .toolbar.toolbar-products .modes {
  float: right;
  margin-right: 0;
}
.page-products .toolbar.toolbar-products .modes .modes-mode.active {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.page-products .toolbar.toolbar-products .modes .modes-mode:last-child {
  border-radius: 0;
}
.page-products .toolbar.toolbar-products .modes .modes-mode.active.mode-grid:before {
  content: ' ';
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/gridgreen.png);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.page-products .toolbar.toolbar-products .modes .mode-list:before {
  content: ' ';
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/listgray.png);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.page-products .toolbar.toolbar-products .modes .modes-mode.active.mode-list:before {
  content: ' ';
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/listavtivegreen.png);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.page-products .toolbar.toolbar-products .modes .modes-mode.mode-grid:before {
  content: ' ';
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/griddisablegray.png);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.page-products .toolbar.toolbar-products .modes .modes-mode {
  padding: 6px;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
}
.page-products .toolbar.toolbar-products .toolbar-sorter.sorter {
  margin: 0;
  position: relative;
  right: 72px;
  top: -38px;
}
.page-products .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding-right: 16px;
}
.page-products h1.page-title {
  margin-bottom: 0;
}
.page-products h1.page-title span {
  color: #ff6600;
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
}
.page-products li.item {
  list-style: none;
}
.page-products .filter-options .am-ranges ol.items,
.page-products .container.sj-test {
  padding: 0;
}
.catalog-category-view .product-item .product-reviews-summary {
  padding-left: 16px;
  display: block;
  vertical-align: unset;
  padding-bottom: 16px;
}
.catalog-category-view .product-item .product-reviews-summary .reviews-actions {
  display: block !important;
}
/*Product detail page*/
.catalog-product-view .amquote-addto-button {
  background-color: rgba(98, 2, 238, 0);
  border: 1px solid rgba(0, 0, 0, 0.12);
  height: 36px;
  width: 100%;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  padding: 10px 16px;
  text-transform: uppercase;
  border-radius: 0;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart {
  float: left;
  width: 100%;
  margin: 20px 0 24px;
  height: 84px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset {
  width: 50%;
  float: left;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
  float: right;
  width: 50%;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions .action.tocart {
  height: 36px;
  width: 100%;
  background-color: #8cc63f;
  border-color: #8cc63f;
  padding: 0;
  float: left;
  margin-bottom: 12px;
}
.catalog-product-view .product-attachment.section-main h3 {
  margin: 0;
  color: #ff6600;
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.catalog-product-view .product-attachment.section-main .product-attachment a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-decoration: underline;
}
.catalog-product-view .specification-section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.catalog-product-view .specification-section h3 {
  margin: 0;
  color: #8cc63f;
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 11px;
}
.catalog-product-view .specification-section .specifictaioncontent .additional-attributes-wrapper.table-wrapper table.data.table.additional-attributes tbody tr {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 0;
  border-right: 0;
  height: 36px;
}
.catalog-product-view .specification-section .specifictaioncontent .additional-attributes-wrapper.table-wrapper table.data.table.additional-attributes tbody tr th,
.catalog-product-view .specification-section .specifictaioncontent .additional-attributes-wrapper.table-wrapper table.data.table.additional-attributes tbody tr td {
  border: 0;
}
.catalog-product-view .specification-section .specifictaioncontent .additional-attributes-wrapper.table-wrapper table.data.table.additional-attributes tbody tr th.col.label {
  width: 35%;
  padding: 8px 12px;
  padding-left: 0;
  padding-bottom: 12px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.catalog-product-view .specification-section .specifictaioncontent .additional-attributes-wrapper.table-wrapper table.data.table.additional-attributes tbody tr td.col.data {
  width: 75%;
  padding: 8px 12px;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  float: right;
}
.catalog-product-view .specification-section .specifictaioncontent .additional-attributes-wrapper.table-wrapper table.data.table.additional-attributes tbody tr:last-child {
  border: 0;
}
.catalog-product-view .specification-section ul li {
  list-style: disc;
  padding-left: 8px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.catalog-product-view .columns {
  padding-bottom: 96px;
}
.catalog-product-view .page-title-wrapper {
  width: 75%;
  display: inline-block;
}
.catalog-product-view .related-video-section {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.catalog-product-view .related-video-section h3 {
  margin: 0;
  color: #8cc63f;
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 17px;
}
.catalog-product-view .product-attachment.section-main {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.catalog-product-view .reviews .reviewsectionleft-product {
  width: 50%;
  float: left;
  padding-right: 24px;
}
.catalog-product-view .reviews .reviewsectionright-product {
  width: 50%;
  float: right;
  padding: 22px 0 0 24px;
  background-color: #F8F9FB;
}
.catalog-product-view .reviews .reviewsectionright-product h3 {
  margin: 0;
  color: #8cc63f;
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  text-transform: uppercase;
}
.catalog-product-view .reviews .reviewsectionright-product .product.descriptionsection {
  padding-top: 11px;
  padding-bottom: 20px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: justify;
  padding-right: 24px;
}
.catalog-product-view .reviews .reviewsectionright-product .product.descriptionsection p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.catalog-product-view .payment-iconstatic {
  display: inline-block;
  padding: 4px 0;
  width: 32%;
  float: right;
}
.catalog-product-view .payment-iconstatic h5 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
  margin: 0;
  font-weight: normal;
  float: left;
  padding: 4px 16px 4px 0;
}
.catalog-product-view .payment-iconstatic .iconimg ul li {
  float: left;
}
.catalog-product-view .payment-iconstatic .iconimg ul li.discover {
  width: 38px;
  height: 24px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/css_sprites.png) -10px -62px;
  margin-right: 16px;
}
.catalog-product-view .payment-iconstatic .iconimg ul li.visa {
  width: 38px;
  height: 24px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/css_sprites.png) -182px -62px;
  margin-right: 16px;
}
.catalog-product-view .payment-iconstatic .iconimg ul li.mastercard {
  width: 38px;
  height: 24px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/css_sprites.png) -125px -62px;
  margin-right: 16px;
}
.catalog-product-view .payment-iconstatic .iconimg ul li.american {
  width: 38px;
  height: 24px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/css_sprites.png) -68px -62px;
}
/*MY Account*/
fieldset.fieldset .legend {
  padding-bottom: 10px;
}
fieldset.fieldset .legend span {
  color: rgba(0, 0, 0, 0.87);
  font-size: 19.57px;
  font-weight: 600;
  letter-spacing: 0.25px;
  text-transform: capitalize;
}
.newsletter-manage-index .field.choice .label span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.newsletter-manage-index .actions-toolbar .action.save.primary {
  width: 144px;
}
.review-customer-index .data.table.table-reviews thead tr th {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.review-customer-index .data.table.table-reviews tbody tr td {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.review-customer-index .products-reviews-toolbar {
  padding-top: 11px;
}
.review-customer-index .products-reviews-toolbar .toolbar-amount .toolbar-number {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.review-customer-index .products-reviews-toolbar .limiter strong,
.review-customer-index .products-reviews-toolbar .limiter span {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.account .columns .container {
  padding: 0;
}
.wishlist-index-index .products-grid .product-item {
  box-shadow: 0 2px 8px 0 rgba(102, 102, 102, 0.5);
  margin-bottom: 24px;
}
.wishlist-index-index section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .block.widget.amsorting.block-products-list.grid .products-grid.grid li.product-item .product-item-details strong.product-item-name {
  min-height: unset;
}
.cms-index-index ol.product-items li .product-item-info .product-item-details {
  display: inline-block;
}
.page-header .panel {
  background-color: #8cc63f;
  height: 48px;
  padding: 12px 0;
}
.page-header .panel ul.top-left li:before {
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/footerprite.png);
  display: inline-block;
  content: ' ';
  width: 24px;
  height: 24px;
  background-position: -18px -72px;
}
.page-header .panel ul.top-left a.track-link {
  display: inline-block;
  padding-left: 8px;
  font-size: 13.7px;
  font-weight: 600;
  vertical-align: top;
}
.page-header .panel ul.top-right li.weship-static {
  display: inline-block;
}
.page-header .panel ul.top-right li.weship-static span {
  padding-right: 0;
  float: left;
}
.sales-order-history .table-order-items tr th {
  color: #212b36;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  padding: 10px 0;
}
.sales-order-history .table-order-items tr td {
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  border-top: 1px solid #e2e6e9;
}
.sales-order-history .pager .toolbar-amount,
.sales-order-history .pager .limiter {
  padding-top: 11px;
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.customer-address-form .fieldset > .field > .label {
  margin-bottom: 11px;
}
.customer-address-form .actions-toolbar .action.save.primary {
  width: 352px;
}
.customer-address-form .field.choice.set.billing label.label span,
.customer-address-form .field.choice.set.shipping label.label span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
}
/*Support Ticket page design*/
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field {
  margin-bottom: 0;
}
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field label.label {
  margin-bottom: 11px;
}
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field label.label span {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-weight: normal;
}
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field input,
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field select,
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field textarea {
  border-color: #dedede;
}
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field input,
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field textarea {
  padding: 8px 16px;
}
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field input::placeholder,
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.helpdesk-ticket-create form.hdmx__ticket-new .actions-toolbar {
  float: left;
  display: inline-block;
}
.helpdesk-ticket-create form.hdmx__ticket-new .actions-toolbar button.action.primary,
.helpdesk-ticket-create form.hdmx__ticket-new .actions-toolbar button.amshopby-button,
.helpdesk-ticket-create form.hdmx__ticket-new .actions-toolbar button.am-filter-go {
  width: 200px;
  border-radius: 4px;
  background-color: #ff6600;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
/*Support Ticket list design*/
.helpdesk-ticket-index table.data.table.hdmx__tickets-table tr th {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.helpdesk-ticket-index table.data.table.hdmx__tickets-table tr td {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.helpdesk-ticket-index table.data.table.hdmx__tickets-table tr span.hdmx__status.hdmx-green {
  border: 1px solid #ff6600;
  padding: 7px 31px;
  height: 32px;
  width: 120px;
  border-radius: 4px;
  background-color: #ff6600;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
/*My quotation listing page design*/
.amasty_quote-account-index .table-wrapper.quotes-history tr th {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.amasty_quote-account-index .table-wrapper.quotes-history tr td {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.amasty_quote-account-index p.toolbar-amount {
  margin-top: 12px;
}
.amasty_quote-account-index p.toolbar-amount span.toolbar-number {
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.5px;
  line-height: 28px;
  font-size: 16px;
}
.amasty_quote-account-index .limiter {
  margin-top: 20px;
}
.amasty_quote-account-index .limiter strong.limiter-label,
.amasty_quote-account-index .limiter span.limiter-text,
.amasty_quote-account-index .limiter select#limiter {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.amasty_quote-account-index .limiter select {
  border: 1px solid #A6A6A6;
  height: 36px;
  border-radius: 0;
}
.amasty_quote-account-index .quote-products-toolbar .pager .pages ul.items {
  display: none;
}
.amasty_quote-account-view tbody.quote-item-notes {
  display: none;
}
.amasty_quote-account-view .account-quote-buttons {
  height: 36px;
  display: inline-block;
  margin-top: 36px;
}
.amasty_quote-account-view .account-quote-buttons button.action.tocart.primary {
  width: 352px;
  margin-right: 24px;
}
.amasty_quote-account-view span.order-status {
  color: #8cc63f;
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #8cc63f;
  height: 32px;
}
.amasty_quote-account-view button#print-data {
  color: #8cc63f;
  font-size: 13.82px;
  letter-spacing: .25px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #8cc63f;
  height: 32px;
  width: 113px;
  background: transparent;
  margin-left: 19px;
  display: inline-block;
  box-shadow: none;
  font-weight: normal;
}
.amasty_quote-account-view .order-date,
.amasty_quote-account-view .actions-toolbar.order-actions-toolbar,
.amasty_quote-account-view .block.block-order-details-comments {
  display: none;
}
.amasty_quote-account-view .order-details-items.ordered {
  border: none;
  padding: 0;
}
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr th {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  border-color: #212b36 !important;
}
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr td {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr td span.price-excluding-tax {
  text-align: left;
  padding-left: 19px;
}
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr td span.price-excluding-tax span.price,
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr td span.price-excluding-tax span.cart-price {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr td .product-item-name {
  height: auto;
  padding: 0;
}
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr td dl.item-options dd,
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr td dl.item-options dt {
  font-weight: normal;
}
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tfoot {
  background: transparent;
  border: 1px solid #212b36;
  border-left: 0;
  border-right: 0;
}
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tfoot tr td {
  background: transparent;
}
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tfoot tr th {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  font-weight: normal;
}
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tbody {
  border-color: #212b36;
}
/*Store credit page*/
.amstorecredit-index-index h3 {
  margin: 0;
  color: #8cc63f;
  font-size: 33.26px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 46px;
}
.amstorecredit-index-index h5 {
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.amstorecredit-index-index h6 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 19.57px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 27px;
  margin: 0;
  border-top: 1px solid #212b36;
  padding-top: 19px;
  margin-top: 41px;
  padding-bottom: 16px;
}
.amstorecredit-index-index table.data.table.table-order-items.amstorecredit-table tr th {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.amstorecredit-index-index table.data.table.table-order-items.amstorecredit-table tr td {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  border-top: 1px solid #e2e6e9;
}
.amstorecredit-index-index .table-wrapper.orders-history {
  border-color: #e2e6e9;
}
.amstorecredit-index-index p.toolbar-amount span.toolbar-number {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  padding-top: 11px;
  display: inline-block;
}
.amstorecredit-index-index .limiter strong.limiter-label,
.amstorecredit-index-index .limiter span.limiter-text {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  padding-top: 16px;
  display: inline-block;
}
.amstorecredit-index-index .limiter select#limiter {
  border: 1px solid #A6A6A6;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-align: center;
}
.hdmx__contact-form .fieldset .field.chct div.control {
  width: auto !important;
  float: left;
  padding-right: 12px;
}
body .amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
  border: none;
  display: inline-block;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px !important;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
  text-align: center;
  position: relative;
  left: 0px;
}
/*Brand Listing page*/
.ambrand-index-index .recently-product-cat,
.ambrand-index-index .category-view,
.ambrand-index-index .toolbar-sorter.sorter {
  display: none;
}
.page-products.ambrand-index-index .products.products-grid.amscroll-pages {
  margin-top: 0;
}
.page-products.ambrand-index-index .toolbar.toolbar-products {
  display: none;
}
.page-products.ambrand-index-index .page-title-wrapper {
  margin-top: -45px;
}
.page-products.ambrand-index-index .products.products-grid {
  margin-top: 30px;
}
/*Checkout page */
.checkout-index-index .header.content.content {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
.checkout-index-index .page-title-wrapper {
  display: none;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #272727;
}
.checkout-index-index .checkout-payment-method .billing-address-same-as-shipping-block {
  display: none;
}
/*Checkout popup*/
.modal-popup.popup-authentication .modal-inner-wrap {
  width: 424px;
  min-width: 424px;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-header .action-close {
  padding: 0;
  margin: 8px;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content {
  padding: 27px 36px 36px 36px;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication {
  display: unset;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block.block-customer-login {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block.block-customer-login .block-content .control input.input-text {
  border: 1px solid #dedede;
  width: 352px;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block.block-customer-login .block-content .field.password.required {
  margin-bottom: 0;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block.block-customer-login .block-content .field.captcha.required {
  margin-top: 18px;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block.block-new-customer {
  width: 352px;
  border: none;
  padding-left: 0;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block.block-new-customer:before {
  top: 0;
  left: 50%;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .secondary {
  margin: 0;
  padding: 0;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .secondary a.action {
  margin: 0;
  font-size: 13.82px;
  letter-spacing: 0.25px;
  text-decoration: underline;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .primary {
  width: 352px;
  float: none;
  display: inline-block;
  padding-top: 24px;
  margin: 0;
  padding-bottom: 16px;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .primary a.action.action-register.primary {
  padding: 10px;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
}
.amcheckout-summary-container .step-title.amcheckout-title {
  color: #ff6600;
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
  border-bottom: none;
  padding-bottom: 10px;
  margin-bottom: 0;
  display: block;
}
.amcheckout-summary-container .amcheckout-wrapper .items-in-cart .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0 0px 3px 0;
}
.amcheckout-summary-container .amcheckout-wrapper .items-in-cart .title strong {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.amcheckout-summary-container .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-image-wrapper {
  box-shadow: 0 2px 7px 0 rgba(102, 102, 102, 0.5);
}
.amcheckout-summary-container .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item-details .product-item-inner .product-item-name-block {
  display: inline-block;
  margin-right: 0;
  padding-right: 0;
}
.amcheckout-summary-container .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item-details .product-item-inner .product-item-name-block .product-item-name {
  height: auto;
  padding-bottom: 11px;
  margin-bottom: 0;
}
.amcheckout-summary-container .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item-details .product-item-inner .product-item-name-block .details-qty .label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding-right: 0;
}
.amcheckout-summary-container .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item-details .product-item-inner .product-item-name-block .subtotal {
  padding-top: 38px;
  float: right;
}
.amcheckout-summary-container .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item-details .product-item-inner .product-item-name-block .subtotal .price-excluding-tax .price {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-align: right;
}
.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.totals.sub th.mark {
  padding-top: 24px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
}
.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.totals.sub td.amount .price {
  padding-top: 18px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
}
.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.totals.shipping.excl th.mark {
  padding: 12px 0 0;
}
.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.totals.shipping.excl th.mark .label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
}
.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.totals.shipping.excl th.mark .value {
  margin: 6px 0 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 11.85px;
  letter-spacing: 0.4px;
}
.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.totals.shipping.excl td.amount {
  padding: 12px 0 0;
}
.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.totals.shipping.excl td.amount .price {
  padding-top: 12px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
}
.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.grand.totals th.mark {
  border-top: none;
  padding-top: 38px;
}
.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.grand.totals th.mark strong {
  font-size: 19.57px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 27px;
  padding-top: 0;
}
.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.grand.totals td.amount {
  border-top: none;
  padding-top: 38px;
}
.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.grand.totals td.amount strong {
  padding-top: 0;
}
.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.grand.totals td.amount strong .price {
  color: rgba(0, 0, 0, 0.87);
  font-size: 19.57px;
  font-weight: 600;
  line-height: 27px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items {
  display: block !important;
}
/*success page*/
.checkout-onepage-success h1.page-title {
  margin-bottom: 12px;
}
.checkout-onepage-success h1.page-title span {
  color: #8cc63f;
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
}
.checkout-onepage-success .checkout-success .success-messages {
  margin-bottom: 24px;
}
.checkout-onepage-success .checkout-success .success-messages p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  margin-bottom: 0;
}
.checkout-onepage-success .checkout-success .success-messages .account {
  display: none;
}
/*Quote cart page*/
.quote-details .form-login fieldset#customer-email-fieldset {
  margin-bottom: 0;
}
.quote-details .form-login fieldset#customer-email-fieldset input#customer-email {
  margin: 0;
  width: 100%;
  border: 1px solid #cccccc;
}
.quote-details .form-login fieldset#customer-email-fieldset input#customer-email::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Open Sans";
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.quote-details .form-login fieldset#customer-email-fieldset .field-tooltip.toggle {
  display: none;
}
.quote-details .form-login fieldset#customer-email-fieldset fieldset.fieldset.hidden-fields input#customer-password {
  width: 100%;
  border: 1px solid #cccccc;
}
.quote-details .form-login fieldset#customer-email-fieldset fieldset.fieldset.hidden-fields input#customer-password::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Open Sans";
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
/*home page start*/
.discount-banner {
  padding: 55px 0;
  border-top: 1px solid #c4cdd5;
  border-bottom: 1px solid #c4cdd5;
}
.mob-disc {
  display: none;
}
.way-to-shop-main {
  width: 100%;
  display: inline-block;
  padding: 46px 0 60px 0;
  border-bottom: 1px solid #c4cdd5;
}
.way-to-shop-main h2 {
  margin: 0;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  padding-bottom: 26px;
}
ul.shop-way {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -12px;
}
ul.shop-way li {
  width: 20%;
  float: left;
  padding: 0 12px;
}
ul.shop-way a {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
  text-align: center;
  width: 100%;
  display: inline-block;
}
ul.shop-way a:hover {
  color: #212b36 !important;
}
ul.shop-way img {
  padding-bottom: 15px;
}
.arabian-store {
  width: 100%;
  display: inline-block;
  margin: 46px 0 88px 0;
}
.arabian-store h2 {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  padding-bottom: 24px;
}
.arabian-subtext {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-align: center;
  padding-bottom: 29px;
}
.store-find {
  box-sizing: border-box;
  height: 44px;
  width: 400px;
  margin: 0 auto;
}
.store-find button.action.submit.primary {
  float: right;
  height: 44px;
  width: 120px;
  border-radius: 0 4px 4px 0;
  background-color: #ff6600;
  border: none;
  position: relative;
  top: -44px;
}
input[type="password"] {
  color: #1b191a;
  font-family: 'Plus Jakarta Sans';
  height: 44px;
  line-height: 46px;
  padding: 0px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
input[type="url"] {
  color: #1b191a;
  font-family: 'Plus Jakarta Sans';
  height: 44px;
  line-height: 46px;
  padding: 0px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
input[type="tel"] {
  color: #1b191a;
  font-family: 'Plus Jakarta Sans';
  height: 44px;
  line-height: 46px;
  padding: 0px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
input[type="number"] {
  color: #1b191a;
  font-family: 'Plus Jakarta Sans';
  height: 44px;
  line-height: 46px;
  padding: 0px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
input[type="datetime"] {
  color: #1b191a;
  font-family: 'Plus Jakarta Sans';
  height: 44px;
  line-height: 46px;
  padding: 0px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
input[type="email"] {
  color: #1b191a;
  font-family: 'Plus Jakarta Sans';
  height: 44px;
  line-height: 46px;
  padding: 0px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
select {
  color: #1b191a;
  font-family: 'Plus Jakarta Sans';
  height: 44px;
  line-height: 46px;
  padding: 0px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
input:not([type]) {
  color: #1b191a;
  font-family: 'Plus Jakarta Sans';
  height: 44px;
  line-height: 46px;
  padding: 0px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.selling-points {
  margin-top: 0px;
}
.selling-points .main-div {
  max-width: 1248px;
  margin: 0 auto;
  padding: 51px 0 48px;
  width: 100%;
}
.selling-points.top-section {
  background: #eaf7fc;
  height: 163px;
}
.selling-points.top-section .selling-points-mian {
  float: left;
}
.selling-points-mian {
  width: calc(25%);
  padding: 0 24px;
  position: relative;
  display: inline-block;
  float: left;
}
.selling-points-mian span {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.selling-points-mian p {
  color: #637381;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.div-img {
  position: absolute;
  left: 0;
}
.div-title {
  padding-left: 28px;
}
body .container {
  display: block;
}
.cms-home .columns .column.main {
  padding-bottom: 0;
}
.cms-home .arabian-store .selling-points {
  display: none;
}
.request-store {
  width: 100%;
  padding: 56px 0;
  border-bottom: 1px solid #c4cdd5;
  border-top: 1px solid #c4cdd5;
}
ul.request-catalogue {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -12px;
}
ul.request-catalogue li {
  padding: 0 12px;
  position: relative;
}
.request-ban-text {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.request-ban-text h2 {
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  margin: 0;
  padding-bottom: 8px;
}
.request-ban-text p {
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  padding-bottom: 19px;
}
.request-ban-text a {
  height: auto;
  width: 200px;
  border-radius: 4px;
  background-color: #ff6600;
  display: inline-block;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  padding: 16px 0;
  text-transform: uppercase;
}
.banner-cap-main {
  position: absolute;
  margin: auto;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  text-align: center;
}
.banner-caption h1 {
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 47px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 56px;
  margin-bottom: 4px;
}
.banner-caption p {
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin-bottom: 17px;
}
a.discover-btn {
  box-sizing: border-box;
  height: 48px;
  width: 200px;
  border: 1px solid #ff6600;
  border-radius: 4px;
  background-color: #ff6600;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  padding: 14px 0;
}
.cms-category {
  width: 100%;
  padding: 56px 0;
  border-bottom: 1px solid #c4cdd5;
}
.main-cat {
  margin: 0 -12px;
}
.frst-cat {
  width: 33.33%;
  float: left;
  padding: 0 12px;
  position: relative;
}
.frst-cat img {
  display: block;
  width: 100%;
}
.frst-cat a.tit {
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 28px;
  width: 100%;
  display: inline-block;
  padding-bottom: 14px;
  text-transform: capitalize;
}
.frst-cat a {
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-transform: uppercase;
  display: inline-flex;
}
.frst-cat-cnt {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.inner-frst {
  position: relative;
}
.inner-frst:first-child {
  margin-bottom: 24px;
}
.sec-cat-cnt {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.social-midia {
  position: fixed;
  right: 15px;
  z-index: 1;
  top: 23em;
}
.social-midia li {
  padding-bottom: 16px;
}
.product-items.slick-slider .slick-list {
  padding: 0;
}
.cms-page-view.page-layout-1column .block.widget .products-grid .product-item:nth-child(3n+1),
.cms-page-view.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1),
.cms-page-view.page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1) {
  margin-left: 0px !important;
}
.cms-index-index.page-layout-1column .block.widget .products-grid .product-item:nth-child(3n+1),
.cms-index-index.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1),
.cms-index-index.page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1) {
  margin-left: 0px !important;
}
.slick-list.draggable li.product-item {
  box-shadow: none !important;
  /* width: 100% !important;
        max-width: 100% !important; */
  padding: 0 17px !important;
  margin: 0px !important;
}
a.product-item-photo {
  width: 100%;
  display: block;
}
.product-image-container img {
  display: block !important;
  padding: 0 !important;
  width: 100%;
}
.cms-index-index img.product-image-photo:hover {
  background-color: transparent !important;
  opacity: inherit;
  width: 100%;
}
.cms-index-index .widget .block-title {
  margin-bottom: 30px;
  margin-top: 46px;
  text-align: center;
  width: 100%;
  text-transform: none;
}
.cms-index-index .widget .block-title strong {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  text-transform: none;
}
.slick-slide {
  float: none !important;
  height: auto !important;
  display: inline-block;
}
.slick-slider .slick-arrow.slick-prev.slick-arrow {
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/arrow-left.svg) !important;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  top: -16%;
  transform: none;
  font-size: 0px;
  border: none;
  position: absolute;
  left: 15px;
}
.slick-slider .slick-arrow.slick-next {
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/arrow-right.svg) !important;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  top: -16%;
  transform: none;
  font-size: 0px;
  border: none;
  position: absolute;
  right: 15px;
}
.product-item .already-in-wishlist.action.towishlist:before {
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/saved.svg);
  width: 32px;
  height: 32px;
  display: inline-block;
  right: 8px;
}
.product-item .action.towishlist:before {
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/save.svg);
  width: 32px;
  height: 32px;
  display: inline-block;
  right: 8px;
}
.product-item .action.towishlist:hover:before {
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/save_hover.svg);
  width: 32px;
  height: 32px;
  display: inline-block;
  right: 8px;
}
.product-item-name {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  height: 55px;
}
.price-box span.price-container span.price {
  padding-left: 0;
  text-align: left;
  margin-left: 0;
}
.product-item-details .price {
  height: 48px;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px !important;
}
.product-item-details .price-final_price {
  height: 48px;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px !important;
}
.product-item .price-box .price {
  height: 48px;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px !important;
}
ol.product-items.widget-product-grid.slick-initialized.slick-slider {
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 767px) {
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.subject,
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.priority,
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.department,
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field textarea,
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.order,
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.custom {
    width: 100%;
    margin-right: 0;
  }
  .account .page-main .page-title-wrapper h1.page-title {
    margin-bottom: 20px;
  }
  .account.page-layout-2columns-left .column.main {
    width: 100%;
  }
  .account.page-layout-2columns-left .sidebar-main {
    width: 100%;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    padding: 11px 10px !important;
  }
  .account .page-main .page-title-wrapper .page-title {
    margin-top: 30px;
  }
  .discount-banner {
    padding: 32px 0;
    border-top: 1px solid #c4cdd5;
    border-bottom: 1px solid #c4cdd5;
  }
  .desk-disc {
    display: none;
  }
  .banner-caption {
    padding: 0px;
  }
  .mob-disc {
    display: inline-block;
    width: 100%;
  }
  .mob-disc img {
    width: 100%;
  }
  body .container {
    padding: 0 12px;
  }
  .cms-index-index ol.product-items {
    margin: 0px;
  }
  .way-to-shop-main {
    width: 100%;
    display: inline-block;
    padding: 32px 0 27px 0;
    border-bottom: 1px solid #c4cdd5;
  }
  .way-to-shop-main h2 {
    color: #212b36;
    font-family: 'Plus Jakarta Sans';
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-align: center;
    padding-bottom: 20px;
  }
  ul.shop-way {
    display: inline-block;
    flex-wrap: nowrap;
    margin: 0 -8px;
  }
  ul.shop-way li {
    width: 50%;
    float: left;
    padding: 0 8px;
    margin-bottom: 19px;
  }
  ul.shop-way li:last-child {
    margin-bottom: 0;
  }
  ul.shop-way a {
    color: #212b36;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-align: center;
  }
  ul.shop-way img {
    padding-bottom: 5px;
  }
  .arabian-store {
    width: 100%;
    display: inline-block;
    margin: 32px 0 40px 0;
  }
  .arabian-store h2 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
    padding-bottom: 8px;
  }
  .arabian-subtext {
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 20px;
  }
  .store-find {
    box-sizing: border-box;
    height: 44px;
    width: 100%;
    margin: 0;
  }
  .selling-points {
    margin-top: 0;
  }
  .selling-points .main-div {
    max-width: 100%;
    margin: 0 auto;
    padding: 26px;
  }
  .selling-points-mian {
    width: 100%;
    float: none;
    padding-left: 24px;
    position: relative;
    padding-bottom: 35px;
  }
  .selling-points-mian:last-child {
    padding-bottom: 0;
  }
  .request-store {
    width: 100%;
    padding: 32px 0;
    border-bottom: 1px solid #c4cdd5;
    border-top: 1px solid #c4cdd5;
  }
  ul.request-catalogue {
    display: inline-block;
    flex-wrap: nowrap;
    margin: 0;
  }
  ul.request-catalogue li {
    padding: 0;
    position: relative;
    margin-bottom: 16px;
  }
  .request-ban-text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .request-ban-text h2 {
    margin: 0;
    padding-bottom: 8px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-align: center;
  }
  .request-ban-text p {
    display: none;
  }
  .request-ban-text a {
    background-color: transparent;
    text-align: center;
    width: 100%;
    padding: 0px;
    text-transform: uppercase;
  }
  .request-ban-text a:after {
    content: '>';
    color: #ffffff;
    font-size: 16px;
    left: 10px;
    position: relative;
  }
  .banner-cap-main {
    position: absolute;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    box-sizing: border-box;
    padding-left: 0;
    text-align: center;
    padding: 0 46px;
  }
  .banner-caption h1 {
    margin-bottom: 4px;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 40px;
    text-align: center;
  }
  .banner-caption p {
    font-size: 12px;
  }
  .cms-category {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #c4cdd5;
  }
  .frst-cat {
    width: 100%;
    float: left;
    padding: 0 12px;
    position: relative;
    margin-bottom: 16px;
  }
  .frst-cat:last-child {
    margin-bottom: 0;
  }
  .inner-frst:first-child {
    margin-bottom: 16px;
  }
  .social-midia {
    display: none;
  }
  ol.product-items.widget-product-grid.slick-initialized.slick-slider {
    margin-bottom: 0;
  }
  .cms-index-index .widget .block-title {
    margin: 32px 0 20px 0 !important;
  }
  .cms-index-index .widget .block-title strong {
    font-size: 24px !important;
    font-weight: bold;
    letter-spacing: 0.5px !important;
    line-height: 28px !important;
    text-align: center;
  }
  .cms-index-index .home-catsec {
    margin: 32px 0 20px 0 !important;
  }
  .cms-index-index ol.product-items li .product-item-info .product-item-details .product-item-name {
    padding-bottom: 8px;
    height: 55px !important;
  }
  .slick-slider .slick-arrow {
    display: none !important;
    background: none;
  }
  .slick-list.draggable li.product-item {
    padding: 0 8px !important;
  }
  .product-items.slick-slider .slick-list {
    padding: 0 !important;
    margin: 0 -8px;
  }
  .sidebar.sidebar-main .block-content.filter-content {
    display: block !important;
    position: absolute;
    left: -187px;
    width: 202%;
    height: auto;
    float: left;
  }
  .sidebar.sidebar-main .filter .filter-current {
    margin: -15px 0px 0;
  }
  .sidebar.sidebar-main .filter .filter-current.active .items {
    display: block;
    z-index: 11;
    position: absolute;
    height: auto;
    width: 100%;
    background: #ffffff;
  }
  .sidebar.sidebar-main .filter .filter-current.active .items span.filter-label,
  .sidebar.sidebar-main .filter .filter-current.active .items span.filter-value {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13.82px;
  }
  .sidebar.sidebar-main .filter .filter-current.active strong.block-subtitle.filter-current-subtitle {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13.82px;
    padding-right: 16px;
    justify-content: center;
    text-transform: capitalize;
    padding-bottom: 7px;
  }
  .sidebar.sidebar-main .block-actions.filter-actions {
    position: relative;
    z-index: 11;
    text-align: right;
    margin: 0;
    float: right;
  }
  .sidebar.sidebar-main .filter .filter-current-subtitle:after {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13.82px;
  }
}
body .page-wrapper .header.content.content {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .page-wrapper .header.content.content:before {
  display: none;
}
body .page-wrapper .header.content.content:after {
  display: none;
}
body .ammenu-header-container .header.content .ammenu-logo {
  min-width: inherit;
  margin: 0;
  display: block;
}
body header .header.content .header-right {
  float: none;
  padding: 0;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  position: static;
  right: 10px;
}
body .page-header .amsearch-wrapper-block {
  width: 490px;
}
@media (max-width: 1200px) {
  body .page-header .amsearch-wrapper-block {
    width: 360px;
  }
}
body .amsearch-input-wrapper .amsearch-button.-loupe {
  background: url('../../frontend/Magneto/VixxBadkamers/nl_NL/images/search.svg') no-repeat right center;
  right: 10px;
  background-size: contain;
}
body .amsearch-form-block.-opened {
  width: auto !important;
}
body .amsearch-input-wrapper .amsearch-button.-close {
  display: none !important;
}
body .amsearch-result-section {
  width: 610px;
}
body .page-header .amsearch-result-section {
  right: -120px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}
@media (max-width: 992px) {
  body .page-header .amsearch-result-section {
    right: 0;
  }
}
body .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  body .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    margin-bottom: 24px;
  }
}
body .amsearch-products-section .list-only-custom-box-price {
  gap: 8px;
}
body .amsearch-items-section .amsearch-item-container.amsearch-collapsible-section.-page {
  display: none;
}
body .amsearch-result-tabs.product.data.items .item.title.active .switch {
  background-color: white;
  color: #212B36;
}
body .amsearch-products-section .amsearch-description {
  width: auto;
  max-width: inherit;
  min-height: inherit;
}
@media (max-width: 992px) {
  body .amsearch-products-section .amsearch-description {
    width: 70%;
  }
}
@media (max-width: 575px) {
  body .amsearch-products-section .amsearch-description {
    width: 70%;
  }
}
body .amsearch-products-section .product-item-link {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #212B36;
  line-height: 20px;
  letter-spacing: 0.25px;
  display: block;
  margin-bottom: 7px;
  white-space: nowrap;
  width: 245px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 992px) {
  body .amsearch-products-section .product-item-link {
    width: auto;
  }
}
body.cms-home .amsearch-product-list .product-item .price-box .old-price .price-container span span.price {
  color: #637381;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
body .amsearch-product-list .price-box span.price-container span.price {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.6px;
  color: #212B36;
}
body ul.amsearch-product-list li a.action.view {
  color: #00B900;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
body .amsearch-highlight {
  color: #00B900;
  font-weight: 400;
}
body .amsearch-product-list .product-item-actions .actions-primary + .actions-secondary {
  display: none;
}
body .amsearch-block-header {
  padding: 0;
}
body .amsearch-products-section .amsearch-description {
  text-align: left;
  width: auto;
}
@media (max-width: 992px) {
  body .amsearch-products-section .amsearch-description {
    width: 85%;
  }
}
@media (max-width: 992px) {
  body .amsearch-products-section .amsearch-description {
    width: 70%;
  }
}
body .amsearch-product-list button.action.tocart.primary {
  background: url('../../frontend/Magneto/VixxBadkamers/nl_NL/images/search-cart.svg') no-repeat right center;
  display: block;
  width: 68px;
  height: 41px;
  font-size: 0;
  border: 0;
}
body .amsearch-product-list .price-box span.price-container span.price {
  color: #000;
}
body .amsearch-product-list .product-item-details .price-final_price .list-sq-ft-container .per-price-lable {
  padding: 0;
}
body .amsearch-products-section .product-item [data-role="priceBox"] {
  font-size: 14px;
  flex-wrap: nowrap;
  flex-basis: inherit;
}
body .amsearch-products-section .list-sq-ft-container {
  flex-wrap: nowrap;
}
body .amsearch-item-container .amsearch-description {
  padding: 8px 0;
}
body .amasty-xsearch-form {
  position: absolute;
  bottom: 12px;
  right: -6px;
  z-index: 11;
}
@media (max-width: 992px) {
  body .amasty-xsearch-form {
    right: 10px;
  }
}
@media (max-width: 640px) {
  body .amasty-xsearch-form {
    position: static;
    margin-top: 8px;
  }
}
body .amsearch-result-tabs.product.data.items > .item.title > .switch {
  padding: 0;
  height: inherit;
  color: #637381;
  border: 0;
  background: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  gap: 5px;
}
@media (max-width: 767px) {
  body .amsearch-result-tabs.product.data.items > .item.title > .switch {
    margin: 0;
    padding: 5px 15px;
    color: #212B36;
  }
}
body .amsearch-result-tabs .title.active .amsearch-results-count {
  display: block;
}
body .amsearch-result-tabs .title:hover::before,
body .amsearch-result-tabs .title.active::before {
  background: #212B36;
  bottom: -10px;
}
body .amsearch-result-tabs .title:hover::before {
  bottom: -11px;
}
body .amsearch-result-tabs.product.data.items > .item.title {
  margin: 0 40px 0 0;
}
@media (max-width: 767px) {
  body .amsearch-result-tabs.product.data.items > .item.title {
    margin: 0;
  }
}
body .amsearch-result-tabs.product.data.items {
  margin: 0;
}
body .amsearch-block-header .amsearch-count {
  font-weight: 700;
}
body .amsearch-items-section:not(:first-child:last-child) {
  width: 38%;
}
@media (max-width: 992px) {
  body .amsearch-items-section:not(:first-child:last-child) {
    width: 100%;
    order: 2;
  }
}
body .amsearch-products-section:not(:first-child) {
  width: 72%;
}
@media (max-width: 992px) {
  body .amsearch-products-section:not(:first-child) {
    width: 100%;
    order: 1;
  }
}
body .amsearch-result-section {
  max-height: 480px;
}
@media (max-width: 992px) {
  body .amsearch-result-section {
    width: 100%;
  }
}
body .amsearch-products-section .amsearch-item {
  padding: 0;
}
body .amsearch-products-section.-grid .amsearch-image {
  width: 80px;
  padding: 0;
}
@media (max-width: 992px) {
  body .amsearch-products-section.-grid .amsearch-image {
    width: 15%;
  }
}
@media (max-width: 575px) {
  body .amsearch-products-section.-grid .amsearch-image {
    width: 80px;
  }
}
body .amsearch-products-section .amsearch-block-header {
  padding: 0;
  margin-bottom: 18px;
}
body .amsearch-products-section:not(:first-child) {
  border-left: 1px solid #DDD;
  padding: 24px;
}
body .amsearch-items-section:not(:first-child:last-child) {
  padding: 22px;
}
body .amsearch-block-header .amsearch-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0.6px;
}
body .amsearch-block-header .amsearch-link {
  min-width: inherit;
  font-size: 12px;
  font-weight: 400;
  color: #FF6829;
  letter-spacing: 0.5px;
}
body .amsearch-item-container .amsearch-item .item-name {
  padding: 0;
}
body p.amsearch-block-header.amsearch-collapsible-title {
  margin-bottom: 10px;
}
body .amsearch-products-section .amsearch-link:hover {
  color: inherit;
}
body .amsearch-item-container .amsearch-item .item-name {
  color: #212B36;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 0;
}
body .amsearch-item-container.-recent_searches:not(.-closed) .amsearch-block-header {
  padding: 0;
}
body .amsearch-item-container.-recent_searches .amsearch-tab-items {
  padding: 0;
}
body .amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
  background-color: #EAF7FC;
  color: #212B36;
}
body .amsearch-products-section .amsearch-item:hover {
  background-color: inherit;
}
body .amsearch-item-container.-recent_searches .amsearch-tab-items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
body .amsearch-item-container .amsearch-item {
  margin-bottom: 8px;
}
body .amsearch-item-container .amsearch-item:last-child {
  margin-bottom: 0;
}
body .amsearch-items-section {
  padding: 22px;
}
@media (max-width: 767px) {
  body .amsearch-items-section {
    padding: 14px;
  }
}
body .amsearch-item-container.-recent_searches .amsearch-item {
  margin: 0;
}
body .amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  left: inherit;
  right: 10px;
}
body header.page-header {
  z-index: auto;
}
body .amsearch-input-wrapper.-typed .amsearch-input {
  padding: 0 45px 0 10px;
}
body.body-sticky .amsearch-wrapper-block {
  display: none;
}
body.cms-home .amsearch-product-list .product-item .price-box .old-price .price-container span span.price {
  margin: 0;
}
body .amsearch-products-section .product-item [data-role="priceBox"] p,
body .amsearch-products-section .product-item [data-role="priceBox"] span {
  flex-basis: inherit;
}
body .amsearch-products-section .product-item-details .price-final_price .list-sq-ft-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body .amsearch-products-section .product-item-details .price-final_price .list-sq-ft-container .per-price-lable {
  padding: 0;
}
.item-content {
  width: 100%;
}
.banner-item.banner-slider {
  width: 100%;
  display: -webkit-box;
  margin: 0 auto;
  max-width: 100%;
}
.banner-caption {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 23px;
}
.social-midia {
  position: fixed;
  right: 2%;
  z-index: 1;
  top: 23em;
  width: 50px;
  max-width: 1366px;
  margin: 0 auto;
  left: auto;
  float: right;
  text-align: right;
}
.sections.nav-sections {
  display: none;
}
.page-wrapper {
  min-height: auto;
}
.cms-new-arrival .recently-main-banner .banner-img img {
  width: 100%;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content form.form.form-shipping-address div#shipping-new-address-form .field._required {
  width: 50%;
  float: left;
  padding-right: 10px;
}
body .page-header .minicart-wrapper .action.showcart .counter.qty {
  border: none;
}
body .page-header .minicart-wrapper .action.showcart .counter-number {
  color: #ffffff;
  display: none;
}
body .amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
  border: none;
  font-size: 0;
}
/*mega menu css*/
.mega-menu-main {
  max-width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.mega-menu-main .brands-sub-menu a {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: left;
  float: left;
  font-weight: normal;
}
.mega-menu-main .brands-sub-menu.sec a {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-align: center;
}
.mega-menu-main .brands-sub-menu.sec a::before {
  display: none;
}
ul.megamenu-ul {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
}
ul.megamenu-ul li {
  padding: 0 32px;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
  padding: 8px 32px;
}
ul.megamenu-ul li:first-child {
  padding-left: 0px;
}
ul.megamenu-ul li:last-child {
  padding-right: 0px;
}
ul.megamenu-ul li a {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
  position: relative;
}
ul.megamenu-ul li a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  background-color: #ff6600;
  bottom: -1px;
  transition: all 0.3s;
}
ul.megamenu-ul li a:hover::before {
  width: 100%;
}
ul.megamenu-ul li:hover .brands-sub-menu {
  visibility: visible;
  opacity: 1;
}
.cms-index-index .block.widget.block-products-list.grid {
  overflow: hidden;
}
.brands-sub-menu {
  position: absolute;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #BCBFC2;
  background-color: #ffffff;
  margin: 0 auto;
  left: 0;
  max-width: 1096px;
  right: 0;
  top: 13.9em;
  padding: 40px;
  border-top: none;
}
.brands-sub-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.brands-sub-menu li {
  width: 20%;
  padding: 0 12px !important;
}
.block-static-block.widget {
  margin-bottom: 0;
}
.block-cms-link.widget {
  margin-bottom: 0;
}
.social-midia.scroll {
  top: 2em;
}
/*mega menu css end*/
.main-pg {
  border: 1px solid #cccccc;
}
.main-pg ul li {
  width: 16.66%;
  padding: 16px;
  border-right: 1px solid #cccccc;
}
.main-pg ul li img {
  width: 100%;
}
.main-pg ul li:last-child {
  border: 0;
}
.main-pg a {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-align: center;
  width: 100%;
  float: none;
  display: inline-block;
}
.main-pg a:hover {
  color: #212b36;
}
.h3-tit {
  border-bottom: 1px solid #cccccc;
  background: #eaf7fc;
  padding: 23px;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.cms-page-view .main-pg ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.slick-next:before,
.slick-prev:before {
  display: none !important;
}
@media (max-width: 1023px) {
  .sections.nav-sections {
    display: inline-block;
  }
  ._ammenu-link.-second,
  .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link,
  .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link {
    text-decoration: none;
  }
  span.view-arabic.switcher-option {
    display: none;
  }
  .section-item-title.nav-sections-item-title {
    display: none;
  }
  ul.menu-ul.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    display: inline-block !important;
    width: 100%;
  }
  .nav-sections .nav-sections-items .nav-sections-item-content:last-child {
    border-bottom: none;
    padding-bottom: 15px;
    padding: 0 12px;
  }
  .collapsibleTab {
    color: #212b36;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 24px;
    border-top: 1px solid #dddddd;
    padding: 24px 0;
    position: relative;
  }
  .navigation a.ui-corner-all {
    color: #212b36;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 24px;
    padding: 23px 0;
    border-top: 1px solid #dddddd;
  }
  .menu-ul a {
    margin: 0;
    color: #212b36;
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    padding: 0px;
    padding-bottom: 30px !important;
  }
  button.btn-nav-close {
    width: 24px;
    height: 24px;
    background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/css_sprites.png) -10px -62px;
    display: inline-block;
    float: right;
    margin-bottom: 24px;
    margin: 0 12px;
  }
  .page-wrapper .nav-sections-item-content > .navigation {
    width: 100%;
    padding: 0 12px !important;
  }
  button.btn-nav-close {
    width: 24px;
    height: 24px;
    background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/close.svg) no-repeat;
    display: inline-block;
    float: right;
    margin-bottom: 24px;
    border: none;
    position: relative;
    bottom: 15px;
  }
  .nav-open .nav-toggle:before {
    content: none;
  }
  .collapsibleTab div:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/css_sprites_mm.png) -54px -62px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0px;
  }
  .cms-index-index ol.product-items li .product-item-info .product-item-details .product-item-name {
    padding: 0px;
  }
  .collapsibleTab.allow.active div:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/css_sprites_mm.png) -114px -10px;
    display: inline-block;
    position: absolute;
    top: 0px;
  }
  .mob-loc.ui-corner-all:before {
    content: '';
    width: 32px;
    height: 32px;
    background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/Pin.svg) no-repeat;
    display: inline-block;
    position: relative;
    top: 9px;
    padding-right: 16px;
  }
  .wish.ui-corner-all:before {
    content: '';
    width: 32px;
    height: 32px;
    background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/Heart.svg) no-repeat;
    display: inline-block;
    position: relative;
    top: 9px;
    padding-right: 16px;
  }
  .navigation a.wish.ui-corner-all {
    border: 0;
    padding: 0;
  }
  .nav-sections .nav-sections-items .nav-sections-item-content:last-child {
    border: unset !important;
  }
  .ammenu-tabs-list {
    display: none;
  }
  .ammenu-menu-title .ammenu-button.-close {
    margin: 10px 10px 10px auto;
  }
  .ammenu-nav-sections.-sidebar {
    background-color: #ffffff !important;
  }
  .ammenu-menu-wrapper .ammenu-text-block {
    color: #212b36;
  }
  .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle,
  .ammenu-menu-title .ammenu-button.-close,
  .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle {
    color: #212b36 !important;
  }
  .ammenu-menu-wrapper {
    margin-bottom: 0;
  }
  .ammenu-header-container .header.content .ammenu-logo {
    padding: 24px 0px 24px 40px;
  }
  .block.block-search .block-content .form {
    position: relative;
  }
  .block.block-search .block-content .form .control {
    position: unset;
  }
  .block.block-search .block-content .form .control input {
    position: unset;
  }
  .block.block-search .block-content .form .actions {
    position: absolute;
    top: -30px;
    right: 20px;
  }
  .block.block-search .block-content .form .actions .action.search {
    display: block;
    font-size: 0;
    background: unset;
    height: 0;
    border: unset;
    padding: 0;
    line-height: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .selling-points .main-div {
    height: 210px;
    padding-left: 20px;
  }
  .selling-points .main-div .selling-points-mian {
    float: left;
  }
  .selling-points.top-section {
    height: 223px;
  }
  html .carousel-container #banner-slider-carousel .owl-dots {
    bottom: -13px;
  }
  html .prod-detail .product.data.items .item.title .switch {
    margin-top: 10px;
  }
  .filter-title strong {
    background-color: #ffffff;
    box-shadow: unset;
    border: 1px solid #cccccc;
    border-radius: 3px;
    width: 200px;
    height: 44px;
    font-weight: 400;
    display: block;
    left: 0;
    line-height: 16px;
    padding: 13px 10px;
    position: unset;
    text-align: center;
    letter-spacing: 0.5px;
  }
  .page-products.page-with-filter.catalogsearch-result-index main#maincontent .page-title-wrapper {
    text-align: center;
  }
  .page-products .columns {
    padding-top: 20px;
  }
  .cart.table-wrapper .product-item-photo {
    position: unset;
  }
  .item-info .product-image-photo {
    position: inherit;
  }
  .cart.table-wrapper .product-image-wrapper .product-image-photo {
    position: inherit;
  }
  body.checkout-cart-index .quntyarrw .plus {
    padding: 0 3px;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar {
    position: unset;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper tr.item-actions {
    position: unset;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  body.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method {
    width: 100%;
  }
  body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
    padding-right: 0;
  }
  .checkout-index-index .page-wrapper {
    overflow: hidden;
  }
  body.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
    right: 0;
  }
  .checkout-index-index .am-checkout .checkout-header {
    padding-bottom: 20px;
  }
  .checkout-index-index .modal-popup .modal-footer button.action.secondary.action-hide-popup {
    width: 100%;
  }
  .checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    width: 100%;
  }
  body.checkout-onepage-success .header.content {
    border-bottom: unset;
  }
  body.checkout-onepage-success .ammenu-header-container.page-header {
    padding-bottom: 20px;
  }
  body.checkout-onepage-success .checkout-success {
    padding-top: 30px;
  }
  body.account.page-layout-2columns-left .column.main {
    width: 100%;
  }
  .account .product-image-container {
    width: 100% !important;
    max-width: 100% !important;
  }
  body.wishlist-index-index .products-grid .product-item .product-item-info .product-item-name {
    height: 330px;
    overflow: visible;
  }
  body.wishlist-index-index .products-grid.wishlist .product-item .price-box {
    margin-left: 0;
  }
  body.wishlist-index-index .products-grid.wishlist .product-item-actions .action.delete {
    float: unset;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner1 .product-item-actions a {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .collapsibleTab div {
    position: relative;
  }
  .cms-page-view .main-pg ul {
    display: inline-block;
    flex-wrap: wrap;
    padding: 0;
  }
  .cms-page-view main#maincontent {
    border: none;
  }
  .main-pg ul li {
    width: 50%;
    padding: 8px;
    border-right: 1px solid #cccccc;
    float: left;
    border-bottom: 1px solid #dddddd;
  }
  .main-pg ul li:nth-child(5) {
    border-bottom: none;
  }
  .main-pg a {
    font-size: 14px;
  }
}
/*cms page css*/
.cms-page-view .page-title-wrapper {
  text-align: left;
  padding: 0;
}
.cms-page-view .row {
  margin: 0px;
}
.cms-page-view .page-main .dwnld-txt h2 {
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  margin-bottom: 7px;
}
body.cms-page-view.cms-specialist-corner h1.page-title {
  margin: 0;
  padding-top: 46px;
  padding-bottom: 21px;
}
body.cms-page-view.cms-specialist-corner h1.page-title span {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
}
.special-main {
  width: 100%;
  max-width: 872px;
  margin: 0 auto;
}
.special-main .container {
  padding: 0;
}
.spe-txt {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 64px;
}
.sll-points {
  width: 100%;
  display: inline-block;
  margin-bottom: 11px;
}
.sll-points ul {
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -36px;
}
.sll-points ul li {
  width: 50%;
  padding: 0 36px;
  margin-bottom: 53px;
  position: relative;
}
.fre-sample {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  padding-bottom: 11px;
  padding-top: 5px;
}
.fre-txt {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.sell-img {
  height: 40px;
  width: 40px;
  position: absolute;
}
.sell-txt {
  padding-left: 56px;
}
.register-form {
  margin-top: 46px;
  width: 100%;
  display: block;
  max-width: 728px;
  margin: 0 auto;
  padding-top: 46px;
  padding-bottom: 56px;
}
.register-form .actions-toolbar {
  margin-top: 24px;
}
.register-form .primary {
  width: 100%;
}
.register-form button.action.submit.primary {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background-color: #ff6600;
  border: 0;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
.register-inherit legend.legend {
  border: 0;
  text-align: center;
  margin-bottom: 21px;
}
.register-inherit legend.legend span {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
}
.register-inherit .fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.register-inherit .fields .field.required {
  width: 50%;
  padding: 0 12px;
}
.register-inherit fieldset.fieldset {
  margin: 0;
  padding: 0;
}
span.re-sub {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding-bottom: 24px;
}
label.label {
  color: #637381;
  font-family: 'Plus Jakarta Sans';
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
  font-weight: normal;
}
input[type="text"] {
  box-sizing: border-box;
  height: 44px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
input[type="password"] {
  box-sizing: border-box;
  height: 44px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
input[type="url"] {
  box-sizing: border-box;
  height: 44px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
input[type="tel"] {
  box-sizing: border-box;
  height: 44px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
input[type="search"] {
  box-sizing: border-box;
  height: 44px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
input[type="number"] {
  box-sizing: border-box;
  height: 44px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
input[type*="date"] {
  box-sizing: border-box;
  height: 44px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
input[type="email"] {
  box-sizing: border-box;
  height: 44px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
.dwnld-img {
  position: relative;
}
.dwnld-txt {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.dnld-txt {
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  padding-bottom: 20px;
}
a.dwnld-now {
  height: 48px;
  width: 200px;
  border-radius: 4px;
  background-color: #ff6600;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 46px;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767px) {
  .product-options-bottom {
    overflow: inherit;
  }
  .page-header .minicart-wrapper .action.showcart .counter.qty {
    width: 40px;
  }
  html body .page-header .minicart-wrapper .action.showcart .counter-number {
    left: 0px !important;
  }
  ol.product-items li .product-item-info .product-item-details .product-item-name {
    padding: 0px !important;
  }
  body header.page-header .panel.wrapper .container {
    padding: 0 0;
  }
  .page-header .minicart-wrapper .action.showcart .counter.qty {
    left: 0px !important;
  }
  .cms-page-view main#maincontent {
    border: none;
    margin-top: 0 !important;
    padding: 0 12px;
  }
  .cms-page-view .page-main .dwnld-txt h2 {
    margin-bottom: 7px;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans';
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-align: center;
  }
  html body.cms-page-view.cms-specialist-corner .page-header {
    margin-bottom: 0;
  }
  html body.cms-page-view.cms-specialist-corner h1.page-title {
    margin: 0;
    padding-top: 32px;
    padding-bottom: 20px;
  }
  html body.cms-page-view.cms-specialist-corner h1.page-title span {
    font-size: 24px !important;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
  }
  html body.cms-page-view.cms-specialist-corner .columns .column.main {
    padding-bottom: 48px;
  }
  .spe-txt {
    margin-bottom: 50px;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-align: center;
  }
  .sll-points {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
  }
  .sll-points ul {
    padding: 0 !important;
    display: inline-block;
    flex-wrap: wrap;
    margin: 0;
  }
  .sll-points ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 33px;
    position: relative;
  }
  .register-form {
    width: 100%;
    display: block;
    max-width: 728px;
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 32px;
  }
  .register-inherit legend.legend {
    border: 0;
    text-align: center;
    margin-bottom: 12px;
    padding-bottom: 0;
  }
  .register-inherit .fields {
    display: inline-block;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
  }
  .register-inherit .fields .field.required {
    width: 100%;
    padding: 0;
  }
  fieldset.fieldset .legend span {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-align: center;
  }
  span.re-sub {
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-align: center;
  }
  .dwnld-txt {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .dnld-txt {
    display: none;
  }
  a.dwnld-now {
    background: none;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 16px;
  }
}
.field.date ._has-datepicker {
  width: 100%;
}
.contact-index-index legend.legend {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  margin-top: 52px;
  border: 0;
  margin-bottom: 66px;
}
.cnt-page {
  margin-top: 48px;
}
.detl {
  width: 50%;
  float: left;
  padding: 0 36px 0 0;
}
.newcontactdiv {
  width: 50%;
  float: right;
  padding: 0 0 0 36px;
}
.cnt-info {
  border: 1px solid #cccccc;
}
.cnt-info .cnt-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cnt-info .cnt-img .img-box {
  width: 50%;
}
.cnt-info .cnt-img .img-box p {
  color: #212b36;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  padding-bottom: 12px;
  position: relative;
  text-align: center;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 0;
}
.cnt-dtl {
  width: 100%;
  padding: 24px 16px 32px;
}
.cnt-dtl h3 {
  margin: 0;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 19px;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 28px;
}
ul.add-dtl {
  padding-top: 16px;
}
ul.add-dtl li {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  padding-bottom: 12px;
  position: relative;
  padding-left: 48px;
}
a.delers {
  height: 48px;
  width: 352px;
  border-radius: 4px;
  background-color: #ff6600;
  display: block;
  margin: 0 auto;
  margin-top: 24px;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 46px;
  text-align: center;
}
li.loc:before {
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/map-pin.svg);
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  padding-right: 0;
  background-repeat: no-repeat;
  left: 0;
}
li.tele:before {
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/phone.svg);
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  padding-right: 0;
  background-repeat: no-repeat;
  left: 0;
}
li.tele a:hover {
  color: #212b36;
}
li.mailing:before {
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/mail.svg);
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  padding-right: 0;
  background-repeat: no-repeat;
  left: 0;
}
li.mailing a:hover {
  color: #212b36;
}
li.clock:before {
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/clock.svg);
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  padding-right: 0;
  background-repeat: no-repeat;
  left: 0;
}
.timing {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}
.timing .left-time {
  width: calc(50%);
}
.fieldset .field .label {
  font-weight: normal;
  color: #637381;
  font-family: 'Plus Jakarta Sans';
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
.fieldset .fields .field .label {
  font-weight: normal;
  color: #637381;
  font-family: 'Plus Jakarta Sans';
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
.hdmx__contact-form .fieldset .group-3 {
  margin: 0;
}
.hdmx__contact-form .fieldset .group-3 .field {
  padding: 0;
}
.hdmx__contact-form .actions-toolbar .action.primary,
.hdmx__contact-form .actions-toolbar .amshopby-button,
.hdmx__contact-form .actions-toolbar .am-filter-go {
  float: right;
  padding: 1rem 2rem;
  height: 48px;
  border-radius: 4px;
  background-color: #ff6600;
  border: 0;
  width: 100%;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
.contact-index-index main#maincontent .column.main {
  padding-bottom: 88px !important;
}
.contact-index-index main#maincontent .columns {
  padding-bottom: 88px !important;
}
input#btn-go {
  float: right;
  height: 44px;
  width: 140px;
  border-radius: 0 4px 4px 0;
  background-color: #ff6600;
  border: none;
  position: relative;
  top: -44px;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
.hdmx__contact-form .fieldset .group-2 {
  margin: 0px;
}
.hdmx__contact-form .fieldset .group-2 .field {
  padding: 0px;
}
@media (max-width: 768px) {
  a.delers {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-index-index main#maincontent {
    margin-top: 0 !important;
    border: 0;
    padding: 0 12px;
  }
  .contact-index-index main#maincontent .column.main {
    padding-bottom: 0px !important;
  }
  .contact-index-index main#maincontent .columns {
    padding-bottom: 0px !important;
  }
  .contact-index-index legend.legend {
    margin-top: 32px;
    border: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
  }
  .detl {
    width: 100%;
    padding: 0;
  }
  a.delers {
    width: 100%;
  }
  .newcontactdiv {
    width: 100%;
    padding: 0;
    margin-top: 32px;
  }
  .hdmx__contact-form .fieldset .group-2 .field {
    width: 100%;
  }
  .hdmx__contact-form .fieldset .group-3 .field {
    width: 100%;
  }
}
fieldset.field.required.review-field-ratings div#ratings\[2\]-error {
  margin-top: -10px;
}
/*category page css start*/
.page-products.page-layout-2columns-left .column.main {
  float: right;
  width: 78%;
  padding-bottom: 0;
  padding-left: 24px;
  position: relative;
}
.page-products .sidebar.sidebar-main {
  width: 22%;
  margin-top: 0px;
  padding-right: 24px;
  max-width: 288px;
  margin-top: 20px;
}
.page-products .product-items .product-item {
  display: inline-block;
  width: 33.33%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  padding: 0 12px;
  margin-bottom: 48px;
  margin-left: 0px !important;
}
.page-products .products-grid .product-items {
  font-size: 0;
  width: auto;
  margin: 0 -12px;
}
.page-products .products.products-grid {
  width: 100%;
  margin-left: 0;
  margin-top: 26px;
}
.page-products .product-image-wrapper:hover {
  background: none;
}
.page-products .toolbar.toolbar-products {
  width: auto;
  margin: 0;
  float: right;
  height: auto;
  display: inline-block;
}
.page-products .toolbar.toolbar-products .toolbar-sorter.sorter {
  margin: 0;
  position: absolute;
  right: 0;
  top: -45px;
  left: auto;
  width: auto;
  float: right;
  text-align: right;
}
.page-products .toolbar-sorter.sorter select {
  box-sizing: border-box;
  height: 44px;
  width: 200px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
.page-products h1.page-title span {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
}
.page-products .block-content.filter-content .filter-options-title {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: capitalize;
}
.page-products .amscroll-load-button {
  color: #212b36 !important;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-weight: normal;
}
.catalog-category-view .product-item .product-reviews-summary {
  display: block;
}
.catalog-category-view .block-title h2 {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-transform: capitalize;
}
.product-item-details .price-final_price {
  height: auto;
}
.product-item-name a {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.page-products.catalog-category-view .page-title-wrapper {
  display: inline-block;
  width: 50%;
  text-align: right;
  position: relative;
  top: 0;
  left: 24%;
}
.page-products.catalog-category-view .recently-product-cat {
  float: right;
  width: 100%;
}
.page-products.catalog-category-view .recently-product-cat.category-page .nakjakj.grid ol.product-items.widget-new-grid li.product-item .product-image-wrapper {
  height: 100%;
}
ol#hm-catviewmore {
  margin: 0 -12px;
}
.catalog-category-view.page-products.catalog-category-view .page-title-wrapper {
  display: inline-block;
  width: 50%;
  text-align: right;
  position: relative;
  top: -8px;
  left: 24%;
}
.block-content.filter-content .filter-options-item {
  margin-bottom: 0;
  padding: 23px 0;
  border-bottom: 1px solid #dddddd;
}
.block-content.filter-content .filter-options-item:first-child {
  padding-top: 24px;
  border-top: 1px solid #dddddd;
}
.filter-options-item.allow .filter-options-title:after,
.checkout-index-index #checkout .mw-osc-block-title p:after,
.checkout-index-index #checkout .mw-osc-block-title p:after {
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/plus.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}
.filter-options-item .filter-options-title:after {
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/plus.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}
.filter-options-item.allow.active .filter-options-title:after,
.checkout-index-index #checkout .mw-osc-block-title.active p:after,
.checkout-index-index #checkout .mw-osc-block-title.active p:after {
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/minus.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}
.catalogsearch-result-index .amscroll-load-button {
  color: #212b36 !important;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-weight: normal;
}
.page-products .product-items .product-item .product-item-info .product-item-details .product-item-name {
  height: auto !important;
  margin-bottom: 2px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal !important;
  min-height: 44px !important;
}
body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item {
  width: 33.33%;
  margin: 0 !important;
  margin-bottom: 48px !important;
}
@media (min-width: 768px) and (max-width: 1280px) {
  html .page-products.catalog-category-view .product-items .product-item {
    width: 33.33%;
  }
  html .page-products.catalog-category-view .recently-product-cat .product-item {
    width: 33.33% !important;
  }
  html .catalog-category-view.page-products.catalog-category-view .page-title-wrapper {
    display: inline-block;
    width: 50%;
    text-align: right;
    position: relative;
    top: -8px;
    left: 12%;
  }
  html .page-products h1.page-title span {
    font-size: 24px;
  }
  html .page-products .sidebar.sidebar-main {
    width: 20%;
    margin-top: 0;
  }
  html .page-products.catalog-category-view.page-layout-2columns-left .column.main {
    float: left;
    width: 80%;
  }
  html body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  html .page-products .toolbar.toolbar-products .toolbar-sorter.sorter {
    right: 0;
  }
  html .page-products.catalog-category-view.page-layout-2columns-left .column.main {
    float: left;
    width: 80%;
  }
  html body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  html .page-products.catalog-category-view .page-main .page-title-wrapper {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-left: 0;
  }
  html .page-products.catalog-category-view .page-title-wrapper .page-title {
    margin-bottom: 10px;
    top: 22px;
    text-align: center;
  }
  html .page-products.catalog-category-view .sidebar.sidebar-main {
    padding-top: 26px;
    border-top: 1px solid #dedede;
    margin-top: -70px;
    height: 40px;
    width: 100% !important;
    max-width: 100%;
  }
  html .page-products.catalog-category-view .product-items .product-item {
    width: 100%;
    margin: 0px 0px 40px 0px !important;
    padding: 0px;
  }
  html .page-products.catalog-category-view .columns {
    position: relative;
    top: 0;
    padding-top: 29px;
    padding-left: 0;
  }
  html .page-products.catalog-category-view ol#hm-catviewmore {
    margin: 0;
  }
  html .page-products.catalog-category-view .recently-product-cat .product-item {
    width: 100% !important;
  }
  html .page-products .toolbar.toolbar-products .toolbar-sorter.sorter {
    top: -60px;
    width: 50%;
    border-right: 1px solid #dedede;
    height: 22px;
    float: left;
    left: 0;
  }
  html .page-products .products-grid .product-items {
    font-size: 0;
    width: auto;
    margin: 0;
  }
  html .page-products .product-items .product-item .product-item-info .product-item-details .product-item-name {
    height: auto !important;
    white-space: normal !important;
    margin-bottom: 2px !important;
  }
  html .page-products.catalog-category-view.page-layout-2columns-left .column.main {
    position: relative;
    top: 0;
    padding-top: 0px;
    padding-left: 0;
    padding-bottom: 50px;
    width: 100%;
  }
  html .catalog-category-view.page-products.catalog-category-view .page-title-wrapper {
    display: inline-block;
    width: 100%;
    text-align: right;
    position: relative;
    top: -95px;
    left: 0;
    margin-top: 24px;
    margin-bottom: 0px;
  }
  html .page-products .product-items .product-item .product-item-info .product-item-details .product-item-name {
    height: auto !important;
    margin-bottom: 2px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal !important;
    min-height: 44px !important;
  }
  html .page-products main#maincontent {
    margin-top: 0;
    border: 0;
  }
  html .catalog-category-view .page-header {
    margin-bottom: 0;
  }
  html .catalog-category-view .recently-product-cat .block-title h2 {
    color: #212b36;
    font-family: 'Plus Jakarta Sans';
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-align: center;
  }
  html .page-wrapper .breadcrumbs {
    display: inline-block;
    margin: 0;
    padding-top: 0;
    padding-bottom: 19px;
  }
  html .page-products.catalog-category-view .recently-product-cat {
    padding-left: 0;
    padding-top: 35px;
  }
  html .recently-product-cat .block-title {
    margin: 0;
    margin-bottom: 20px;
  }
  html .page-products.page-with-filter.catalogsearch-result-index.page-layout-1column .breadcrumbs {
    display: none;
  }
  html body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item:nth-child(odd) {
    margin-left: 0 !important;
  }
  html body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 48px !important;
  }
}
/*category page css end*/
/*product page css*/
html .catalog-product-view .prod-detail {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0;
}
html .catalog-product-view .columns {
  padding-bottom: 0;
}
html .catalog-product-view .columns .column.main .container {
  padding: 0;
}
html .catalog-product-view .columns .column.main .container.sj-test {
  padding: 0;
}
html .catalog-product-view .product-info-main {
  float: right;
  width: 40%;
  padding: 0 0 0px 32px;
  position: relative;
}
html .catalog-product-view .product-info-main .page-title-wrapper h1 {
  margin-bottom: 12px;
}
html .catalog-product-view .product-info-main .page-title-wrapper h1 span {
  margin-bottom: 0;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
}
html .catalog-product-view .product-info-main .price-box.price-final_price:before {
  display: none !important;
}
html .catalog-product-view .product-info-main .product-info-price {
  border: none;
  margin: 0;
  width: 100%;
  float: left;
  margin-bottom: 22px;
  border-top: 1px solid #dddddd;
  margin-top: 0;
  padding-top: 12px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 18px;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart {
  float: left;
  width: 100%;
  margin: 0;
  height: auto;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset {
  width: 20%;
  float: left;
  margin: 0;
  margin-right: 16px;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
  float: right;
  width: 75%;
  margin-top: 26px;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .action.tocart {
  border-color: transparent;
  padding: 0;
  float: left;
  margin-bottom: 16px;
  border-radius: 4px;
  background-color: #ff6600;
  height: 48px;
  width: 50%;
  margin-left: 8px;
  margin-right: 0;
}
html .catalog-product-view .product.media {
  float: left;
  width: 60%;
  box-shadow: none;
  margin: 0;
}
html .catalog-product-view .product.media .fotorama__nav__frame {
  padding: 0 !important;
  padding-right: 16px !important;
  padding-bottom: 16px !important;
  margin-right: 16px;
}
html .catalog-product-view .product.media .fotorama__nav__frame .fotorama__thumb {
  box-shadow: none;
}
html .catalog-product-view .product.media .fotorama__nav__shaft {
  margin-left: 0px;
  margin-right: 16px;
  display: inline-block;
  margin-top: 0;
}
html .catalog-product-view .product.media .fotorama__nav__frame.fotorama__active .fotorama__thumb {
  box-shadow: none;
}
html .catalog-product-view .breadcrumbs {
  margin: 20px 0 0 0;
}
html .catalog-product-view span.price-container.price-final_price {
  width: auto;
  float: left;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
}
html .catalog-product-view .product-options-bottom label {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
}
html .catalog-product-view .amquote-addto-button {
  padding: 0;
  text-transform: uppercase;
  box-sizing: border-box;
  height: 48px;
  width: 100%;
  border: 1px solid #212b36;
  border-radius: 4px;
  background-color: #ffffff;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
html .catalog-product-view .recently-product-cat .block-title {
  margin-top: 65px;
  padding: 0;
  border: 0;
  margin-bottom: 26px;
}
html .catalog-product-view .recently-product-cat .block-content {
  padding-left: 0;
  padding-right: 0;
}
html .catalog-product-view .column.main .recently-product-cat .product-items {
  margin: 0 -12px;
  width: 100%;
  font-size: 0;
}
html .catalog-product-view .column.main .recently-product-cat .product-items .product-item {
  width: 25%;
  box-shadow: none;
  margin: 0 !important;
  padding: 0 12px;
}
html .catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container span.product-image-container {
  display: block;
  width: 100% !important;
}
html .catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container span.product-image-wrapper {
  height: auto;
}
html .catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container span.product-image-wrapper:hover {
  background: transparent;
}
html .catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .product-item-details .product-item-name {
  margin-bottom: 0;
  padding: 7px 0;
}
html .catalog-product-view .column.main .recently-product-cat.category-page.productpager .product-items .product-item .product-item-info .sj-image-container span.product-image-wrapper:hover {
  background: transparent;
}
html .catalog-product-view .recently-product-cat.category-page.productpager .block-content {
  padding-left: 0;
  padding-right: 0;
}
html .catalog-product-view .page-bottom {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
html .catalog-product-view .page-bottom .arabian-store {
  border-top: 1px solid #dddddd;
  margin-top: 56px;
}
html .catalog-product-view .page-bottom .arabian-store h2 {
  padding-top: 46px;
}
html .catalog-product-view .product-item-details .price-final_price {
  margin-top: 5px;
  height: auto;
}
html .revewwithwishlist .wishlist .actions-secondary {
  display: block;
  float: left;
  min-width: unset;
  padding-right: 0;
  right: 0;
  position: relative;
  left: -16px;
}
html .revewwithwishlist .wishlist .compare-product a.action.tocompare {
  position: relative;
  right: 64px;
  display: none;
  font-size: 0;
}
html .revewwithwishlist .towishlist:after {
  height: 24px;
  width: 24px;
}
html .product-info-main .product-info-stock-sku {
  display: none;
}
html .product-info-main .product-add-form .box-tocart label {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
}
html .product-info-main .product-add-form .box-tocart input.input-text.qty {
  box-sizing: border-box;
  height: 44px;
  width: 96px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
html .product-info-main .product-add-form .box-tocart .actions .action.tocart span {
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
html .product-info-main .product-add-form .box-tocart .fieldset .number {
  margin-left: 0;
  display: inline-block;
}
html .product-info-main-deatils {
  display: none;
}
html .product.info.detailed .product.data.items .data.item.title.active a {
  border-bottom: 2px solid #212b36;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
  padding-bottom: 18px !important;
  margin-right: 40px;
}
html .product.info.detailed .additional-attributes tbody tr th {
  color: #637381;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  font-weight: normal;
}
html .product.info.detailed .additional-attributes tbody tr td {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
html .prod-detail .product.data.items .item.title .switch {
  background: transparent;
  text-transform: capitalize;
  height: auto;
  padding: 0;
  margin-right: 40px;
  padding-bottom: 10px !important;
  color: #637381;
  font-family: 'Plus Jakarta Sans';
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
}
html .prod-detail .product.info.detailed {
  margin: 0;
  padding-top: 76px;
}
html .product.data.items .item.content {
  border: none;
  padding: 27px 0 0 0;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  border-top: 1px solid #dddddd;
}
html h3.mb-line {
  display: none;
}
html .related-product-cat .block-title h2 {
  margin: 0;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
}
html .recently-product-cat .block-title h2 {
  margin: 0;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
}
html .catalog-product-view.page-layout-1column .page-main .related-product-cat .products-grid .product-item:first-child {
  margin-left: 0 !important;
}
html .product-item-details .product-reviews-summary {
  display: block !important;
}
html .catalog-product-view .page-title-wrapper {
  width: 100%;
  display: inline-block;
}
html .revewwithwishlist {
  width: 100%;
  float: right;
  display: inline-block;
  position: relative;
  top: 0;
  margin-bottom: 7px;
}
html .instock-status {
  float: left;
  margin-right: 40px;
}
html .in-stock-label-span {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
}
html .product.data.items .item.content #product-review-container {
  border: none;
  padding-top: 0;
  border-width: 1px 0 0 0;
}
html button#review {
  margin-top: 60px;
  float: right;
  width: 200px;
  border: 1px solid #212b36;
  border-radius: 4px;
  background-color: #ffffff;
  height: 48px;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
html .review-form .action.submit.primary {
  height: 44px;
  width: 200px;
  border-radius: 4px;
  background-color: #ff6600;
  border: none;
  padding: 0;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
html .review-form .action.submit.primary:hover,
html .review-form .action.submit.primary:focus {
  background: #ffffff;
  color: #000000;
}
html ol.items.review-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
html .product-reviews-summary {
  padding-bottom: 39px;
  /*border-bottom: 1px solid @line4;*/
  margin-bottom: 0px;
}
html .review-item {
  padding: 32px 0;
}
html .review-main-contnt {
  width: 60%;
  float: left;
}
html ol.items.review-items .review-details {
  width: 20%;
  float: left;
  text-align: center;
}
html ol.items.review-items .rexiw-star-date {
  width: 20%;
  float: right;
  text-align: right;
}
html .review-ratings {
  float: right;
  margin-bottom: 0;
  max-width: 240px;
}
html .review-title {
  margin: 0;
  margin-bottom: 9px;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  font-weight: normal;
}
html .review-content {
  margin-bottom: 0;
  color: #637381;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
html .review-author .review-details-value {
  font-weight: normal;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
html time.review-details-value {
  color: #637381;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding-top: 16px;
  display: inline-block;
}
html .review-toolbar {
  border-top: none;
  display: none;
}
html #viewall {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
  border: 0;
  width: 100%;
  text-decoration: underline;
  margin-top: 0;
}
html div#customer-reviews {
  margin: 0;
}
html .ratcount {
  float: right;
  padding-left: 16px;
  color: #637381;
  font-size: 15px;
  letter-spacing: 0.25px;
  line-height: 35px;
}
html .data.switch .counter {
  color: #7d7d7d;
  display: none;
}
html .catalog-product-view .product-info-main .product.alert form#notify-form {
  width: 100%;
}
html .catalog-product-view .product-info-main .product.alert .control {
  width: 264px;
  display: inline-block;
  position: relative;
}
html .catalog-product-view .product-info-main .product.alert .control input.notify_email.input-text {
  height: 44px;
  width: 270px;
  padding: 8px 16px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
html .catalog-product-view .product-info-main .product.alert .submitsction {
  width: 158px;
  position: absolute;
  height: 44px;
}
html .catalog-product-view .product-info-main .product.alert .submitsction input.notify_btn {
  text-transform: uppercase;
  box-shadow: none;
  border: 0;
  height: 44px;
  width: 100%;
  border-radius: 0 4px 4px 0;
  background-color: #ff6600;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  background: #ff6600;
}
html body .page-header .minicart-wrapper .action.showcart .counter-number {
  display: inline-block;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
  text-align: center;
  position: relative;
  left: -5px;
}
html .minicart-wrapper .block-minicart li a.product-item-photo {
  width: auto;
  display: inline-block;
}
html div#minicart-content-wrapper a.product-item-photo {
  box-shadow: none;
}
html div#minicart-content-wrapper .product-image-container {
  display: inline-block;
  max-width: 100%;
  width: 75px !important;
  height: 75px !important;
}
html div#minicart-content-wrapper .minicart-items .product-item-name {
  width: 230px;
  padding: 0;
  height: auto;
}
html .page-header #minicart-content-wrapper .block-content .actions .primary .action.primary,
html .page-header #minicart-content-wrapper .block-content .actions .primary .amshopby-button,
html .page-header #minicart-content-wrapper .block-content .actions .primary .am-filter-go {
  background: #ff6600;
  color: #ffffff;
  font-size: 13.55px;
  font-weight: 700;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  height: 44px;
  border: 0;
  border-radius: 4px;
}
html .modal-popup button {
  background: #ff6600 !important;
  height: 44px !important;
  border: 0 !important;
  border-radius: 4px !important;
}
html .modal-popup button:hover {
  background: #ff6600;
  border: none;
  color: #ffffff;
}
html .modal-popup button:focus {
  height: 44px;
}
html .modal-popup .action-close:before {
  position: relative;
  left: -10px;
}
html .modal-popup button.action-close {
  background: none !important;
}
html .modal-popup button:active {
  background: #ff6600;
  border: none;
  color: #ffffff;
  height: 44px;
}
html .notify-txt {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  html .catalog-product-view .product.media {
    width: 100%;
  }
  html .catalog-product-view .product-info-main {
    width: 100%;
    padding: 16px 0 0 0;
    position: relative;
  }
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset {
    width: 100%;
  }
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
    width: 100%;
  }
  html .product-info-main .product-add-form .box-tocart .fieldset .number {
    margin-left: 16px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  html .catalog-product-view .breadcrumbs {
    margin: 0;
    display: none;
  }
  html .catalog-product-view .product.media .fotorama__wrap {
    padding: 0;
  }
  html .catalog-product-view .product-info-main {
    width: 100%;
    padding: 21px 0 0 0;
    position: relative;
  }
  html .catalog-product-view .product-info-main .page-title-wrapper h1 {
    margin-bottom: 0;
  }
  html .catalog-product-view .product-info-main .page-title-wrapper h1 span {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 24px;
  }
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset {
    width: 20%;
  }
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .number {
    margin-top: 9px;
    width: 100%;
    margin: 0;
  }
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
    width: 70%;
  }
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .action.tocart {
    margin-left: 0px;
    width: 100%;
  }
  html .catalog-product-view .product-info-main .product.alert .control {
    width: 100%;
    display: inline-block;
    position: relative;
  }
  html .catalog-product-view .product-info-main .product.alert .submitsction {
    width: 128px;
    position: relative;
    height: 44px;
    top: -45px;
  }
  html .catalog-product-view .payment-responsivesec {
    width: 73%;
    display: none;
  }
  html .catalog-product-view .prod-detail .product.data.items .item.title .switch {
    margin-right: 0;
    border-top: 1px solid #dddddd;
    padding: 20px 0 !important;
  }
  html .catalog-product-view .recently-product-cat .block-title {
    margin-top: 0;
    padding: 0;
    border: 0;
    margin-bottom: 20px;
  }
  html .catalog-product-view .recently-product-cat .block-title h2 {
    margin: 0;
    color: #212b36;
    font-family: 'Plus Jakarta Sans';
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-align: center;
  }
  html .catalog-product-view .column.main .recently-product-cat .product-items {
    margin: 0;
    width: 100%;
    font-size: 0;
  }
  html .catalog-product-view .column.main .recently-product-cat .product-items .product-item {
    width: 100% !important;
    box-shadow: none;
    margin: 0 !important;
    padding: 0;
    margin-bottom: 40px !important;
  }
  html .catalog-product-view .page-bottom .arabian-store {
    border-top: 1px solid #dddddd;
    margin-top: 0;
  }
  html .catalog-product-view .revewwithwishlist {
    width: 100%;
    margin-top: 16px;
  }
  html .fotorama__active .fotorama__dot {
    background-color: #ff6600;
    border-color: #ff6600;
  }
  html .product-info-main .product-add-form .box-tocart input.input-text.qty {
    width: 100%;
  }
  html .prod-detail .product.info.detailed {
    margin: 0;
    padding-top: 36px;
  }
  html .product.info.detailed .product.data.items .data.item.title.active a {
    margin: 0;
  }
  html .product.data.items .item.title a:after {
    position: absolute;
    right: 10px;
    top: 20px;
  }
  html .product.data.items .item.content #product-review-container {
    border: none;
    padding-top: 0;
    border-width: 1px 0 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  html .price-box span.price-container span.price {
    padding-left: 0;
  }
  html button#review {
    text-align: center;
    margin: 0 auto;
    order: 2;
  }
  html .review-details {
    order: 1;
    margin: 0 auto;
  }
  html .product-reviews-summary {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 22px;
  }
  html .review-item {
    padding: 18px 0;
    display: flex;
    flex-wrap: wrap;
  }
  html .review-item:first-child {
    border-top: 1px solid #dddddd;
    margin-top: 24px;
  }
  html .review-main-contnt {
    width: 100%;
    order: 3;
  }
  html ol.items.review-items .review-details {
    width: 100%;
    text-align: left;
    order: 2;
  }
  html ol.items.review-items .rexiw-star-date {
    width: 100%;
    float: left;
    text-align: left;
    order: 1;
  }
  html .review-list li .review-date {
    float: right;
    width: 50%;
    text-align: right;
  }
  html .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  html time.review-details-value {
    padding: 0;
  }
  html div#customer-reviews {
    margin: 0;
    order: 3;
  }
  html .revewwithwishlist .wishlist {
    float: right;
    width: 50%;
  }
  body.catalog-product-view .page-main {
    border-top: 0;
    margin: 0 !important;
    padding-top: 0 !important;
  }
}
/*end*/
.main-offer {
  width: 100%;
  display: flex;
  background-color: #eaf7fc;
  flex-wrap: wrap;
  padding: 16px 48px 10px 32px;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.title-offer {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
}
.countdowntimer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.days-time {
  padding: 0 12px;
  position: relative;
  text-align: center;
}
span.day-cnt {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 28px;
  width: 100%;
  display: block;
  text-align: center;
}
span.day-txt {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
}
span.day-txt:before {
  content: '';
  height: 2px;
  width: 40px;
  background-color: #212b36;
  position: absolute;
  left: 0;
  text-align: center;
  right: 0;
  margin: 0 auto;
}
html body.cms-special-offer .selling-points-mian p {
  color: #637381;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
html body.cms-special-offer main#maincontent {
  padding: 0 !important;
}
html body.cms-special-offer ul {
  padding: 0;
}
.specail-main {
  margin-top: 10px;
  width: 100%;
  display: inline-block;
  margin-bottom: 24px;
}
.offer-img ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.offer-img ul li {
  width: 25%;
  float: left;
  padding: 0 12px;
}
.offer-img ul li img {
  width: 100%;
}
.cms-home span.special-price {
  margin: 0px 0 !important;
  width: auto !important;
}
span.old-price {
  display: block;
  float: left;
  padding-left: 16px;
}
span.special-price {
  margin: 0px 0 !important;
  width: auto !important;
}
.product-item .old-price {
  margin: 0;
}
.cms-special-offer .category-supersale {
  width: 100%;
  display: inline-block;
  padding-top: 46px;
  border-top: 1px solid #dddddd;
}
.cms-special-offer .block.widget.block-products-list.grid {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 17px;
  overflow: hidden;
  padding-top: 5px;
}
.cms-special-offer .block.widget.block-products-list.grid .block-title {
  text-align: center;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 26px;
}
.cms-special-offer .widget .block-title strong {
  color: #212b36;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 26px;
}
.cms-special-offer .block.widget .product-item-info {
  width: 100%;
  position: relative;
}
.cms-special-offer .block.widget .product-item-info .actions-secondary {
  position: absolute;
  right: -3px;
  top: 8px;
}
.cms-special-offer .sell-pnts {
  border-top: 1px solid #dddddd;
}
html .owl-theme .owl-dots .owl-dot.active span {
  background: #ff6600;
}
html .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff6600;
}
html .owl-theme .owl-dots .owl-dot span {
  height: 8px;
  width: 16px;
  background-color: #d8d8d8;
  display: inline-block;
  font-size: 0;
  margin: 0 8px 16px;
  border-radius: 0;
}
html .revewwithwishlist {
  margin-bottom: 12px;
}
html .revewwithwishlist .ratcount {
  line-height: 23px;
}
html .instock-status {
  width: 30%;
  text-align: right;
}
.revewwithwishlist .wishlist {
  width: 100%;
}
.revewwithwishlist .product-reviews-summary {
  margin: 0;
  display: inline-block;
  padding: 0;
  border: 0;
}
.revewwithwishlist .review-details {
  width: 50%;
  float: left;
}
.product-info-main .rating-summary {
  margin-right: 0;
}
.customer-review .rating-summary {
  margin-right: 0;
}
.newlabel-class {
  position: absolute;
  top: 16px;
  z-index: 1;
  left: 0;
}
div#zipcode-error {
  color: #ff0000;
  margin-top: 5px;
}
.social-share-custom {
  position: absolute;
  right: 10px;
  top: 60px;
  z-index: 1;
}
.social-share-custom div.rollerhove {
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/Share-grey.svg);
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.social-share-custom div.rollerhove:hover {
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/Share-hover.svg);
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.social-share-custom .rollerhove:hover .hoversocialicondisplay {
  right: 0;
  top: 24px;
}
.social-share-custom .rollerhove:hover .hoversocialicondisplay ul {
  right: 0px;
  top: 15px;
}
.cms-index-index ol.product-items .hoversocialicondisplay li {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
ol.product-items .hoversocialicondisplay li {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
.related-product-cat ol li {
  padding: 0;
}
i.fa.fa-facebook-square {
  color: #3567a2;
}
i.fa.fa-twitter {
  color: #69acd1;
}
i.fa.fa-pinterest {
  color: #e2462b;
}
i.fa.fa-whatsapp {
  color: #4cc03c;
}
.desc-main {
  position: relative;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price-container > .price-wrapper span.price {
  margin-top: 6px;
}
html .revewwithwishlist .wishlist .actions-secondary {
  left: -5px;
}
.page-products .product-items .product-item .product-item-info .product-item-details {
  position: relative;
}
.disc-txt {
  position: absolute;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  left: 6px;
  align-items: center;
  top: 9px;
}
.cms-catalogue-request .columns .column.main {
  padding-bottom: 88px;
}
.cms-catalogue-request .page-main {
  width: 100%;
  max-width: 728px;
  padding: 0 23px;
  margin: 0 auto;
  box-sizing: border-box;
  display: inline-block;
}
.cms-catalogue-request fieldset.fieldset .legend {
  padding: 0;
  border: 0;
  margin-bottom: 66px;
  margin-top: 27px;
  text-align: center;
}
.cms-catalogue-request fieldset.fieldset .legend span {
  text-transform: none;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
}
.cms-catalogue-request span.request-txt {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding-bottom: 20px;
  display: inline-block;
}
.cms-catalogue-request .field.name.required.address {
  width: 100%;
}
.cms-catalogue-request .request-chckbox {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  padding-left: 10px;
}
.cms-catalogue-request .request-chckbox label {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.cms-catalogue-request .fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
.cms-catalogue-request .fieldset:last-child {
  margin-bottom: 0;
}
.cms-catalogue-request .actions-toolbar {
  margin-top: 27px;
}
.cms-catalogue-request .primary {
  width: 100%;
}
.cms-catalogue-request button.action.submit.primary {
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  background-color: #ff6600;
  height: 48px;
  border: 0;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
.cms-catalogue-request .field.name.required {
  width: 50%;
  float: left;
  padding: 0 12px;
}
.cms-catalogue-request .fields.request-form-dtl {
  margin: 0 -12px;
}
.cms-index-index ol.product-items li .product-item-info .product-item-details .product-item-name a.product-item-link {
  color: #212b36 !important;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
body .list-only-custom-box-price {
  display: flex;
}
body .list-only-custom-box-price .old-price {
  order: 2;
}
body .list-only-custom-box-price .special-price {
  order: 1;
}
body .special-price .price {
  font-size: 14px !important;
}
body.catalog-category-view .product-item .product-reviews-summary,
html body .product-item-details .product-reviews-summary {
  display: flex !important;
  padding: 0 0 5px 0;
}
body .products-grid .product-item-actions {
  margin: 0;
}
body .product-item .product-reviews-summary .reviews-actions a span {
  display: none;
}
body.checkout-cart-index.page-layout-1column .product-item .price-box .old-price .price-container span span.price {
  margin: 0 8px 0 0;
}
body.checkout-cart-index.page-layout-1column .product.details.product-item-details {
  display: flex;
}
body.checkout-cart-index.page-layout-1column .product.details.product-item-details .product.name.product-item-name {
  order: 1;
  display: block;
  width: 100%;
}
body.checkout-cart-index.page-layout-1column .product.details.product-item-details .price-box.price-final_price {
  order: 3;
}
body.checkout-cart-index.page-layout-1column .product.details.product-item-details .product-reviews-summary.short.no-rating {
  order: 2;
}
body.checkout-cart-index.page-layout-1column .product.details.product-item-details .product.actions.product-item-actions {
  order: 4;
}
body .block.widget .products-grid .product-item .product-item-inner,
body.page-layout-2columns-left .column.main .products-grid .product-item .product-item-inner,
body.page-layout-2columns-left .column.main .grid .product-item .product-item-inner,
body.page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
body.page-layout-1column .block.widget .products-grid .product-item .product-item-actions,
body.page-layout-3columns .block.widget .products-grid .product-item .product-item-inner,
body.wishlist-index-index.page-layout-2columns-left .products-grid .product-item .product-item-inner1 {
  box-shadow: none;
  position: absolute;
  top: 0;
  margin: 0;
  clip: inherit;
  overflow: visible;
  display: block;
  top: inherit;
  left: inherit;
  right: 0;
  bottom: 0;
  width: 72px;
  height: 40px;
}
body .block.widget .products-grid .product-item .product-item-inner .action.tocart.primary,
body.page-layout-2columns-left .column.main .products-grid .product-item .product-item-inner .action.tocart.primary,
body.page-layout-2columns-left .column.main .grid .product-item .product-item-inner .action.tocart.primary,
body.page-layout-1column .block.widget .products-grid .product-item .product-item-inner .action.tocart.primary,
body.page-layout-1column .block.widget .products-grid .product-item .product-item-actions .action.tocart.primary,
body.page-layout-3columns .block.widget .products-grid .product-item .product-item-inner .action.tocart.primary,
body.wishlist-index-index.page-layout-2columns-left .products-grid .product-item .product-item-inner1 .action.tocart.primary {
  font-size: 0;
  width: auto;
  padding: 0;
  height: inherit;
  background: inherit;
  border: 0;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/new-cart-icons.svg) no-repeat left center #00b900;
  background-position: center;
  width: 72px;
  height: 40px;
}
body .block.widget .products-grid .product-item .product-item-inner .action.tocart.primary:after,
body.page-layout-2columns-left .column.main .products-grid .product-item .product-item-inner .action.tocart.primary:after,
body.page-layout-2columns-left .column.main .grid .product-item .product-item-inner .action.tocart.primary:after,
body.page-layout-1column .block.widget .products-grid .product-item .product-item-inner .action.tocart.primary:after,
body.page-layout-1column .block.widget .products-grid .product-item .product-item-actions .action.tocart.primary:after,
body.page-layout-3columns .block.widget .products-grid .product-item .product-item-inner .action.tocart.primary:after,
body.wishlist-index-index.page-layout-2columns-left .products-grid .product-item .product-item-inner1 .action.tocart.primary:after {
  content: "";
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  line-height: 16px;
  position: absolute;
  left: 40px;
}
body .product-item-actions .actions-primary {
  padding: 0;
}
html.wishlist-index-index .product-reviews-summary {
  padding: 0;
}
html.wishlist-index-index .products-grid.wishlist .product-item .fieldset .field.qty,
html.wishlist-index-index .products-grid.wishlist .product-item .fieldset .product-item-actions {
  margin: 0;
}
html .wishlist-index-index .products-grid.wishlist .product-item .box-tocart .actions-primary {
  padding: 0;
}
html .wishlist-index-index .products-grid.wishlist .product-item-actions {
  margin: 0;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner1 .product-item-actions a {
  display: none;
}
.wishlist-index-index .products-grid .product-item .product-item-info {
  width: 100%;
  position: relative;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner1 .box-tocart p.unavailable.stock {
  display: none;
}
.cms-index-index ol.product-items li .product-item-info .product-item-details .product-item-actions {
  margin: 0;
}
html .wishlist-index-index .product-reviews-summary {
  padding: 0;
}
body .products-grid .product-item-inner {
  border: 0;
  padding: 0;
}
.products-grid .product-item-info:hover .product-item-inner,
.products-grid .product-item-info.active .product-item-inner {
  display: block;
}
.products-grid .product-item-info .product-item-inner {
  display: block;
}
.field.zipcode {
  width: 50%;
  padding: 0 12px;
}
.wishlist-index-index .products-grid.wishlist .product-reviews-summary,
.wishlist-index-index .toolbar.wishlist-toolbar {
  text-align: left;
  margin-bottom: 5px;
}
body.wishlist-index-index.page-layout-2columns-left .products-grid .product-item .product-item-inner1 {
  bottom: -25px;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset {
  width: 53%;
  margin: 0;
  padding-right: 16px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  float: left;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
html .product-info-main .product-add-form .box-tocart input.input-text.qty {
  width: 100%;
}
.sq-ft-main {
  width: auto;
  padding-right: 13px;
}
.or {
  top: 10px;
  width: 26px;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  position: relative;
}
.box-main {
  width: auto;
  padding-left: 13px;
}
html .product-info-main .product-add-form .box-tocart label {
  display: inline-block;
  width: 100%;
}
html .product-info-main .product-add-form .box-tocart .fieldset .number {
  width: 100%;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions.adtocart {
  width: auto;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset.nosqft {
  width: auto;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset.nosqft .box-main {
  width: auto;
  padding-left: 0;
}
ul.megamenu-ul li {
  padding: 0px;
}
ul.megamenu-ul li a {
  padding: 8px 32px;
  display: inline-block;
  position: relative;
}
ul.megamenu-ul li a:before {
  content: '';
  width: 0;
  height: 3px;
  background: #ff6600;
  position: absolute;
  left: 0;
  margin: 0;
  bottom: -1px;
  transition: all 0.3s;
}
ul.megamenu-ul li:hover a:before {
  width: 100%;
}
.mega-menu-main .brands-sub-menu a {
  padding: 0px;
}
.cms-index-index span.product-image-wrapper:hover {
  background: none;
}
.swatch-attribute.color,
.swatch-attribute.size,
.swatch-attribute.size {
  width: 100%;
  display: inline-block;
}
.swatch-attribute.color .swatch-option {
  border: none;
  width: 24px !important;
  height: 24px !important;
  background-size: 100% !important;
}
.catalog-product-view .swatch-attribute.color .swatch-option.selected {
  margin-left: 0;
  border: 2px solid #ff6600;
}
.catalog-product-view .swatch-attribute.color .swatch-option {
  border: none;
  width: 80px !important;
  height: 80px !important;
  background-size: 100% !important;
  margin-right: 18px;
}
#configcustom {
  margin-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0px;
}
body.cms-home.cms-index-index ol.product-items li:hover .rating-summary .rating-result::before {
  color: #979797;
}
body.page-layout-2columns-left .price-box.price-final_price span.old-price {
  order: 1;
  padding: 0;
}
body.page-layout-2columns-left .price-box.price-final_price span.old-price .price {
  margin: 0;
}
body.page-layout-2columns-left .product-item .price-box .old-price .price-container span span.price {
  margin: 0;
}
body.page-layout-2columns-left .price-box.price-final_price span.old-price {
  order: 1;
}
body.page-layout-2columns-left .product-item-details .price-final_price .list-sq-ft-container .per-price-lable {
  order: 3;
}
body.page-layout-2columns-left span.special-price {
  order: 2;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart {
  padding-top: 0 !important;
}
body.page-layout-2columns-left .product-item .price-box .old-price .price-container span span.price {
  margin: 0 8px 0 0;
}
body.checkout-cart-index.page-layout-1column .product.details.product-item-details {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.checkout-cart-index.page-layout-1column .list-product-page-container span.old-price {
  padding: 0;
}
body .list-product-page-container span.special-price span.price {
  font-size: 14px !important;
}
.cms-catalogue-request .breadcrumbs {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 23px;
  margin-top: 20px;
}
.two-action {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
button#sample-product-button {
  width: 100%;
  margin: 0;
  border: 1px solid #212b36;
  border-radius: 4px;
  background-color: #ffffff;
  height: 48px;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  padding: 0;
}
button#sample-product-button span {
  color: #212b36 !important;
}
.row {
  margin: 0;
}
.inspiration-index-index .columns {
  padding: 0;
}
.inspiration-index-index .columns .column.main {
  padding-bottom: 84px;
}
.trend-prdts {
  margin-top: 22px;
  width: 100%;
}
.fet-title h2 {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 26px;
}
.main-trending {
  width: 100%;
  display: inline-block;
}
.main-trending ol {
  width: auto;
  margin: 0 -12px;
  padding: 0px;
}
.main-trending ol li {
  width: 25%;
  padding: 0 16px;
}
.main-trending ol li img {
  width: 100%;
}
.main-trending a {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.main-trending a:hover {
  color: #212b36;
}
.main-trending a span {
  padding-top: 12px;
  display: inline-block;
}
.featuretrends-index-trenddetails .container.sj-test {
  display: none;
}
.featuretrends-index-trenddetails .columns {
  padding: 0;
}
.featuretrends-index-trenddetails .columns .column.main {
  padding-bottom: 64px;
}
.main-banner-page {
  position: relative;
  margin-bottom: 64px;
}
.img-txt {
  position: absolute;
  text-align: center;
  top: 50%;
  align-items: center;
  align-content: center;
  max-width: 872px;
  margin: 0 auto;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.img-tit h1 {
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
}
.img-desc {
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-align: center;
  margin: 21px 0;
}
a.img-btn {
  box-sizing: border-box;
  height: 48px;
  width: 200px;
  border: 1px solid #212b36;
  border-radius: 4px;
  background-color: #ffffff;
  display: inline-block;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 45px;
  text-align: center;
}
html .cms-catalogue-request .breadcrumbs {
  display: inline-block;
}
html .filter-current ol.items {
  margin: 0;
}
html .sidebar.sidebar-main .block-actions.filter-actions a {
  color: #000000;
}
html .block-actions.filter-actions.mobile-reset {
  display: none;
}
.product-full-width-section {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
h2.product-section-title {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
  margin: 0;
  padding-right: 16px;
}
.recently-product-cat.category-page.productpager li.product-item span.old-price,
.catalog-product-view .column.main .recently-product-cat .product-items .product-item span.old-price {
  width: auto;
}
.size-value {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 25px;
}
.product-item .price-box .old-price .price-container span span.price {
  color: #637381;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px !important;
}
.loader {
  background: none !important;
}
html .catalog-product-view .column.main .product.media {
  margin-top: 0px;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
  margin-top: 26px;
}
html .product-info-main .product-add-form .box-tocart label {
  display: inline-block;
  width: 100%;
  padding-bottom: 6px;
}
html #banner-slider-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  opacity: inherit;
  right: 0;
  top: auto;
}
.cms-index-index ol.product-items li:hover .rating-summary .rating-result > span::before {
  color: #00B900;
}
/* common colors */
body .display-tag-label {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  background-color: inherit;
  height: 32px;
  position: relative;
  color: inherit;
  text-transform: capitalize;
  float: left;
  clear: left;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
body .display-tag-label:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -8px;
  border-top: 8px solid inherit;
  border-left: 4px solid inherit;
  border-right: 4px solid transparent;
  border-bottom: 8px solid transparent;
  display: block;
  font-weight: 700;
}
body .display-tag-label:after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: -8px;
  border-top: 8px solid transparent;
  border-left: 4px solid inherit;
  border-right: 4px solid transparent;
  border-bottom: 8px solid inherit;
  display: block;
  font-weight: 700;
}
/* out of stock */
body .display-tag-label.out-of-stock-label {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #abbccc;
  height: 32px;
  position: relative;
  color: #212b36;
  text-transform: capitalize;
}
body .display-tag-label.out-of-stock-label:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -8px;
  border-top: 8px solid #abbccc;
  border-left: 4px solid #abbccc;
  border-right: 4px solid transparent;
  border-bottom: 8px solid transparent;
  display: block;
}
body .display-tag-label.out-of-stock-label:after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: -8px;
  border-top: 8px solid transparent;
  border-left: 4px solid #abbccc;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #abbccc;
  display: block;
}
/* Discount label */
body .display-tag-label.discount-label {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #ff6600;
  height: 32px;
  position: relative;
  color: #ffffff;
  text-transform: capitalize;
}
body .display-tag-label.discount-label:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -8px;
  border-top: 8px solid #ff6600;
  border-left: 4px solid #ff6600;
  border-right: 4px solid transparent;
  border-bottom: 8px solid transparent;
  display: block;
}
body .display-tag-label.discount-label:after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: -8px;
  border-top: 8px solid transparent;
  border-left: 4px solid #ff6600;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #ff6600;
  display: block;
}
/* Discount label => Black For the BlackFriday Sale*/
.display-tag-label.discount-label-black {
  background-color: black !important;
  color: white !important;
  /* text-transform: lowercase; */
}
body .display-tag-label.discount-label-black:after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: -8px;
  border-top: 8px solid transparent;
  border-left: 4px solid #000000 !important;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #000000 !important;
  display: block;
}
body .display-tag-label.discount-label-black:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -8px;
  border-top: 8px solid #000000  !important;
  border-left: 4px solid #000000  !important;
  border-right: 4px solid transparent;
  border-bottom: 8px solid transparent;
  display: block;
}
/* New arrival */
body .display-tag-label.new-arrival-label {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #f94c43;
  height: 32px;
  position: relative;
  color: #ffffff;
  text-transform: capitalize;
}
body .display-tag-label.new-arrival-label:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -8px;
  border-top: 8px solid #f94c43;
  border-left: 4px solid #f94c43;
  border-right: 4px solid transparent;
  border-bottom: 8px solid transparent;
  display: block;
}
body .display-tag-label.new-arrival-label:after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: -8px;
  border-top: 8px solid transparent;
  border-left: 4px solid #f94c43;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #f94c43;
  display: block;
}
/* choice label */
body .display-tag-label.our-choice-label {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #3eb658;
  height: 32px;
  position: relative;
  color: #ffffff;
  text-transform: capitalize;
}
body .display-tag-label.our-choice-label:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -8px;
  border-top: 8px solid #3eb658;
  border-left: 4px solid #3eb658;
  border-right: 4px solid transparent;
  border-bottom: 8px solid transparent;
  display: block;
}
body .display-tag-label.our-choice-label:after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: -8px;
  border-top: 8px solid transparent;
  border-left: 4px solid #3eb658;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #3eb658;
  display: block;
}
/* Best Seller label */
body .display-tag-label.best-seller-label {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #009cdb;
  height: 32px;
  position: relative;
  color: #ffffff;
  text-transform: capitalize;
}
body .display-tag-label.best-seller-label:before {
  content: '';
  position: absolute;
  top: 0px;
  right: -8px;
  border-top: 8px solid #009cdb;
  border-left: 4px solid #009cdb;
  border-right: 4px solid transparent;
  border-bottom: 8px solid transparent;
  display: block;
}
body .display-tag-label.best-seller-label:after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: -8px;
  border-top: 8px solid transparent;
  border-left: 4px solid #009cdb;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #009cdb;
  display: block;
}
html .review-form .action.submit.primary {
  background: #00B900 !important;
}
.review-control-vote label:before {
  color: #00B900 !important;
}
@media (max-width: 1024px) {
  html .instock-status {
    width: 20%;
  }
  .revewwithwishlist .review-details {
    width: 55%;
  }
}
@media (max-width: 768px) {
  html .instock-status {
    width: 32%;
  }
  html .product-info-main .product-add-form .box-tocart .fieldset .number {
    margin: 0px;
  }
  html .product-info-main .product-add-form .box-tocart .fieldset .number {
    margin: 0px;
  }
  html .product.info.detailed .product.data.items .data.item.title.active a {
    margin-right: 20px;
  }
  html .prod-detail .product.data.items .item.title .switch {
    margin-right: 20px;
  }
}
body .page-header .minicart-wrapper .action.showcart .counter.qty {
  border: none;
  z-index: 9;
}
@media (max-width: 767px) {
  html .owl-theme .owl-dots .owl-dot.active span {
    background: #ff6600;
  }
  html .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff6600;
  }
  html .owl-theme .owl-dots .owl-dot span {
    height: 8px;
    width: 16px;
    background-color: #d8d8d8;
    display: inline-block;
    font-size: 0;
    margin: 0 8px 8px;
  }
  html .catalog-category-view .page-wrapper .breadcrumbs {
    display: inline-block;
    margin: 0;
    padding-top: 19px;
    padding-bottom: 40px;
  }
  html .review-list li .review-date {
    margin-top: 5px;
  }
  html .review-details {
    width: 100%;
    text-align: center;
  }
  .filter-options-item.allow.active .filter-options-content {
    display: inline-block !important;
  }
  main#maincontent {
    border-top: none;
  }
  .catalog-product-view a[data-zoom-id] img {
    padding-bottom: 0;
  }
  .catalog-product-view .mz-thumb img {
    padding-bottom: 0;
  }
  .catalog-product-view .modal-slide .action-close {
    margin-top: 0px;
  }
  .mt-thumb-switcher.active-selector img {
    border-bottom-color: transparent;
  }
  div#product-review-table {
    margin-top: 15px;
  }
  .mcs-item {
    padding: 0 8px !important;
  }
  .mcs-items-container {
    margin: 0 -17px !important;
    width: auto !important;
  }
  .MagicScroll-horizontal .mcs-button-arrow-prev {
    top: -10px !important;
  }
  .MagicScroll-horizontal .mcs-button-arrow-next {
    top: -10px !important;
  }
  header .form .search-autocomplete {
    top: 44px !important;
    margin: 0;
    width: 100% !important;
    border: none;
    left: 0;
    padding: 0 12px;
  }
  .page-products .product-items .product-item .product-item-info .product-item-details .product-item-name {
    padding: 0px;
  }
  .swatch-attribute.color,
  .swatch-attribute.size,
  .swatch-attribute.size {
    width: 100%;
    display: inline-block;
    float: left;
  }
  html .cms-page-view .page-header {
    margin-bottom: 20px;
  }
  .swatch-attribute.size {
    width: 100%;
    display: inline-block;
    float: left;
  }
  .featuretrends-index-trenddetails .columns .column.main {
    padding-bottom: 40px;
  }
  .featuretrends-index-trenddetails main#maincontent {
    border-top: 0;
  }
  .featuretrends-index-trenddetails .page-header {
    margin-bottom: 0;
  }
  .main-banner-page {
    position: relative;
    margin-bottom: 32px;
  }
  .main-banner-page img {
    height: 336px;
    object-fit: cover;
  }
  .img-desc {
    color: #ffffff;
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 24px;
    text-align: center;
  }
  .main-trending ol {
    display: block;
    flex-wrap: inherit;
    margin: 0px;
  }
  .main-trending ol li img {
    width: auto;
  }
  .main-trending a {
    width: auto;
  }
  .fet-title {
    color: #212b36;
    font-family: 'Plus Jakarta Sans';
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
  }
  .trend-prdts {
    margin-top: 18px;
    width: 100%;
    overflow: hidden;
  }
  .inspiration-index-index .columns .column.main {
    padding-bottom: 50px;
  }
  .sample-product-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 16px;
  }
  button#product-addtoquote {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .cms-catalogue-request .breadcrumbs {
    display: none !important;
  }
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
    width: 100%;
    margin-top: 20px;
  }
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset {
    width: 70%;
    padding-right: 0px;
  }
  html .product.info.detailed .product.data.items .data.item.title.active a {
    margin-right: 0;
  }
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset.nosqft {
    width: 20%;
  }
  .revewwithwishlist .review-details {
    width: 40%;
  }
  .mob-disc {
    display: inline-block;
    width: 100%;
  }
  .main-offer {
    padding: 16px 48px 18px 32px;
  }
  .title-offer {
    text-align: center;
    width: 100%;
    margin-bottom: 12px;
  }
  .countdowntimer-main {
    text-align: center;
    margin: 0 auto;
  }
  html .banner-caption {
    padding: 0px;
  }
  html body.cms-index-index main#maincontent {
    padding: 0 !important;
  }
  .specail-main {
    margin-top: 16px;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
  }
  .offer-img ul {
    display: inline-block;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
  .offer-img ul li {
    width: 50%;
    float: left;
    padding: 0 8px;
    margin-bottom: 16px;
  }
  .cms-special-offer .sell-pnts {
    border-top: 1px solid #dddddd;
    margin-top: 32px;
  }
  .cms-special-offer .widget .block-title strong {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
  }
  .cms-special-offer .block.widget.block-products-list.grid .block-title {
    margin-bottom: 20px;
  }
  .cms-special-offer .category-supersale {
    padding-top: 32px;
  }
  .cms-special-offer .block.widget.block-products-list.grid {
    margin-bottom: 32px;
  }
  html .revewwithwishlist .wishlist {
    width: 100%;
  }
  html .revewwithwishlist .ratcount {
    display: none;
  }
  html .review-details {
    order: 1;
    margin: 0;
  }
  html .in-stock-label-span {
    line-height: 26px;
  }
  .cms-catalogue-request main#maincontent {
    border-top: 0;
  }
  .cms-catalogue-request fieldset.fieldset .legend {
    padding: 0;
    border: 0;
    margin-bottom: 12px;
    margin-top: 0;
    text-align: left;
  }
  .cms-catalogue-request fieldset.fieldset .legend span {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-align: left;
  }
  .cms-catalogue-request span.request-txt {
    padding-bottom: 16px;
  }
  .cms-catalogue-request .field.name.required {
    width: 100%;
    float: left;
    padding: 0;
  }
  .cms-catalogue-request .fields.request-form-dtl {
    margin: 0;
  }
  .cms-catalogue-request .columns {
    padding: 0 0 48px;
  }
  .cms-catalogue-request .columns .column.main {
    padding-bottom: 0;
  }
  .cms-catalogue-request .page-footer {
    margin-top: 0;
  }
  .cms-catalogue-request .request-chckbox {
    padding-left: 0px;
  }
  ol.product-items.widget-product-grid.slick-initialized.slick-slider {
    margin-bottom: 32px;
  }
  .field.zipcode {
    width: 100%;
    padding: 0;
  }
  .page-products .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13.82px;
    letter-spacing: 0.25px;
    line-height: 26px;
    padding-right: 16px;
    display: flex;
    position: relative;
    top: 0;
    justify-content: center;
    text-transform: capitalize;
  }
  html .sidebar.sidebar-main .filter-title strong {
    width: 100%;
    display: flex !important;
    padding: 0px 16px;
    text-transform: capitalize;
    justify-content: center;
    line-height: 30px;
  }
}
html .review-form .action.submit.primary:hover {
  color: #ffffff;
}
html .review-form .action.submit.primary:focus {
  color: #ffffff;
}
div#reviews-actions-custom {
  float: left;
}
.block.widget.block-products-list.grid {
  max-height: 630px;
}
.block.widget.block-products-list.grid .slick-list li.product-item {
  opacity: 1;
}
.block.widget.block-products-list.grid li.product-item {
  opacity: 0;
}
body.cms-page-view .header-links li {
  margin-right: 0px;
}
.trend-prdts .main-trending {
  max-height: 400px;
}
.trend-prdts .main-trending li.product-item {
  opacity: 1;
}
.trend-prdts li.product-item {
  opacity: 0;
}
html .product.info.detailed .additional-attributes tbody tr th {
  width: 15%;
  float: left;
  padding: 0px;
}
html .product.info.detailed .additional-attributes tbody tr td {
  padding: 0px;
}
input#autocomplete {
  border: 1px solid #cccccc !important;
}
.cms-page-view .breadcrumbs {
  margin: 0;
  padding: 0 23px;
  margin-top: 20px;
}
.shp-by-clr .container {
  padding: 0;
}
ol.items {
  margin: 0;
  padding: 0;
}
.page-products .filter-options-content .items a {
  padding-left: 0;
  margin: 0;
}
.swatch-attribute.tile_finish {
  margin-top: 24px;
}
.field.review-field-nickname.required {
  margin-top: 20px;
}
html .catalog-product-view .column.main .recently-product-cat .product-items {
  width: auto;
}
body.page-products.page-with-filter.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sorter.sorter {
  margin: 0;
  position: relative;
  right: 0;
  top: 0px;
  left: auto;
  width: auto;
  float: right;
  text-align: right;
}
body.page-products.page-with-filter.catalogsearch-result-index .block.filter {
  display: block;
}
body.page-products.page-with-filter.catalogsearch-result-index .products.products-grid {
  width: 100%;
  margin-left: 0;
  margin-top: 26px;
}
body.page-products.page-with-filter.catalogsearch-result-index .page-title-wrapper {
  width: 100%;
  margin-bottom: 0;
  display: inline-block;
  width: 50%;
  text-align: left;
  position: relative;
  left: 24%;
}
body.page-products.page-with-filter.catalogsearch-result-index .sidebar.sidebar-main {
  margin-top: 46px;
}
body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item img.product-image-photo:hover {
  background-color: transparent !important;
  opacity: 1;
  width: 100%;
}
.page-products.page-with-filter.catalogsearch-result-index main#maincontent .page-title-wrapper {
  top: 0;
}
.page-products .product-image-photo:hover {
  background-color: transparent !important;
  opacity: 1;
  width: 100%;
}
.page-products .new-product-image-photo:hover {
  background-color: transparent !important;
  opacity: 1;
  width: 100%;
}
.swatch-attribute.color .swatch-option {
  margin-bottom: 10px;
}
.featuretrends-index-index .container.sj-test {
  display: none;
}
.cms-page-view.cms-shop-by-color .breadcrumbs {
  display: inline-block;
}
.cms-page-view.cms-shop-by-collection .breadcrumbs {
  display: inline-block;
}
.cms-page-view.cms-shop-by-looks .breadcrumbs {
  display: inline-block;
}
.cms-page-view.cms-shop-by-brands .breadcrumbs {
  display: inline-block;
}
.cms-new-arrival .product-item-details {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 65px;
}
html body.checkout-cart-index .product-item-details .product-reviews-summary {
  order: 2;
}
.catalog-category-view.page-products.catalog-category-view .page-title-wrapper {
  top: 10px;
}
.frst-cat a:last-child:after {
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/chevron-right-white.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 8px;
}
.frst-cat a:after {
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/chevron-right-white.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 8px;
}
.frst-cat h3 a::after {
  display: none !important;
}
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tfoot tr th {
  text-align: left;
}
body.helpdesk-ticket-create .hdmx__ticket-new .group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: nowrap;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.subject {
  width: 33.33%;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.department {
  width: 33.33%;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.priority {
  width: 33.33%;
}
.field.required.message {
  width: 100%;
}
.page-print .logo {
  display: none;
  float: none;
}
.page-print .custom-info-orderpage {
  margin: 12px 0;
}
.page-print span.info-contact img {
  position: relative;
  top: 10px;
}
.page-print .order-status {
  margin-top: -7px;
  padding: 5px 10px;
}
.page-print .box-content {
  margin-bottom: 20px;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 100%;
  margin: 0;
}
.checkout-index-index li#shipping .form-login {
  padding-bottom: 23px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 28px;
}
.checkout-index-index #checkout .fieldset .field .control {
  width: 100%;
  padding-bottom: 16px;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content .form.form-login fieldset#customer-email-fieldset fieldset.fieldset .actions-toolbar {
  border-bottom: none;
  padding: 0;
}
body.cms-page-view.cms-new-arrival .page-main .arabian-store h2 {
  color: #212b36;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  margin: 0 0 13px;
}
body.cms-page-view.cms-new-arrival .columns .column.main {
  padding-bottom: 0;
}
body.cms-page-view.cms-special-offer .page-main .arabian-store h2 {
  color: #212b36;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  margin: 0 0 13px;
}
body.cms-page-view.cms-special-offer .columns .column.main {
  padding-bottom: 0;
}
body.cms-about-us .page-main {
  width: 100%;
  max-width: 1096px;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  display: inline-block;
}
body.cms-page-view.cms-special-offer .header-links li {
  margin-right: 20px;
}
.page-header .minicart-wrapper .action.showcart .counter.qty {
  width: 50px;
  left: 0;
}
html body .page-header .minicart-wrapper .action.showcart .counter-number {
  left: 0px;
}
.page-products.page-with-filter.catalogsearch-result-index main#maincontent .page-title-wrapper {
  top: 12px;
}
.catalogsearch-result-index h1.page-title {
  margin-top: 0;
  font-size: 24.15px;
}
body.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr th {
  font-size: 14px;
}
div#mp-newsletter-error {
  color: #ff0000;
  margin-top: 10px;
}
.catalog-product-view .field-error {
  margin-top: 7px;
  position: absolute;
  font-size: 10px;
}
.catalog-product-view div.mage-error[generated] {
  margin-top: 7px;
  position: absolute;
  font-size: 10px;
}
.two-action {
  padding-top: 10px;
}
.amasty_quote-account-view .page-title-wrapper div {
  display: none;
}
#configcustom label.label {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
}
.catalog-product-view .product-info-main #configcustom .super-attribute-select {
  max-width: 100%;
}
.sample-product-wrapper {
  display: block;
}
.page-print .custom-info-orderpage {
  margin: 12px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
}
.page-print .box.box-order-shipping-address {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.page-print .box.box-order-billing-method {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.page-print tr.totals-tax {
  width: 100%;
  display: inline-table;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  min-height: 317px;
}
tr.totals-tax {
  width: 100%;
  display: contents;
}
.main-abt {
  width: 100%;
  display: inline-block;
  margin-top: 24px;
}
.first-para {
  width: 100%;
  display: flex;
}
.first-para .page-title-wrapper {
  width: 30%;
  float: left;
}
.scnd-txt {
  width: 70%;
  float: right;
}
.scnd-para {
  width: 100%;
  display: flex;
}
.scnd-para h1 {
  font-weight: 600;
}
.txt-area {
  width: 50%;
  float: left;
  margin-right: 24px;
}
.img-area {
  width: 50%;
  float: right;
}
.frth-para {
  width: 100%;
  display: flex;
}
.txt-para {
  width: 60%;
  float: left;
}
.img-div {
  width: 38%;
  float: right;
}
body.cms-faq main#maincontent {
  max-width: 1096px;
  padding: 0;
}
body.cms-faq main#maincontent li {
  color: #212b36;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 20px;
}
.message.success {
  padding-left: 50px !important;
  background: #E3F1DF !important;
  color: #212b36 !important;
  font-weight: bold;
  margin: 0 0 20px;
}
.message.info.empty,
.message.notice {
  padding-left: 50px !important;
  background: #FCF1CD !important;
  color: #212b36 !important;
  font-weight: bold;
}
.message.info > *:first-child:before {
  color: #8A6116 !important;
}
div#mageplaza-bannerslider-block-before-content-3 {
  margin-top: -20px;
}
.message.success > *:first-child:before {
  color: #108043;
  content: '\e60e' !important;
}
.message.error {
  margin: 0 0 15px;
  padding: 13px 0 13px 45px;
  overflow: hidden;
  background-color: #FBEAE5;
  color: #212b36;
  font-weight: 800;
}
.cms-home .page.messages {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
  margin-top: 0;
}
.message.error > *:first-child:before {
  color: #BF1D08;
  content: '\e61f' !important;
}
div#zipcode-error {
  color: #ff0000;
  margin-top: 5px;
  position: absolute;
  right: 0;
  top: 50px;
  left: 0;
}
.store-find {
  position: relative;
}
.catalog-product-view .newsletter-new div.mage-error[generated] {
  position: relative;
}
.catalog-product-view div.mage-error[generated] {
  margin-top: 7px;
  position: relative;
  font-size: 16px;
}
@media (max-width: 768px) {
  body.page-products.page-with-filter.catalogsearch-result-index .sidebar.sidebar-main {
    padding-right: 0;
  }
  .request-ban-text p {
    display: none;
  }
  .frst-cat a {
    text-transform: uppercase;
  }
}
@media (max-width: 767px) {
  fieldset.fieldset .legend span {
    font-size: 24px !important;
  }
  .customer-account-create .fieldset > .legend span {
    font-size: 13.82px !important;
  }
  .minicart-wrapper .block-minicart {
    margin-right: 0 !important;
  }
  .page-header .minicart-wrapper .action.showcart .counter.qty {
    width: auto;
    left: 8px !important;
  }
  .minicart-wrapper .block-minicart {
    padding: 21px 15px 0;
  }
  .ammenu-header-container .header.content .minicart-wrapper {
    margin: 0 0px;
  }
  #configcustom {
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
  }
  .nav-toggle {
    margin: 0;
    top: 18px;
  }
  .logo {
    top: 25px;
  }
  body .header.content.content {
    display: inline-block;
    height: 130px;
  }
  body header .header.content .block-search {
    padding: 15px 0px;
  }
  body header.page-header .block-search .minisearch .action.search:before {
    top: 50px !important;
    right: -38px !important;
  }
  .cms-new-arrival .recently-main-banner {
    margin-bottom: 6px;
  }
  html body.page-products.page-with-filter.catalogsearch-result-index .sidebar.sidebar-main {
    padding-top: 26px;
    border-top: 1px solid #dedede;
    height: 40px;
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  html body.page-products.page-with-filter.catalogsearch-result-index .products.products-grid {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  html body.page-products.page-with-filter.catalogsearch-result-index .toolbar.toolbar-products {
    margin-top: -63px !important;
  }
  html body.page-products.page-with-filter.catalogsearch-result-index main#maincontent .page-title-wrapper {
    top: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    left: 0px;
  }
  html body.page-products.page-with-filter.catalogsearch-result-index .column.main {
    position: relative;
    top: 0;
    padding-top: 0px;
    padding-left: 0;
    padding-bottom: 50px;
    width: 100%;
  }
  .inspiration-index-index header.page-header {
    margin-bottom: 0;
  }
  .inspiration-index-index #center {
    padding: 0;
  }
  .main-trending ol {
    margin: 0px -8px;
  }
  .main-trending ol li {
    padding: 0 8px;
  }
  .featuretrends-index-index header.page-header {
    margin-bottom: 0;
  }
  .featuretrends-index-index .columns .column.main {
    padding-bottom: 0px;
  }
  .swatch-attribute.tile_finish {
    margin-top: 22px;
    width: 100%;
    display: inline-block;
  }
  .checkout-index-index li#shipping .form-login {
    padding-bottom: 23px !important;
  }
  .checkout-index-index li#shipping span.note {
    padding-top: 15px;
  }
  .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content .form.form-login fieldset#customer-email-fieldset .field.required span.note {
    padding: 0px;
    padding-top: 15px;
  }
  .checkout-index-index div#shipping-new-address-form {
    padding: 0px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content .form.form-login fieldset#customer-email-fieldset fieldset.fieldset .actions-toolbar {
    border-bottom: none;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-image-container {
    max-width: 100%;
    width: 100% !important;
  }
  body.wishlist-index-index .products-grid .product-items .product-item {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
  }
  body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
    padding: 0px 0 0 16px;
    display: inline-block;
    width: 80%;
  }
  .amcheckout-step-container .amcheckout-summary-container .minicart-items {
    overflow: hidden;
  }
  .amcheckout-step-container .amcheckout-summary-container .details-qty {
    padding-bottom: 11px;
  }
  body.cms-page-view h1.page-title {
    padding-top: 0px;
  }
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.subject {
    width: 100%;
    margin-right: 0;
  }
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.priority {
    width: 100%;
    margin-right: 0;
  }
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.department {
    width: 100%;
    margin-right: 0;
  }
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field textarea {
    width: 100%;
    margin-right: 0;
  }
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.order {
    width: 100%;
    margin-right: 0;
  }
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.custom {
    width: 100%;
    margin-right: 0;
  }
  body.helpdesk-ticket-create .hdmx__ticket-new .group {
    display: inline-block;
    width: 100%;
  }
  form.hdmx__ticket-new {
    width: 100%;
    display: inline-block;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .action.tocart span {
    font-size: 14px !important;
  }
  .checkout-index-index .modal-popup.modal-slide {
    left: 0;
    padding: 0 12px;
  }
  .checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto !important;
    min-height: initial;
    max-width: 100% !important;
    width: 100% !important;
  }
  body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .left-login h3 {
    text-align: center;
  }
  body.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    background: #ffffff;
    padding-bottom: 32px !important;
    margin-top: 15px !important;
  }
  .first-para {
    width: 100%;
    display: inline-block;
  }
  .first-para .page-title-wrapper {
    width: 100%;
  }
  .scnd-txt {
    width: 100%;
  }
  .scnd-para {
    width: 100%;
    display: inline-block;
  }
  .txt-area {
    width: 100%;
    margin-right: 0;
  }
  .cms-page-view .page-main h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .img-area {
    width: 100%;
  }
  .thrd-para {
    margin-top: 24px;
  }
  .frth-para {
    width: 100%;
    display: inline-block;
  }
  .txt-para {
    width: 100%;
  }
  .img-div {
    width: 100%;
  }
  .page-header .header.content .logo img {
    width: 104.45px;
    height: 34px;
  }
  .banner-cap-main .banner-caption h1 {
    color: #ffffff;
    font-family: 'Plus Jakarta Sans';
    font-size: 47px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 56px;
    margin-bottom: 4px;
  }
  .banner-cap-main .banner-caption p {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.6px;
    margin-top: 16px;
  }
  .page-products .toolbar.toolbar-products .toolbar-sorter.sorter select {
    height: 11px;
    padding-left: 15px;
  }
  .catalog-product-view .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 {
    width: 50%;
  }
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .product-item-details .product-item-name {
    height: 30px !important;
  }
  div#minicart-content-wrapper .minicart-items .product-item-name {
    width: 170px;
  }
  .checkout-index-index .page-header .header.content .logo {
    top: 0;
  }
  .checkout-index-index .page-footer {
    display: block !important;
  }
  .trackorder-index-view .track_result {
    width: 100% !important;
    margin-top: 0 !important;
  }
  .trackorder-index-view .page-main .track-order-main .track_result h2,
  .trackorder-index-view .page-main .page-title-wrapper h1.page-title span {
    margin-top: 20px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.5px;
  }
  .trackorder-index-view .page-main .page-title-wrapper {
    padding-bottom: 0px !important;
  }
  .trackorder-index-view main#maincontent {
    margin-top: 0 !important;
  }
  body.contact-index-index .page-main .column:not(.sidebar-additional) .form.contact {
    max-width: 100%;
    margin-top: 15px;
    min-width: 100%;
    padding-bottom: 30px;
  }
  body.contact-index-index .page-main .column .fieldset .legend {
    padding-bottom: 18px;
  }
  body.contact-index-index .page-main .column .fieldset .legend span {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.5px;
  }
  body .header.content.content {
    border-bottom: 1px solid #d8d8d8;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content form.form.form-shipping-address div#shipping-new-address-form .field._required {
    width: 100%;
  }
  .checkout-index-index #shipping-new-address-form .field.street .control .field.additional {
    width: 100%;
  }
  .checkout-index-index #shipping-new-address-form .field.street .control label.label {
    position: unset;
    margin-bottom: 5px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content form.form.form-shipping-address div#shipping-new-address-form .field._required {
    padding-right: 0;
  }
  body.checkout-index-index .header.content.content {
    border-bottom: unset !important;
  }
  .checkout-index-index div#shipping-new-address-form {
    overflow: hidden;
  }
  html div#minicart-content-wrapper .minicart-items .product-item-name {
    width: auto !important;
  }
  .fotorama__dot {
    height: 10px !important;
    width: 10px !important;
    background-color: #d8d8d8;
  }
  html .catalog-product-view .product.media .fotorama__nav__frame {
    padding-right: 0 !important;
    padding-bottom: 16px !important;
    margin-right: 0 !important;
  }
  body.checkout-cart-index .quntyarrw .minus,
  body.checkout-cart-index .quntyarrw .plus {
    padding: 0 3px !important;
  }
  .header.content .header-right .header.links {
    display: none;
  }
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
    flex-wrap: wrap;
  }
  .field.search {
    position: relative;
  }
  .header.content .block-search .action.search {
    top: 8px !important;
    right: -8px !important;
  }
  .minicart-wrapper .action.showcart {
    margin-right: 0px !important;
  }
  .ammenu-header-container .header.content .ammenu-logo {
    padding: 17px 0 0 0;
  }
  .ammenu-header-container .header.content .ammenu-logo img {
    width: 160.45px;
    height: 40px;
  }
  .product-items.slick-slider .slick-slide .product-item {
    max-width: 100% !important;
  }
  .products-grid .slick-initialized .slick-slide {
    float: left !important;
  }
  body .page-wrapper .header.content.content {
    padding: 0 13px;
  }
  .billing-address-form div[name="billingAddressshared.street.0"] {
    margin-bottom: 35px !important;
  }
  .block.block-search .block-content .form .actions {
    position: unset;
  }
  .block.block-search .block-content .form .actions .action.search::before {
    top: -14px !important;
    right: 18px !important;
    padding-right: 20px;
  }
  html .catalog-product-view .product-info-main .product.alert .control input.notify_email.input-text {
    width: 100%;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .product-item .price-box .price {
      font-weight: 500;
    }
  }
}
#bio_ep_bg {
  background-color: #000000;
  opacity: 0.9 !important;
}
span.counter.qty {
  display: inline-block;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
  text-align: center;
  position: relative;
  top: -7px;
}
html .catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .product-items li.product-item {
  width: 24%;
  padding: 0px 0px;
  margin: 0 12px;
  box-shadow: none;
}
html .catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .product-items li.product-item span.product-image-container {
  display: block !important;
  padding: 0 !important;
  width: 100% !important;
}
html .catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .product-items li.product-item div.product-item-actions {
  bottom: 0px;
  display: none;
}
html .catalog-product-view .admin__data-grid-outer-wrap .block-title strong {
  margin: 0;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  display: inline-block;
}
html .catalog-product-view .admin__data-grid-outer-wrap .product-item-details {
  width: 100%;
  display: inline-block;
  margin-top: 12px;
}
html .catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .actions-secondary {
  top: 15px;
}
html .catalog-product-view .block.widget.block-viewed-products-grid {
  width: 100%;
  display: inline-block;
  margin-bottom: 50px;
}
html .product.info.detailed .additional-attributes tbody tr th {
  width: 25%;
}
@media (max-width: 767px) {
  body.cms-page-view .page-wrapper .breadcrumbs {
    display: block;
  }
  .cms-new-arrival .recently-main-banner .banner-img .banner-content {
    padding: 0 20px;
  }
  body header.page-header .block-search .minisearch .action.search:before {
    top: -14px !important;
    right: 18px !important;
    padding-right: 20px;
  }
  .cms-home .message.success,
  .cms-home .message.error {
    margin-top: 20px;
  }
  html .page-wrapper .breadcrumbs {
    padding-top: 10px;
  }
  .block-content.filter-content .filter-options-item .filter-options-content {
    width: 100%;
    padding-right: 0;
  }
  body.page-products.page-with-filter.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sorter.sorter {
    margin: 0;
    position: absolute;
    right: 0;
    top: -32px;
    left: 0;
    width: inherit;
    float: right;
    text-align: right;
  }
  .pay-images ul {
    justify-content: start;
  }
  .pay-images ul li {
    margin-right: 15px;
  }
  .modal-popup.modal-slide {
    left: 0;
  }
  body.catalog-product-view .modal-popup._inner-scroll .modal-inner-wrap {
    max-width: 95% !important;
  }
  html .modal-popup .action-close:before {
    left: 10px;
    top: 10px;
  }
  html .modal-popup .action-close:before {
    left: -5px;
    top: 0px;
  }
  .modals-overlay {
    z-index: 3 !important;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > *,
  .checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
    margin: 0;
  }
  .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method label.label {
    padding-bottom: 10px;
  }
  body.cms-faqs .sparsh-block-content {
    width: 100%;
  }
  body.cms-faqs .sparsh-question-answer.column1layout .sparsh-faq-block {
    width: 100%;
  }
  body.cms-faqs .sparsh-question-answer.column1layout .sparsh-faq-block .accordion .block .question strong {
    font-size: 18px;
    line-height: 20px;
  }
  .page-products .products.products-grid {
    margin-top: 0 !important;
  }
  div#mageplaza-bannerslider-block-before-content-7 {
    display: none;
  }
  div#mageplaza-bannerslider-block-before-content-8 {
    display: block;
  }
  ul.top-right.language span::before {
    display: none;
  }
  .selling-points.top-section {
    height: auto;
  }
  .selling-points.top-section .selling-points-mian {
    float: unset;
  }
  .disc-txt {
    font-size: 12px;
  }
  .main-offer {
    padding: 16px 16px 18px 16px;
  }
  html .catalog-product-view .product-info-main .product.alert .control {
    width: 100% !important;
  }
  html .catalog-product-view .product-info-main .product.alert .submitsction {
    width: 100% !important;
    position: relative;
    height: 44px;
    top: 0px !important;
  }
  a.discover-btn {
    height: auto !important;
  }
  .left-time.right-time {
    padding-left: 20px;
  }
  body .page-header .panel ul li a {
    font-size: 13px;
  }
  .page-header .panel.wrapper {
    height: auto !important;
  }
  body .page-header .panel ul.top-right {
    font-size: 13px;
  }
  form#co-shipping-form .field._required._error {
    height: 100% !important;
  }
  .amcheckout-method td#label_method_freeshipping_freeshipping {
    display: none;
  }
}
form#co-shipping-form .select option:first-child {
  display: none;
}
form#co-shipping-form .select option:nth-child(3) {
  display: none;
}
@media (max-width: 767px) {
  .amcheckout-method td.col.col-price {
    padding: 8px 10px !important;
  }
  .amcheckout-method td#label_carrier_freeshipping_freeshipping {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .trackorder-index-view .track-order-main .track_result {
    position: relative;
  }
  .trackorder-index-view .track-order-main .track_result h2 {
    position: relative;
    top: 75px;
    margin-bottom: 78px;
  }
  .trackorder-index-view .track-order-main .track_result .order-detail-id .traking-id.shp {
    padding: 0 0 10px;
  }
  .trackorder-index-view .track-order-main .track_result .order-detail-id .traking-comapony.shp {
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .trackorder-index-view .page-title-wrapper {
    padding-top: 35px;
  }
  .trackorder-index-view .columns .column.main {
    padding-bottom: 5px;
  }
  .trackorder-index-view .track-order-main .track_result h2 {
    padding-bottom: 0 !important;
  }
  .trackorder-index-view .track-order-main .track_result .order-detail-id .traking-id.shp {
    padding: 0 0 10px;
  }
  .trackorder-index-view .track-order-main .track_result .order-detail-id .traking-comapony.shp {
    padding-bottom: 15px;
  }
}
form#co-shipping-form fieldset.field.street.admin__control-fields.required {
  height: 111px;
}
.message.info span {
  margin-left: 30px;
}
@media (max-width: 1230px) {
  body.account.customer-account-edit.page-layout-2columns-left .block-search .minisearch .action.search:before {
    margin-top: 16px;
  }
}
.product.data.items.mage-tabs-disabled .active {
  scroll-margin-top: 120px;
}
@media (max-width: 767px) {
  .product.data.items.mage-tabs-disabled .active {
    scroll-margin-top: 133px;
  }
}
.specail-main h1.special-heading {
  margin-bottom: 30px;
  margin-top: 5px;
  text-align: center;
  font-size: 30px;
}
@media (max-width: 767px) {
  .specail-main h1.special-heading {
    margin-bottom: 25px;
    margin-top: 0;
  }
}
.clock .timing {
  display: block;
}
.clock .timing .clock-time {
  display: flex;
}
@media screen and (min-width: 768px) {
  .checkout-index-index .new-shipping-address-modal form#co-shipping-form div#shipping-new-address-form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: start;
  }
  .checkout-index-index .new-shipping-address-modal form#co-shipping-form div#shipping-new-address-form fieldset.field.street.admin__control-fields.required {
    height: auto;
  }
  .checkout-index-index .new-shipping-address-modal form#co-shipping-form .fieldset .field:not(.choice) .label {
    display: block;
  }
  .checkout-index-index .new-shipping-address-modal .modal-footer .action-save-address:focus {
    height: 44px !important;
  }
}
.catalog-category-view.page-products.catalog-category-view .page-title-wrapper {
  position: static;
}
.action.primary,
.amshopby-button,
.am-filter-go,
.checkout-index-index #checkout button.action.action-login.secondary,
.checkout-index-index #checkout .continuepayment button,
.checkout-index-index #checkout div#opc-new-shipping-address .actions button,
.checkout-index-index #checkout button.button.btn-checkout span#onestepcheckout_place_btn_id,
.checkout-index-index #checkout div#appendlogin button,
.modal-popup button,
.modal-popup button:focus,
.modal-popup button:active,
.checkout-index-index #checkout button.action.action-login.secondary,
.checkout-index-index #checkout .continuepayment button,
.checkout-index-index #checkout div#opc-new-shipping-address .actions button,
.checkout-index-index #checkout button.button.btn-checkout span#onestepcheckout_place_btn_id,
.checkout-index-index #checkout div#appendlogin button,
.modal-popup button,
.modal-popup button:focus,
.modal-popup button:active {
  text-transform: uppercase;
  font-size: 13.55px;
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
  letter-spacing: 1.25px;
  border-radius: 0px;
  line-height: 16px;
  height: 36px;
}
.newsletter .actions {
  float: right;
  margin-top: 15px;
  border-radius: 0px;
}
.action.primary:focus,
.amshopby-button:focus,
.am-filter-go:focus {
  background-color: #8cc63f;
  border: 1px solid #8cc63f;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
  float: left;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-24 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23 {
    float: left;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23 {
    float: left;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1380px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23 {
    float: left;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
}
/**
 * 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 - Core
 */
/* No Js */
/*
 *  Owl Carousel - Animate Plugin
 */
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
/*
 *  Owl Carousel - Lazy Load Plugin
 */
/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 0;
}
.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(0px, 0px, 0px);
}
.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 {
  -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);
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dots.disabled {
  display: none;
}
.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 .owl-next {
  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-prev {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel .owl-nav button.owl-next {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  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;
}
.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/Magneto/VixxBadkamers/nl_NL/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms 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-tn {
  display: none;
}
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel.owl-loaded {
  display: block;
}
.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;
}
.no-js .owl-carousel {
  display: block;
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.amsearch-item-container > .amasty-xsearch-block-header {
  text-align: left;
}
.amsearch-item-container .amsearch-item {
  text-align: left;
}
.amsearch-item-container.recent_searches .item-name:hover {
  background: transparent;
}
.page-header .panel ul li a {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.page-header .panel ul li:after {
  height: 16px;
  width: 1px;
  background-color: #919eab;
  content: "";
  display: inline-block;
  margin: 0 14px 0 14px;
  position: relative;
  top: 2px;
}
.page-header .panel ul.top-center-track {
  display: none;
}
.page-header .panel ul.top-right.mobileacc {
  display: none;
}
.page-header .panel ul li.loginlink.last:after {
  margin: 0 24px !important;
  height: 16px;
  width: 1px;
  background-color: #919eab;
  content: unset;
  display: inline-block;
  margin: 0 14px;
  position: relative;
  top: 2px;
}
.page-header .panel ul.top-right.desktopacc {
  float: left;
}
.right-tophead {
  float: right;
  text-align: right;
}
.page-header .switcher {
  margin-left: 0;
  margin-right: 0;
}
.page-header .switcher .options .action.toggle:after {
  content: ' ';
}
.page-header .switcher strong {
  color: #ffffff;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  padding-right: 4px;
}
.page-header .panel ul li.weship-static:after {
  background: none;
}
.page-header .panel ul.top-right li.weship-static span {
  color: #ffffff;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
}
.page-footer .switcher .options .action.toggle:after {
  content: ' ';
}
.page-footer .switcher strong {
  color: #ffffff;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
}
span.view-default.switcher-option a {
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  color: #212b36;
  line-height: 24px;
}
span.view-default.switcher-option a:hover {
  opacity: 0.9;
}
li.loginlink {
  color: #212b36;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
}
button#top-quotecart-button {
  padding: 10px 17px;
  color: #ffffff;
  font-size: 13.55px;
  font-weight: 700;
  letter-spacing: 1.25px;
  text-align: center;
}
div#quotecart-content-wrapper strong.product-item-name {
  height: auto;
}
.page-products.page-with-filter.catalogsearch-result-index main#maincontent .page-title-wrapper {
  top: -26px;
}
.minicart-wrapper .action.showcart {
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/footerprite.png);
  background-position: -118px -21px;
  width: 32px;
  background-repeat: no-repeat;
  display: inline-block;
}
header.page-header .block-search .minisearch input#search::placeholder {
  font-style: normal;
}
header .header.content .header-right {
  padding-top: 29px;
  display: inline-block;
  width: auto;
}
.block-minicart .block-content > .actions > .secondary a.action.viewcart:hover {
  color: #1b191a;
  text-decoration: underline;
}
.post-holder .post-header {
  position: unset;
}
.ship-to-header {
  display: inline-block;
  float: left;
  margin-top: -8px;
}
.ship-to-header .img-left {
  float: left;
  display: inline-block;
  padding: 0;
  width: 32px;
  height: 32px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/Pin.svg);
}
.ship-to-header .content-right {
  float: right;
  display: inline-block;
  padding-left: 15px;
  text-align: left;
  padding-top: 5px;
}
.ship-to-header .content-right a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
  margin-bottom: 0;
  cursor: pointer;
}
.ship-to-header .content-right h6 {
  margin: 0;
}
.ship-to-header .content-right h6 a {
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  cursor: pointer;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .subtotal {
  margin: 0;
}
.amquote-cart-wrapper.minicart-wrapper .block-minicart .subtotal .label {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.8px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.amquote-cart-wrapper.minicart-wrapper.-active .block-quotecart .items-total,
.amquote-cart-wrapper.minicart-wrapper.-active .block-quotecart .actions,
.amquote-cart-wrapper.minicart-wrapper.-active .block-quotecart .actions .primary {
  margin: 0;
}
.amquote-cart-wrapper.minicart-wrapper.-active .block-quotecart li.item.product.product-item .product-image-wrapper {
  box-shadow: 0 2px 9px 0 rgba(102, 102, 102, 0.5);
}
.amquote-cart-wrapper.minicart-wrapper.-active .block-quotecart li.item.product.product-item .product-item-name {
  padding-left: 0;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart li.item.product.product-item .product-item-details {
  padding-left: 100px;
}
.amquote-cart-wrapper.minicart-wrapper .block-quotecart li.item.product.product-item .product-image-container {
  width: 75px !important;
}
.amquote-cart-wrapper.minicart-wrapper.-active .block-quotecart li.item.product.product-item .product-item-details span.price-wrapper.price-excluding-tax {
  display: inline-block;
}
.page-header .minicart-wrapper .minicart-items .product-item-details .details-qty.qty {
  text-align: left;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  content: ' ';
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/kdelete.gif);
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  position: relative;
  top: 8px;
}
.amquote-cart-wrapper.minicart-wrapper.-active .block-quotecart .items-total {
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.5px;
}
.page-header .switcher .options .action.toggle:after {
  color: #ffffff;
  padding-top: 2px;
}
.page-header .switcher .options .action.toggle:hover:after {
  color: #ffffff;
  padding-top: 2px;
}
.page-header .switcher .options .action.toggle.active:active:after {
  color: #ffffff;
  padding-top: 2px;
}
.page-header .switcher .options .action.toggle.active:after {
  color: #ffffff;
  padding-top: 2px;
}
.page-header .switcher .options .action.toggle.active:hover:after {
  color: #ffffff;
  padding-top: 2px;
}
.page-header .switcher .options ul.dropdown {
  min-width: auto;
}
.page-header .panel ul li:after {
  margin: 0 24px 0 24px !important;
}
.page-footer .switcher .options .action.toggle:after {
  color: #ffffff;
  padding-top: 2px;
}
.page-footer .switcher .options .action.toggle:hover:after {
  color: #ffffff;
  padding-top: 2px;
}
.page-footer .switcher .options .action.toggle.active:active:after {
  color: #ffffff;
  padding-top: 2px;
}
.page-footer .switcher .options .action.toggle.active:after {
  color: #ffffff;
  padding-top: 2px;
}
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: #ffffff;
  padding-top: 2px;
}
.page-footer .switcher .options ul.dropdown {
  min-width: auto;
}
.columns .column.main {
  padding-bottom: 63px;
}
.header.content.content {
  display: -webkit-box;
  height: 80px;
}
div#minicart-content-wrapper a.product-item-photo {
  box-shadow: 0 2px 9px 0 rgba(102, 102, 102, 0.5);
}
.minicart-items .product-item {
  padding-top: 16px;
}
#minicart-content-wrapper .subtotal span {
  font-size: 15.8px;
  letter-spacing: 0.5px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.87);
}
.header.content {
  padding: 8px 0;
  text-align: center;
}
.header.content .logo {
  float: left;
  width: auto;
  margin: 0;
  padding: 40px 0;
  /* margin-right: 45px; */
  margin-right: 27px;
}
.header.content .logo img {
  width: auto;
}
.header.content .block-search {
  float: left;
  /*width: 54%;*/
  padding: 32px 0;
  margin: 0 auto;
  display: inline-block;
}
.header.content .block-search .minisearch input {
  border: 1px solid #dadce0;
  height: 36px;
  padding-right: 35px;
  padding-left: 16px;
}
.header.content .block-search .minisearch input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.header.content .block-search .minisearch input:focus {
  border-color: #ff6600;
}
.header.content .header-right .header.links {
  float: right;
  padding-top: 3px;
  padding: 0;
}
.header.content .header-right .header.links li {
  display: inline-block;
  padding: 6px 16px;
  line-height: inherit;
  border-right: 1px solid #dedede;
  height: 36px;
}
.header.content .header-right .header.links li > a {
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 300;
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-weight: normal;
}
.header.content .header-right .header.links li > a:hover {
  color: #1166D9;
}
.header.content .header-right .header.links li:first-of-type > a {
  display: block;
  border-radius: 0;
  padding: 0;
  text-align: center;
}
.header.content .header-right .header.links li:last-of-type {
  margin-right: 0;
}
.login-acc.quote {
  width: 36px;
  height: 36px;
}
.header.content .minicart-wrapper {
  height: 43px;
  line-height: 43px;
  float: right;
  margin: 0;
  padding-left: 0;
  display: inline-block;
  margin: 0 10px 0 20px;
}
.header.content .minicart-wrapper .action.showcart .text {
  display: inline-block;
  width: auto;
  height: auto;
  overflow: visible;
  position: static;
  font-size: 13.82px;
  color: #ff6600;
  vertical-align: middle;
  font-weight: 300;
}
.header.content .minicart-wrapper .action.showcart:before {
  display: none;
}
.header.content .minicart-wrapper .block-minicart .subtitle.empty {
  font-weight: 500;
  padding: 0;
  padding-bottom: 10px;
}
.header.content .minicart-wrapper .action.close {
  top: 10px;
}
.nav-sections {
  border-bottom: 1px solid #dadce0;
}
.nav-sections-items {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.nav-sections .nav-sections-item-content > .container {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1366px;
  padding: 0;
  padding-left: 0;
  margin: 0 auto;
}
.nav-sections ul.main-menu {
  text-align: center;
}
.nav-sections ul.main-menu > li {
  float: none;
  border-bottom: none;
  margin: 0;
  padding: 8px 27px;
  display: inline-block;
}
.nav-sections ul.main-menu > li > a {
  font-size: 13.82px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
}
.nav-sections ul.main-menu > li a:hover {
  color: rgba(0, 0, 0, 0.87);
}
.nav-sections ul.main-menu > li:hover .inner-main {
  visibility: visible;
  transition-delay: 350ms;
}
.nav-sections ul.main-menu > li:last-of-type {
  margin: 0;
}
/*.nav-sections ul.main-menu ul{position: absolute; width: 100%; left: 0; background-color: @color-white; z-index: 3; padding: 20px; margin: 0; box-sizing: border-box; min-height: 250px; box-shadow: 0px 2px 3px 0px #383736; display: inline-block; overflow-x: hidden; top: 100%;}*/
.nav-sections ul.first-level {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -moz-column-gap: 20px;
  visibility: hidden;
}
.nav-sections ul.main-menu > li > a:hover {
  cursor: pointer;
  text-decoration: none;
}
.nav-sections ul.main-menu > li:hover ul.first-level {
  visibility: visible;
}
.nav-sections ul.main-menu > li:hover ul.first-level li.sec-level {
  margin: 0 0 5px;
}
.nav-sections ul.main-menu > li:hover ul.first-level li.sec-level a {
  font-size: 15.82px;
  color: #1b191a;
  font-weight: 300;
  text-transform: uppercase;
}
.nav-sections ul.main-menu > li:hover ul.first-level li.trd-level {
  line-height: 28px;
  margin-bottom: 5px;
  margin-left: 10px;
}
.nav-sections ul.main-menu > li:hover ul.first-level li.trd-level a {
  font-size: 13.82px;
  color: rgba(0, 0, 0, 0.87);
  text-transform: capitalize;
  font-weight: 500;
}
.nav-sections ul.main-menu > li:hover ul.first-level li.trd-level a:hover {
  color: #ff6600;
}
.nav-sections ul.main-menu > li:hover ul.first-level li.fourth-level {
  line-height: 28px;
  margin: 0 0 0 20px;
}
.nav-sections ul.main-menu > li:hover ul.first-level li.fourth-level a {
  display: block;
  font-size: 13.82px;
  color: rgba(0, 0, 0, 0.87);
  text-transform: capitalize;
  font-weight: 300;
}
.nav-sections ul.main-menu > li:hover ul.first-level li.fourth-level a:last-of-type {
  margin-bottom: 15px;
}
.nav-sections ul.main-menu > li:hover ul.first-level li.fourth-level a:only-child {
  margin-bottom: 0;
}
.nav-sections ul.main-menu > li:hover ul.first-level li.fourth-level a:hover {
  color: #ff6600;
}
.page-header .block-search .minisearch .action.search:before {
  background: no-repeat;
  font-size: 21px;
  width: auto;
  height: auto;
  margin-top: 16px;
  float: left;
  background-repeat: no-repeat;
  color: #9E9E9E;
}
.nav-sections .inner-main {
  visibility: hidden;
  height: auto;
  width: 100%;
  position: absolute;
  left: 0;
  padding: 22px 22px 22px 0;
  top: 100%;
  background-color: #ffffff;
  z-index: 3;
  box-shadow: 0 2px 8px 0 rgba(102, 102, 102, 0.5);
}
.nav-sections .inner-main .col-md-2 {
  width: 17.1%;
  padding: 0;
  text-align: center;
  border-right: 1px solid #dedede;
  height: 380px;
  display: table;
}
.nav-sections .inner-main .col-md-2 .left-menu-img {
  display: table-cell;
  vertical-align: middle;
}
.nav-sections .inner-main .col-md-2 span,
.nav-sections .inner-main .col-md-2 .left-menu-img a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  text-align: center;
  margin-top: 6px;
  display: inline-block;
  width: 100%;
}
.nav-sections .inner-main .col-md-7 {
  width: 65.2%;
  padding-left: 24px;
  padding-right: 0;
}
.nav-sections .inner-main .col-md-3 {
  width: 17.6%;
  float: right;
  padding: 0;
}
.nav-sections .inner-main .level-3 a span {
  margin-bottom: 8px;
}
.nav-sections .inner-main .level-3.level-4 {
  width: 25%;
  padding-right: 0px;
}
.nav-sections .inner-main .level-3 {
  width: 33.33%;
  float: left;
}
.nav-sections .inner-main .level-3 ul {
  padding-bottom: 15px;
}
.nav-sections .inner-main .level-3 li {
  text-align: left;
}
.nav-sections .inner-main .level-3 li a:hover,
.nav-sections .inner-main .level-3 a:hover span {
  color: #1166D9;
}
.nav-sections .inner-main .level-3 li a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
}
.nav-sections .inner-main .level-3 span,
.nav-sections .inner-main .level-3 .twolevel {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-align: left;
  width: 100%;
  display: inline-block;
}
.nav-sections .inner-main.corporate-menu {
  max-width: 200px;
  left: 235px;
  right: 0;
  margin: auto;
}
.nav-sections .inner-main.corporate-menu .col-md-12 {
  width: 100%;
  padding-right: 0;
}
.nav-sections .inner-main.corporate-menu .col-md-12 .level-3.level-4 {
  width: 100%;
}
.header.content .minicart-wrapper .action.close {
  top: 10px;
  height: auto;
  width: auto;
  right: 10px;
  vertical-align: top;
  line-height: initial;
}
.minicart-wrapper .block-minicart {
  padding: 15px 25px 0;
}
#minicart-content-wrapper {
  float: left;
  width: 100%;
}
#minicart-content-wrapper .block-content {
  float: left;
  width: 100%;
}
#minicart-content-wrapper .items-total {
  margin: 0;
}
#minicart-content-wrapper .subtotal {
  margin: 0;
}
#minicart-content-wrapper .block-content > .actions {
  margin: 0;
}
#minicart-content-wrapper .block-content > .actions > .primary {
  margin: 0;
}
#minicart-content-wrapper .block-content > .actions > .primary .action.primary,
#minicart-content-wrapper .block-content > .actions > .primary .amshopby-button,
#minicart-content-wrapper .block-content > .actions > .primary .am-filter-go {
  font-size: 13.82px;
  height: 38px;
  padding: 0;
}
.minicart-items .product-item-details {
  padding-left: 100px;
}
.minicart-items .product-item-details .product.options dt {
  font-weight: 500;
  line-height: initial;
  margin: 0;
}
.minicart-items .product-item-details .product.options dd {
  font-weight: 400;
  line-height: initial;
  margin: 0;
}
.minicart-items .product-item-name {
  line-height: initial;
}
.minicart-items .product-item-name a {
  font-size: 13.82px;
  color: #1b191a;
}
.minicart-items .product-item-details .price {
  font-weight: 500;
}
.minicart-items .product .toggle {
  line-height: initial;
  padding: 0;
}
.minicart-items .product-item-details .details-qty {
  float: left;
  width: 100%;
  margin: 0;
}
.product-item-pricing {
  float: left;
}
.minicart-items-wrapper {
  margin: 15px -20px 0;
  max-height: 330px;
}
.minicart-wrapper .product .actions {
  margin: 0;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-weight: 500;
}
.minicart-items .update-cart-item {
  border: none;
  background: no-repeat;
  margin: 11px 0 0 0;
  width: auto;
  padding: 0;
}
.nav-sections .inner-main.cosmetics-new .col-md-3 {
  width: auto;
  max-width: 66.9%;
}
.nav-sections .inner-main.cosmetics-new .col-md-7 {
  width: 16%;
}
.nav-sections .inner-main.cosmetics-new .level-3.level-4 {
  width: 100%;
}
.my-account-mobile {
  display: none;
}
.nav-sections .inner-main.Fmcg-new .col-md-3 {
  width: auto;
  max-width: 52.5%;
}
.nav-sections .inner-main.Fmcg-new .col-md-7 {
  width: 30%;
}
.nav-sections .inner-main.Fmcg-new .level-3.level-4 {
  width: 50%;
}
ul.top-right.language span::before {
  height: 16px;
  width: 1px;
  background-color: #919eab;
  content: "";
  display: inline-block;
  margin: 0 24px;
  position: relative;
  top: 2px;
}
@media (max-width: 1280px) {
  .nav-sections .inner-main {
    height: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .nav-sections ul.main-menu > li {
    margin: 0 10px 0 0;
  }
  .minicart-wrapper .block-minicart {
    right: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .nav-sections ul.main-menu > li {
    margin: 0 10px 0 0;
  }
  .minicart-wrapper .block-minicart {
    right: 0;
  }
  .nav-sections ul.main-menu > li > a {
    font-size: 10.82px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-offer-top-inner ul li {
    font-size: 12.82px;
  }
  .nav-toggle {
    margin-top: 6px;
  }
  .header.content .logo {
    margin-left: 40px;
    width: 165px;
    padding-right: 15px;
  }
  .header.content .block-search {
    width: calc(100% - 520px);
  }
  .header.content .header-right .header.links li > a {
    font-size: 12.82px;
  }
  .header.content .minicart-wrapper .action.showcart .text {
    font-size: 12.82px;
  }
  .minicart-wrapper .block-minicart {
    right: 0;
  }
}
@media (max-width: 767px) {
  main#maincontent {
    border-top: 2px solid rgba(0, 0, 0, 0.12);
  }
  .search-autocomplete .amsearch-results div#amasty-shopby-product-list {
    background: #f8f9fb;
  }
  header.page-header {
    z-index: 3;
  }
  .amsearch-form-container .search-autocomplete .amsearch-results .amsearch-leftside {
    background-color: #f8f9fb;
    width: 100% !important;
    float: left;
    display: inline-block;
  }
  .amsearch-form-container .search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container {
    background: #f8f9fb;
  }
  header .header.content .header-right {
    width: unset;
  }
  header .form .search-autocomplete {
    background-color: #f8f9fb;
  }
  header .form .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content {
    padding: 0;
    background: #f8f9fb;
  }
  header .form .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content > .amsearch-item:before {
    background-color: transparent;
  }
  header .form .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .amsearch-item.product-item {
    width: 33%;
    height: 180px;
    float: left;
    display: inline-block;
  }
  header .form .search-autocomplete .amsearch-results .amsearch-products .amsearch-more-results {
    display: none;
  }
  header .form .search-autocomplete .amsearch-item-container.brand {
    float: left;
    width: 100%;
    text-align: left;
  }
  header .search-autocomplete .amsearch-results {
    background: #f8f9fb;
    padding: 0 15px;
  }
  header .amsearch-autocomplete-information {
    padding-left: 0;
  }
  span.view-dutch.switcher-option {
    padding-top: 3px;
  }
  .page-header .panel ul li:after {
    margin: 0 6px 0 6px !important;
  }
  .page-header .panel ul.top-right {
    float: right;
  }
  .page-header .panel.wrapper {
    display: inline-block;
    height: 32px;
    padding: 4px 0 0;
    text-align: center;
  }
  .page-header .panel.wrapper ul.top-right.language {
    float: left;
    margin: -2px 0;
  }
  .page-header .panel.wrapper ul.top-right.mobileacc {
    display: inline-block;
  }
  .page-header .panel.wrapper ul.top-right.mobileacc li {
    display: inline-block;
  }
  .page-header .panel.wrapper ul.top-center-track {
    display: inline-block;
    float: inherit;
    text-align: center;
    padding: 2px 0;
  }
  .page-header .panel.wrapper ul.top-left {
    display: none;
  }
  .page-header .panel.wrapper .right-tophead {
    float: left;
    text-align: left;
  }
  .minicart-wrapper .action.showcart {
    background-position: -118px -24px;
    width: 28px;
    margin-right: 20px;
  }
  .ammenu-menu-toggle .ammenu-icon {
    border-color: #212b36;
    height: 2px;
    min-width: 18px;
    width: 18px;
    margin: 2px 0;
    background-color: #212b36;
  }
  .header.content {
    padding: 10px 0;
  }
  .header.content .block-search {
    float: left;
    width: 100%;
    margin-top: 0;
    position: relative;
  }
  .header.content .block-search .minisearch input {
    padding: 8px;
    position: static;
    height: 36px;
    margin: 10px 0 0;
  }
  .header.content .block-search .action.search {
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 0;
    background: none;
    border: none;
    height: 32px;
  }
  .header.content .block-search .action.search > span {
    font-size: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .header.content .logo {
    text-align: center;
    display: inline-block;
    float: inherit;
    left: unset;
  }
  .header.content .minicart-wrapper {
    margin: 0;
    height: unset;
    line-height: unset;
    position: relative;
    padding-left: 0;
  }
  .header.content .minicart-wrapper .action.showcart .text {
    font-size: 0;
    margin-top: 0;
  }
  .header.content .minicart-wrapper .action.showcart .text:before {
    content: '\f07a';
    font-family: fontAwesome;
    font-size: 19.82px;
    color: rgba(0, 0, 0, 0.87);
  }
  .page-header .minicart-wrapper .action.showcart .counter.qty {
    top: -14px !important;
    left: 8px !important;
    z-index: -1;
  }
  /* Minicart Popup */
  .modal-popup.confirm .modal-inner-wrap {
    width: calc(100% - 30px);
  }
  .modal-popup .modal-header {
    padding: 0 0 10px 0 !important;
  }
  .modal-popup .modal-footer {
    border: none;
    text-align: center !important;
    padding: 0 0 20px;
  }
  .modal-popup .modal-footer .action-dismiss {
    display: inline-block;
    background: none;
    border: none;
    color: rgba(0, 0, 0, 0.87);
  }
  .modal-popup .modal-footer .action-accept {
    display: inline-block;
  }
  /* Custom Code for Header on Mobile View */
  .header.content .header-right {
    position: absolute;
    top: 3px;
    right: 0;
  }
}
.header.content .block-search .minisearch input::placeholder {
  font-size: 13.82px;
}
.ammenu-nav-sections.nav-sections {
  margin: 0 auto;
  width: 100%;
  transition: all .40s ease;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition-property: top;
  z-index: 9999;
  height: 64px;
  margin-bottom: 0px;
}
.ammenu-nav-sections.nav-sections.fixed-menu1 {
  background-color: transparent;
}
.ammenu-nav-sections .ammenu-main-container .ammenu-items {
  padding: 0 0px;
  left: 0;
}
.ammenu-nav-sections .ammenu-main-container .ammenu-items.-main {
  margin-right: 28px;
}
.ammenu-tabs-container .ammenu-content .ammenu-menu-desktop {
  margin: 0 auto;
  width: 100%;
  transition: all .40s ease;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition-property: top;
  z-index: 9999;
}
header .header.content {
  padding-top: 23px;
}
header .header.content .header-right {
  float: right;
  padding-top: 29px;
  width: 20%;
}
header .header.content .logo {
  padding: 26px 0;
  width: 200px;
  margin-right: 0;
}
header .header.content .block-search {
  padding: 22px 0;
  margin-right: 40px;
}
header.page-header {
  width: 100%;
  z-index: 5;
  background-color: #ffffff;
}
header.page-header.fixed-menu .header-right {
  padding-top: 18px;
}
header.page-header .block-search {
  max-width: 720px;
  left: 100px;
  width: 54%;
}
header.page-header .block-search .minisearch .action.search:before {
  top: 14px !important;
  right: -38px !important;
}
header.page-header .block-search .minisearch input#search:hover {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
img.catgeory-icon-magneto {
  width: 24px;
  height: 24px;
}
.fixed-menuheader .header.content .block-search {
  opacity: 0;
}
@media (min-width: 1300px) and (max-width: 1880px) {
  .ammenu-content .ammenu-main-container .ammenu-item.-main {
    display: inline-block;
  }
}
.slider.slider-for {
  display: none;
}
.slider.slider-for.slick-initialized.slick-slider {
  display: block;
}
.slider.slider-nav {
  display: none;
}
.slider.slider-nav.slick-initialized.slick-slider {
  display: block;
}
.page-header .panel {
  background-color: #f5f5f5 !important;
  float: left;
  width: 100%;
}
li.head-top-text {
  color: #212b36;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 24px;
}
body .page-header .panel ul li a {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  color: #212b36;
}
body .page-header .panel ul.top-right {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  color: #212b36;
}
body span.view-default.switcher-option a {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  color: #212b36;
}
body header.page-header .panel.wrapper .container {
  padding: 0 23px;
}
body .homepage-mainsectionone .main-onesec {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 23px;
}
body .header.content .container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 23px;
}
body .cms-index-index .block.widget.block-products-list.grid {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 23px;
}
body .header.content.content {
  padding: 0;
  background: #ffffff;
}
body .header.content.content {
  display: -webkit-box;
  height: 105px;
}
body header .header.content .block-search {
  padding: 30px 0;
  margin-right: 0;
  max-width: 488px;
  width: 100%;
  left: 0px;
  margin-left: 130px;
}
body .header.content .block-search .minisearch input {
  border: none;
  height: 44px;
  padding-right: 35px;
  padding-left: 16px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
body header.page-header .block-search .minisearch .action.search:before {
  top: 24px !important;
  right: -38px !important;
  content: "";
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/search.svg) no-repeat center;
}
body header.page-header .block-search .minisearch input#search:hover {
  box-shadow: none;
}
body header .header.content .logo {
  padding: 24px 0px 24px 20px;
  width: auto;
  margin-right: 0;
}
body .ship-to-header .content-right a {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
  color: #212b36;
}
body .ship-to-header .img-left {
  float: left;
  display: inline-block;
  padding: 0;
  width: 32px;
  height: 32px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/Pin.svg);
}
body .minicart-wrapper .action.showcart {
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/Cart.svg);
  width: 32px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 32px;
  background-position: inherit;
}
body .page-header .minicart-wrapper .action.showcart .counter.qty {
  border: 2px solid #ffffff;
  color: #ffffff;
}
body .page-header .minicart-wrapper .action.showcart .counter-number {
  color: #ffffff;
}
body .ship-to-header {
  display: inline-block;
  float: left;
  margin-top: 0;
  margin-right: 65px;
}
body .header-links li {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-right: 10px;
}
body .container {
  width: 100%;
  max-width: 1366px;
  padding: 0 23px;
  margin: 0 auto;
  box-sizing: border-box;
  display: inline-block;
}
body .page-main {
  width: 100%;
  max-width: 1366px;
  padding: 0 23px;
  margin: 0 auto;
  box-sizing: border-box;
  display: inline-block;
}
a.wishlist {
  width: 32px;
  height: 32px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/Heart.svg);
  content: '';
  font-size: 0;
  display: inline-block;
  top: -15px;
  position: relative;
}
@media (max-width: 1024px) {
  .nav-sections .nav-sections-items .nav-sections-item-title {
    display: none;
  }
  body header .header.content .block-search {
    padding: 30px 0;
    margin-right: 0;
    max-width: 340px;
    width: 100%;
    left: 0px;
    margin-left: 80px;
  }
  body .ship-to-header {
    margin-right: 30px;
  }
  body ul.megamenu-ul li a {
    font-size: 12px;
  }
  body .sll-points ul {
    margin: 0px;
  }
  .nav-toggle:hover:before {
    color: #ffffff;
  }
  .nav-toggle:before {
    color: #ffffff;
  }
}
@media (max-width: 1023px) {
  .sections.nav-sections {
    display: inline-block;
  }
  .nav-sections .nav-sections-items .nav-sections-item-title {
    display: none;
  }
  .mega-menu-main {
    display: none;
  }
  body header .header.content .block-search {
    padding: 30px 0;
    margin-right: 0;
    max-width: 340px;
    width: 100%;
    left: 0px;
    margin-left: 80px;
  }
  body .ship-to-header {
    margin-right: 30px;
  }
  body span.view-arabic.switcher-option {
    display: inline-block;
  }
  .nav-toggle:hover:before {
    color: #212b36;
  }
  .nav-toggle:before {
    color: #212b36;
  }
}
@media (max-width: 768px) {
  .header-rightside {
    display: none;
  }
}
@media (max-width: 767px) {
  ul.top-ul {
    display: none;
  }
  a.track-link {
    display: none;
  }
  .header-rightside {
    display: none;
  }
  .ammenu-menu-toggle .ammenu-icon {
    border-color: #ffffff !important;
    background-color: #ffffff !important;
  }
  body header .header.content .header-right {
    padding: 20px 0 0 0px;
  }
  body header .header.content .block-search {
    padding: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
    left: 0px;
    margin-left: 0;
    margin-top: 6px;
  }
  body .header.content .container {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 12px;
  }
  body header.page-header .block-search .minisearch .action.search:before {
    top: 33px !important;
    right: -38px !important;
  }
  body .header.content.content {
    display: -webkit-box;
    height: 115px;
  }
  body .newsletter-new form.form.subscribe .actions {
    top: 0px !important;
  }
  .block-search .control {
    clear: both;
    margin: 0;
    padding: 0;
  }
  div#banner-slider-carousel {
    margin-top: -4px !important;
  }
  .page-footer .footer-copy-right {
    margin-bottom: 12px;
    display: inline-block !important;
  }
  body header .header.content .logo {
    padding: 0 0 16px;
  }
}
.cms-specialist-corner .header-links li {
  margin-right: 0;
}
.amd-search__close {
  display: none;
}
.search-icon-sticky {
  display: none;
}
header#ammenu-header-container.header-sticky {
  left: 0;
  max-width: 100%;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 105;
  border-bottom: 2px solid #d8d8d8;
}
header#ammenu-header-container.header-sticky .header.content a.ammenu-logo {
  padding: 10px 0;
}
header#ammenu-header-container.header-sticky .header.content .header-right {
  padding: 20px 0 0 0px;
}
@media (min-width: 1025px) {
  header#ammenu-header-container.header-sticky {
    height: 76px;
    overflow: hidden;
  }
}
header#ammenu-header-container.header-sticky .header-links {
  display: none;
}
header#ammenu-header-container.header-sticky .panel.wrapper {
  display: none;
}
header#ammenu-header-container.header-sticky .block.block-search {
  display: none;
}
header#ammenu-header-container.header-sticky .search-icon-sticky {
  display: block;
  cursor: pointer;
}
header#ammenu-header-container.header-sticky form#search_mini_form {
  display: none;
  right: 62px;
  position: absolute;
  top: 15px;
  max-width: 530px;
  width: 100%;
  z-index: 9999 !important;
  max-height: 106px;
  background-color: #ffffff;
}
header#ammenu-header-container.header-sticky form#search_mini_form .control {
  border: 1px solid #cccccc;
  border-radius: 4px;
}
header#ammenu-header-container.header-sticky form#search_mini_form .control .amd-search__close {
  display: block;
  position: absolute;
  left: 13px;
  text-align: center;
  cursor: pointer;
  line-height: 70px;
  width: 11%;
  float: left;
  top: -10px;
  max-width: 16px;
}
header#ammenu-header-container.header-sticky form#search_mini_form input#search {
  width: 85%;
  border: 0;
  border-radius: 0;
  border-left: 1px solid #cccccc;
}
header#ammenu-header-container.header-sticky form#search_mini_form .actions {
  right: 6px;
  position: absolute;
  top: 35px;
}
header#ammenu-header-container.header-sticky form#search_mini_form .actions button.action.search {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: -29px;
  z-index: 1;
}
header#ammenu-header-container.header-sticky form#search_mini_form .actions button.action.search:before {
  top: 5px !important;
  right: 0 !important;
  content: "";
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/search.svg) no-repeat center;
  z-index: 999 !important;
  position: absolute;
  display: inline-block;
  height: 24px;
  width: 24px;
  position: relative;
  top: 34px;
  left: 0;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
}
header#ammenu-header-container.header-sticky form#search_mini_form .actions button.action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
header#ammenu-header-container.header-sticky form#search_mini_form .nested {
  display: none;
}
header#ammenu-header-container.header-sticky form#search_mini_form #searchsuite-autocomplete {
  width: 100%;
  margin-left: 85px;
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}
header#ammenu-header-container.header-sticky form#search_mini_form #searchsuite-autocomplete ul li a:hover {
  color: rgba(0, 0, 0, 0.87);
}
header#ammenu-header-container.header-sticky form#search_mini_form #searchsuite-autocomplete ul li .product-reviews-summary {
  padding-bottom: 6px;
}
header#ammenu-header-container.header-sticky form#search_mini_form #searchsuite-autocomplete ul li .qs-option-info {
  margin-bottom: 0px;
}
header#ammenu-header-container.header-sticky form#search_mini_form #searchsuite-autocomplete ul li .qs-option-info .qs-option-price {
  margin-top: 3px;
}
header#ammenu-header-container.header-sticky form#search_mini_form #searchsuite-autocomplete ul li .old-price span.price-label {
  display: none;
}
header#ammenu-header-container.header-sticky form#search_mini_form #searchsuite-autocomplete ul li .old-price span.price {
  text-decoration: line-through;
}
header#ammenu-header-container.header-sticky form#search_mini_form #searchsuite-autocomplete ul#product li {
  padding: 10px 0 5px;
}
header#ammenu-header-container.header-sticky form#search_mini_form #searchsuite-autocomplete ul#product li .qs-option-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
header#ammenu-header-container.header-sticky form#search_mini_form #searchsuite-autocomplete .product .title {
  padding-bottom: 28px;
}
header#ammenu-header-container.header-sticky form#search_mini_form #searchsuite-autocomplete .product .title span {
  float: left;
  margin-left: 8px;
}
header#ammenu-header-container.header-sticky form#search_mini_form #searchsuite-autocomplete .product .title a.see-all {
  color: #ff6600;
}
header#ammenu-header-container.header-sticky nav.ammenu-main-container {
  background-color: #ffffff !important;
  left: 85px;
  position: fixed;
  right: 0;
  top: 24px;
  z-index: 10;
  padding: 0 20px;
  margin: 0 auto;
  width: 64%;
  max-width: 900px;
}
@media (max-width: 1024px) {
  header#ammenu-header-container.header-sticky nav.ammenu-main-container {
    display: none;
  }
}
header#ammenu-header-container.header-sticky nav.ammenu-main-container .ammenu-items {
  padding: 0;
  display: grid;
  grid-auto-flow: column;
  overflow: hidden;
  column-gap: 5px;
}
header#ammenu-header-container.header-sticky nav.ammenu-main-container .ammenu-items .ammenu-item.category-item {
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.42857143;
  transition: .5s;
}
header#ammenu-header-container.header-sticky nav.ammenu-main-container .ammenu-items .ammenu-item.category-item .ammenu-text-block {
  font-size: 14px;
  color: #212b36;
}
header#ammenu-header-container.header-sticky nav.ammenu-main-container .ammenu-items .ammenu-item.category-item.hide-sticky {
  display: none;
}
header#ammenu-header-container.header-sticky nav.ammenu-main-container .ammenu-items .ammenu-item.category-item.no {
  padding: 23.5px 14px;
}
header#ammenu-header-container .ammenu-submenu-wrapper {
  max-width: 1096px;
  max-height: 400px;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  position: absolute;
  top: 25px;
  box-shadow: 0 8px 15px rgba(72, 88, 112, 0.11);
  padding: 10px 22px;
}
header#ammenu-header-container li.ammenu-item.category-item {
  width: 100%;
}
header#ammenu-header-container li.ammenu-item.category-item p.ammenu-text-block {
  margin-bottom: 10px;
}
header#ammenu-header-container li.ammenu-item.category-item p.ammenu-text-block span.ammenu-text:hover {
  border-bottom: 3px solid #ff6600;
  padding-bottom: 2px;
}
header#ammenu-header-container li.ammenu-item.category-item .ammenu-link.-simple span.ammenu-text {
  color: #637381;
  font-weight: 400;
}
header#ammenu-header-container li.ammenu-item.category-item .ammenu-link.-simple span.ammenu-text:hover {
  border: none !important;
  color: #212b36 !important;
  padding-bottom: 0 !important;
}
header#ammenu-header-container li.ammenu-item.category-item .ammenu-title.-parent {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.6px;
  color: #212b36 !important;
  margin: 0 0 15px;
}
.block.block-search form#search_mini_form #searchsuite-autocomplete {
  width: 100%;
  margin-left: 85px;
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.block.block-search form#search_mini_form #searchsuite-autocomplete ul li a:hover {
  color: rgba(0, 0, 0, 0.87);
}
.block.block-search form#search_mini_form #searchsuite-autocomplete ul li .product-reviews-summary {
  padding-bottom: 6px;
}
.block.block-search form#search_mini_form #searchsuite-autocomplete ul li .qs-option-info {
  margin-bottom: 0px;
}
.block.block-search form#search_mini_form #searchsuite-autocomplete ul li .qs-option-info .qs-option-price {
  margin-top: 3px;
}
.block.block-search form#search_mini_form #searchsuite-autocomplete ul li .old-price span.price-label {
  display: none;
}
.block.block-search form#search_mini_form #searchsuite-autocomplete ul li .old-price span.price {
  text-decoration: line-through;
}
.block.block-search form#search_mini_form #searchsuite-autocomplete ul#product li {
  padding: 10px 0 5px;
}
.block.block-search form#search_mini_form #searchsuite-autocomplete ul#product li .qs-option-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block.block-search form#search_mini_form #searchsuite-autocomplete .product .title {
  padding-bottom: 28px;
}
.block.block-search form#search_mini_form #searchsuite-autocomplete .product .title span {
  float: left;
  margin-left: 8px;
}
.block.block-search form#search_mini_form #searchsuite-autocomplete .product .title a.see-all {
  color: #ff6600;
}
@media (max-width: 767px) {
  .block.block-search form#search_mini_form #searchsuite-autocomplete {
    margin-left: -15px;
  }
  header#ammenu-header-container.header-sticky {
    border-bottom: none;
  }
  header#ammenu-header-container.header-sticky .panel.wrapper {
    display: block;
  }
  header#ammenu-header-container.header-sticky .block.block-search {
    display: block;
  }
  header#ammenu-header-container.header-sticky form#search_mini_form {
    display: block;
    top: 67px;
    left: 12px;
    width: 93%;
  }
  header#ammenu-header-container.header-sticky form#search_mini_form input#search {
    width: 100%;
    border-left: 0;
    border-radius: 4px;
    background-color: #ffffff;
  }
  header#ammenu-header-container.header-sticky form#search_mini_form .control .amd-search__close {
    display: none;
  }
  header#ammenu-header-container.header-sticky form#search_mini_form .actions button.action.search:before {
    position: relative !important;
    top: -48px !important;
    margin-right: 2px;
  }
}
@media (max-width: 768px) {
  header#ammenu-header-container.header-sticky form#search_mini_form #searchsuite-autocomplete {
    margin-left: -15px;
    margin-top: 1px;
  }
}
.banner-item.banner-slider {
  width: 100%;
  display: -webkit-box;
  margin: 0 auto;
  max-width: 1366px;
}
.amslider.am-brand-slider {
  max-width: 100% !important;
  padding: 0 !important;
}
.amslider.am-brand-slider .swiper-slide {
  width: unset !important;
}
/*Home page hover effect*/
.cms-index-index img.product-image-photo:hover {
  background-color: #ffffff !important;
  opacity: 0.6;
  width: 100%;
}
.cms-index-index span.product-image-wrapper:hover {
  background: #000000;
}
.cms-index-index .product-item-photo:hover .actions-secondary {
  z-index: 9;
  position: absolute;
  top: 8px;
  right: -3px;
}
/*home page loading issue*/
.homepage-adbannersection {
  min-height: 200px;
}
.home-catsec h2 {
  margin-bottom: 25px;
  margin-top: 47px;
}
.homecatsection-homepg .block-title {
  margin-bottom: 25px;
  padding-left: 17px;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 17px;
}
.homecatsection-homepg .block-title-right-more {
  padding-right: 17px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding-bottom: 0;
  display: inline-block;
  float: right;
}
.block.widget.block-products-list.grid .products-grid .product-item:first-child,
.block.widget.block-products-list.grid .products-grid .product-item:nth-child(6),
.block.widget.block-products-list.grid .products-grid .product-item:nth-child(11),
.block.widget.block-products-list.grid .products-grid .product-item:nth-child(16) {
  margin-left: 0;
}
.block.widget.block-products-list.grid .products-grid .product-item:first-child,
.block.widget.block-products-list.grid .products-grid .product-item:nth-child(6) {
  margin-left: 0;
}
.block.widget.block-products-list.grid .products-grid .product-item {
  margin-left: 23px;
  margin-bottom: 24px;
  display: inline-block;
}
.homecatsection-homepg {
  margin-top: 43px;
}
.cms-home .page.messages {
  margin: 0;
  padding: 0 17px;
}
.cms-index-index .home-slider .owl-carousel .owl-stage-outer {
  padding: 0;
}
/*.cms-index-index .home-slider.desktop-slider-cls { margin: 0 -17px;}*/
.home-slider.desktop-slider-cls .owl-theme .owl-controls {
  margin: 0;
}
.home-slider.desktop-slider-cls {
  margin-bottom: 0 !important;
}
body.cms-index-index .home-slider {
  position: relative;
}
body.cms-index-index .home-slider .owl-nav {
  display: none;
}
body.cms-index-index .home-slider .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  opacity: 1 !important;
  display: inline-block !important;
  left: 0 !important;
}
body.cms-index-index .home-slider .owl-dots span {
  height: 2px;
  width: 24px;
  background-color: #616161;
  display: inline-block;
  font-size: 0;
  margin: 0 4px 16px 4px;
}
body.cms-index-index .home-slider .owl-dot.active span {
  background-color: #DEDEDE;
}
.cms-index-index .banner-txt {
  left: 57px;
  position: absolute;
  top: 139px;
}
.cms-index-index .banner-txt .h1 {
  color: #ffffff;
  font-size: 33.26px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 46px;
  margin: 0 0 8px 0;
}
.cms-index-index .banner-txt p {
  color: #ffffff;
  font-size: 19.57px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 27px;
  margin-bottom: 30px;
}
.cms-index-index .banner-txt a {
  height: 36px;
  width: 160px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background-color: rgba(98, 2, 238, 0);
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 10px 0;
}
.desktop-view-bestseller .products.wrapper.grid.products-grid {
  margin: 0;
}
.cms-index-index .widget.block.block-static-block,
.cms-index-index .block.widget.block-products-list.grid {
  margin: 0;
}
.cms-index-index p {
  margin: 0;
}
div.catonebanner-img {
  position: relative;
}
div.catonebanner-img .h3 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 10px 0;
}
div.catonebanner-img p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
div.catonebanner-img .reward-scheme {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 62px;
  padding: 0 80px;
}
div.catonebanner-img .scheme-left {
  float: left;
}
div.catonebanner-img a {
  float: right;
  height: 36px;
  width: 144px;
  background-color: #272727;
  color: #ffffff;
  font-size: 13.55px;
  font-weight: 600;
  padding: 10px 3px;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  margin: 14px 127px 0 0;
}
div#mageplaza-bannerslider-block-before-content-2 {
  display: none;
}
/*selling-point*/
.cms-index-index .column.main .container.sj-test {
  padding: 0;
}
.cms-index-index main#maincontent {
  padding: 0;
}
.selling-point {
  padding: 20px 0;
  background-color: #FBFBFB;
  margin: 0 -17px;
}
.selling-point .container {
  padding: 0 65px;
}
.selling-point .col-md-2 {
  width: auto;
  float: left;
  padding: 0 69px 0 0;
}
.selling-point .col-md-2:last-child {
  padding: 0;
}
.selling-point .col-md-2:first-child span {
  background-position: -29px -10px;
}
.selling-point .col-md-2:nth-child(2) span {
  background-position: -380px -7px;
}
.selling-point .col-md-2:nth-child(3) span {
  background-position: -190px -12px;
}
.selling-point .col-md-2:nth-child(4) span {
  background-position: -104px -12px;
  width: 44px;
}
.selling-point .col-md-2:nth-child(5) span {
  background-position: -445px -6px;
}
.selling-point .col-md-2 span {
  height: 40px;
  width: 40px;
  display: inline-block;
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/sprit1.png);
  float: left;
  background-repeat: no-repeat;
  background-position: center;
}
.selling-point .col-md-2 p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 11.85px;
  letter-spacing: 2px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 5px 0 0 24px;
  float: left;
}
/*home brand*/
.cms-index-index .widget .home-brand .block-title {
  margin-bottom: 5px;
}
.am-brand-slider#amslider_id1 {
  max-width: 100%;
  padding: 0;
  margin-top: 0;
}
.amslider.am-brand-slider .am-image-wrapper .am-image {
  box-shadow: 0px 1px 10px #e0e0e0;
  max-width: 202px;
}
.cms-home #amslider_id1 .swiper-brand .am-image-wrapper {
  max-width: 100%;
}
.am-brand-slider#amslider_id1 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  display: none;
}
.am-slider-container .amslider .swiper-button-prev,
.am-slider-container .amslider .swiper-button-next {
  background-image: none;
  height: auto;
  width: auto;
  left: inherit;
  top: -22px;
}
.am-slider-container .amslider .swiper-button-prev:after,
.am-slider-container .amslider .swiper-button-next:after {
  font-size: 36px;
  display: inline-block;
  line-height: 15px;
  color: #666666;
  width: 24px;
  height: 24px;
  text-align: center;
}
.am-slider-container .amslider .swiper-button-prev {
  right: 32px;
}
.am-slider-container .amslider .swiper-button-next {
  right: 0;
}
.am-slider-container .amslider .swiper-button-prev:after {
  content: "‹";
}
.am-slider-container .amslider .swiper-button-next:after {
  content: "›";
}
.home-brand {
  margin: 0 -12px;
}
.home-brand .block-title {
  padding-left: 12px;
}
.home-brand .item {
  padding: 12px;
}
.home-brand .item img {
  box-shadow: 0px 1px 10px #e0e0e0;
}
.home-brand .owl-nav {
  position: absolute;
  right: 12px;
  top: -33px;
}
.home-brand .owl-nav button {
  display: inline-block;
  line-height: 30px;
  height: 24px;
  width: 24px;
}
.home-brand .owl-nav button span {
  font-size: 36px;
  display: inline-block;
  line-height: 15px;
  color: #666666;
}
.home-brand .owl-nav button.disabled span {
  color: #9E9E9E;
}
.home-brand .owl-nav button.owl-next {
  margin-left: 14px;
}
.home-catsec {
  position: relative;
}
.hm-see-more {
  position: absolute;
  right: 0;
  top: 10px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-weight: normal;
  text-transform: capitalize;
}
.cms-index-index .products-grid .product-item {
  margin-bottom: 0;
}
.cms-index-index ol.product-items {
  width: auto;
  margin: 0 -10px;
  padding: 0;
  font-size: 0;
}
.cms-index-index ol.product-items li {
  width: 16.66%;
  margin: 0 0 15px;
  padding: 0 10px;
}
.cms-index-index ol.product-items li .product-item-info {
  width: 100%;
  position: relative;
}
.cms-index-index ol.product-items li .product-item-info .sj-image-container {
  position: relative;
  display: block;
}
.cms-index-index ol.product-items li .product-item-info .sj-image-container > a {
  display: block;
  text-align: center;
}
.cms-index-index ol.product-items li .product-item-info .sj-image-container > a span {
  height: auto;
}
.cms-index-index ol.product-items li .product-item-info .sj-image-container > a img {
  display: block;
}
.cms-index-index ol.product-items li .product-item-info .actions-secondary {
  position: absolute;
  right: -3px;
  top: 8px;
}
.cms-index-index ol.product-items li .product-item-info .product-item-details {
  width: 100%;
  text-align: left;
  margin: 10px 0 0;
}
/*.cms-index-index ol.product-items li .product-item-info .product-item-details .product-item-name{white-space: nowrap; overflow: hidden; display: block; text-overflow: ellipsis;}*/
.cms-index-index ol.product-items li .product-item-info .product-item-details .product-item-actions {
  margin: 16px 0 0 0;
  color: #ff0000;
}
.cms-index-index ol.product-items li .product-item-info .product-item-details .product-item-actions .actions-primary {
  display: inline-block;
}
.cms-index-index ol.product-items li:hover .product-item-info .product-item-details .product-item-name .product-item-link {
  color: #000000;
}
.cms-index-index ol.product-items li:hover .rating-summary .rating-result > span:before {
  color: #ff6600;
}
.cms-index-index ol.product-items li:hover .rating-summary .rating-result:before {
  color: #ff6600;
}
.shop-category ul {
  margin: 0px;
  width: auto;
  font-size: 0;
}
.shop-category ul li {
  display: inline-block;
  width: calc(20% - 7px);
  margin: 0 7px 8px 0;
  padding: 0;
  position: relative;
}
.shop-category ul li .categoty-description {
  position: relative;
}
.shop-category ul li .categoty-description > a {
  display: block;
}
.shop-category ul li .categoty-description > a > img {
  display: block;
}
.selling-on-aazacus {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}
.shop-advertisement {
  float: left;
  width: 100%;
  margin: 65px 0 50px;
}
.shop-advertisement ul {
  font-size: 0;
  margin: 0 -10px;
}
.shop-advertisement ul li {
  display: inline-block;
  width: 50%;
  font-size: initial;
  vertical-align: top;
  margin: 0;
  line-height: initial;
  padding: 10px;
}
.shop-advertisement ul li a {
  display: block;
}
.shop-advertisement ul li a > img {
  display: block;
  box-shadow: 0px 1px 10px #e2e2e2;
  width: 100%;
}
.review-list {
  display: table;
  width: 100%;
  box-shadow: 0px 0px 11px #e2e2e2;
  margin: 0 0 80px;
}
.review-list ul {
  margin: 0;
  font-size: 0;
}
.review-list ul li {
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.review-list ul li:nth-of-type(2),
.review-list ul li:nth-of-type(3) {
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/box-shadow.png);
  background-size: cover;
}
.review-list li h3 {
  float: left;
  width: 100%;
  font-size: 13.82px;
  font-weight: 400;
  margin: 10px 0 5px;
  text-transform: capitalize;
}
.review-list li .review-date {
  float: left;
  width: 100%;
  font-size: 13.82px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 300;
  line-height: initial;
}
.review-list li .product-reviews-summary {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.review-list li .riview-content {
  float: left;
  width: 100%;
  font-size: 11.82px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #1b191a;
  margin-top: 8px;
  text-transform: capitalize;
  margin: 10px 0 15px;
}
.review-list li .review-product {
  float: left;
  width: 100%;
}
.review-list li .review-product .product-review-img {
  max-width: 110px;
}
.review-list li .review-product .product-review-text {
  float: right;
  width: calc(100% - 110px);
  font-weight: 300;
  font-size: 13.82px;
  margin: 0;
}
.review-list li .riview-content .review-product {
  float: left;
  width: 100%;
  margin: 15px 0 0;
}
.review-list li .riview-content:after {
  content: '';
  background: #000000;
  width: 180px;
  height: 2px;
  display: table;
  margin-top: 5px;
}
.shop-gift ul {
  position: relative;
  display: table;
  width: 100%;
  margin-top: 0;
}
.shop-gift ul:before {
  content: '';
  background: #ffffff;
  box-shadow: 0px 0px 10px #e6e6e6;
  display: table;
  width: 100%;
  height: 165px;
  position: absolute;
  margin-top: 20px;
}
.shop-gift ul li {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.shop-gift ul li .category-product-hover {
  display: none;
  position: absolute;
  top: 0;
  background: rgba(27, 25, 26, 0.64);
  width: 100%;
  height: 350px;
  text-align: center;
}
.shop-gift ul li .categoty-description {
  position: relative;
}
.shop-gift ul li h4 {
  text-align: center;
  width: 100%;
  color: #1b191a;
  letter-spacing: 1px;
}
.shop-gift ul li h4 a {
  font-size: 13.82px;
  color: #1b191a;
  padding-bottom: 14px;
  text-decoration: none;
}
.protection-content {
  float: left;
  width: 100%;
  text-align: center;
}
.protection-content ul {
  margin: 35px 0 0;
  font-size: 0;
}
.protection-content ul li {
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
  text-align: left;
  margin: 0;
  box-sizing: border-box;
}
.protection-content ul li:nth-of-type(2) {
  padding-left: 5%;
}
.protection-content ul li:nth-of-type(3) {
  padding-left: 10%;
}
.protection-content ul li .protect-data-img {
  float: left;
  width: 100%;
  height: 85px;
  position: relative;
}
.protection-content ul li .protect-data-img > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.protection-content ul li .protect-data {
  float: left;
  width: 100%;
}
.protection-content ul li .protect-data h3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 26px;
  margin: 15px 0 8px;
}
.protection-content ul li .protect-data h3 > span {
  display: block;
  font-size: inherit;
}
.protection-content ul li .protect-data p {
  font-size: 13.82px;
  letter-spacing: 1px;
  line-height: 22px;
  font-weight: 300;
}
.viewmore {
  display: none;
  margin: 10px 0 20px;
  text-align: center;
}
/*blog section*/
.cms-home ul.post-list {
  margin: 0 -12px;
}
.cms-home ul.post-list .post-holder {
  width: 33.33%;
  float: left;
  margin: 0;
  background-color: transparent;
  padding: 0 12px;
}
.cms-home ul.post-list .post-holder:hover {
  box-shadow: none;
}
.cms-home ul.post-list .post-holder .post-ftimg-hld {
  margin: 0;
  width: 100%;
}
.cms-home ul.post-list .post-holder .post-title a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cms-home ul.post-list .post-holder .post-text-hld.clearfix {
  max-height: inherit;
  min-height: auto;
}
.cms-home ul.post-list .post-holder .post-text-hld.clearfix p,
.cms-home ul.post-list .post-holder .post-text-hld.clearfix a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
/* Responsive*/
@media (max-width: 1350px) {
  .selling-point .col-md-2 {
    width: 20%;
    padding: 0 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cms-index-index .widget .block-title {
    margin: 30px 0 10px;
  }
}
@media (max-width: 1023px) {
  .cms-index-index .banner-txt {
    top: 24%;
    left: 15px;
  }
  .cms-index-index .banner-txt .h1 {
    font-size: 22.26px;
    line-height: 29px;
    margin: 0;
  }
  .cms-index-index .banner-txt p {
    font-size: 14.57px;
    margin-bottom: 10px;
  }
  .cms-index-index ol.product-items li .product-item-info .sj-image-container > a span {
    width: 100%;
  }
  .nav-open .nav-toggle:before {
    font-size: 21px;
    content: '\e616';
    position: relative;
    z-index: 99;
    color: #ffffff;
  }
  .cms-index-index .columns {
    padding: 0;
  }
  .cms-index-index ol.product-items li .product-item-info .sj-image-container > a img {
    display: inline-block;
  }
  .cms-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .cms-index-index .products-grid {
    margin: 0px 0 0 0;
  }
  .cms-index-index .widget .block-title {
    margin: 20px 0;
  }
  .catonebanner-img {
    margin-top: 20px;
  }
  .cms-index-index .widget .block-title,
  .cms-index-index .home-catsec {
    margin: 20px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .cms-index-index .home-slider.desktop-slider-cls {
    display: none;
  }
  .cms-home ul.post-list .post-holder {
    width: 50%;
  }
  .cms-home ul.post-list .post-holder:last-child {
    display: none;
  }
  .cms-index-index .page.messages {
    margin: 0;
  }
  .cms-index-index .widget .block-title {
    margin: 0px 0 10px;
  }
  .cms-index-index h2 {
    font-size: 19px;
  }
  .cms-index-index ol.product-items li {
    width: 33.33%;
    margin: 0 0 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .products-grid .viewmore {
    display: none;
  }
}
@media (max-width: 479px) {
  .cms-home ul.post-list .post-holder:nth-child(2) {
    display: none;
  }
  .cms-home ul.post-list .post-holder {
    width: 100%;
  }
  .cms-index-index .widget .block-title {
    margin: 15px 0 10px;
  }
  .cms-index-index ol.product-items li {
    width: 50%;
    margin: 0 0 15px;
  }
  .cms-index-index ol.product-items li:nth-of-type(5),
  .cms-index-index ol.product-items li:nth-of-type(6) {
    display: none;
  }
  #banner-slider-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 37%;
    opacity: 0;
  }
  .am-slider-container .amslider .swiper-button-prev {
    background-image: none;
    height: auto;
    width: auto;
    left: inherit;
    top: -14px;
  }
  .am-slider-container .amslider .swiper-button-next {
    background-image: none;
    height: auto;
    width: auto;
    left: inherit;
    top: -14px;
  }
}
.page-footer .footer-copy-right {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.page-footer .footer-copy-right .col-md-4 p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
  text-align: center;
}
.page-footer .footer-copy-right .col-md-12.leftcopy {
  width: 29%;
}
.page-footer .footer-copy-right .col-md-12.footer-bottom {
  width: 62%;
}
.page-footer .footer-copy-right .footer-payment-method {
  width: 45%;
  float: right;
  display: inline-block;
}
.page-footer .footer-copy-right .footer-payment-method li {
  display: inline-block;
  padding: 10px;
  padding-top: 14px;
}
.page-footer .col-md-2 {
  width: auto;
  padding: 0 120px 0 0;
  padding-bottom: 60px;
}
.page-footer .col-md-2.last-child .newftrd-div.last {
  width: max-content;
  padding-left: 80px;
}
.col-md-4.cpright {
  width: 50%;
  text-align: left;
  padding: 10px 0;
  display: -webkit-box;
}
.payment-btmftr {
  float: right;
  width: 50%;
  text-align: right;
  padding: 7px 0 0;
}
.footer-copy-right .footer-leftcopy {
  width: 38%;
  float: left;
  text-align: left;
  padding: 18px;
  padding-left: 74px;
}
.footer-copy-right .footer-leftcopy p {
  color: #ffffff;
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.amblog-index-post .desktop.two-columns-right section.content .desktop-block.amblog-item div#amblog_content_post .amblog-comments-wrapper {
  border: none;
}
.amblog-index-post .desktop.two-columns-right section.content .desktop-block.amblog-item div#amblog_content_post .amblog-comments-wrapper .amblog-comments-action {
  padding: 0;
}
.amblog-index-post .desktop.two-columns-right section.content .desktop-block.amblog-item .amblog-content {
  border: none;
}
.amblog-form-comment .amblog-btn {
  float: left;
}
.amblog-form-comment .amblog-btn:hover {
  background-color: #001d47;
  border-color: #001d47;
}
.amblog-index-index article.desktop.two-columns-right aside.right div#amblog_sidebar_categories .amblog-title {
  text-transform: capitalize;
}
.footer-certificate {
  display: inline-block;
  text-align: left;
  float: right;
  margin-top: 27px;
  min-width: 312px;
}
.page-footer {
  background: #212b36;
  padding-bottom: 0;
  padding-top: 58px;
}
.page-footer .h3 {
  color: #ffffff;
  margin: 0 0 20px 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
}
.page-footer .col-md-2.last-child {
  padding: 0;
  min-width: 264px;
  float: right;
}
.page-footer .col-md-2 .last-child {
  padding: 0;
  min-width: 288px;
}
.page-footer .col-md-2 h4 {
  display: none;
}
.page-footer .col-md-2 li {
  margin-bottom: 16px;
}
.page-footer .col-md-2 li a {
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
  color: #cccdd7;
}
.page-footer .col-md-2 li i.fab.fa-facebook-f,
.page-footer .col-md-2 li i.fab.fa-twitter,
.page-footer .col-md-2 li i.fab.fa-instagram,
.page-footer .col-md-2 li i.fab.fa-youtube,
.page-footer .col-md-2 li i.fab.fa-linkedin {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
}
.page-footer .col-md-2 li i.fab.fa-facebook-f {
  padding-right: 6px;
}
.page-footer .col-md-2 li i.fab.fa-twitter {
  padding-right: 8px;
}
.page-footer .col-md-2 li i.fab.fa-instagram {
  padding-right: 8px;
}
.page-footer .col-md-2 li i.fa.fa-youtube-play {
  padding-right: 8px;
}
.page-footer .col-md-2 li i.fab.fa-linkedin {
  padding-right: 8px;
}
.page-footer .footer-bottom {
  width: 100%;
  display: inline-block;
  padding: 91px 0 30px 0;
}
.page-footer .footer-bottom .footer-left {
  float: left;
}
.page-footer .footer-bottom .footer-left p {
  color: #ffffff;
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  padding-right: 4px;
  display: inline-block;
  margin-bottom: 0;
}
.page-footer .footer-bottom .footer-left a {
  color: #ffffff;
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  display: inline-block;
  border-bottom: 2px solid #212b36;
}
.page-footer .footer-bottom .footer-roght {
  float: right;
}
.page-footer .footer-bottom .footer-roght a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.page-footer .footer-bottom .footer-roght a:last-child:before {
  content: "";
  height: 24px;
  width: 2px;
  background-color: #212b36;
  display: inline-block;
  margin: 0 24px;
  vertical-align: top;
}
.page-footer .footer-copy-right {
  width: 100%;
  display: inline-block;
  padding: 0;
  border-top: 1px solid #666666;
}
.page-footer .footer-copy-right .col-md-12 {
  padding-top: 19px;
  padding-left: 0;
  width: 46%;
  text-align: center;
  color: #ffffff;
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
  display: table;
  height: 64px;
}
.page-footer .footer-copy-right .col-md-12 span,
.page-footer .footer-copy-right .col-md-12 a,
.page-footer .footer-copy-right .col-md-12 p {
  display: table-cell;
  vertical-align: bottom;
}
.page-footer .footer-copy-right .col-md-12 img {
  float: left;
}
.page-footer .footer-copy-right .col-md-12 a {
  text-align: right;
  vertical-align: unset;
}
.page-footer .footer-copy-right .col-md-12 p {
  text-align: center;
  vertical-align: unset;
}
.newsletter-form {
  float: right;
  width: 30%;
  padding: 0 0 0 20px;
}
.newsletter-form h4 {
  font-size: 13.82px;
  color: #1b191a;
  text-shadow: 0 0 0;
  letter-spacing: 1px;
  margin: 0 0 25px;
}
.footer-menu {
  float: left;
  width: 100%;
}
.footer-menu .footer-main {
  float: left;
  width: 100%;
}
.footer-menu .footer-main .footer-left {
  float: left;
  width: 70%;
}
.footer-menu .footer-main .footer-listing {
  float: left;
  width: 25%;
}
.footer-menu .footer-main .footer-listing h4 {
  font-size: 13.82px;
  color: #1b191a;
  text-shadow: 0 0 0;
  letter-spacing: 1px;
  margin: 0 0 15px;
}
.footer-menu .footer-main .footer-listing ul li {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
.footer-menu .footer-main .footer-listing ul li > a {
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.87);
  font-size: 11.82px;
}
.footer-menu .footer-main .footer-listing ul li > a:hover {
  color: #ff6600;
}
.footer-menu .footer-main .footer-listing.social ul li > a > i {
  padding-left: 5px;
}
.newsletter-new .actions .primary {
  height: 36px;
  float: right;
  color: #001d47;
  font-size: 13.55px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  background-color: #8cc63f;
  border: none;
  width: 36px;
  padding: 0;
  padding-left: 4px;
}
.newsletter-new .actions .primary i.fas.fa-long-arrow-right {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  color: #ffffff;
}
.help-center {
  float: left;
  width: 100%;
  margin: 30px 0 40px;
}
.help-center .left {
  float: left;
}
.help-center .left p {
  text-transform: uppercase;
  font-size: 13.82px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.87);
}
.help-center .left p > a {
  color: #1b191a;
  border-bottom: 3px solid #1b191a;
  padding-bottom: 10px;
}
.help-center .right {
  float: right;
  margin-top: -3px;
}
.help-center .right .email {
  float: left;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 2px solid #1b191a;
}
.help-center .right .number {
  float: right;
}
.help-center .right a {
  font-size: 13.82px;
  color: #1b191a;
}
.copyright {
  float: left;
  width: 100%;
  color: #1b191a;
  padding: 0;
  text-align: left;
}
.copyright .copy-left {
  float: left;
}
.copyright .copy-left img {
  margin: 0 0 15px;
}
.copyright .copy-right {
  float: right;
}
.copyright .copy-right .privacy-term {
  text-align: right;
}
.copyright .copy-right .privacy-term li {
  display: inline-block;
  margin: 0 25px 0 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 11.82px;
  vertical-align: top;
}
.copyright .copy-right .privacy-term li > a {
  font-size: inherit;
}
.copyright .copy-right .privacy-term li:last-child {
  margin-right: 0;
}
.copyright p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 11.82px;
  margin-bottom: 30px;
}
.copyright p a {
  color: rgba(0, 0, 0, 0.87);
  font-size: inherit;
  text-decoration: none;
}
.copyright p a:hover {
  text-decoration: underline;
  color: #1b191a;
}
.footer-copyright {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #000;
  padding: 12px 0;
}
.footer-copyright small.copyright {
  color: #cccdd7;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
  width: 50%;
  float: left;
}
.mis {
  width: 50%;
  float: right;
}
.mis a {
  color: #cccdd7 !important;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
  text-align: right;
  float: right;
}
@media (min-width: 1349px) {
  .footer-menu .footer-main .footer-listing.my-account {
    width: 20%;
  }
  .footer-menu .footer-main .footer-listing.policy {
    width: 30%;
  }
}
@media (max-width: 1024px) {
  .footer-certificate {
    text-align: left;
    float: left;
    margin: 12px 0;
  }
  .pay-images {
    margin: 24px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-menu .footer-main .footer-left {
    width: 100%;
  }
  .newsletter-form {
    float: left;
    width: 100%;
    padding: 0;
  }
  .help-center {
    margin: 20px 0;
  }
  .copyright p {
    margin: 0;
  }
  .copyright .copy-left img {
    margin: 0 0 10px;
  }
  .footer-certificate {
    text-align: left;
    float: left;
  }
}
@media (max-width: 767px) {
  .footer-menu .footer-main .footer-left {
    width: 100%;
  }
  .footer-menu .footer-main .footer-listing {
    width: 50%;
    margin: 0 0 15px;
  }
  .newsletter-form {
    float: left;
    width: 100%;
    padding: 0;
  }
  .newsletter-form h4 {
    margin-bottom: 15px;
  }
  .help-center {
    margin: 15px 0;
  }
  .help-center .left {
    float: left;
    width: 100%;
  }
  .help-center .right {
    float: left;
    margin-top: 15px;
  }
  .help-center .right .email {
    padding-right: 5px;
    margin-right: 5px;
  }
  .copyright {
    margin: 0 0 15px;
  }
  .copyright p {
    margin: 0;
  }
  .copyright .copy-left img {
    margin: 0 0 10px;
  }
  .copyright .copy-right {
    float: left;
    width: 100%;
  }
  .copyright .copy-right .privacy-term {
    text-align: left;
  }
  .copyright .copy-right .privacy-term li {
    margin: 0 10px 0 0;
  }
  .footer-copyright small.copyright {
    width: 100%;
    float: none;
    text-align: center;
  }
  .mis {
    width: 100%;
    float: none;
    text-align: center;
  }
  .mis a {
    text-align: center;
    float: none;
  }
}
.newsletter-new {
  margin-top: 26px;
}
body .newsletter-new form.form.subscribe .field.newsletter {
  display: inline-block;
  width: 100%;
}
body .newsletter-new form.form.subscribe .control input {
  padding: 7px 16px;
  border: none;
  width: 100%;
  height: 44px;
  border-radius: 4px;
  background-color: #ffffff;
}
body .newsletter-new form.form.subscribe .actions {
  display: inline-block;
  position: absolute;
  height: 44px;
  right: 0;
  bottom: 0;
  top: 41px;
}
body .newsletter-new .actions .primary {
  padding: 0;
  padding-left: 0;
  height: 45px;
  width: 44px;
  border-radius: 0 4px 4px 0;
  background-color: #ff6600;
}
body .fa-long-arrow-right:before {
  content: "";
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/arrow-right-white.svg);
  height: 24px;
  width: 24px;
  display: inline-block;
}
body .page-footer .col-md-2.last-child h3.h3 {
  margin-bottom: 26px;
}
body .subs {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
  color: #cccdd7;
  margin-top: 6px;
  margin-bottom: 26px;
}
.message.success a:hover {
  color: #000000;
}
.catalog-product-view .product-info-main .incl-tax {
  display: none;
}
.ambrand-index-index button.amquote-addto-button.-small {
  display: none !important;
}
span.incl-tax {
  display: none;
}
.menu-products .block.widget .products-grid.grid li.product-item .product-item-details span.old-price {
  display: none !important;
}
.cms-home span.old-price {
  margin: 0px 0 !important;
}
.cms-home span.special-price {
  margin: 0px 0 !important;
  width: 100% !important;
}
.product-item-details .price,
.product-item .price-box .price,
.product-item-details .price-final_price {
  line-height: 17px !important;
}
.amsearch-item-container.brand {
  display: inline-block;
  width: 100%;
}
.amsearch-item-container:after {
  height: 0px;
}
.amsearch-item-container .amasty-xsearch-block-header {
  color: #8cc63f;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-transform: capitalize;
}
.amsearch-item-container .amsearch-item .item-name {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.amsearch-item-container.category .amasty-xsearch-block-header {
  padding-bottom: 0px;
}
.search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content {
  padding-top: 10px;
}
.checkout-cart-index .recently-product-cat {
  max-width: 67%;
}
.checkout-cart-index .recently-product-cat .block-content.content.block.widget {
  width: 100%;
}
.checkout-cart-index .recently-product-cat .block.widget .products-grid .product-items li.product-item {
  width: 25%;
  max-width: 200px;
}
.checkout-cart-index .recently-product-cat .block.widget .products-grid .product-items li.product-item .price .price {
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-cart-index .recently-product-cat .block.widget .products-grid .product-items li.product-item a.product-item-photo {
  display: block;
}
.checkout-cart-index .recently-product-cat .block.widget .products-grid .product-items li.product-item span.product-image-wrapper:hover {
  background: #000000;
}
.checkout-cart-index .recently-product-cat .block.widget .products-grid .product-items li.product-item img.product-image-photo:hover {
  background-color: #000000 !important;
  opacity: 0.6;
  width: 100%;
}
.checkout-cart-index .recently-product-cat .block.widget .products-grid .product-items li.product-item .product-item-info {
  position: relative;
}
.checkout-cart-index .recently-product-cat .block.widget .products-grid .product-items li.product-item .product-item-info .actions-secondary {
  position: absolute;
  right: -3px;
  top: 8px;
}
.amasty_quote-cart-index .recently-product-cat {
  max-width: 67%;
}
.amasty_quote-cart-index .recently-product-cat .block-content.content.block.widget {
  width: 100%;
}
.amasty_quote-cart-index .recently-product-cat .block.widget .products-grid .product-items li.product-item {
  width: 25%;
  max-width: 200px;
}
.amasty_quote-cart-index .recently-product-cat .block.widget .products-grid .product-items li.product-item .price .price {
  padding-left: 15px;
  padding-right: 15px;
}
.amasty_quote-cart-index .recently-product-cat .block.widget .products-grid .product-items li.product-item a.product-item-photo {
  display: block;
}
.amasty_quote-cart-index .recently-product-cat .block.widget .products-grid .product-items li.product-item span.product-image-wrapper:hover {
  background: #000000;
}
.amasty_quote-cart-index .recently-product-cat .block.widget .products-grid .product-items li.product-item img.product-image-photo:hover {
  background-color: #000000 !important;
  opacity: 0.6;
  width: 100%;
}
.amasty_quote-cart-index .recently-product-cat .block.widget .products-grid .product-items li.product-item .product-item-info {
  position: relative;
}
.amasty_quote-cart-index .recently-product-cat .block.widget .products-grid .product-items li.product-item .product-item-info .actions-secondary {
  position: absolute;
  right: -3px;
  top: 8px;
}
@media (max-width: 1024px) {
  .checkout-cart-index .recently-product-cat {
    max-width: 100%;
    margin-top: 25px;
  }
  .checkout-cart-index .recently-product-cat .block-title {
    margin-bottom: 25px;
  }
  .amasty_quote-cart-index .recently-product-cat {
    max-width: 100%;
    margin-top: 25px;
  }
  .amasty_quote-cart-index .recently-product-cat .block-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  strong.product.name.product-item-name {
    height: 40px !important;
    white-space: normal !important;
    margin-bottom: 2px !important;
  }
  .page-products .product-items .product-item .product-item-info .product-item-details .product-item-name {
    height: 40px !important;
    white-space: normal !important;
    margin-bottom: 2px !important;
  }
  .cms-index-index ol.product-items li .product-item-info .product-item-details .product-item-name {
    height: 40px !important;
    white-space: normal !important;
  }
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container span.product-image-wrapper {
    height: auto !important;
  }
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .product-item-details .product-item-name {
    white-space: normal !important;
    height: 40px !important;
  }
  .page-products.catalog-category-view .recently-product-cat.category-page .nakjakj.grid ol.product-items.widget-new-grid li.product-item .product-image-wrapper {
    height: auto !important;
  }
  .catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .product-items li.product-item .product-item-info {
    height: 285px !important;
  }
}
@media (max-width: 320px) {
  .checkout-cart-index .recently-product-cat .block.widget .products-grid .product-items li.product-item {
    width: 45%;
  }
  .amasty_quote-cart-index .recently-product-cat .block.widget .products-grid .product-items li.product-item {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .recently-product-cat {
    max-width: 100%;
  }
  .checkout-cart-index .recently-product-cat .block.widget .products-grid .product-items li.product-item {
    width: 46%;
  }
  .amasty_quote-cart-index .recently-product-cat {
    max-width: 100%;
  }
  .amasty_quote-cart-index .recently-product-cat .block.widget .products-grid .product-items li.product-item {
    width: 46%;
  }
}
.catalog-product-view .product-info-main .product-info-price .special-price {
  width: auto !important;
  padding-right: 10px !important;
}
.catalog-product-view .product-info-main .product-info-price span.old-price {
  margin-top: 8px;
}
.customer-account-login .am-social-login .am-buttons {
  max-width: 350px;
  margin: 0 auto !important;
}
.am-sl-registration-page .am-social-login .am-buttons {
  max-width: 350px;
  margin: 0 auto !important;
}
.amasty_quote-cart-index .checkout-methods-items button.action.primary.checkout,
.amasty_quote-cart-index .checkout-methods-items button.amshopby-button.checkout,
.amasty_quote-cart-index .checkout-methods-items button.am-filter-go.checkout {
  width: 100% !important;
}
img.no-sirv-lazy-load {
  max-width: 100% !important;
  max-height: 100% !important;
}
.amsearch-results span.old-price {
  display: none !important;
}
a.action.sorter-action {
  display: none !important;
}
.amasty_quote-account-view .order-details-items.ordered {
  display: none;
}
.amasty_quote-account-view .column.main .order-details-items.ordered {
  display: block;
}
/*Product Details Page Linked Tabbing Starts*/
@media screen and (max-width: 639px) {
  .catalog-product-view .product-info-main {
    margin-bottom: 24px;
  }
}
.catalog-product-view .custom .recently-product-cat {
  margin-bottom: 64px;
}
@media screen and (max-width: 639px) {
  .catalog-product-view .custom .recently-product-cat {
    margin-bottom: 8px;
  }
}
.catalog-product-view .custom .product.info.detailed,
.catalog-product-view .custom .product.attribute.description {
  margin-bottom: 64px;
}
@media screen and (max-width: 639px) {
  .catalog-product-view .custom .product.info.detailed,
  .catalog-product-view .custom .product.attribute.description {
    margin-bottom: 40px;
  }
}
.catalog-product-view .review-scroll,
.catalog-product-view .store-scroll,
.catalog-product-view .desc-scroll,
.catalog-product-view .spec-scroll {
  display: block;
  width: 100%;
  float: left;
}
.catalog-product-view .scrolltab-wrap {
  display: block;
  width: 100%;
  float: left;
  margin-top: 48px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .scrolltab-wrap {
    display: none;
  }
}
.catalog-product-view .scrolltab-wrap .tabs {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 16px;
}
.catalog-product-view .scrolltab-wrap .tabs ul {
  display: flex;
  gap: 16px;
}
.catalog-product-view .scrolltab-wrap .tabs ul li {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #009CDB;
  cursor: pointer;
}
.catalog-product-view .scrolltab-wrap .tabs ul li:hover {
  text-decoration: underline;
}
.catalog-product-view .additional-attributes-wrapper {
  margin-bottom: 0;
}
.catalog-product-view .additional-attributes-wrapper .table-caption {
  clip: auto;
  height: auto;
  width: auto;
  position: initial;
  text-align: left;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #212B36;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  text-transform: capitalize;
  display: block;
}
.catalog-product-view .product.attribute.description {
  margin-bottom: 18px;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 24px;
}
.catalog-product-view .product.attribute.description h1,
.catalog-product-view .product.attribute.description h2,
.catalog-product-view .product.attribute.description h3,
.catalog-product-view .product.attribute.description h4,
.catalog-product-view .product.attribute.description h5,
.catalog-product-view .product.attribute.description h6 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
}
.catalog-product-view .product.attribute.description strong {
  font-size: 24px;
  font-weight: 700;
  color: #212B36;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  text-transform: capitalize;
  display: block;
}
/*Product Details Page Linked Tabbing Ends*/
/*Shaking Popup Design Starts*/
.mageplaza-betterpopup-block .mp-better-popup-click-trigger .click-trigger {
  font-size: 0;
  border: 0;
  background: url('../../frontend/Magneto/VixxBadkamers/nl_NL/images/cadeautje.gif');
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 72px;
  width: 72px;
  height: 72px;
  padding: 2px;
}
.mp-better-popup-click-trigger {
  position: fixed;
  bottom: 160px;
  right: 18px !important;
  z-index: 999;
}
.mageplaza-betterpopup-block .mageplaza-betterpopup-content .tmp3-text-content {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mageplaza-betterpopup-block .mageplaza-betterpopup-content .tmp3-text-content form {
  margin: 0 !important;
  max-width: 100%;
}
.mageplaza-betterpopup-block .mageplaza-betterpopup-content .tmp3-text-content form input[type="text"] {
  border: 1px solid #cccccc !important;
}
.mageplaza-betterpopup-block .mageplaza-betterpopup-content .tmp3-text-content form ._form-branding {
  display: none !important;
}
.mageplaza-betterpopup-block .tmp3-text-content ._form_4 form ._button-wrapper button#_form_4_submit {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  background-color: #ff6600 !important;
  border-radius: 7px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  font-family: 'Plus Jakarta Sans' !important;
  line-height: 16px !important;
}
.mageplaza-betterpopup-block #bio_ep .mageplaza-betterpopup-content #bio_ep_content .tmp3-text-content ._form_4 ._inline-form ._form-content ._form_element * {
  font-family: 'Plus Jakarta Sans' !important;
}
@media screen and (max-width: 1024px) {
  .mageplaza-betterpopup-block #bio_ep {
    width: 60% !important;
    left: 50% !important;
    top: 50% !important;
    transform: translateX(-50%) translateY(-50%) !important;
  }
  .mageplaza-betterpopup-block #bio_ep .tmp3-text-content {
    width: 100%;
  }
  .mageplaza-betterpopup-block #bio_ep .mageplaza-betterpopup-content .tmp3-img-content {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mageplaza-betterpopup-block .mageplaza-betterpopup-content .tmp3-text-content form {
    padding-top: 0 !important;
  }
  .mageplaza-betterpopup-block #bio_ep {
    width: 80% !important;
    height: 80vh;
    overflow-y: scroll;
    /* width */
    /* Handle */
    /* Handle on hover */
  }
  .mageplaza-betterpopup-block #bio_ep ::-webkit-scrollbar {
    width: 4px;
  }
  .mageplaza-betterpopup-block #bio_ep ::-webkit-scrollbar-thumb {
    background: #888;
  }
  .mageplaza-betterpopup-block #bio_ep ::-webkit-scrollbar-thumb:hover {
    background: #212b36;
  }
}
/*Shaking Popup Design Ends*/
div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .MagicScroll a {
  font-size: 0;
}
.MagicScroll-vertical .mcs-item {
  height: auto !important;
}
.catalog-product-view .mt-thumb-switcher.mz-thumb:hover:not(.active-selector) img,
.catalog-product-view .mt-thumb-switcher.m360-selector:hover:not(.active-selector) img,
.catalog-product-view .mt-thumb-switcher.video-selector:hover:not(.active-selector) img {
  border-bottom: none;
}
.catalog-product-view .mt-thumb-switcher.active-selector img {
  border-bottom: none;
}
.catalog-product-view .mt-thumb-switcher.mz-thumb-selected img {
  border-bottom: none;
}
.catalog-product-view .mz-expand span a {
  opacity: 0;
}
.catalog-product-view a[data-zoom-id] img,
.catalog-product-view .mz-thumb img {
  padding-bottom: 16px;
}
.catalog-product-view .mz-zoom-window.mz-inner span a,
.catalog-product-view .mz-zoom-window.mz-inner div a {
  font-size: 0;
}
.catalog-product-view .imagelabel {
  display: none;
}
.catalog-product-view .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:before {
  width: 12px;
  height: 12px;
}
html .catalog-product-view .column.main .product.media {
  margin-top: 20px;
}
.home-page-main-banner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 23px;
}
.home-page-category {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 23px;
}
.home-page-category .category-section {
  margin-top: 40px;
  margin-bottom: 40px;
}
.home-page-category .category-heading {
  margin-bottom: 30px;
}
.home-page-category .category-heading h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.25px;
}
.home-page-category .section-for-category {
  width: 100%;
  display: inline-block;
}
.home-page-category .section-for-category .cat-main-sec {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.home-page-category .section-for-category .cat-main-sec .cat-main-st {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 18px 0px 18px 20px;
  max-height: 64px;
  margin-bottom: 20px;
}
.home-page-category .section-for-category .cat-main-sec .cat-main-st a {
  width: 100%;
  display: inline-block;
}
.home-page-category .section-for-category .cat-main-sec .cat-main-st a .cat-images {
  float: left;
  max-width: 28px;
}
.home-page-category .section-for-category .cat-main-sec .cat-main-st a .cat-name {
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.home-page-category .section-for-category .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 767px) {
  .home-page-category {
    padding: 0 12px;
    overflow: hidden;
  }
  .home-page-category .section-for-category .cat-main-sec {
    width: 100%;
  }
  .home-page-category .category-section {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .home-page-category .category-section .category-heading {
    margin-bottom: 0px;
  }
  .home-page-category .category-section .category-heading h2 {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 23px;
  }
}
@media (min-width: 1025px) {
  .gallery_new {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 5vw);
    grid-gap: 24px;
  }
  .gallery_new .mobile-home-page-banner-img {
    display: none;
  }
  .gallery_new .gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
    position: relative;
  }
  .gallery_new .gallery__item--1 .main-img-text-1 {
    position: absolute;
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    bottom: 100px;
    line-height: 40px;
    left: 30px;
    letter-spacing: 0.25px;
    margin-bottom: 0;
  }
  .gallery_new .gallery__item--1 .main-img-btn {
    position: absolute;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    bottom: 35px;
    left: 30px;
    background-color: #ff6600;
    padding: 14px 29px;
    border-radius: 7px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 16px;
  }
  .gallery_new figure.gallery__item.gallery__item--9 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    position: relative;
  }
  .gallery_new figure.gallery__item.gallery__item--9 .main-img-text-2 {
    position: absolute;
    left: 22px;
    top: 50px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.5px;
  }
  .gallery_new figure.gallery__item.gallery__item--9 .main-img-right-btn-1 {
    position: absolute;
    left: 25px;
    top: 90px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .gallery_new figure.gallery__item.gallery__item--9 .main-img-right-btn-1 p {
    float: left;
  }
  .gallery_new figure.gallery__item.gallery__item--10 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    position: relative;
  }
  .gallery_new figure.gallery__item.gallery__item--10 .main-img-text-4 {
    position: absolute;
    left: 22px;
    bottom: 65px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.5px;
  }
  .gallery_new figure.gallery__item.gallery__item--10 .main-img-right-btn-2 {
    left: 25px;
    position: absolute;
    bottom: 33px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .gallery_new figure.gallery__item.gallery__item--10 .main-img-right-btn-2 p {
    float: left;
  }
  .gallery__img {
    width: 100%;
    height: 100%;
    object-fit: unset;
    display: block;
  }
}
@media (max-width: 768px) {
  .home-page-main-banner {
    padding: 0 12px;
    margin-top: 20px;
    overflow: hidden;
  }
  .HomepageBanner .gallery_new .gallery__img {
    display: none;
  }
  .HomepageBanner .gallery_new .gallery__item--1 {
    position: relative;
    margin-bottom: 15px;
  }
  .HomepageBanner .gallery_new .gallery__item--1 .main-img-text-1 {
    position: absolute;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    top: 25px;
    left: 25px;
  }
  .HomepageBanner .gallery_new .gallery__item--1 .main-img-btn {
    position: absolute;
    background-color: #ff6600;
    padding: 8px 16px;
    left: 25px;
    border-radius: 4px;
    bottom: 13px;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
  }
  .HomepageBanner .gallery_new figure.gallery__item.gallery__item--9 {
    position: relative;
    margin-bottom: 15px;
  }
  .HomepageBanner .gallery_new figure.gallery__item.gallery__item--9 .main-img-text-2 {
    position: absolute;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    top: 40px;
    left: 25px;
  }
  .HomepageBanner .gallery_new figure.gallery__item.gallery__item--9 .main-img-right-btn-1 {
    position: absolute;
    left: 25px;
    font-size: 11px;
    color: #fff;
    float: left;
    top: 75px;
    text-transform: uppercase;
  }
  .HomepageBanner .gallery_new figure.gallery__item.gallery__item--9 .main-img-right-btn-1 p {
    float: left;
  }
  .HomepageBanner .gallery_new figure.gallery__item.gallery__item--10 {
    margin-bottom: 15px;
    position: relative;
  }
  .HomepageBanner .gallery_new figure.gallery__item.gallery__item--10 .main-img-text-4 {
    position: absolute;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    top: 40px;
    left: 25px;
  }
  .HomepageBanner .gallery_new figure.gallery__item.gallery__item--10 .main-img-right-btn-2 {
    position: absolute;
    left: 25px;
    font-size: 11px;
    color: #fff;
    float: left;
    top: 75px;
    text-transform: uppercase;
  }
  .HomepageBanner .gallery_new figure.gallery__item.gallery__item--10 .main-img-right-btn-2 p {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .HomepageBanner .gallery_new {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 5vw);
    grid-gap: 12px;
  }
  .HomepageBanner .gallery_new .mobile-home-page-banner-img {
    display: none;
  }
  .HomepageBanner .gallery_new .gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 4;
    position: relative;
  }
  .HomepageBanner .gallery_new .gallery__item--1 .main-img-text-1 {
    position: absolute;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    bottom: 70px;
    line-height: 40px;
    left: 30px;
    letter-spacing: 0.25px;
  }
  .HomepageBanner .gallery_new .gallery__item--1 .main-img-btn {
    position: absolute;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    bottom: 17px;
    left: 26px;
    background-color: #ff6600;
    padding: 9px 16px;
    border-radius: 7px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 16px;
  }
  .HomepageBanner .gallery_new figure.gallery__item.gallery__item--9 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
    position: relative;
  }
  .HomepageBanner .gallery_new figure.gallery__item.gallery__item--9 .main-img-text-2 {
    position: absolute;
    left: 20px;
    top: 35px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.5px;
  }
  .HomepageBanner .gallery_new figure.gallery__item.gallery__item--9 .main-img-right-btn-1 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 10px;
    color: #ffffff;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .HomepageBanner .gallery_new figure.gallery__item.gallery__item--9 .main-img-right-btn-1 p {
    float: left;
  }
  .HomepageBanner .gallery_new figure.gallery__item.gallery__item--10 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
    position: relative;
  }
  .HomepageBanner .gallery_new figure.gallery__item.gallery__item--10 .main-img-text-4 {
    position: absolute;
    left: 20px;
    top: 35px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.5px;
  }
  .HomepageBanner .gallery_new figure.gallery__item.gallery__item--10 .main-img-right-btn-2 {
    left: 20px;
    position: absolute;
    bottom: 20px;
    font-size: 10px;
    color: #ffffff;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .HomepageBanner .gallery_new figure.gallery__item.gallery__item--10 .main-img-right-btn-2 p {
    float: left;
  }
  .home-page-category .section-for-category .cat-main-sec {
    width: 33.33%;
  }
}
.swatch-option {
  font-size: 10px !important;
  padding: 0 !important;
  margin-right: 4px !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cms-home .swatch-attribute {
    display: block !important;
  }
}
.widget.block.block-static-block .block.widget.block-products-list.grid {
  overflow: unset;
  max-height: 100%;
}
.widget.block.block-static-block .block.widget.block-products-list.grid .slick-initialized.slick-slider {
  margin-bottom: 10px;
}
.featuredsec .block.widget.block-products-list.grid {
  overflow: unset;
  max-height: 100%;
}
.featuredsec .block.widget.block-products-list.grid .slick-initialized.slick-slider {
  margin-bottom: 10px;
}
section {
  position: relative;
}
footer.page-footer {
  z-index: 1;
}
.cms-book-appointment [data-content-type='row'][data-appearance='contained'],
.cms-book-appointment-1 [data-content-type='row'][data-appearance='contained'],
.cms-maken-van-afspraak [data-content-type='row'][data-appearance='contained'],
.cms-maken-van-afspraak-1 [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
.cms-book-appointment .page-wrapper .breadcrumbs,
.cms-book-appointment-1 .page-wrapper .breadcrumbs,
.cms-maken-van-afspraak .page-wrapper .breadcrumbs,
.cms-maken-van-afspraak-1 .page-wrapper .breadcrumbs {
  display: none !important;
}
.cms-book-appointment .page-wrapper .page-main,
.cms-book-appointment-1 .page-wrapper .page-main,
.cms-maken-van-afspraak .page-wrapper .page-main,
.cms-maken-van-afspraak-1 .page-wrapper .page-main {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.cms-book-appointment .page-wrapper .page-main .columns .column.main,
.cms-book-appointment-1 .page-wrapper .page-main .columns .column.main,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .column.main,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .column.main {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .column.main .video-position,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .column.main .video-position,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .column.main .video-position,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .column.main .video-position {
    order: 2 !important;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .top-bar,
.cms-book-appointment-1 .page-wrapper .page-main .columns .top-bar,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .top-bar,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .top-bar {
  max-width: 1366px;
  width: 100%;
  padding: 0 23px;
  margin: 0 auto;
  box-sizing: border-box;
  margin: 22px auto 34px auto;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .top-bar,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .top-bar,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .top-bar,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .top-bar {
    padding: 0;
    margin: 20px 0;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .top-bar p,
.cms-book-appointment-1 .page-wrapper .page-main .columns .top-bar p,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .top-bar p,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .top-bar p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: 0.6px;
  color: #212b36;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .top-bar p,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .top-bar p,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .top-bar p,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .top-bar p {
    margin-bottom: 10px;
    text-align: left !important;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .top-bar p span,
.cms-book-appointment-1 .page-wrapper .page-main .columns .top-bar p span,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .top-bar p span,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .top-bar p span {
  position: relative;
  padding-left: 23px;
}
.cms-book-appointment .page-wrapper .page-main .columns .top-bar p span::before,
.cms-book-appointment-1 .page-wrapper .page-main .columns .top-bar p span::before,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .top-bar p span::before,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .top-bar p span::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/check-new.svg);
  left: 0;
  top: 1px;
}
.cms-book-appointment .page-wrapper .page-main .columns .video-section,
.cms-book-appointment-1 .page-wrapper .page-main .columns .video-section,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .video-section,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .video-section {
  max-width: 1366px;
  width: 100%;
  padding: 0 23px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .video-section,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .video-section,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .video-section,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .video-section {
    margin-bottom: 34px;
    padding: 0;
  }
  .cms-book-appointment .page-wrapper .page-main .columns .video-section .pagebuilder-column-line,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .video-section .pagebuilder-column-line,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .video-section .pagebuilder-column-line,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .video-section .pagebuilder-column-line {
    flex-direction: column-reverse !important;
  }
  .cms-book-appointment .page-wrapper .page-main .columns .video-section .pagebuilder-column-line .pagebuilder-column,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .video-section .pagebuilder-column-line .pagebuilder-column,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .video-section .pagebuilder-column-line .pagebuilder-column,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .video-section .pagebuilder-column-line .pagebuilder-column {
    order: 2 !important;
    width: 100% !important;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .video-section .video-txt,
.cms-book-appointment-1 .page-wrapper .page-main .columns .video-section .video-txt,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .video-section .video-txt,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .video-section .video-txt {
  padding-right: 24px;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .video-section .video-txt,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .video-section .video-txt,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .video-section .video-txt,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .video-section .video-txt {
    padding-right: 0;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .video-section .video-txt h1,
.cms-book-appointment-1 .page-wrapper .page-main .columns .video-section .video-txt h1,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .video-section .video-txt h1,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .video-section .video-txt h1 {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 117.647% */
  letter-spacing: 0.25px;
  color: #212b36;
}
.cms-book-appointment .page-wrapper .page-main .columns .video-section .video-txt h1 span,
.cms-book-appointment-1 .page-wrapper .page-main .columns .video-section .video-txt h1 span,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .video-section .video-txt h1 span,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .video-section .video-txt h1 span {
  color: #ff6600;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .video-section .video-txt h1,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .video-section .video-txt h1,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .video-section .video-txt h1,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .video-section .video-txt h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 116.667% */
    letter-spacing: 0.5px;
    margin-top: 20px;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .video-section .video-txt ul,
.cms-book-appointment-1 .page-wrapper .page-main .columns .video-section .video-txt ul,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .video-section .video-txt ul,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .video-section .video-txt ul {
  padding: 0;
  margin-top: 42px;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .video-section .video-txt ul,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .video-section .video-txt ul,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .video-section .video-txt ul,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .video-section .video-txt ul {
    margin-top: 30px;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .video-section .video-txt ul li,
.cms-book-appointment-1 .page-wrapper .page-main .columns .video-section .video-txt ul li,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .video-section .video-txt ul li,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .video-section .video-txt ul li {
  color: #212b36;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.25px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 4px;
}
.cms-book-appointment .page-wrapper .page-main .columns .video-section .video-txt ul li::before,
.cms-book-appointment-1 .page-wrapper .page-main .columns .video-section .video-txt ul li::before,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .video-section .video-txt ul li::before,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .video-section .video-txt ul li::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/check-new.svg);
  left: 0;
  top: 1px;
}
.cms-book-appointment .page-wrapper .page-main .columns .video-section .video-txt a,
.cms-book-appointment-1 .page-wrapper .page-main .columns .video-section .video-txt a,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .video-section .video-txt a,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .video-section .video-txt a {
  width: 320px;
  background-color: #ff6600;
  color: #ffffff;
  padding: 16px 0;
  margin-top: 28px;
  border-radius: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .video-section .video-txt a,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .video-section .video-txt a,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .video-section .video-txt a,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .video-section .video-txt a {
    width: 100%;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .book-form-wrap,
.cms-book-appointment-1 .page-wrapper .page-main .columns .book-form-wrap,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .book-form-wrap,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .book-form-wrap {
  background-color: #eaf7fc;
  padding: 64px 0;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .book-form-wrap,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .book-form-wrap,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .book-form-wrap,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .book-form-wrap {
    padding: 32px 0;
    margin: 0 -12px;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .book-form-wrap .book-form,
.cms-book-appointment-1 .page-wrapper .page-main .columns .book-form-wrap .book-form,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .book-form-wrap .book-form,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .book-form-wrap .book-form {
  max-width: 1366px;
  width: 100%;
  padding: 0 23px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .book-form-wrap .book-form,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .book-form-wrap .book-form,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .book-form-wrap .book-form,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .book-form-wrap .book-form {
    padding: 0 12px;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .book-form-wrap .book-form h2,
.cms-book-appointment-1 .page-wrapper .page-main .columns .book-form-wrap .book-form h2,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .book-form-wrap .book-form h2,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .book-form-wrap .book-form h2 {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 117.647% */
  letter-spacing: 0.25px;
  color: #212b36;
  margin-bottom: 34px;
  text-align: center;
}
.cms-book-appointment .page-wrapper .page-main .columns .book-form-wrap .book-form h2 span,
.cms-book-appointment-1 .page-wrapper .page-main .columns .book-form-wrap .book-form h2 span,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .book-form-wrap .book-form h2 span,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .book-form-wrap .book-form h2 span {
  color: #ff6600;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .book-form-wrap .book-form h2,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .book-form-wrap .book-form h2,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .book-form-wrap .book-form h2,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .book-form-wrap .book-form h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 116.667% */
    letter-spacing: 0.5px;
    margin-top: 20px;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form,
.cms-book-appointment-1 .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form {
  width: 728px;
  margin: auto;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form {
    width: 100%;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset,
.cms-book-appointment-1 .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.cms-book-appointment .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset .field,
.cms-book-appointment-1 .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset .field,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset .field,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset .field {
  width: -webkit-calc((100% / 2) - 24px);
  width: -moz-calc((100% / 2) - 24px);
  width: calc((100% / 2) - 24px);
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset .field,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset .field,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset .field,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset .field {
    width: 100%;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset .field.date-img .control,
.cms-book-appointment-1 .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset .field.date-img .control,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset .field.date-img .control,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset .field.date-img .control {
  position: relative;
}
.cms-book-appointment .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset .field.date-img .control img,
.cms-book-appointment-1 .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset .field.date-img .control img,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset .field.date-img .control img,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset .field.date-img .control img {
  position: absolute;
  height: 24px;
  width: 24px;
  right: 9px;
  top: 9px;
  background-color: #ffffff;
}
.cms-book-appointment .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset .field.time-img .control,
.cms-book-appointment-1 .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset .field.time-img .control,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset .field.time-img .control,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset .field.time-img .control {
  position: relative;
}
.cms-book-appointment .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset .field.time-img .control img,
.cms-book-appointment-1 .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset .field.time-img .control img,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset .field.time-img .control img,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .fieldset .field.time-img .control img {
  position: absolute;
  height: 24px;
  width: 24px;
  right: 9px;
  top: 9px;
  background-color: #ffffff;
}
.cms-book-appointment .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .actions-toolbar .primary,
.cms-book-appointment-1 .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .actions-toolbar .primary,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .actions-toolbar .primary,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .actions-toolbar .primary {
  width: 100%;
}
.cms-book-appointment .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .actions-toolbar .primary button,
.cms-book-appointment-1 .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .actions-toolbar .primary button,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .actions-toolbar .primary button,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .book-form-wrap .book-form .appointments-form .appointment .actions-toolbar .primary button {
  width: 100%;
  padding: 16px;
  background-color: #ff6600;
  color: #ffffff;
  margin-top: 18px;
  border-radius: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  height: auto;
  border: unset;
}
.cms-book-appointment .page-wrapper .page-main .columns .review-wrap,
.cms-book-appointment-1 .page-wrapper .page-main .columns .review-wrap,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .review-wrap,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .review-wrap {
  padding: 64px 0;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .review-wrap,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .review-wrap,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .review-wrap,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .review-wrap {
    padding: 32px 0;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .review-wrap .review-inner,
.cms-book-appointment-1 .page-wrapper .page-main .columns .review-wrap .review-inner,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .review-wrap .review-inner,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .review-wrap .review-inner {
  max-width: 1366px;
  width: 100%;
  padding: 0 23px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .review-wrap .review-inner,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .review-wrap .review-inner,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .review-wrap .review-inner,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .review-wrap .review-inner {
    padding: 0;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .review-wrap .review-inner h3,
.cms-book-appointment-1 .page-wrapper .page-main .columns .review-wrap .review-inner h3,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .review-wrap .review-inner h3,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .review-wrap .review-inner h3 {
  margin: 0 0 32px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 116.667% */
  letter-spacing: 0.5px;
  color: #212b36;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .review-wrap .review-inner h3,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .review-wrap .review-inner h3,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .review-wrap .review-inner h3,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .review-wrap .review-inner h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 20px 0;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .review-wrap .review-inner h3 span,
.cms-book-appointment-1 .page-wrapper .page-main .columns .review-wrap .review-inner h3 span,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .review-wrap .review-inner h3 span,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .review-wrap .review-inner h3 span {
  color: #ff6600;
}
.cms-book-appointment .page-wrapper .page-main .columns .call-box,
.cms-book-appointment-1 .page-wrapper .page-main .columns .call-box,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .call-box,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .call-box {
  background-color: #eaf7fc;
  padding: 64px 0;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .call-box,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .call-box,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .call-box,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .call-box {
    padding: 32px 0;
    margin: 0 -12px;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .call-box .box-inner,
.cms-book-appointment-1 .page-wrapper .page-main .columns .call-box .box-inner,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .call-box .box-inner,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .call-box .box-inner {
  max-width: 1366px;
  width: 100%;
  padding: 0 23px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .call-box .box-inner,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .call-box .box-inner,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .call-box .box-inner,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .call-box .box-inner {
    padding: 0 12px;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .call-box .box-inner .google-map,
.cms-book-appointment-1 .page-wrapper .page-main .columns .call-box .box-inner .google-map,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .call-box .box-inner .google-map,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .call-box .box-inner .google-map {
  padding-right: 56px;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .call-box .box-inner .google-map,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .call-box .box-inner .google-map,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .call-box .box-inner .google-map,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .call-box .box-inner .google-map {
    padding-right: 0;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .call-box .box-inner .map-txt,
.cms-book-appointment-1 .page-wrapper .page-main .columns .call-box .box-inner .map-txt,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .call-box .box-inner .map-txt,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .call-box .box-inner .map-txt {
  padding-left: 56px;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .call-box .box-inner .map-txt,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .call-box .box-inner .map-txt,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .call-box .box-inner .map-txt,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .call-box .box-inner .map-txt {
    padding-left: 0;
    padding-top: 20px;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner h3,
.cms-book-appointment-1 .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner h3,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner h3,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner h3 {
  margin: 0 0 32px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 116.667% */
  letter-spacing: 0.5px;
  color: #212b36;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner h3,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner h3,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner h3,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 20px 0;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner h3 span,
.cms-book-appointment-1 .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner h3 span,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner h3 span,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner h3 span {
  color: #ff6600;
}
.cms-book-appointment .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul,
.cms-book-appointment-1 .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul {
  padding: 0;
}
.cms-book-appointment .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul li,
.cms-book-appointment-1 .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul li,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul li,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul li {
  color: #212b36;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.25px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
}
.cms-book-appointment .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul li a,
.cms-book-appointment-1 .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul li a,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul li a,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul li a {
  color: #212b36;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.25px;
  position: relative;
  padding: 0 5px;
  margin-bottom: 18px;
}
.cms-book-appointment .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul li a:hover,
.cms-book-appointment-1 .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul li a:hover,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul li a:hover,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul li a:hover {
  color: #212b36;
}
.cms-book-appointment .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul li.first-img::before,
.cms-book-appointment-1 .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul li.first-img::before,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul li.first-img::before,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul li.first-img::before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/phone-new.svg);
  left: 0;
  top: 1px;
}
.cms-book-appointment .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul li.second-img::before,
.cms-book-appointment-1 .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul li.second-img::before,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul li.second-img::before,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul li.second-img::before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/map-pin-new.svg);
  left: 0;
  top: 0;
}
.cms-book-appointment .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul li.third-img::before,
.cms-book-appointment-1 .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul li.third-img::before,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul li.third-img::before,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .call-box .box-inner .map-txt .map-txt-inner ul li.third-img::before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/coffee.svg);
  left: 0;
  top: 1px;
}
.cms-book-appointment .page-wrapper .page-main .columns .magazine-top-box,
.cms-book-appointment-1 .page-wrapper .page-main .columns .magazine-top-box,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .magazine-top-box,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .magazine-top-box {
  padding: 64px 0;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .magazine-top-box,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .magazine-top-box,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .magazine-top-box,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .magazine-top-box {
    padding: 32px 0;
  }
  .cms-book-appointment .page-wrapper .page-main .columns .magazine-top-box .pagebuilder-column-line,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .magazine-top-box .pagebuilder-column-line,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .magazine-top-box .pagebuilder-column-line,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .magazine-top-box .pagebuilder-column-line {
    flex-direction: column-reverse !important;
  }
  .cms-book-appointment .page-wrapper .page-main .columns .magazine-top-box .pagebuilder-column-line .pagebuilder-column,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .magazine-top-box .pagebuilder-column-line .pagebuilder-column,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .magazine-top-box .pagebuilder-column-line .pagebuilder-column,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .magazine-top-box .pagebuilder-column-line .pagebuilder-column {
    order: 2 !important;
    width: 100% !important;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box,
.cms-book-appointment-1 .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box {
  max-width: 1366px;
  width: 100%;
  padding: 0 23px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box {
    padding: 0;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box img,
.cms-book-appointment-1 .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box img,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box img,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box img {
  width: 100%;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box img,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box img,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box img,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box img {
    width: 100%;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner h3,
.cms-book-appointment-1 .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner h3,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner h3,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner h3 {
  margin: 0 0 28px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 116.667% */
  letter-spacing: 0.5px;
  color: #212b36;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner h3,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner h3,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner h3,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 20px 0;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner h3 span,
.cms-book-appointment-1 .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner h3 span,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner h3 span,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner h3 span {
  color: #ff6600;
}
.cms-book-appointment .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner ul,
.cms-book-appointment-1 .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner ul,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner ul,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner ul {
  padding: 0;
}
.cms-book-appointment .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner ul li,
.cms-book-appointment-1 .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner ul li,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner ul li,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner ul li {
  color: #212b36;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.25px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 4px;
}
.cms-book-appointment .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner ul li::before,
.cms-book-appointment-1 .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner ul li::before,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner ul li::before,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner ul li::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/check-new.svg);
  left: 0;
  top: 1px;
}
.cms-book-appointment .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner a,
.cms-book-appointment-1 .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner a,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner a,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner a {
  width: 320px;
  background-color: #ff6600;
  color: #ffffff;
  padding: 16px 0;
  margin-top: 28px;
  border-radius: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner a,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner a,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner a,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .magazine-top-box .magazine-inner-box .magazine-inner a {
    width: 100%;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .visit-showroom-top,
.cms-book-appointment-1 .page-wrapper .page-main .columns .visit-showroom-top,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .visit-showroom-top,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .visit-showroom-top {
  background-color: #eaf7fc;
  padding: 64px 0;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .visit-showroom-top,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .visit-showroom-top,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .visit-showroom-top,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .visit-showroom-top {
    padding: 32px 0;
    margin: 0 -12px;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner,
.cms-book-appointment-1 .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner {
  max-width: 1366px;
  width: 100%;
  padding: 0 23px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner {
    padding: 0 12px;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-img,
.cms-book-appointment-1 .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-img,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-img,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-img {
  padding-right: 56px;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-img,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-img,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-img,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-img {
    padding-right: 0;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-img img,
.cms-book-appointment-1 .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-img img,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-img img,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-img img {
  width: 100%;
}
.cms-book-appointment .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt,
.cms-book-appointment-1 .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt {
  padding-left: 56px;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt {
    padding-left: 0;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt h3,
.cms-book-appointment-1 .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt h3,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt h3,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt h3 {
  margin: 0 0 32px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 116.667% */
  letter-spacing: 0.5px;
  color: #212b36;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt h3,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt h3,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt h3,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 20px 0;
  }
}
.cms-book-appointment .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt h3 span,
.cms-book-appointment-1 .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt h3 span,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt h3 span,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt h3 span {
  color: #ff6600;
}
.cms-book-appointment .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt a,
.cms-book-appointment-1 .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt a,
.cms-maken-van-afspraak .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt a,
.cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt a {
  width: 320px;
  background-color: #ff6600;
  color: #ffffff;
  padding: 16px 0;
  border-radius: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}
@media (max-width: 768px) {
  .cms-book-appointment .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt a,
  .cms-book-appointment-1 .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt a,
  .cms-maken-van-afspraak .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt a,
  .cms-maken-van-afspraak-1 .page-wrapper .page-main .columns .visit-showroom-top .showroom-inner .show-txt a {
    width: 100%;
  }
}
.cms-thank-you-for-making-appointment .page-wrapper .breadcrumbs,
.cms-bedankt-voor-het-maken-van-afspraak .page-wrapper .breadcrumbs {
  display: none !important;
}
.cms-thank-you-for-making-appointment .page-wrapper .page-main,
.cms-bedankt-voor-het-maken-van-afspraak .page-wrapper .page-main {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.cms-thank-you-for-making-appointment .page-wrapper .page-main .columns .column.main .video-section,
.cms-bedankt-voor-het-maken-van-afspraak .page-wrapper .page-main .columns .column.main .video-section {
  max-width: 1366px;
  width: 100%;
  padding: 0 23px;
  margin: 0 auto;
  box-sizing: border-box;
  margin: 64px 0;
}
@media (max-width: 768px) {
  .cms-thank-you-for-making-appointment .page-wrapper .page-main .columns .column.main .video-section,
  .cms-bedankt-voor-het-maken-van-afspraak .page-wrapper .page-main .columns .column.main .video-section {
    margin-bottom: 34px;
    padding: 0;
  }
  .cms-thank-you-for-making-appointment .page-wrapper .page-main .columns .column.main .video-section .pagebuilder-column-line,
  .cms-bedankt-voor-het-maken-van-afspraak .page-wrapper .page-main .columns .column.main .video-section .pagebuilder-column-line {
    flex-direction: column-reverse !important;
  }
  .cms-thank-you-for-making-appointment .page-wrapper .page-main .columns .column.main .video-section .pagebuilder-column-line .pagebuilder-column,
  .cms-bedankt-voor-het-maken-van-afspraak .page-wrapper .page-main .columns .column.main .video-section .pagebuilder-column-line .pagebuilder-column {
    order: 2 !important;
    width: 100% !important;
  }
}
.cms-thank-you-for-making-appointment .page-wrapper .page-main .columns .column.main .video-section .video-txt,
.cms-bedankt-voor-het-maken-van-afspraak .page-wrapper .page-main .columns .column.main .video-section .video-txt {
  padding-right: 24px;
}
@media (max-width: 768px) {
  .cms-thank-you-for-making-appointment .page-wrapper .page-main .columns .column.main .video-section .video-txt,
  .cms-bedankt-voor-het-maken-van-afspraak .page-wrapper .page-main .columns .column.main .video-section .video-txt {
    padding-right: 0;
  }
}
.cms-thank-you-for-making-appointment .page-wrapper .page-main .columns .column.main .video-section .video-txt h1,
.cms-bedankt-voor-het-maken-van-afspraak .page-wrapper .page-main .columns .column.main .video-section .video-txt h1 {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 117.647% */
  letter-spacing: 0.25px;
  color: #212b36;
}
.cms-thank-you-for-making-appointment .page-wrapper .page-main .columns .column.main .video-section .video-txt h1 span,
.cms-bedankt-voor-het-maken-van-afspraak .page-wrapper .page-main .columns .column.main .video-section .video-txt h1 span {
  color: #ff6600;
}
@media (max-width: 768px) {
  .cms-thank-you-for-making-appointment .page-wrapper .page-main .columns .column.main .video-section .video-txt h1,
  .cms-bedankt-voor-het-maken-van-afspraak .page-wrapper .page-main .columns .column.main .video-section .video-txt h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 116.667% */
    letter-spacing: 0.5px;
    margin-top: 20px;
  }
}
.cms-thank-you-for-making-appointment .page-wrapper .page-main .columns .column.main .video-section .video-txt ul,
.cms-bedankt-voor-het-maken-van-afspraak .page-wrapper .page-main .columns .column.main .video-section .video-txt ul {
  padding: 0;
  margin-top: 42px;
}
@media (max-width: 768px) {
  .cms-thank-you-for-making-appointment .page-wrapper .page-main .columns .column.main .video-section .video-txt ul,
  .cms-bedankt-voor-het-maken-van-afspraak .page-wrapper .page-main .columns .column.main .video-section .video-txt ul {
    margin-top: 30px;
  }
}
.cms-thank-you-for-making-appointment .page-wrapper .page-main .columns .column.main .video-section .video-txt ul li,
.cms-bedankt-voor-het-maken-van-afspraak .page-wrapper .page-main .columns .column.main .video-section .video-txt ul li {
  color: #212b36;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.25px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 4px;
}
.cms-thank-you-for-making-appointment .page-wrapper .page-main .columns .column.main .video-section .video-txt ul li::before,
.cms-bedankt-voor-het-maken-van-afspraak .page-wrapper .page-main .columns .column.main .video-section .video-txt ul li::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/check-new.svg);
  left: 0;
  top: 1px;
}
.cms-thank-you-for-making-appointment .page-wrapper .page-main .columns .column.main .video-section .video-txt a,
.cms-bedankt-voor-het-maken-van-afspraak .page-wrapper .page-main .columns .column.main .video-section .video-txt a {
  width: 320px;
  background-color: #ff6600;
  color: #ffffff;
  padding: 16px 0;
  margin-top: 28px;
  border-radius: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}
@media (max-width: 768px) {
  .cms-thank-you-for-making-appointment .page-wrapper .page-main .columns .column.main .video-section .video-txt a,
  .cms-bedankt-voor-het-maken-van-afspraak .page-wrapper .page-main .columns .column.main .video-section .video-txt a {
    width: 100%;
  }
}
input {
  height: 36px;
  font-size: 16px;
}
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="email"],
select,
input:not([type]) {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  font-size: 13.82px;
  color: #1b191a;
  font-family: 'Plus Jakarta Sans';
  height: 36px;
  line-height: 36px;
  padding: 0px 10px;
}
input[type="checkbox"] {
  height: auto;
  margin: 0 5px 0px 5px;
}
button {
  box-shadow: none;
}
select {
  padding-right: 25px;
}
input::placeholder {
  font-size: 13.82px;
}
footer input[type="email"] {
  line-height: 22px;
}
::selection {
  background: #ff6600;
  color: #ffffff;
}
*,
body {
  font-family: 'Plus Jakarta Sans';
  box-sizing: border-box;
}
a,
a:visited,
.alink:visited,
.alink,
a:visited,
.alink:visited {
  color: inherit;
}
a,
a:hover,
a:visited {
  text-decoration: none;
}
p:empty {
  display: none;
}
h4 {
  font-size: 13.82px;
  text-transform: uppercase;
  font-weight: 300;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  margin: 0;
}
ul li a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  letter-spacing: 1px;
}
/*for IE only */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .header.content.content {
    display: inline-block;
    height: 150px;
  }
  .mega-menu-main {
    z-index: 999;
  }
  ul.request-catalogue {
    display: inline-block;
    margin: 0 -12px;
  }
  ul.request-catalogue li {
    width: 50%;
    float: left;
  }
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
input[type="text"]::-webkit-input-placeholder {
  color: #9e9e9e;
}
input::-moz-placeholder {
  color: #9e9e9e;
}
input:-ms-input-placeholder {
  color: #9e9e9e;
}
input:-moz-placeholder {
  color: #9e9e9e;
}
input[type="radio"] {
  height: auto;
  margin: 5px 0;
}
b,
strong {
  font-weight: 400;
}
/*customer support sticky hide from frontend*/
body.helpdesk-ticket-create fieldset.fieldset .legend {
  display: none;
}
body.helpdesk-ticket-create .hdmx__ticket-new .group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 16px;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field {
  margin-top: 0 !important;
}
body.helpdesk-ticket-create .hdmx__ticket-new .group .field {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field input,
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field select,
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field textarea {
  padding: 8px 10px;
  height: 44px !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: normal;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field textarea {
  height: 84px !important;
  width: 100%;
  border: 1px solid #cccccc !important;
  border-radius: 4px;
  background-color: #ffffff;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field label.label {
  margin-bottom: 0;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field label.label span {
  color: #637381;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.subject {
  float: left;
  padding: 0;
  margin-right: 24px;
}
.mega-menu-main {
  display: none;
}
ul li a:hover {
  color: #ffffff;
}
body.checkout-cart-index .cart.table-wrapper .col.qty span.input-text {
  display: inline-block;
  padding-top: 10px;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.priority {
  float: left;
  padding: 0;
  margin-right: 24px;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.department {
  float: left;
  padding: 0;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.order {
  width: 312px;
  float: left;
  padding: 0;
  margin-right: 24px;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.custom {
  width: 305px;
  float: left;
  padding: 0;
  margin-right: 24px;
}
.slick-initialized .slick-slide {
  float: left !important;
  display: inline-block;
}
.product-items.slick-slider .slick-slide .product-item {
  max-width: initial;
}
.checkout-onepage-success .ammenu-nav-sections.-topmenu {
  display: none;
}
.checkout-onepage-success .ammenu-header-container .header.content .ammenu-logo {
  display: block;
  margin: auto;
}
div[name="shippingAddress.postcode"] {
  margin-bottom: 20px !important;
}
.product.info.detailed .additional-attributes {
  width: 100% !important;
}
body .page-wrapper .header.content.content {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 23px;
}
.ammenu-menu-title {
  padding: 0;
}
.nav-toggle {
  display: none;
}
.ammenu-menu-wrapper {
  margin-bottom: 0;
}
.ammenu-button.-hamburger {
  border-top: 2px solid #212b36;
  border-color: #212b36;
  border-bottom: 2px solid #212b36;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  border-radius: 0 !important;
  position: unset;
  margin: 0;
}
.ammenu-button.-hamburger::before {
  display: block;
  border-top: 2px solid #212b36;
}
.checkout-index-index .header.page-header {
  text-align: center;
}
.checkout-index-index header#ammenu-header-container {
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
}
.checkout-index-index .ammenu-button.-hamburger {
  display: none;
}
.checkout-onepage-success .ammenu-button.-hamburger {
  display: none;
}
.ammenu-header-container .header.content .ammenu-logo {
  padding: 24px 0px 24px 0px;
}
body header .header.content .logo {
  display: none;
}
.ammenu-submenu-wrapper.-full {
  top: 41px;
}
.ammenu-category-columns.-col-2 .ammenu-column {
  width: calc(20%);
}
.ammenu-submenu-wrapper {
  padding: 24px 22px;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
  max-width: 1096px;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 0;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree a.ammenu-title.-parent {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.6px;
  color: #212b36 !important;
  margin-bottom: 10px;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-list .ammenu-item .ammenu-link {
  padding: 0;
  margin-bottom: 10px;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381 !important;
  text-decoration: none;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-list .ammenu-item .ammenu-link:hover {
  color: #212b36 !important;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-list .ammenu-item .ammenu-link::before {
  display: none;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-list .ammenu-item .ammenu-link .ammenu-text-block .ammenu-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-list .ammenu-item .ammenu-link .ammenu-text-block .ammenu-text:hover {
  color: #212b36 !important;
}
.ammenu-category-tree.ammenu-column.category-item {
  text-align: left;
}
.ammenu-category-tree.ammenu-column.category-item a.ammenu-title {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #637381 !important;
}
.ammenu-category-tree.ammenu-column.category-item a.ammenu-title:hover {
  color: #212b36 !important;
}
.ammenu-nav-sections.-topmenu {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container {
  max-width: 1366px;
  padding: 0 23px;
  margin: 0 auto;
  background-color: #ffffff !important;
  text-align: center;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-items {
  display: inline-block;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-items .ammenu-item .ammenu-link {
  padding: 8px 26px;
  position: relative;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-items .ammenu-item .ammenu-link::before {
  content: '';
  width: 0;
  height: 3px;
  background: #ff6600;
  position: absolute;
  left: 0;
  margin: 0;
  bottom: -1px;
  transition: all 0.3s;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-items .ammenu-item .ammenu-link:hover::before {
  width: 100%;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-items .ammenu-item .ammenu-link .ammenu-text-block .ammenu-text {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
}
.ammenu-nav-sections.-sidebar .ammenu-item a.ammenu-link {
  position: relative;
}
.ammenu-nav-sections.-sidebar .ammenu-item a.ammenu-link:nth-child(9n) {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/Pin.svg) no-repeat;
  display: inline-block;
  position: relative;
  top: 9px;
  position: absolute;
  padding-right: 16px;
}
.inspiration-left .inspiration-image {
  padding-right: 12px;
}
.inspiration-right .inspiration-image {
  padding-left: 12px;
}
.inspiration-left .inspiration-image img {
  width: 100% !important;
}
.inspiration-right .inspiration-image img {
  width: 100% !important;
}
.account.sales-order-view .column.main .actions .action.print {
  color: #ff6600 !important;
}
.hdmx__ticket-history .hdmx__message .hdmx-message__body {
  background: #eaf7fc;
  border-left: 3px solid #ff6600;
  padding: 1rem;
}
p.back-link small {
  padding: 0 6px;
  font-size: 18px;
  line-height: normal;
}
.helpdesk-ticket-index table.data.table.hdmx__tickets-table tr th.col.subject {
  width: 35%;
}
.helpdesk-ticket-index table.data.table.hdmx__tickets-table tr th.col.department {
  width: 25%;
}
.helpdesk-ticket-index table.data.table.hdmx__tickets-table tr th.col.activity {
  width: 30%;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner1 {
  padding: 0 10px;
}
.sales-order-history table > tbody > tr > td {
  padding: 24px 0;
  border-top: 1px solid #e2e6e9;
}
.account.page-layout-2columns-left .sidebar-main {
  width: 24.3%;
}
.account.page-layout-2columns-left .column.main {
  width: 75.7%;
}
div#hdmx__contact-button {
  display: none;
}
div#arabickjest {
  display: none !important;
}
.catalog-product-view aside.modal-popup.confirm,
.checkout-cart-index aside.modal-popup.confirm {
  z-index: 3 !important;
}
.page-header .header.content .logo img {
  width: auto;
  cursor: pointer;
}
.message.info {
  padding-left: 15px;
}
.phone-dropdown {
  display: inline-block;
  text-align: right;
}
.phone-dropdown {
  top: -12px;
  text-transform: uppercase;
  position: relative;
}
.product-item-details .product-reviews-summary {
  margin-bottom: 0;
}
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  opacity: 1;
}
.swatch-option.selected,
.swatch-option:not(.disabled):hover {
  outline-color: rgba(0, 0, 0, 0.87);
  outline: none;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}
.product-item-details .price,
.product-item .price-box .price,
.product-item-details .price-final_price {
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  height: 48px;
}
.product-item .price-box .old-price .price-container span span.price {
  color: rgba(0, 0, 0, 0.6);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
}
span.special-price {
  width: 100%;
  float: left;
}
.cms-home span.special-price {
  margin: 0px 0;
}
.product-item .price-box .price-label {
  display: none;
}
#banner-slider-carousel .owl-dots {
  opacity: 1;
}
div#englishkjest {
  margin-top: -20px;
}
#banner-slider-carousel .owl-dots {
  left: 45%;
}
.featuredsection-homepg.arabic,
.homecatsection-homepg.arabic,
.catgeoryblocks-section.arabic {
  display: none;
}
.comapreprice,
.specialprice {
  display: inline-block;
  font-size: 15.82px;
}
.product-item-details .price.comapreprice {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  text-decoration: line-through;
  margin-right: 5px;
}
.product-item-details .specialprice {
  color: #e82b1a;
  font-size: 13.82px;
}
.minicart-wrapper .action.showcart.active:before {
  font-size: 0;
}
.login-container .fieldset:after {
  display: none;
}
.shop-category ul li .category-product-hover {
  display: none;
  position: absolute;
  top: 0;
  background: rgba(27, 25, 26, 0.64);
  width: 100%;
  height: 100%;
  text-align: center;
}
.shop-category ul li .categoty-description {
  position: relative;
}
.shop-category ul li h4 {
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
  color: #ffffff;
  letter-spacing: 1px;
}
.shop-category ul li h4 a {
  font-size: 13.82px;
  color: #ffffff;
  border-bottom: solid 2px #ffffff;
  padding-bottom: 14px;
  text-decoration: none;
}
.shop-category ul li:hover .category-product-hover {
  display: block;
}
.shop-category ul li:hover .category-product-hover a img {
  margin-top: 50px;
}
.actions-primary .stock.unavailable {
  color: #8cc63f;
  font-size: 13.55px;
  font-weight: 700;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  padding: 10px 16px;
  background-color: #DDEEC6;
  text-transform: uppercase;
}
.menu-products .block.widget .block-title {
  padding-left: 8px;
}
.home-blog-post .amblog-title hr {
  height: 3px;
}
.shop-category ul li:hover .categoty-description h4,
.newsletter-new .actions .primary span.arimg {
  display: none;
}
.product-image-wrapper {
  height: auto;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  right: 0;
  width: 35px;
  height: 35px;
  visibility: visible;
  background-position: center;
  content: '\f08a';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  top: 6px;
  position: relative;
  z-index: 2;
}
.gift-description {
  display: inline-block;
  padding-top: 40px;
  padding-bottom: 30px;
  margin-top: 10px;
}
.shop-gift ul li:hover .gift-description {
  display: none;
  background: #ff6600;
}
.shop-gift ul li:hover h4 a {
  color: #ff6600;
}
.shop-gift ul li:hover .gift-description-hover {
  display: block;
  background: #ff6600;
  padding-top: 40px;
  padding-bottom: 30px;
  margin-top: 10px;
}
.shop-gift ul li:hover .gift-description-hover a img {
  display: inline-block;
}
.field-error span {
  color: #e02b27 !important;
}
.gift-description-hover {
  display: none;
}
.filter-options-item {
  border: none;
  margin-bottom: 5px;
}
.filter-subtitle {
  display: none;
}
.filter-options-title {
  font-size: 13.82px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 1px;
  font-weight: normal;
}
.filter-options-title:hover {
  color: #1b191a;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content form.form.form-shipping-address div#shipping-new-address-form .field._required {
  margin-bottom: 0px !important;
  height: 111px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 40px;
}
.billing-address-form div[name="billingAddressshared.company"] {
  display: none !important;
}
.billing-address-form div[name="billingAddressshared.street.0"] .label span {
  display: none !important;
}
.billing-address-form div[name="billingAddressshared.street.1"] {
  margin-top: 0 !important;
  position: relative;
}
.billing-address-form div[name="billingAddressshared.street.1"] .label {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  clip: unset !important;
  top: -20px !important;
}
.filter-options-item.active .filter-options-title {
  color: #1b191a;
}
.board {
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
  font-size: 16px;
  border: none;
  background: transparent;
}
.board:before {
  display: none;
}
.board:after {
  display: none;
}
.page-header .panel ul.top-right span.view-arabic.switcher-option a:hover {
  opacity: 0.9;
  color: #ffffff;
}
.layered-navigation-label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 1px;
}
.filter-options-content input[type="checkbox"] {
  margin-top: 0;
  top: -3px;
  width: auto;
  height: auto;
  margin-right: 14px;
}
.filter-options-item.allow .filter-options-title:after,
.filter-options-item .filter-options-title:after,
.checkout-index-index #checkout .mw-osc-block-title p:after,
.checkout-index-index #checkout .mw-osc-block-title p:after {
  position: relative;
  float: right;
  right: -28px;
  top: 0;
  margin-left: 20px;
  content: '\f078';
  font-family: FontAwesome;
  font-size: 16px;
}
.filter-options-item.allow.active .filter-options-title:after,
.checkout-index-index #checkout .mw-osc-block-title.active p:after,
.checkout-index-index #checkout .mw-osc-block-title.active p:after {
  position: relative;
  right: -28px;
  top: 0;
  margin-left: 20px;
  content: '\f077';
  width: 24px;
  height: 24px;
  font-family: FontAwesome;
  font-size: 16px;
}
.layered_attrs {
  position: relative;
  margin: 20px auto;
}
.layered-navigation-label input[type=checkbox]:checked:after {
  content: '';
  position: absolute;
  background-color: #ffffff;
  top: -7px;
  left: -2px;
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  z-index: 1;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/checked.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: 100%;
}
.layered-navigation-label input[type=checkbox]:before {
  opacity: 1;
  content: '';
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  background-size: 100%;
  display: table;
  position: absolute;
  z-index: 1;
  margin-top: 0px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/check.png);
  background-repeat: no-repeat;
  left: -2px;
  top: -5px;
}
.product-cat-content ul {
  margin-top: 10px;
}
.page-products .sorter a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.page-products .sorter a:hover:before {
  content: '';
  border-bottom: solid 2px #ff6600;
  display: table;
  width: 100%;
  bottom: 0;
  position: absolute;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  content: ' ';
}
span.view-default.switcher-option a,
.page-header .panel ul.top-right {
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  color: #ffffff;
  line-height: 24px;
}
span.view-default.switcher-option a:hover {
  opacity: 0.9;
}
.filter-options-content .items.am-filter-items-attr_category_ids.am-labels-folding input[type="checkbox"] {
  margin-top: 5px;
  margin-right: 8px;
  vertical-align: top;
  float: left;
}
.filter-options-content ul.items.am-filter-items-attr_category_ids.am-labels-folding span.label {
  display: inline-block;
  float: left;
}
.filter-options-content ul.items.am-filter-items-attr_category_ids.am-labels-folding .count {
  float: left;
  padding: 0;
}
html[lang="ar"] .filter-options-content ul.items.am-filter-items-attr_category_ids.am-labels-folding .count {
  float: right;
}
html[lang="ar"] .filter-options-content .items.am-filter-items-attr_category_ids.am-labels-folding input[type="checkbox"] {
  float: left;
}
.page-products .sorter a.selected,
.page-products .sorter a:hover,
.page-products .sorter a:hover {
  color: rgba(0, 0, 0, 0.87);
}
.page-products .sorter a.selected:before {
  content: '';
  border-bottom: solid 2px #ff6600;
  display: table;
  width: 100%;
  bottom: 0;
  position: absolute;
}
.block-new-recent {
  margin-top: 25px;
}
.cart-discount .actions-toolbar {
  position: relative;
  left: -36px;
  display: inline-block;
  top: -9px;
}
.recently-product-cat .column.main {
  padding-right: 8px;
  padding-left: 0px;
}
.fotorama__nav__frame--thumb.fotorama__active:before {
  display: none;
  border: 7px solid;
  border-color: transparent transparent #1b191a transparent;
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  text-align: center;
  width: 0px;
  margin: 0 auto;
  z-index: 999999999999999;
}
.catalog-product-view .fotorama__stage,
.catalog-product-view .fotorama__nav {
  overflow: visible;
}
.swatch-attribute-label {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
}
.swatch-attribute.color,
.swatch-attribute.size,
.swatch-attribute.size {
  border-top: 1px solid #dadce0;
  padding-top: 16px;
}
.cms-home .page.messages {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  margin-top: 0;
}
.cms-shipping-delivery-policy .page-main ul,
.cms-cancel-refund-policy .page-main ul,
.cms-privacy-policy .page-main ul,
.cms-terms-conditions .page-main ul,
.cms-faqs .page-main ul,
.cms-about-us .page-main ul {
  margin-bottom: 20px;
}
.cms-shipping-delivery-policy .page-main ul li,
.cms-cancel-refund-policy .page-main ul li,
.cms-privacy-policy .page-main ul li,
.cms-terms-conditions .page-main ul li,
.cms-faqs .page-main ul li,
.cms-about-us .page-main ul li {
  color: #212b36;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 8px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-container > span.price-label {
  display: none;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #ffffff;
  width: 70px;
  height: 33px;
  line-height: 30px;
  margin-right: 15px;
  padding: 0;
  color: #686868;
}
.page-products .block-content.filter-content .filter-options-title {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-size: 12.82px;
  padding-left: 0;
  padding-top: 0;
}
.block-content.filter-content .filter-options-item {
  margin-bottom: 0;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.block-content.filter-content .filter-options .filter-options-content span.label {
  letter-spacing: 0.25px;
  line-height: 20px;
  display: inline-block;
}
.filter-options-content input[type="checkbox"] {
  top: 0;
  margin-right: 6px;
  width: 14px;
  height: 14px;
}
.product-info-main-related {
  margin-top: 110px;
}
.product-info-main-recent {
  margin-top: 110px;
}
#viewall {
  width: 184px;
  float: none;
  font-size: 13.82px;
  color: #1b191a;
  letter-spacing: 2px;
  cursor: pointer;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  clear: both;
  background-color: rgba(98, 2, 238, 0);
  display: inline-block;
}
.review-listing div#viewall h5 {
  margin: 0;
  color: #001d47;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 20px 16px;
  width: 184px;
  text-align: center;
}
#reviewform {
  display: table;
  width: 100%;
}
.review-legend span {
  font-size: 24px;
}
.fieldset .review-legend.legend strong {
  font-weight: normal;
  font-size: 16px;
  margin-top: 10px;
}
.fieldset .review-field-ratings > .label {
  font-size: 13.82px;
  font-weight: normal;
}
.review-field-rating .label,
.fieldset > .field > .label {
  font-size: 13.7px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: normal;
}
.review-form .action.submit.primary {
  background: #8cc63f;
  border: solid 1px #8cc63f;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 16px;
  letter-spacing: 1px;
  text-decoration: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: normal;
  height: 36px;
  font-size: 13.7px;
  line-height: 17px;
}
.review-form .action.submit.primary:hover,
.review-form .action.submit.primary:focus {
  background: #8cc63f;
  color: #ffffff;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 22px;
}
.revewwithwishlist .fa-heart:before {
  width: 28px;
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/heart-icon-whishlist.png);
  height: 26px;
  display: table;
}
.revewwithwishlist .wishlist {
  float: right;
  display: inline-block;
}
.revewwithwishlist .wishlist .actions-secondary {
  display: block;
  float: left;
  min-width: unset;
  padding-right: 0;
  right: -40px;
  position: relative;
}
.revewwithwishlist .wishlist .compare-product {
  float: left;
  padding-right: 0;
  right: 0;
  display: inline-block;
}
.revewwithwishlist .wishlist .compare-product a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.revewwithwishlist .wishlist .compare-product a.action.tocompare {
  position: relative;
  right: 64px;
}
.revewwithwishlist .wishlist .rollerhove {
  margin: 0;
  position: relative;
  height: 24px;
  width: 24px;
  float: right;
  cursor: pointer;
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/Share.svg);
  background-repeat: no-repeat;
}
.revewwithwishlist .wishlist .rollerhove:hover .hoversocialicondisplay .fa {
  font-size: 17.82px;
  padding: 5px 0;
}
.revewwithwishlist .wishlist .rollerhove:hover .hoversocialicondisplay .fa-facebook-square {
  color: #3567a2;
}
.revewwithwishlist .wishlist .rollerhove:hover .hoversocialicondisplay .fa-twitter {
  color: #69acd1;
}
.revewwithwishlist .wishlist .rollerhove:hover .hoversocialicondisplay .fa-pinterest {
  color: #e2462b;
}
.revewwithwishlist .wishlist .rollerhove:hover .hoversocialicondisplay .fa-whatsapp {
  color: #4cc03c;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-weight: normal;
  margin-top: 2px;
  display: table;
  width: auto;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-decoration: line-through;
  margin-top: 0;
}
.product-info-main .product-info-price span.old-price {
  float: left;
  margin-right: 10px;
  margin-top: 6px;
}
/*.catalog-product-view .product-info-main .price-final_price #product-price-3 .price{background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/price-gradiant.png); background-repeat: no-repeat; width: 425px; height: 70px; font-size: @h2; color: @color-white; letter-spacing: 1px; vertical-align: middle; display: inline-flex; margin-top: 30px; line-height: 2; padding-left: 20px; text-align: left; float: left;}*/
.product-options-bottom {
  overflow: hidden;
}
.product-options-bottom .field.qty {
  padding-bottom: 25px;
}
.social-icon-list {
  margin-top: 10px;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  margin-top: 16px;
  display: table;
  width: 100%;
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  margin-left: 0;
}
.prod-detail .product.data.items > .item.title > .switch {
  border-width: 0;
  background: transparent;
  text-transform: capitalize;
  height: auto;
  padding: 0;
  margin-right: 24px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  padding-bottom: 7px !important;
}
.product.data.items .data.item.title.custom-attribute.active a {
  border-bottom: solid 2px #ff6600;
}
.catalog-product-view .product.data.items > .item.title a {
  padding-bottom: 4px;
}
.product.data.items > .item.content #product-review-container {
  border: 1px solid #f4f4f4;
  padding-top: 40px;
  border-width: 1px 0 0 0;
}
#customer-reviews {
  box-shadow: none;
  margin-top: 0;
}
.review-toolbar {
  border-top: none;
}
.box-tocart .action.tocart:hover {
  opacity: 0.9;
}
.box-tocart div.qty .input-text {
  height: 36px;
  width: 48px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  border: 1px solid #dedede;
  background-color: #ffffff;
}
.fotorama__thumb-border {
  display: none;
}
.rating-summary .rating-result {
  width: auto;
}
.rating-summary .rating-result > span:before {
  letter-spacing: 5px;
  color: #ff6600;
  font-size: 13.82px;
}
.rating-summary .rating-result:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
  color: #979797;
  font-size: 13.82px;
  letter-spacing: 5px;
}
.product-info-main .product-options-bottom .box-tocart .field.qty {
  margin-top: 0;
  width: 50%;
  display: inline-block;
  float: left;
}
.block-search .action.search {
  min-width: 20px;
}
/*::i-block-chrome, .page-wrapper .block-search .action.search {left: 0px;}*/
.cart.table-wrapper .product-item-details .actions-toolbar a,
.cart.table-wrapper .product-item-details .actions-toolbar a:visited {
  color: #1b191a;
  font-size: 16px;
  text-transform: uppercase;
  float: left;
  position: static;
  margin-right: 70px;
}
.cart.table-wrapper .product-item-details .actions-toolbar a:hover,
.cart.table-wrapper .product-item-details .actions-toolbar a:visited:hover {
  color: #1b191a;
  text-decoration: underline;
}
.cart.table-wrapper .product-item-details .actions-toolbar a:after,
.cart.table-wrapper .product-item-details .actions-toolbar a:before {
  display: none;
}
.pay-images ul {
  display: flex;
  justify-content: start;
  align-items: center;
}
.pay-images ul li {
  width: 49px;
  height: 32px;
  margin-right: 10px;
}
.pay-images ul li.disc {
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/dics.svg);
}
.pay-images ul li.visa {
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/visa.svg);
}
.pay-images ul li.mast {
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/mast.svg);
}
.pay-images ul li.americ {
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/americ.svg);
}
.checkout-index-index div#checkout-step-payment .payment-method-content .payment-method-billing-address .billing-address-form .choice.field label.label {
  display: inline-block;
}
.checkout-footer .rightsection .footer-payment-method li {
  text-align: left;
  padding-left: 20px;
  display: inline-block;
}
.checkout-footer .rightsection .footer-payment-method {
  display: inline-block;
  text-align: left;
}
.checkout-cart-index .cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.checkout-cart-index .cart-summary .block .actions-toolbar > .primary .amshopby-button:not(:focus),
.checkout-cart-index .cart-summary .block .actions-toolbar > .primary .am-filter-go:not(:focus) {
  box-shadow: none;
}
.page-header .minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
  color: #ff6600;
  font-size: 10.55px;
  font-weight: 700;
}
.page-header .minicart-wrapper .action.showcart .counter.qty {
  background: transparent;
  border: 2px solid #8cc63f;
  border-radius: 50%;
  height: 20px;
  width: 30px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  position: relative;
  top: -22px;
  left: 8px;
  letter-spacing: 1.25px;
  display: inline-block;
}
.page-header .minicart-wrapper .minicart-items .product-item-details {
  text-align: left;
}
.page-header #minicart-content-wrapper .block-content > .actions > .primary .action.primary,
.page-header #minicart-content-wrapper .block-content > .actions > .primary .amshopby-button,
.page-header #minicart-content-wrapper .block-content > .actions > .primary .am-filter-go {
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  border: 1px solid #8cc63f;
  color: #ffffff;
  font-size: 13.55px;
  font-weight: 700;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  height: 36px;
}
.page-header .block-minicart .amount .price-wrapper:first-child .price {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.checkout-index-index .opc-wrapper #checkout-step-shipping .field:nth-child(6) label span:after {
  display: none;
}
.checkout-index-index input[type="radio"] {
  margin: 0;
}
.checkout-index-index .checkout-payment-method .billing-address-form .field:nth-child(6) label span:after {
  display: none;
}
/*login popup*/
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
  left: 16px;
}
#social-login-popup div#social-login-authentication {
  width: 100%;
}
#social-login-popup .mfp-close {
  top: 42px;
  line-height: 0;
  background: #ffffff;
}
#social-login-popup .social-login-title .block.social-login-authentication-channel.col-mp.mp-5 {
  padding: 0;
  margin-bottom: 0;
}
button.action.reload.captcha-reload,
.white-popup form#social-form-create .actions-toolbar div.primary .secondary a,
.white-popup form#social-form-password-forget .actions-toolbar div.primary .secondary a,
.white-popup form#social-form-create .actions-toolbar div.primary .secondary a,
.white-popup form#social-form-password-forget .actions-toolbar div.primary .secondary a {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #ff6600;
  text-decoration: underline;
  font-weight: 400;
}
.white-popup {
  margin-bottom: 15px;
  max-width: 850px;
}
.white-popup .mfp-close {
  top: -5px;
}
.white-popup .action.primary,
.white-popup .amshopby-button,
.white-popup .am-filter-go {
  padding: 10px 18px;
}
.white-popup form#social-form-create fieldset {
  margin-bottom: 0;
}
.white-popup .field.captcha.required {
  margin-bottom: 0;
}
.white-popup form#social-form-login .actions-toolbar {
  margin-bottom: 20px;
}
.white-popup form#social-form-create .actions-toolbar,
.white-popup form#social-form-password-forget .actions-toolbar {
  margin-bottom: 40px;
  margin-top: 20px;
  width: 100%;
}
.white-popup form#social-form-create .actions-toolbar div.primary,
.white-popup form#social-form-password-forget .actions-toolbar div.primary {
  width: 100%;
}
.white-popup form#social-form-create .actions-toolbar div.primary .secondary,
.white-popup form#social-form-password-forget .actions-toolbar div.primary .secondary {
  float: right;
}
.white-popup form#social-form-create .actions-toolbar div.primary .secondary a,
.white-popup form#social-form-password-forget .actions-toolbar div.primary .secondary a {
  margin: 0;
}
.white-popup .terms-of-use {
  font-size: 15px;
}
.white-popup .terms-of-use span {
  color: rgba(0, 0, 0, 0.87);
}
.white-popup .terms-of-use a {
  color: #1b191a;
}
.white-popup .label-signup,
.white-popup .field.note {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}
.white-popup .form-customer-create fieldset {
  margin-bottom: 0;
}
.white-popup .fieldset > .field > .label {
  letter-spacing: 0;
}
.white-popup .social-login-title h2 {
  color: #1b191a;
  margin-top: 0px;
  margin-bottom: 20px;
}
.white-popup .field.password .control {
  position: relative;
}
.white-popup .field.password .control .actions-toolbar {
  position: absolute;
  right: 10px;
  top: -4px;
  z-index: 9;
  width: auto;
}
.white-popup .fieldset > .field,
.white-popup .fieldset > .fields > .field {
  margin: 0 0 30px;
}
.white-popup .block.social-login-authentication-channel.col-mp.mp-5 {
  width: 100%;
}
.white-popup .social-login {
  display: inline-block;
  width: 100%;
}
.white-popup .social-login .actions-toolbar {
  width: 31%;
  float: left;
  padding-right: 3%;
}
.white-popup .social-login .actions-toolbar:last-child {
  padding-right: 0;
}
.error {
  color: #e02b27;
}
.marketplace-account-becomeseller .page-title-wrapper {
  display: block;
}
.marketplace-account-becomeseller .page-title-wrapper h1.page-title {
  margin-bottom: 25px;
}
.marketplace-account-becomeseller .page-title-wrapper h1.page-title span {
  font-size: 18px;
  color: #1b191a;
  letter-spacing: 2px;
}
.account.marketplace-account-becomeseller .columns {
  opacity: 1;
}
.customer-account-login .block.block-new-customer {
  display: none;
}
.form-create-account .fieldset {
  margin-bottom: 20px;
}
.cms-new-arrival .recently-main-banner .banner-img .banner-content .action.primary.explore,
.cms-new-arrival .recently-main-banner .banner-img .banner-content .amshopby-button.explore,
.cms-new-arrival .recently-main-banner .banner-img .banner-content .am-filter-go.explore {
  height: auto;
}
.customer-account-login .account-social-login,
.customer-account-create .account-social-login {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 0;
  padding-bottom: 25px;
}
.customer-account-create .fieldset > .legend {
  border: none;
  margin-bottom: 0;
  padding-bottom: 27px;
}
.customer-account-create .fieldset > .legend span {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-weight: 500;
}
.customer-account-create fieldset.fieldset.create.account legend.legend {
  display: none;
}
.customer-account-create input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
}
.customer-account-create .field.choice.newsletter {
  display: flex;
}
.customer-account-create .field.choice.newsletter input[type="checkbox"] {
  float: left;
  width: 16px;
  margin-top: 3px;
  margin-bottom: 10px;
  margin-left: 0;
  height: 16px;
}
.customer-account-create .field.choice.newsletter label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.customer-account-index h3.interest-title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 19.57px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 27px;
  margin: 0;
}
.customer-account-index hr {
  margin: 0;
  margin-bottom: 22px;
  border-color: #212b36;
}
.customer-account-index .intersetsection {
  width: 100%;
  display: inline-block;
  margin-bottom: 50px;
}
.customer-account-index .intersetsection .checkboxleft {
  width: 25%;
  float: left;
  display: inline-block;
  margin-bottom: 12px;
}
.customer-account-index .intersetsection .checkboxleft input.checkbox {
  height: 24px;
  width: 24px;
  margin-right: 8px;
}
.customer-account-index .intersetsection .checkboxleft label {
  margin-bottom: 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: super;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.customer-account-index .block.block-reviews-dashboard,
.customer-account-index .block.block-dashboard-orders {
  display: none;
}
.customer-account-index .column.main {
  padding-bottom: 0;
}
.customer-account-index .box.box-newsletter .box-content p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.customer-account-edit h3.interest-title {
  margin-bottom: 0;
}
.customer-account-edit hr {
  margin: 0;
}
.customer-account-edit .intersetsection {
  display: inline-block;
  margin-top: 22px;
  margin-bottom: 56px;
  width: 100%;
}
.customer-account-edit .intersetsection .checkboxleft {
  width: 25%;
  float: left;
  display: inline-block;
  margin-bottom: 12px;
}
.customer-account-edit .intersetsection .checkboxleft input.checkbox {
  height: 24px;
  width: 24px;
  margin-right: 8px;
}
.customer-account-edit .intersetsection .checkboxleft label {
  margin-bottom: 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: super;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.account .message.info.empty {
  width: 100%;
  margin-top: 0;
}
.account .block.block-collapsible-nav .content.block-collapsible-nav-content {
  background-color: #eaf7fc;
}
.customer-address-index .actions-toolbar .primary button.action.primary.add,
.customer-account-edit .actions-toolbar .primary .action.save.primary,
.customer-address-index .actions-toolbar .primary button.amshopby-button.add,
.customer-address-index .actions-toolbar .primary button.am-filter-go.add {
  width: 352px;
}
.block.block-addresses-list .block-content p.empty {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 28px;
  padding-top: 20px;
}
.account .column.main .block:not(.widget) .box-title > span,
body.account.customer-address-index main#maincontent .block.block-addresses-list .block-title strong {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.block.block-addresses-default .box-address-billing .box-content address,
.block.block-addresses-default .box.box-address-shipping .box-content address {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.box-information .box-content,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.table > tbody > tr > td,
.box-address-billing .box-content,
.box-address-shipping .box-content {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
body.account.customer-address-index main#maincontent .block.block-addresses-list .block-title {
  margin-bottom: 0;
}
.account .column.main .block:not(.widget) .block-title {
  padding-bottom: 0;
}
.account .column.main .block:not(.widget) .block-title > strong {
  font-size: 19.57px;
  letter-spacing: 0.25px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
.account h1.page-title span {
  text-transform: capitalize;
  color: #212b36;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.account .order-products-toolbar.toolbar.bottom .limiter {
  float: right;
}
.account .order-products-toolbar.toolbar.bottom .pages {
  padding-top: 6px;
}
.account .order-products-toolbar.toolbar.bottom .pages li.item .page,
.account .toolbar.bottom .pages li.item .page {
  color: rgba(0, 0, 0, 0.87);
}
.account .block-collapsible-nav .item.current a,
.account .block-collapsible-nav .item.current > strong {
  border-color: #ff6600;
}
.account .page-main .actions-toolbar > .primary .action,
.account .page-main .actions-toolbar > .secondary .action {
  color: #ffffff;
  font-size: 13.55px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 6px;
  height: 36px;
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
}
.account .order-details-items .table-order-items .product-item-name {
  font-size: 14px;
  min-height: inherit;
  margin-bottom: 0;
}
.account .order-details-items .table-order-items td.col.name {
  padding-bottom: 10px;
}
.account .order-details-items .table-order-items tbody td {
  padding-top: 15px;
}
.account .order-details-items .table-order-items td.col.sku {
  padding-top: 15px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 500;
}
.shop-category ul li .category-product-hover a img.hover-img1 {
  display: none;
}
.copyright .responsive-copy {
  display: none;
}
.protect-step.mobile {
  display: none;
}
.sidebar.sidebar-main .filter-current .filter-label {
  font-weight: 500;
  font-size: 16px;
}
.sidebar.sidebar-main .block-actions.filter-actions {
  margin-bottom: 10px;
}
.sidebar.sidebar-main .block-actions.filter-actions a {
  color: #ff6600;
}
.review-control-vote label:before {
  color: #ff6600;
}
.catalog-product-view .reviewallmobile {
  display: none;
}
.product.data.items > .item.content {
  border: none;
  padding: 0;
}
.product.info.detailed .product.data.items .data.item.title.active a {
  border-bottom: 2px solid #001d47;
  color: rgba(0, 0, 0, 0.87);
}
.reviewallmdesktop {
  padding: 50px 0;
  border-bottom: 1px solid #dedede;
}
.reviewallmdesktop .ratingcount {
  display: none;
}
.review-listing .review-listing-view ul li:first-child {
  border: none;
}
.catalog-product-view .modal-popup .action-close {
  padding: 0;
}
.catalog-product-view .modal-popup .modal-header {
  border: none;
  padding: 0;
}
.catalog-product-view .modal-popup .block-title {
  display: inline-block;
  padding-top: 0;
}
.catalog-product-view .modal-popup .block-title strong {
  font-size: 20px;
  letter-spacing: 5px;
}
.catalog-product-view .modal-popup fieldset.field.required.review-field-ratings {
  position: relative;
  margin-bottom: 0;
}
.catalog-product-view .modal-popup .review-form {
  max-width: 100%;
}
.cart.table-wrapper .product-item-details .subtotal.mobilesubtotal {
  display: none;
}
a.viewmorefilter {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  margin: 3px 0 0 0;
  background-color: transparent;
  cursor: pointer;
}
.checkout-index-index .modal-inner-wrap #shipping-new-address-form .field.street .control .field._required {
  width: 50%;
  padding-right: 8px;
}
.checkout-index-index .modal-inner-wrap #shipping-new-address-form .field.street .control .field.additional {
  position: relative;
}
.checkout-index-index .modal-inner-wrap fieldset.field.street.admin__control-fields.required {
  position: relative;
}
.checkout-index-index .modal-inner-wrap .field .control._with-tooltip input {
  width: 100%;
  height: 44px;
}
body.cms-faqs .page-main {
  width: 100%;
  max-width: 1096px;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  display: inline-block;
  padding-bottom: 88px;
}
body.cms-faqs .page-title-wrapper {
  padding: 0;
}
body.cms-faqs .page-title-wrapper h1.page-title {
  text-align: left;
  margin-bottom: 30px;
}
body.cms-faqs .content-heading {
  display: none;
}
body.cms-faqs .sparsh-block-content {
  width: 28.8%;
}
body.cms-faqs .sparsh-block-content .sparsh-block-subtitle {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #212b36;
  padding: 0 0 27px;
  border-bottom: 1px solid #dddddd;
}
body.cms-faqs .sparsh-block-content .sparsh-block-subtitle strong {
  font-weight: 700;
}
body.cms-faqs .sparsh-block-content .sparsh-block-item {
  padding: 13px 0 18px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #212b36;
  text-transform: capitalize;
  border-bottom: 1px solid #dddddd;
}
body.cms-faqs .sparsh-block-content .sparsh-block-item.active {
  color: #ff6600;
}
body.cms-faqs .sparsh-question-answer.column1layout .sparsh-faq-block {
  width: 71.2%;
}
body.cms-faqs .sparsh-question-answer.column1layout .sparsh-faq-block .accordion .block .question {
  padding: 20px 30px 19px 0;
}
body.cms-faqs .sparsh-question-answer.column1layout .sparsh-faq-block .accordion .block .question strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #212b36;
}
body.cms-faqs .sparsh-question-answer.column1layout .sparsh-faq-block .accordion .block .question::after {
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/chevron-down.svg) no-repeat center;
  height: 24px;
  width: 24px;
  display: block;
  content: "" !important;
  top: 20px;
}
body.cms-faqs .sparsh-question-answer.column1layout .sparsh-faq-block .accordion .block .question.open {
  border-bottom: unset;
}
body.cms-faqs .sparsh-question-answer.column1layout .sparsh-faq-block .accordion .block .question.open::after {
  transform: rotate(180deg);
}
.filter-options-content a:hover {
  background-color: transparent;
}
.catalog-product-view .productnamemobile {
  display: none;
}
/*.swatch-attribute.size .swatch-option.selected, .swatch-attribute.manufacturer .swatch-option.selected{color: @color-white; background: @color-black; border: 1px solid @color-black; outline: none;}*/
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  border: 2px solid #ff6600;
}
.checkout-index-index #checkout #paytabsexpressloader .PT_express_checkout {
  margin-bottom: 10px;
}
.checkout-index-index #checkout .payment-methods .payment-method {
  display: inline-block;
  width: 100%;
  float: left;
}
.checkout-index-index #checkout .payment-methods .payment-method-title {
  position: relative;
  float: left;
  width: 100%;
  padding: 18px 0;
}
.checkout-index-index #checkout div#appendlogin {
  display: inline-block;
  width: 100%;
}
.checkout-index-index #checkout div#customform input {
  margin-bottom: 15px;
}
.checkout-index-index #checkout .mw-osc-block-title p:after {
  display: inline-block;
  top: 1px;
}
.checkout-index-index #checkout .review .item-options dd {
  float: left;
}
.checkout-index-index #checkout .review .item-options dt {
  clear: left;
}
.checkout-index-index #checkout .mw-osc-block-title.completed p {
  color: #1b191a;
}
.checkout-index-index #checkout .mw-osc-block-title.active p {
  color: #1b191a;
}
.checkout-index-index #checkout .mw-osc-block-title.active p:after {
  display: inline-block;
  height: 10px;
  background-repeat: no-repeat;
  top: 2px;
}
.checkout-index-index #checkout h1.mw-osc-page-tittle,
.checkout-index-index #checkout .mw-osc-block-title p,
.checkout-index-index #checkout .review .mw-osc-block-title2 p,
.checkout-index-index #checkout .mw-osc-block-title p,
.checkout-index-index #checkout .review .mw-osc-block-title2 p {
  font-size: 20px;
  color: #1b191a;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.checkout-index-index #checkout .mw-osc-threecolumns #onestep_form .mw-osc-column-left label {
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 1px;
  font-weight: normal;
  margin-bottom: 3px;
}
.checkout-index-index #checkout .fieldset > .field,
.checkout-index-index #checkout .fieldset > .fields > .field {
  margin: 0 0 15px;
}
.checkout-index-index #checkout button.button.btn-checkout span#onestepcheckout_place_btn_id {
  border-radius: 0;
  height: auto;
  line-height: 25px;
  width: 100%;
}
.checkout-index-index #checkout #checkout-review-submit .buttons-set {
  width: 100%;
}
.checkout-index-index #checkout #checkout-review-submit .buttons-set button.button.btn-checkout,
.checkout-index-index #checkout #checkout-review-submit .buttons-set div#onestepcheckout_place_order_button {
  width: 100%;
}
.checkout-index-index #checkout button.action.action-login.secondary,
.checkout-index-index #checkout .continuepayment button,
.checkout-index-index #checkout div#opc-new-shipping-address .actions button,
.checkout-index-index #checkout button.button.btn-checkout span#onestepcheckout_place_btn_id,
.checkout-index-index #checkout div#appendlogin button {
  box-shadow: none;
  margin-right: 0;
  float: right;
}
.checkout-index-index #checkout .discount-form .actions-button {
  text-align: right;
  margin-top: 20px;
}
.checkout-index-index #checkout .discount-form label {
  margin-bottom: 5px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
}
.checkout-index-index #checkout div#opc-new-shipping-address .actions button {
  margin-left: 15px;
}
.checkout-index-index #checkout .mw-osc-column.mw-osc-column-left > .mw-osc-block {
  padding-left: 46px;
  margin-top: 5px;
}
.checkout-index-index #checkout .logincheckoutcls {
  padding-left: 46px;
}
.checkout-index-index #checkout .mw-osc-block-title:before {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #424143;
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: inherit;
  background-color: #ffffff;
}
.checkout-index-index #checkout .mw-osc-block {
  position: relative;
}
.checkout-index-index #checkout .mw-osc-block-title:after {
  content: "";
  width: 1px;
  height: 44px;
  display: inline-block;
  background-color: #424143;
  position: absolute;
  left: 16px;
  top: -19px;
  background: linear-gradient(to bottom, #fefefe 0%, #fefefe 16%, #d1d1d1 54%, #424143 100%);
}
.checkout-index-index #checkout .mw-osc-block-title.active:after,
.checkout-index-index #checkout .mw-osc-block-title.completed:after {
  background: linear-gradient(to bottom, #424143 17%, #565656 8%, #7d7d7d 17%, #fefefe 94%, #fefefe 100%);
  top: 30px;
}
.checkout-index-index #checkout .mw-osc-block-title.completed:before {
  border-color: #ff6600;
  background-color: #ff6600;
  content: " ";
  font: normal normal normal 14px/1 FontAwesome;
  color: #ffffff;
  text-align: center;
  font-size: 13.82px;
  position: absolute;
  line-height: 30px;
  font-weight: 200;
  background-image: url(http://27.109.19.234/wooow_market/pub/media/checkstep.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 2px;
}
.checkout-index-index #checkout .mw-osc-block-title.completed:after {
  background: linear-gradient(to bottom, #ff6600 17%, #ff6600 8%, #ff6600 17%, #fefefe 94%, #fefefe 100%);
}
.checkout-index-index #checkout .mw-osc-block-title.active:before,
.checkout-index-index #checkout .mw-osc-block-title.completed:before {
  top: 0;
}
.checkout-index-index #checkout .mw-osc-block-title.completed {
  padding-bottom: 15px;
}
.checkout-index-index #checkout .mw-osc-column.mw-osc-column-left > .mw-osc-block .mw-osc-block-title {
  padding: 23px 0 0 0;
}
.checkout-index-index #checkout .mw-osc-column.mw-osc-column-left > .mw-osc-block .mw-osc-block-title.active {
  padding-top: 0;
}
.checkout-index-index #checkout form#onestep_form {
  display: inline-block;
  width: 100%;
}
.checkout-index-index #checkout .mw-osc-page-tittle {
  margin-bottom: 30px;
}
.checkout-index-index #checkout div.mw-osc-column-left {
  float: left;
  width: 60%;
  padding-right: 45px;
  box-sizing: border-box;
}
.checkout-index-index #checkout div.review {
  float: right;
  width: 40%;
  border-left: 1px solid #dadce0;
  padding-left: 45px;
  box-sizing: border-box;
}
.checkout-index-index #checkout #co-billing-form {
  padding-left: 0;
}
.checkout-index-index #checkout div.mw-osc-block-content {
  border: none;
  padding: 0;
}
.checkout-index-index #checkout .shipping-address-item .input-wrapper {
  display: none;
}
.checkout-index-index #checkout div#co-billing-form {
  margin-top: 30px;
}
.checkout-index-index #checkout .mw-osc-block-title2 p {
  text-transform: uppercase;
  font-size: 13.82px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  margin-top: 20px;
}
.checkout-index-index #checkout .shipping-address-items .shipping-address-item .address-detail {
  width: 100%;
  font-size: 13.82px;
}
.checkout-index-index #checkout .customer-name {
  font-size: 13.82px;
  color: #1b191a;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 0;
}
.checkout-index-index #checkout .mw-osc-block .form-list .field.addresses {
  width: 70%;
}
.checkout-index-index #checkout div#checkout-step-shipping .shipping-address-item img {
  width: 55px;
  position: absolute;
  right: -5px;
  top: -21px;
  background-color: #ffffff;
  padding-left: 8px;
}
.checkout-index-index #checkout .continuepayment {
  display: inline-block;
  width: 100%;
}
.checkout-index-index #checkout div#checkout-step-shipping button.action.action-add-new-address.osc-ok-button {
  background-color: transparent;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.87);
  width: 24%;
  float: right;
  padding: 15px;
}
.checkout-index-index #checkout div#checkout-step-shipping button.action.action-add-new-address.osc-ok-button span {
  width: 100%;
  display: inline-block;
  padding: 14px 0 0 0;
}
.checkout-index-index #checkout p.ordercommetncls {
  margin: 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}
.checkout-index-index #checkout input[type="radio"] ~ span,
.checkout-index-index #checkout input[type="radio"] ~ label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  margin-left: 4px;
  position: relative;
  top: -2px;
  cursor: pointer;
  height: auto;
}
.checkout-index-index #checkout input[type="radio"]:checked ~ span,
.checkout-index-index #checkout input[type="radio"]:checked ~ label {
  color: #1b191a;
}
.checkout-index-index #checkout textarea#onestepcheckout_comment {
  border-color: #1b191a;
  height: 80px;
  color: #1b191a;
}
.checkout-index-index #checkout .onestepcheckout-discount,
.checkout-index-index #checkout .onestepcheckout-comment {
  padding: 5px 0px;
}
.checkout-index-index #checkout p.sameaddressas {
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 25px;
}
.checkout-index-index #checkout .shippingmethidmix p.sameaddressas:before {
  content: '';
  opacity: 1;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/checked.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 10px;
}
.checkout-index-index #checkout div#opc-new-shipping-address {
  display: inline-block;
  width: 100%;
}
.checkout-index-index #checkout div#shipping-new-address-form .field-tooltip {
  display: none;
}
.checkout-index-index #checkout div#shipping-new-address-form .field.two-fields {
  width: 49%;
}
.checkout-index-index #checkout div#shipping-new-address-form .field.one-field:nth-child(4) span,
.checkout-index-index #checkout #shipping-new-address-form fieldset.field.street.admin__control-fields span {
  color: #637381;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
.checkout-index-index #checkout div#shipping-new-address-form .field.one-field span + em.required-symbol {
  display: none;
}
.checkout-index-index #checkout div#shipping-new-address-form .field.one-field .switch-field .switch {
  width: 50%;
  float: left;
  margin-left: -7px;
}
.checkout-index-index #checkout div#shipping-new-address-form .field.one-field span {
  color: #1b191a;
  font-size: 16px;
  text-transform: uppercase;
}
.checkout-index-index #checkout .titleaddnewcc {
  color: #1b191a;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 20px;
}
.checkout-index-index #checkout .mw-osc-threecolumns #onestep_form .mw-osc-column-left input[type="radio"]:checked ~ label {
  color: #1b191a;
}
.checkout-index-index #checkout .mw-osc-threecolumns #onestep_form .mw-osc-column-left input[type="radio"] ~ label {
  color: #999;
  cursor: pointer;
}
.checkout-index-index #checkout div#shipping-new-address-form .field.two-fields.last {
  float: right;
}
.checkout-index-index #checkout .mw-osc-block .form-list input,
.checkout-index-index #checkout .mw-osc-block .form-list select {
  width: 100%;
}
.checkout-index-index #checkout .field.choice.checkbox-group.newclassadres {
  display: none;
}
.checkout-index-index #checkout .shipping-address-item button.action.edit-address-link {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  position: relative;
  top: 40px;
  right: -11px;
}
.checkout-index-index #checkout .mw-osc-column.mw-osc-column-left .mw-osc-block .mw-osc-block-title.completed {
  padding-top: 0;
  margin-top: 16px;
}
.checkout-index-index #checkout .mw-osc-column.mw-osc-column-left div#opc-payment .mw-osc-block-title.active {
  margin-top: 44px;
}
.checkout-index-index #checkout .displayeditaddress {
  float: right;
  position: relative;
  top: -33px;
  cursor: pointer;
  font-size: 16px;
}
.checkout-index-index #checkout .review #checkout-review-table tfoot th,
.checkout-index-index #checkout .review #checkout-review-table td.mark {
  text-align: left;
  float: left;
}
.checkout-index-index #checkout .review #checkout-review-table tfoot td,
.checkout-index-index #checkout .review #checkout-review-table tfoot th {
  border: none;
}
.checkout-index-index #checkout .review .mw-osc-block .data-table tfoot {
  background: transparent;
}
.checkout-index-index #checkout .review tr.grand.totals td {
  padding-top: 14px;
}
.checkout-index-index #checkout .review #checkout-review-table tfoot td span span {
  float: left;
  color: rgba(0, 0, 0, 0.87);
  border-top: 1px solid #dadce0;
  width: 100%;
  text-align: left;
  padding-top: 10px;
}
.checkout-index-index #checkout .review #checkout-review-table tfoot td,
.checkout-index-index #checkout .review #checkout-review-table tfoot th {
  font-size: 16px;
}
.checkout-index-index #checkout .review #checkout-review-table tfoot td strong,
.checkout-index-index #checkout .review #checkout-review-table tfoot th strong {
  font-weight: 500;
  font-size: 20px;
}
.checkout-index-index #checkout .review .osc-product-image img {
  width: 100%;
  float: left;
  height: auto;
  max-width: 100%;
}
.checkout-index-index #checkout .review .osc-product-image {
  box-shadow: 0 2px 8px 0 rgba(102, 102, 102, 0.5);
  height: 100px;
  float: left;
  width: 100px;
  margin-right: 15px;
}
.checkout-index-index #checkout .review .review-nm {
  float: left;
  width: 63%;
  position: relative;
  min-height: 100px;
}
.checkout-index-index #checkout .review .review-nm .add-optoins {
  position: absolute;
  bottom: 1px;
  width: 100%;
}
.checkout-index-index #checkout .review table#checkout-review-table tbody tr td,
.checkout-index-index #checkout .review .mw-osc-block .data-table tbody tr,
.checkout-index-index #checkout .review .mw-osc-block .data-table tfoot tr.first {
  border: none;
  padding-left: 0;
  padding-bottom: 20px;
}
.checkout-index-index #checkout .review .price-including-tax .price,
.checkout-index-index #checkout .review .price-excluding-tax .price,
.checkout-index-index #checkout .review .qtychange {
  font-size: 16px;
}
.checkout-index-index #checkout .review .qtychange {
  width: 100%;
  float: left;
}
.checkout-index-index #checkout .review .qtychange span:first-child {
  color: rgba(0, 0, 0, 0.87);
}
.checkout-index-index #checkout .review #checkout-review-table h2.product-name {
  font-size: 20px;
}
.checkout-index-index #checkout .review .item-options {
  font-size: 16px;
  margin-bottom: 0;
}
.checkout-index-index #checkout .review .item-options dd {
  margin-bottom: 3px;
}
.checkout-index-index #checkout .review .item-options dt.label {
  font-style: normal;
  color: rgba(0, 0, 0, 0.87);
}
.responsivegrandtotal {
  display: none;
}
.modal-popup .modal-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.modal-popup button,
.modal-popup button:focus,
.modal-popup button:active {
  box-shadow: none;
}
.modal-popup .modal-footer {
  text-align: right;
}
.opensortertablet {
  display: none;
}
.mobile-search-seller {
  display: none;
}
.password.forget .actions-toolbar > .secondary .action.back {
  display: inline-block;
  float: right;
  width: auto;
  font-size: 16px;
  color: #ff6600;
}
.password.forget .actions-toolbar > .secondary {
  float: right;
}
.wk-mp-design .fieldset > .legend {
  border: none;
}
.marketplace-product-attribute-new .wk-mp-design .fieldset > .legend {
  padding: 0;
}
.menu-reponsive {
  display: none;
}
.customer-welcome .customer-name:hover,
.customer-welcome .customer-name.active {
  color: #000000;
}
.modal-popup .action-close,
.modal-popup .action-close:hover,
.modal-popup .action-close:focus {
  padding: 15px 25px;
}
.catalog-product-view .data.item.content .block.widget .products-grid .product-item:nth-child(6n) {
  margin-right: 0;
}
div#social-login-popup .login-popup-btn {
  margin-top: 0;
}
.catalog-product-view .review-field-rating .control {
  height: 48px;
  margin-bottom: 0;
}
div#social-login-popup .message.error {
  background: transparent;
}
.mparamex-shipping-view button.button.wk-mp-btn.action.save.primary span {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 2px;
}
.page-product-downloadable .product-add-form .product-options-wrapper {
  width: 100%;
  border: none;
  padding-top: 0;
  margin-top: 0;
}
.page-product-downloadable .product-add-form .product-options-bottom {
  width: 100%;
  padding-top: 0;
}
.page-product-downloadable .product-add-form .product-options-bottom .price-box.price-final_price {
  display: none;
}
.label:after {
  display: none;
}
.container,
.page-main {
  width: 100%;
  max-width: 1366px;
  padding: 0 17px;
  margin: 0 auto;
}
.cms-index-index .page-main {
  max-width: 100%;
  padding: 0;
}
.breadcrumbs {
  width: 100%;
  max-width: 1330px;
  margin: 35px auto 6px;
}
.breadcrumbs li a,
.breadcrumbs li strong {
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 11.82px;
  line-height: 16px;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.breadcrumbs li:last-of-type strong {
  color: rgba(0, 0, 0, 0.87);
}
.breadcrumbs a:visited,
.breadcrumbs a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.breadcrumbs .item:not(:last-child):after {
  float: left;
  color: rgba(0, 0, 0, 0.6);
  content: '/';
  margin: 2px 6px;
  font-size: 11.82px;
  line-height: 1;
}
p.required {
  color: #ff0000;
  margin-top: 5px;
}
/* Page Messages */
.account.messages {
  margin-top: 20px;
}
.page.messages {
  margin: 15px 0 0;
}
.message.error {
  margin: 0 0 15px 0;
  padding: 13px 0px 13px 15px;
  overflow: hidden;
  background-color: #f1f2f4;
  color: rgba(0, 0, 0, 0.87);
}
.message.info {
  overflow: hidden;
}
/* Default Button */
button:not(.primary) {
  box-shadow: none;
}
/* Common Title Name (For all pages except Homepage) */
h1.page-title > span {
  font-size: inherit;
}
/* Common Page Layout */
.columns {
  padding: 0 0 40px;
}
/* Common Product Title */
.product-item-name {
  font-size: 14px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  text-transform: capitalize;
  margin: 10px 0 5px 0;
  min-height: inherit;
  text-align: left;
}
.product-item-name a {
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: left;
}
.product-item-name a:hover {
  text-decoration: none;
}
.product-review-img {
  float: left;
  padding: 0 10px 0px 0;
}
.product-review-img img {
  display: block;
}
.product-review-text {
  float: left;
  margin: 20px 0 0;
  padding: 0;
  font-size: 15px;
  color: #1b191a;
  line-height: 19px;
  font-weight: 500;
}
/* 404 - Error Page */
.cms-no-route .page-title-wrapper {
  opacity: 0;
}
/* Modal Popup */
.modal-popup._inner-scroll .modal-inner-wrap {
  max-width: 450px;
}
/* Category Page */
.page-products .breadcrumbs {
  width: 100%;
  max-width: 1366px;
  padding: 0 17px;
  margin: 0 auto;
  margin-top: 11px;
}
.page-products main#maincontent,
.page-products .column.main > .container.sj-test {
  padding: 0 15px;
  max-width: 1366px;
}
.breadcrumbs li.item.home a,
.breadcrumbs li.item strong {
  font-size: 11.85px;
  letter-spacing: 0.4px;
}
.page-products.page-layout-2columns-left .column.main {
  float: none;
  width: auto;
  padding-bottom: 0;
}
.page-products .custom-sidebar-left {
  float: left;
  width: 18%;
  padding: 70px 0px 0;
}
.toolbar-sorter.sorter a.action.sorter-action {
  display: none;
}
.page-products .right-side {
  float: left;
  width: 80%;
  margin: 0;
  padding: 0 0 0 15px;
}
.page-products .custom-right-widget {
  float: left;
  width: 100%;
}
.filter-options-content .count {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: .25px;
  line-height: 20px;
  vertical-align: middle;
}
.filter-current li.amshopby-button {
  display: none;
}
.category-static-product-list {
  display: block;
  width: 100%;
}
.category-static-product-list ul {
  width: auto;
  font-size: 0;
  margin: 0 -7.5px;
}
.category-static-product-list ul > li {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  margin: 0;
  padding: 0 7.5px;
}
.category-static-product-list ul li .categoty-product-img {
  float: left;
  width: 100%;
  line-height: initial;
  box-shadow: 0 2px 8px 0 rgba(102, 102, 102, 0.5);
  border: 2px solid transparent;
  transition: 0.7s linear border;
}
.category-static-product-list ul li .categoty-product-img > img {
  display: block;
}
.category-static-product-list ul li:hover .categoty-product-img {
  border: 2px solid #1b191a;
}
.category-static-product-list ul li .product-cat-content {
  float: left;
  width: 100%;
}
.category-static-product-list ul li .product-cat-content h4 {
  margin: 15px 0 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.category-static-product-list ul li .product-cat-content h4 a {
  font-size: inherit;
}
.category-static-product-list ul li:hover .product-cat-content h4 > a {
  color: #1b191a;
}
.category-static-product-list ul li .product-cat-content ul {
  float: left;
  width: 100%;
  margin: 0;
}
.category-static-product-list ul li .product-cat-content ul li {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  font-size: 13.82px;
}
.category-static-product-list ul li .product-cat-content ul li > a {
  text-transform: capitalize;
  font-weight: 300;
  font-size: inherit;
}
.category-static-product-list ul li .product-cat-content ul li > a:hover {
  text-decoration: underline;
}
.category-static-product-list ul li .product-cat-content .cat-view-all {
  float: left;
  width: 100%;
  margin: 15px 0 0;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}
.category-static-product-list ul li .product-cat-content .cat-view-all > a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  text-transform: uppercase;
}
.category-static-product-list ul li:hover .product-cat-content .cat-view-all {
  border-bottom: 2px solid #1b191a;
}
.page-products .sorter {
  float: left;
  width: 100%;
  margin: 10px 0;
}
.page-products .sorter #sorters {
  display: block;
  overflow: hidden;
}
.page-products .sorter a {
  float: left;
  margin: 0 25px 0 0;
  padding-bottom: 5px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-weight: normal;
}
.page-products .sorter a:last-of-type {
  margin-right: 0;
}
.page-products .products-grid .product-items {
  font-size: 0;
  width: auto;
  margin: 0 -10px;
}
.page-products .product-items .product-item {
  display: inline-block;
  width: 17.7%;
  margin: 0 12px 45px 12px;
  padding: 0;
  box-shadow: 0 2px 8px 0 rgba(102, 102, 102, 0.5);
}
.product-item-actions .actions-primary {
  width: 100%;
  padding-top: 4px;
}
.catalog-product-view .recently-product-cat.category-page.productpager .block-title {
  margin: 51px 0 25px 0;
  border: none;
  padding: 0;
  padding-left: 4px;
}
.products-grid .product-item-actions {
  margin: 16px 0 0 0;
  position: unset;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-reviews-summary {
  padding-bottom: 12px;
}
.catalog-product-view .recently-product-cat.category-page.productpager .product-items li.product-item .product-item-info {
  width: 100%;
}
.page-products .product-items .product-item .product-item-info {
  position: relative;
  width: 100%;
  height: 260px;
}
.page-products .product-items .product-item .product-item-info .sj-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.page-products .product-items .product-item .product-item-info .sj-image-container > .product-item-photo {
  display: block;
}
.page-products .product-items .product-item .product-item-info .sj-image-container .actions-secondary {
  position: absolute;
  right: 7px;
  bottom: 7px;
  z-index: 1;
}
.page-products .product-items .product-item .product-item-info .product-item-details {
  float: left;
  width: 100%;
  text-align: left;
}
.page-products .product-items .product-item .product-item-info .product-item-details .product-item-name {
  display: block;
  margin: 10px 0 0 0;
  text-transform: capitalize;
}
.page-products .products-grid .product-item:nth-child(4n + 1),
.page-products .products-grid .product-item:nth-child(3n + 1) {
  margin-left: 12px;
}
/* Category Page - Recently Viewed */
.catalogsearch-result-index h1.page-title {
  margin-top: 15px;
  font-size: 24.15px;
}
.recently-product-cat {
  float: left;
  width: 100%;
}
.recently-product-cat .block-title {
  margin: 50px 0 25px;
}
.block.discount {
  margin-bottom: 0;
}
.page-products .recently-product-cat .product-item {
  width: 17.5%;
}
.catalog-category-view .recently-product-cat .block-title h2 {
  text-align: left;
}
.page-products .recently-product-cat li.product-item:first-child {
  margin-left: 0;
}
/* Category Page - Label for Out of Stock and On sale Products */
.on-sale-status,
.out-of-stock {
  display: inline-block;
  position: absolute;
  top: -7px;
  left: -8px;
  z-index: 4;
}
.on-sale-status > img,
.out-of-stock > img {
  width: 75px;
}
/* Serach Result */
/* Product Page Gallery Section */
.catalog-product-view .modal-popup .action-close,
.catalog-product-view .modal-popup .action-close:hover,
.modal-popup .action-close:focus {
  padding: 0;
}
.catalog-product-view section {
  margin: 0;
  background: none;
  border: none;
  padding: 0;
}
.catalog-product-view .product.media {
  float: left;
  width: 38%;
  box-shadow: none;
  margin: 0;
}
.catalog-product-view .product.media .gallery-placeholder {
  box-shadow: none;
}
.catalog-product-view .product-info-main .product-info-price .special-price .price-wrapper span.price {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  letter-spacing: 0.15px;
  font-weight: normal;
  margin-left: 0;
  font-weight: 600;
  line-height: 24px;
}
.product-info-main .product-info-price span.old-price .price-wrapper span.price {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 6px;
}
.catalog-product-view .swatch-option-tooltip .corner {
  display: none;
}
.catalog-product-view .product.media .fotorama__nav__shaft {
  margin-left: -12px;
}
.catalog-product-view .product.media .fotorama__nav__frame {
  padding: 0 12px !important;
}
.catalog-product-view .product.media .fotorama__nav__frame.fotorama__active .fotorama__thumb,
.catalog-product-view .product.media .fotorama__nav__frame .fotorama__thumb {
  box-shadow: 0 2px 8px 0 rgba(102, 102, 102, 0.5);
}
.sku-custom {
  color: rgba(0, 0, 0, 0.38);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
  width: 100%;
  display: inline-block;
  padding-bottom: 18px;
}
.catalog-product-view .product-info-main .page-title-wrapper h1 {
  margin-bottom: 7px;
}
.catalog-product-view .container.sj-test {
  padding: 0;
}
.catalog-product-view .product-info-main .product-warranty-section {
  display: inline-block;
  width: 100%;
  padding-bottom: 19px;
  border-bottom: 1px solid #dedede;
}
.catalog-product-view .product-info-main .product-warranty-section h3 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  margin: 15px 0;
}
.catalog-product-view .product-info-main .product-warranty-section span.right-warnty {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  vertical-align: top;
}
.catalog-product-view .product-info-main .product-warranty-section img {
  margin: 0 20px 0 10px;
}
.catalog-product-view .product-info-main .product-warranty-section input[type="checkbox"] {
  vertical-align: top;
}
.catalog-product-view .product-info-main {
  float: right;
  width: 62%;
  padding: 0 0 0px 24px;
  position: relative;
}
.catalog-product-view .product-info-main .page-title-wrapper h1 span {
  color: rgba(0, 0, 0, 0.87);
  font-size: 19.57px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 27px;
  margin-bottom: 7px;
}
.catalog-product-view .product-info-main .page-title span {
  text-transform: capitalize;
}
/* Product Wishlist Hover Section */
.catalog-product-view .swatch-option:focus {
  box-shadow: none;
}
.catalog-product-view .swatch-attribute-selected-option {
  color: #001d47;
  padding-left: 24px;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
}
div.swatch-option.text {
  height: 30px;
  width: 30px;
  border: 2px solid #dedede;
  background-color: #ffffff;
  padding: 4px 6px;
  text-align: center;
}
.swatch-attribute.plan div.swatch-option.text {
  height: 36px;
  width: 85px;
}
div.swatch-option.text.selected,
div.swatch-option:not(.disabled):hover {
  color: rgba(0, 0, 0, 0.87);
  border: 2px solid #001d47;
  background-color: #ffffff;
}
.catalog-product-view .product-info-main .shortdesct ul {
  display: inline-block;
  width: 100%;
  padding-left: 12px;
}
.catalog-product-view .product-info-main .shortdesct ul li {
  width: 100%;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-top: 0;
  position: relative;
  padding-left: 24px;
}
.catalog-product-view .product-info-main .shortdesct ul li:before {
  position: absolute;
  display: inline-block;
  content: "";
  height: 4px;
  width: 4px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  left: 0;
  top: 7px;
}
.hoversocialicondisplay {
  display: none;
}
.rollerhove:hover .hoversocialicondisplay {
  display: block;
  position: absolute;
  right: 15px;
  top: 24px;
}
.rollerhove:hover .hoversocialicondisplay ul {
  background: #ffffff;
  box-shadow: 1px 1px 5px 1px rgba(158, 158, 158, 0.32);
  padding: 10px;
  margin-top: 0;
  position: relative;
  left: auto;
  right: -24px;
  z-index: 1;
}
.revewwithwishlist .product-reviews-summary {
  float: left;
  margin: 0;
  display: none;
}
.revewwithwishlist .wishlist {
  float: right;
}
.catalog-product-view .product-info-main .product-info-price {
  border: none;
  margin: 0;
  width: 100%;
  float: left;
  margin-bottom: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: 0;
  padding-top: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 20px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-container .price {
  margin-top: 0;
}
.product-info-main .product-info-price .price-box {
  width: auto;
  display: inline-block;
}
.product-info-main .totalsaving {
  width: auto;
  padding: 12px 0 0 14px;
}
.product-info-main .totalsaving .total-saving h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin: 0;
  font-weight: normal;
}
.page-products.catalog-category-view .recently-product-cat.category-page .nakjakj.grid ol.product-items.widget-new-grid li.product-item .product-image-wrapper img.new-product-image-photo {
  width: 100%;
}
.catalog-product-view .product-options-bottom .price-box,
.product-info-price .price-box {
  padding: 0;
}
.catalog-product-view .swatch-opt {
  margin: 0;
}
.catalog-product-view .product-options-bottom {
  padding-top: 0;
}
.catalog-product-view .product-info-main .product-info-price .special-price {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 0;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-container > span {
  position: static;
  height: auto;
  width: auto;
  font-size: 15px;
  margin-top: 4px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price-container > .price-wrapper {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price-container > .price-wrapper span.price {
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  margin-top: 4px;
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  padding-left: 0;
}
.product-info-main .price-box span.price-container span.price {
  padding-left: 0;
}
.product-info-main .product-add-form {
  display: block;
  overflow: hidden;
  padding: 0;
}
.totalsaving {
  width: 100%;
  font-size: 13.82px;
  float: left;
  color: #1b191a;
  letter-spacing: 1px;
  border-bottom: none;
  padding: 0 0 10px 0;
  font-weight: 300;
}
.totalsaving h4 {
  color: rgba(0, 0, 0, 0.87);
  text-transform: capitalize;
  margin: 0 0 5px;
  font-weight: 300;
  font-size: 13.82px;
}
.totalsavingpercent,
.total-saving {
  float: left;
  font-size: 13.82px;
  margin: 0 5px 0 0;
  color: #1b191a;
  letter-spacing: 1px;
}
.swatch-attribute-options {
  margin-bottom: 0;
}
.product-info-main .box-tocart .field.qty {
  float: left;
  width: 100%;
  margin: 0px 0 0;
  padding: 0 0 32px;
}
.product-info-main .box-tocart .field.qty {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0;
  text-transform: initial;
  font-weight: normal;
  line-height: 20px;
  text-align: left;
}
.shortdesct {
  float: left;
  width: 100%;
  margin: 0;
  border-top: 1px solid #dedede;
  padding-top: 23px;
}
.shortdesct label {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 24px;
}
.shortdesct p {
  font-weight: 400;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.shortdesct ul li {
  font-size: 13.82px;
  float: left;
  width: 100%;
  margin: 0;
}
.shortdesct ul li:first-of-type {
  margin-top: 15px;
}
.shortdesct ul li:last-of-type {
  margin-bottom: 15px;
}
.main-secdeliver {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.wedeliver-sec {
  display: inline-block;
  margin-bottom: 18px;
  width: 50%;
  float: left;
  margin-top: 4px;
}
.wedeliver-sec .imgleft {
  width: auto;
  display: inline-block;
  padding-right: 8px;
  width: 32px;
  height: 32px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/footerprite.png) -8px -120px;
}
.wedeliver-sec .content-right {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.87);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.wedeliver-sec .content-right span {
  color: #8cc63f;
}
.wedeliver-sec .content-right a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.product-options-wrapper {
  border-bottom: none;
  margin-top: 3px;
}
.cashondelievery {
  font-size: 13.82px;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  margin: 5px auto;
}
.cashondelievery input {
  float: right;
  width: 0;
  height: 8px;
}
.cashondelievery input[type=checkbox]:checked:after {
  content: '';
  position: absolute;
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  z-index: 1;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/checked.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  right: 0;
  top: -1px;
}
.cashondelievery input[type=checkbox]:before {
  opacity: 1;
  content: '';
  background: #ffffff;
  width: 18px;
  height: 18px;
  display: table;
  position: absolute;
  z-index: 1;
  margin-top: 0px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/check.png);
  background-repeat: no-repeat;
  right: 0;
  top: -1px;
}
div.swatch-attribute.color,
div.swatch-attribute.size {
  border-top: 0;
  padding-top: 0;
}
.swatch-attribute.size {
  padding-bottom: 0px;
}
.swatch-attribute.color,
.swatch-attribute.size,
.swatch-attribute.size {
  padding-bottom: 0px;
}
.swatch-attribute.swatch-layered.brand div.swatch-option.text {
  width: 67px;
  margin-bottom: 10px;
}
.swatch-attribute.color .swatch-option {
  min-width: auto;
  width: 30px;
  height: 30px;
  padding: 4px 2px;
  margin: 0 8px 0px 0;
  border: 2px solid #dedede;
}
.swatch-attribute.color .swatch-option:hover {
  outline: none;
  border: none;
}
.swatch-attribute.color .swatch-option.selected,
.swatch-attribute.color .swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  outline-color: rgba(0, 0, 0, 0.87);
}
.catalog-product-view .swatch-attribute.color .swatch-option.selected {
  margin-left: 2px;
}
#configcustom {
  margin-top: 15px;
  margin-bottom: 0;
}
.product-info-main .product-add-form .box-tocart label,
.catalog-product-view .product-options-bottom label {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
}
.checkout-index-index .payment-method-title.field.choice .field.choice {
  margin-top: 20px;
}
.checkout-index-index .payment-method-title.field.choice .field.choice label.label {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin-top: 20px;
}
html .modal-popup button.action-close,
.modal-popup .action-close,
.modal-popup .action-close:hover {
  padding: 0;
}
.checkout-index-index .payment-method-content .card-container {
  max-width: 100%;
  border: unset;
}
.checkout-index-index .payment-method-content .card-container .mollie-component {
  width: 100%;
  height: 44px !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: unset;
}
form#mollie_methods_ideal-form {
  margin-top: 15px;
}
/* Product Page - Add to Cart Button */
.product-info-main .product-add-form .box-tocart .actions .action.tocart span {
  color: #f5f5f5;
  font-size: 13.55px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}
/* Product Detail - Tabber Section */
.prod-detail {
  float: left;
  width: 100%;
  margin: 55px 0 0;
  display: none;
}
.prod-detail .product.info.detailed {
  margin: 0;
}
.prod-detail .product-info-main-deatils {
  text-transform: capitalize;
  border-top: 1px solid #dedede;
  padding: 95px 0 26px 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 24.81px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.checkout-cart-index .recently-product-cat .block.widget .products-grid .product-items li.product-item {
  width: 22.5%;
}
.revewwithwishlist {
  width: 25%;
  float: right;
  display: inline-block;
  position: relative;
  top: 6px;
}
.prod-detail .product.data.items {
  font-size: 13.82px;
  margin: 0;
}
.prod-detail .product.data.items .custom-attribute + .item.content {
  margin-top: 32px;
  padding: 15px 0 30px 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  border: 1px solid #F7F7F7;
  border-width: 1px 0;
}
.prod-detail .product.data.items .custom-attribute + .item.content p {
  margin: 0;
}
/* Product Detail - Reviews Section */
.reviews {
  float: left;
  width: 100%;
  margin: 60px 0 0;
}
.reviews .reviewmain-section {
  float: left;
  width: 100%;
}
.reviews .reviewmain-section h3 {
  float: none;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.87);
  font-size: 35.15px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 42px;
  margin: 0;
  text-align: center;
}
.review-listing {
  float: left;
  width: 100%;
  padding: 0;
  text-align: center;
}
.catalog-product-view .modal-popup._inner-scroll .modal-inner-wrap {
  max-width: 450px;
}
.catalog-product-view .modal-popup .block-title strong {
  letter-spacing: 0.1px;
  margin-bottom: 15px;
  display: inline-block;
}
.review-listing .review-listing-view {
  float: left;
  width: 100%;
}
.review-listing .review-listing-view ul li {
  float: left;
  text-align: left;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  font-size: 13.82px;
  border-top: 1px solid #dedede;
}
.review-listing .review-listing-view ul li .review-item-parent {
  float: left;
  width: 100%;
  padding: 31px 0 28px 0;
}
.review-listing .review-listing-view ul li .review-author-content {
  float: left;
  width: 100%;
  margin: 0;
}
.review-listing .review-listing-view ul li .review-author-content .review-ratings {
  float: left;
  width: 50%;
  max-width: 100%;
  margin: 0 0 5px;
}
.review-listing .review-listing-view ul li .review-author-content .review-date-prod {
  float: left;
  width: 50%;
  text-align: right;
  font-weight: 500;
  margin: 0 0 5px;
}
.review-listing .review-listing-view ul li .review-author-content .review-date-prod time.review-details-value {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.review-listing .review-listing-view ul li .review-author-content .review-title {
  float: left;
  width: 100%;
  margin: 7px 0 2px 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
}
.review-listing .review-listing-view ul li .review-author-content .review-title > strong {
  font-weight: inherit;
  color: inherit;
}
.review-listing .review-listing-view ul li .review-author-content .review-content-lis {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.review-listing .review-listing-view ul li .review-author-content .review-content-lis:first-letter {
  text-transform: capitalize;
}
.review-listing .review-listing-view ul li .review-author-content .review-author {
  float: left;
  width: 100%;
  margin: 0 0 0px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.review-listing .review-listing-view ul li .review-author-content .review-author > strong {
  color: rgba(0, 0, 0, 0.87);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
}
.review-listing .add-new-review {
  float: left;
  width: 100%;
  text-align: center;
}
.review-listing .add-new-review .add-new-review-inner {
  display: inline-block;
  cursor: pointer;
  height: 36px;
  width: 184px;
  background-color: rgba(98, 2, 238, 0);
  padding: 10px 16px;
  margin-top: 28px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  float: left;
}
.review-listing .add-new-review .add-new-review-inner h5 {
  margin: 0;
  color: #58595B;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}
/* Product Detail Page - Popup */
.catalog-product-view .modal-popup .fieldset.review-fieldset {
  margin-bottom: 15px;
}
.opc-block-summary .not-calculated {
  font-style: normal;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: right;
}
/* Product Page - Related Products */
.related-product-cat {
  float: left;
  width: 100%;
  border-bottom: none;
  border-width: 2px;
  padding-bottom: 0px;
}
.related-product-cat .block-title {
  margin: 50px 0 20px;
}
.related-product-cat .block-title h2,
.recently-product-cat .block-title h2 {
  margin: 0;
}
.related-product-cat ol {
  width: auto;
  margin: 0 -10px;
}
.related-product-cat ol li {
  padding: 0 10px;
}
.product-info-main .product-add-form .box-tocart .fieldset .number {
  margin-left: -12px;
  display: -webkit-box;
}
.product-info-main .product-add-form .box-tocart input.input-text.qty {
  padding-left: 0;
  border-color: #dedede;
  height: 40px;
}
.product-info-main .product-add-form .box-tocart div#qty-error {
  width: 100%;
  display: inline-block;
}
.catalog-product-view .quntyarrw {
  left: 54px;
  top: 2px;
  position: relative;
  float: left;
}
.catalog-product-view .quntyarrw .minus {
  clear: both;
  padding: 0 3px;
  cursor: pointer;
  top: -2px;
  position: relative;
  border-left: 1px solid #cccccc;
}
.catalog-product-view .quntyarrw .plus {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  clear: both;
  padding: 0 3px;
  cursor: pointer;
  top: -3px;
  position: relative;
}
i.fas.fa-caret-up {
  font: normal normal normal 14px/1 FontAwesome;
  width: 8px;
}
i.fas.fa-caret-down {
  font: normal normal normal 14px/1 FontAwesome;
  width: 8px;
}
/* Product Page - Recently Viewed */
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container img.product-image-photo:hover,
.catalog-product-view .column.main .recently-product-cat.category-page.productpager .product-items .product-item .product-item-info .sj-image-container img.product-image-photo:hover,
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container img.new-product-image-photo:hover,
.catalog-product-view .column.main .recently-product-cat.category-page.productpager .product-items .product-item .product-item-info .sj-image-container img.new-product-image-photo:hover {
  background-color: #ffffff !important;
  opacity: 0.6;
  width: 100%;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container span.product-image-wrapper:hover,
.catalog-product-view .column.main .recently-product-cat.category-page.productpager .product-items .product-item .product-item-info .sj-image-container span.product-image-wrapper:hover {
  background: #000000;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container .product-item-photo:hover .actions-secondary,
.catalog-product-view .column.main .recently-product-cat.category-page.productpager .product-items .product-item .product-item-info .sj-image-container .product-item-photo:hover .actions-secondary {
  z-index: 9;
  position: absolute;
  top: 8px;
  right: -3px;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container span.product-image-wrapper {
  height: 190px;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container span.product-image-container {
  display: block;
}
.catalog-product-view .column.main .recently-product-cat.category-page.productpager .product-items .product-item .product-item-info .sj-image-container span.product-image-wrapper {
  height: unset;
}
.catalog-product-view .recently-product-cat {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.catalog-product-view .recently-product-cat .block-title {
  padding: 63px 0 25px;
  text-align: left;
  border-top: 1px solid #dedede;
  margin-bottom: 0;
  padding-left: 4px;
}
.catalog-product-view .recently-product-cat .products-grid {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
}
.catalog-product-view .column.main .recently-product-cat .product-items {
  margin: 0 -10px;
  width: auto;
  font-size: 0;
}
.catalog-product-view .column.main .recently-product-cat ol#hm-catviewmore .product-item-info {
  width: auto;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item {
  display: inline-block;
  margin: 0 12px;
  padding: 0;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container {
  display: block;
  position: relative;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container a {
  display: block;
  text-align: center;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container a span img {
  display: block;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container .actions-secondary {
  position: absolute;
  right: -3px;
  top: 8px;
  z-index: 1;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .product-item-details {
  width: 100%;
  text-align: left;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .product-item-details .product-item-name {
  min-height: inherit;
}
.hdmx__tickets button.action.create-button.primary {
  z-index: 0;
  width: 200px;
  border-radius: 4px;
  background-color: #ff6600;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  padding: 17px 0;
  height: auto;
  margin-bottom: 20px;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec .bigthreeleftsc .biggest-threesuper .biggest-three .top-linkbtn .biggestimg-sec a,
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-one-left .biggestimg-sec a,
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-three-left .biggestimg-sec a {
  background: transparent;
  float: none;
  text-align: center;
  width: unset;
  height: unset;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty.empty {
  display: inline-block;
  opacity: 0;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
  opacity: 1;
}
body .page-header .minicart-wrapper .action.showcart .counter.qty.empty {
  opacity: 0;
}
body .page-header .minicart-wrapper .action.showcart .counter.qty {
  border: none;
  opacity: 1;
}
html .catalog-product-view .recently-product-cat .block-title {
  margin-bottom: 15px;
}
html body.catalog-product-view.page-layout-1column .product-item .price-box .old-price .price-container span span.price {
  margin: 0;
}
.table-wrapper.cart .data.table .col.price,
.table-wrapper.cart .data.table .col.qty,
.table-wrapper.cart .col.price.qty {
  width: 150px;
}
/* Cart Page - Left Section */
.checkout-cart-index .quntyarrw,
.amasty_quote-cart-index .quntyarrw {
  float: right;
  position: relative;
  left: -40px;
  height: 40px;
  padding: 0;
}
.checkout-cart-index .quntyarrw .minus,
.amasty_quote-cart-index .quntyarrw .minus {
  clear: both;
  display: grid;
  float: right;
  padding: 3px;
  cursor: pointer;
  top: 0px;
  position: relative;
  height: 22px;
}
.checkout-cart-index .quntyarrw .plus,
.amasty_quote-cart-index .quntyarrw .plus {
  clear: both;
  display: grid;
  float: right;
  padding: 3px;
  cursor: pointer;
  top: 0px;
  position: relative;
  height: 22px;
}
.checkout-cart-index button.action.clear,
.amasty_quote-cart-index button.action.clear {
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  box-shadow: none;
  border: 0;
  float: right;
  color: #f5f5f5;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  height: 36px;
  padding: 8px 16px;
}
.checkout-cart-index .cart.table-wrapper button.amquote-addto-button,
.amasty_quote-cart-index .cart.table-wrapper button.amquote-addto-button {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  border: 0;
  box-shadow: none;
  background: transparent;
  text-decoration: underline;
  font-weight: normal;
  margin-bottom: 0;
  position: relative;
  left: 0;
  padding: 0;
  float: left;
  display: inline-flex;
}
.account main#maincontent {
  margin-top: 22px;
}
.checkout-index-index #shipping-new-address-form .field.street .control label.label {
  display: block;
  width: 100%;
  height: auto;
  clip: unset;
  top: -20px;
}
.checkout-cart-index .page-footer {
  margin-top: 140px;
}
.field.street.admin__control-fields.required div[name="shippingAddress.street.0"] {
  padding-right: 10px;
}
.checkout-index-index #shipping-new-address-form .field.street .field {
  width: 49%;
  display: inline-block;
  padding-right: 0px;
}
.checkout-cart-index .form.form-cart .cart.table-wrapper,
.amasty_quote-cart-index .form.form-cart .cart.table-wrapper {
  border-bottom: 1px solid #cccccc;
}
.checkout-cart-index div#block-summary form#shipping-zip-form .field .control input,
.checkout-cart-index div#block-summary form#shipping-zip-form .field .control select {
  height: 36px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.data.table.totals tr td {
  text-align: right;
}
.checkout-cart-index .recently-product-cat .block-title h2 {
  font-size: 23.48px;
  line-height: 32px;
}
.products.wrapper.grid.products-grid.products-related {
  margin-top: 0;
}
.checkout-cart-index .recently-product-cat li.item.product.product-item {
  margin-left: 24px;
  width: 23%;
}
body.checkout-cart-index.page-layout-1column form#form-validate .field .control .input-text {
  min-height: 36px;
  padding: 0;
}
.checkout-cart-index .cart-discount {
  margin-top: 50px;
}
.cart-discount .block > .title strong {
  color: #ff6600;
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-weight: 500;
}
.checkout-cart-index button.action.update,
.amasty_quote-cart-index button.action.update {
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  border-radius: 0;
  color: #f5f5f5;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  height: 36px;
  padding: 8px;
  text-transform: uppercase;
  width: 280px;
  box-shadow: none;
  border-color: #8cc63f;
}
.checkout-cart-index .page-title-wrapper,
.amasty_quote-cart-index .page-title-wrapper {
  padding: 47px 0 33px 0;
  text-align: center;
}
.checkout-cart-index .page.messages,
.amasty_quote-cart-index .page.messages {
  margin: 0;
  margin-top: 15px;
}
.checkout-cart-index #shopping-cart-table,
.amasty_quote-cart-index #shopping-cart-table {
  width: 100%;
}
.checkout-cart-index h1.page-title,
.amasty_quote-cart-index h1.page-title {
  margin-bottom: 0;
}
.checkout-cart-index h1.page-title span,
.amasty_quote-cart-index h1.page-title span {
  color: #ff6600;
  font-size: 23.48px;
  letter-spacing: 0.25px;
  line-height: 32px;
  text-transform: uppercase;
  background-color: #ffffff;
  font-weight: 600;
}
.checkout-cart-index .cart.table-wrapper .cart > .item,
.amasty_quote-cart-index .cart.table-wrapper .cart > .item {
  border-color: #cccccc;
  border-bottom: none;
}
.checkout-cart-index .cart.table-wrapper .product-item-name a,
.amasty_quote-cart-index .cart.table-wrapper .product-item-name a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.checkout-cart-index .form.form-cart,
.amasty_quote-cart-index .form.form-cart {
  max-width: 67%;
  padding: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 0;
}
.checkout-cart-index .form.form-cart .cart.main.actions a.action.continue,
.amasty_quote-cart-index .form.form-cart .cart.main.actions a.action.continue {
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-top: 9px;
  text-decoration: underline;
}
.checkout-cart-index .form.form-cart .cart.table-wrapper,
.amasty_quote-cart-index .form.form-cart .cart.table-wrapper {
  /* border-bottom: 1px solid @placeholder-text-color;*/
  margin-bottom: 11px;
}
.checkout-cart-index .form.form-cart .cart.table-wrapper .cart thead tr th.col:last-child,
.amasty_quote-cart-index .form.form-cart .cart.table-wrapper .cart thead tr th.col:last-child,
.checkout-cart-index .form.form-cart .cart.table-wrapper .cart > .item td.col.subtotal,
.amasty_quote-cart-index .form.form-cart .cart.table-wrapper .cart > .item td.col.subtotal {
  padding-right: 0;
}
.checkout-cart-index .form.form-cart .cart.table-wrapper .cart thead tr th.col:first-child,
.amasty_quote-cart-index .form.form-cart .cart.table-wrapper .cart thead tr th.col:first-child {
  padding-left: 0;
}
.checkout-cart-index .form.form-cart .cart.table-wrapper .product-sku,
.amasty_quote-cart-index .form.form-cart .cart.table-wrapper .product-sku {
  color: rgba(0, 0, 0, 0.6);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.checkout-cart-index .form.form-cart .cart.table-wrapper dl.item-options dd,
.amasty_quote-cart-index .form.form-cart .cart.table-wrapper dl.item-options dd,
.checkout-cart-index .form.form-cart .cart.table-wrapper dl.item-options dt,
.amasty_quote-cart-index .form.form-cart .cart.table-wrapper dl.item-options dt {
  padding: 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
  font-weight: normal;
}
.checkout-cart-index .form.form-cart .cart.table-wrapper .cart thead tr th.col.price,
.amasty_quote-cart-index .form.form-cart .cart.table-wrapper .cart thead tr th.col.price,
.checkout-cart-index .form.form-cart .cart.table-wrapper .cart thead tr th.col.qty,
.amasty_quote-cart-index .form.form-cart .cart.table-wrapper .cart thead tr th.col.qty,
.checkout-cart-index .form.form-cart .cart.table-wrapper .cart > .item td.col.price,
.amasty_quote-cart-index .form.form-cart .cart.table-wrapper .cart > .item td.col.price {
  text-align: center;
}
.checkout-cart-index .form.form-cart .cart.table-wrapper .product-stocksttaus,
.amasty_quote-cart-index .form.form-cart .cart.table-wrapper .product-stocksttaus {
  color: #00B900;
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
  padding-left: 0;
  position: relative;
}
.checkout-cart-index .form.form-cart .cart.table-wrapper .cart thead tr th.col,
.amasty_quote-cart-index .form.form-cart .cart.table-wrapper .cart thead tr th.col {
  padding-bottom: 11px;
  padding-top: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-weight: normal;
}
.checkout-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar > .action:before,
.amasty_quote-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar > .action:before {
  display: none;
}
.checkout-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar > .action,
.amasty_quote-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar > .action {
  position: static;
}
.checkout-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar > .action span,
.amasty_quote-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar > .action span {
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
  text-decoration: underline;
}
.cart.main.actions a:first-child {
  float: left;
}
/*.cart.main.actions button:hover{background-color: @color-secondary; color: @button-primary__color;}*/
/* Cart Page - Right Section */
.ammenu-close-menu.close-sign {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary {
  width: 28%;
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 0 24px;
  position: relative;
}
.checkout-cart-index .cart-container .cart-summary .discount .title {
  border: none;
}
.checkout-cart-index .cart-container .cart-summary strong {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 28px;
  font-weight: normal;
}
.checkout-cart-index .cart-container .cart-summary .discount {
  float: left;
  width: 100%;
  margin: 0 0 0px 0;
  position: absolute;
  bottom: -172px;
  right: 0;
}
.checkout-cart-index .cart-container .cart-summary .discount .coupontitle {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 13.82px;
  color: rgba(0, 0, 0, 0.87);
}
.checkout-cart-index .cart-container .cart-summary .discount .coupontitle strong {
  font-size: inherit;
}
form#discount-coupon-form .control div#coupon_code-error {
  float: left;
}
.checkout-cart-index .cart-container .cart-summary .discount .content .actions-toolbar {
  float: right;
  position: relative;
  left: 121px;
  display: inline-block;
  top: -48px;
  width: 36%;
}
.checkout-cart-index .cart-container .cart-summary .discount .content .actions-toolbar .action.primary,
.checkout-cart-index .cart-container .cart-summary .discount .content .actions-toolbar .amshopby-button,
.checkout-cart-index .cart-container .cart-summary .discount .content .actions-toolbar .am-filter-go {
  margin: 0;
  background: #1b191a;
  border: 1px solid #1b191a;
  color: #ffffff;
  border-radius: 0;
  font-size: 13.55px;
  font-weight: 700;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 25px;
}
.checkout-cart-index .cart-container .cart-summary .shipping {
  float: left;
  width: 100%;
  border-top: none;
  padding: 0px 0 0 0;
}
.checkout-cart-index .cart-container .cart-summary .shipping .summarytitle {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 15.82px;
}
.checkout-cart-index .cart-container .cart-summary .shipping .summarytitle > strong {
  font-size: inherit;
}
.checkout-cart-index .cart-container .cart-summary #block-summary {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.checkout-cart-index .cart-container .cart-summary #block-summary #shipping-zip-form .fieldset {
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary #block-summary #shipping-zip-form .fieldset .field {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
.checkout-cart-index .cart-container .cart-summary #block-summary #co-shipping-method-form,
.checkout-cart-index .cart-container .cart-summary #block-summary #shipping-zip-form {
  float: left;
  width: 100%;
}
.checkout-cart-index .cart-container .cart-summary #block-summary #co-shipping-method-form .fieldset.rate {
  float: left;
  width: 100%;
}
.checkout-cart-index .cart-container .cart-summary #block-summary #co-shipping-method-form .fieldset.rate .methods {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.checkout-cart-index .cart-container .cart-summary #block-summary #co-shipping-method-form .fieldset.rate .methods dt {
  float: left;
  width: 100%;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
}
.checkout-cart-index .cart-container .cart-summary #block-summary #co-shipping-method-form .fieldset.rate .methods dt + dd {
  float: left;
  width: 100%;
  margin: 0;
}
.checkout-cart-index .cart-container .cart-summary #block-summary #co-shipping-method-form .fieldset.rate .methods dt + dd i {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items {
  float: left;
  width: 100%;
  margin: 0 0 0px 0;
  position: absolute;
  bottom: -175px;
  right: 0;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals {
  float: left;
  width: 100%;
  padding: 15px 0 0 0;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .label-total {
  float: left;
  width: 100%;
  font-size: 15.82px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 5px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #1b191a;
}
.amasty_quote-cart-index .cart-container .cart-summary .cart-totals .table-wrapper {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #1b191a;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals {
  float: none;
  width: auto;
  border: none;
  padding: 0;
  text-align: left;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals th,
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals td {
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals.grand {
  font-size: 18px;
  color: #1b191a;
  border-top: 1px solid #cccccc;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals.grand th {
  border: none;
  font-size: 13.82px;
  font-weight: 500;
}
.checkout-cart-index a.amquote-addto-button.amasty-quote-link {
  display: none;
}
.cart.table-wrapper .product-image-wrapper {
  box-shadow: 0 3px 11px 0 rgba(102, 102, 102, 0.5);
}
.checkout-cart-index .cart-container .cart-summary strong.summary.title {
  color: #ff6600;
  font-size: 19.57px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 27px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals.grand td {
  border: none;
  font-size: 13.82px;
  font-weight: 500;
}
.checkout-cart-index .cart-container .cart-summary .action.primary.checkout,
.checkout-cart-index .cart-container .cart-summary .amshopby-button.checkout,
.checkout-cart-index .cart-container .cart-summary .am-filter-go.checkout {
  float: left;
  width: 100%;
  height: 36px;
  padding: 0;
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  color: #ffffff;
  font-size: 13.55px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
}
.cart-summary .block .item-options .field .radio {
  margin: 3px 10px 0 0;
}
.checkout-cart-index .cart-container .cart-summary #block-summary #shipping-zip-form .fieldset label.label {
  font-weight: normal;
}
/* Checkout Page - Header */
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar {
  display: inline-block;
  padding: 0;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content .form.form-login fieldset#customer-email-fieldset fieldset.fieldset .field {
  padding-left: 0;
  margin-top: 12px;
}
body.cms-page-view p.ammenu-text-block {
  font-size: 1.8rem;
}
.payment-method-content .message.message-error.error {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.payment-method-content .component-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-bottom: 10px !important;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content .form.form-login fieldset#customer-email-fieldset fieldset.fieldset .actions-toolbar {
  padding-left: 0;
}
.checkout-index-index #shipping-new-address-form .field._required {
  width: 50%;
}
.minicart-items .product-item {
  padding: 8px 0;
}
.checkout-index-index li#shipping .form-shipping-address #shipping-new-address-form .field._required .control input {
  padding-left: 16px;
  border-radius: 0;
}
.amcheckout-step-container select {
  border-radius: 0;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  display: none;
}
.minicart-items .product-item-details .details-qty {
  margin: 0;
}
.chekot-smmry-title {
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Open Sans';
  font-size: 20.68px;
  letter-spacing: 0.25px;
  line-height: 25px;
  font-weight: bold;
}
.checkout-index-index .page-header .checkout-login {
  padding: 19px 0 0 0;
  display: inline-block;
  float: right;
}
.checkout-index-index .page-header .checkout-login a {
  margin-left: 32px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
}
header .header.content .logo:nth-child(2) {
  display: none;
}
.checkout-index-index header .header.content .logo:nth-child(2) {
  display: block !important;
}
.checkout-index-index .header.content {
  text-align: center;
  padding: 48px 0;
}
.checkout-index-index .header.content.content .container .container {
  padding: 0;
  width: unset;
  max-width: inherit;
  display: inline-block;
  float: left;
}
.checkout-index-index .header.content.content .container .container a.logo {
  display: inline-table;
}
.checkout-index-index .header.content.content .container .container a.logo:nth-child(2) {
  display: none;
}
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-onepage-success h1.page-title {
  margin-top: 80px;
}
.checkout-onepage-success h1.page-title span {
  font-family: 'Open Sans';
}
.checkout-onepage-success .page-title-wrapper {
  text-align: left;
  margin: 0 auto;
  width: 352px;
}
.checkout-onepage-success .checkout-success {
  max-width: 352px;
  width: 100%;
  margin: 0 auto;
}
.checkout-onepage-success .checkout-success .account {
  display: none;
}
/* Authentication Section */
.checkout-index-index .authentication-wrapper {
  display: none;
}
.checkout-index-index .page-title-wrapper {
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
  text-align: center;
}
.checkout-index-index .page-title-wrapper h1.page-title {
  margin: 85px 0 26px 0;
}
.checkout-index-index .page-title-wrapper h1.page-title span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
}
.checkout-index-index .field-tooltip .field-tooltip-action {
  display: none;
}
.checkout-index-index .opc-progress-bar {
  text-align: center;
  margin-bottom: 63px;
}
.checkout-index-index .opc-progress-bar-item._active:before {
  background: #ff6600;
  border-color: #ff6600;
}
.checkout-index-index .opc-progress-bar-item._active > span:before {
  background: #ff6600;
  border-color: #ff6600;
}
.checkout-index-index .opc-progress-bar-item._active > span:after {
  border-color: #ff6600;
}
.checkout-index-index .opc-progress-bar-item:before {
  background: #cccccc;
  border: 1px solid #cccccc;
}
.checkout-index-index .opc-progress-bar-item > span:before,
.checkout-index-index .opc-progress-bar-item > span:after {
  background: #cccccc;
  border: 1px solid #cccccc;
}
.checkout-index-index .opc-progress-bar-item > span:after {
  height: 36px;
  width: 36px;
  line-height: 2;
  background-color: #ffffff;
}
.checkout-index-index .opc-progress-bar-item > span:before {
  height: 48px;
  width: 48px;
}
.checkout-index-index .opc-progress-bar-item:before {
  top: 21px;
  height: 8px;
}
.checkout-index-index .opc-progress-bar-item > span {
  padding-top: 52px;
}
.checkout-index-index .opc-wrapper {
  width: 61%;
  padding-right: 0;
}
.checkout-index-index .opc-sidebar {
  width: 33.5%;
  border: 1px solid #cccccc;
}
.checkout-index-index .opc-sidebar .opc-block-summary > .title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 19.57px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 27px;
}
.checkout-index-index .opc-sidebar .opc-block-summary {
  background-color: #ffffff;
  padding: 17px 24px;
  margin: 0;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart > .title strong {
  font-weight: normal;
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tbody .amount,
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tfoot .amount,
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tbody .mark,
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals tfoot .mark {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding-bottom: 0;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals .grand .amount,
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals .grand .mark {
  border: none;
  padding-top: 0;
}
.checkout-index-index .opc-sidebar .opc-block-summary .not-calculated {
  font-style: normal;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals .grand strong,
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals .grand strong span {
  color: rgba(0, 0, 0, 0.87);
  font-size: 20.68px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 25px;
  font-family: 'Open Sans';
  padding: 0;
}
.checkout-index-index .opc-sidebar .opc-block-summary .minicart-items .product-item-details .price {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  padding: 0 0 0 8px;
  float: left;
}
.checkout-index-index .opc-sidebar .opc-block-summary li.product-item {
  padding-left: 0;
}
.checkout-index-index .opc-sidebar .opc-block-summary .minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
}
/* Payment Progress Bar */
.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding-bottom: 0;
}
.checkout-index-index .payment-method-billing-address .checkout-billing-address fieldset.field.street legend.label {
  display: none;
}
.checkout-login {
  display: none;
}
.checkout-index-index .opc-progress-bar-item > span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-align: center;
  font-weight: normal;
}
.checkout-index-index .opc-progress-bar-item._active > span {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-align: center;
}
.checkout-index-index .modal-popup .modal-footer button.action.secondary.action-hide-popup {
  position: relative;
  top: -8px;
}
/* Checkout Main Title */
.checkout-index-index input[type="text"],
.checkout-index-index input[type="password"],
.checkout-index-index input[type="url"],
.checkout-index-index input[type="tel"],
.checkout-index-index input[type="search"],
.checkout-index-index input[type="number"],
.checkout-index-index input[type="datetime"],
.checkout-index-index input[type="email"],
.checkout-index-index select,
.checkout-index-index input:not([type]) {
  border-color: #cccccc;
  height: 36px;
}
.checkout-index-index #checkout .fieldset > .field,
.checkout-index-index #checkout .fieldset > .fields > .field {
  margin: 0 0 0px;
}
.checkout-index-index .opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index li#shipping span.note {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.checkout-index-index li#shipping .form-login {
  padding-bottom: 8px;
}
.checkout-index-index #checkout li#opc-shipping_method {
  margin-top: 24px;
  margin-bottom: 24px;
}
.checkout-index-index #checkout li#opc-shipping_method .step-title:before {
  display: none;
}
.opc-wrapper .step-title {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 15px;
  padding-bottom: 0;
  text-transform: capitalize;
  font-size: 19.57px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 27px;
  padding-bottom: 16px;
  border-color: #9e9e9e;
  margin-bottom: 30px;
}
.opc-wrapper .step-title:before {
  color: #8cc63f;
  text-align: center;
  letter-spacing: 0.25px;
  display: inline-block;
  margin-right: 15px;
  font-size: 19.57px;
  line-height: 27px;
}
.checkout-index-index {
  float: left;
  width: 100%;
}
.checkout-index-index .opc-wrapper .opc {
  float: left;
  width: 100%;
}
.checkout-index-index .opc-wrapper .form-login,
.checkout-index-index .opc-wrapper .form-shipping-address {
  max-width: 100%;
}
.checkout-index-index .opc-wrapper .form-login {
  margin: 15px 0 15px;
}
.checkout-index-index #checkout .fieldset.hidden-fields {
  margin: 0;
}
.checkout-index-index #checkout .fieldset.hidden-fields .actions-toolbar {
  padding: 0 10px 20px;
}
.checkout-index-index #customer-email-fieldset,
.checkout-index-index #shipping-new-address-form {
  margin: 0 -10px;
}
.checkout-index-index .opc-wrapper .opc .checkout-shipping-address {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/*.checkout-index-index #checkout .fieldset{margin: 0 -10px;}*/
.checkout-index-index #checkout .fieldset > .field {
  display: inline-block;
  width: 50%;
  padding: 0 10px;
  vertical-align: top;
  position: relative;
}
.checkout-index-index #checkout .fieldset > .field .field-tooltip {
  right: 9px;
  top: 4px;
}
.checkout-index-index #checkout .fieldset > .field .control {
  width: 100%;
}
.checkout-index-index #checkout .fieldset > .field .control input {
  width: 100%;
  margin: 0;
}
/* Checkout Page - Shipping Method */
.checkout-index-index .checkout-shipping-method {
  float: left;
  width: 100%;
  clear: none;
}
.checkout-index-index .checkout-shipping-method .table-checkout-shipping-method tr {
  cursor: pointer;
}
.checkout-index-index .checkout-shipping-method .actions-toolbar {
  float: left;
}
.checkout-index-index .checkout-shipping-method .actions-toolbar .action.primary,
.checkout-index-index .checkout-shipping-method .actions-toolbar .amshopby-button,
.checkout-index-index .checkout-shipping-method .actions-toolbar .am-filter-go {
  padding: 0 15px;
  background-color: #8cc63f;
  border-color: #8cc63f;
  color: #ffffff;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  height: 36px;
  min-width: 352px;
  width: 100%;
  margin-top: 40px;
}
/* Checkout Payment - Payment Method */
.checkout-payment-method .payment-option-title {
  border-top: none;
}
.checkout-index-index .checkout-payment-method .discount-code .payment-option-title span:after {
  display: none;
}
.checkout-index-index .checkout-payment-method {
  float: left;
  width: 100%;
}
.checkout-index-index .checkout-payment-method .fieldset {
  margin: 0;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 0;
}
.checkout-index-index .checkout-payment-method .fieldset .actions-toolbar .action-update {
  background: #8cc63f;
  padding: 0 15px;
  height: 36px;
  text-decoration: none;
  min-width: 108px;
  color: #ffffff;
  border: none;
}
.checkout-index-index .checkout-payment-method .fieldset .actions-toolbar .action-cancel {
  text-decoration: none;
  border: none;
  height: 36px;
  width: 144px;
  position: relative;
  border-radius: 0;
  margin-left: -62px;
  color: #f5f5f5;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  text-transform: uppercase;
}
.checkout-index-index .checkout-payment-method .billing-address-form {
  max-width: 100%;
}
.checkout-index-index .checkout-payment-method .actions-toolbar .primary {
  height: 56px;
  width: 787px;
  color: #f5f5f5;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  padding: 15px 60px;
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  padding-top: 0;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .billing-address-details {
  font-size: 13.82px;
  line-height: 24px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary button.action.primary.checkout,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary button.amshopby-button.checkout,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary button.am-filter-go.checkout {
  margin-right: 0;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .billing-address-details .action-edit-address {
  border-radius: 3px;
  padding: 0;
  height: 56px;
  min-width: 108px;
  background: #ff6600;
  color: #ffffff;
  margin: 10px 0 0;
  border: none;
  text-transform: uppercase;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .billing-address-details a {
  color: #ff6600;
}
.checkout-index-index #checkout-payment-method-load .step-title {
  margin: 0;
}
/* Checkout Payment - Payment Method - Credit Card */
.checkout-index-index .checkout-payment-method #co-payment-form .authorizenet_directpost {
  float: left;
  width: 100%;
}
.checkout-index-index .checkout-payment-method #co-payment-form .authorizenet_directpost .field {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
/* Checkout Payment - Payment Method - Apply Coupon Section */
.checkout-index-index .checkout-payment-method .discount-code .payment-option-title {
  padding: 10px 0 0 0;
}
.checkout-index-index .checkout-payment-method .discount-code .payment-option-title span {
  font-size: 13.82px;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 400;
  font-size: 20px;
}
.checkout-index-index .checkout-payment-method .payment-option-content {
  overflow: hidden;
  padding: 0;
}
.checkout-index-index .checkout-payment-method .form-discount .payment-option-inner {
  float: left;
  width: 200px;
}
form.form.form-discount input#discount-code {
  width: 208px;
  border-radius: 0;
}
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  float: left;
  clear: none;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .opc-payment-additional.discount-code,
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-block.amcheckout-step-container.-summary .amcheckout-additional-options.additional-options {
  display: none;
}
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .action-apply {
  text-decoration: none;
  border: none;
  height: 36px;
  width: 144px;
  position: relative;
  border-radius: 0;
  margin-left: -62px;
  color: #f5f5f5;
  font-family: "Open Sans";
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  text-transform: uppercase;
}
.checkout-index-index .checkout-payment-method .discount-code .payment-option-title span {
  color: #8cc63f;
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding: 0;
  padding-bottom: 11px;
}
.checkout-index-index .opc-wrapper .form-discount {
  margin-top: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0;
}
.checkout-index-index .opc-wrapper .form-discount input#discount-code {
  width: 354px;
  border: 1px solid #cccccc;
}
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  height: 0;
  width: 0;
  background: transparent;
}
/* Checkout Page - Right Side(Order Summary) */
.checkout-index-index .opc-sidebar .page-main .block {
  float: none;
}
.checkout-index-index .opc-block-summary .mark .value {
  margin: 5px 0 10px 0;
  color: #1b191a;
}
.checkout-index-index .opc-block-summary tr.totals-tax-summary th,
.checkout-index-index .opc-block-summary tr.totals-tax-summary td {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.checkout-index-index .opc-block-shipping-information {
  display: none;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-content a {
  color: #ff6600;
}
/* Checkout Page - Logged In User */
.checkout-index-index main#maincontent {
  margin-top: 0;
}
.checkout-index-index #checkout .payment-methods .payment-method div#payeezy_cc_type_cvv_div input#payeezy_cc_cid,
.checkout-index-index .checkout-payment-method .fieldset div#payeezy_cc_type_cvv_div .control {
  width: 50%;
}
.checkout-payment-method .ccard .year .select,
.checkout-payment-method .ccard .month .select {
  width: 175px;
}
.checkout-index-index .opc-sidebar .opc-block-summary .chekot-smmry-title {
  margin-bottom: 12px;
  display: inline-block;
}
.checkout-index-index .opc-sidebar .opc-block-summary table.data.table.table-totals tr.totals.sub th.mark,
.checkout-index-index .opc-sidebar .opc-block-summary table.data.table.table-totals tr.totals.sub td.amount {
  padding-top: 15px;
}
.checkout-index-index .opc-wrapper .shipping-address-item:last-child {
  margin-bottom: 30px;
}
.checkout-index-index .opc-wrapper .opc .checkout-shipping-address .field.addresses {
  float: left;
  width: 100%;
}
.opc-wrapper .action-select-shipping-item {
  border-radius: 3px;
  box-shadow: none;
  border: none;
  background: #ff6600;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 12px;
}
.checkout-index-index .opc-wrapper .opc .checkout-shipping-address .action-show-popup {
  box-shadow: none;
  background: transparent;
  margin: 0px 0 0;
  width: 352px;
  float: right;
  border: 1px solid #cccccc;
  height: 133px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
  display: inline-block !important;
  max-height: 152px;
}
.opc-wrapper .action-show-popup > span:before {
  width: 100%;
  display: inline-block;
  font-size: 58px;
}
.checkout-index-index .opc-wrapper .shipping-address-item {
  margin: 0 0 15px 0;
  padding: 9px 0 13px 16px;
  width: 356px;
  border-color: #ff6600;
  float: left;
  line-height: 22px;
  border: 1px solid;
}
.checkout-index-index .opc-wrapper .shipping-address-item:first-child {
  margin-right: 15px;
}
.checkout-index-index #checkout .shipping-address-item button.action.edit-address-link {
  top: 0;
  right: 0;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff6600;
  border-radius: 3px;
  right: -1px;
}
.checkout-index-index .opc-wrapper .shipping-address-item a {
  color: #ff6600;
}
.checkout-index-index li#opc-shipping_method {
  clear: none;
  float: left;
  width: 100%;
  margin: 25px 0 0;
}
.checkout-index-index .actions-toolbar > .primary .action {
  font-size: 13.55px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
}
.checkout-index-index .opc-wrapper #checkout-step-shipping {
  width: auto;
}
.checkout-index-index .opc-wrapper #checkout-step-shipping .field.addresses {
  width: auto;
}
/* Checkout Page - New Address Popup */
.checkout-index-index aside.modal-popup.see-detail-modal.modal-slide .modal-inner-wrap {
  width: 425px;
  max-width: 425px;
}
.checkout-index-index .billing-address-details .amcheckout-button {
  width: 100% !important;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.checkout-index-index .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover,
.checkout-index-index .amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #212b36 !important;
}
.checkout-index-index .modal-inner-wrap .left-login h3 {
  font-size: 19.57px;
  font-weight: 600;
  margin-bottom: 19px;
  display: inline-block;
  width: 100%;
  color: #8cc63f;
  letter-spacing: 0.25px;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .right-login {
  border-bottom: 1px solid #c1c1c1;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .right-login .actions-toolbar {
  margin-bottom: 0;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .actions-toolbar .secondary {
  padding: 0;
  margin: 0;
  width: 100%;
  display: inline-block;
  padding-top: 8px;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .actions-toolbar .secondary a.action.action-remind {
  margin: 0;
  font-size: 13.82px;
  letter-spacing: 0.25px;
  text-decoration: underline;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .actions-toolbar .primary {
  width: 100%;
  float: none;
  display: inline-block;
  padding-top: 24px;
  margin: 0;
  padding-bottom: 0;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .right-login .fieldset {
  margin-bottom: 0;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .right-login .fieldset .field.field-password.required {
  margin-bottom: 0;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .right-login:after {
  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: relative;
  text-align: center;
  text-transform: uppercase;
  content: 'OR';
  top: 16px;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .right-login button.action.action-login.secondary.checkout-index-index {
  margin-top: 0;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .block-authentication .block-content.checkout-popup button.checkout-index-index.action {
  width: 100%;
  border: none;
  padding-left: 0;
  display: inline-block;
  margin-top: 22px;
  padding: 8px 16px;
}
.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  padding-bottom: 30px;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  color: #1b191a;
}
.checkout-index-index .modal-popup .form-shipping-address {
  max-width: 100%;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  max-width: 700px;
  width: 700px !important;
}
.checkout-index-index .modal-popup._inner-scroll footer.modal-footer {
  padding-top: 12px;
  padding-bottom: 8px;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .checkout-btn button {
  height: 56px;
  width: 788px;
  margin-top: 12px;
}
.checkout-index-index #shipping-new-address-form .field._required,
.checkout-index-index #shipping-new-address-form .field.additional,
.checkout-index-index #shipping-new-address-form .field {
  width: 50%;
  margin-bottom: 12px;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap header.modal-header {
  padding: 20px;
  padding-bottom: 12px;
}
.checkout-index-index .modal-popup._inner-scroll .modal-content {
  position: static;
  overflow-y: scroll;
  padding-bottom: 0;
  padding-top: 0;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap header.modal-header h1.modal-title {
  font-size: 19px;
}
.checkout-index-index #shipping-new-address-form .field.street {
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
}
.checkout-index-index #shipping-new-address-form .field.street .control .field._required {
  width: 50%;
  float: left;
  padding-right: 6px;
}
.checkout-index-index #shipping-new-address-form .field.street .control .field.additional {
  float: right;
  width: 49%;
  margin-top: 0;
  padding-left: 2px;
}
.checkout-index-index .modal-slide .action-close {
  padding: 0;
}
.checkout-index-index #shipping-new-address-form .field.choice {
  width: 100%;
}
/* Order Success Page */
.checkout-onepage-success .columns .column.main {
  max-width: 352px;
  width: 100%;
  margin: 0 auto;
}
.checkout-onepage-success .checkout-success .actions-toolbar {
  margin: 15px 0 0;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary a {
  margin: 0;
  color: #f5f5f5;
  font-size: 13.55px;
  height: 36px;
  padding: 10px 16px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  width: 352px;
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  border-radius: 0;
}
.checkout-onepage-success #registration {
  padding: 0;
  border-left: 0;
  width: 352px;
}
.checkout-onepage-success #registration form {
  margin: 15px 0 0;
}
.checkout-onepage-success #registration form > input {
  font-size: 13.82px;
}
.checkout-onepage-success #registration form input.action.primary,
.checkout-onepage-success #registration form input.amshopby-button,
.checkout-onepage-success #registration form input.am-filter-go {
  width: 352px;
}
.checkout-onepage-success .print {
  display: none;
}
/* Login Page and Register Page */
.back-to-signup span a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-decoration: underline;
}
.customer-login-inner fieldset.fieldset.sj-forgot {
  margin-top: 24px;
}
.login-container,
.customer-login-inner {
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
}
.login-container .block.block-customer-login,
.customer-login-inner .block.block-customer-login {
  margin-bottom: 0;
}
.login-container .block-title {
  float: left;
  width: 100%;
}
.login-container .block-title strong {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  display: inline-block;
}
.login-container .block .block-title {
  border-bottom: 0;
}
.customer-account-login .secondary {
  width: 100%;
}
.customer-account-login .page-title-wrapper {
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
}
.customer-account-login .page-title-wrapper h1.page-title {
  margin-bottom: 0;
}
.customer-account-login .secondary a.action.remind {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-bottom: 5px;
  float: right;
  display: inline-block;
  margin-top: 0;
  text-decoration: underline;
}
.customer-account-login .breadcrumbs,
.customer-account-forgotpassword .breadcrumbs,
.customer-account-create .breadcrumbs {
  display: none;
}
.customer-account-login h1.page-title,
.customer-account-forgotpassword h1.page-title,
.customer-account-create h1.page-title {
  max-width: 350px;
  margin: 0px auto 10px auto;
  float: none;
  margin-top: 30px;
}
.customer-account-login h1.page-title strong,
.customer-account-forgotpassword h1.page-title strong,
.customer-account-create h1.page-title strong {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.customer-account-create .form-create-account {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.login-container div.primary,
.customer-account-create div.primary {
  width: 100%;
  margin-top: 20px;
}
.login-container .action.login.primary,
.customer-account-forgotpassword .action.submit.primary,
.customer-account-create button.action.submit.primary,
.customer-account-createpassword form.form.password.reset .actions-toolbar button.action.submit.primary {
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  width: 100%;
  font-size: 13.55px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  height: 36px;
}
.login-container .block-title span {
  font-size: 28px;
  color: #1b191a;
  letter-spacing: 3px;
  line-height: initial;
  text-transform: uppercase;
}
.login-container .block-customer-login {
  float: left;
  width: 100%;
}
.login-container .social-login-authentication-channel {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.login-container .block-customer-login .social-login-authentication-channel .block-content {
  float: left;
  width: 100%;
}
.login-container .block-customer-login .social-login-authentication-channel .block-content .actions-toolbar.social-btn {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 100%;
}
.login-container .social-login-authentication-channel span.login-or {
  float: left;
  width: 100%;
  margin: 15px 0;
}
.login-container .action {
  height: 34px;
}
.login-container .block-customer-login .block-content {
  float: left;
  width: 100%;
}
.login-container .fieldset > .field > .label {
  float: left;
  width: 100%;
  border-color: #cccccc;
}
.login-container .fieldset > .field > .control {
  width: 100%;
  position: relative;
}
.login-container .fieldset > .field > .control input,
.customer-account-create input {
  width: 100%;
  color: rgba(0, 0, 0, 0.76);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  border-color: #dddddd;
}
.login-container .fieldset > .field > .control .secondary {
  position: absolute;
  top: 8px;
  right: 15px;
  z-index: 2;
}
/* Forgot Password Page */
.block-title.forgot {
  margin: 0 0 10px 0;
}
.login-container .login-or {
  float: left;
  width: 100%;
  margin: 15px 0;
}
.login-container .sj-forgot {
  float: left;
  width: 100%;
  border-top: 1px solid #dadce0;
  padding: 30px 0 0 0;
  margin: 5px 0 20px 0px;
}
/* My Account Pages */
/* Common Side Section */
.sidebar-main .nav.items li a {
  text-transform: capitalize;
  font-size: 13.82px;
  font-weight: 300;
}
.sidebar-main .nav.items li strong {
  color: #ff6600;
  font-size: 13.82px;
  font-weight: 300;
}
.account .columns {
  opacity: 0;
}
.account .page-main .column.main .wk-orderbox .wk-orderbox-details button.button {
  margin-left: 0;
  font-size: 12px;
}
/* Account Section - Dashboard */
.customer-account-index a.action {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: underline;
}
/* Account Section - Address Book */
.customer-address-index a.action {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  text-decoration: underline;
}
.customer-address-index .customer-addresses-toolbar.toolbar.bottom {
  margin: 20px 0;
}
body.account.customer-address-index main#maincontent .block.block-addresses-list .block-title strong {
  padding-bottom: 8px;
  display: inline-block;
}
/* My Account - My Wishlist */
.wishlist-index-index .products-grid .product-items {
  margin: 0 -7.5px;
  width: auto;
}
.wishlist-index-index .products-grid .product-item {
  float: left;
  width: 22.6%;
  padding: 0;
  text-align: center;
  margin: 0 12px;
}
.wishlist-index-index .products-grid .product-item .product-item-info {
  width: 100%;
}
.wishlist-index-index .products-grid .product-item .product-item-info > a {
  margin: 0;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-name {
  margin: 0;
  min-height: 40px;
  padding: 0 10px;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner1 {
  float: left;
  width: 100%;
}
.wishlist-index-index .product-item .price-box .price {
  font-size: 16px;
  letter-spacing: 0.15px;
}
.wishlist-index-index .product-item .price-box .old-price .price-container span span.price {
  display: none;
}
.wishlist-index-index .price-box span.price-container span.price {
  padding-left: 0;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner1 .box-tocart {
  display: inline-block;
  margin: 0 0 0;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner1 .product-item-actions a {
  margin: 0;
  font-size: 13.82px;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner1 a {
  margin: 0 5px 0;
}
.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .tocart {
  color: #ffffff;
  font-size: 13.55px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  width: 100%;
  padding: 10px 15px;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner1 .box-tocart {
  width: 100%;
}
.wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner1 .box-tocart p.unavailable.stock {
  color: #8cc63f;
  font-size: 13.55px;
  font-weight: 700;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  padding: 10px 16px;
  background-color: #ddeec6;
  text-transform: uppercase;
}
.products-grid.wishlist .product-item-actions {
  width: 100%;
  display: inline-block !important;
}
.products-grid.wishlist .product-item .box-tocart .actions-primary {
  padding-top: 9px;
}
.products-grid.wishlist .product-item .fieldset,
.wishlist-index-index p.price-as-configured {
  margin-bottom: 0;
}
.wishlist-index-index .products-grid.wishlist .product-reviews-summary,
.wishlist-index-index .toolbar.wishlist-toolbar {
  display: block !important;
}
/* My Account - My Order */
.products-grid.wishlist .product-item .price-box {
  padding: 10px 10px 0;
}
.account .table-wrapper {
  margin-bottom: 0;
}
.order-details-items .col.name {
  padding-top: 12px;
}
/* My Account - My Product Review */
.table-wrapper.reviews {
  padding: 0;
  margin: 0;
}
body.account .toolbar select.limiter-options {
  box-shadow: none;
  min-width: 50px;
  font-weight: 600;
  height: 36px;
  width: 56px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
  vertical-align: middle;
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
/* My Account - Newsletter Subscribe */
/* My Account - Update Mobile No. Tab */
.account-update-mob {
  float: left;
  width: 100%;
  max-width: 450px;
}
.account-update-mob .update-mob-text span {
  display: block;
  width: 100%;
  margin: 10px 0 15px 0;
}
/* CMS - Contact Us */
.cms-main .cms-cont-left {
  float: left;
  width: 50%;
  padding: 0 50px 0 0;
}
.cms-main .cms-cont-right {
  float: left;
  width: 50%;
  padding: 0 50px 0 0;
}
.cms-main .cms-cont-right address ul {
  margin: 18px 0 0;
}
.cms-main .cms-cont-right address ul li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  font-size: 14px;
}
.cms-main .cms-cont-right address ul li a {
  font-size: inherit;
}
.cms-main .cms-cont-right address ul li i {
  position: absolute;
  left: 0;
  right: auto;
  top: 3px;
  color: #ff6600;
}
.cms-main .cms-cont-right legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-size: 1.8em;
}
/* CMS - REfund Policy */
.refund-details {
  float: left;
  width: 100%;
  margin: 50px 0 50px;
}
.refund-details ul {
  font-size: 0;
  margin: 0 -7.5px;
}
.refund-details ul li {
  display: inline-block;
  width: 25%;
  font-size: 13.82px;
  vertical-align: top;
  padding: 0 7.5px;
  text-align: center;
}
.refund-details ul li h4 {
  color: #ff6600;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
}
.return-policy {
  float: left;
  width: 100%;
  margin: 50px 0 0 0;
}
.return-policy ul {
  font-size: 0;
  margin: 0 -7.5px;
}
.return-policy ul li {
  display: inline-block;
  width: 25%;
  font-size: 13.82px;
  vertical-align: top;
  padding: 0 7.5px;
  text-align: center;
}
.return-policy ul li h4 {
  color: #ff6600;
  font-weight: 600;
  letter-spacing: 1px;
}
.non-returnable {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
.non-returnable ul {
  padding-left: 25px;
}
.non-returnable ul li {
  list-style: square;
  font-size: 11.82px;
}
/* CMS Refund and Cancellation New Page */
.refund-and-cancell li ol {
  margin: 25px 0 0;
  padding: 0 0 0 50px;
}
.refund-and-cancell li ol li {
  list-style: disc;
  margin: 0 0 15px;
}
.refund-and-cancell li ol li strong {
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
}
.basic-rules li {
  list-style: disc;
  margin: 0 0 15px;
}
/* Privacy and Policy */
.collected-info {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
.collected-info ul {
  padding-left: 25px;
}
.collected-info ul li {
  list-style: square;
  font-size: 11.82px;
}
/* CMS Pages*/
.cms-page-view .panel.wrapper ul {
  padding: 0;
}
.cms-page-view .columns {
  padding-bottom: 0;
}
.cms-page-view p b {
  font-weight: 600;
}
.cms-main {
  float: left;
  width: 100%;
  min-height: 450px;
}
.cms-main h1 {
  font-size: 28px;
  color: #000000;
  margin: 0 0 15px;
}
.cms-main h2 {
  font-size: 28px;
  color: rgba(0, 0, 0, 0.87);
}
.cms-main p {
  font-size: 13.82px;
  color: #1b191a;
}
.cms-main p:empty {
  display: none;
}
/* Miscellaneous */
/*start blog page*/
.blog-index-index .post-holder,
.blog-post-view .post-holder,
.blog-search-index .post-holder {
  padding: 15px;
  background: #FBFBFB;
}
.blog-index-index .post-content .post-description .post-ftimg-hld,
.blog-post-view .post-content .post-description .post-ftimg-hld,
.blog-search-index .post-content .post-description .post-ftimg-hld {
  margin: 0;
}
.blog-index-index .post-text-hld,
.blog-post-view .post-text-hld,
.blog-search-index .post-text-hld {
  width: 100%;
  float: left;
}
.blog-index-index .post-list .post-header .post-title,
.blog-post-view .post-list .post-header .post-title,
.blog-search-index .post-list .post-header .post-title {
  padding: 0px 0 10px 0;
}
.blog-index-index .post-list .post-header .post-title a,
.blog-post-view .post-list .post-header .post-title a,
.blog-search-index .post-list .post-header .post-title a {
  font-size: 20px;
  font-weight: normal;
}
.blog-index-index .post-holder .post-header .post-info .label,
.blog-post-view .post-holder .post-header .post-info .label,
.blog-search-index .post-holder .post-header .post-info .label {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.blog-index-index .post-holder:hover,
.blog-post-view .post-holder:hover,
.blog-search-index .post-holder:hover {
  box-shadow: none;
}
.blog-index-index .block-title,
.blog-post-view .block-title,
.blog-search-index .block-title {
  margin: 0 0 15px;
}
.blog-index-index .block-title strong,
.blog-post-view .block-title strong,
.blog-search-index .block-title strong {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.blog-index-index .post-list-wrapper .post-list,
.blog-post-view .post-list-wrapper .post-list,
.blog-search-index .post-list-wrapper .post-list {
  margin-top: 0;
}
.blog-index-index .post-list .post-content .post-read-more,
.blog-post-view .post-list .post-content .post-read-more,
.blog-search-index .post-list .post-content .post-read-more {
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  float: left;
  color: #f5f5f5;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  padding: 10px 16px;
  text-transform: capitalize;
}
body.blog-post-view .post-text-hld {
  width: 100%;
  padding-left: 0;
  padding-top: 15px;
}
body.blog-post-view .post-content .post-description .post-ftimg-hld {
  width: 50%;
}
.sc-reaponsive {
  display: none;
}
.checkout-onepage-success #registration form > input {
  font-size: 13.55px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
}
.secondary.account-rsp {
  display: none;
}
#home-page-slider1 {
  display: none;
}
.banner-rsp {
  display: none !important;
}
.cms-home .block-bestseller-products .product-item {
  float: left;
}
.sales-guest-form .form-orders-search {
  max-width: 600px;
  width: 100%;
}
.sales-guest-form h1.page-title {
  margin-top: 20px;
}
.page-header.fixed-menu {
  width: 100%;
  z-index: 3;
  background-color: #ffffff;
}
.checkout-index-index .page-footer .footer-copy-right {
  margin: 0;
}
.checkout-index-index .header.content .header-right .header.links li {
  padding: 6px 0 0 32px;
}
div#mageplaza-bannerslider-block-before-page-top-1 {
  display: none;
}
div#mageplaza-bannerslider-block-before-page-top-3 {
  display: none;
}
div#mageplaza-bannerslider-block-before-page-top-4 {
  display: none;
}
.catalog-product_compare-index .page-title-wrapper {
  margin-top: 34px;
}
.catalog-product_compare-index .action.print.hidden-print {
  float: right;
  color: #ff6600;
  text-decoration: underline;
  position: relative;
  top: -9px;
}
.catalog-product_compare-index .table-comparison .cell.product.label span {
  width: auto;
  position: static;
}
.catalog-product_compare-index .table-comparison th.cell.label.remove {
  text-align: left;
}
.catalog-product_compare-index .table-comparison .cell.remove {
  padding-top: 5px;
}
.catalog-product_compare-index .table-comparison .product-item-actions .secondary-addto-links.actions-secondary {
  vertical-align: bottom;
}
.carousel-container.res-slider-module {
  display: none;
}
.page-products .right-side .category-cms {
  display: none;
}
.extended.warranty .label.admin__field-label {
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/ExtWar.png);
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  vertical-align: top;
  font-weight: normal;
  width: auto;
  margin: 0;
  padding: 0 0 0 95px;
  height: 72px;
  background-repeat: no-repeat;
  background-position-x: 14px;
  background-position-y: 0;
}
.extended.warranty label.label {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  margin: 15px 0;
  display: inline-block;
  width: 100%;
}
.extended.warranty {
  display: inline-block;
  width: 100%;
  padding-bottom: 19px;
  border-bottom: 1px solid #dedede;
}
.page-footer .col-md-2 li a:hover {
  opacity: 0.7;
}
.page-footer .col-md-2:nth-child(4) a img {
  margin: 0px 8px 0 0;
  position: relative;
  top: 1px;
}
html[lang="ar"] .page-footer .col-md-2:nth-child(4) a img {
  margin: 0px 0 0 8px;
}
.catalog-product-view .reviews {
  margin: 0;
  border-top: 1px solid #dedede;
  padding-top: 30px;
  width: 100%;
  margin-top: 50px;
}
.customer-account-create .field.choice.loyalty label.label {
  max-width: 91%;
  float: left;
}
.checkout-cart-index .form.form-cart .cart.table-wrapper .cart > .item td.col.subtotal span.price,
.amasty_quote-cart-index .form.form-cart .cart.table-wrapper .cart > .item td.col.subtotal span.price {
  color: rgba(0, 0, 0, 0.87);
}
.checkout-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar > .action.action-delete,
.amasty_quote-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar > .action.action-delete {
  margin-right: 0;
}
.checkout-cart-index .cart.table-wrapper .product-item-name,
.amasty_quote-cart-index .cart.table-wrapper .product-item-name {
  height: unset;
  padding: 0;
  margin: 0;
}
/*compare page*/
.am-slider-container .amslider .swiper-button-prev,
.am-slider-container .amslider .swiper-button-next {
  z-index: 0;
}
.catalog-product-view .product-info-main .incl-tax {
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
  display: inline-block;
}
.checkout-index-index .opc-wrapper #checkout-step-shipping .field.addresses {
  width: 50%;
}
.catalog-product-view .product-info-main #configcustom .super-attribute-select {
  max-width: 280px;
}
.cart-discount .cc-title {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  font-size: 19.57px;
  font-weight: 600;
  margin: 0 0 20px 0;
  line-height: 32px;
}
.cart-discount input[type="radio"] {
  margin: 0 26px 0 0;
  width: 16px !important;
  height: 16px;
  position: relative;
  top: 2px;
}
.promo-label {
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.prmocode-desc {
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  width: 100%;
  display: inline-block;
  padding: 5px 0px 23px 46px;
  font-weight: normal;
}
.cart-discount .block div.content {
  padding: 0;
}
.cart-discount .discount {
  width: 100%;
}
.checkout-index-index .cart-discount .cc-title {
  margin-top: 20px;
}
.checkout-cart-index .cart-discount {
  width: 66%;
}
/*contact us page*/
.contact-index-index .fieldset > .legend {
  margin: 0;
  border: none;
}
.contact-index-index .breadcrumbs,
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index .cms-main .cms-cont-left {
  padding: 0;
  float: right;
}
.contact-index-index .googlemap-locateus {
  width: 70%;
  float: left;
}
.contact-index-index .googlemap-locateus iframe {
  width: 100%;
  height: 486px;
}
.contact-index-index div#locationBox {
  display: inline-block;
  margin-top: 30px;
}
.contact-index-index .fieldset {
  margin: 0;
}
.contact-index-index .fieldset > .legend span {
  color: #212b36;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  /* identical to box height, or 118% */
  letter-spacing: 0.25px;
  text-transform: capitalize;
  font-weight: bold;
}
.contact-index-index textarea {
  resize: none;
}
.contact-index-index .blog-post-thumb {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.contact-index-index .for-line {
  min-height: 38px;
}
.contact-index-index .column.main .container {
  padding: 0;
  max-width: 100%;
}
.contact-index-index .blog-post-thumb img {
  width: 100%;
}
.review-customer-index .column.main .toolbar.products-reviews-toolbar.bottom {
  display: inline-block;
  float: left;
  width: 100%;
}
.checkout-index-index .checkout-payment-method .billing-address-form label.label .customfees,
.catalog-product-view .product-info-main .customfees {
  width: 50%;
  float: left;
}
.checkout-index-index .checkout-payment-method .billing-address-form label.label .warranty-label-rt,
.catalog-product-view .product-info-main .warranty-label-rt {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  width: 100%;
  display: inline-block;
}
.checkout-index-index .checkout-payment-method .billing-address-form label.label .customfees label,
.catalog-product-view .product-info-main .customfees label {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.checkout-index-index .checkout-payment-method .billing-address-form label.label .warrantydiv-rt span,
.catalog-product-view .product-info-main .warrantydiv-rt span {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  width: 100%;
  display: inline-block;
  padding-left: 25px;
  margin-bottom: 10px;
}
.checkout-index-index .checkout-payment-method .billing-address-form label.label .custom-warranty-product-section,
.catalog-product-view .product-info-main .custom-warranty-product-section {
  border-top: 1px solid #dedede;
  padding-top: 15px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 5px;
  width: 100%;
  display: inline-block;
}
.checkout-cart-index .form.form-cart .cart.table-wrapper .cart-warranty {
  color: rgba(0, 0, 0, 0.6);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
  margin-top: 5px;
}
.mobile-blog {
  display: none;
}
.catalog-product-view .product-info-main .field input[type="file"] {
  font-size: 11.7px;
  margin-top: 10px;
  height: auto;
  margin-bottom: 7px;
}
.page-products ul.items.am-filter-items-attr_category_ids li,
.page-products ul.items.am-filter-items-attr_category_ids ul,
.page-products ul.items.am-filter-items-attr_category_ids li,
.page-products ul.items.am-filter-items-attr_category_ids a {
  padding-left: 0 !important;
}
.account .page-main .page-title-wrapper h1.page-title {
  line-height: normal;
  margin-bottom: 33px;
}
.account a.logout-customlink {
  display: block;
  width: 144px;
  height: 56px;
  color: #ffffff;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 16px;
  background-color: #001d47;
  border-radius: 3px;
}
a.logout-customlink {
  display: none;
}
.catalog-product-view .product-info-main .field.file {
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
.catalog-product-view .product-info-main .field.file .label {
  font-size: 13.7px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  margin-bottom: 5px;
}
.catalog-product-view .product-info-main .field.file .control p {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
  margin-bottom: 0;
}
html[lang="ar"] .prod-detail .product.data.items .custom-attribute + .item.content .col-md-12.col-sm-12 {
  float: right;
}
.blog-page .sidebar.sidebar-additional .block.block-reorder {
  display: none;
}
.customer-account-login .field.choice .label span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.customer-account-login .secondary .remember-div {
  float: left;
}
.customer-account-login .field.choice input {
  position: relative;
  top: 2px;
}
.product-social-links .action.towishlist:hover:before,
.block-bundle-summary .action.towishlist:hover:before,
.product-item .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before,
.product-social-links .already-in-wishlist.action.towishlist:before,
.block-bundle-summary .already-in-wishlist.action.towishlist:before,
.product-item .already-in-wishlist.action.towishlist:before,
.table-comparison .already-in-wishlist.action.towishlist:before {
  right: 0;
  width: 35px;
  height: 35px;
  visibility: visible;
  background-position: center;
  background-size: 32px;
  position: relative;
  top: 6px;
  content: '\f004';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  z-index: 2;
}
.customer-account-create input[type="checkbox"] {
  height: auto;
  width: auto;
}
.popup-authentication .block-authentication {
  border-top: 0;
  padding-bottom: 10px;
}
.popup-authentication .block-authentication a.action.action-register.primary,
.popup-authentication .block-authentication .action.action-login.secondary {
  line-height: 5px;
  border-radius: 0;
}
.popup-authentication .block-authentication .block-title strong {
  font-size: 19.57px;
  font-weight: 600;
  margin-bottom: 19px;
  display: inline-block;
  width: 100%;
  color: #8cc63f;
  letter-spacing: 0.25px;
}
.popup-authentication .block-authentication .block-title {
  margin-bottom: 0;
  font-size: inherit;
}
.modal-popup.popup-authentication .modal-header {
  padding-top: 0;
}
.popup-authentication .block-authentication form.form.form-login label.label {
  margin: 0px 0 5px 0;
  display: inline-block;
  width: 100%;
  font-weight: 500;
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
html[lang="ar"] .customer-account-create .field.choice.newsletter input[type="checkbox"],
html[lang="ar"] .customer-account-create .field.choice.loyalty .checkbox {
  float: right;
}
.catalog-product-view div#mageplaza-bannerslider-block-after-footer-container-6,
.catalog-product-view div#mageplaza-bannerslider-block-after-footer-container-7,
.catalog-product-view div#mageplaza-bannerslider-block-after-footer-container-5 {
  display: none;
}
.popup-authentication .block-authentication .block-new-customer form.form.form-login input,
.popup-authentication .block-authentication .block-new-customer form.form.form-login select {
  margin-bottom: 15px;
}
/*Added by rupal */
.page-products .sidebar.sidebar-main {
  width: 18%;
  margin-top: -38px;
}
.page-products .columns .column.main .container.sj-test .right-side {
  float: right !important;
  display: inline-block;
}
.page-products .toolbar.toolbar-products {
  width: auto;
  margin: -38px 0 10px 0;
  float: right;
  height: 64px;
  display: inline-block;
}
.page-products .toolbar-sorter.sorter select {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border-color: #dedede;
}
.page-products .columns .column.main .container.sj-test .sidebar.sidebar-main,
.page-products .columns .column.main .container.sj-test .right-side,
.page-products .columns .column.main .container.sj-test .search.results {
  display: inline-block;
}
.page-products .admin__data-grid-outer-wrap,
.catalog-product-view .admin__data-grid-outer-wrap {
  width: 100%;
  max-width: 1366px;
  padding: 0 5px;
  margin: 25px auto 0 auto;
}
.page-products .admin__data-grid-outer-wrap .block-title strong,
.catalog-product-view .admin__data-grid-outer-wrap .block-title strong {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  line-height: initial;
  letter-spacing: 1px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.page-products .admin__data-grid-outer-wrap .products-grid li.product-item .product-item-info a.product-item-photo,
.catalog-product-view .admin__data-grid-outer-wrap .products-grid li.product-item .product-item-info a.product-item-photo {
  box-shadow: 0 2px 8px 0 rgba(102, 102, 102, 0.5);
  display: block;
}
.page-products .admin__data-grid-outer-wrap .product-items .product-item-actions,
.catalog-product-view .admin__data-grid-outer-wrap .product-items .product-item-actions {
  position: absolute;
  right: 7px;
  bottom: 7px;
  z-index: 1;
}
.page-products .admin__data-grid-outer-wrap .product-items span.price-container.tax.weee span.price-label,
.catalog-product-view .admin__data-grid-outer-wrap .product-items span.price-container.tax.weee span.price-label {
  display: none;
}
.page-products .admin__data-grid-outer-wrap .product-items span.price-wrapper.price-including-tax,
.catalog-product-view .admin__data-grid-outer-wrap .product-items span.price-wrapper.price-including-tax {
  width: auto;
  display: inline-block;
}
.catalog-product-view .column.main .admin__data-grid-outer-wrap .product-items .product-item {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0 10px;
  text-align: center;
}
.catalog-product-view .column.main .admin__data-grid-outer-wrap .product-items .product-item .product-item-info {
  position: relative;
}
.catalog-product-view .admin__data-grid-outer-wrap .product-items div.product-item-actions {
  bottom: 59px;
}
.catalog-product-view .block.widget.block-viewed-products-grid .product-item-actions .action.towishlist {
  margin-bottom: 9px;
}
.catalog-product-view .block.widget.block-viewed-products-grid .price-box {
  float: left;
}
.catalog-product-view .block.widget.block-viewed-products-grid .product-item-description,
.catalog-category-view .admin__data-grid-outer-wrap .product-item-description {
  display: none !important;
}
.block-content.filter-content .filter-options-item .filter-options-content {
  padding-left: 0;
}
.recently-product-cat.category-page.productpager li.product-item span.special-price,
.catalog-product-view .column.main .recently-product-cat .product-items .product-item span.special-price {
  height: 24px;
  display: inline-block;
}
.recently-product-cat.category-page.productpager li.product-item span.old-price,
.catalog-product-view .column.main .recently-product-cat .product-items .product-item span.old-price {
  height: 16px;
  display: inline-block;
  width: 100%;
  margin: 0;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .product-item-details .product-item-name {
  margin-bottom: 0;
}
.catalog-product-view .recently-product-cat.category-page.productpager .block-content,
.catalog-product-view .recently-product-cat .block-content {
  padding-left: 15px;
  padding-right: 0;
}
.page-products .amscroll-load-button,
.catalogsearch-result-index .amscroll-load-button {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  margin: 0;
  text-decoration: underline;
  letter-spacing: 0.15px;
  line-height: 24px;
  width: 100%;
}
.page-products .amscroll-loading {
  width: 77%;
  float: right;
  display: none;
}
.page-products .columns .column.main .container.sj-test div#amasty-shopby-product-list {
  width: 100%;
}
.page-products .columns .column.main .container.sj-test .sidebar.sidebar-main {
  margin-top: 20px;
}
button.action.facebook {
  background-color: #2d4373;
  width: 100%;
  border-color: #2d4373;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 0;
  height: 36px;
}
button.action.google {
  background-color: #4285f4;
  width: 100%;
  border-color: #4285f4;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 0;
  height: 36px;
}
label.label.sociallogin {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.product-item-photo .loading-mask1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  background-color: transparent;
  top: 0;
  bottom: 0;
  z-index: 1;
  padding-top: 40%;
}
.product-item-photo .loading-mask1 img {
  padding: 10px;
  width: auto;
  display: inline-block !important;
}
.swiper-brand .am-image-wrapper .loading-mask1 {
  width: 95%;
  height: 90px;
  position: absolute;
  background-color: #ffffff;
  text-align: center;
  padding-top: 30px;
  top: 0;
  bottom: 0;
  opacity: 1;
}
.swiper-brand .am-image-wrapper .loading-mask1 img {
  padding: 10px;
}
.minicart-wrapper .loading-mask {
  display: none;
}
div#amasty-xsearch-loader {
  display: none;
}
div#search-error {
  float: left;
}
header.page-header .panel.wrapper .container {
  padding: 0 17px;
}
div#mageplaza-bannerslider-block-after-footer-container-7,
div#mageplaza-bannerslider-block-after-footer-container-9,
div#mageplaza-bannerslider-block-after-footer-container-11 {
  display: none;
}
tr.totals.sub.incl {
  display: none;
}
span.price-wrapper.price-excluding-tax {
  display: none;
}
.amslider.am-brand-slider .swiper-brand {
  display: block;
  width: auto;
}
.catalog-product-view .column.main .recently-product-cat .product-items .product-item {
  width: 18%;
  box-shadow: 0 2px 8px 0 rgba(102, 102, 102, 0.5);
}
.product-options-bottom .shortdesct {
  border-bottom: none;
}
.catalog-product-view .breadcrumbs {
  margin: 15px 0 0 0;
}
.catalog-product-view .column.main .recently-product-cat.category-page.productpager .product-items .product-item:nth-child(2) {
  margin-left: 0;
}
.cms-page-view h1 {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 0;
}
.cms-page-view h2 {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  width: 100%;
  display: inline-block;
}
body.cms-shop-by-color.cms-page-view h2 {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-align: center;
  width: 100%;
  float: none;
  display: inline-block;
}
.field.choice.review-field-rating:first-child {
  /* display: none; */
}
.trackorder-index-view h1.page-title {
  letter-spacing: 1px;
  margin-top: 15px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
}
.page-footer .footer-bottom .footer-roghtnewdiv a:last-child:before {
  content: "";
  height: 24px;
  width: 2px;
  background-color: #212b36;
  display: inline-block;
  margin: 0 24px;
  vertical-align: top;
}
div#opc-new-shipping-address form#co-shipping-form div#shipping-new-address-form fieldset.field.street input {
  width: 100%;
}
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field input,
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field select {
  height: 36px;
}
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.message,
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.order,
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.custom {
  margin-top: 20px;
}
div#opc-new-shipping-address form#co-shipping-form div#shipping-new-address-form .field._required .control input {
  width: 100%;
}
.helpdesk-ticket-view .hdmx__ticket-reply .actions-toolbar .action.primary,
.helpdesk-ticket-view .hdmx__ticket-reply .actions-toolbar .action.secondary,
.helpdesk-ticket-view .hdmx__ticket-reply .actions-toolbar .amshopby-button,
.helpdesk-ticket-view .hdmx__ticket-reply .actions-toolbar .am-filter-go {
  height: 48px;
  padding: 8px 16px;
  text-transform: capitalize;
  border-radius: 4px;
  background: #ff6600 !important;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  border-color: #ff6600 !important;
  text-transform: uppercase;
}
.helpdesk-ticket-view .hdmx__ticket-reply .actions-toolbar .action.secondary {
  margin-right: 24px;
  display: inline-block;
  margin-top: 0;
}
.checkout-payment-method .checkout-billing-address .choice.field label.label span:after,
.checkout-index-index #shipping-new-address-form .field.choice label.label span:after {
  display: none;
}
.amscroll-loading {
  display: inline-block;
}
.cart.table-wrapper .col.qty .field.qty {
  text-align: center;
}
.checkout-cart-index .cart-container .cart-summary #block-summary #co-shipping-method-form dd.item-options:nth-child(4) {
  display: none;
}
.checkout-cart-index form#co-shipping-method-form dt.item-title:nth-child(3) {
  display: none;
}
.checkout-cart-index .cart-empty {
  text-align: center;
}
.checkout-cart-index .cart-empty a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}
.page-products .swatch-attribute.color .swatch-option {
  border: 1px solid #cccccc !important;
}
.catalog-product-view .swatch-option.text {
  width: auto;
  height: 36px;
  padding: 18px 16px;
  margin-right: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  text-align: center;
  font-weight: normal;
}
.blog-index-index .post-ftimg-hld {
  display: none;
}
.page-products .filter-options .filter-options-item:first-child .filter-options-content {
  display: block;
}
form#custom-form-guest label.label span {
  margin: 0px 0 5px 0;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
form#custom-form-guest .field.email {
  margin-bottom: 0;
}
.catalog-category-view .product-item-details .price-final_price span.incl-tax,
.cms-index-index span.incl-tax,
.related-product-cat.category-page span.incl-tax,
.nakjakj.grid span.incl-tax,
.catalogsearch-result-index span.incl-tax,
.ambrand-index-index span.incl-tax,
.page-products span.incl-tax {
  display: none;
}
.catalog-product-view span.price-container.price-final_price {
  width: auto;
  float: left;
}
.customer-account-create .field.loyalty_number.account {
  display: none;
}
.product-info-main .product-info-price .old-price .price-wrapper {
  margin-top: 0 !important;
}
form#custom-form-guest input#customermobile {
  padding-left: 75px;
  margin-top: -5px;
}
.field.email.required {
  margin-top: -3px;
}
form#custom-form-guest .field.mobile_number.required {
  margin-top: -12px;
}
form#custom-form-guest .field.email.required input#customeremail {
  margin-top: -5px;
}
form#custom-form-guest .field.mobile_number.required {
  margin-top: 0;
}
.am-social-login.-labeled-buttons {
  background-color: transparent;
}
.am-sl-registration-page {
  max-width: 390px;
  width: 100%;
  margin: 10px auto;
}
.am-sl-login-page {
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
}
.am-sl-registration-page .am-social-login .am-buttons {
  margin: 0;
}
.am-button-wrapper.with-label.-rectangular .am-sl-button.-facebook {
  background-color: #2d4373;
  width: 100%;
  border-color: #2d4373;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 0;
  height: 36px;
}
/*search result page*/
body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item {
  width: 18%;
  margin: 0 12px 20px 12px !important;
}
body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item .product-item-info {
  height: unset;
}
body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item img.product-image-photo:hover {
  background-color: unset !important;
  opacity: unset;
  width: unset;
}
body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item span.product-image-wrapper:hover {
  background: unset;
}
body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item .actions-secondary {
  z-index: 9;
}
body.page-products.page-with-filter.catalogsearch-result-index .toolbar.toolbar-products,
body.page-products.page-with-filter.catalogsearch-result-index .block.filter {
  display: none !important;
}
body.page-products.page-with-filter.catalogsearch-result-index .page-footer {
  margin-top: 64px;
}
.customer-account-create form#form-validate .field label.label {
  display: none;
}
.am-button-wrapper.with-label.-rectangular .am-sl-text {
  text-align: center;
  margin: 0 auto;
}
.am-button-wrapper.with-label.-rectangular .am-sl-button {
  height: 36px;
}
.am-button-wrapper.with-label.-rectangular .am-sl-button.-google {
  background-color: #4285f4;
  width: 100%;
  border-color: #4285f4;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 0;
  height: 36px;
}
.checkout-cart-index .control.qty select {
  width: 80%;
  min-width: 54px;
}
.am-button-wrapper.-rectangular.with-label {
  width: 100% !important;
  margin-bottom: 10px !important;
  margin-right: 0 !important;
}
.customer-account-login .back-to-signup {
  margin-top: 25px;
}
.customer-account-login .am-buttons {
  margin: 0 !important;
}
.catalogsearch-result-index div#amasty-shopby-product-list dl.block {
  display: none;
}
.cms-page-view .container.sj-test.cmspage ul li {
  list-style: circle;
  font-size: 14px;
  font-weight: 500;
  margin: 5px 0;
}
/*.container.sj-test.cmspage table, th, td {border: 1px solid;}
*/
.container.sj-test.cmspage b,
.container.sj-test.cmspage ul li strong {
  font-size: 14px;
  font-weight: 600;
}
.catalog-product-view div#hp-prod-list .product-item:first-child {
  display: none;
}
.catalogsearch-result-index .page-title-wrapper {
  width: 100%;
  margin-bottom: 50px;
}
.product-item-details .product-reviews-summary {
  width: 100%;
  float: left;
  padding-left: 16px;
  padding-bottom: 16px;
}
.field.choice.set.billing label span,
.field.choice.set.shipping label span {
  font-size: 12px;
}
/*ended by rupal*/
/*Order Detail Page New Design Start*/
.account.sales-order-view .column.main .order-details-items h3 {
  margin: 51px 0 15px;
}
.account .sidebar-main .nav.items li a {
  color: #212b36;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.account .sidebar-main .nav.items li strong {
  color: #ff6600;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.account.sales-order-view .column.main,
.account.sales-order-print .column.main {
  /*.actions-toolbar.order-actions-toolbar {display: none;}*/
}
.account.sales-order-view .column.main .page.messages,
.account.sales-order-print .column.main .page.messages,
.account.sales-order-view .column.main .messages,
.account.sales-order-print .column.main .messages {
  margin: 0;
}
.account.sales-order-view .column.main h1.page-title,
.account.sales-order-print .column.main h1.page-title {
  color: #808080;
  font-size: 18px;
  letter-spacing: 0.25px;
  line-height: 27px;
  margin: 0 0 3px 0;
  display: inline-block;
  width: 80%;
}
.account.sales-order-view .column.main .order-date,
.account.sales-order-print .column.main .order-date {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin: 0 0 0 0;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.account.sales-order-view .column.main .custom-info-orderpage,
.account.sales-order-print .column.main .custom-info-orderpage,
.account.sales-order-view .column.main .box.box-order-shipping-address,
.account.sales-order-print .column.main .box.box-order-shipping-address,
.account.sales-order-view .column.main .box.box-order-billing-method,
.account.sales-order-print .column.main .box.box-order-billing-method {
  margin-top: 18px;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #dedede;
  padding-top: 16px;
}
.account.sales-order-view .column.main .custom-info-orderpage strong.box-title,
.account.sales-order-print .column.main .custom-info-orderpage strong.box-title,
.account.sales-order-view .column.main .box.box-order-shipping-address strong.box-title,
.account.sales-order-print .column.main .box.box-order-shipping-address strong.box-title,
.account.sales-order-view .column.main .box.box-order-billing-method strong.box-title,
.account.sales-order-print .column.main .box.box-order-billing-method strong.box-title {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
.account.sales-order-view .column.main .info-contact,
.account.sales-order-print .column.main .info-contact {
  width: 100%;
  display: inline-block;
}
.account.sales-order-view .column.main address,
.account.sales-order-print .column.main address,
.account.sales-order-view .column.main dl.payment-method dt.title,
.account.sales-order-print .column.main dl.payment-method dt.title,
.account.sales-order-view .column.main .info-contact,
.account.sales-order-print .column.main .info-contact {
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-weight: normal;
}
.account.sales-order-view .column.main address i.fa.fa-phone,
.account.sales-order-print .column.main address i.fa.fa-phone,
.account.sales-order-view .column.main dl.payment-method dt.title i.fa.fa-phone,
.account.sales-order-print .column.main dl.payment-method dt.title i.fa.fa-phone,
.account.sales-order-view .column.main .info-contact i.fa.fa-phone,
.account.sales-order-print .column.main .info-contact i.fa.fa-phone {
  font-size: 20px;
  margin-bottom: 8px;
  position: relative;
  top: 3px;
}
.account.sales-order-view .column.main address i.fa.fa-envelope,
.account.sales-order-print .column.main address i.fa.fa-envelope,
.account.sales-order-view .column.main dl.payment-method dt.title i.fa.fa-envelope,
.account.sales-order-print .column.main dl.payment-method dt.title i.fa.fa-envelope,
.account.sales-order-view .column.main .info-contact i.fa.fa-envelope,
.account.sales-order-print .column.main .info-contact i.fa.fa-envelope {
  font-size: 19px;
  position: relative;
  top: 2px;
}
.account.sales-order-view .column.main .right-oredrpage,
.account.sales-order-print .column.main .right-oredrpage {
  color: #808080;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 23px;
}
.account.sales-order-view .column.main .info-contact i,
.account.sales-order-print .column.main .info-contact i {
  color: #808080;
  margin-right: 13px;
  min-width: 20px;
  text-align: center;
}
.account.sales-order-view .column.main .order-details-items.ordered .order-title strong,
.account.sales-order-print .column.main .order-details-items.ordered .order-title strong {
  color: rgba(0, 0, 0, 0.87);
  font-size: 19.57px;
  letter-spacing: 0.25px;
  line-height: 27px;
  text-transform: uppercase;
  border: none;
  padding: 0;
  font-weight: 600;
}
.account.sales-order-view .column.main .order-details-items,
.account.sales-order-print .column.main .order-details-items {
  margin-top: 0;
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.account.sales-order-view .column.main .order-details-items .product-image-container,
.account.sales-order-print .column.main .order-details-items .product-image-container {
  width: 96px;
  border: 1px solid #dedede;
}
.account.sales-order-view .column.main .order-details-items .left-oredrpage,
.account.sales-order-print .column.main .order-details-items .left-oredrpage {
  float: left;
}
.account.sales-order-view .column.main .order-details-items .right-oredrpage,
.account.sales-order-print .column.main .order-details-items .right-oredrpage {
  float: left;
  padding-left: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
}
.account.sales-order-view .column.main .order-details-items span.price-excluding-tax,
.account.sales-order-print .column.main .order-details-items span.price-excluding-tax {
  margin: 3px 0;
}
.account.sales-order-view .column.main .order-details-items a.action.order.order-cancel,
.account.sales-order-print .column.main .order-details-items a.action.order.order-cancel {
  color: #8cc63f;
  text-decoration: underline !important;
}
.account.sales-order-view .column.main .order-details-items .add-new-review-inner a,
.account.sales-order-print .column.main .order-details-items .add-new-review-inner a {
  color: #8cc63f;
  text-decoration: underline !important;
  cursor: pointer;
}
.account.sales-order-view .column.main .table-wrapper.order-items,
.account.sales-order-print .column.main .table-wrapper.order-items {
  border: none;
}
.account.sales-order-view .column.main ul.items.order-links,
.account.sales-order-print .column.main ul.items.order-links {
  display: none;
}
.account.sales-order-view .column.main .orderitem-customlist,
.account.sales-order-print .column.main .orderitem-customlist {
  display: inline-block;
  width: 100%;
  border: 1px solid #dedede;
  padding: 10px;
  margin-top: 16px;
}
.account.sales-order-view .column.main .order-details-items.ordered .order-title,
.account.sales-order-print .column.main .order-details-items.ordered .order-title {
  display: inline-block;
  padding: 0;
  border: 0;
}
.account.sales-order-view .column.main .table-wrapper.order-items span.pucetotalft,
.account.sales-order-print .column.main .table-wrapper.order-items span.pucetotalft {
  color: #808080;
  margin-top: 25px;
  display: inline-block;
  margin-bottom: 4px;
  width: 100%;
}
.account.sales-order-view .column.main table#my-orders-table,
.account.sales-order-print .column.main table#my-orders-table {
  width: 312px;
  display: inline-block;
}
.account.sales-order-view .column.main table#my-orders-table tfoot,
.account.sales-order-print .column.main table#my-orders-table tfoot,
.account.sales-order-view .column.main table#my-orders-table td,
.account.sales-order-print .column.main table#my-orders-table td {
  background: #ffffff;
}
.account.sales-order-view .column.main table#my-orders-table td,
.account.sales-order-print .column.main table#my-orders-table td,
.account.sales-order-view .column.main table#my-orders-table th,
.account.sales-order-print .column.main table#my-orders-table th {
  color: #808080;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 21px;
  padding: 3px 0;
}
.account.sales-order-view .column.main table#my-orders-table tfoot,
.account.sales-order-print .column.main table#my-orders-table tfoot {
  border-top: 1px solid #dedede;
  width: 312px;
  display: inline-block;
  padding: 12px 0 0;
}
.account.sales-order-view .column.main table#my-orders-table th,
.account.sales-order-print .column.main table#my-orders-table th,
.account.sales-order-view .column.main table#my-orders-table td.mark,
.account.sales-order-print .column.main table#my-orders-table td.mark {
  text-align: left;
}
.account.sales-order-view .column.main table#my-orders-table td,
.account.sales-order-print .column.main table#my-orders-table td {
  text-align: right;
}
.account.sales-order-view .column.main table#my-orders-table tr.grand_total,
.account.sales-order-print .column.main table#my-orders-table tr.grand_total {
  border-top: 1px solid #dedede;
  width: 312px;
  display: inline-table;
  margin: 12px 0 0;
}
.account.sales-order-view .column.main table#my-orders-table tr.grand_total strong,
.account.sales-order-print .column.main table#my-orders-table tr.grand_total strong {
  color: #1b191a;
}
.account.sales-order-view .column.main .actions,
.account.sales-order-print .column.main .actions {
  float: left;
  padding-top: 16px;
}
.account.sales-order-view .column.main .order-date span,
.account.sales-order-print .column.main .order-date span {
  color: rgba(0, 0, 0, 0.87);
}
.account.sales-order-view .column.main .actions .action.print,
.account.sales-order-print .column.main .actions .action.print {
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 21px;
  text-decoration: underline;
}
.account.sales-order-view .column.main .actions .action.print:first-child,
.account.sales-order-print .column.main .actions .action.print:first-child {
  margin-right: 24px;
}
.account.sales-order-view .column.main .actions dl.payment-method,
.account.sales-order-print .column.main .actions dl.payment-method {
  display: none;
}
.account.sales-order-print .columns {
  opacity: 1;
}
.account.sales-order-print .product-image-wrapper {
  height: 94px;
}
.account.sales-order-view .column.main table#my-orders-table tr.subtotal,
.account.sales-order-print .column.main table#my-orders-table tr.subtotal {
  width: 312px;
  display: inline-table;
}
.account.sales-order-view .column.main table#my-orders-table tr.shipping,
.account.sales-order-print .column.main table#my-orders-table tr.shipping {
  width: 312px;
  display: inline-table;
}
.account.sales-order-view .column.main table#my-orders-table tr.discount,
.account.sales-order-print .column.main table#my-orders-table tr.discount {
  width: 312px;
  display: inline-table;
}
button {
  border-radius: 4px !important;
}
body.contact-index-index .page-main {
  max-width: 1096px !important;
}
body.contact-index-index .page-main textarea {
  border-radius: 4px;
}
body.contact-index-index .page-main .column:not(.sidebar-additional) .form.contact {
  margin: 0;
  max-width: 100%;
  margin-top: 0px;
  min-width: 100%;
}
body.contact-index-index .page-main .fieldset > .legend {
  text-align: left;
  padding-bottom: 58px;
}
body.contact-index-index .page-main .fieldset > .legend h1 {
  margin-bottom: 0;
}
body.contact-index-index .page-main .primary {
  width: 100%;
}
.trackorder-index-view .page-main {
  max-width: 1096px;
  margin: auto;
}
.trackorder-index-view .page-main .page-title-wrapper {
  width: 352px;
  padding-bottom: 14px;
}
.trackorder-index-view .page-main .page-title-wrapper h1.page-title span {
  font-family: 'Plus Jakarta Sans';
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0.25px;
  color: #212b36 !important;
  text-transform: capitalize;
}
.trackorder-index-view .page-main .track-order-main .block-customer-track .form-track .field .label span {
  color: unset;
  font-size: unset;
}
.trackorder-index-view .page-main .track-order-main .track-container {
  float: left;
  margin: auto;
}
.trackorder-index-view .page-main .track-order-main .track-container .actions-toolbar .action.track.primary {
  background: #ff6600;
  border: 1px solid #ff6600;
  height: 48px;
  border-radius: 4px;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 8px;
}
.trackorder-index-view .page-main .track-order-main .track_result {
  width: 60%;
  float: right;
  margin-left: 20px;
}
.trackorder-index-view .page-main .track-order-main .track_result h2 {
  font-family: 'Plus Jakarta Sans';
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0.25px;
  color: #212b36 !important;
  text-transform: capitalize;
  margin-top: -70px;
  padding-bottom: 10px;
}
.trackorder-index-view .page-main .track-order-main .track_result table th {
  border-bottom: 1px solid #919eab;
  border-top: 1px solid #919eab;
}
.trackorder-index-view .page-main .track-order-main .track_result table th:nth-child(2n) {
  text-align: center;
}
.trackorder-index-view .page-main .track-order-main .track_result table tr td {
  border-bottom: 1px solid #919eab;
  color: #212b36;
  font-size: 14px;
}
.trackorder-index-view .page-main .track-order-main .track_result table tr td:nth-child(3n) {
  text-align: center;
}
.account.sales-order-view .column.main table#my-orders-table tr.grand_total th.mark strong,
.account.sales-order-view .column.main table#my-orders-table tr.grand_total td.amount strong {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: bold;
  letter-spacing: 0.1px;
  line-height: 24px;
}
.account.sales-order-view .column.main .info-contact img {
  padding-right: 8px;
  display: inline-block;
}
.account.sales-order-view .column.main .right-oredrpage a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.account.sales-order-view .column.main .order-status {
  border: none;
  text-transform: capitalize;
}
.account.sales-order-view .column.main .actions-toolbar.order-actions-toolbar {
  margin-bottom: 0;
}
.account.sales-order-view .column.main .actions a#testg {
  margin-left: 15px;
}
.account.sales-order-view .column.main .actions .action.order,
.account.sales-order-view .column.main .actions a#testg {
  color: #001d47;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 21px;
  text-decoration: underline;
}
.account.sales-order-view .column.main .box.box-order-billing-method dl.payment-method table.data.table tr th:after {
  content: ' : ';
  float: right;
}
.account.sales-order-view .column.main .box.box-order-billing-method dl.payment-method table.data.table tr th,
.account.sales-order-view .column.main .box.box-order-billing-method dl.payment-method table.data.table tr td {
  border: none;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 13.82px;
  letter-spacing: 0.25px;
}
/*Order Detail Page New Design End*/
/*Checkout page coupon code start*/
.btm-paymentbnktransfer p.rightcont b {
  font-weight: bold;
}
.checkout-index-index .coupon-code-title h2.cc-title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 18.28px;
  letter-spacing: 0;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 27px;
  margin-top: 50px;
}
.checkout-coupon-customdiv {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.checkout-coupon-customdiv span.prmocode-desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  width: 100%;
  display: inline-block;
  padding: 5px 0px 0px 0px;
  font-weight: normal;
}
.checkout-coupon-customdiv input {
  margin: 0 21px 0 0;
  width: 16px;
  height: 16px;
  position: relative;
  top: 1px;
}
.checkout-index-index .step-title,
form.form.form-shipping-address div#shipping-new-address-form .field:nth-child(3),
.checkout-index-index span.icon-title-one {
  display: block !important;
}
/*Checkout page coupon code end*/
.checkout-index-index .opc-sidebar .opc-block-summary .minicart-items .product-item-details .price {
  float: right !important;
}
.cms-home .owl-carousel .owl-item img {
  width: 100%;
}
.product-item-details span.old-price span.price {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: line-through;
}
.product-item-details span.special-price span.price {
  color: rgba(0, 0, 0, 0.87);
  margin-left: 6px;
}
.amsearch-form-container.-opened .amsearch-wrapper-input {
  position: static;
  max-width: 100%;
}
.header.content .block-search .minisearch input:focus {
  box-shadow: none;
}
header .amsearch-form-container.-opened .action.search {
  display: block;
}
header .amsearch-form-container.-opened .input-text {
  padding-left: 10px;
}
.amasty-xsearch-loader {
  position: relative;
}
header .block.block-search,
header .form .search-autocomplete {
  z-index: 1;
}
.account.sales-order-view .column.main .order-status {
  color: #333333;
  padding: 0;
  margin: 0;
}
.account.sales-order-view .column.main .order-status-main {
  color: #808080;
}
.account.sales-order-view .right-oredrpage span.price-including-tax ~ br {
  display: none;
}
.checkout-index-index .payment-option.opc-payment-additional.discount-code {
  display: inline-block;
  width: 100%;
}
.checkout-index-index .discount-code span.prmocode-desc {
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  width: 100%;
  display: inline-block;
  padding: 5px 0px 0px 41px;
  font-weight: normal;
}
.checkout-cart-index .cart-discount {
  padding: 0 12px 0 0;
}
.checkout-cart-index .cart-discount button.action.cancel.primary {
  float: left;
}
.product-image-container img {
  display: block !important;
}
.am-brand-slider .swiper-wrapper {
  margin-left: -5px;
}
.cms-index-index main#maincontent .columns {
  padding: 0;
}
.amslider.am-brand-slider .am-image-wrapper .am-image {
  max-width: 100%;
}
.catalog-product-view .product.media .loading-mask {
  display: inline-block;
}
.catalog-product-view .admin__data-grid-outer-wrap .block-title {
  margin: 45px 0 20px 10px;
}
.catalog-product-view .admin__data-grid-outer-wrap .block-title strong {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
}
.catalog-product-view .block.widget.block-viewed-products-grid .price-box {
  margin: 0;
}
.catalog-product-view .block.widget.block-viewed-products-grid .price-box .minimal-price-link {
  margin-top: 0;
}
.back-to-signup {
  width: 100%;
  text-align: center;
}
.customer-account-create .form-create-account fieldset.fieldset.create.account {
  position: relative;
  margin-bottom: 20px;
}
.customer-account-create .form-create-account .field.country_code.required {
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 0;
  max-width: 79px;
}
.customer-account-create .field.mobile_number .control .input-text {
  padding-left: 81px;
}
.customer-account-create .form-create-account .field.country_code.required select {
  border-color: #dddddd;
  color: rgba(0, 0, 0, 0.76);
  font-size: 13.82px;
}
.my-error.phone {
  color: #fb1c1c;
  margin-top: 3px;
}
.sidebar.sidebar-main .am-filter-items-attr_ltr.swatch-attribute.swatch-layered.ltr .swatch-option.text,
.sidebar.sidebar-main .swatch-attribute.plan div.swatch-option.text {
  width: auto;
  height: auto;
  padding: 3px 8px;
}
.sidebar.sidebar-main .am-filter-items-attr_display_size.swatch-attribute.swatch-layered.display_size .swatch-option.text {
  padding: 4px 5px;
}
.catalog-product-view select.swatch-select.brand {
  margin-bottom: 15px;
}
.checkout-index-index .opc-sidebar .opc-block-summary .minicart-items .product-item-name {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  text-transform: capitalize;
  margin: 10px 0 4px 0;
  min-height: inherit;
  text-align: left;
  max-width: 144px;
}
.page-products .widget.block-viewed-products-grid .product-item .price-box {
  margin: 0;
}
.page-products .widget.block-viewed-products-grid .product-item .minimal-price-link {
  margin-top: 0;
}
.page-products .widget.block-viewed-products-grid .block-title {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
.product-info-main .stock.available span:last-child {
  color: #e82b1a;
  font-size: 19.57px;
  letter-spacing: 0.25px;
  text-transform: none;
  font-weight: 600;
  line-height: 27px;
}
.catalog-product-view .columns .column.main {
  padding-bottom: 0px;
}
.footer-copy-right a,
.footer-copy-right p {
  font-size: 11.85px;
}
.page-products .column.main > .container.sj-test {
  padding: 0;
}
.page-products .filter-options-content .items a {
  padding-left: 0;
}
.trackorder-index-view .track_result table th:first-child {
  padding-left: 0;
}
.footer-right-new {
  width: 100%;
  display: inline-block;
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 25px;
  font-weight: normal;
}
.footer-roghtnewdiv {
  display: inline-block;
  width: 100%;
  text-align: right;
  padding-top: 13px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.footer-roghtnewdiv a,
.footer-roghtnewdiv span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.footer-roghtnewdiv span:before {
  content: "";
  height: 24px;
  width: 2px;
  background-color: #212b36;
  display: inline-block;
  margin: 0 24px;
  vertical-align: top;
}
.customer-account-edit .field .control .label {
  font-size: 13.7px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 24px;
  padding-bottom: 10px;
}
.customer-account-edit .field .control .input-text {
  margin-top: 7px;
}
.form.form-edit-account .field.number.required .control {
  display: inline-flex;
  margin-top: 0;
  width: 100%;
}
.form.form-edit-account .field.number.required select {
  position: relative;
  z-index: 6;
  top: 0;
  left: 0;
  max-width: 79px;
}
form#form-validate .field .control .input-text,
.login-container .fieldset > .field > .control input {
  min-height: 36px;
  border: 1px solid #cccccc;
  padding: 18px 16px;
  z-index: 0;
}
form#form-validate .field .control .input-text::placeholder,
.login-container .fieldset > .field > .control input::placeholder {
  padding: 0;
}
.form.form-edit-account .field.number.required input.input-text {
  margin-left: 0;
  position: relative;
  margin-top: 0 !important;
}
form#form-validate .field label.label {
  color: #637381;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
fieldset.fieldset.info .field .control input.input-text {
  margin-top: 5px;
}
.customer-account-edit .column.main .form.form-edit-account .field.number.required .control input.input-text {
  width: 100%;
  padding-left: 10px;
  margin-left: 0;
  position: relative;
  left: 0px;
  top: 0px;
}
.wishlist-index-index .product-item-info .price-box {
  text-align: left;
}
.customer-account-edit .column.main .form.form-edit-account .field.number.required .control select {
  padding-right: 25px;
  z-index: 2;
  top: 0;
  left: 0;
  max-width: 79px;
  display: inline-flex;
  right: 0;
}
body.account.customer-account-edit.page-layout-2columns-left .block-search .minisearch .action.search:before {
  margin-top: 24px;
}
label.labelNew {
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 5px;
}
body.customer-account-create.page-layout-1column label.labelNew {
  display: none;
}
.checkout-index-index div#checkout-step-payment .payment-method-content .payment-method-billing-address .billing-address-form .choice.field {
  width: 100%;
  padding-left: 6px;
}
body.checkout-cart-index .block-authentication .component-wrapper .field.mobile_number.required .field.country_code.required {
  left: 0px;
}
.cms-no-route .not-found-page {
  text-align: center;
  width: 100%;
  margin: 64px auto;
}
.cms-no-route .not-found-page h2 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24.81px;
  line-height: 30px;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 0;
}
.cms-no-route .not-found-page button.notfound-btn {
  height: 36px;
  width: 352px;
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  margin-top: 0;
  color: #ffffff;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  padding: 10px 16px;
  text-transform: uppercase;
}
.filter-options-content .items.am-filter-items-attr_category_ids.am-labels-folding input[type="radio"] {
  margin-top: 5px;
  margin-right: 6px;
  vertical-align: top;
}
.filter-options-content ul.items.am-filter-items-attr_category_ids.am-labels-folding span.label {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding-left: 0;
  white-space: nowrap;
  width: 150px;
  overflow: hidden;
}
.products {
  margin: 0;
}
.customer-account-createpassword form.form.password.reset h1.page-title {
  margin: 30px 0;
}
.customer-account-createpassword .page-title-wrapper,
.customer-account-createpassword .password-strength-meter {
  display: none;
}
.customer-account-createpassword form.form.password.reset {
  max-width: 390px;
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
.customer-account-createpassword form.form.password.reset .mage-error {
  text-align: left;
}
.customer-account-createpassword form.form.password.reset fieldset.fieldset .control {
  margin-left: 162px;
  text-align: center;
  max-width: 60%;
}
.customer-account-createpassword form.form.password.reset .actions-toolbar {
  margin-left: 162px;
}
.category-sound-bars .filter-options-content ul.items.am-filter-items-attr_category_ids.am-labels-folding .count {
  margin-right: -12px;
}
.review-customer-index .toolbar.products-reviews-toolbar.bottom .pager .pages {
  clear: both;
  right: 54px;
  z-index: 2;
}
.contact-index-index form.form.contact .field.mobile_number.required {
  position: relative;
  display: inline-block;
  left: -1px;
  width: 100%;
}
.contact-index-index .field.note.no-label {
  display: none;
}
.contact-index-index .primary button.action.submit.primary {
  color: #ffffff;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  margin-top: 12px;
  background: #ff6600;
  border: 1px solid #ff6600;
  height: 48px;
}
.contact-index-index form#contact-form .control input {
  border: 1px solid #cccccc;
}
.review-customer-index .toolbar.products-reviews-toolbar.bottom .pages .action.next,
.review-customer-index .toolbar.products-reviews-toolbar.bottom .pages .action.previous {
  border: none;
  box-shadow: none;
  background: none;
}
.review-customer-index .toolbar.products-reviews-toolbar.bottom .pages strong.page {
  background: none;
}
.review-customer-index .toolbar.products-reviews-toolbar.bottom .pager .limiter {
  float: right;
  clear: both;
  position: relative;
  top: -30px;
}
.review-customer-index .toolbar.products-reviews-toolbar.bottom .pager .pages li.item.current span {
  font-weight: normal;
}
.component-wrapper .primary.guest-cus button.action.action-login.secondary,
.popup-authentication .actions-toolbar button.action.action-login.secondary {
  height: 36px;
  color: #ffffff;
  font-size: 13.55px;
  font-weight: 600;
  width: 352px;
  line-height: 16px;
}
.checkout-cart-index .modal-popup .action-close {
  padding: 0;
}
/*New header design megamneu*/
section.ammenu-menu-desktop.-sticky .ammenu-submenu-container.ammenu-submenu.-full {
  background: transparent;
}
.ammenu-main-container .ammenu-submenu.-full .ammenu-categories-container.ammenu-categories {
  display: block;
}
.ammenu-main-container .ammenu-items li.ammenu-item.-main.-auto .ammenu-submenu-container.ammenu-submenu.-auto ul.ammenu-item.-child {
  padding-left: 15px;
  display: inline-block;
  text-align: left;
  padding-right: 0;
}
.ammenu-main-container .ammenu-items li.ammenu-item.-main.-auto .ammenu-submenu-container.ammenu-submenu.-auto {
  background: #ffffff;
  margin-top: 0;
}
section.ammenu-menu-desktop nav.ammenu-main-container .ammenu-item.-full .ammenu-categories-container > .ammenu-item.-child {
  margin-bottom: 0;
}
.category-view .page-title-wrapper {
  width: 100%;
  padding-bottom: 18px;
  display: none;
}
.category-view .category-description {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding-bottom: 63px;
  margin-bottom: 0;
}
.customcatlist-hlm {
  display: inline-block;
  padding-top: 93px;
  padding-bottom: 96px;
  border-bottom: 1px solid #dedede;
}
.category-image {
  margin-bottom: 0;
}
.amstorecredit-index-index .content-right h6 {
  padding: 0;
  border: 0;
}
.ammenu-main-container .ammenu-item.-main:first-child:hover .ammenu-submenu-container.ammenu-submenu.-full {
  margin-top: 0px;
}
.ammenu-main-container .ammenu-item.-main:hover {
  border-bottom: 4px solid #8cc63f;
  border-radius: 100px 100px 0 0;
}
section.ammenu-menu-desktop .ammenu-main-container .ammenu-submenu.-full {
  margin-top: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  color: #f5f5f5;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  padding: 10px 16px;
}
/*New catgeory page design end*/
.cms-index-index ol.product-items li .product-item-info .sj-image-container .product-item-details .price-final_price,
.cms-index-index ol.product-items li .product-item-info .sj-image-container .product-item-details .price {
  background: unset;
  width: 100%;
  left: 0;
  text-align: left;
}
.customer-account-create select#accounttype,
.customer-account-create select#businesstype {
  border: 1px solid #dddddd;
  color: rgba(0, 0, 0, 0.6);
}
.page-products .cat-promotionimg-section,
.page-products .customcatlist-hlm {
  display: none;
}
.category-view .container.sj-test .right-side .page-title-wrapper {
  display: inline-block;
}
.checkout-index-index .opc-wrapper .opc .checkout-shipping-address .step-title {
  color: #8cc63f;
  font-size: 19.57px;
  letter-spacing: 0.25px;
  line-height: 27px;
}
.checkout-index-index li#shipping .form-shipping-address .newtitleadd-shipadd {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.cart-summary .block > .title:after {
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/tarrow_dwn.png);
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  top: 15px;
  right: 0;
}
.checkout-cart-index .block.widget .products-grid .product-items li.product-item,
.amasty_quote-cart-index .block.widget .products-grid .product-items li.product-item {
  width: 19%;
}
.page-products .sorter {
  margin-left: 10px;
}
.page-footer .footer-bottom {
  width: 99.5%;
}
form#co-transparent-form fieldset#payment_form_payeezy .field {
  width: 100%;
}
form#co-transparent-form fieldset#payment_form_payeezy .field .control input {
  width: 352px;
}
.ammenu-main-container .ammenu-item.-main {
  width: max-content;
  padding-right: 0;
  margin-right: 22px;
}
.product.info.detailed .additional-attributes tbody tr {
  padding-bottom: 8px;
  display: inline-block;
  width: 100%;
}
.ammenu-main-container .ammenu-item.-main:nth-child(3):hover .ammenu-submenu-container.ammenu-submenu.-full,
.ammenu-main-container .ammenu-item.-main:nth-child(4):hover .ammenu-submenu-container.ammenu-submenu.-full {
  margin-top: 0;
}
.ammenu-main-container .ammenu-item.-main a img.catgeory-icon-magneto {
  vertical-align: -webkit-baseline-middle;
}
nav.ammenu-main-container li.ammenu-item.-main.-full.custom:hover {
  height: 38px;
}
.page-footer .footer-copy-right {
  margin-top: 83px;
  display: -webkit-box;
}
.footer-btm-section .col-md-2 {
  text-align: center;
}
.footer-btm-section .col-md-2 .newftrd-div {
  width: 102px;
  margin: 0 auto;
  text-align: left;
}
.page-footer .col-md-2 li.twitter {
  margin-left: -3px;
}
.cathome-bootom-image {
  position: absolute;
  margin-top: -58px;
}
.page-footer .col-md-2 li h5 {
  margin: 0;
  display: inline-block;
  color: #ffffff;
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding-left: 8px;
  text-transform: capitalize;
  font-weight: normal;
}
.customer-account-create .password-strength-meter {
  display: none;
}
.customer-address-form form#form-validate input#street_1,
.customer-address-form form#form-validate select#region_id,
.customer-address-form form#form-validate select#country {
  height: 36px;
  border: 1px solid #dedede;
}
li.ammenu-item.-main.-auto .ammenu-categories-container li.ammenu-wrapper {
  margin-bottom: 15px;
}
li.ammenu-item.-main.-auto .ammenu-categories-container li.ammenu-wrapper a.ammenu-link {
  display: inline-block;
  margin-top: -15px;
}
.amblog-index-index .amblog-post-container .amblog-wrapper h2 {
  margin-bottom: 0;
}
.contact-index-index form#contact-form .control input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.ammenu-nav-sections.nav-sections {
  z-index: 2;
}
.ammenu-nav-sections.nav-sections.fixed-menu1 {
  z-index: 3;
}
.page-header .panel ul li a {
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
}
.ammenu-main-container .ammenu-item.-main.-auto img.catgeory-icon-magneto {
  width: 30px;
  height: 28px;
}
ul.sub-cat.customcatlist {
  width: 24%;
  display: inline-grid;
}
.catalogsearch-result-index .toolbar.toolbar-products {
  margin-top: -56px !important;
}
.customer-account-create form#form-validate .field.choice.newsletter label.label {
  display: inline-block;
}
.opc-block-summary .product-item .subtotal span.price {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-align: right;
}
.customer-account-login .field.password.required input {
  z-index: 0 !important;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items {
  display: inline-block !important;
}
.checkout-index-index .checkout-payment-method .billing-address-same-as-shipping-block,
.checkout-index-index .checkout-payment-method .fieldset {
  margin-left: -22px;
}
.checkout-index-index #checkout .checkout-payment-method .fieldset .field.field-select-billing {
  padding-left: 6px;
}
.page-products.catalog-category-view .sidebar.sidebar-main,
.page-products .right-side,
.page-products .search.results {
  display: block !important;
}
.catalogsearch-result-index.page-layout-2columns-left .column.main {
  width: 100%;
}
.page-products.catalog-category-view .recently-product-cat {
  float: right;
  width: 80%;
}
.block-content.filter-content .filter-options-item:first-child {
  padding-top: 0;
}
.page-wrapper.fixed-menuheader main#maincontent {
  margin-top: 0;
}
.customer-account-login .container.sj-test {
  padding: 0;
}
.revewwithwishlist .wishlist .actions-secondary .already-in-wishlist:after {
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/wishlisted.svg);
  height: 24px;
  width: 24px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  display: inline-block;
  content: ' ';
}
.revewwithwishlist .towishlist:after {
  height: 20px;
  width: 20px;
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/Wishlist.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  content: ' ';
}
.revewwithwishlist .towishlist:hover:after {
  height: 24px;
  width: 24px;
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/wishlist_hover.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  content: ' ';
}
body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection.bottom {
  border-bottom: 0;
}
body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection.bottom .fourbiggestlevel {
  border-bottom: 1px solid #dedede;
}
/*Catgeory page new design*/
.page-products .products.products-grid li.item.product.product-item .listingproduct-right .actions-secondary {
  display: none !important;
}
.products.list .amquote-action-wrap .action.tocart {
  width: 100%;
  height: 40px;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper {
  display: none;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .block.filter {
  display: none;
}
.page-products .breadcrumbs {
  padding-top: 27px;
  margin-top: 0;
}
.catgeoryblocks-section {
  display: inline-block;
  width: 100%;
}
.catgeoryblocks-section .top-banner {
  padding-bottom: 64px;
  min-height: 260px;
}
.catgeoryblocks-section .top-banner img {
  width: 100%;
}
.catgeoryblocks-section .four-level-catgeory .top-linkbtn {
  height: 73px;
  border: 1px solid #dedede;
  background-color: #f1f2f4;
  padding: 18.5px 24.5px;
}
.catgeoryblocks-section .four-level-catgeory .top-linkbtn h2 {
  color: #8cc63f;
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}
.catgeoryblocks-section .top-linkbtn h2 {
  color: #8cc63f;
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
  display: inline-block;
}
.catgeoryblocks-section .top-linkbtn a {
  float: right;
  display: inline-block;
  height: 36px;
  width: 144px;
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  color: #f5f5f5;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  padding: 10px 12px;
  text-transform: uppercase;
  cursor: pointer;
}
.top-linkbtn {
  height: 73px;
  border: 1px solid #dedede;
  background-color: #f1f2f4;
  padding: 18.5px 24.5px;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory {
  width: 100%;
  display: inline-block;
  padding-top: 44px;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection.three {
  border-right: 0;
  border-bottom: 0;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection.three .twelve {
  border: 1px solid #dedede;
  border-left: 0;
  border-top: 0;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection.three .twelve:last-child {
  border: 1px solid #dedede;
  border-left: 0;
  border-top: 0;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection {
  display: flex;
  border: 1px solid #dedede;
  width: 100%;
  border-top: 0;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection .twelve {
  display: inline-block;
  float: left;
  width: 16.5%;
  height: 220px;
  border: 1px solid #dedede;
  border-top: 0;
  border-left: 0;
  text-align: center;
  border-bottom: 0;
  padding-top: 20px;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection .twelve .image-top-twelve {
  height: 156px;
  padding-bottom: 12px;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection .twelve .name-top-twelve {
  padding: 22px 0;
  padding-top: 0;
  display: inline-block;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection .twelve .name-top-twelve a {
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  cursor: pointer;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection .twelve .name-top-twelve a:hover {
  color: rgba(0, 0, 0, 0.6);
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection .twelve:last-child {
  border-right: 0;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section {
  display: inline-block;
  padding-top: 44px;
  width: 100%;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection {
  display: flex;
  width: 100%;
  border-width: 0px 1px 1px;
  border-style: solid solid solid;
  border-color: #dedede #dedede #dedede;
  border-image: initial;
  border-top: 0px;
  border-right: 0;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection .fourbiggestlevel {
  display: inline-block;
  float: left;
  width: 25%;
  border: 1px solid #dedede;
  border-top: 0;
  border-left: 0;
  text-align: center;
  border-bottom: 0;
  padding-top: 20px;
  height: 330px;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection .fourbiggestlevel .image-top-twelve {
  height: 260px;
  padding-bottom: 12px;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection .fourbiggestlevel .name-top-twelve {
  padding: 28px 0;
  padding-top: 0;
  display: inline-block;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection .fourbiggestlevel .name-top-twelve a {
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  cursor: pointer;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection .fourbiggestlevel .name-top-twelve a:hover {
  color: rgba(0, 0, 0, 0.6);
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection.bottom {
  border-right: 0;
  border-bottom: 0;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection.bottom .fourbiggestlevel {
  border-bottom: 1px solid #dedede;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory {
  width: 100%;
  display: inline-block;
  padding-top: 44px;
}
.biggest-two .biggest-top .biggestimg-sec a {
  background: transparent;
  width: unset;
  height: unset;
  text-align: center;
  display: inline-block;
  float: inherit;
}
/*Ice catgeory page*/
body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory .img-namesection {
  display: inline-block;
  border: 1px solid #dedede;
  width: 100%;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory .img-namesection .fourone {
  display: inline-block;
  width: 33.33%;
  float: left;
  height: unset;
  border: 1px solid #dedede;
  border-top: 0;
  border-left: 0;
}
body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory .img-namesection .fourone .image-top-fourone {
  padding: 24px;
  padding-bottom: 0;
  height: unset;
  text-align: center;
}
body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory .img-namesection .fourone .name-top-fourone {
  padding: 18px 0;
  padding-top: 0;
  text-align: center;
}
body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory .img-namesection .fourone .name-top-fourone a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory .img-namesection .fourone .name-top-fourone a:hover {
  color: rgba(0, 0, 0, 0.6);
}
/*refrigerator catgeory page*/
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .threebiggestlevel-section {
  display: inline-block;
  padding-top: 44px;
  width: 75%;
  float: left;
  padding-right: 12px;
}
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .threebiggestlevel-section .img-namesection {
  display: flex;
  width: 100%;
  border-width: 0px 1px 1px;
  border-style: solid solid solid;
  border-color: #dedede #dedede #dedede;
  border-image: initial;
  border-top: 0px;
  border-right: 0;
  border-bottom: 0;
}
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .threebiggestlevel-section .img-namesection .threebiggestlevel {
  display: inline-block;
  float: left;
  width: 33.33%;
  border: 1px solid #dedede;
  border-top: 0;
  border-left: 0;
  text-align: center;
  padding-top: 20px;
  height: 440px;
}
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .threebiggestlevel-section .img-namesection .threebiggestlevel .image-top-twelve {
  height: 360px;
  padding-bottom: 12px;
}
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .threebiggestlevel-section .img-namesection .threebiggestlevel .name-top-twelve {
  padding: 30px 0;
  padding-top: 0;
  display: inline-block;
}
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .biggest-two {
  display: inline-block;
  width: 25%;
  padding-top: 44px;
  text-align: center;
  float: right;
  padding-left: 12px;
}
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .biggest-two .biggest-top {
  width: 100%;
  float: left;
  display: inline-block;
  border: 1px solid #dedede;
  height: 512px;
}
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .biggest-two .biggest-top .biggestimg-sec a {
  background: transparent;
  width: unset;
  height: unset;
  text-align: center;
  display: inline-block;
  float: inherit;
}
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .biggest-two .top-linkbtn {
  padding: 20px 0;
  text-align: center;
  width: 100%;
  display: inline-block;
  border: 0;
}
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .biggest-two .top-linkbtn .biggestimg-sec {
  height: 380px;
  display: inline-block;
  padding: 24px;
}
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .biggest-two .top-linkbtn .viewallbigg {
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 24px;
  padding-top: 0;
  padding-bottom: 16px;
}
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .biggest-two .top-linkbtn .viewallbigg a {
  float: none;
}
.fourbiggestlevel-section {
  display: inline-block;
  width: 100%;
}
.fourbiggestlevel-section .img-namesection {
  display: flex;
  width: 100%;
  border-width: 0px 1px 1px;
  border-style: solid solid solid;
  border-color: #dedede #dedede #dedede;
  border-image: initial;
  border-top: 0px;
  border-right: 0;
}
.fourbiggestlevel-section .img-namesection .fourbiggestlevel {
  display: inline-block;
  float: left;
  width: 25%;
  border: 1px solid #dedede;
  border-top: 0;
  border-left: 0;
  text-align: center;
  border-bottom: 0;
  padding-top: 20px;
  height: 330px;
}
.fourbiggestlevel-section .img-namesection .fourbiggestlevel .image-top-twelve {
  height: 260px;
  padding-bottom: 12px;
}
.fourbiggestlevel-section .img-namesection .fourbiggestlevel .name-top-twelve {
  padding: 28px 0;
  padding-top: 0;
  display: inline-block;
}
.fourbiggestlevel-section .img-namesection .fourbiggestlevel .name-top-twelve a {
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  cursor: pointer;
}
.fourbiggestlevel-section .img-namesection .fourbiggestlevel .name-top-twelve a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.fourbiggestlevel-section .img-namesection.bottom {
  border-right: 0;
}
.two-level-catgeory {
  display: inline-block;
  width: 35%;
  float: right;
  padding-left: 12px;
}
.two-level-catgeory .img-namesection {
  display: inline-block;
  border: 1px solid #dedede;
  width: 100%;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}
.two-level-catgeory .img-namesection .twoone {
  display: inline-block;
  width: 50%;
  float: left;
  height: 216px;
  border: 1px solid #dedede;
  border-top: 0;
  border-left: 0;
}
.two-level-catgeory .img-namesection .twoone .image-top-twoone {
  padding: 24px;
  padding-bottom: 0;
  height: 174px;
}
.two-level-catgeory .img-namesection .twoone .name-top-twoone {
  padding: 18px 0;
  padding-top: 0;
  text-align: center;
}
.two-level-catgeory .img-namesection .twoone .name-top-twoone a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.two-level-catgeory .img-namesection .twoone .name-top-twoone a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.four-level-catgeory {
  width: 65%;
  float: left;
  padding-right: 12px;
}
.four-level-catgeory .img-namesection {
  display: inline-block;
  border: 1px solid #dedede;
  width: 100%;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}
.four-level-catgeory .img-namesection .fourone {
  display: inline-block;
  width: 25%;
  float: left;
  height: 216px;
  border: 1px solid #dedede;
  border-top: 0;
  border-left: 0;
}
.four-level-catgeory .img-namesection .fourone .image-top-fourone {
  padding: 24px;
  padding-bottom: 0;
  height: 174px;
}
.four-level-catgeory .img-namesection .fourone .name-top-fourone {
  padding: 18px 0;
  padding-top: 0;
  text-align: center;
}
.four-level-catgeory .img-namesection .fourone .name-top-fourone a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.four-level-catgeory .img-namesection .fourone .name-top-fourone a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.fourbiggestlevel-section.threeone {
  width: 75%;
}
.fourbiggestlevel-section.threeone .img-namesection .fourbiggestlevel {
  width: 33.33%;
}
.biggest-two {
  display: inline-block;
  width: 100%;
  padding-top: 44px;
}
.biggest-two .biggest-top {
  width: 49%;
  float: left;
  display: inline-block;
  border: 1px solid #dedede;
  height: 509px;
}
.biggest-two .biggest-top.left {
  margin-right: 12px;
}
.biggest-two .biggest-top.right {
  margin-left: 12px;
}
.biggest-two .biggest-top .biggestimg-sec {
  height: 360px;
  padding: 24px;
  padding-bottom: 0;
}
.biggest-two .biggest-top .top-linkbtn {
  padding: 28px 0;
  text-align: center;
  width: 100%;
  display: inline-block;
  border: 0;
}
.biggest-two .biggest-top .top-linkbtn h2 {
  padding-bottom: 24px;
  width: 100%;
}
.biggest-two .biggest-top .viewallbigg {
  text-align: center;
  width: 100%;
  display: inline-block;
  float: none;
  padding: 24px;
  padding-top: 0;
}
.biggest-two .biggest-top .viewallbigg a {
  float: none;
}
/*food prep category page*/
body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection {
  display: flex;
}
body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection.bottom {
  border-bottom: 0;
  border-right: 0;
}
body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection.bottom .sixone {
  border-bottom: 1px solid #dedede;
}
body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection.bottom .sixone:last-child {
  border-right: 1px solid #dedede;
}
/*Dish washing page*/
body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .biggest-two {
  padding-top: 0;
}
body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section {
  margin-top: 44px;
}
.biggest-two.three {
  margin-top: 44px;
  display: inline-block;
}
.biggest-two.three .biggest-top-three {
  width: 32%;
  float: left;
  margin: 0 12px;
  display: inline-block;
  border: 1px solid #dedede;
  height: 512px;
}
.biggest-two.three .biggest-top-three:first-child {
  margin-left: 0;
}
.biggest-two.three .biggest-top-three:last-child {
  margin-right: 0;
}
.biggest-two.three .biggest-top-three .top-linkbtn .biggestimg-sec {
  height: 395px;
  display: inline-block;
  padding: 24px;
}
.biggest-two.three .biggest-top-three .top-linkbtn .viewallbigg {
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 24px;
  padding-top: 0;
  padding-bottom: 16px;
}
.biggest-two.three .biggest-top-three .top-linkbtn .viewallbigg a {
  float: none;
}
/*dining category page*/
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory {
  margin-top: 0;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection {
  display: flex;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection.bottom {
  border-bottom: 0;
  border-right: 0;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection.bottom .sixone {
  border-bottom: 1px solid #dedede;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection.bottom .sixone:last-child {
  border-right: 1px solid #dedede;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree {
  margin-top: 44px;
  display: inline-block;
  width: 100%;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-one-left {
  width: 25%;
  float: left;
  display: inline-block;
  margin-right: 12px;
  height: 390px;
  border: 1px solid #dedede;
  text-align: center;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-one-left .biggestimg-sec {
  padding: 24px;
  height: 280px;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-one-left .viewallbigg a {
  float: none;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-three-left {
  width: 25%;
  float: left;
  display: inline-block;
  margin-left: 12px;
  height: 390px;
  border: 1px solid #dedede;
  text-align: center;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-three-left .biggestimg-sec {
  padding: 24px;
  height: 280px;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-three-left .viewallbigg a {
  float: none;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-center-two {
  width: 46%;
  float: left;
  display: inline-block;
  margin: 0 12px;
  height: 390px;
  text-align: center;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-center-two .top-linkbtn {
  text-align: left;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-center-two .centerimgsec {
  display: inline-block;
  float: left;
  height: 316px;
  width: 100%;
  padding: 0;
}
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-center-two .centerimgsec .biggestimg-sec {
  float: left;
  text-align: center;
  border: 1px solid #dedede;
  display: inline-block;
  width: 50%;
  height: 316px;
}
/*staineless catgeory page*/
body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .two-level-catgeory {
  float: left;
  padding-left: 0;
  padding-right: 12px;
}
body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory {
  float: right;
  padding-left: 12px;
  padding-right: 0;
}
body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .biggest-two .biggest-top.left:first-child {
  margin-left: 0;
}
body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .biggest-two .biggest-top.left:last-child {
  margin-right: 0;
}
/*smallware catgeory page*/
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory {
  padding-right: 12px;
  display: inline-block;
  margin-top: 44px;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory .fourone {
  width: 25%;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .two-level-catgeory {
  margin-top: 44px;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory {
  width: 50%;
  float: left;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory .img-namesection {
  width: 100%;
  display: inline-block;
  border: 1px solid #dedede;
  height: 260px;
  border-left: 0;
  border-top: 0;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory .img-namesection .threeone {
  width: 33.33%;
  float: left;
  display: inline-block;
  border: 1px solid #dedede;
  height: 260px;
  text-align: center;
  padding: 12px;
  padding-bottom: 0;
  border-bottom: 0;
  border-right: 0;
  border-top: 0;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory .img-namesection .threeone .name-top-three a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory .img-namesection .threeone .name-top-three a:hover {
  color: rgba(0, 0, 0, 0.6);
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory.left {
  padding-left: 12px;
  margin-top: 44px;
  width: 35%;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory.left .img-namesection .threeone {
  width: 50%;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory.right {
  padding: 0 12px;
  margin-top: 44px;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory.btm {
  margin-top: 40px;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .twobiggest-categorysec {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .twobiggest-categorysec .two-big-catgeory {
  width: 49%;
  display: inline-block;
  float: left;
  border: 1px solid #dedede;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .twobiggest-categorysec .two-big-catgeory.left {
  margin-right: 12px;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .twobiggest-categorysec .two-big-catgeory.right {
  margin-left: 12px;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .twobiggest-categorysec .two-big-catgeory .img-namesection {
  display: inline-block;
  width: 100%;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .twobiggest-categorysec .two-big-catgeory .img-namesection .two-big {
  display: inline-block;
  float: left;
  width: 50%;
  border: 1px solid #dedede;
  height: 355px;
  padding: 20px;
  text-align: center;
  padding-bottom: 0;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .twobiggest-categorysec .two-big-catgeory .img-namesection .two-big .name-top-two-big a {
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  cursor: pointer;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .twobiggest-categorysec .two-big-catgeory .img-namesection .two-big .name-top-two-big a:hover {
  color: rgba(0, 0, 0, 0.6);
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec {
  display: flex;
  width: 100%;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec .bigthreeleftsc {
  display: inline-block;
  width: 15%;
  float: left;
  padding-right: 12px;
  margin-top: 44px;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec .bigthreeleftsc .biggest-threesuper {
  width: 100%;
  display: inline-block;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec .bigthreeleftsc .biggest-threesuper .biggest-three {
  float: left;
  width: 100%;
  border: 1px solid #dedede;
  display: inline-block;
  margin: 0 12px;
  height: 332px;
  text-align: center;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec .bigthreeleftsc .biggest-threesuper .biggest-three.left {
  margin-left: 0;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec .bigthreeleftsc .biggest-threesuper .biggest-three.right {
  margin-right: 0;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec .bigthreeleftsc .biggest-threesuper .biggest-three .top-linkbtn {
  display: inline-block;
  padding: 20px 0;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec .bigthreeleftsc .biggest-threesuper .biggest-three .top-linkbtn .biggestimg-sec {
  display: inline-block;
  height: 222px;
  padding-top: 24px;
}
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec .bigthreeleftsc .biggest-threesuper .biggest-three .top-linkbtn .viewallbigg a {
  float: none;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .block.filter,
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .block.filter {
  display: none;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page {
  width: 100% !important;
}
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item {
  width: 15%;
}
.six-level-catgeory {
  width: 100%;
  display: inline-block;
  margin-top: 40px;
}
.six-level-catgeory .img-namesection {
  display: inline-block;
  border: 1px solid #dedede;
  width: 100%;
  border-top: 0;
}
.six-level-catgeory .img-namesection .sixone {
  display: inline-block;
  float: left;
  width: 16.5%;
  height: 220px;
  border: 1px solid #dedede;
  border-top: 0;
  border-left: 0;
  text-align: center;
  border-bottom: 0;
  padding-top: 20px;
}
.six-level-catgeory .img-namesection .sixone .image-top-sixone {
  height: 156px;
  padding-bottom: 12px;
}
.six-level-catgeory .img-namesection .sixone .name-top-sixone {
  padding: 22px 0;
  padding-top: 0;
  display: inline-block;
}
.six-level-catgeory .img-namesection .sixone .name-top-sixone a {
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  cursor: pointer;
}
.six-level-catgeory .img-namesection .sixone .name-top-sixone a:hover {
  color: rgba(0, 0, 0, 0.6);
}
/*cooking catgeory page*/
body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section.threeone {
  width: 75%;
  padding: 44px 0;
}
body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section.threeone .img-namesection .fourbiggestlevel {
  width: 33.33%;
}
body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section.topbtm {
  padding-top: 44px;
}
/*ovens category page*/
body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory {
  margin-top: 0;
}
body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection {
  display: flex;
}
body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection.bottom {
  border-bottom: 0;
  border-right: 0;
}
body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection.bottom .sixone {
  border-bottom: 1px solid #dedede;
}
body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection.bottom .sixone:last-child {
  border-right: 1px solid #dedede;
}
.name-top-twelve a {
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  cursor: pointer;
}
.name-top-twelve a:hover {
  color: rgba(0, 0, 0, 0.6);
}
section.ammenu-menu-wrapper.-desktop div#amasty-shopby-product-list .block.widget.amsorting.block-products-list.grid .product-item-details .price-final_price {
  text-align: left;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .number span.plus {
  position: relative;
  left: -34px;
  top: 7px;
  height: 2px;
  width: 16px;
  padding: 0;
  border-left: 1px solid #dedede;
  padding-left: 2px;
}
.product-info-main .stock.available {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  width: 100%;
  padding: 19px 0;
  margin-bottom: 19px;
}
.checkout-cart-index .cart.table-wrapper .cart > .item .number span.minus {
  left: -19px;
}
.product-info-main .product-add-form .box-tocart span.minus {
  left: -18px;
}
.six-level-catgeory .img-namesection .sixone:last-child {
  border-right: 0;
}
.product-info-main .product-add-form .box-tocart span.minus,
.checkout-cart-index .cart.table-wrapper .cart > .item .number span.minus,
.product-info-main .product-add-form .box-tocart span.plus {
  position: relative;
  left: -33px;
  top: 8px;
  height: 2px;
  width: 16px;
  padding: 0;
  border-left: 1px solid #dedede;
  padding-left: 2px;
}
.checkout-cart-index .cart-container .cart-summary .discount .title:after {
  background-image: none;
  content: ' ';
}
.amsearch-item-container > .amasty-xsearch-block-header {
  padding: 0;
}
.amsearch-item-container.popular_searches,
.amsearch-item-container.recent_searches {
  float: left;
  width: 100%;
  text-align: left;
}
.amsearch-item-container > .amasty-xsearch-block-header:before {
  width: 0;
}
.amsearch-form-container.-large .amsearch-wrapper-content .product-item-actions {
  display: none;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main {
  padding: 4px 14px;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover {
  background: transparent;
  padding-bottom: 0;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main a.ammenu-link.-main.-parent {
  color: rgba(0, 0, 0, 0.6) !important;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
div#mageplaza-bannerslider-block-before-content-3 {
  margin-top: -24px;
}
.two-level-catgeory .img-namesection .twoone {
  text-align: center;
}
.two-level-catgeory .img-namesection .twoone .image-top-twoone {
  width: 150px;
  display: inline-block;
}
.catalog-product-view .recently-product-cat .block-title {
  margin-top: 32px;
}
.page-products .breadcrumbs {
  margin-bottom: 16px;
}
body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .biggest-two.three .biggest-top-three .top-linkbtn .biggestimg-sec a {
  background: transparent;
  width: auto;
  height: unset;
}
.account.sales-order-history .data.table .col.actions a.action.view,
body.account.sales-order-history a.action.order {
  text-decoration: none;
  color: #ff6600;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
body.account.wishlist-index-index section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full div#amasty-shopby-product-list .block.widget.amsorting.block-products-list.grid .products-grid.grid ol.product-items.widget-product-grid li.product-item .product-item-info .product-item-details strong.product-item-name {
  height: 32px;
  min-height: 32px;
}
.filter-current strong.block-subtitle,
.filter-current ol.items,
.sidebar.sidebar-main .block-actions.filter-actions {
  padding-left: 0;
}
.page-products .products.wrapper.list.products-list {
  width: 79%;
  float: right;
}
.catgeoryblocks-section .top-banner.responsive {
  display: none;
}
.page-products .products.wrapper.list.products-list.amscroll-pages {
  margin-top: 12px;
}
.catalog-product-view .wedeliver-sec {
  margin-bottom: 12px;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-2 ul.ammenu-item.-child li.ammenu-wrapper,
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-3 li.ammenu-wrapper ul.ammenu-item.-child li.ammenu-wrapper,
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-2 li.ammenu-wrapper {
  float: left;
}
body.page-products.page-with-filter.catalogsearch-result-index.page-layout-1column .products.wrapper.grid.products-grid {
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout,
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  border-radius: 0;
  background: transparent;
  color: #666;
  margin: 0;
  border: 1px solid #666;
  padding: 8px;
  text-transform: capitalize;
}
.page-products.catalog-category-view .page-title-wrapper .page-title {
  width: 100%;
  float: left;
  text-align: left;
  margin-bottom: 13px;
}
.reviews .reviewmain-section h3,
.payment-responsivesec {
  display: none;
}
.fotorama__stage__frame.fotorama__active {
  margin-left: 15px;
}
.catalog-product-view header.page-header,
.checkout-cart-index header.page-header {
  z-index: 1;
}
.reviewsectionleft-product.responsive,
.reviewsectionright-product.responsive,
.sku-custom.responsive {
  display: none;
}
div#mageplaza-bannerslider-block-before-content-4,
div#mageplaza-bannerslider-block-before-content-8 {
  display: none;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-2 li.ammenu-wrapper {
  width: 100%;
}
/*New Css start*/
.page-products.ambrand-index-index.page-layout-2columns-left .sidebar.sidebar-main {
  margin-top: 0;
}
/*New product page design*/
.catalog-product-view .columns .column.main .container.sj-test {
  padding: 0 100px;
}
.catalog-product-view .columns .column.main .container.sj-test .container {
  padding: 0;
}
.catalog-product-view .columns .column.main .container {
  padding: 0 100px;
}
.catalog-product-view .product-info-main .product.alert {
  margin: 22px 0 0;
  padding-bottom: 28px;
  width: 100%;
  display: inline-block;
}
.catalog-product-view .product-info-main .product.alert form#notify-form {
  width: 60%;
}
.catalog-product-view .product-info-main .product.alert .submitsction {
  width: 158px;
  float: right;
  display: inline-block;
}
.catalog-product-view .product-info-main .product.alert .submitsction input.notify_btn {
  height: 36px;
  width: 100%;
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  color: #f5f5f5;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.catalog-product-view .product-info-main .product.alert .control {
  width: 246px;
  display: inline-block;
}
.catalog-product-view .product-info-main .product.alert .control input.notify_email.input-text {
  height: 36px;
  width: 249px;
  border: 1px solid #cccccc;
  padding: 8px 16px;
}
.catalog-product-view .product-info-main .product.alert .control input.notify_email.input-text::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
/*new category pages as per new design*/
.new-mainfifty {
  width: 100%;
  display: inline-block;
}
.new-mainfifty .fifty-level-catgeory.left {
  padding-left: 0;
}
.new-mainfifty .fifty-level-catgeory {
  width: 50%;
  float: left;
  padding: 0 12px;
}
.new-mainfifty .fifty-level-catgeory .img-namesection {
  display: inline-block;
  border: 1px solid #dedede;
  width: 100%;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}
.new-mainfifty .fifty-level-catgeory .img-namesection .twoone {
  display: inherit;
  width: 50%;
  float: left;
  border: 1px solid #dedede;
  border-top: 0;
  border-left: 0;
  padding: 24px;
}
.new-mainfifty .fifty-level-catgeory.right {
  padding-right: 0;
}
.name-top-twoone {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.name-top-twoone a {
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: .1px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}
.name-top-twoone a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.six-level-catgeory.coffee {
  width: 82%;
}
.six-level-catgeory.coffee .img-namesection {
  border-right: 0;
  border-bottom: 0;
  width: 100%;
}
.six-level-catgeory.coffee .img-namesection .sixone {
  border-bottom: 1px solid #dedede;
  width: 20%;
}
.six-level-catgeory.coffee .img-namesection .sixone:last-child {
  border-right: 1px solid #dedede;
}
.four-level-catgeory.ice {
  width: 75%;
  padding-right: 0;
}
.refrig-mainsec {
  width: 100%;
  display: inline-block;
}
.six-level-catgeory.beverage {
  margin-top: 0;
}
.six-level-catgeory.cooking {
  width: 80%;
}
.six-level-catgeory.cooking .img-namesection .sixone {
  width: 20%;
}
.fourbiggestlevel-section.oven .img-namesection.bottom {
  border-bottom: 0;
}
.fourbiggestlevel-section.oven .img-namesection.bottom .fourbiggestlevel {
  border-bottom: 1px solid #dedede;
}
.fourbiggestlevel-section.storage {
  width: 75%;
}
.fourbiggestlevel-section.storage .img-namesection .fourbiggestlevel {
  width: 33.33%;
}
.biggest-two.dishwashing .biggest-top {
  width: 23.5%;
  float: left;
  margin: 0 12px;
}
.biggest-two.dishwashing .biggest-top .top-linkbtn {
  height: 73px;
  padding: 0;
}
.biggest-two.dishwashing .biggest-top .top-linkbtn h2 {
  padding: 18px 0;
}
.biggest-two.dishwashing .biggest-top.biggest-top.left {
  margin-left: 0;
}
.biggest-two.dishwashing .biggest-top.last {
  margin-right: 0;
}
.biggest-two.dishwashing {
  padding-top: 0;
}
/*Hover effect*/
.page-products.catalog-category-view .recently-product-cat.category-page .nakjakj.grid ol.product-items.widget-new-grid li.product-item .product-image-wrapper {
  height: 182px;
}
.actions-toolbar > .secondary a:hover,
a:hover {
  color: rgba(0, 0, 0, 0.87);
}
.products.list .amquote-action-wrap .action.tocart.primary.disabled {
  opacity: 1;
}
.home-catsec a.hm-see-more:hover {
  color: rgba(0, 0, 0, 0.87);
}
.page-header .panel ul li a:hover {
  opacity: 0.9;
}
.name-top-sixone a:hover,
.checkout-onepage-success .checkout-success .success-messages a.order-number:hover,
.helpdesk-ticket-index table.data.table.hdmx__tickets-table tr td a:hover,
.post-view .post-nextprev-hld .prev-link:hover,
.checkout-index-index .modal-popup .modal-footer button.action.secondary.action-hide-popup:hover,
.post-view .post-nextprev-hld .next-link:hover,
.account .data.table .col.actions a.action.view:hover,
.account .data.table .col.actions a.action.quote:hover {
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.page-products .product-image-container img {
  display: inline-block !important;
  bottom: unset;
}
.page-products .product-image-wrapper:hover {
  background: #000000;
}
.page-products span.product-image-container {
  width: 100% !important;
  /* background-color: @color-black;*/
}
.page-products a.product.photo.product-item-photo {
  width: 100%;
}
.page-products .product-image-photo:hover,
.page-products .new-product-image-photo:hover {
  background-color: #ffffff !important;
  opacity: 0.6;
  width: 100%;
}
.page-products .actions-secondary {
  position: absolute;
  top: 8px;
  right: -3px;
}
.page-products .product.photo.product-item-photo:hover .actions-secondary {
  z-index: 9;
}
.page-products .products.wrapper.list.products-list .product-items .product.photo.product-item-photo {
  width: 22%;
}
.page-products .products.wrapper.list.products-list .product-items .product-image-wrapper:hover {
  background: transparent;
}
.page-products .products.wrapper.list.products-list .product-items .product-image-photo:hover {
  opacity: unset;
}
.page-products .product-item .old-price {
  margin: 0;
  height: 16px;
  display: inline-block;
}
.actions-secondary.listingview {
  position: relative;
  float: right;
  right: -10px;
  top: 15px;
}
.products.wrapper.list.products-list .actions-secondary,
.products.wrapper.grid.products-grid .actions-secondary.listingview {
  display: none;
}
.products.wrapper.list.products-list .actions-secondary.listingview,
.products.wrapper.grid.products-grid .actions-secondary {
  display: inline-block;
}
/*Brand section home page design*/
.homepage-adbannersection.responsive {
  display: none;
}
.brandsection-productpage h3 {
  margin: 0;
  color: #8cc63f;
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 18px;
}
.brandsection-productpage .amshopby-option-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  padding-bottom: 24px;
}
.brandsection-productpage .amshopby-option-link img {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.brandsection-productpage .amshopby-option-link span.link-short-description {
  width: 100%;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding-top: 17px;
}
/*Box-shadow homke page new products*/
.block.widget .products-grid .product-items li.product-item {
  box-shadow: 0 2px 8px 0 rgba(102, 102, 102, 0.5);
}
.block.widget .products-grid .product-items li.product-item {
  width: 15.1%;
  margin: 0 12px;
}
.block.widget .products-grid .product-items li.product-item:first-child,
.page-layout-1column .block.widget .products-grid .product-item:first-child {
  margin-left: 0 !important;
}
.block.widget .products-grid .product-items li.product-item:last-child {
  margin-right: 0;
}
.page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1),
.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1),
.page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
  margin-left: 12px !important;
}
.product-item-name {
  height: 40px;
  padding: 0 16px;
}
button.action.tocart.primary,
.cms-index-index ol.product-items li .product-item-info .product-item-details .product-item-actions .actions-primary {
  width: 100%;
}
button.action.tocart.primary {
  color: #f5f5f5;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  padding: 10px 16px;
  background: #ff6600;
  border-radius: 4px;
}
.cms-index-index .widget .block-title {
  margin-bottom: 25px;
  text-transform: uppercase;
}
.cms-index-index .widget .block-title strong,
.amslider-header-container,
.block-title h2,
.home-catsec h2,
.homecatsection-homepg .block-title strong {
  color: #8cc63f;
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 1.25px;
}
.price-box span.price-container span.price {
  padding-left: 16px;
  text-align: left;
  margin-left: 0;
}
strong.product-item-name {
  margin: 0;
  margin-bottom: 2px;
}
/*Brand slider*/
.amslider-header-container {
  background: transparent;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 60px;
}
div#amslider_id1 {
  margin-bottom: 0;
}
.am-slider-container {
  width: 100%;
  max-width: 1366px;
  padding: 0 17px;
  margin: 84px auto;
  margin-top: 0;
}
/*Home page add bannersection*/
.homepage-adbannersection {
  margin: 44px 0 39px 0;
}
.block-title h2 {
  margin: 0;
}
.block.widget.block-products-list.grid .products-grid .product-item {
  margin-left: 12px;
  margin-bottom: 0;
}
.home-catsec.container {
  margin-bottom: 25px;
}
.home-catsec.container h2 {
  width: 50%;
  float: left;
  margin: 0;
}
.home-catsec.container a.hm-see-more {
  float: right;
  width: 50%;
  position: relative;
  right: 0;
  text-align: right;
  display: inline-block;
}
body.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
  border: 1px solid #BCBFC2;
  border-radius: 4px;
}
body.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-block.amcheckout-step-container.-summary {
  border-radius: 4px;
}
body.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container {
  border: 0;
}
body.amasty-mega-menu.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .opc-payment-additional.discount-code {
  border: 0;
}
body.amasty-mega-menu.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
body.amasty-mega-menu.checkout-index-index .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
  width: auto;
}
body.checkout-index-index .amcheckout-delivery-date,
body.checkout-index-index #checkout li#opc-shipping_method {
  margin: 0;
}
body.checkout-index-index .checkout-payment-method .actions-toolbar .primary {
  background: #00B900;
  padding: 18px 60px;
  font-weight: 700;
  font-size: 16px;
  height: inherit;
}
body.checkout-index-index .checkout-payment-method .actions-toolbar .primary:hover {
  background: #00B900;
}
/*home page why kawader static section*/
.whykawadaer-section-home .main-oneofsttaic .onesection {
  display: inline-block;
  float: left;
  width: 20%;
  border-right: 1px solid #dedede;
  padding: 0 16px;
  text-align: center;
}
.whykawadaer-section-home .main-oneofsttaic .onesection .titlemiddle h3 {
  margin-top: 22px;
  margin-bottom: 11px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  min-height: 48px;
}
.whykawadaer-section-home .main-oneofsttaic .onesection .btm-cont {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  height: 60px;
}
.whykawadaer-section-home .main-oneofsttaic .onesection.last {
  border-right: none;
}
/*home page recent blog post*/
.blog-widget-recent.home-blog .post-list .post-header .post-title {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 11px;
}
/*Category page*/
.page-products .products.wrapper.list.products-list a.product.photo.product-item-photo {
  width: auto;
}
.page-products .toolbar.toolbar-products .modes {
  float: right;
  margin-right: 0;
}
.page-products .toolbar.toolbar-products .modes .modes-mode.active {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.page-products .toolbar.toolbar-products .modes .modes-mode:last-child {
  border-radius: 0;
}
.page-products .toolbar.toolbar-products .modes .modes-mode.active.mode-grid:before {
  content: ' ';
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/gridgreen.png);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.page-products .toolbar.toolbar-products .modes .mode-list:before {
  content: ' ';
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/listgray.png);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.page-products .toolbar.toolbar-products .modes .modes-mode.active.mode-list:before {
  content: ' ';
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/listavtivegreen.png);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.page-products .toolbar.toolbar-products .modes .modes-mode.mode-grid:before {
  content: ' ';
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/griddisablegray.png);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.page-products .toolbar.toolbar-products .modes .modes-mode {
  padding: 6px;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
}
.page-products .toolbar.toolbar-products .toolbar-sorter.sorter {
  margin: 0;
  position: relative;
  right: 72px;
  top: -38px;
}
.page-products .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding-right: 16px;
}
.page-products h1.page-title {
  margin-bottom: 0;
}
.page-products h1.page-title span {
  color: #ff6600;
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
}
.page-products li.item {
  list-style: none;
}
.page-products .filter-options .am-ranges ol.items,
.page-products .container.sj-test {
  padding: 0;
}
.catalog-category-view .product-item .product-reviews-summary {
  padding-left: 16px;
  display: block;
  vertical-align: unset;
  padding-bottom: 16px;
}
.catalog-category-view .product-item .product-reviews-summary .reviews-actions {
  display: block !important;
}
/*Product detail page*/
.catalog-product-view .amquote-addto-button {
  background-color: rgba(98, 2, 238, 0);
  border: 1px solid rgba(0, 0, 0, 0.12);
  height: 36px;
  width: 100%;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  padding: 10px 16px;
  text-transform: uppercase;
  border-radius: 0;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart {
  float: left;
  width: 100%;
  margin: 20px 0 24px;
  height: 84px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset {
  width: 50%;
  float: left;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
  float: right;
  width: 50%;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions .action.tocart {
  height: 36px;
  width: 100%;
  background-color: #8cc63f;
  border-color: #8cc63f;
  padding: 0;
  float: left;
  margin-bottom: 12px;
}
.catalog-product-view .product-attachment.section-main h3 {
  margin: 0;
  color: #ff6600;
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.catalog-product-view .product-attachment.section-main .product-attachment a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-decoration: underline;
}
.catalog-product-view .specification-section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.catalog-product-view .specification-section h3 {
  margin: 0;
  color: #8cc63f;
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 11px;
}
.catalog-product-view .specification-section .specifictaioncontent .additional-attributes-wrapper.table-wrapper table.data.table.additional-attributes tbody tr {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 0;
  border-right: 0;
  height: 36px;
}
.catalog-product-view .specification-section .specifictaioncontent .additional-attributes-wrapper.table-wrapper table.data.table.additional-attributes tbody tr th,
.catalog-product-view .specification-section .specifictaioncontent .additional-attributes-wrapper.table-wrapper table.data.table.additional-attributes tbody tr td {
  border: 0;
}
.catalog-product-view .specification-section .specifictaioncontent .additional-attributes-wrapper.table-wrapper table.data.table.additional-attributes tbody tr th.col.label {
  width: 35%;
  padding: 8px 12px;
  padding-left: 0;
  padding-bottom: 12px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.catalog-product-view .specification-section .specifictaioncontent .additional-attributes-wrapper.table-wrapper table.data.table.additional-attributes tbody tr td.col.data {
  width: 75%;
  padding: 8px 12px;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  float: right;
}
.catalog-product-view .specification-section .specifictaioncontent .additional-attributes-wrapper.table-wrapper table.data.table.additional-attributes tbody tr:last-child {
  border: 0;
}
.catalog-product-view .specification-section ul li {
  list-style: disc;
  padding-left: 8px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.catalog-product-view .columns {
  padding-bottom: 96px;
}
.catalog-product-view .page-title-wrapper {
  width: 75%;
  display: inline-block;
}
.catalog-product-view .related-video-section {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.catalog-product-view .related-video-section h3 {
  margin: 0;
  color: #8cc63f;
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 17px;
}
.catalog-product-view .product-attachment.section-main {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.catalog-product-view .reviews .reviewsectionleft-product {
  width: 50%;
  float: left;
  padding-right: 24px;
}
.catalog-product-view .reviews .reviewsectionright-product {
  width: 50%;
  float: right;
  padding: 22px 0 0 24px;
  background-color: #F8F9FB;
}
.catalog-product-view .reviews .reviewsectionright-product h3 {
  margin: 0;
  color: #8cc63f;
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  text-transform: uppercase;
}
.catalog-product-view .reviews .reviewsectionright-product .product.descriptionsection {
  padding-top: 11px;
  padding-bottom: 20px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: justify;
  padding-right: 24px;
}
.catalog-product-view .reviews .reviewsectionright-product .product.descriptionsection p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.catalog-product-view .payment-iconstatic {
  display: inline-block;
  padding: 4px 0;
  width: 32%;
  float: right;
}
.catalog-product-view .payment-iconstatic h5 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
  margin: 0;
  font-weight: normal;
  float: left;
  padding: 4px 16px 4px 0;
}
.catalog-product-view .payment-iconstatic .iconimg ul li {
  float: left;
}
.catalog-product-view .payment-iconstatic .iconimg ul li.discover {
  width: 38px;
  height: 24px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/css_sprites.png) -10px -62px;
  margin-right: 16px;
}
.catalog-product-view .payment-iconstatic .iconimg ul li.visa {
  width: 38px;
  height: 24px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/css_sprites.png) -182px -62px;
  margin-right: 16px;
}
.catalog-product-view .payment-iconstatic .iconimg ul li.mastercard {
  width: 38px;
  height: 24px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/css_sprites.png) -125px -62px;
  margin-right: 16px;
}
.catalog-product-view .payment-iconstatic .iconimg ul li.american {
  width: 38px;
  height: 24px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/css_sprites.png) -68px -62px;
}
/*MY Account*/
fieldset.fieldset .legend {
  padding-bottom: 10px;
}
fieldset.fieldset .legend span {
  color: rgba(0, 0, 0, 0.87);
  font-size: 19.57px;
  font-weight: 600;
  letter-spacing: 0.25px;
  text-transform: capitalize;
}
.newsletter-manage-index .field.choice .label span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.newsletter-manage-index .actions-toolbar .action.save.primary {
  width: 144px;
}
.review-customer-index .data.table.table-reviews thead tr th {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.review-customer-index .data.table.table-reviews tbody tr td {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.review-customer-index .products-reviews-toolbar {
  padding-top: 11px;
}
.review-customer-index .products-reviews-toolbar .toolbar-amount .toolbar-number {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.review-customer-index .products-reviews-toolbar .limiter strong,
.review-customer-index .products-reviews-toolbar .limiter span {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.account .columns .container {
  padding: 0;
}
.wishlist-index-index .products-grid .product-item {
  box-shadow: 0 2px 8px 0 rgba(102, 102, 102, 0.5);
  margin-bottom: 24px;
}
.wishlist-index-index section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .block.widget.amsorting.block-products-list.grid .products-grid.grid li.product-item .product-item-details strong.product-item-name {
  min-height: unset;
}
.cms-index-index ol.product-items li .product-item-info .product-item-details {
  display: inline-block;
}
.page-header .panel {
  background-color: #8cc63f;
  height: 48px;
  padding: 12px 0;
}
.page-header .panel ul.top-left li:before {
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/footerprite.png);
  display: inline-block;
  content: ' ';
  width: 24px;
  height: 24px;
  background-position: -18px -72px;
}
.page-header .panel ul.top-left a.track-link {
  display: inline-block;
  padding-left: 8px;
  font-size: 13.7px;
  font-weight: 600;
  vertical-align: top;
}
.page-header .panel ul.top-right li.weship-static {
  display: inline-block;
}
.page-header .panel ul.top-right li.weship-static span {
  padding-right: 0;
  float: left;
}
.sales-order-history .table-order-items tr th {
  color: #212b36;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  padding: 10px 0;
}
.sales-order-history .table-order-items tr td {
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  border-top: 1px solid #e2e6e9;
}
.sales-order-history .pager .toolbar-amount,
.sales-order-history .pager .limiter {
  padding-top: 11px;
  color: #212b36;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.customer-address-form .fieldset > .field > .label {
  margin-bottom: 11px;
}
.customer-address-form .actions-toolbar .action.save.primary {
  width: 352px;
}
.customer-address-form .field.choice.set.billing label.label span,
.customer-address-form .field.choice.set.shipping label.label span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
}
/*Support Ticket page design*/
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field {
  margin-bottom: 0;
}
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field label.label {
  margin-bottom: 11px;
}
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field label.label span {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-weight: normal;
}
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field input,
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field select,
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field textarea {
  border-color: #dedede;
}
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field input,
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field textarea {
  padding: 8px 16px;
}
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field input::placeholder,
.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.helpdesk-ticket-create form.hdmx__ticket-new .actions-toolbar {
  float: left;
  display: inline-block;
}
.helpdesk-ticket-create form.hdmx__ticket-new .actions-toolbar button.action.primary,
.helpdesk-ticket-create form.hdmx__ticket-new .actions-toolbar button.amshopby-button,
.helpdesk-ticket-create form.hdmx__ticket-new .actions-toolbar button.am-filter-go {
  width: 200px;
  border-radius: 4px;
  background-color: #ff6600;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
/*Support Ticket list design*/
.helpdesk-ticket-index table.data.table.hdmx__tickets-table tr th {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.helpdesk-ticket-index table.data.table.hdmx__tickets-table tr td {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.helpdesk-ticket-index table.data.table.hdmx__tickets-table tr span.hdmx__status.hdmx-green {
  border: 1px solid #ff6600;
  padding: 7px 31px;
  height: 32px;
  width: 120px;
  border-radius: 4px;
  background-color: #ff6600;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
/*My quotation listing page design*/
.amasty_quote-account-index .table-wrapper.quotes-history tr th {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.amasty_quote-account-index .table-wrapper.quotes-history tr td {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.amasty_quote-account-index p.toolbar-amount {
  margin-top: 12px;
}
.amasty_quote-account-index p.toolbar-amount span.toolbar-number {
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.5px;
  line-height: 28px;
  font-size: 16px;
}
.amasty_quote-account-index .limiter {
  margin-top: 20px;
}
.amasty_quote-account-index .limiter strong.limiter-label,
.amasty_quote-account-index .limiter span.limiter-text,
.amasty_quote-account-index .limiter select#limiter {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.amasty_quote-account-index .limiter select {
  border: 1px solid #A6A6A6;
  height: 36px;
  border-radius: 0;
}
.amasty_quote-account-index .quote-products-toolbar .pager .pages ul.items {
  display: none;
}
.amasty_quote-account-view tbody.quote-item-notes {
  display: none;
}
.amasty_quote-account-view .account-quote-buttons {
  height: 36px;
  display: inline-block;
  margin-top: 36px;
}
.amasty_quote-account-view .account-quote-buttons button.action.tocart.primary {
  width: 352px;
  margin-right: 24px;
}
.amasty_quote-account-view span.order-status {
  color: #8cc63f;
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #8cc63f;
  height: 32px;
}
.amasty_quote-account-view button#print-data {
  color: #8cc63f;
  font-size: 13.82px;
  letter-spacing: .25px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #8cc63f;
  height: 32px;
  width: 113px;
  background: transparent;
  margin-left: 19px;
  display: inline-block;
  box-shadow: none;
  font-weight: normal;
}
.amasty_quote-account-view .order-date,
.amasty_quote-account-view .actions-toolbar.order-actions-toolbar,
.amasty_quote-account-view .block.block-order-details-comments {
  display: none;
}
.amasty_quote-account-view .order-details-items.ordered {
  border: none;
  padding: 0;
}
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr th {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  border-color: #212b36 !important;
}
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr td {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr td span.price-excluding-tax {
  text-align: left;
  padding-left: 19px;
}
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr td span.price-excluding-tax span.price,
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr td span.price-excluding-tax span.cart-price {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr td .product-item-name {
  height: auto;
  padding: 0;
}
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr td dl.item-options dd,
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr td dl.item-options dt {
  font-weight: normal;
}
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tfoot {
  background: transparent;
  border: 1px solid #212b36;
  border-left: 0;
  border-right: 0;
}
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tfoot tr td {
  background: transparent;
}
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tfoot tr th {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  font-weight: normal;
}
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tbody {
  border-color: #212b36;
}
/*Store credit page*/
.amstorecredit-index-index h3 {
  margin: 0;
  color: #8cc63f;
  font-size: 33.26px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 46px;
}
.amstorecredit-index-index h5 {
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.amstorecredit-index-index h6 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 19.57px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 27px;
  margin: 0;
  border-top: 1px solid #212b36;
  padding-top: 19px;
  margin-top: 41px;
  padding-bottom: 16px;
}
.amstorecredit-index-index table.data.table.table-order-items.amstorecredit-table tr th {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.amstorecredit-index-index table.data.table.table-order-items.amstorecredit-table tr td {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  border-top: 1px solid #e2e6e9;
}
.amstorecredit-index-index .table-wrapper.orders-history {
  border-color: #e2e6e9;
}
.amstorecredit-index-index p.toolbar-amount span.toolbar-number {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  padding-top: 11px;
  display: inline-block;
}
.amstorecredit-index-index .limiter strong.limiter-label,
.amstorecredit-index-index .limiter span.limiter-text {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  padding-top: 16px;
  display: inline-block;
}
.amstorecredit-index-index .limiter select#limiter {
  border: 1px solid #A6A6A6;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-align: center;
}
.hdmx__contact-form .fieldset .field.chct div.control {
  width: auto !important;
  float: left;
  padding-right: 12px;
}
body .amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
  border: none;
  display: inline-block;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px !important;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
  text-align: center;
  position: relative;
  left: 0px;
}
/*Brand Listing page*/
.ambrand-index-index .recently-product-cat,
.ambrand-index-index .category-view,
.ambrand-index-index .toolbar-sorter.sorter {
  display: none;
}
.page-products.ambrand-index-index .products.products-grid.amscroll-pages {
  margin-top: 0;
}
.page-products.ambrand-index-index .toolbar.toolbar-products {
  display: none;
}
.page-products.ambrand-index-index .page-title-wrapper {
  margin-top: -45px;
}
.page-products.ambrand-index-index .products.products-grid {
  margin-top: 30px;
}
/*Checkout page */
.checkout-index-index .header.content.content {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
.checkout-index-index .page-title-wrapper {
  display: none;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #272727;
}
.checkout-index-index .checkout-payment-method .billing-address-same-as-shipping-block {
  display: none;
}
/*Checkout popup*/
.modal-popup.popup-authentication .modal-inner-wrap {
  width: 424px;
  min-width: 424px;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-header .action-close {
  padding: 0;
  margin: 8px;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content {
  padding: 27px 36px 36px 36px;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication {
  display: unset;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block.block-customer-login {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block.block-customer-login .block-content .control input.input-text {
  border: 1px solid #dedede;
  width: 352px;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block.block-customer-login .block-content .field.password.required {
  margin-bottom: 0;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block.block-customer-login .block-content .field.captcha.required {
  margin-top: 18px;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block.block-new-customer {
  width: 352px;
  border: none;
  padding-left: 0;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block.block-new-customer:before {
  top: 0;
  left: 50%;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .secondary {
  margin: 0;
  padding: 0;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .secondary a.action {
  margin: 0;
  font-size: 13.82px;
  letter-spacing: 0.25px;
  text-decoration: underline;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .primary {
  width: 352px;
  float: none;
  display: inline-block;
  padding-top: 24px;
  margin: 0;
  padding-bottom: 16px;
}
.modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .primary a.action.action-register.primary {
  padding: 10px;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
}
.amcheckout-summary-container .step-title.amcheckout-title {
  color: #ff6600;
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
  border-bottom: none;
  padding-bottom: 10px;
  margin-bottom: 0;
  display: block;
}
.amcheckout-summary-container .amcheckout-wrapper .items-in-cart .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0 0px 3px 0;
}
.amcheckout-summary-container .amcheckout-wrapper .items-in-cart .title strong {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.amcheckout-summary-container .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-image-wrapper {
  box-shadow: 0 2px 7px 0 rgba(102, 102, 102, 0.5);
}
.amcheckout-summary-container .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item-details .product-item-inner .product-item-name-block {
  display: inline-block;
  margin-right: 0;
  padding-right: 0;
}
.amcheckout-summary-container .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item-details .product-item-inner .product-item-name-block .product-item-name {
  height: auto;
  padding-bottom: 11px;
  margin-bottom: 0;
}
.amcheckout-summary-container .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item-details .product-item-inner .product-item-name-block .details-qty .label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding-right: 0;
}
.amcheckout-summary-container .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item-details .product-item-inner .product-item-name-block .subtotal {
  padding-top: 38px;
  float: right;
}
.amcheckout-summary-container .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item-details .product-item-inner .product-item-name-block .subtotal .price-excluding-tax .price {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-align: right;
}
.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.totals.sub th.mark {
  padding-top: 24px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
}
.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.totals.sub td.amount .price {
  padding-top: 18px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
}
.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.totals.shipping.excl th.mark {
  padding: 12px 0 0;
}
.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.totals.shipping.excl th.mark .label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
}
.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.totals.shipping.excl th.mark .value {
  margin: 6px 0 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 11.85px;
  letter-spacing: 0.4px;
}
.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.totals.shipping.excl td.amount {
  padding: 12px 0 0;
}
.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.totals.shipping.excl td.amount .price {
  padding-top: 12px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
}
.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.grand.totals th.mark {
  border-top: none;
  padding-top: 38px;
}
.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.grand.totals th.mark strong {
  font-size: 19.57px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 27px;
  padding-top: 0;
}
.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.grand.totals td.amount {
  border-top: none;
  padding-top: 38px;
}
.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.grand.totals td.amount strong {
  padding-top: 0;
}
.amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.grand.totals td.amount strong .price {
  color: rgba(0, 0, 0, 0.87);
  font-size: 19.57px;
  font-weight: 600;
  line-height: 27px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items {
  display: block !important;
}
/*success page*/
.checkout-onepage-success h1.page-title {
  margin-bottom: 12px;
}
.checkout-onepage-success h1.page-title span {
  color: #8cc63f;
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
}
.checkout-onepage-success .checkout-success .success-messages {
  margin-bottom: 24px;
}
.checkout-onepage-success .checkout-success .success-messages p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  margin-bottom: 0;
}
.checkout-onepage-success .checkout-success .success-messages .account {
  display: none;
}
/*Quote cart page*/
.quote-details .form-login fieldset#customer-email-fieldset {
  margin-bottom: 0;
}
.quote-details .form-login fieldset#customer-email-fieldset input#customer-email {
  margin: 0;
  width: 100%;
  border: 1px solid #cccccc;
}
.quote-details .form-login fieldset#customer-email-fieldset input#customer-email::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Open Sans";
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.quote-details .form-login fieldset#customer-email-fieldset .field-tooltip.toggle {
  display: none;
}
.quote-details .form-login fieldset#customer-email-fieldset fieldset.fieldset.hidden-fields input#customer-password {
  width: 100%;
  border: 1px solid #cccccc;
}
.quote-details .form-login fieldset#customer-email-fieldset fieldset.fieldset.hidden-fields input#customer-password::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Open Sans";
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.amasty_quote-cart-index .page-title-wrapper {
  padding: 47px 0 33px 0;
  text-align: left;
}
.amasty_quote-cart-index .page-title-wrapper h1 {
  margin-bottom: 0;
}
.amasty_quote-cart-index .page-title-wrapper h1 span {
  color: #8cc63f;
  font-size: 23.48px;
  letter-spacing: 0.25px;
  line-height: 32px;
  text-transform: uppercase;
  background-color: #ffffff;
  font-weight: 600;
}
.amasty_quote-cart-index form.form.form-cart {
  max-width: 67%;
  padding: 0;
  border-top: 1px solid #dddddd;
  margin-bottom: 0;
}
.amasty_quote-cart-index form.form.form-cart .cart.table-wrapper {
  margin-bottom: 11px;
}
.amasty_quote-cart-index form.form.form-cart .cart.table-wrapper .cart thead tr th.col {
  padding-bottom: 11px;
  padding-top: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-weight: normal;
}
.amasty_quote-cart-index form.form.form-cart .cart.table-wrapper .product-item-name {
  height: unset;
  padding: 0;
  margin: 0;
}
.amasty_quote-cart-index form.form.form-cart .cart.table-wrapper .product-sku {
  color: rgba(0, 0, 0, 0.6);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
  padding: 6px 0;
}
.amasty_quote-cart-index form.form.form-cart .cart.table-wrapper dl.item-options dd,
.amasty_quote-cart-index form.form.form-cart .cart.table-wrapper dl.item-options dt {
  padding: 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
  font-weight: normal;
}
.amasty_quote-cart-index form.form.form-cart .cart.table-wrapper a.add-note-quote {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding-top: 19px;
  display: inline-block;
  text-decoration: underline;
}
.amasty_quote-cart-index form.form.form-cart .cart.table-wrapper td.col.subtotal {
  padding-right: 0;
}
.amasty_quote-cart-index form.form.form-cart .cart.table-wrapper td.col.subtotal span.cart-price span.price {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
}
.amasty_quote-cart-index form.form.form-cart .cart.table-wrapper .item .col.item {
  padding: 20px 8px 9px 0;
}
.amasty_quote-cart-index form.form.form-cart .cart thead tr th.col:first-child {
  padding-left: 0;
}
.amasty_quote-cart-index form.form.form-cart .cart thead tr th.col:last-child {
  padding-right: 0;
}
.amasty_quote-cart-index form.form.form-cart .cart.main.actions button.action.clear-quote {
  border: 1px solid rgba(0, 0, 0, 0.12);
  height: 36px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  border-radius: 0;
  background: transparent;
  text-transform: uppercase;
  width: 185px;
}
.amasty_quote-cart-index form.form.form-cart .cart.main.actions button.action.update {
  width: 185px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  height: 36px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  border-radius: 0;
  background: transparent;
  text-transform: uppercase;
}
.amasty_quote-cart-index .cart-summary {
  width: 28%;
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 0 24px;
  position: relative;
}
.amasty_quote-cart-index .cart-summary strong.summary.title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 27px;
  margin: 0;
  padding: 10px 0;
}
.amasty_quote-cart-index .cart-summary .cart-totals {
  border-top: 1px solid #cccccc;
}
.amasty_quote-cart-index .cart-summary .cart-totals .label-total {
  color: #212B36;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.amasty_quote-cart-index .cart-summary .cart-totals .table-wrapper tr.totals th,
.amasty_quote-cart-index .cart-summary .cart-totals .table-wrapper tr.totals td,
.amasty_quote-cart-index .cart-summary .cart-totals .table-wrapper tr.totals-tax th,
.amasty_quote-cart-index .cart-summary .cart-totals .table-wrapper tr.totals-tax td {
  text-align: left;
  color: #212B36;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.amasty_quote-cart-index .cart-summary .cart-totals .table-wrapper table.data.table.totals tr td,
.amasty_quote-cart-index .cart-summary .cart-totals .table-wrapper table.data.table.totals tr td {
  text-align: right;
}
.amasty_quote-cart-index .cart-summary .cart-totals .table-wrapper tr.totals.grand strong {
  color: rgba(0, 0, 0, 0.87);
  font-size: 19.57px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 27px;
}
.amasty_quote-cart-index .cart-summary .quote-details form.form.form-login {
  border-bottom: 0;
}
.amasty_quote-cart-index .cart-summary .quote-details strong.title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  font-weight: 600;
  border: none;
  letter-spacing: 0.25px;
  line-height: 27px;
  margin: 10px 0 0;
}
.amasty_quote-cart-index .cart-summary .quote-details form fieldset.fieldset label.label {
  display: none;
}
.amasty_quote-cart-index .cart-summary .quote-details form fieldset.fieldset .control {
  margin-top: 0;
}
.amasty_quote-cart-index .cart-summary .quote-details form fieldset.fieldset .control textarea {
  height: 72px;
  border: 1px solid #cccccc;
}
.amasty_quote-cart-index .cart-summary .quote-details form fieldset.fieldset .control textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.amasty_quote-cart-index form#form-validate .field .control input.input-text.price.amquotereq-input {
  padding: 6px 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
}
.amasty_quote-cart-index form#form-validate .field .control input.input-text.qty {
  padding: 6px 0;
}
/*home page start*/
.discount-banner {
  padding: 55px 0;
  border-top: 1px solid #c4cdd5;
  border-bottom: 1px solid #c4cdd5;
}
.mob-disc {
  display: none;
}
.way-to-shop-main {
  width: 100%;
  display: inline-block;
  padding: 46px 0 60px 0;
  border-bottom: 1px solid #c4cdd5;
}
.way-to-shop-main h2 {
  margin: 0;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  padding-bottom: 26px;
}
ul.shop-way {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -12px;
}
ul.shop-way li {
  width: 20%;
  float: left;
  padding: 0 12px;
}
ul.shop-way a {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
  text-align: center;
  width: 100%;
  display: inline-block;
}
ul.shop-way a:hover {
  color: #212b36 !important;
}
ul.shop-way img {
  padding-bottom: 15px;
}
.arabian-store {
  width: 100%;
  display: inline-block;
  margin: 64px 0 88px 0;
}
.arabian-store h2 {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  padding-bottom: 24px;
}
.arabian-subtext {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-align: center;
  padding-bottom: 29px;
}
.store-find {
  box-sizing: border-box;
  height: 44px;
  width: 400px;
  margin: 0 auto;
}
.store-find button.action.submit.primary {
  float: right;
  height: 44px;
  width: 120px;
  border-radius: 0 4px 4px 0;
  background-color: #ff6600;
  border: none;
  position: relative;
  top: -44px;
}
input[type="password"] {
  color: #1b191a;
  font-family: 'Plus Jakarta Sans';
  height: 44px;
  line-height: 46px;
  padding: 0px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
input[type="url"] {
  color: #1b191a;
  font-family: 'Plus Jakarta Sans';
  height: 44px;
  line-height: 46px;
  padding: 0px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
input[type="tel"] {
  color: #1b191a;
  font-family: 'Plus Jakarta Sans';
  height: 44px;
  line-height: 46px;
  padding: 0px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
input[type="number"] {
  color: #1b191a;
  font-family: 'Plus Jakarta Sans';
  height: 44px;
  line-height: 46px;
  padding: 0px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
input[type="datetime"] {
  color: #1b191a;
  font-family: 'Plus Jakarta Sans';
  height: 44px;
  line-height: 46px;
  padding: 0px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
input[type="email"] {
  color: #1b191a;
  font-family: 'Plus Jakarta Sans';
  height: 44px;
  line-height: 46px;
  padding: 0px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
select {
  color: #1b191a;
  font-family: 'Plus Jakarta Sans';
  height: 44px;
  line-height: 46px;
  padding: 0px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
input:not([type]) {
  color: #1b191a;
  font-family: 'Plus Jakarta Sans';
  height: 44px;
  line-height: 46px;
  padding: 0px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.selling-points {
  margin-top: 0px;
}
.selling-points .main-div {
  max-width: 1248px;
  margin: 0 auto;
  padding: 51px 0 48px;
  width: 100%;
}
.selling-points.top-section {
  background: #eaf7fc;
  height: 163px;
}
.selling-points.top-section .selling-points-mian {
  float: left;
}
.selling-points-mian {
  width: calc(25%);
  padding: 0 24px;
  position: relative;
  display: inline-block;
  float: left;
}
.selling-points-mian span {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.selling-points-mian p {
  color: #637381;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.div-img {
  position: absolute;
  left: 0;
}
.div-title {
  padding-left: 28px;
}
body .container {
  display: block;
}
.cms-home .columns .column.main {
  padding-bottom: 0;
}
.cms-home .arabian-store .selling-points {
  display: none;
}
.request-store {
  width: 100%;
  padding: 56px 0;
  border-bottom: 1px solid #c4cdd5;
  border-top: 1px solid #c4cdd5;
}
ul.request-catalogue {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -12px;
}
ul.request-catalogue li {
  padding: 0 12px;
  position: relative;
}
.request-ban-text {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.request-ban-text h2 {
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  margin: 0;
  padding-bottom: 8px;
}
.request-ban-text p {
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  padding-bottom: 19px;
}
.request-ban-text a {
  height: auto;
  width: 200px;
  border-radius: 4px;
  background-color: #ff6600;
  display: inline-block;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  padding: 16px 0;
  text-transform: uppercase;
}
.banner-cap-main {
  position: absolute;
  margin: auto;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  text-align: center;
}
.banner-caption h1 {
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 47px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 56px;
  margin-bottom: 4px;
}
.banner-caption p {
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin-bottom: 17px;
}
a.discover-btn {
  box-sizing: border-box;
  height: 48px;
  width: 200px;
  border: 1px solid #ff6600;
  border-radius: 4px;
  background-color: #ff6600;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  padding: 14px 0;
}
.cms-category {
  width: 100%;
  padding: 56px 0;
  border-bottom: 1px solid #c4cdd5;
}
.main-cat {
  margin: 0 -12px;
}
.frst-cat {
  width: 33.33%;
  float: left;
  padding: 0 12px;
  position: relative;
}
.frst-cat img {
  display: block;
  width: 100%;
}
.frst-cat a.tit {
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 28px;
  width: 100%;
  display: inline-block;
  padding-bottom: 14px;
  text-transform: capitalize;
}
.frst-cat a {
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-transform: uppercase;
  display: inline-flex;
}
.frst-cat-cnt {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.inner-frst {
  position: relative;
}
.inner-frst:first-child {
  margin-bottom: 24px;
}
.sec-cat-cnt {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.social-midia {
  position: fixed;
  right: 15px;
  z-index: 1;
  top: 23em;
}
.social-midia li {
  padding-bottom: 16px;
}
.product-items.slick-slider .slick-list {
  padding: 0;
}
.cms-page-view.page-layout-1column .block.widget .products-grid .product-item:nth-child(3n+1),
.cms-page-view.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1),
.cms-page-view.page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1) {
  margin-left: 0px !important;
}
.cms-index-index.page-layout-1column .block.widget .products-grid .product-item:nth-child(3n+1),
.cms-index-index.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1),
.cms-index-index.page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1) {
  margin-left: 0px !important;
}
.slick-list.draggable li.product-item {
  box-shadow: none !important;
  /* width: 100% !important;
        max-width: 100% !important; */
  padding: 0 17px !important;
  margin: 0px !important;
}
a.product-item-photo {
  width: 100%;
  display: block;
}
.product-image-container img {
  display: block !important;
  padding: 0 !important;
  width: 100%;
}
.cms-index-index img.product-image-photo:hover {
  background-color: transparent !important;
  opacity: inherit;
  width: 100%;
}
.cms-index-index .widget .block-title {
  margin-bottom: 30px;
  margin-top: 46px;
  text-align: center;
  width: 100%;
  text-transform: none;
}
.cms-index-index .widget .block-title strong {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  text-transform: none;
}
.slick-slide {
  float: none !important;
  height: auto !important;
  display: inline-block;
}
.slick-slider .slick-arrow.slick-prev.slick-arrow {
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/arrow-left.svg) !important;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  top: -16%;
  transform: none;
  font-size: 0px;
  border: none;
  position: absolute;
  left: 15px;
}
.slick-slider .slick-arrow.slick-next {
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/arrow-right.svg) !important;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  top: -16%;
  transform: none;
  font-size: 0px;
  border: none;
  position: absolute;
  right: 15px;
}
.product-item .already-in-wishlist.action.towishlist:before {
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/saved.svg);
  width: 32px;
  height: 32px;
  display: inline-block;
  right: 8px;
}
.product-item .action.towishlist:before {
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/save.svg);
  width: 32px;
  height: 32px;
  display: inline-block;
  right: 8px;
}
.product-item .action.towishlist:hover:before {
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/save_hover.svg);
  width: 32px;
  height: 32px;
  display: inline-block;
  right: 8px;
}
.product-item-name {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  height: 55px;
}
.price-box span.price-container span.price {
  padding-left: 0;
  text-align: left;
  margin-left: 0;
}
.product-item-details .price {
  height: 48px;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px !important;
}
.product-item-details .price-final_price {
  height: 48px;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px !important;
}
.product-item .price-box .price {
  height: 48px;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px !important;
}
ol.product-items.widget-product-grid.slick-initialized.slick-slider {
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 767px) {
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.subject,
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.priority,
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.department,
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field textarea,
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.order,
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.custom {
    width: 100%;
    margin-right: 0;
  }
  .account .page-main .page-title-wrapper h1.page-title {
    margin-bottom: 20px;
  }
  .account.page-layout-2columns-left .column.main {
    width: 100%;
  }
  .account.page-layout-2columns-left .sidebar-main {
    width: 100%;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    padding: 11px 10px !important;
  }
  .account .page-main .page-title-wrapper .page-title {
    margin-top: 30px;
  }
  .discount-banner {
    padding: 32px 0;
    border-top: 1px solid #c4cdd5;
    border-bottom: 1px solid #c4cdd5;
  }
  .desk-disc {
    display: none;
  }
  .banner-caption {
    padding: 0px;
  }
  .mob-disc {
    display: inline-block;
    width: 100%;
  }
  .mob-disc img {
    width: 100%;
  }
  body .container {
    padding: 0 12px;
  }
  .cms-index-index ol.product-items {
    margin: 0px;
  }
  .way-to-shop-main {
    width: 100%;
    display: inline-block;
    padding: 32px 0 27px 0;
    border-bottom: 1px solid #c4cdd5;
  }
  .way-to-shop-main h2 {
    color: #212b36;
    font-family: 'Plus Jakarta Sans';
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-align: center;
    padding-bottom: 20px;
  }
  ul.shop-way {
    display: inline-block;
    flex-wrap: nowrap;
    margin: 0 -8px;
  }
  ul.shop-way li {
    width: 50%;
    float: left;
    padding: 0 8px;
    margin-bottom: 19px;
  }
  ul.shop-way li:last-child {
    margin-bottom: 0;
  }
  ul.shop-way a {
    color: #212b36;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-align: center;
  }
  ul.shop-way img {
    padding-bottom: 5px;
  }
  .arabian-store {
    width: 100%;
    display: inline-block;
    margin: 32px 0 40px 0;
  }
  .arabian-store h2 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
    padding-bottom: 8px;
  }
  .arabian-subtext {
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 20px;
  }
  .store-find {
    box-sizing: border-box;
    height: 44px;
    width: 100%;
    margin: 0;
  }
  .selling-points {
    margin-top: 0;
  }
  .selling-points .main-div {
    max-width: 100%;
    margin: 0 auto;
    padding: 26px;
  }
  .selling-points-mian {
    width: 100%;
    float: none;
    padding-left: 24px;
    position: relative;
    padding-bottom: 35px;
  }
  .selling-points-mian:last-child {
    padding-bottom: 0;
  }
  .request-store {
    width: 100%;
    padding: 32px 0;
    border-bottom: 1px solid #c4cdd5;
    border-top: 1px solid #c4cdd5;
  }
  ul.request-catalogue {
    display: inline-block;
    flex-wrap: nowrap;
    margin: 0;
  }
  ul.request-catalogue li {
    padding: 0;
    position: relative;
    margin-bottom: 16px;
  }
  .request-ban-text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .request-ban-text h2 {
    margin: 0;
    padding-bottom: 8px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-align: center;
  }
  .request-ban-text p {
    display: none;
  }
  .request-ban-text a {
    background-color: transparent;
    text-align: center;
    width: 100%;
    padding: 0px;
    text-transform: uppercase;
  }
  .request-ban-text a:after {
    content: '>';
    color: #ffffff;
    font-size: 16px;
    left: 10px;
    position: relative;
  }
  .banner-cap-main {
    position: absolute;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    box-sizing: border-box;
    padding-left: 0;
    text-align: center;
    padding: 0 46px;
  }
  .banner-caption h1 {
    margin-bottom: 4px;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 40px;
    text-align: center;
  }
  .banner-caption p {
    font-size: 12px;
  }
  .cms-category {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #c4cdd5;
  }
  .frst-cat {
    width: 100%;
    float: left;
    padding: 0 12px;
    position: relative;
    margin-bottom: 16px;
  }
  .frst-cat:last-child {
    margin-bottom: 0;
  }
  .inner-frst:first-child {
    margin-bottom: 16px;
  }
  .social-midia {
    display: none;
  }
  ol.product-items.widget-product-grid.slick-initialized.slick-slider {
    margin-bottom: 0;
  }
  .cms-index-index .widget .block-title {
    margin: 32px 0 20px 0 !important;
  }
  .cms-index-index .widget .block-title strong {
    font-size: 24px !important;
    font-weight: bold;
    letter-spacing: 0.5px !important;
    line-height: 28px !important;
    text-align: center;
  }
  .cms-index-index .home-catsec {
    margin: 32px 0 20px 0 !important;
  }
  .cms-index-index ol.product-items li .product-item-info .product-item-details .product-item-name {
    padding-bottom: 8px;
    height: 55px !important;
  }
  .slick-slider .slick-arrow {
    display: none !important;
    background: none;
  }
  .slick-list.draggable li.product-item {
    padding: 0 8px !important;
  }
  .product-items.slick-slider .slick-list {
    padding: 0 !important;
    margin: 0 -8px;
  }
  .sidebar.sidebar-main .block-content.filter-content {
    display: block !important;
    position: absolute;
    left: -187px;
    width: 202%;
    height: auto;
    float: left;
  }
  .sidebar.sidebar-main .filter .filter-current {
    margin: -15px 0px 0;
  }
  .sidebar.sidebar-main .filter .filter-current.active .items {
    display: block;
    z-index: 11;
    position: absolute;
    height: auto;
    width: 100%;
    background: #ffffff;
  }
  .sidebar.sidebar-main .filter .filter-current.active .items span.filter-label,
  .sidebar.sidebar-main .filter .filter-current.active .items span.filter-value {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13.82px;
  }
  .sidebar.sidebar-main .filter .filter-current.active strong.block-subtitle.filter-current-subtitle {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13.82px;
    padding-right: 16px;
    justify-content: center;
    text-transform: capitalize;
    padding-bottom: 7px;
  }
  .sidebar.sidebar-main .block-actions.filter-actions {
    position: relative;
    z-index: 11;
    text-align: right;
    margin: 0;
    float: right;
  }
  .sidebar.sidebar-main .filter .filter-current-subtitle:after {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13.82px;
  }
}
body .header.content.content {
  max-width: 100%;
}
.item-content {
  width: 100%;
}
.banner-item.banner-slider {
  width: 100%;
  display: -webkit-box;
  margin: 0 auto;
  max-width: 100%;
}
.banner-caption {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 23px;
}
.social-midia {
  position: fixed;
  right: 2%;
  z-index: 1;
  top: 23em;
  width: 50px;
  max-width: 1366px;
  margin: 0 auto;
  left: auto;
  float: right;
  text-align: right;
}
.sections.nav-sections {
  display: none;
}
.page-wrapper {
  min-height: auto;
}
.cms-new-arrival .recently-main-banner .banner-img img {
  width: 100%;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content form.form.form-shipping-address div#shipping-new-address-form .field._required {
  width: 50%;
  float: left;
  padding-right: 10px;
}
body .page-header .minicart-wrapper .action.showcart .counter.qty {
  border: none;
}
body .page-header .minicart-wrapper .action.showcart .counter-number {
  color: #ffffff;
  display: none;
}
body .amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
  border: none;
  font-size: 0;
}
/*mega menu css*/
.mega-menu-main {
  max-width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.mega-menu-main .brands-sub-menu a {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: left;
  float: left;
  font-weight: normal;
}
.mega-menu-main .brands-sub-menu.sec a {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-align: center;
}
.mega-menu-main .brands-sub-menu.sec a::before {
  display: none;
}
ul.megamenu-ul {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
}
ul.megamenu-ul li {
  padding: 0 32px;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
  padding: 8px 32px;
}
ul.megamenu-ul li:first-child {
  padding-left: 0px;
}
ul.megamenu-ul li:last-child {
  padding-right: 0px;
}
ul.megamenu-ul li a {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
  position: relative;
}
ul.megamenu-ul li a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  background-color: #ff6600;
  bottom: -1px;
  transition: all 0.3s;
}
ul.megamenu-ul li a:hover::before {
  width: 100%;
}
ul.megamenu-ul li:hover .brands-sub-menu {
  visibility: visible;
  opacity: 1;
}
.cms-index-index .block.widget.block-products-list.grid {
  overflow: hidden;
}
.brands-sub-menu {
  position: absolute;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #BCBFC2;
  background-color: #ffffff;
  margin: 0 auto;
  left: 0;
  max-width: 1096px;
  right: 0;
  top: 13.9em;
  padding: 40px;
  border-top: none;
}
.brands-sub-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.brands-sub-menu li {
  width: 20%;
  padding: 0 12px !important;
}
.block-static-block.widget {
  margin-bottom: 0;
}
.block-cms-link.widget {
  margin-bottom: 0;
}
.social-midia.scroll {
  top: 2em;
}
/*mega menu css end*/
.main-pg {
  border: 1px solid #cccccc;
}
.main-pg ul li {
  width: 16.66%;
  padding: 16px;
  border-right: 1px solid #cccccc;
}
.main-pg ul li img {
  width: 100%;
}
.main-pg ul li:last-child {
  border: 0;
}
.main-pg a {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-align: center;
  width: 100%;
  float: none;
  display: inline-block;
}
.main-pg a:hover {
  color: #212b36;
}
.h3-tit {
  border-bottom: 1px solid #cccccc;
  background: #eaf7fc;
  padding: 23px;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.cms-page-view .main-pg ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.slick-next:before,
.slick-prev:before {
  display: none !important;
}
@media (max-width: 1023px) {
  .sections.nav-sections {
    display: inline-block;
  }
  ._ammenu-link.-second,
  .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link,
  .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link {
    text-decoration: none;
  }
  span.view-arabic.switcher-option {
    display: none;
  }
  .section-item-title.nav-sections-item-title {
    display: none;
  }
  ul.menu-ul.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    display: inline-block !important;
    width: 100%;
  }
  .nav-sections .nav-sections-items .nav-sections-item-content:last-child {
    border-bottom: none;
    padding-bottom: 15px;
    padding: 0 12px;
  }
  .collapsibleTab {
    color: #212b36;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 24px;
    border-top: 1px solid #dddddd;
    padding: 24px 0;
    position: relative;
  }
  .navigation a.ui-corner-all {
    color: #212b36;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 24px;
    padding: 23px 0;
    border-top: 1px solid #dddddd;
  }
  .menu-ul a {
    margin: 0;
    color: #212b36;
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    padding: 0px;
    padding-bottom: 30px !important;
  }
  button.btn-nav-close {
    width: 24px;
    height: 24px;
    background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/css_sprites.png) -10px -62px;
    display: inline-block;
    float: right;
    margin-bottom: 24px;
    margin: 0 12px;
  }
  .page-wrapper .nav-sections-item-content > .navigation {
    width: 100%;
    padding: 0 12px !important;
  }
  button.btn-nav-close {
    width: 24px;
    height: 24px;
    background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/close.svg) no-repeat;
    display: inline-block;
    float: right;
    margin-bottom: 24px;
    border: none;
    position: relative;
    bottom: 15px;
  }
  .nav-open .nav-toggle:before {
    content: none;
  }
  .collapsibleTab div:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/css_sprites_mm.png) -54px -62px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0px;
  }
  .cms-index-index ol.product-items li .product-item-info .product-item-details .product-item-name {
    padding: 0px;
  }
  .collapsibleTab.allow.active div:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/css_sprites_mm.png) -114px -10px;
    display: inline-block;
    position: absolute;
    top: 0px;
  }
  .mob-loc.ui-corner-all:before {
    content: '';
    width: 32px;
    height: 32px;
    background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/Pin.svg) no-repeat;
    display: inline-block;
    position: relative;
    top: 9px;
    padding-right: 16px;
  }
  .wish.ui-corner-all:before {
    content: '';
    width: 32px;
    height: 32px;
    background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/Heart.svg) no-repeat;
    display: inline-block;
    position: relative;
    top: 9px;
    padding-right: 16px;
  }
  .navigation a.wish.ui-corner-all {
    border: 0;
    padding: 0;
  }
  .nav-sections .nav-sections-items .nav-sections-item-content:last-child {
    border: unset !important;
  }
  .ammenu-tabs-list {
    display: none;
  }
  .ammenu-menu-title .ammenu-button.-close {
    margin: 10px 10px 10px auto;
  }
  .ammenu-nav-sections.-sidebar {
    background-color: #ffffff !important;
  }
  .ammenu-menu-wrapper .ammenu-text-block {
    color: #212b36;
  }
  .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle,
  .ammenu-menu-title .ammenu-button.-close,
  .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle {
    color: #212b36 !important;
  }
  .ammenu-menu-wrapper {
    margin-bottom: 0;
  }
  .block.block-search .block-content .form {
    position: relative;
  }
  .block.block-search .block-content .form .control {
    position: unset;
  }
  .block.block-search .block-content .form .control input {
    position: unset;
  }
  .block.block-search .block-content .form .actions {
    position: absolute;
    top: -30px;
    right: 20px;
  }
  .block.block-search .block-content .form .actions .action.search {
    display: block;
    font-size: 0;
    background: unset;
    height: 0;
    border: unset;
    padding: 0;
    line-height: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .selling-points .main-div {
    height: 210px;
    padding-left: 20px;
  }
  .selling-points .main-div .selling-points-mian {
    float: left;
  }
  .selling-points.top-section {
    height: 223px;
  }
  html .carousel-container #banner-slider-carousel .owl-dots {
    bottom: -13px;
  }
  html .prod-detail .product.data.items .item.title .switch {
    margin-top: 10px;
  }
  .filter-title strong {
    background-color: #ffffff;
    box-shadow: unset;
    border: 1px solid #cccccc;
    border-radius: 3px;
    width: 200px;
    height: 44px;
    font-weight: 400;
    display: block;
    left: 0;
    line-height: 16px;
    padding: 13px 10px;
    position: unset;
    text-align: center;
    letter-spacing: 0.5px;
  }
  .page-products.page-with-filter.catalogsearch-result-index main#maincontent .page-title-wrapper {
    text-align: center;
  }
  .page-products .columns {
    padding-top: 20px;
  }
  .cart.table-wrapper .product-item-photo {
    position: unset;
  }
  .item-info .product-image-photo {
    position: inherit;
  }
  .cart.table-wrapper .product-image-wrapper .product-image-photo {
    position: inherit;
  }
  body.checkout-cart-index .quntyarrw .plus {
    padding: 0 3px;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar {
    position: unset;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper tr.item-actions {
    position: unset;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  body.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method {
    width: 100%;
  }
  body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
    padding-right: 0;
  }
  .checkout-index-index .page-wrapper {
    overflow: hidden;
  }
  body.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
    right: 0;
  }
  .checkout-index-index .am-checkout .checkout-header {
    padding-bottom: 20px;
  }
  .checkout-index-index .modal-popup .modal-footer button.action.secondary.action-hide-popup {
    width: 100%;
  }
  .checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    width: 100%;
  }
  body.checkout-onepage-success .header.content {
    border-bottom: unset;
  }
  body.checkout-onepage-success .ammenu-header-container.page-header {
    padding-bottom: 20px;
  }
  body.checkout-onepage-success .checkout-success {
    padding-top: 30px;
  }
  body.account.page-layout-2columns-left .column.main {
    width: 100%;
  }
  .account .product-image-container {
    width: 100% !important;
    max-width: 100% !important;
  }
  body.wishlist-index-index .products-grid .product-item .product-item-info .product-item-name {
    height: 330px;
    overflow: visible;
  }
  body.wishlist-index-index .products-grid.wishlist .product-item .price-box {
    margin-left: 0;
  }
  body.wishlist-index-index .products-grid.wishlist .product-item-actions .action.delete {
    float: unset;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner1 .product-item-actions a {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .collapsibleTab div {
    position: relative;
  }
  .cms-page-view .main-pg ul {
    display: inline-block;
    flex-wrap: wrap;
    padding: 0;
  }
  .cms-page-view main#maincontent {
    border: none;
  }
  .main-pg ul li {
    width: 50%;
    padding: 8px;
    border-right: 1px solid #cccccc;
    float: left;
    border-bottom: 1px solid #dddddd;
  }
  .main-pg ul li:nth-child(5) {
    border-bottom: none;
  }
  .main-pg a {
    font-size: 14px;
  }
}
/*cms page css*/
.cms-page-view .page-title-wrapper {
  text-align: left;
  padding: 0;
}
.cms-page-view .row {
  margin: 0px;
}
.cms-page-view .page-main .dwnld-txt h2 {
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  margin-bottom: 7px;
}
body.cms-page-view.cms-specialist-corner h1.page-title {
  margin: 0;
  padding-top: 46px;
  padding-bottom: 21px;
}
body.cms-page-view.cms-specialist-corner h1.page-title span {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
}
.special-main {
  width: 100%;
  max-width: 872px;
  margin: 0 auto;
}
.special-main .container {
  padding: 0;
}
.spe-txt {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 64px;
}
.sll-points {
  width: 100%;
  display: inline-block;
  margin-bottom: 11px;
}
.sll-points ul {
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -36px;
}
.sll-points ul li {
  width: 50%;
  padding: 0 36px;
  margin-bottom: 53px;
  position: relative;
}
.fre-sample {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  padding-bottom: 11px;
  padding-top: 5px;
}
.fre-txt {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.sell-img {
  height: 40px;
  width: 40px;
  position: absolute;
}
.sell-txt {
  padding-left: 56px;
}
.register-form {
  margin-top: 46px;
  width: 100%;
  display: block;
  max-width: 728px;
  margin: 0 auto;
  padding-top: 46px;
  padding-bottom: 56px;
}
.register-form .actions-toolbar {
  margin-top: 24px;
}
.register-form .primary {
  width: 100%;
}
.register-form button.action.submit.primary {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background-color: #ff6600;
  border: 0;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
.register-inherit legend.legend {
  border: 0;
  text-align: center;
  margin-bottom: 21px;
}
.register-inherit legend.legend span {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
}
.register-inherit .fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.register-inherit .fields .field.required {
  width: 50%;
  padding: 0 12px;
}
.register-inherit fieldset.fieldset {
  margin: 0;
  padding: 0;
}
span.re-sub {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding-bottom: 24px;
}
label.label {
  color: #637381;
  font-family: 'Plus Jakarta Sans';
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
  font-weight: normal;
}
input[type="text"] {
  box-sizing: border-box;
  height: 44px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
input[type="password"] {
  box-sizing: border-box;
  height: 44px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
input[type="url"] {
  box-sizing: border-box;
  height: 44px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
input[type="tel"] {
  box-sizing: border-box;
  height: 44px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
input[type="search"] {
  box-sizing: border-box;
  height: 44px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
input[type="number"] {
  box-sizing: border-box;
  height: 44px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
input[type*="date"] {
  box-sizing: border-box;
  height: 44px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
input[type="email"] {
  box-sizing: border-box;
  height: 44px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
.dwnld-img {
  position: relative;
}
.dwnld-txt {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.dnld-txt {
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  padding-bottom: 20px;
}
a.dwnld-now {
  height: 48px;
  width: 200px;
  border-radius: 4px;
  background-color: #ff6600;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 46px;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767px) {
  .product-options-bottom {
    overflow: inherit;
  }
  .page-header .minicart-wrapper .action.showcart .counter.qty {
    width: 40px;
  }
  html body .page-header .minicart-wrapper .action.showcart .counter-number {
    left: 0px !important;
  }
  ol.product-items li .product-item-info .product-item-details .product-item-name {
    padding: 0px !important;
  }
  body header.page-header .panel.wrapper .container {
    padding: 4px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body header.page-header .panel.wrapper .container:before {
    display: none;
  }
  body header.page-header .panel.wrapper .container:after {
    display: none;
  }
  .page-header .minicart-wrapper .action.showcart .counter.qty {
    left: 0px !important;
  }
  .cms-page-view main#maincontent {
    border: none;
    margin-top: 0 !important;
    padding: 0 12px;
  }
  .cms-page-view .page-main .dwnld-txt h2 {
    margin-bottom: 7px;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans';
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-align: center;
  }
  html body.cms-page-view.cms-specialist-corner .page-header {
    margin-bottom: 0;
  }
  html body.cms-page-view.cms-specialist-corner h1.page-title {
    margin: 0;
    padding-top: 32px;
    padding-bottom: 20px;
  }
  html body.cms-page-view.cms-specialist-corner h1.page-title span {
    font-size: 24px !important;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
  }
  html body.cms-page-view.cms-specialist-corner .columns .column.main {
    padding-bottom: 48px;
  }
  .spe-txt {
    margin-bottom: 50px;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-align: center;
  }
  .sll-points {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
  }
  .sll-points ul {
    padding: 0 !important;
    display: inline-block;
    flex-wrap: wrap;
    margin: 0;
  }
  .sll-points ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 33px;
    position: relative;
  }
  .register-form {
    width: 100%;
    display: block;
    max-width: 728px;
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 32px;
  }
  .register-inherit legend.legend {
    border: 0;
    text-align: center;
    margin-bottom: 12px;
    padding-bottom: 0;
  }
  .register-inherit .fields {
    display: inline-block;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
  }
  .register-inherit .fields .field.required {
    width: 100%;
    padding: 0;
  }
  fieldset.fieldset .legend span {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-align: center;
  }
  span.re-sub {
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-align: center;
  }
  .dwnld-txt {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .dnld-txt {
    display: none;
  }
  a.dwnld-now {
    background: none;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 16px;
  }
}
.field.date ._has-datepicker {
  width: 100%;
}
.contact-index-index legend.legend {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  margin-top: 52px;
  border: 0;
  margin-bottom: 66px;
}
.cnt-page {
  margin-top: 48px;
}
.detl {
  width: 50%;
  float: left;
  padding: 0 36px 0 0;
}
.newcontactdiv {
  width: 50%;
  float: right;
  padding: 0 0 0 36px;
}
.cnt-info {
  border: 1px solid #cccccc;
}
.cnt-info .cnt-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cnt-info .cnt-img .img-box {
  width: 50%;
}
.cnt-info .cnt-img .img-box p {
  color: #212b36;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  padding-bottom: 12px;
  position: relative;
  text-align: center;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 0;
}
.cnt-dtl {
  width: 100%;
  padding: 24px 16px 32px;
}
.cnt-dtl h3 {
  margin: 0;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 19px;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 28px;
}
ul.add-dtl {
  padding-top: 16px;
}
ul.add-dtl li {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  padding-bottom: 12px;
  position: relative;
  padding-left: 48px;
}
a.delers {
  height: 48px;
  width: 352px;
  border-radius: 4px;
  background-color: #ff6600;
  display: block;
  margin: 0 auto;
  margin-top: 24px;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 46px;
  text-align: center;
}
li.loc:before {
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/map-pin.svg);
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  padding-right: 0;
  background-repeat: no-repeat;
  left: 0;
}
li.tele:before {
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/phone.svg);
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  padding-right: 0;
  background-repeat: no-repeat;
  left: 0;
}
li.tele a:hover {
  color: #212b36;
}
li.mailing:before {
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/mail.svg);
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  padding-right: 0;
  background-repeat: no-repeat;
  left: 0;
}
li.mailing a:hover {
  color: #212b36;
}
li.clock:before {
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/clock.svg);
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  padding-right: 0;
  background-repeat: no-repeat;
  left: 0;
}
.timing {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}
.timing .left-time {
  width: calc(50%);
}
.fieldset .field .label {
  font-weight: normal;
  color: #637381;
  font-family: 'Plus Jakarta Sans';
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
.fieldset .fields .field .label {
  font-weight: normal;
  color: #637381;
  font-family: 'Plus Jakarta Sans';
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
.hdmx__contact-form .fieldset .group-3 {
  margin: 0;
}
.hdmx__contact-form .fieldset .group-3 .field {
  padding: 0;
}
.hdmx__contact-form .actions-toolbar .action.primary,
.hdmx__contact-form .actions-toolbar .amshopby-button,
.hdmx__contact-form .actions-toolbar .am-filter-go {
  float: right;
  padding: 1rem 2rem;
  height: 48px;
  border-radius: 4px;
  background-color: #ff6600;
  border: 0;
  width: 100%;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
.contact-index-index main#maincontent .column.main {
  padding-bottom: 88px !important;
}
.contact-index-index main#maincontent .columns {
  padding-bottom: 88px !important;
}
input#btn-go {
  float: right;
  height: 44px;
  width: 140px;
  border-radius: 0 4px 4px 0;
  background-color: #ff6600;
  border: none;
  position: relative;
  top: -44px;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
.hdmx__contact-form .fieldset .group-2 {
  margin: 0px;
}
.hdmx__contact-form .fieldset .group-2 .field {
  padding: 0px;
}
@media (max-width: 768px) {
  a.delers {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-index-index main#maincontent {
    margin-top: 0 !important;
    border: 0;
    padding: 0 12px;
  }
  .contact-index-index main#maincontent .column.main {
    padding-bottom: 0px !important;
  }
  .contact-index-index main#maincontent .columns {
    padding-bottom: 0px !important;
  }
  .contact-index-index legend.legend {
    margin-top: 32px;
    border: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
  }
  .detl {
    width: 100%;
    padding: 0;
  }
  a.delers {
    width: 100%;
  }
  .newcontactdiv {
    width: 100%;
    padding: 0;
    margin-top: 32px;
  }
  .hdmx__contact-form .fieldset .group-2 .field {
    width: 100%;
  }
  .hdmx__contact-form .fieldset .group-3 .field {
    width: 100%;
  }
}
/*category page css start*/
.page-products.page-layout-2columns-left .column.main {
  float: right;
  width: 78%;
  padding-bottom: 0;
  padding-left: 24px;
  position: relative;
}
.page-products .sidebar.sidebar-main {
  width: 22%;
  margin-top: 0px;
  padding-right: 24px;
  max-width: 288px;
  margin-top: 20px;
}
.page-products .product-items .product-item {
  display: inline-block;
  width: 33.33%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  padding: 0 12px;
  margin-bottom: 48px;
  margin-left: 0px !important;
}
.page-products .products-grid .product-items {
  font-size: 0;
  width: auto;
  margin: 0 -12px;
}
.page-products .products.products-grid {
  width: 100%;
  margin-left: 0;
  margin-top: 26px;
}
.page-products .product-image-wrapper:hover {
  background: none;
}
.page-products .toolbar.toolbar-products {
  width: auto;
  margin: 0;
  float: right;
  height: auto;
  display: inline-block;
}
.page-products .toolbar.toolbar-products .toolbar-sorter.sorter {
  margin: 0;
  position: absolute;
  right: 0;
  top: -45px;
  left: auto;
  width: auto;
  float: right;
  text-align: right;
}
.page-products .toolbar-sorter.sorter select {
  box-sizing: border-box;
  height: 44px;
  width: 200px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
.page-products h1.page-title span {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
}
.page-products .block-content.filter-content .filter-options-title {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: capitalize;
}
.page-products .amscroll-load-button {
  color: #212b36 !important;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-weight: normal;
}
.catalog-category-view .product-item .product-reviews-summary {
  display: block !important;
}
.catalog-category-view .block-title h2 {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-transform: capitalize;
}
.product-item-details .price-final_price {
  height: auto;
}
.product-item-name a {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.page-products.catalog-category-view .page-title-wrapper {
  display: inline-block;
  width: 50%;
  text-align: right;
  position: relative;
  top: 0;
  left: 24%;
}
.page-products.catalog-category-view .recently-product-cat {
  float: right;
  width: 100%;
}
.page-products.catalog-category-view .recently-product-cat.category-page .nakjakj.grid ol.product-items.widget-new-grid li.product-item .product-image-wrapper {
  height: 100%;
}
ol#hm-catviewmore {
  margin: 0 -12px;
}
.catalog-category-view.page-products.catalog-category-view .page-title-wrapper {
  display: inline-block;
  width: 50%;
  text-align: right;
  position: relative;
  top: -8px;
  left: 24%;
}
.block-content.filter-content .filter-options-item {
  margin-bottom: 0;
  padding: 23px 0;
  border-bottom: 1px solid #dddddd;
}
.block-content.filter-content .filter-options-item:first-child {
  padding-top: 24px;
  border-top: 1px solid #dddddd;
}
.filter-options-item.allow .filter-options-title:after,
.checkout-index-index #checkout .mw-osc-block-title p:after,
.checkout-index-index #checkout .mw-osc-block-title p:after {
  content: '' !important;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/plus.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}
.filter-options-item .filter-options-title:after {
  content: '' !important;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/plus.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}
.filter-options-item.active .filter-options-title:after {
  content: '' !important;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/minus.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
}
.catalogsearch-result-index .amscroll-load-button {
  color: #212b36 !important;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-weight: normal;
}
.page-products .product-items .product-item .product-item-info .product-item-details .product-item-name {
  height: auto !important;
  margin-bottom: 2px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal !important;
  min-height: 44px !important;
}
body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item {
  width: 33.33%;
  margin: 0 !important;
  margin-bottom: 48px !important;
}
@media (min-width: 768px) and (max-width: 1280px) {
  html .page-products.catalog-category-view .product-items .product-item {
    width: 33.33%;
  }
  html .page-products.catalog-category-view .recently-product-cat .product-item {
    width: 33.33% !important;
  }
  html .catalog-category-view.page-products.catalog-category-view .page-title-wrapper {
    display: inline-block;
    width: 50%;
    text-align: right;
    position: relative;
    top: -8px;
    left: 12%;
  }
  html .page-products h1.page-title span {
    font-size: 24px;
  }
  html .page-products .sidebar.sidebar-main {
    width: 20%;
    margin-top: 0;
  }
  html .page-products.catalog-category-view.page-layout-2columns-left .column.main {
    float: left;
    width: 80%;
  }
  html body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  html .page-products .toolbar.toolbar-products .toolbar-sorter.sorter {
    right: 0;
  }
  html .page-products.catalog-category-view.page-layout-2columns-left .column.main {
    float: left;
    width: 80%;
  }
  html body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  html .page-products.catalog-category-view .page-main .page-title-wrapper {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-left: 0;
  }
  html .page-products.catalog-category-view .page-title-wrapper .page-title {
    margin-bottom: 10px;
    top: 22px;
    text-align: center;
  }
  html .page-products.catalog-category-view .sidebar.sidebar-main {
    padding-top: 26px;
    border-top: 1px solid #dedede;
    margin-top: -70px;
    height: 40px;
    width: 100% !important;
    max-width: 100%;
  }
  html .page-products.catalog-category-view .product-items .product-item {
    width: 100%;
    margin: 0px 0px 40px 0px !important;
    padding: 0px;
  }
  html .page-products.catalog-category-view .columns {
    position: relative;
    top: 0;
    padding-top: 29px;
    padding-left: 0;
  }
  html .page-products.catalog-category-view ol#hm-catviewmore {
    margin: 0;
  }
  html .page-products.catalog-category-view .recently-product-cat .product-item {
    width: 100% !important;
  }
  html .page-products .toolbar.toolbar-products .toolbar-sorter.sorter {
    top: -60px;
    width: 50%;
    border-right: 1px solid #dedede;
    height: 22px;
    float: left;
    left: 0;
  }
  html .page-products .products-grid .product-items {
    font-size: 0;
    width: auto;
    margin: 0;
  }
  html .page-products .product-items .product-item .product-item-info .product-item-details .product-item-name {
    height: auto !important;
    white-space: normal !important;
    margin-bottom: 2px !important;
  }
  html .page-products.catalog-category-view.page-layout-2columns-left .column.main {
    position: relative;
    top: 0;
    padding-top: 0px;
    padding-left: 0;
    padding-bottom: 50px;
    width: 100%;
  }
  html .catalog-category-view.page-products.catalog-category-view .page-title-wrapper {
    display: inline-block;
    width: 100%;
    text-align: right;
    position: relative;
    top: -95px;
    left: 0;
    margin-top: 24px;
    margin-bottom: 0px;
  }
  html .page-products .product-items .product-item .product-item-info .product-item-details .product-item-name {
    height: auto !important;
    margin-bottom: 2px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal !important;
    min-height: 44px !important;
  }
  html .page-products main#maincontent {
    margin-top: 0;
    border: 0;
  }
  html .catalog-category-view .page-header {
    margin-bottom: 0;
  }
  html .catalog-category-view .recently-product-cat .block-title h2 {
    color: #212b36;
    font-family: 'Plus Jakarta Sans';
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-align: center;
  }
  html .page-wrapper .breadcrumbs {
    display: inline-block;
    margin: 0;
    padding-top: 0;
    padding-bottom: 19px;
  }
  html .page-products.catalog-category-view .recently-product-cat {
    padding-left: 0;
    padding-top: 35px;
  }
  html .recently-product-cat .block-title {
    margin: 0;
    margin-bottom: 20px;
  }
  html .page-products.page-with-filter.catalogsearch-result-index.page-layout-1column .breadcrumbs {
    display: none;
  }
  html body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item:nth-child(odd) {
    margin-left: 0 !important;
  }
  html body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 48px !important;
  }
}
/*category page css end*/
/*product page css*/
html .catalog-product-view .prod-detail {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0;
}
html .catalog-product-view .columns {
  padding-bottom: 0;
}
html .catalog-product-view .columns .column.main .container {
  padding: 0;
}
html .catalog-product-view .columns .column.main .container.sj-test {
  padding: 0;
}
html .catalog-product-view .product-info-main {
  float: right;
  width: 40%;
  padding: 0 0 0px 32px;
  position: relative;
}
html .catalog-product-view .product-info-main .page-title-wrapper h1 {
  margin-bottom: 12px;
}
html .catalog-product-view .product-info-main .page-title-wrapper h1 span {
  margin-bottom: 0;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
}
html .catalog-product-view .product-info-main .price-box.price-final_price:before {
  display: none !important;
}
html .catalog-product-view .product-info-main .product-info-price {
  border: none;
  margin: 0;
  width: 100%;
  float: left;
  margin-bottom: 22px;
  border-top: 1px solid #dddddd;
  margin-top: 0;
  padding-top: 12px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 18px;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart {
  float: left;
  width: 100%;
  margin: 0;
  height: auto;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset {
  width: 20%;
  float: left;
  margin: 0;
  margin-right: 16px;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
  float: right;
  width: 75%;
  margin-top: 26px;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .action.tocart {
  border-color: transparent;
  padding: 0;
  float: left;
  margin-bottom: 0;
  border-radius: 4px;
  background-color: #ff6600;
  height: 48px;
  width: calc(50% - 10px);
  margin-left: 8px;
  margin-right: 0;
}
html .catalog-product-view .product.media {
  float: left;
  width: 60%;
  box-shadow: none;
  margin: 0;
}
html .catalog-product-view .product.media .fotorama__nav__frame {
  padding: 0 !important;
  padding-right: 16px !important;
  padding-bottom: 16px !important;
  margin-right: 16px;
}
html .catalog-product-view .product.media .fotorama__nav__frame .fotorama__thumb {
  box-shadow: none;
}
html .catalog-product-view .product.media .fotorama__nav__shaft {
  margin-left: 0px;
  margin-right: 16px;
  display: inline-block;
  margin-top: 0;
}
html .catalog-product-view .product.media .fotorama__nav__frame.fotorama__active .fotorama__thumb {
  box-shadow: none;
}
html .catalog-product-view .breadcrumbs {
  margin: 20px 0 0 0;
}
html .catalog-product-view span.price-container.price-final_price {
  width: auto;
  float: left;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
}
html .catalog-product-view .product-options-bottom label {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
}
html .catalog-product-view .amquote-addto-button {
  padding: 0;
  text-transform: uppercase;
  box-sizing: border-box;
  height: 48px;
  width: 100%;
  border: 1px solid #212b36;
  border-radius: 4px;
  background-color: #ffffff;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
html .catalog-product-view .recently-product-cat .block-title {
  margin-top: 65px;
  padding: 0;
  border: 0;
  margin-bottom: 26px;
}
html .catalog-product-view .recently-product-cat .block-content {
  padding-left: 0;
  padding-right: 0;
}
html .catalog-product-view .column.main .recently-product-cat .product-items {
  margin: 0 -12px;
  width: 100%;
  font-size: 0;
}
html .catalog-product-view .column.main .recently-product-cat .product-items .product-item {
  width: 25%;
  box-shadow: none;
  margin: 0 !important;
  padding: 0 12px;
}
html .catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container span.product-image-container {
  display: block;
  width: 100% !important;
}
html .catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container span.product-image-wrapper {
  height: auto;
}
html .catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .sj-image-container span.product-image-wrapper:hover {
  background: transparent;
}
html .catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .product-item-details .product-item-name {
  margin-bottom: 0;
  padding: 7px 0;
}
html .catalog-product-view .column.main .recently-product-cat.category-page.productpager .product-items .product-item .product-item-info .sj-image-container span.product-image-wrapper:hover {
  background: transparent;
}
html .catalog-product-view .recently-product-cat.category-page.productpager .block-content {
  padding-left: 0;
  padding-right: 0;
}
html .catalog-product-view .page-bottom {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
html .catalog-product-view .page-bottom .arabian-store {
  border-top: 1px solid #dddddd;
  margin-top: 56px;
}
html .catalog-product-view .page-bottom .arabian-store h2 {
  padding-top: 46px;
}
html .catalog-product-view .product-item-details .price-final_price {
  margin-top: 5px;
  height: auto;
}
html .revewwithwishlist .wishlist .actions-secondary {
  display: block;
  float: left;
  min-width: unset;
  padding-right: 0;
  right: 0;
  position: relative;
  left: -16px;
}
html .revewwithwishlist .wishlist .compare-product a.action.tocompare {
  position: relative;
  right: 64px;
  display: none;
  font-size: 0;
}
html .revewwithwishlist .towishlist:after {
  height: 24px;
  width: 24px;
}
html .product-info-main .product-info-stock-sku {
  display: none;
}
html .product-info-main .product-add-form .box-tocart label {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
}
html .product-info-main .product-add-form .box-tocart input.input-text.qty {
  box-sizing: border-box;
  height: 44px;
  width: 96px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
html .product-info-main .product-add-form .box-tocart .actions .action.tocart span {
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
html .product-info-main .product-add-form .box-tocart .fieldset .number {
  margin-left: 0;
  display: inline-block;
}
html .product-info-main-deatils {
  display: none;
}
html .product.info.detailed .product.data.items .data.item.title.active a {
  border-bottom: 2px solid #212b36;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
  padding-bottom: 18px !important;
  margin-right: 40px;
}
html .product.info.detailed .additional-attributes tbody tr th {
  color: #637381;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 24px;
  font-weight: normal;
}
html .product.info.detailed .additional-attributes tbody tr td {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 24px;
}
html .prod-detail .product.data.items .item.title .switch {
  background: transparent;
  text-transform: capitalize;
  height: auto;
  padding: 0;
  margin-right: 40px;
  padding-bottom: 10px !important;
  color: #637381;
  font-family: 'Plus Jakarta Sans';
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
}
html .prod-detail .product.info.detailed {
  margin: 0;
  padding-top: 76px;
}
html .product.data.items .item.content {
  border: none;
  padding: 27px 0 0 0;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  border-top: 1px solid #dddddd;
}
html h3.mb-line {
  display: none;
}
html .related-product-cat .block-title h2 {
  margin: 0;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
}
html .recently-product-cat .block-title h2 {
  margin: 0;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
}
html .catalog-product-view.page-layout-1column .page-main .related-product-cat .products-grid .product-item:first-child {
  margin-left: 0 !important;
}
html .product-item-details .product-reviews-summary {
  display: block !important;
}
html .catalog-product-view .page-title-wrapper {
  width: 100%;
  display: inline-block;
}
html .revewwithwishlist {
  width: 100%;
  float: right;
  display: inline-block;
  position: relative;
  top: 0;
  margin-bottom: 7px;
}
html .instock-status {
  float: left;
  margin-right: 40px;
}
html .in-stock-label-span {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
}
html .product.data.items .item.content #product-review-container {
  border: none;
  padding-top: 0;
  border-width: 1px 0 0 0;
}
html button#review {
  float: right;
  width: 200px;
  border: 1px solid #212b36;
  border-radius: 4px;
  background-color: #ffffff;
  height: 48px;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
html .review-form .action.submit.primary {
  height: 44px;
  width: 200px;
  border-radius: 4px;
  background-color: #ff6600;
  border: none;
  padding: 0;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
html .review-form .action.submit.primary:hover,
html .review-form .action.submit.primary:focus {
  background: #ffffff;
  color: #000000;
}
html ol.items.review-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
html .product-reviews-summary {
  padding-bottom: 39px;
  /* border-bottom: 1px solid @line4; */
  margin-bottom: 0px;
}
html .review-item {
  padding: 32px 0;
}
html .review-main-contnt {
  width: 55%;
  float: left;
}
html ol.items.review-items .review-details {
  width: 25%;
  float: left;
  text-align: center;
  padding-left: 150px;
}
@media (max-width: 575px) {
  html ol.items.review-items .review-details {
    padding: 0;
  }
}
html ol.items.review-items .rexiw-star-date {
  width: 20%;
  float: right;
  text-align: right;
}
html .review-ratings {
  float: right;
  margin-bottom: 0;
  max-width: 240px;
}
html .review-title {
  margin: 0;
  margin-bottom: 9px;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  font-weight: normal;
}
html .review-content {
  margin-bottom: 0;
  color: #637381;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
html .review-author .review-details-value {
  font-weight: normal;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
html time.review-details-value {
  color: #637381;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding-top: 16px;
  display: inline-block;
}
html .review-toolbar {
  border-top: none;
  display: none;
}
html #viewall {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
  border: 0;
  width: 100%;
  text-decoration: underline;
  margin-top: 16px;
}
html div#customer-reviews {
  margin: 0;
}
html .ratcount {
  float: right;
  padding-left: 16px;
  color: #637381;
  font-size: 15px;
  letter-spacing: 0.25px;
  line-height: 35px;
}
html .data.switch .counter {
  color: #7d7d7d;
  display: none;
}
html .catalog-product-view .product-info-main .product.alert form#notify-form {
  width: 100%;
}
html .catalog-product-view .product-info-main .product.alert .control {
  width: 264px;
  display: inline-block;
  position: relative;
}
html .catalog-product-view .product-info-main .product.alert .control input.notify_email.input-text {
  height: 44px;
  width: 270px;
  padding: 8px 16px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
html .catalog-product-view .product-info-main .product.alert .submitsction {
  width: 158px;
  position: absolute;
  height: 44px;
}
html .catalog-product-view .product-info-main .product.alert .submitsction input.notify_btn {
  text-transform: uppercase;
  box-shadow: none;
  border: 0;
  height: 44px;
  width: 100%;
  border-radius: 0 4px 4px 0;
  background-color: #ff6600;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  background: #ff6600;
}
html body .page-header .minicart-wrapper .action.showcart .counter-number {
  display: inline-block;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
  text-align: center;
  position: relative;
  left: -5px;
}
html .minicart-wrapper .block-minicart li a.product-item-photo {
  width: auto;
  display: inline-block;
}
html div#minicart-content-wrapper a.product-item-photo {
  box-shadow: none;
}
html div#minicart-content-wrapper .product-image-container {
  display: inline-block;
  max-width: 100%;
  width: 75px !important;
  height: 75px !important;
}
html div#minicart-content-wrapper .minicart-items .product-item-name {
  width: 230px;
  padding: 0;
  height: auto;
}
html .page-header #minicart-content-wrapper .block-content .actions .primary .action.primary,
html .page-header #minicart-content-wrapper .block-content .actions .primary .amshopby-button,
html .page-header #minicart-content-wrapper .block-content .actions .primary .am-filter-go {
  background: #ff6600;
  color: #ffffff;
  font-size: 13.55px;
  font-weight: 700;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  height: 44px;
  border: 0;
  border-radius: 4px;
}
html .modal-popup button {
  background: #ff6600 !important;
  height: 44px !important;
  border: 0 !important;
  border-radius: 4px !important;
}
html .modal-popup button:hover {
  background: #ff6600;
  border: none;
  color: #ffffff;
}
html .modal-popup button:focus {
  height: 44px;
}
html .modal-popup .action-close:before {
  position: relative;
  left: -10px;
}
html .modal-popup button.action-close {
  background: none !important;
}
html .modal-popup button:active {
  background: #ff6600;
  border: none;
  color: #ffffff;
  height: 44px;
}
html .notify-txt {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  html .catalog-product-view .product.media {
    width: 100%;
  }
  html .catalog-product-view .product-info-main {
    width: 100%;
    padding: 16px 0 0 0;
    position: relative;
  }
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset {
    width: 100%;
  }
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
    width: 100%;
  }
  html .product-info-main .product-add-form .box-tocart .fieldset .number {
    margin-left: 16px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  html .catalog-product-view .breadcrumbs {
    margin: 0;
    display: none;
  }
  html .catalog-product-view .product.media .fotorama__wrap {
    padding: 0;
  }
  html .catalog-product-view .product-info-main {
    width: 100%;
    padding: 21px 0 0 0;
    position: relative;
  }
  html .catalog-product-view .product-info-main .page-title-wrapper h1 {
    margin-bottom: 0;
  }
  html .catalog-product-view .product-info-main .page-title-wrapper h1 span {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 24px;
  }
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset {
    width: 20%;
  }
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .number {
    margin-top: 9px;
    width: 100%;
    margin: 0;
  }
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
    width: 70%;
  }
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .action.tocart {
    margin-left: 0px;
    width: 100%;
  }
  html .catalog-product-view .product-info-main .product.alert .control {
    width: 100%;
    display: inline-block;
    position: relative;
  }
  html .catalog-product-view .product-info-main .product.alert .submitsction {
    width: 128px;
    position: relative;
    height: 44px;
    top: -45px;
  }
  html .catalog-product-view .payment-responsivesec {
    width: 73%;
    display: none;
  }
  html .catalog-product-view .prod-detail .product.data.items .item.title .switch {
    margin-right: 0;
    border-top: 1px solid #dddddd;
    padding: 20px 0 !important;
  }
  html .catalog-product-view .recently-product-cat .block-title {
    margin-top: 0;
    padding: 0;
    border: 0;
    margin-bottom: 20px;
  }
  html .catalog-product-view .recently-product-cat .block-title h2 {
    margin: 0;
    color: #212b36;
    font-family: 'Plus Jakarta Sans';
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-align: center;
  }
  html .catalog-product-view .column.main .recently-product-cat .product-items {
    margin: 0;
    width: 100%;
    font-size: 0;
  }
  html .catalog-product-view .column.main .recently-product-cat .product-items .product-item {
    width: 100% !important;
    box-shadow: none;
    margin: 0 !important;
    padding: 0;
    margin-bottom: 40px !important;
  }
  html .catalog-product-view .page-bottom .arabian-store {
    border-top: 1px solid #dddddd;
    margin-top: 0;
  }
  html .catalog-product-view .revewwithwishlist {
    width: 100%;
    margin-top: 16px;
  }
  html .fotorama__active .fotorama__dot {
    background-color: #ff6600;
    border-color: #ff6600;
  }
  html .product-info-main .product-add-form .box-tocart input.input-text.qty {
    width: 100%;
  }
  html .prod-detail .product.info.detailed {
    margin: 0;
    padding-top: 36px;
  }
  html .product.info.detailed .product.data.items .data.item.title.active a {
    margin: 0;
  }
  html .product.data.items .item.title a:after {
    position: absolute;
    right: 10px;
    top: 20px;
  }
  html .product.data.items .item.content #product-review-container {
    border: none;
    padding-top: 0;
    border-width: 1px 0 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  html .price-box span.price-container span.price {
    padding-left: 0;
  }
  html button#review {
    text-align: center;
    margin: 0 auto;
    order: 2;
  }
  html .review-details {
    order: 1;
    margin: 0 auto;
  }
  html .product-reviews-summary {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 22px;
  }
  html .review-item {
    padding: 18px 0;
    display: flex;
    flex-wrap: wrap;
  }
  html .review-item:first-child {
    border-top: 1px solid #dddddd;
    margin-top: 24px;
  }
  html .review-main-contnt {
    width: 100%;
    order: 3;
  }
  html ol.items.review-items .review-details {
    width: 100%;
    text-align: left;
    order: 2;
  }
  html ol.items.review-items .rexiw-star-date {
    width: 100%;
    float: left;
    text-align: left;
    order: 1;
  }
  html .review-list li .review-date {
    float: right;
    width: 50%;
    text-align: right;
  }
  html .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  html time.review-details-value {
    padding: 0;
  }
  html div#customer-reviews {
    margin: 0;
    order: 3;
  }
  html .revewwithwishlist .wishlist {
    float: right;
    width: 50%;
  }
  body.catalog-product-view .page-main {
    border-top: 0;
    margin: 0 !important;
    padding-top: 0 !important;
  }
}
/*end*/
.main-offer {
  width: 100%;
  display: flex;
  background-color: #eaf7fc;
  flex-wrap: wrap;
  padding: 16px 48px 10px 32px;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.title-offer {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
}
.countdowntimer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.days-time {
  padding: 0 12px;
  position: relative;
  text-align: center;
}
span.day-cnt {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 28px;
  width: 100%;
  display: block;
  text-align: center;
}
span.day-txt {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
}
span.day-txt:before {
  content: '';
  height: 2px;
  width: 40px;
  background-color: #212b36;
  position: absolute;
  left: 0;
  text-align: center;
  right: 0;
  margin: 0 auto;
}
html body.cms-special-offer .selling-points-mian p {
  color: #637381;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
html body.cms-special-offer main#maincontent {
  padding: 0 !important;
}
html body.cms-special-offer ul {
  padding: 0;
}
.specail-main {
  margin-top: 10px;
  width: 100%;
  display: inline-block;
  margin-bottom: 24px;
}
.offer-img ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.offer-img ul li {
  width: 25%;
  float: left;
  padding: 0 12px;
}
.offer-img ul li img {
  width: 100%;
}
.cms-home span.special-price {
  margin: 0px 0 !important;
  width: auto !important;
}
span.old-price {
  display: block;
  float: left;
  padding-left: 16px;
}
span.special-price {
  margin: 0px 0 !important;
  width: auto !important;
}
.product-item .old-price {
  margin: 0;
}
.cms-special-offer .category-supersale {
  width: 100%;
  display: inline-block;
  padding-top: 46px;
  border-top: 1px solid #dddddd;
}
.cms-special-offer .block.widget.block-products-list.grid {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 17px;
  overflow: hidden;
  padding-top: 5px;
}
.cms-special-offer .block.widget.block-products-list.grid .block-title {
  text-align: center;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 26px;
}
.cms-special-offer .widget .block-title strong {
  color: #212b36;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 26px;
}
.cms-special-offer .block.widget .product-item-info {
  width: 100%;
  position: relative;
}
.cms-special-offer .block.widget .product-item-info .actions-secondary {
  position: absolute;
  right: -3px;
  top: 8px;
}
.cms-special-offer .sell-pnts {
  border-top: 1px solid #dddddd;
}
html .owl-theme .owl-dots .owl-dot.active span {
  background: #ff6600;
}
html .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff6600;
}
html .owl-theme .owl-dots .owl-dot span {
  height: 8px;
  width: 16px;
  background-color: #d8d8d8;
  display: inline-block;
  font-size: 0;
  margin: 0 8px 16px;
  border-radius: 0;
}
html .revewwithwishlist {
  margin-bottom: 12px;
}
html .revewwithwishlist .ratcount {
  line-height: 23px;
}
html .instock-status {
  width: 30%;
  text-align: right;
}
.revewwithwishlist .wishlist {
  width: 100%;
}
.revewwithwishlist .product-reviews-summary {
  margin: 0;
  display: inline-block;
  padding: 0;
  border: 0;
}
.revewwithwishlist .review-details {
  width: 50%;
  float: left;
}
.product-info-main .rating-summary {
  margin-right: 0;
}
.customer-review .rating-summary {
  margin-right: 0;
}
.newlabel-class {
  position: absolute;
  top: 16px;
  z-index: 1;
  left: 0;
}
div#zipcode-error {
  color: #ff0000;
  margin-top: 5px;
}
.social-share-custom {
  position: absolute;
  right: 10px;
  top: 60px;
  z-index: 1;
}
.social-share-custom div.rollerhove {
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/Share-grey.svg);
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.social-share-custom div.rollerhove:hover {
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/Share-hover.svg);
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.social-share-custom .rollerhove:hover .hoversocialicondisplay {
  right: 0;
  top: 24px;
}
.social-share-custom .rollerhove:hover .hoversocialicondisplay ul {
  right: 0px;
  top: 15px;
}
.cms-index-index ol.product-items .hoversocialicondisplay li {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
ol.product-items .hoversocialicondisplay li {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
.related-product-cat ol li {
  padding: 0;
}
i.fa.fa-facebook-square {
  color: #3567a2;
}
i.fa.fa-twitter {
  color: #69acd1;
}
i.fa.fa-pinterest {
  color: #e2462b;
}
i.fa.fa-whatsapp {
  color: #4cc03c;
}
.desc-main {
  position: relative;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price-container > .price-wrapper span.price {
  margin-top: 6px;
}
html .revewwithwishlist .wishlist .actions-secondary {
  left: -5px;
}
.disc-txt {
  position: absolute;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  left: 6px;
  align-items: center;
  top: 9px;
}
.cms-catalogue-request .columns .column.main {
  padding-bottom: 88px;
}
.cms-catalogue-request .page-main {
  width: 100%;
  max-width: 728px;
  padding: 0 23px;
  margin: 0 auto;
  box-sizing: border-box;
  display: inline-block;
}
.cms-catalogue-request fieldset.fieldset .legend {
  padding: 0;
  border: 0;
  margin-bottom: 66px;
  margin-top: 27px;
  text-align: center;
}
.cms-catalogue-request fieldset.fieldset .legend span {
  text-transform: none;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
}
.cms-catalogue-request span.request-txt {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding-bottom: 20px;
  display: inline-block;
}
.cms-catalogue-request .field.name.required.address {
  width: 100%;
}
.cms-catalogue-request .request-chckbox {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  padding-left: 10px;
}
.cms-catalogue-request .request-chckbox label {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.cms-catalogue-request .fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
.cms-catalogue-request .fieldset:last-child {
  margin-bottom: 0;
}
.cms-catalogue-request .actions-toolbar {
  margin-top: 27px;
}
.cms-catalogue-request .primary {
  width: 100%;
}
.cms-catalogue-request button.action.submit.primary {
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  background-color: #ff6600;
  height: 48px;
  border: 0;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
}
.cms-catalogue-request .field.name.required {
  width: 50%;
  float: left;
  padding: 0 12px;
}
.cms-catalogue-request .fields.request-form-dtl {
  margin: 0 -12px;
}
.cms-index-index ol.product-items li .product-item-info .product-item-details .product-item-name a.product-item-link {
  color: #212b36 !important;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.field.zipcode {
  width: 50%;
  padding: 0 12px;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset {
  width: 53%;
  margin: 0;
  padding-right: 16px;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  align-items: center;
  justify-content: center;
  float: left;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
  width: 100%;
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
html .product-info-main .product-add-form .box-tocart input.input-text.qty {
  width: 100%;
}
.sq-ft-main {
  width: 50%;
  padding-right: 13px;
}
.or {
  top: 10px;
  width: 26px;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  position: relative;
}
.box-main {
  width: auto;
  padding-left: 13px;
}
html .product-info-main .product-add-form .box-tocart label {
  display: inline-block;
  width: 100%;
}
html .product-info-main .product-add-form .box-tocart .fieldset .number {
  width: 100%;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions.adtocart {
  width: 100%;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset.nosqft {
  width: 25%;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset.nosqft .box-main {
  width: 100%;
  padding-left: 0;
}
ul.megamenu-ul li {
  padding: 0px;
}
ul.megamenu-ul li a {
  padding: 8px 32px;
  display: inline-block;
  position: relative;
}
ul.megamenu-ul li a:before {
  content: '';
  width: 0;
  height: 3px;
  background: #ff6600;
  position: absolute;
  left: 0;
  margin: 0;
  bottom: -1px;
  transition: all 0.3s;
}
ul.megamenu-ul li:hover a:before {
  width: 100%;
}
.mega-menu-main .brands-sub-menu a {
  padding: 0px;
}
.cms-index-index span.product-image-wrapper:hover {
  background: none;
}
.swatch-attribute.color,
.swatch-attribute.size,
.swatch-attribute.size {
  width: 100%;
  display: inline-block;
}
.swatch-attribute.color .swatch-option {
  border: none;
  width: 24px !important;
  height: 24px !important;
  background-size: 100% !important;
}
.catalog-product-view .swatch-attribute.color .swatch-option.selected {
  margin-left: 0;
  border: 2px solid #ff6600;
}
.catalog-product-view .swatch-attribute.color .swatch-option {
  border: none;
  width: 80px !important;
  height: 80px !important;
  background-size: 100% !important;
  margin-right: 18px;
}
#configcustom {
  margin-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0px;
}
html .catalog-product-view .product-info-main .product-info-price {
  margin-bottom: 0px;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart {
  padding-top: 0 !important;
}
.cms-catalogue-request .breadcrumbs {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 23px;
  margin-top: 20px;
}
.two-action {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.sample-product-wrapper {
  width: calc(50% - 10px);
  margin-right: 8px;
}
button#sample-product-button {
  width: 100%;
  margin: 0;
  border: 1px solid #212b36;
  border-radius: 4px;
  background-color: #ffffff;
  height: 48px;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-align: center;
  padding: 0;
}
button#sample-product-button span {
  color: #212b36 !important;
}
button#product-addtoquote {
  width: calc(50% - 10px);
  margin-bottom: 0;
  order: 1;
}
@media (max-width: 767px) {
  button#product-addtoquote {
    height: 40px;
    font-size: 12px;
  }
}
.row {
  margin: 0;
}
.inspiration-index-index .columns {
  padding: 0;
}
.inspiration-index-index .columns .column.main {
  padding-bottom: 84px;
}
.trend-prdts {
  margin-top: 22px;
  width: 100%;
}
.fet-title h2 {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 26px;
}
.main-trending {
  width: 100%;
  display: inline-block;
}
.main-trending ol {
  width: auto;
  margin: 0 -12px;
  padding: 0px;
}
.main-trending ol li {
  width: 25%;
  padding: 0 16px;
}
.main-trending ol li img {
  width: 100%;
}
.main-trending a {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.75px;
  line-height: 24px;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.main-trending a:hover {
  color: #212b36;
}
.main-trending a span {
  padding-top: 12px;
  display: inline-block;
}
.featuretrends-index-trenddetails .container.sj-test {
  display: none;
}
.featuretrends-index-trenddetails .columns {
  padding: 0;
}
.featuretrends-index-trenddetails .columns .column.main {
  padding-bottom: 64px;
}
.main-banner-page {
  position: relative;
  margin-bottom: 64px;
}
.img-txt {
  position: absolute;
  text-align: center;
  top: 50%;
  align-items: center;
  align-content: center;
  max-width: 872px;
  margin: 0 auto;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.img-tit h1 {
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
}
.img-desc {
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-align: center;
  margin: 21px 0;
}
a.img-btn {
  box-sizing: border-box;
  height: 48px;
  width: 200px;
  border: 1px solid #212b36;
  border-radius: 4px;
  background-color: #ffffff;
  display: inline-block;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 45px;
  text-align: center;
}
html .cms-catalogue-request .breadcrumbs {
  display: inline-block;
}
html .filter-current ol.items {
  margin: 0;
}
html .sidebar.sidebar-main .block-actions.filter-actions a {
  color: #000000;
}
html .block-actions.filter-actions.mobile-reset {
  display: none;
}
.product-full-width-section {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
h2.product-section-title {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
  margin: 0;
  padding-right: 16px;
}
.recently-product-cat.category-page.productpager li.product-item span.old-price,
.catalog-product-view .column.main .recently-product-cat .product-items .product-item span.old-price {
  width: auto;
}
.size-value {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 25px;
}
.product-item .price-box .old-price .price-container span span.price {
  color: #637381;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px !important;
}
.loader {
  background: none !important;
}
html .catalog-product-view .column.main .product.media {
  margin-top: 0px;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
  margin-top: 26px;
}
html .product-info-main .product-add-form .box-tocart label {
  display: inline-block;
  width: 100%;
  padding-bottom: 6px;
}
html #banner-slider-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  opacity: inherit;
  right: 0;
  top: auto;
}
@media (max-width: 1024px) {
  html .instock-status {
    width: 20%;
  }
  .revewwithwishlist .review-details {
    width: 55%;
  }
}
@media (max-width: 768px) {
  html .instock-status {
    width: 32%;
  }
  html .product-info-main .product-add-form .box-tocart .fieldset .number {
    margin: 0px;
  }
  html .product-info-main .product-add-form .box-tocart .fieldset .number {
    margin: 0px;
  }
  html .product.info.detailed .product.data.items .data.item.title.active a {
    margin-right: 20px;
  }
  html .prod-detail .product.data.items .item.title .switch {
    margin-right: 20px;
  }
}
body .page-header .minicart-wrapper .action.showcart .counter.qty {
  border: none;
  z-index: 9;
}
@media (max-width: 767px) {
  html .owl-theme .owl-dots .owl-dot.active span {
    background: #ff6600;
  }
  html .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff6600;
  }
  html .owl-theme .owl-dots .owl-dot span {
    height: 8px;
    width: 16px;
    background-color: #d8d8d8;
    display: inline-block;
    font-size: 0;
    margin: 0 8px 8px;
  }
  html .catalog-category-view .page-wrapper .breadcrumbs {
    display: inline-block;
    margin: 0;
    padding-top: 19px;
    padding-bottom: 40px;
  }
  html .review-list li .review-date {
    margin-top: 5px;
  }
  html .review-details {
    width: 100%;
    text-align: center;
  }
  .filter-options-item.allow.active .filter-options-content {
    display: inline-block !important;
  }
  main#maincontent {
    border-top: none;
  }
  .catalog-product-view a[data-zoom-id] img {
    padding-bottom: 0;
  }
  .catalog-product-view .mz-thumb img {
    padding-bottom: 0;
  }
  .catalog-product-view .modal-slide .action-close {
    margin-top: 0px;
  }
  .mt-thumb-switcher.active-selector img {
    border-bottom-color: transparent;
  }
  div#product-review-table {
    margin-top: 15px;
  }
  .mcs-item {
    padding: 0 8px !important;
  }
  .mcs-items-container {
    margin: 0 -17px !important;
    width: auto !important;
  }
  .MagicScroll-horizontal .mcs-button-arrow-prev {
    top: -10px !important;
  }
  .MagicScroll-horizontal .mcs-button-arrow-next {
    top: -10px !important;
  }
  header .form .search-autocomplete {
    top: 44px !important;
    margin: 0;
    width: 100% !important;
    border: none;
    left: 0;
    padding: 0 12px;
  }
  .page-products .product-items .product-item .product-item-info .product-item-details .product-item-name {
    padding: 0px;
  }
  .swatch-attribute.color,
  .swatch-attribute.size,
  .swatch-attribute.size {
    width: 100%;
    display: inline-block;
    float: left;
  }
  html .cms-page-view .page-header {
    margin-bottom: 20px;
  }
  .swatch-attribute.size {
    width: 100%;
    display: inline-block;
    float: left;
  }
  .featuretrends-index-trenddetails .columns .column.main {
    padding-bottom: 40px;
  }
  .featuretrends-index-trenddetails main#maincontent {
    border-top: 0;
  }
  .featuretrends-index-trenddetails .page-header {
    margin-bottom: 0;
  }
  .main-banner-page {
    position: relative;
    margin-bottom: 32px;
  }
  .main-banner-page img {
    height: 336px;
    object-fit: cover;
  }
  .img-desc {
    color: #ffffff;
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 24px;
    text-align: center;
  }
  .main-trending ol {
    display: block;
    flex-wrap: inherit;
    margin: 0px;
  }
  .main-trending ol li img {
    width: auto;
  }
  .main-trending a {
    width: auto;
  }
  .fet-title {
    color: #212b36;
    font-family: 'Plus Jakarta Sans';
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
  }
  .trend-prdts {
    margin-top: 18px;
    width: 100%;
    overflow: hidden;
  }
  .inspiration-index-index .columns .column.main {
    padding-bottom: 50px;
  }
  .sample-product-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 16px;
  }
  button#product-addtoquote {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .cms-catalogue-request .breadcrumbs {
    display: none !important;
  }
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
    width: 100%;
    margin-top: 20px;
  }
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset {
    width: 70%;
    padding-right: 0px;
  }
  html .product.info.detailed .product.data.items .data.item.title.active a {
    margin-right: 0;
  }
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset.nosqft {
    width: 20%;
  }
  .revewwithwishlist .review-details {
    width: 40%;
  }
  .mob-disc {
    display: inline-block;
    width: 100%;
  }
  .main-offer {
    padding: 16px 48px 18px 32px;
  }
  .title-offer {
    text-align: center;
    width: 100%;
    margin-bottom: 12px;
  }
  .countdowntimer-main {
    text-align: center;
    margin: 0 auto;
  }
  html .banner-caption {
    padding: 0px;
  }
  html body.cms-index-index main#maincontent {
    padding: 0 !important;
  }
  .specail-main {
    margin-top: 16px;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
  }
  .offer-img ul {
    display: inline-block;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
  .offer-img ul li {
    width: 50%;
    float: left;
    padding: 0 8px;
    margin-bottom: 16px;
  }
  .cms-special-offer .sell-pnts {
    border-top: 1px solid #dddddd;
    margin-top: 32px;
  }
  .cms-special-offer .widget .block-title strong {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
  }
  .cms-special-offer .block.widget.block-products-list.grid .block-title {
    margin-bottom: 20px;
  }
  .cms-special-offer .category-supersale {
    padding-top: 32px;
  }
  .cms-special-offer .block.widget.block-products-list.grid {
    margin-bottom: 32px;
  }
  html .revewwithwishlist .wishlist {
    width: 100%;
  }
  html .revewwithwishlist .ratcount {
    display: none;
  }
  html .review-details {
    order: 1;
    margin: 0;
  }
  html .in-stock-label-span {
    line-height: 26px;
  }
  .cms-catalogue-request main#maincontent {
    border-top: 0;
  }
  .cms-catalogue-request fieldset.fieldset .legend {
    padding: 0;
    border: 0;
    margin-bottom: 12px;
    margin-top: 0;
    text-align: left;
  }
  .cms-catalogue-request fieldset.fieldset .legend span {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-align: left;
  }
  .cms-catalogue-request span.request-txt {
    padding-bottom: 16px;
  }
  .cms-catalogue-request .field.name.required {
    width: 100%;
    float: left;
    padding: 0;
  }
  .cms-catalogue-request .fields.request-form-dtl {
    margin: 0;
  }
  .cms-catalogue-request .columns {
    padding: 0 0 48px;
  }
  .cms-catalogue-request .columns .column.main {
    padding-bottom: 0;
  }
  .cms-catalogue-request .page-footer {
    margin-top: 0;
  }
  .cms-catalogue-request .request-chckbox {
    padding-left: 0px;
  }
  ol.product-items.widget-product-grid.slick-initialized.slick-slider {
    margin-bottom: 32px;
  }
  .field.zipcode {
    width: 100%;
    padding: 0;
  }
  .page-products .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13.82px;
    letter-spacing: 0.25px;
    line-height: 26px;
    padding-right: 16px;
    display: flex;
    position: relative;
    top: 0;
    justify-content: center;
    text-transform: capitalize;
  }
  html .sidebar.sidebar-main .filter-title strong {
    width: 100%;
    display: flex !important;
    padding: 0px 16px;
    text-transform: capitalize;
    justify-content: center;
    line-height: 30px;
  }
}
html .review-form .action.submit.primary:hover {
  color: #ffffff;
}
html .review-form .action.submit.primary:focus {
  color: #ffffff;
}
div#reviews-actions-custom {
  float: left;
}
.block.widget.block-products-list.grid {
  max-height: 630px;
}
.block.widget.block-products-list.grid .slick-list li.product-item {
  opacity: 1;
}
.block.widget.block-products-list.grid li.product-item {
  opacity: 0;
}
body.cms-page-view .header-links li {
  margin-right: 0px;
}
.trend-prdts .main-trending {
  max-height: 400px;
}
.trend-prdts .main-trending li.product-item {
  opacity: 1;
}
.trend-prdts li.product-item {
  opacity: 0;
}
html .product.info.detailed .additional-attributes tbody tr th {
  width: 15%;
  float: left;
  padding: 0px;
}
html .product.info.detailed .additional-attributes tbody tr td {
  padding: 0px;
}
input#autocomplete {
  border: 1px solid #cccccc !important;
}
.cms-page-view .breadcrumbs {
  margin: 0;
  padding: 0 23px;
  margin-top: 20px;
}
.shp-by-clr .container {
  padding: 0;
}
ol.items {
  margin: 0;
  padding: 0;
}
.page-products .filter-options-content .items a {
  padding-left: 0;
  margin: 0;
}
.swatch-attribute.tile_finish {
  margin-top: 24px;
}
.field.review-field-nickname.required {
  margin-top: 20px;
}
html .catalog-product-view .column.main .recently-product-cat .product-items {
  width: auto;
}
body.page-products.page-with-filter.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sorter.sorter {
  margin: 0;
  position: relative;
  right: 0;
  top: 0px;
  left: auto;
  width: auto;
  float: right;
  text-align: right;
}
body.page-products.page-with-filter.catalogsearch-result-index .block.filter {
  display: block;
}
body.page-products.page-with-filter.catalogsearch-result-index .products.products-grid {
  width: 100%;
  margin-left: 0;
  margin-top: 26px;
}
body.page-products.page-with-filter.catalogsearch-result-index .page-title-wrapper {
  width: 100%;
  margin-bottom: 0;
  display: inline-block;
  width: 50%;
  text-align: left;
  position: relative;
  left: 24%;
}
body.page-products.page-with-filter.catalogsearch-result-index .sidebar.sidebar-main {
  margin-top: 46px;
}
body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item img.product-image-photo:hover {
  background-color: transparent !important;
  opacity: 1;
  width: 100%;
}
.page-products.page-with-filter.catalogsearch-result-index main#maincontent .page-title-wrapper {
  top: 0;
}
.page-products .product-image-photo:hover {
  background-color: transparent !important;
  opacity: 1;
  width: 100%;
}
.page-products .new-product-image-photo:hover {
  background-color: transparent !important;
  opacity: 1;
  width: 100%;
}
.swatch-attribute.color .swatch-option {
  margin-bottom: 10px;
}
.featuretrends-index-index .container.sj-test {
  display: none;
}
.cms-page-view.cms-shop-by-color .breadcrumbs {
  display: inline-block;
}
.cms-page-view.cms-shop-by-collection .breadcrumbs {
  display: inline-block;
}
.cms-page-view.cms-shop-by-looks .breadcrumbs {
  display: inline-block;
}
.cms-page-view.cms-shop-by-brands .breadcrumbs {
  display: inline-block;
}
.catalog-category-view.page-products.catalog-category-view .page-title-wrapper {
  top: 10px;
}
.frst-cat a:last-child:after {
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/chevron-right-white.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 8px;
}
.frst-cat a:after {
  content: '';
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/chevron-right-white.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 8px;
}
.frst-cat h3 a::after {
  display: none !important;
}
.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tfoot tr th {
  text-align: left;
}
body.helpdesk-ticket-create .hdmx__ticket-new .group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: nowrap;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.subject {
  width: 33.33%;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.department {
  width: 33.33%;
}
body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.priority {
  width: 33.33%;
}
.field.required.message {
  width: 100%;
}
.page-print .logo {
  display: none;
  float: none;
}
.page-print .custom-info-orderpage {
  margin: 12px 0;
}
.page-print span.info-contact img {
  position: relative;
  top: 10px;
}
.page-print .order-status {
  margin-top: -7px;
  padding: 5px 10px;
}
.page-print .box-content {
  margin-bottom: 20px;
}
.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 100%;
  margin: 0;
}
.checkout-index-index li#shipping .form-login {
  padding-bottom: 23px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 28px;
}
.checkout-index-index #checkout .fieldset .field .control {
  width: 100%;
  padding-bottom: 16px;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content .form.form-login fieldset#customer-email-fieldset fieldset.fieldset .actions-toolbar {
  border-bottom: none;
  padding: 0;
}
body.cms-page-view.cms-new-arrival .page-main .arabian-store h2 {
  color: #212b36;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  margin: 0 0 13px;
}
body.cms-page-view.cms-new-arrival .columns .column.main {
  padding-bottom: 0;
}
body.cms-page-view.cms-special-offer .page-main .arabian-store h2 {
  color: #212b36;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  margin: 0 0 13px;
}
body.cms-page-view.cms-special-offer .columns .column.main {
  padding-bottom: 0;
}
body.cms-about-us .page-main {
  width: 100%;
  max-width: 1096px;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  display: inline-block;
}
body.cms-page-view.cms-special-offer .header-links li {
  margin-right: 20px;
}
.page-header .minicart-wrapper .action.showcart .counter.qty {
  width: 50px;
  left: 0;
}
html body .page-header .minicart-wrapper .action.showcart .counter-number {
  left: 0px;
}
.page-products.page-with-filter.catalogsearch-result-index main#maincontent .page-title-wrapper {
  top: 12px;
}
.catalogsearch-result-index h1.page-title {
  margin-top: 0;
  font-size: 24.15px;
}
body.amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr th {
  font-size: 14px;
}
div#mp-newsletter-error {
  color: #ff0000;
  margin-top: 10px;
}
.catalog-product-view .field-error {
  margin-top: 7px;
  position: absolute;
  font-size: 10px;
}
.catalog-product-view div.mage-error[generated] {
  margin-top: 7px;
  position: absolute;
  font-size: 10px;
}
.two-action {
  padding-top: 10px;
}
.amasty_quote-account-view .page-title-wrapper div {
  display: none;
}
body .amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
  top: -18px;
  right: -8px;
  position: absolute;
  background: unset;
  left: auto;
}
body .amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty .counter-number {
  text-shadow: none;
  color: #000;
}
#sample-product-button span {
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/order-icon.svg) no-repeat left center;
}
#product-addtocart-button span {
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/new-cart.svg) no-repeat left center;
}
html .catalog-product-view.page-layout-1column .product-info-main .product-add-form .box-tocart .actions .sample-product-wrapper {
  margin: 0;
  padding: 0;
  order: 2;
}
#instant-purchase {
  order: 3;
  width: calc(50% - 10px);
  display: none;
}
#configcustom label.label {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
}
.catalog-product-view .product-info-main #configcustom .super-attribute-select {
  max-width: 100%;
}
.sample-product-wrapper {
  display: block;
}
.page-print .custom-info-orderpage {
  margin: 12px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
}
.page-print .box.box-order-shipping-address {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.page-print .box.box-order-billing-method {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.page-print tr.totals-tax {
  width: 100%;
  display: inline-table;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  min-height: 317px;
}
tr.totals-tax {
  width: 100%;
  display: contents;
}
.main-abt {
  width: 100%;
  display: inline-block;
  margin-top: 24px;
}
.first-para {
  width: 100%;
  display: flex;
}
.first-para .page-title-wrapper {
  width: 30%;
  float: left;
}
.scnd-txt {
  width: 70%;
  float: right;
}
.scnd-para {
  width: 100%;
  display: flex;
}
.scnd-para h1 {
  font-weight: 600;
}
.txt-area {
  width: 50%;
  float: left;
  margin-right: 24px;
}
.img-area {
  width: 50%;
  float: right;
}
.frth-para {
  width: 100%;
  display: flex;
}
.txt-para {
  width: 60%;
  float: left;
}
.img-div {
  width: 38%;
  float: right;
}
body.cms-faq main#maincontent {
  max-width: 1096px;
  padding: 0;
}
body.cms-faq main#maincontent li {
  color: #212b36;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 20px;
}
.message.success {
  padding-left: 50px !important;
  background: #E3F1DF !important;
  color: #212b36 !important;
  font-weight: bold;
  margin: 0 0 20px;
}
.message.info.empty,
.message.notice {
  padding-left: 50px !important;
  background: #FCF1CD !important;
  color: #212b36 !important;
  font-weight: bold;
}
.message.info > *:first-child:before {
  color: #8A6116 !important;
}
div#mageplaza-bannerslider-block-before-content-3 {
  margin-top: -20px;
}
.message.success > *:first-child:before {
  color: #108043;
  content: '\e60e' !important;
}
.message.error {
  margin: 0 0 15px;
  padding: 13px 0 13px 45px;
  overflow: hidden;
  background-color: #FBEAE5;
  color: #212b36;
  font-weight: 800;
}
.cms-home .page.messages {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
  margin-top: 0;
}
.message.error > *:first-child:before {
  color: #BF1D08;
  content: '\e61f' !important;
}
div#zipcode-error {
  color: #ff0000;
  margin-top: 5px;
  position: absolute;
  right: 0;
  top: 50px;
  left: 0;
}
.store-find {
  position: relative;
}
.catalog-product-view .newsletter-new div.mage-error[generated] {
  position: relative;
}
.catalog-product-view div.mage-error[generated] {
  margin-top: 7px;
  position: relative;
  font-size: 16px;
}
html .product-info-main .product-add-form .box-tocart .actions .action.tocart span {
  font-weight: 700;
}
html .catalog-product-view.page-layout-1column .product-info-main .product-add-form .box-tocart .actions #product-addtocart-button {
  background-color: #00B900;
  order: 0;
}
html .catalog-product-view.page-layout-1column .product-info-main .product-add-form .box-tocart .actions .action.tocart span {
  padding: 0 0 0 30px;
}
html .catalog-product-view.page-layout-1column span.per-price-lable {
  color: #637381;
  font-weight: 400;
}
html .catalog-product-view.page-layout-1column .list-product-page-container span.per-price-lable {
  color: rgba(0, 0, 0, 0.87);
  padding: 0;
}
body .sticky-header__container--placeholder .sticky-product__centered .sticky-product__button {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  body .sticky-header__container--placeholder .sticky-product__centered .sticky-product__button {
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
  }
}
body .sticky-header__container--placeholder .sticky-product__centered .sticky-product__button button#product-addtocart-button-new {
  background-color: #00B900;
  border: 0;
}
body .sticky-header__container--placeholder .sticky-product__centered .sticky-product__button button#product-addtocart-button-new span {
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/new-cart.svg) no-repeat left center;
  padding: 0 0 0 25px;
  background-size: contain;
}
body .sticky-header__container--placeholder .sticky-product__centered .sticky-product__button button#product-order-sample-button-new {
  right: 0;
}
body .sticky-header__container--placeholder .sticky-product__centered .sticky-product__button button#product-order-sample-button-new span {
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/order-icon.svg) no-repeat left center;
  padding: 0 0 0 25px;
  background-size: contain;
}
html body .product.info.detailed .additional-attributes tbody tr {
  width: 49%;
  vertical-align: text-top;
}
html body .product.info.detailed .additional-attributes tbody tr th {
  width: 50%;
  padding: 0 30px 0 0;
}
html body .product.info.detailed .additional-attributes tbody tr td {
  width: 50%;
  padding: 0 30px 0 0;
}
.account.wishlist-index-index .toolbar.wishlist-toolbar .pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.account.wishlist-index-index .toolbar.wishlist-toolbar .pager .toolbar-amount {
  width: auto;
}
.account.wishlist-index-index .toolbar.wishlist-toolbar .pager .pages {
  position: static;
  margin: 0;
  width: auto;
}
body #popup-modal-review .fieldset .field .label {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: normal;
  display: block;
  margin: 0 0 12px 0;
}
.customblock-product-page,
.customblock-newsblog {
  float: left;
  width: 100%;
}
.customblock-product-page {
  margin-top: 64px;
}
.customblock-product-page h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #212b36;
}
.customblock-product-page h3 span {
  color: #ff6600;
}
html .catalog-product-view.page-layout-1column .recently-product-cat .block-title {
  margin-top: 30px;
}
html .recently-product-cat .block-title h2 {
  font-size: 24px;
  margin-bottom: 28px;
  text-transform: inherit !important;
}
.customblock-excellentsection {
  float: left;
  width: 100%;
  margin-top: 60px;
}
.customblock-excellentsection img {
  width: 100%;
}
body.catalog-product-view.page-layout-1column .page-wrapper {
  overflow: hidden;
}
.customblock-newsblog {
  background-color: #EBF7FC;
  position: relative;
  padding: 62px 0;
  margin-top: 65px;
}
.customblock-newsblog:before {
  content: "";
  background-color: #EBF7FC;
  width: 100000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -99999px;
}
.customblock-newsblog:after {
  content: "";
  background-color: #EBF7FC;
  width: 100000px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -99999px;
}
.customblock-newsblog .newsBlogs h2 {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  padding-bottom: 34px;
}
.customblock-newsblog .newsBlogs .row {
  display: flex;
  flex-wrap: wrap;
}
.customblock-newsblog .newsBlogs .row .newBlogSec {
  width: 33.3%;
  padding: 0 12px;
}
.customblock-newsblog .newsBlogs .row .newBlogSec img {
  margin-bottom: 13px;
}
.customblock-newsblog .newsBlogs .row .newBlogSec h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #212B36;
  margin: 0 0 3px 0;
  text-transform: full-size-kana;
}
.customblock-newsblog .newsBlogs .row .newBlogSec p {
  font-size: 14px;
  font-weight: 400;
  color: #212B36;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions [data-content-type="row"] {
  width: 100%;
  order: 4;
  margin-top: 0px;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions [data-content-type="row"] ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212B36;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/new_check.svg) no-repeat left center;
  padding-left: 25px;
  margin-bottom: 12px;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions [data-content-type="row"] ul li span {
  color: #FF6829;
}
html .catalog-product-view .page-bottom .arabian-store {
  border: 0;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 88px;
}
html .catalog-product-view.page-layout-1column .sq-ft-price-container .old-price-custom span.price-wrapper {
  font-size: 14px !important;
}
html .catalog-product-view.page-layout-1column .product-info-main .product-info-price {
  margin-bottom: 0px;
  border-bottom: 0;
}
html .catalog-product-view.page-layout-1column .product-info-main .product-info-price .price-box .price-container .price-wrapper {
  margin: 0;
  font-size: 16px !important;
}
html .catalog-product-view.page-layout-1column .product-info-main .product-add-form .box-tocart .fieldset {
  width: auto;
  margin: 0 0 10px 0;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-price .price-box .price-container > span {
  font-size: 16px;
}
html .catalog-product-view.page-layout-1column .sq-ft-price-container span.per-price-lable {
  width: 105px;
}
html .catalog-product-view .product-info-main .product-info-price {
  padding: 20px 0 0;
  order: -1;
}
body .fotorama__stage__frame.fotorama__active {
  margin: 0;
}
.catalog-product-view .product-info-main .product-info-price span.old-price {
  padding: 0 !important;
}
.page-products.catalog-category-view.page-layout-2columns-left .product-items .product-item .product-item-info .product-item-details {
  display: flex;
  flex-direction: column;
}
.page-products.catalog-category-view.page-layout-2columns-left .product-items .product-item .product-item-info .product-item-details .product-item-name {
  order: 1;
}
.page-products.catalog-category-view.page-layout-2columns-left .product-items .product-item .product-item-info .product-item-details .price-final_price {
  order: 3;
}
.page-products.catalog-category-view.page-layout-2columns-left .product-items .product-item .product-item-info .product-item-details .product-reviews-summary {
  order: 2;
}
@media (max-width: 768px) {
  body.page-products.page-with-filter.catalogsearch-result-index .sidebar.sidebar-main {
    padding-right: 0;
  }
  .request-ban-text p {
    display: none;
  }
  .frst-cat a {
    text-transform: uppercase;
  }
}
@media (max-width: 767px) {
  fieldset.fieldset .legend span {
    font-size: 24px !important;
  }
  .customer-account-create .fieldset > .legend span {
    font-size: 13.82px !important;
  }
  .minicart-wrapper .block-minicart {
    margin-right: 0 !important;
  }
  .page-header .minicart-wrapper .action.showcart .counter.qty {
    width: auto;
    left: 8px !important;
  }
  .minicart-wrapper .block-minicart {
    padding: 21px 15px 0;
  }
  .ammenu-header-container .header.content .minicart-wrapper {
    margin: 0 0px;
  }
  #configcustom {
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
  }
  .nav-toggle {
    margin: 0;
    top: 18px;
  }
  .logo {
    top: 25px;
  }
  body .header.content.content {
    display: inline-block;
    height: 130px;
  }
  body header .header.content .block-search {
    padding: 15px 0px;
  }
  body header.page-header .block-search .minisearch .action.search:before {
    top: 50px !important;
    right: -38px !important;
  }
  .cms-new-arrival .recently-main-banner {
    margin-bottom: 6px;
  }
  html body.page-products.page-with-filter.catalogsearch-result-index .sidebar.sidebar-main {
    padding-top: 26px;
    border-top: 1px solid #dedede;
    height: 40px;
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  html body.page-products.page-with-filter.catalogsearch-result-index .products.products-grid {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  html body.page-products.page-with-filter.catalogsearch-result-index .toolbar.toolbar-products {
    margin-top: -63px !important;
  }
  html body.page-products.page-with-filter.catalogsearch-result-index main#maincontent .page-title-wrapper {
    top: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    left: 0px;
  }
  html body.page-products.page-with-filter.catalogsearch-result-index .column.main {
    position: relative;
    top: 0;
    padding-top: 0px;
    padding-left: 0;
    padding-bottom: 50px;
    width: 100%;
  }
  .inspiration-index-index header.page-header {
    margin-bottom: 0;
  }
  .inspiration-index-index #center {
    padding: 0;
  }
  .main-trending ol {
    margin: 0px -8px;
  }
  .main-trending ol li {
    padding: 0 8px;
  }
  .featuretrends-index-index header.page-header {
    margin-bottom: 0;
  }
  .featuretrends-index-index .columns .column.main {
    padding-bottom: 0px;
  }
  .swatch-attribute.tile_finish {
    margin-top: 22px;
    width: 100%;
    display: inline-block;
  }
  .checkout-index-index li#shipping .form-login {
    padding-bottom: 23px !important;
  }
  .checkout-index-index li#shipping span.note {
    padding-top: 15px;
  }
  .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content .form.form-login fieldset#customer-email-fieldset .field.required span.note {
    padding: 0px;
    padding-top: 15px;
  }
  .checkout-index-index div#shipping-new-address-form {
    padding: 0px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content .form.form-login fieldset#customer-email-fieldset fieldset.fieldset .actions-toolbar {
    border-bottom: none;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-image-container {
    max-width: 100%;
    width: 100% !important;
  }
  body.wishlist-index-index .products-grid .product-items .product-item {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
  }
  body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
    padding: 0px 0 0 16px;
    display: inline-block;
    width: 80%;
  }
  .amcheckout-step-container .amcheckout-summary-container .minicart-items {
    overflow: hidden;
  }
  .amcheckout-step-container .amcheckout-summary-container .details-qty {
    padding-bottom: 11px;
  }
  body.cms-page-view h1.page-title {
    padding-top: 0px;
  }
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.subject {
    width: 100%;
    margin-right: 0;
  }
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.priority {
    width: 100%;
    margin-right: 0;
  }
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.required.department {
    width: 100%;
    margin-right: 0;
  }
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field textarea {
    width: 100%;
    margin-right: 0;
  }
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.order {
    width: 100%;
    margin-right: 0;
  }
  body.helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field.custom {
    width: 100%;
    margin-right: 0;
  }
  body.helpdesk-ticket-create .hdmx__ticket-new .group {
    display: inline-block;
    width: 100%;
  }
  form.hdmx__ticket-new {
    width: 100%;
    display: inline-block;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .action.tocart span {
    font-size: 14px !important;
  }
  .checkout-index-index .modal-popup.modal-slide {
    left: 0;
    padding: 0 12px;
  }
  .checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto !important;
    min-height: initial;
    max-width: 100% !important;
    width: 100% !important;
  }
  body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .left-login h3 {
    text-align: center;
  }
  body.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    background: #ffffff;
    padding-bottom: 32px !important;
    margin-top: 15px !important;
  }
  .first-para {
    width: 100%;
    display: inline-block;
  }
  .first-para .page-title-wrapper {
    width: 100%;
  }
  .scnd-txt {
    width: 100%;
  }
  .scnd-para {
    width: 100%;
    display: inline-block;
  }
  .txt-area {
    width: 100%;
    margin-right: 0;
  }
  .cms-page-view .page-main h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .img-area {
    width: 100%;
  }
  .thrd-para {
    margin-top: 24px;
  }
  .frth-para {
    width: 100%;
    display: inline-block;
  }
  .txt-para {
    width: 100%;
  }
  .img-div {
    width: 100%;
  }
  .page-header .header.content .logo img {
    width: 104.45px;
    height: 34px;
  }
  .banner-cap-main .banner-caption h1 {
    color: #ffffff;
    font-family: 'Plus Jakarta Sans';
    font-size: 47px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 56px;
    margin-bottom: 4px;
  }
  .banner-cap-main .banner-caption p {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.6px;
    margin-top: 16px;
  }
  .page-products .toolbar.toolbar-products .toolbar-sorter.sorter select {
    height: 11px;
    padding-left: 15px;
  }
  .catalog-product-view .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 {
    width: 50%;
  }
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .product-item-details .product-item-name {
    height: 30px !important;
  }
  div#minicart-content-wrapper .minicart-items .product-item-name {
    width: 170px;
  }
  .checkout-index-index .page-header .header.content .logo {
    top: 0;
  }
  .checkout-index-index .page-footer {
    display: block !important;
  }
  .trackorder-index-view .track_result {
    width: 100% !important;
    margin-top: 0 !important;
  }
  .trackorder-index-view .page-main .track-order-main .track_result h2,
  .trackorder-index-view .page-main .page-title-wrapper h1.page-title span {
    margin-top: 20px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.5px;
  }
  .trackorder-index-view .page-main .page-title-wrapper {
    padding-bottom: 0px !important;
  }
  .trackorder-index-view main#maincontent {
    margin-top: 0 !important;
  }
  body.contact-index-index .page-main .column:not(.sidebar-additional) .form.contact {
    max-width: 100%;
    margin-top: 15px;
    min-width: 100%;
    padding-bottom: 30px;
  }
  body.contact-index-index .page-main .column .fieldset .legend {
    padding-bottom: 18px;
  }
  body.contact-index-index .page-main .column .fieldset .legend span {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.5px;
  }
  body .header.content.content {
    border-bottom: 1px solid #d8d8d8;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content form.form.form-shipping-address div#shipping-new-address-form .field._required {
    width: 100%;
  }
  .checkout-index-index #shipping-new-address-form .field.street .control .field.additional {
    width: 100%;
  }
  .checkout-index-index #shipping-new-address-form .field.street .control label.label {
    position: unset;
    margin-bottom: 5px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content form.form.form-shipping-address div#shipping-new-address-form .field._required {
    padding-right: 0;
  }
  body.checkout-index-index .header.content.content {
    border-bottom: unset !important;
  }
  .checkout-index-index div#shipping-new-address-form {
    overflow: hidden;
  }
  html div#minicart-content-wrapper .minicart-items .product-item-name {
    width: auto !important;
  }
  .fotorama__dot {
    height: 10px !important;
    width: 10px !important;
    background-color: #d8d8d8;
  }
  html .catalog-product-view .product.media .fotorama__nav__frame {
    padding-right: 0 !important;
    padding-bottom: 16px !important;
    margin-right: 0 !important;
  }
  body.checkout-cart-index .quntyarrw .minus,
  body.checkout-cart-index .quntyarrw .plus {
    padding: 0 3px !important;
  }
  .header.content .header-right .header.links {
    display: none;
  }
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
    flex-wrap: wrap;
  }
  .field.search {
    position: relative;
  }
  .header.content .block-search .action.search {
    top: 8px !important;
    right: -8px !important;
  }
  .minicart-wrapper .action.showcart {
    margin-right: 0px !important;
  }
  .ammenu-header-container .header.content .ammenu-logo {
    padding: 17px 0 0 0;
  }
  .ammenu-header-container .header.content .ammenu-logo img {
    width: 160.45px;
    height: 40px;
  }
  .product-items.slick-slider .slick-slide .product-item {
    max-width: 100% !important;
  }
  .products-grid .slick-initialized .slick-slide {
    float: left !important;
  }
  body .page-wrapper .header.content.content {
    padding: 0 13px;
  }
  .billing-address-form div[name="billingAddressshared.street.0"] {
    margin-bottom: 35px !important;
  }
  .block.block-search .block-content .form .actions {
    position: unset;
  }
  .block.block-search .block-content .form .actions .action.search::before {
    top: -14px !important;
    right: 18px !important;
    padding-right: 20px;
  }
  html .catalog-product-view .product-info-main .product.alert .control input.notify_email.input-text {
    width: 100%;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .product-item .price-box .price {
      font-weight: 500;
    }
  }
}
#bio_ep_bg {
  background-color: #000000;
  opacity: 0.9 !important;
}
span.counter.qty {
  display: inline-block;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
  text-align: center;
  position: relative;
  top: -7px;
}
html .catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .product-items li.product-item {
  width: 24%;
  padding: 0px 0px;
  margin: 0 12px;
  box-shadow: none;
}
html .catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .product-items li.product-item span.product-image-container {
  display: block !important;
  padding: 0 !important;
  width: 100% !important;
}
html .catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .product-items li.product-item div.product-item-actions {
  bottom: 0px;
  display: none;
}
html .catalog-product-view .admin__data-grid-outer-wrap .block-title strong {
  margin: 0;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  display: inline-block;
}
html .catalog-product-view .admin__data-grid-outer-wrap .product-item-details {
  width: 100%;
  display: inline-block;
  margin-top: 12px;
}
html .catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .actions-secondary {
  top: 15px;
}
html .catalog-product-view .block.widget.block-viewed-products-grid {
  width: 100%;
  display: inline-block;
  margin-bottom: 50px;
}
html .product.info.detailed .additional-attributes tbody tr th {
  width: 25%;
}
@media (max-width: 767px) {
  body.cms-page-view .page-wrapper .breadcrumbs {
    display: block;
  }
  .cms-new-arrival .recently-main-banner .banner-img .banner-content {
    padding: 0 20px;
  }
  body header.page-header .block-search .minisearch .action.search:before {
    top: -14px !important;
    right: 18px !important;
    padding-right: 20px;
  }
  .cms-home .message.success,
  .cms-home .message.error {
    margin-top: 20px;
  }
  html .page-wrapper .breadcrumbs {
    padding-top: 10px;
  }
  .block-content.filter-content .filter-options-item .filter-options-content {
    width: 100%;
  }
  body.page-products.page-with-filter.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sorter.sorter {
    margin: 0;
    position: absolute;
    right: 0;
    top: -32px;
    left: 0;
    width: inherit;
    float: right;
    text-align: right;
  }
  .pay-images ul {
    justify-content: start;
  }
  .pay-images ul li {
    margin-right: 15px;
  }
  .modal-popup.modal-slide {
    left: 0;
  }
  body.catalog-product-view .modal-popup._inner-scroll .modal-inner-wrap {
    max-width: 95% !important;
  }
  html .modal-popup .action-close:before {
    left: 10px;
    top: 10px;
  }
  html .modal-popup .action-close:before {
    left: -5px;
    top: 0px;
  }
  .modals-overlay {
    z-index: 3 !important;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > *,
  .checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
    margin: 0;
  }
  .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method label.label {
    padding-bottom: 10px;
  }
  body.cms-faqs .sparsh-block-content {
    width: 100%;
  }
  body.cms-faqs .sparsh-question-answer.column1layout .sparsh-faq-block {
    width: 100%;
  }
  body.cms-faqs .sparsh-question-answer.column1layout .sparsh-faq-block .accordion .block .question strong {
    font-size: 18px;
    line-height: 20px;
  }
  .page-products .products.products-grid {
    margin-top: 0 !important;
  }
  div#mageplaza-bannerslider-block-before-content-7 {
    display: none;
  }
  div#mageplaza-bannerslider-block-before-content-8 {
    display: block;
  }
  ul.top-right.language span::before {
    display: none;
  }
  .selling-points.top-section {
    height: auto;
  }
  .selling-points.top-section .selling-points-mian {
    float: unset;
  }
  .disc-txt {
    font-size: 12px;
  }
  .main-offer {
    padding: 16px 16px 18px 16px;
  }
  html .catalog-product-view .product-info-main .product.alert .control {
    width: 100% !important;
  }
  html .catalog-product-view .product-info-main .product.alert .submitsction {
    width: 100% !important;
    position: relative;
    height: 44px;
    top: 0px !important;
  }
  a.discover-btn {
    height: auto !important;
  }
  .left-time.right-time {
    padding-left: 20px;
  }
  body .page-header .panel ul li a {
    font-size: 13px;
  }
  .page-header .panel.wrapper {
    height: auto !important;
  }
  body .page-header .panel ul.top-right {
    font-size: 13px;
  }
  form#co-shipping-form .field._required._error {
    height: 100% !important;
  }
  .amcheckout-method td#label_method_freeshipping_freeshipping {
    display: none;
  }
}
form#co-shipping-form .select option:first-child {
  display: none;
}
form#co-shipping-form .select option:nth-child(3) {
  display: none;
}
@media (max-width: 767px) {
  .amcheckout-method td.col.col-price {
    padding: 8px 10px !important;
  }
  .amcheckout-method td#label_carrier_freeshipping_freeshipping {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .trackorder-index-view .track-order-main .track_result {
    position: relative;
  }
  .trackorder-index-view .track-order-main .track_result h2 {
    position: relative;
    top: 75px;
    margin-bottom: 78px;
  }
  .trackorder-index-view .track-order-main .track_result .order-detail-id .traking-id.shp {
    padding: 0 0 10px;
  }
  .trackorder-index-view .track-order-main .track_result .order-detail-id .traking-comapony.shp {
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .trackorder-index-view .page-title-wrapper {
    padding-top: 35px;
  }
  .trackorder-index-view .columns .column.main {
    padding-bottom: 5px;
  }
  .trackorder-index-view .track-order-main .track_result h2 {
    padding-bottom: 0 !important;
  }
  .trackorder-index-view .track-order-main .track_result .order-detail-id .traking-id.shp {
    padding: 0 0 10px;
  }
  .trackorder-index-view .track-order-main .track_result .order-detail-id .traking-comapony.shp {
    padding-bottom: 15px;
  }
}
form#co-shipping-form fieldset.field.street.admin__control-fields.required {
  height: 111px;
}
.message.info span {
  margin-left: 30px;
}
@media (max-width: 1230px) {
  body.account.customer-account-edit.page-layout-2columns-left .block-search .minisearch .action.search:before {
    margin-top: 16px;
  }
}
.product.data.items.mage-tabs-disabled .active {
  scroll-margin-top: 120px;
}
@media (max-width: 767px) {
  .product.data.items.mage-tabs-disabled .active {
    scroll-margin-top: 133px;
  }
}
.specail-main h1.special-heading {
  margin-bottom: 30px;
  margin-top: 5px;
  text-align: center;
  font-size: 30px;
}
@media (max-width: 767px) {
  .specail-main h1.special-heading {
    margin-bottom: 25px;
    margin-top: 0;
  }
}
.clock .timing {
  display: block;
}
.clock .timing .clock-time {
  display: flex;
}
@media screen and (min-width: 768px) {
  .checkout-index-index .new-shipping-address-modal form#co-shipping-form div#shipping-new-address-form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: start;
  }
  .checkout-index-index .new-shipping-address-modal form#co-shipping-form div#shipping-new-address-form fieldset.field.street.admin__control-fields.required {
    height: auto;
  }
  .checkout-index-index .new-shipping-address-modal form#co-shipping-form .fieldset .field:not(.choice) .label {
    display: block;
  }
  .checkout-index-index .new-shipping-address-modal .modal-footer .action-save-address:focus {
    height: 44px !important;
  }
}
.catalog-category-view.page-products.catalog-category-view .page-title-wrapper {
  position: static;
}
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-slide {
  text-align: center;
}
.link-block-swiper .swiper-wrapper {
  padding: 8px 0;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.link-block-swiper .swiper-slide {
  width: auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.breadcrumbs li.item a {
  color: #009CDB;
}
.breadcrumbs .item:not(:last-child)::after {
  color: #212B36;
}
body .swiper-container {
  margin: 30px 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
body .swiper-container a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 8px 16px;
  text-align: center;
  color: #212B36;
  margin-right: 0;
  transition: 0.4s;
}
body .swiper-container a:hover {
  border-color: #212B36;
  transition: 0.4s;
}
body .swiper-container .swiper-button-prevs {
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/new-right-arrow.svg) !important;
  display: block;
  width: 10px;
  height: 10px;
}
body .swiper-container .swiper-button-prevs,
body .swiper-container .swiper-button-nexts {
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/new-right-arrow.svg) no-repeat center #ffffff !important;
  height: 50px;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 999;
  cursor: pointer;
}
body .swiper-button-nexts::after,
body .swiper-rtl .swiper-button-prevs::after {
  display: none;
}
body .swiper-container .swiper-button-prevs {
  transform: rotate(-180deg);
  left: 0;
}
body .swiper-button-prevs::after,
body .swiper-rtl .swiper-button-nexts::after {
  display: none;
}
.page-products.catalog-category-view .columns {
  margin: 85px 0 0 0;
}
.page-products.catalog-category-view .swiper-button-prevs.swiper-button-disabled,
.page-products.catalog-category-view .swiper-button-nexts.swiper-button-disabled {
  display: none;
}
body .swiper-container .swiper-button-prevs.swiper-button-disabled {
  display: none !important;
  position: relative;
}
body .swiper-container .swiper-button-prevs.swiper-button-disabled:before {
  display: none;
}
body .customblock-product-page h3 {
  margin-top: 0;
  margin-bottom: 25px;
}
.category-bottom-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #212B36;
}
.category-description {
  width: 98%;
  margin: 0 auto 15px auto;
  font-size: 16px;
  line-height: 28px;
  max-width: 1336px;
}
.category-description h1 {
  color: #000;
  font-weight: 700;
}
.category-description h2 {
  color: #000;
  font-weight: 700;
}
.page-products.catalog-category-view .toolbar.toolbar-products {
  display: flex;
  float: left;
  width: 100%;
  justify-content: center;
  position: relative;
}
.page-products.catalog-category-view .toolbar.toolbar-products .field.limiter {
  position: absolute;
  top: 0;
  right: 0;
}
.page-products.catalog-category-view .toolbar.toolbar-products .field.limiter span {
  color: #212B36;
}
.page-products.catalog-category-view .toolbar.toolbar-products .field.limiter #limiter {
  width: 56px;
  background-color: #fff;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/arrowdown.svg) no-repeat 80% 50%;
}
body #limiter {
  width: 56px;
  background-color: #fff;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/arrowdown.svg) no-repeat 80% 50%;
  height: 44px;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper,
header#ammenu-header-container .ammenu-submenu-wrapper {
  background-color: #fff;
  z-index: 9;
}
#sorter {
  background-color: #fff;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/arrowdown.svg) no-repeat right 10px center;
}
body .toolbar {
  margin-top: 30px;
}
body .toolbar .items.pages-items {
  padding: 0;
}
body .toolbar .items.pages-items li {
  margin-bottom: 8px;
}
body .toolbar .items.pages-items li.current .page {
  background: inherit;
  padding: 0;
}
body .toolbar .items.pages-items li.current span {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border-radius: 4px;
}
body .toolbar .items.pages-items a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: 400;
  color: #637381;
  border-radius: 4px;
  transition: 0.4s;
}
body .toolbar .items.pages-items a:hover {
  color: #000;
  border-color: #000;
  transition: 0.4s;
}
body .toolbar .items.pages-items a.previous {
  background-color: #FF6600;
  color: #fff;
  border: 0;
}
body .toolbar .items.pages-items a.previous:before {
  color: #fff;
}
body .toolbar .items.pages-items a.next {
  background-color: #FF6600;
  color: #fff;
  border: 0;
  margin: 0;
}
body .toolbar .items.pages-items a.next:before {
  color: #fff;
}
body .header-sticky .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-list .ammenu-item {
  transition: 0.4s;
}
body .header-sticky .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-list .ammenu-item:hover button figure svg {
  fill: #000;
  transition: 0.4s;
}
body .header-sticky .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-list .ammenu-item button {
  padding: 0;
  background: inherit;
  border: 0;
  position: relative;
}
body .header-sticky .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-list .ammenu-item button figure {
  position: absolute;
  top: -2px;
  right: -35px;
}
body .header-sticky .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-list .ammenu-item button figure svg {
  fill: #637381;
}
.page-with-filter .toolbar-amount {
  position: absolute;
  top: -40px;
  left: 0;
}
@media (max-width: 767px) {
  .slick-slider .slick-arrow {
    display: none !important;
  }
  #toolbar-amount {
    display: none;
  }
  html .catalog-category-view.page-products.catalog-category-view .page-title-wrapper {
    position: static;
  }
  html .page-products.catalog-category-view .page-title-wrapper .page-title {
    position: static;
  }
  body .category_sliders.slick-slider {
    float: left;
    width: 100%;
  }
  html .page-products.catalog-category-view .columns {
    float: left;
    width: 100%;
  }
  #sorter {
    position: relative;
    top: -16px;
  }
  .filter-title strong {
    position: relative;
    top: 33px;
  }
  body .block.filter {
    top: -16px;
  }
  .filter.active .filter-title {
    border: 0;
  }
  body .block-content.filter-content .filter-options-item {
    padding: 15px 12px;
  }
  body .block-content.filter-content .filter-options-item:first-child {
    padding-top: 15px;
  }
  .filter.active .filter-title strong::after {
    color: #000;
  }
  html .catalog-category-view.page-products.catalog-category-view .page-title-wrapper {
    margin: 0;
  }
  html .page-products.catalog-category-view .columns {
    padding-top: 0;
  }
  .page-products .products.products-grid {
    margin: 0;
  }
  body .page-products .products.products-grid {
    width: 100%;
    margin: 0;
  }
  .page-products .products.products-grid {
    width: 100% !important;
    margin: 0 !important;
  }
  body .sticky-header__container--placeholder .sticky-product__centered .sticky-product__button {
    flex-direction: column;
    justify-content: center;
  }
  .sticky-header__container--placeholder .sticky-product__centered .sticky-product__button {
    bottom: 0;
  }
  body .sticky-header__container--placeholder .sticky-product__centered .sticky-product__button button#product-addtocart-button-new {
    left: 0;
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  html .catalog-product-view .revewwithwishlist {
    margin-bottom: 20px;
  }
  html body .product.info.detailed .additional-attributes tbody tr,
  html body .product.info.detailed .additional-attributes tbody tr td {
    width: 100%;
  }
  body.catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]::before,
  body.catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]::before {
    width: 100%;
  }
  .sticky-header__container--placeholder .sticky-product__centered .sticky-product__button button#product-addtocart-button-new .add-to-cart__button-label,
  body .sticky-header__container--placeholder .sticky-product__centered .sticky-product__button button#product-order-sample-button-new span {
    background-size: contain;
    padding-left: 20px;
  }
  body .sticky-header__container--placeholder .sticky-product__centered .sticky-product__button button#product-order-sample-button-new {
    width: 100%;
  }
  .sticky-header__container--placeholder .sticky-product__centered .sticky-product__button button#product-addtocart-button-new {
    margin-left: 0;
  }
  body .sticky-header__container--placeholder .sticky-product__centered .sticky-product__button button#product-order-sample-button-new {
    max-width: 100%;
    width: 100%;
    right: 0;
  }
  body .sticky-header__container--placeholder .sticky-product__centered .sticky-product__button button#product-order-sample-button-new {
    bottom: -25px;
  }
  body .sticky-header__container--placeholder .sticky-product__centered {
    height: 225px;
  }
  body.catalog-product-view .reviews_titles {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  html body .catalog-product-view.page-layout-1column .prod-detail {
    margin-bottom: 30px;
  }
  html body .catalog-product-view.page-layout-1column .product-reviews-summary {
    margin-top: 12px;
  }
  html body .catalog-product-view.page-layout-1column #customer-reviews {
    margin-top: 10px;
  }
  body.catalog-product-view .product-options .product-option-label label {
    line-height: normal !important;
  }
}
@media (max-width: 639px) {
  .pages .item {
    position: static;
  }
  body .slick-next::before,
  body .slick-prev::before {
    display: block !important;
  }
}
@media (max-width: 480px) {
  html .page-products .toolbar.toolbar-products .toolbar-sorter.sorter {
    top: -83px;
  }
  body .filter.active .filter-options {
    padding: 0;
  }
}
.category-bottom-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #212B36;
}
.category-description {
  width: 100%;
  margin: 0 auto 15px auto;
  font-size: 16px;
  line-height: 28px;
  max-width: 1336px;
}
.category-description h1 {
  color: #000;
  font-weight: 700;
}
.category-description h2 {
  color: #000;
  font-weight: 700;
}
.page-products.catalog-category-view .toolbar.toolbar-products {
  display: flex;
  float: left;
  width: 100%;
  justify-content: center;
  position: relative;
}
.page-products.catalog-category-view .toolbar.toolbar-products .field.limiter {
  position: absolute;
  top: 0;
  right: 0;
}
.page-products.catalog-category-view .toolbar.toolbar-products .field.limiter span {
  color: #212B36;
}
.page-products.catalog-category-view .toolbar.toolbar-products .field.limiter #limiter {
  width: 56px;
  background-color: #fff;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/arrowdown.svg) no-repeat 80% 50%;
}
body #limiter {
  width: 56px;
  background-color: #fff;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/arrowdown.svg) no-repeat 80% 50%;
  height: 44px;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper,
header#ammenu-header-container .ammenu-submenu-wrapper {
  background-color: #fff;
  z-index: 9;
}
#sorter {
  background-color: #fff;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/arrowdown.svg) no-repeat right 10px center;
}
body .toolbar {
  margin-top: 30px;
}
body .toolbar .items.pages-items li {
  transition: 0.4s;
}
body .toolbar .items.pages-items li.current .page {
  background: inherit;
}
body .toolbar .items.pages-items li.current span {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border-radius: 4px;
}
body .toolbar .items.pages-items a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: 400;
  color: #637381;
  border-radius: 4px;
  transition: 0.4s;
}
body .toolbar .items.pages-items a:hover {
  border-color: #000;
  transition: 0.4s;
}
body .toolbar .items.pages-items a.previous {
  background-color: #FF6600;
  color: #fff;
  border: 0;
}
body .toolbar .items.pages-items a.previous:before {
  color: #fff;
}
body .toolbar .items.pages-items a.next {
  background-color: #FF6600;
  color: #fff;
  border: 0;
}
body .toolbar .items.pages-items a.next:before {
  color: #fff;
}
html .catalog-product-view.page-layout-1column .product-info-main .product-add-form .box-tocart .fieldset .box-main {
  width: 100px;
}
html .catalog-product-view.page-layout-1column .product-info-main .product-add-form .box-tocart .fieldset {
  width: auto;
}
html .catalog-product-view.page-layout-1column .product-info-main .product-add-form .box-tocart input.input-text.qty {
  font-size: 14px;
  width: 100%;
  height: inherit;
  padding: 7px 0;
  line-height: normal;
}
body #add.number i.fa.fa-angle-up.up-arrow {
  top: 6px;
  right: 8px;
  font-size: 14px;
}
#add.number i.fa.fa-angle-down.down-arrow {
  top: 15px;
  right: 8px;
  font-size: 14px;
}
body .header-sticky .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-list .ammenu-item {
  transition: 0.4s;
}
body .header-sticky .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-list .ammenu-item:hover button figure svg {
  fill: #000;
  transition: 0.4s;
}
body .header-sticky .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-list .ammenu-item button {
  padding: 0;
  background: inherit;
  border: 0;
  position: relative;
}
body .header-sticky .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-list .ammenu-item button figure {
  position: absolute;
  top: -2px;
  right: -35px;
}
body .header-sticky .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-list .ammenu-item button figure svg {
  fill: #637381;
}
.product-detail-list {
  display: none;
}
.product-card-view {
  display: none;
}
.catalog-product-view.page-layout-1column .product-detail-list {
  display: block;
}
.catalog-product-view.page-layout-1column .product-card-view {
  display: block;
}
body header#ammenu-header-container.header-sticky {
  height: inherit;
  overflow: visible;
}
body .header.content.content {
  height: auto;
}
body.catalog-product-view .product-options .product-option-label .option-name {
  display: block;
  margin-bottom: 8px;
  line-height: normal;
}
body.catalog-product-view .product-options .product-attribute-options a,
body.catalog-product-view .product-options .product-attribute-options .product-disabled .disabled {
  font-size: 13.5px;
  padding: 5px 8px;
  line-height: normal;
  border-radius: 6px;
}
body.catalog-product-view #options-popup-aantal_kraangaten {
  padding-top: 2px !important;
  font-size: 13.5px !important;
}
html body.catalog-product-view .column.main .recently-product-cat .product-items {
  z-index: 1;
}
body.catalog-product-view .product-options {
  margin-bottom: 8px;
}
body .top-ul {
  float: left;
  width: 700px;
  margin-top: 8px;
}
body .top-ul .swiper-container {
  margin: 0;
}
body .top-ul .swiper-container .swiper-slide {
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/check.svg) no-repeat;
  background-size: 16px;
  padding-left: 20px;
}
body .top-ul span {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-right: 8px;
  display: block;
  text-align: left;
  color: #212B36;
  letter-spacing: 0.5px;
}
body .top-ul span label {
  color: #FF6829;
}
body .page-header .panel {
  padding: 8px 0;
}
body .right-tophead {
  margin: 4px 0;
}
body .page-header .panel {
  height: inherit;
}
body .page-header .panel ul li::after {
  margin: 0 16px !important;
}
body ul.top-right.language span::before {
  margin: 3px 16px 0 16px !important;
}
html .catalog-product-view .product.media,
html .catalog-product-view .product-info-main {
  width: 50%;
}
html .catalog-product-view .product-info-main {
  padding: 0 0 0 50px;
}
.page-with-filter .toolbar-amount {
  position: absolute;
  top: -40px;
  left: 0;
}
.page-title-wrapper.product.productnamedesktop .page-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #212B36;
  margin-bottom: 11px;
}
body .product-options .product-attribute-options {
  display: flex;
  flex-wrap: wrap;
}
body .product-options .product-attribute-options a {
  font-size: 14px;
  padding: 6px 14px;
  line-height: normal;
  border-radius: 6px;
}
body .product-options {
  margin-bottom: 5px;
}
.newarrival {
  padding-bottom: 60px;
}
body .product-options .product-attribute-options a.active.selected {
  border: 2px solid #009CDB;
  background-color: rgba(0, 156, 219, 0.06);
}
html body.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .sq-ft-main {
  width: 100px;
}
html:lang(nl) body.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .sq-ft-main,
html:lang(nl) body.catalog-product-view.page-layout-1column .product-info-main .product-add-form .box-tocart .fieldset .box-main {
  width: 120px;
}
body .product-options .product-attribute-options .product-disabled {
  height: inherit;
}
body .product-options .product-attribute-options .product-disabled .disabled {
  padding: 6px 14px;
  border-radius: 6px;
  line-height: normal;
  background-color: #ffffff;
}
body #sqm_calculation_text.show-m2-description {
  color: #637381;
  padding-bottom: 20px;
}
.product-options .product-option-label .option-name {
  color: #212B36;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1px;
  line-height: 50px;
  width: auto;
}
.product-item-details .price-final_price {
  height: inherit;
  width: 100%;
  float: left;
  display: flex;
}
.product-item-details .price-final_price .list-sq-ft-container {
  display: flex;
}
.product-item-details .price-final_price .list-sq-ft-container .old-price {
  font-size: 14px !important;
  padding: 0;
}
.product-item-details .price-final_price .list-sq-ft-container .per-price-lable {
  width: auto;
  padding: 0 0 0 5px;
}
body .list-sq-ft-container span.special-price span.price {
  font-size: 14px !important;
}
body .product-item .price-box .old-price .price-container span span.price {
  margin: 0 8px 0 0;
  font-size: 14px !important;
}
body.cms-home .product-item .price-box .old-price .price-container span span.price {
  margin: 0 8px 0 0;
}
.featuredsec {
  padding-bottom: 50px;
}
.cms-special-offer .product-item-details {
  float: left;
  width: 100%;
  position: relative;
}
body.catalog-product-view.page-layout-1column .product-item .price-box .old-price .price-container span span.price {
  margin: 0 0 0 8px;
  font-size: 14px !important;
}
html .catalog-product-view .revewwithwishlist {
  float: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
html .catalog-product-view .revewwithwishlist .wishlist {
  float: none;
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
html .catalog-product-view .revewwithwishlist .wishlist .review-details {
  width: auto;
  float: none;
}
html .catalog-product-view .revewwithwishlist .wishlist .review-details .instock-status {
  width: auto;
  margin: 0;
  float: none;
}
html .catalog-product-view .revewwithwishlist .wishlist .review-details .share-wishlist {
  display: flex;
  justify-content: center;
  align-items: center;
}
html .catalog-product-view.page-layout-1column #customer-reviews {
  position: relative;
  z-index: 1;
}
body .product-full-width-section {
  margin: 0;
  padding: 0;
}
body h2.product-section-title {
  width: auto;
  padding: 0;
}
html .catalog-product-view .revewwithwishlist .product-full-width-section {
  border-right: 1px solid #D8D8D8;
  margin-right: 24px;
  padding-right: 24px;
}
html .catalog-product-view .revewwithwishlist .review-details {
  border-right: 1px solid #D8D8D8;
  margin-right: 24px;
  padding-right: 24px;
}
html .catalog-product-view .revewwithwishlist .instock-status {
  border-right: 1px solid #D8D8D8;
  margin-right: 24px;
  padding-right: 24px;
}
html .catalog-product-view .sticky-product .revewwithwishlist {
  display: none;
}
body.catalog-product-view .rating-summary .rating-result::before {
  top: 0;
}
body.catalog-product-view .product-reviews-summary .reviews-actions {
  margin-top: 5px;
}
.reviews_titles {
  display: none;
}
body.catalog-product-view .reviews_titles {
  float: left;
  width: auto;
  font-size: 24px;
  font-weight: 700;
  color: #212B36;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  text-transform: capitalize;
  display: block;
}
html .catalog-product-view .revewwithwishlist .wishlist .review-details {
  display: flex;
  align-items: center;
  color: #009CDB;
  position: relative;
  top: 2px;
  z-index: 1;
}
html .catalog-product-view .revewwithwishlist .wishlist .review-details .product-reviews-summary {
  position: relative;
  top: -4px;
}
html .catalog-product-view .revewwithwishlist .wishlist .review-details .product-reviews-summary.short.no-rating {
  display: flex;
}
html .catalog-product-view .revewwithwishlist .wishlist .review-details div#reviews-actions-custom {
  flex-shrink: 0;
}
html .catalog-product-view .revewwithwishlist .wishlist {
  align-items: center;
}
html .instock-status {
  width: auto;
  margin: 0;
}
body .product-reviews-summary .reviews-actions {
  margin: 0 0 0 0;
}
.catalog-product-view .rating-summary .rating-result::before {
  top: -3px;
}
html .catalog-product-view .revewwithwishlist {
  align-items: center;
}
.share-wishlist {
  display: flex;
  margin: 0 0 0 0;
  position: relative;
  top: 2px;
}
.page-products .product-items .product-item .product-item-info .product-item-details h4 {
  display: none;
}
html .catalog-product-view.page-layout-1column .revewwithwishlist .wishlist .review-details div#reviews-actions-custom {
  margin: -5px 0 0 10px;
}
body .rating-summary .rating-result > span::before {
  letter-spacing: 5px;
  color: #00B900;
  font-size: 13.82px;
}
body.catalog-product-view .product-reviews-summary .reviews-actions {
  margin: 2px 0 0 5px;
}
html .in-stock-label-span {
  position: relative;
  font-weight: 700;
  padding: 0 0 0 15px;
}
html .in-stock-label-span:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #00B900;
  position: absolute;
  top: 5px;
  left: 0;
}
.cms-home .product-item-actions .actions-primary > .stock.unavailable {
  display: none;
}
html .catalog-product-view.page-layout-1column span.price-container.price-final_price.tax.weee {
  padding-right: 10px;
}
html .catalog-product-view.page-layout-1column span.price-container.price-final_price.tax.weee .price {
  padding: 0;
}
body .customblock-newsblog .newsBlogs .row .newBlogSec h4 {
  text-transform: none;
}
.reviewall {
  position: relative;
}
.reviewall:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
  top: -1px;
  position: absolute;
}
stock.unavailable {
  display: none !important;
}
html .out-stock-label-div .in-stock-label-span:before {
  background-color: #b50001;
}
html .catalog-product-view.page-layout-1column .product-info-main .product-add-form .box-tocart .fieldset .or {
  margin-top: 30px;
}
body #add.number i.fa.fa-angle-down.down-arrow {
  position: absolute;
  top: 16px;
  right: 8px;
  font-size: 16px;
}
body #add.number i.fa.fa-angle-up.up-arrow-qty {
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: 16px;
}
body #add.number i.fa.fa-angle-down.down-arrow-qty {
  position: absolute;
  top: 16px;
  right: 8px;
  font-size: 16px;
}
.catalog-product-view.page-layout-1column .column.main .recently-product-cat .products-related .product-items .product-item .product-item-info .product-item-details {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.catalog-product-view.page-layout-1column .column.main .recently-product-cat .products-related .product-items .product-item .product-item-info .product-item-details .product-item-name {
  order: 1;
  height: 65px;
}
.catalog-product-view.page-layout-1column .column.main .recently-product-cat .products-related .product-items .product-item .product-item-info .product-item-details .price-final_price {
  order: 3;
  margin-top: 2px;
}
.catalog-product-view.page-layout-1column .column.main .recently-product-cat .products-related .product-items .product-item .product-item-info .product-item-details .product-reviews-summary {
  order: 2;
  padding: 0;
}
.catalog-product-view.page-layout-1column .column.main .recently-product-cat .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions {
  order: 4;
}
.catalog-product-view.page-layout-1column .column.main .recently-product-cat .products-related .product-items .product-item .product-item-info .product-item-details button.action.tocart.primary {
  font-size: 0;
  width: auto;
  padding: 0;
  height: inherit;
  background: inherit;
  border: 0;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/new-cart-icons.svg) no-repeat left center #00b900;
  background-position: center;
  width: 72px;
  height: 40px;
}
.catalog-product-view.page-layout-1column .column.main .recently-product-cat .products-related .product-items .product-item .product-item-info .product-item-details button.action.tocart.primary:after {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  line-height: 16px;
  position: absolute;
  left: 40px;
}
html .catalog-product-view.page-layout-1column .prod-detail {
  margin-bottom: 60px;
}
html .catalog-product-view.page-layout-1column .product-reviews-summary {
  float: left;
  clear: left;
  padding: 0;
  margin: 12px 0 0 0;
  position: relative;
  z-index: 1;
}
html .catalog-product-view.page-layout-1column #customer-reviews {
  border-top: 1px solid #dddddd;
  margin-top: 22px;
  float: left;
  width: 100%;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
  flex-wrap: wrap;
  margin-top: 0;
}
html .catalog-product-view.page-layout-1column .revewwithwishlist .wishlist .review-details .product-reviews-summary {
  margin: 0;
}
body .size-value {
  margin: 0 0 0 8px;
}
.catalog-product-view.page-layout-1column .column.main .recently-product-cat .products-related .product-items .product-item .product-item-info .product-item-details .product-reviews-summary {
  margin: 0;
}
.body-sticky .ammenu-menu-wrapper {
  position: fixed;
  left: 85px;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  top: 26px;
  max-width: 900px;
}
.mobileReview .review-btn {
  display: none;
}
.body-sticky .ammenu-nav-sections.-topmenu {
  border: 0;
}
.body-sticky .ammenu-nav-sections.-topmenu .ammenu-main-container {
  padding: 0;
}
.body-sticky .ammenu-nav-sections.-topmenu .ammenu-main-container .ammenu-items .ammenu-item .ammenu-link {
  padding: 0;
}
.body-sticky .ammenu-nav-sections.-topmenu:not(.-hamburger) .ammenu-main-container .ammenu-items.-root {
  display: flex;
  justify-content: center;
  gap: 25px;
}
body .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button button#product-addtocart-button-new {
  background-color: #00B900;
  width: calc(50% - 10px);
}
html body .product-item-details .product-reviews-summary .reviews-actions:hover {
  color: #00B900;
}
html body .product-item-details .product-reviews-summary .reviews-actions a:hover {
  color: #00B900;
}
html body.catalog-product-view .revewwithwishlist .product-reviews-summary .reviews-actions:hover {
  color: #009CDB;
}
html body.catalog-product-view .revewwithwishlist .product-reviews-summary .reviews-actions a:hover {
  color: #009CDB;
}
body .list-sq-ft-container {
  width: 200px;
  flex-wrap: wrap;
}
body .list-sq-ft-container .old-price {
  order: 1;
}
body span.special-price {
  order: 2;
}
body .list-sq-ft-container .per-price-lable {
  order: 3;
}
body .list-only-custom-box-price span.old-price {
  padding: 0;
}
body .list-only-custom-box-price .special-price {
  order: 2;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-price .price-box .special-price .price-container .price-wrapper span.price {
  padding-left: 0;
}
body.catalog-category-view .product-item .product-reviews-summary,
html body .product-item-details .product-reviews-summary {
  align-items: center;
}
html body .product-item-details .product-reviews-summary .reviews-actions {
  margin-top: 0;
}
.cms-index-index ol.product-items li .product-item-info .product-item-details .product-item-name a.product-item-link {
  font-size: 16px !important;
}
body.wishlist-index-index .products-grid .product-item .price-box {
  float: left;
}
html body .product-item-details .product-reviews-summary .reviews-actions {
  margin-top: 3px !important;
  color: #00B900;
}
.stock.unavailable {
  display: none !important;
}
body .list-product-page-container span.old-price {
  padding: 0 !important;
}
html body ol.items.review-items .review-details {
  text-align: left;
}
html body.catalog-product-view .revewwithwishlist .product-reviews-summary .reviews-actions {
  color: #009CDB;
}
body h2.product-section-title {
  font-weight: 400;
}
.wishlist-index-index .product-item .already-in-wishlist.action.towishlist::before {
  background-position: center;
  margin: 0;
  right: 3px;
}
.wishlist-index-index .action.towishlist.wishlist-item {
  position: absolute;
  top: 6px;
  right: 7px;
}
body.wishlist-index-index .products-grid .product-item .newlabel-class,
body.wishlist-index-index .products-grid .product-item .social-share-custom {
  z-index: 1 !important;
}
body .review-item:last-child {
  border-width: 1px;
}
body .products-grid .product-item-info:hover,
body .products-grid .product-item-info.active {
  z-index: 1;
}
body .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button .sticky-product__name {
  display: none;
}
.client_name_bottom {
  display: none;
}
.related-product-cat.category-page {
  display: none;
}
body .social-midia.scroll {
  top: 6em;
}
body .revewwithwishlist {
  position: static;
}
body.checkout-index-index .step-content.amcheckout-content {
  margin-bottom: 20px;
}
.catalog-product-view header.page-header,
.checkout-cart-index header.page-header {
  z-index: 999;
}
body.catalog-category-view .block .title {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dddddd;
}
body.catalog-category-view .block .title strong {
  font-size: 16px;
  color: #212b36;
  font-weight: 700;
}
body.catalog-category-view .block .content dt {
  font-size: 16px;
  color: #212b36;
  font-weight: 700;
}
body.catalog-category-view .block .content dd {
  margin: 15px 0 0 0;
}
@media (max-width: 640px) {
  body .sidebar.sidebar-main .block.filter {
    display: none;
  }
}
@media (max-width: 640px) {
  body.page-with-filter .sidebar.sidebar-main .block.filter {
    display: block;
  }
}
.page-with-filter .filter-title {
  display: block;
}
.page-with-filter .filter-title strong {
  position: static;
  display: block;
  border: 0;
  background: none;
  box-shadow: none;
  font-size: 16px;
  color: #212b36;
  font-weight: 700;
  padding: 0 0 24px 0;
  text-align: left;
}
body.catalog-category-view .toolbar-amount {
  position: absolute;
  top: -40px;
  left: 0;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary button.action.primary.checkout,
html body.catalog-product-view .product-info-main .product.alert .submitsction input.notify_btn,
html body .page-header #minicart-content-wrapper .block-content .actions .primary .action.primary,
html body.checkout-cart-index .cart-container .cart-summary .action.primary.checkout,
html body.amasty_quote-cart-index .cart-container .cart-summary .action.primary.checkout,
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary button.amshopby-button.checkout,
html body .page-header #minicart-content-wrapper .block-content .actions .primary .amshopby-button,
html body.checkout-cart-index .cart-container .cart-summary .amshopby-button.checkout,
html body.amasty_quote-cart-index .cart-container .cart-summary .amshopby-button.checkout,
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary button.am-filter-go.checkout,
html body .page-header #minicart-content-wrapper .block-content .actions .primary .am-filter-go,
html body.checkout-cart-index .cart-container .cart-summary .am-filter-go.checkout,
html body.amasty_quote-cart-index .cart-container .cart-summary .am-filter-go.checkout {
  background: #00B900;
  border: 0;
}
body.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .step-title.amcheckout-title {
  margin-bottom: 10px;
}
body.checkout-index-index #checkout li#opc-shipping_method .step-title {
  margin: 0;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding: 0;
}
body.checkout-index-index #checkout li#opc-shipping_method .step-title {
  margin-bottom: 10px;
}
body .amcheckout-delivery-date.-collapsible.-closed {
  margin-bottom: 0;
}
body .ammenu-category-tree.ammenu-column.category-item a.ammenu-title {
  font-weight: 700;
  color: #212b36 !important;
}
body #minicart-content-wrapper .action.viewcart {
  color: #009CDB;
}
body #checkout-payment-method-load .step-content.amcheckout-content {
  margin-top: 15px;
}
body.checkout-index-index #checkout div#shipping-new-address-form .field.one-field:nth-child(4) span,
body.checkout-index-index #checkout #shipping-new-address-form fieldset.field.street.admin__control-fields span {
  font-size: 14px;
  color: #000;
  line-height: 21px;
}
.count {
  position: relative;
  padding: 0 6px;
  display: inline-block;
  margin: 0 0 0 2px;
}
.count::before {
  content: "(";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
}
.count::after {
  content: ")";
  position: absolute;
  top: -1px;
  right: 0;
  display: block;
}
.checkout-index-index .fieldset > .field > .label {
  margin-bottom: 5px;
  font-size: 14px;
  color: #000;
}
body.page-products .sidebar.sidebar-main {
  margin-top: -30px;
}
body.page-products.page-with-filter.catalogsearch-result-index .toolbar.toolbar-products {
  display: flex !important;
  justify-content: space-between;
  margin: 0 !important;
  width: 100%;
  position: relative;
}
body.page-products.page-with-filter.catalogsearch-result-index .toolbar.toolbar-products .field.limiter {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 640px) {
  body.page-products.page-with-filter.catalogsearch-result-index .toolbar.toolbar-products .field.limiter {
    position: static;
    display: block;
  }
}
body.page-products.page-with-filter.catalogsearch-result-index .toolbar.toolbar-products {
  display: flex !important;
  justify-content: center;
  margin: 0 !important;
  width: 100%;
}
body.page-with-filter.catalogsearch-result-index .toolbar-amount {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
  gap: 4px;
}
body.page-products.page-with-filter.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sorter.sorter {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body.catalogsearch-result-index .toolbar .items.pages-items li {
  margin-bottom: 0;
}
body.page-products.catalogsearch-result-index .page.messages {
  margin-top: 25px;
}
body .ktyOPN {
  bottom: 65px;
}
@media (max-width: 1250px) {
  body .top-ul {
    width: 570px;
  }
}
@media screen and (max-width: 1200px) {
  .body-sticky .ammenu-menu-wrapper {
    max-width: 700px;
  }
  .body-sticky .ammenu-menu-wrapper {
    overflow: hidden;
  }
  .body-sticky .ammenu-nav-sections.-topmenu:not(.-hamburger) .ammenu-main-container .ammenu-items.-root {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1100px) {
  .body-sticky .ammenu-menu-wrapper {
    max-width: 650px;
  }
}
@media screen and (max-width: 1024px) {
  .ammenu-nav-sections.-sidebar {
    z-index: 999999999;
  }
  .ammenu-menu-wrapper .ammenu-menu-overlay {
    z-index: 999;
  }
}
@media (max-width: 992px) {
  body .top-ul {
    width: 350px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .slick-slider .slick-arrow {
    display: none !important;
  }
  body .sticky-header__container--placeholder .sticky-product__centered .sticky-product__button button#product-addtocart-button-new .add-to-cart__button-label {
    font-size: 14px !important;
    background-size: 24px;
    padding-left: 30px;
    letter-spacing: 2px;
  }
  body .sticky-header__container--placeholder .sticky-product__centered .sticky-product-info .sticky-product__name span.price {
    font-size: 16px !important;
    margin: 0 10px 0 0;
  }
  body li.product-item .product-item-details .product-reviews-summary {
    display: flex !important;
  }
  body .list-only-custom-box-price .old-price {
    padding: 0 0 0 8px;
  }
  body .list-only-custom-box-price span {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #212B36;
    letter-spacing: 0.5px;
  }
  body .list-only-custom-box-price span span {
    font-size: 16px;
    line-height: 24px;
    color: #212B36;
  }
  #toolbar-amount {
    display: none;
  }
  html .catalog-category-view.page-products.catalog-category-view .page-title-wrapper {
    position: static;
  }
  html .page-products.catalog-category-view .page-title-wrapper .page-title {
    position: static;
  }
  body .category_sliders.slick-slider {
    float: left;
    width: 100%;
  }
  html .page-products.catalog-category-view .columns {
    float: left;
    width: 100%;
  }
  #sorter {
    position: relative;
    top: -16px;
  }
  .filter-title strong {
    position: relative;
    top: 33px;
  }
  body .page-header .panel ul.top-right.desktopacc li:nth-child(2),
  body .page-header .panel ul.top-right.desktopacc li:nth-child(3) {
    display: none;
  }
  body .page-header .panel.wrapper .right-tophead {
    float: right;
    margin-top: 1px;
  }
  body .page-header .panel ul.top-right.desktopacc {
    order: 2;
    position: relative;
    margin-left: 16px;
    padding: 0 0 0 16px;
  }
  body .page-header .panel.wrapper ul.top-right.language {
    margin: 3px 0 0 0;
  }
  body .page-header .panel.wrapper .right-tophead {
    margin: 0;
  }
  body .page-header .panel.wrapper .right-tophead {
    display: flex;
    align-items: center;
    margin-top: 2px;
  }
  body .page-header .panel.wrapper {
    padding: 0;
  }
  body .page-header .panel.wrapper ul.top-right.mobileacc {
    display: none;
  }
  body .page-header .panel ul.top-right li.loginlink {
    display: block;
    position: relative;
  }
  body .page-header .panel ul li::after {
    margin: 0 !important;
    position: absolute;
    top: 5px;
    left: -16px;
  }
  body .block.filter {
    top: -16px;
  }
  body .sticky-header__container--placeholder .sticky-product__centered .sticky-product-info .sticky-product__name .procut_name {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.75px;
    color: #212B36;
    margin-bottom: 5px;
  }
  body .sticky-header__container--placeholder .sticky-product__centered .sticky-product-info .sticky-product__name span.per-price-lable {
    display: none;
  }
  .filter.active .filter-title {
    border: 0;
  }
  body .block-content.filter-content .filter-options-item {
    padding: 15px 12px;
  }
  body.checkout-index-index #checkout li#opc-shipping_method .step-title {
    margin-bottom: 0;
  }
  body .block-content.filter-content .filter-options-item:first-child {
    padding-top: 15px;
  }
  body .sticky-header__container--placeholder .sticky-product__centered .sticky-product__button button#product-addtocart-button-new {
    background-color: #00B900;
  }
  .filter.active .filter-title strong::after {
    color: #000;
  }
  body.checkout-index-index .amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
    margin-top: 15px;
  }
  html .catalog-category-view.page-products.catalog-category-view .page-title-wrapper {
    margin: 0;
  }
  body #co-shipping-method-form {
    margin-top: 15px;
  }
  body.checkout-index-index .step-content.amcheckout-content {
    margin-top: 15px;
  }
  html .page-products.catalog-category-view .columns {
    padding-top: 0;
  }
  .page-products .products.products-grid {
    margin: 0;
  }
  body .page-products .products.products-grid {
    width: 100%;
    margin: 0;
  }
  .page-products .products.products-grid {
    width: 100% !important;
    margin: 0 !important;
  }
  body .page-header .panel ul li a {
    font-size: 12px;
  }
  .review-btn {
    display: none;
  }
  .mobileReview {
    display: flex;
    justify-content: center;
    float: left;
    width: 100%;
    margin-top: 22px;
    margin-bottom: 30px;
  }
  html .catalog-product-view.page-layout-1column .product-reviews-summary.short {
    width: 100%;
    text-align: center;
  }
  html .catalog-product-view.page-layout-1column .product-item-details .product-reviews-summary.short {
    text-align: left;
  }
  .mobileReview .review-btn {
    display: block;
  }
  body.catalog-product-view .reviews_titles {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  html body.page-layout-1column .review-item:first-child {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #ddd;
  }
  html .catalog-product-view.page-layout-1column #customer-reviews {
    margin-top: 10px;
    border: 0;
  }
  body .sticky-header__container--placeholder .sticky-product__centered .sticky-product__button button#product-order-sample-button-new span.order-a-sample__button-label {
    font-size: 14px;
    padding: 0 0 0 25px;
  }
  body .sticky-header__container--placeholder .sticky-product__centered .sticky-product-info .sticky-product__name .sq-ft-price-container span.price-wrapper {
    font-size: 16px !important;
    margin: 0 10px 0 0;
  }
  body.catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]::before,
  body.catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]::before {
    width: 50%;
  }
  body.catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]::before,
  body.catalog-product-view .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]::before {
    color: #637381;
    /*font-weight: 400;*/
  }
  html .catalog-product-view.page-layout-1column .revewwithwishlist .wishlist .review-details .product-reviews-summary {
    text-align: left;
  }
  html ol.items.review-items .review-details {
    padding: 0;
  }
  html .review-author .review-details-value {
    font-size: 14px;
  }
  body .header-rightside .search-icon-sticky {
    display: block;
  }
  body .header-rightside .header-links {
    display: none;
  }
  body .ammenu-header-container .header.content .block-search {
    display: none;
    width: 100%;
    padding: 0;
  }
  body .ammenu-header-container.header-sticky .header.content .block-search {
    top: -3px;
  }
  body .ammenu-header-container .header.content .ammenu-logo {
    padding: 10px 0 0 0;
  }
  body .page-wrapper .header.content.content {
    padding: 0 13px 10px 13px;
  }
  body .ammenu-button.-hamburger {
    margin-top: 12px;
  }
  body header .header.content .header-right {
    padding: 18px 0 0 0;
    gap: 10px;
  }
  body .page-wrapper .header.content.content {
    position: relative;
  }
  body header#ammenu-header-container.header-sticky .header.content .header-right {
    padding: 12px 0 0 0;
  }
  body header#ammenu-header-container.header-sticky form#search_mini_form {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  body .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button .sticky-product__name {
    display: block;
  }
  body header#ammenu-header-container.header-sticky .block.block-search {
    display: none;
  }
  html .catalog-product-view .sticky-product .revewwithwishlist {
    display: block;
  }
  body .sticky-header__container--placeholder .sticky-product__centered .sticky-product__button button#product-order-sample-button-new {
    display: none;
  }
  body .sticky-header__container--placeholder .sticky-product__centered {
    height: inherit;
  }
  body .sticky-header__container--placeholder .sticky-product__centered .sticky-product-info {
    display: none;
  }
  body .sticky-header__container--placeholder {
    top: inherit;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    bottom: 0;
    padding: 10px;
    position: fixed;
    width: 100%;
    background-color: #fff;
    display: block;
    z-index: 999;
  }
  body .sticky-header__container--placeholder .submitsction {
    display: none;
  }
  body .sticky-header__container--placeholder .sticky-product__centered {
    height: inherit;
    padding: 0;
  }
  body .sticky-header__container--placeholder .sticky-product__centered .sticky-product__button {
    flex-direction: row;
    justify-content: center;
    bottom: 0;
    position: static;
  }
  body.catalog-product-view .lbvXTF {
    bottom: 60px;
    right: -10px;
  }
  body .lbvXTF {
    bottom: 0;
  }
  html .catalog-product-view .revewwithwishlist .wishlist .share-wishlist {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    right: -2px;
    z-index: 99;
    background: #fff;
    padding: 8px;
    border: 1px solid #dedede;
    border-radius: 4px;
    display: none;
  }
  html .revewwithwishlist .wishlist .actions-secondary {
    left: 0;
  }
  html .catalog-product-view .revewwithwishlist .wishlist .instock-status {
    border: 0;
  }
  #product-addtocart-button {
    display: none;
  }
  body .page-footer {
    padding-bottom: 50px;
  }
  body .sticky-product__name {
    width: 50%;
  }
  html .catalog-product-view .revewwithwishlist {
    z-index: 0;
  }
  body .sticky-header__container--placeholder .sticky-product__centered .sticky-product__button button#product-addtocart-button-new {
    background-color: #00B900;
    width: 50%;
    max-width: inherit;
    transform: inherit;
    padding: 0;
    height: 46px;
  }
  html .catalog-product-view .sticky-product .revewwithwishlist {
    display: block;
    width: 20%;
    margin: 0;
    border: 0;
    padding: 0 0 0 10px;
  }
  html .catalog-product-view .sticky-product .revewwithwishlist .actions-secondary {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
  }
  body .sticky-header__container--placeholder .sticky-product__centered .sticky-product__button button#submit\ action-new {
    position: static;
    transform: inherit;
    height: inherit;
  }
  footer {
    padding-bottom: 60px;
  }
  html .catalog-product-view .sticky-product .revewwithwishlist .wishlist {
    height: 100%;
  }
  body .sticky-header__container--placeholder {
    position: fixed;
  }
  body .sticky-header__container--placeholder.active {
    position: fixed;
    top: inherit;
    bottom: -1px;
  }
  body .sticky-header__container--placeholder.active .sticky-product__centered {
    display: block;
    height: inherit;
    max-width: inherit;
    margin: 0;
    overflow: visible;
    padding: 0;
  }
  html .catalog-product-view .sticky-header__container--placeholder.active .sticky-product .revewwithwishlist .actions-secondary {
    height: 46px;
  }
  html .in-stock-label-span {
    font-size: 12px;
  }
  html .in-stock-label-span:before {
    top: 3px;
  }
  html body.catalog-product-view .revewwithwishlist .product-reviews-summary .reviews-actions {
    margin-top: 5px;
  }
  body .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button button#product-addtocart-button-new .add-to-cart__button-label {
    font-size: 14px !important;
    font-weight: 700;
  }
  html .catalog-product-view .sticky-product .revewwithwishlist .actions-secondary {
    height: 100%;
  }
  body .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button {
    bottom: 0;
    height: auto;
    align-items: center;
    width: 100%;
  }
  body .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button button#product-addtocart-button-new {
    max-width: inherit;
    position: static;
    width: 50% !important;
    transform: inherit;
    margin: 0;
    height: 46px;
  }
  body .sticky-header__container--placeholder .sticky-product__centered .sticky-product__button button#product-addtocart-button-new .add-to-cart__button-label {
    font-size: 12px !important;
    background-size: contain;
    padding-left: 20px;
  }
  body .sq-ft-price-container {
    display: flex;
    flex-wrap: wrap;
  }
  html .catalog-product-view.page-layout-1column .sticky-product__name .sq-ft-price-container span.per-price-lable {
    width: 100%;
    padding: 0;
  }
  body .sticky-product .sq-ft-price-container span.special-price-custom span.price-wrapper {
    font-size: 13px;
    margin: 0;
  }
  html .catalog-product-view.page-layout-1column .sq-ft-price-container .old-price-custom span.price-wrapper {
    font-size: 13px !important;
  }
  body .sticky-header__container--placeholder .sticky-product__centered .sticky-product-info {
    display: none;
  }
  body .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button button#product-addtocart-button-new .add-to-cart__button-label {
    font-size: 12px !important;
  }
  body .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button button#product-addtocart-button-new {
    width: 50%;
  }
  body .sq-ft-price-container span.per-price-lable.sq-ft-price {
    margin: 0;
  }
  body .sticky-header__container--placeholder .sticky-product__centered .sticky-product__button {
    align-items: center;
  }
  html .catalog-product-view.page-layout-1column .sticky-product__name .sq-ft-price-container span.per-price-lable {
    line-height: normal;
    margin-bottom: 3px;
  }
  html .catalog-product-view.page-layout-1column span.price-container.price-final_price.tax.weee {
    line-height: normal;
  }
  .client_name_bottom {
    color: #00B900;
    font-size: 13px;
    font-weight: 700;
    display: block;
    background: url('../../frontend/Magneto/VixxBadkamers/nl_NL/images/check.svg') no-repeat left center;
    padding-left: 20px;
  }
  html .catalog-product-view.page-layout-1column #customer-reviews {
    margin-bottom: 40px;
  }
  body .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button .sticky-product__name {
    display: flex;
    flex-wrap: wrap;
  }
  body .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button .sticky-product__name span {
    width: 100%;
  }
  body .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button .sticky-product__name .client_name_bottom {
    width: 100%;
  }
  html .catalog-product-view .column.main .product.media {
    margin-bottom: 40px;
  }
  body .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  body .sticky-product__name .list-only-custom-box-price span span.price-label {
    display: none;
  }
  body .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button .sticky-product__name span {
    width: auto;
  }
  body .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button .sticky-product__name span.per-price-lable.sq-ft-price {
    width: 100%;
  }
  body .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button {
    align-items: center;
  }
  .table-checkout-shipping-method tbody {
    padding: 0;
  }
  body.checkout-index-index .checkout-payment-method.submit .payment-methods {
    margin: 0 0 20px 15px;
  }
  body.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .step-title.amcheckout-title {
    margin-bottom: 10px;
  }
  body.checkout-index-index .amcheckout-delivery-date,
  body.checkout-index-index #checkout li#opc-shipping_method {
    margin-bottom: 10px;
  }
  body .amcheckout-delivery-date.-collapsible.-closed {
    margin-bottom: 0;
  }
  body.checkout-index-index .checkout-payment-method .actions-toolbar .primary {
    font-size: 14px;
    padding: 15px 40px;
  }
  body.checkout-index-index .checkout-payment-method.submit .payment-methods .actions-toolbar {
    display: flex;
    justify-content: center;
  }
  body .ammenu-main-container {
    display: none !important;
  }
  html body.page-products.page-with-filter.catalogsearch-result-index .toolbar.toolbar-products {
    margin: 0 !important;
  }
}
@media (max-width: 639px) {
  .pages .item {
    position: static;
  }
  body .slick-next::before,
  body .slick-prev::before {
    display: block !important;
  }
  body .top-ul {
    width: 410px;
  }
  .page-layout-1column .page-title-wrapper.product.productnamedesktop .page-title {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  html body.catalog-product-view .revewwithwishlist .product-full-width-section .product-section-title {
    font-size: 12px;
  }
  html body.catalog-product-view .revewwithwishlist .product-full-width-section .size-value {
    font-size: 12px;
  }
  html .catalog-product-view .revewwithwishlist {
    flex-wrap: wrap;
    margin: 5px 0 10px 0;
  }
  html .catalog-product-view .revewwithwishlist .product-full-width-section {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
  }
  html .catalog-product-view .product-reviews-summary .reviews-actions {
    font-size: 12px;
  }
  html .catalog-product-view .product.media,
  html .catalog-product-view .product-info-main {
    width: 100%;
  }
  html .catalog-product-view .product-info-main {
    padding: 0;
  }
  html .catalog-product-view.page-layout-1column .product-options .product-attribute-options a {
    font-size: 12px !important;
    line-height: normal !important;
  }
  body.catalog-product-view #options-popup-aantal_kraangaten {
    font-size: 12px !important;
  }
  html .catalog-product-view.page-layout-1column .product-info-main .product-add-form .box-tocart .actions .sample-product-wrapper {
    padding: 0;
  }
  html .catalog-product-view .revewwithwishlist .wishlist {
    flex-wrap: wrap;
  }
  html .catalog-product-view .revewwithwishlist .wishlist .review-details {
    width: 100%;
    float: left;
    order: 1;
    padding: 0;
    margin: 0 0 8px 0;
    border: 0;
  }
  html .catalog-product-view .revewwithwishlist .wishlist .instock-status {
    order: 2;
    width: auto;
  }
  html .catalog-product-view .revewwithwishlist .wishlist .share-wishlist {
    order: 3;
    width: auto;
  }
  body.page-products.catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
    display: flex;
  }
  .customblock-excellentsection {
    order: 2;
    margin-top: 40px;
  }
  .customblock-newsblog {
    padding: 32px 0;
    margin: 20px 0 0 0;
  }
  .customblock-newsblog .newsBlogs h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  body.catalog-category-view .sidebar.sidebar-main .block.filter {
    display: block;
  }
  body.catalog-category-view .block .title {
    margin: 0;
    padding: 0;
    border: 0;
  }
  html .page-products.catalog-category-view .sidebar.sidebar-main .block.filter {
    position: relative;
    top: -15px;
  }
  html .page-products.catalog-category-view .sidebar.sidebar-main .block.filter .content {
    display: none;
    position: absolute;
    border: 1px solid #dfdfdf;
    width: 100%;
    background: #fff;
    top: 27px;
    z-index: 99;
    padding: 15px 0;
  }
  html .sidebar.sidebar-main .filter-title strong {
    align-items: center;
  }
  html .sidebar.sidebar-main .filter-title strong {
    line-height: normal;
  }
  body.catalog-category-view .block .title strong {
    font-size: 14px;
    font-weight: 500;
    background: url('../../frontend/Magneto/VixxBadkamers/nl_NL/images/Sort.svg') no-repeat left center;
    padding-left: 40px;
  }
  html .sidebar.sidebar-main .filter-title strong {
    font-size: 14px;
    font-weight: 500;
  }
  body .sidebar.sidebar-main .filter-title strong::before {
    position: relative;
    top: 2px;
  }
  html .catalog-product-view .product-info-main .product-info-price {
    padding: 20px 0;
  }
  .customblock-newsblog .newsBlogs .row .newBlogSec {
    width: 100%;
  }
  .customblock-newsblog .newsBlogs .row .newBlogSec p {
    margin-bottom: 24px;
  }
  .customblock-product-page h3 {
    display: none;
  }
  .customblock-product-page {
    margin: 0;
  }
  body .cms-home .product-item .price-box .old-price .price-container span span.price {
    margin: 0 0 0 0;
  }
  html .catalog-product-view .revewwithwishlist .wishlist .review-details {
    margin: 0 0 5px 0;
    top: 0;
  }
  html .catalog-product-view .revewwithwishlist .wishlist {
    width: 100%;
  }
  html .catalog-product-view.page-layout-1column .revewwithwishlist .wishlist .review-details .product-reviews-summary {
    top: 0;
  }
  body header.page-header .panel.wrapper .container {
    padding: 0 15px;
    flex-wrap: wrap;
  }
  body .top-ul .swiper-container .swiper-slide {
    background: none;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #f5f5f5;
    /* padding: 2px 0 11px 0; */
    padding: 0;
    background-size: 16px;
  }
  body .top-ul .swiper-container .swiper-slide span {
    background: url('../../frontend/Magneto/VixxBadkamers/nl_NL/images/check.svg') no-repeat;
    background-size: 16px;
    padding-left: 20px;
  }
  body .page-header .panel.wrapper {
    background-color: #f5f5f5 !important;
  }
  body .page-header .panel.wrapper .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body .page-header .panel.wrapper .container .right-tophead {
    background-color: #f5f5f5;
    width: 100%;
    justify-content: flex-end;
    margin: 0 0 0 0;
    padding: 3px 0 6px 0;
  }
  html .catalog-product-view .revewwithwishlist .wishlist {
    position: relative;
  }
  html .catalog-product-view .revewwithwishlist .wishlist .instock-status {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 4px;
  }
  .search-icon-sticky img {
    height: 32px;
  }
  body #sqm_calculation_text.show-m2-description {
    font-size: 12px;
    padding: 10px 0;
  }
  html .catalog-product-view.page-layout-1column .product-info-main .product-info-price {
    padding: 10px 0;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .action.tocart span {
    font-size: 12px !important;
  }
  #sample-product-button span {
    background-size: contain;
    padding-left: 20px;
  }
  html .prod-detail .product.info.detailed {
    padding-top: 0;
  }
  button#sample-product-button {
    height: 40px;
  }
  button#sample-product-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  html .product.info.detailed .product.data.items .data.item.title.active a,
  html .prod-detail .product.data.items .item.title .switch {
    font-size: 18px;
  }
  body .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  body .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    font-size: 13px;
  }
  body .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    padding: 0 0 5px 0;
  }
  html body .product.data.items .item.content {
    font-size: 14px;
    line-height: 22px;
  }
  html .catalog-product-view.page-layout-1column .prod-detail {
    margin-bottom: 30px;
  }
  html .catalog-product-view .recently-product-cat .block-title h2 {
    font-size: 20px;
  }
  body .recently-product-cat .block-title h2#block-upsell-heading {
    margin-top: 0;
  }
  body.catalog-product-view .recently-product-cat {
    margin-bottom: 0;
  }
  html .catalog-product-view .page-bottom .arabian-store {
    padding-bottom: 40px;
  }
  html .catalog-product-view.page-layout-1column .sq-ft-price-container span.per-price-lable {
    font-size: 13px;
  }
  html .catalog-product-view.page-layout-1column .product-info-main .product-info-price .price-box .price-container .price-wrapper {
    font-size: 13px !important;
  }
  html .catalog-product-view span.price-container.price-final_price {
    font-size: 13px;
  }
  html .catalog-product-view .prod-detail .product.data.items .item.title .switch {
    padding: 15px 0 !important;
    font-size: 16px;
  }
  html .product.info.detailed .product.data.items .data.item.title.active a,
  html .prod-detail .product.data.items .item.title .switch {
    font-size: 16px;
  }
  html .product.data.items .item.title a::after {
    top: 10px;
  }
  body .product.data.items .item.title.active a::after {
    top: 15px;
  }
  html .product.info.detailed .product.data.items .data.item.title.active a {
    border-bottom: 1px solid #212b36;
  }
  html .catalog-product-view.page-layout-1column .sticky-product__name span.per-price-lable {
    line-height: normal;
    font-size: 13px;
    margin: 0;
    padding: 0;
  }
  body.catalog-product-view .product-info-main .product-info-price .price-box .price-container .price {
    font-size: 13px !important;
  }
  body .sq-ft-price-container {
    align-items: center;
  }
  body .sticky-product__name .product-prices {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  body .sticky-product__name .list-only-custom-box-price span.old-price span.price-container {
    text-decoration: line-through;
  }
  html .catalog-product-view.page-layout-1column .sticky-product__name span.price-container.price-final_price.tax.weee .price {
    font-weight: 400;
    line-height: normal;
    color: rgba(0, 0, 0, 0.6);
  }
  body .sticky-product__name .list-only-custom-box-price span span {
    line-height: normal;
  }
  html .catalog-product-view.page-layout-1column .sticky-product__name .special-price span.price-container.price-final_price.tax.weee .price {
    font-weight: 700;
    font-size: 13px !important;
    color: #212B36;
  }
  body .list-only-custom-box-price .per-price-lable {
    width: 100%;
  }
  body .page-header .panel.wrapper .container {
    flex-direction: row;
    justify-content: space-between;
  }
  body .top-ul {
    width: 60%;
  }
  body .page-header .panel.wrapper .container .right-tophead {
    width: 40%;
  }
  body .sticky-header__container--placeholder {
    z-index: 9;
  }
  body.catalog-product-view .lbvXTF {
    z-index: 9;
  }
  html .catalog-product-view.page-layout-1column .product-info-main .product-add-form .box-tocart input.input-text.qty {
    padding: 20px 0;
  }
  html .catalog-product-view.page-layout-1column .product-info-main .product-add-form .box-tocart .fieldset .box-main,
  html body.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .sq-ft-main {
    width: 150px;
  }
  body #add.number i.fa.fa-angle-up.up-arrow,
  body #add.number i.fa.fa-angle-down.down-arrow,
  body #add.number i.fa.fa-angle-down.down-arrow-qty,
  body #add.number i.fa.fa-angle-up.up-arrow-qty {
    font-size: 26px;
  }
  body #add.number i.fa.fa-angle-up.up-arrow,
  body #add.number i.fa.fa-angle-up.up-arrow,
  body #add.number i.fa.fa-angle-up.up-arrow-qty {
    top: 5px;
    right: 12px;
  }
  body #add.number i.fa.fa-angle-down.down-arrow,
  body #add.number i.fa.fa-angle-down.down-arrow-qty {
    top: 29px;
    right: 12px;
  }
  html .catalog-product-view.page-layout-1column .product-info-main .product-add-form .box-tocart .fieldset .or {
    margin-top: 44px;
  }
  html body.page-products.page-with-filter.catalogsearch-result-index .toolbar.toolbar-products {
    width: 100%;
    justify-content: center;
    flex-direction: column;
  }
  body.page-products.page-with-filter.catalogsearch-result-index .toolbar.toolbar-products .field.limiter,
  body.page-products.page-with-filter.catalogsearch-result-index .toolbar.toolbar-products .pages {
    justify-content: center;
    width: 100%;
  }
  html body.page-products.page-with-filter.catalogsearch-result-index .sidebar.sidebar-main {
    padding: 0;
    height: inherit;
  }
  body.page-products.page-with-filter.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sorter.sorter {
    width: 100%;
    border: 0;
  }
  body.page-products.page-with-filter.catalogsearch-result-index #sorter {
    position: static;
    opacity: 1;
    height: inherit;
    margin: 0;
    border: 1px solid #ccc;
    margin: 20px 0;
  }
  #toolbar-amount {
    display: block;
    padding: 0;
    text-align: center;
  }
  html body.page-products.page-with-filter.catalogsearch-result-index .toolbar.toolbar-products {
    align-items: center;
  }
  body.page-products .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
    display: none;
  }
  body.page-products.page-with-filter.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sorter.sorter {
    position: static;
    height: inherit;
    width: 50%;
  }
  body .search.results .toolbar-products:first-child {
    flex-direction: row;
  }
  body.page-products.page-with-filter.catalogsearch-result-index .toolbar.toolbar-products .toolbar-sorter.sorter {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
    justify-content: center;
  }
  body #add.number i.fa.fa-angle-up.up-arrow,
  body #add.number i.fa.fa-angle-up.up-arrow,
  body #add.number i.fa.fa-angle-up.up-arrow-qty {
    top: 0;
    right: 0;
    width: 60px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body #add.number i.fa.fa-angle-down.down-arrow,
  body #add.number i.fa.fa-angle-down.down-arrow-qty {
    width: 60px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
  }
  html .catalog-product-view.page-layout-1column .product-info-main .product-add-form .box-tocart input.input-text.qty {
    padding: 20px 0 20px 20px;
    text-align: left;
  }
}
@media (max-width: 575px) {
  body .topHeader {
    font-size: 10px;
    padding: 8px 0;
  }
  html .catalog-product-view.page-layout-1column .revewwithwishlist .wishlist .review-details div#reviews-actions-custom a {
    font-size: 12px;
  }
  html body .review-author .review-details-value {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
  }
  body .related-product-cat .slick-slider .slick-arrow.slick-prev.slick-arrow,
  body .related-product-cat .slick-slider .slick-arrow.slick-next {
    display: none !important;
  }
  .checkout-cart-index.page-layout-1column strong.product.name.product-item-name {
    height: 55px !important;
  }
  .checkout-cart-index .cartpage .recently-product-cat ol.products.list.items.product-items li.item.product.product-item .product-item-details .price-final_price {
    margin: 0;
  }
  html .catalog-product-view .revewwithwishlist .wishlist .review-details {
    width: auto;
    margin-right: 20px;
  }
  html .catalog-product-view .revewwithwishlist .wishlist .instock-status {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  html .page-products .toolbar.toolbar-products .toolbar-sorter.sorter {
    top: -83px;
  }
  body .filter.active .filter-options {
    padding: 0;
  }
  body.catalog-product-view.page-layout-1column .product-info-main .product-add-form label {
    font-size: 13px;
  }
}
@media (max-width: 367px) {
  body .top-ul span {
    font-size: 10px;
  }
  body .page-header .panel ul li a {
    font-size: 10px;
  }
  body .sticky-header__container--placeholder .sticky-product__centered .sticky-product-info .sticky-product__name span.price {
    font-size: 16px !important;
    margin: 0 10px 0 0;
  }
  body .sticky-header__container--placeholder .sticky-product__centered .sticky-product-info .sticky-product__name .sq-ft-price-container span.price-wrapper {
    font-size: 16px !important;
    margin: 0 10px 0 0;
  }
  html .catalog-product-view .revewwithwishlist .wishlist .instock-status {
    position: static;
    width: 100%;
    text-align: left;
  }
}
.topHeaderNoticeBar {
  background: #ff6600;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 700;
  display: none;
}
.topHeaderNoticeBar .en-content,
.topHeaderNoticeBar .nl-content {
  display: none !important;
}
.header-sticky .topHeaderNoticeBar {
  display: none !important;
}
html[lang="en"] .topHeaderNoticeBar .en-content {
  display: block !important;
}
html[lang="nl"] .topHeaderNoticeBar .nl-content {
  display: block !important;
}
.wishlist-index-index .products-grid .product-item .newlabel-class {
  z-index: 99 !important;
}
.wishlist-index-index .products-grid .product-item .social-share-custom {
  z-index: 99 !important;
}
html body .product.info.detailed .additional-attributes tbody tr th.col.label {
  font-weight: 600 !important;
}
body .category-description a,
body .category-bottom-description a,
body .category-top-description a {
  font-weight: bold !important;
  color: #00688F !important;
}
@media (max-width: 992px) {
  body .page-wrapper .header.content.content {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  body .page-header .amsearch-wrapper-block {
    order: 5;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 640px) {
  body .page-header .amsearch-wrapper-block {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .page-header .amsearch-wrapper-block::before {
    background: none;
  }
}
@media (max-width: 992px) {
  body .ammenu-header-container .header.content .ammenu-logo {
    padding: 10px 0;
  }
}
@media (max-width: 640px) {
  body .ammenu-header-container .header.content .ammenu-logo {
    padding: 0;
  }
}
@media (max-width: 640px) {
  body .ammenu-button.-hamburger {
    position: static;
    margin: 8px 0 0;
  }
}
@media (max-width: 640px) {
  body .amsearch-products-section {
    padding: 0;
    border: 0;
  }
}
body .amsearch-products-section .product-item [data-role="priceBox"] {
  padding: 0;
}
body .amsearch-products-section .product-item [data-role="priceBox"] p,
body .amsearch-products-section .product-item [data-role="priceBox"] span {
  padding: 0;
}
@media (max-width: 767px) {
  body .product.data.items > .item.title > .switch {
    margin: 0;
    padding: 5px 15px;
  }
}
@media (max-width: 767px) {
  html .amsearch-result-tabs.product.data.items .item.title a::after {
    position: absolute;
    right: 10px;
    top: 0;
  }
}
body #tabs-amasty_search_products_tab {
  display: block;
  padding: 15px 0 0 0;
  margin: 10px 0 0 0;
}
body.page-with-filter.catalogsearch-result-index #tabs-amasty_search_products_tab .toolbar-amount {
  display: block;
}
body #tabs-amasty_search_products_tab .toolbar.toolbar-products {
  margin: 10px 0 0 0 !important;
}
body.page-products.page-with-filter.catalogsearch-result-index .amsearch-result-tabs .toolbar.toolbar-products {
  align-items: center;
  justify-content: space-between;
}
.page-products .amsearch-result-tabs .toolbar.toolbar-products .modes {
  display: none;
}
.page-products .amsearch-result-tabs .toolbar:after,
.page-products .amsearch-result-tabs .toolbar:before {
  display: none;
}
html .amsearch-result-tabs.product.data.items .item.content {
  padding: 20px 0;
  margin-top: 34px;
}
#tabs-amsearch-category-tab .amsearch-link {
  color: #FF6829;
}
body.page-products.page-with-filter.catalogsearch-result-index #tabs-amasty_search_products_tab .toolbar.toolbar-products .toolbar-sorter.sorter {
  width: auto;
}
html .page-products .amsearch-products-tab .toolbar.toolbar-products .toolbar-sorter.sorter {
  border: 0;
}
body.page-layout-2columns-left .amsearch-products-section .product-item .price-box .old-price .price-container span span.price {
  margin: 0;
}
@media (max-width: 767px) {
  #tabs-amasty_search_products_tab #sorter {
    top: 0;
    width: 100%;
  }
}
body .ammenu-link.-first,
body .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link,
body .ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-link {
  padding: 6px 0;
  font-size: 14px;
  min-height: inherit;
}
@media (max-width: 640px) {
  body.page-products.catalogsearch-result-index .page.messages {
    margin: 0;
  }
}
html body.page-products.page-with-filter.catalogsearch-result-index.amsearch-search-page .sidebar.sidebar-main {
  border: 0;
}
body .toolbar-sorter.sorter,
body.page-products h1.page-title {
  text-align: left;
}
@media (max-width: 640px) {
  body .amsearch-result-tabs.product.data.items > .item.title > .switch {
    padding: 12px 0;
  }
}
body {
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 640px) {
  html .amsearch-result-tabs.product.data.items .item.title a::after {
    top: 11px;
  }
}
body .product.data.items > .item.title:not(.disabled) > .switch:active,
body .product.data.items > .item.title.active > .switch,
body .product.data.items > .item.title.active > .switch:focus,
body .product.data.items > .item.title.active > .switch:hover {
  padding: 0;
}
body .amsearch-result-tabs.product.data.items .item.title.active .switch {
  padding: 0;
}
@media (max-width: 640px) {
  body .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding: 12px 0;
  }
}
body .amsearch-search-page .container.sj-test {
  display: none;
}
@media (max-width: 1024px) {
  body .ammenu-menu-wrapper .ammenu-text-block {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  body ._ammenu-link.-second,
  body .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root > .ammenu-item .ammenu-items .ammenu-link {
    min-height: inherit;
    padding: 5px 0;
  }
}
body .amsearch-form-block.-opened {
  width: 100%;
}
@media (max-width: 1024px) {
  body .ammenu-menu-wrapper .ammenu-icon-block {
    margin: 0 11px 0 0;
  }
}
body.checkout-cart-index .cart-container .cart-summary .checkout-methods-items,
body.amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items {
  position: static;
  margin-bottom: 24px;
}
body.checkout-cart-index form#discount-coupon-form .actions-toolbar button.action.apply.primary {
  border: 1px solid #212b36;
  width: auto;
}
body.checkout-cart-index .cart-discount {
  margin: 10px 0 0 0;
  width: 100%;
  padding: 0;
  float: left;
}
body.checkout-cart-index form#discount-coupon-form {
  width: auto;
}
body.checkout-cart-index .abs-discount-block .field,
body.checkout-cart-index .paypal-review-discount .field,
body.checkout-cart-index .cart-discount .field,
body.checkout-cart-index .paypal-review-discount .field,
body.checkout-cart-index .cart-discount .field {
  display: block;
}
body.checkout-cart-index form#discount-coupon-form .control input {
  width: 100%;
}
body.checkout-cart-index .cart-container .cart-summary .discount {
  position: static;
  margin: 0;
  padding: 0;
}
body.checkout-cart-index .cart-container .cart-summary .discount .content .actions-toolbar {
  position: static;
  width: auto;
}
body.checkout-cart-index .cart-discount .fieldset {
  display: flex;
  gap: 10px;
  margin: 0;
}
body .cart-discount .block > .title strong {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  border-bottom: 1px;
  border-bottom-style: solid;
}
@media (max-width: 1024px) {
  body.checkout-cart-index .cart-container .cart-summary {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  body.checkout-cart-index .cart-container .cart-summary .discount {
    display: block;
  }
}
@media (max-width: 1024px) {
  body.checkout-cart-index .cart-container .form-cart {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  body.checkout-cart-index .cart-discount {
    margin: 0;
  }
}
@media (max-width: 640px) {
  body .vixx-buss {
    display: none;
  }
  body .vixx-contact {
    display: none;
  }
  body .vixx-logout {
    display: none;
  }
  body .page-header .panel ul.top-right li.loginlink.last {
    display: none;
  }
}
body.checkout-cart-index .cart-container .cart-summary .discount .title::after {
  background: url('../../frontend/Magneto/VixxBadkamers/nl_NL/images/chevron-down.svg') no-repeat;
  display: block;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -4px;
  filter: brightness(0);
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  body.checkout-cart-index .cart-container .cart-summary .discount .title::after {
    top: 5px;
  }
}
body.checkout-cart-index .cart-container .cart-summary .discount .title {
  position: relative;
  margin-bottom: 10px;
}
body.checkout-cart-index .cart-container .cart-summary .discount .content {
  display: none;
}
body.checkout-cart-index .cart-container .cart-summary .discount.active .content {
  display: block;
}
body.checkout-cart-index .cart-container .cart-summary .discount.active .title::after {
  transform: rotate(0);
}
body.page-products.page-with-filter.amsearch-search-page.catalogsearch-result-index main#maincontent .page-title-wrapper {
  position: static;
  margin-top: 20px;
}
body #tabs-amsearch-cms-pages-tab .amsearch-item .amsearch-link {
  color: #FF6829;
}
body #tabs-amsearch-cms-pages-tab .amsearch-item .amsearch-link {
  color: #FF6829;
}
body #tabs-amasty_search_products_tab .toolbar.toolbar-products:last-of-type {
  justify-content: center;
}
@media (max-width: 640px) {
  body.page-products.page-with-filter.catalogsearch-result-index .amsearch-result-tabs .toolbar.toolbar-products {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
header#ammenu-header-container.header-sticky .search-icon-sticky {
  display: none;
}
@media (max-width: 640px) {
  body.page-with-filter.catalogsearch-result-index #tabs-amasty_search_products_tab .toolbar-amount {
    text-align: left;
    border-bottom: 1px solid #C4CDD5;
    padding-bottom: 15px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  body.page-products.page-with-filter.catalogsearch-result-index #tabs-amasty_search_products_tab .toolbar.toolbar-products .toolbar-sorter.sorter {
    width: auto;
  }
}
@media (max-width: 640px) {
  #tabs-amasty_search_products_tab #sorter {
    background: url('../../frontend/Magneto/VixxBadkamers/nl_NL/images/Filter.svg') no-repeat 10% 50%;
    line-height: 24px;
    text-align: left;
    border: 0;
  }
}
@media (max-width: 767px) {
  .topHeaderNoticeBar {
    padding: 8px 10px;
    font-size: 12px;
  }
  .topHeaderNoticeBar {
    float: left;
    width: 100%;
  }
  html {
    overflow-x: hidden;
    width: 100%;
  }
  header#ammenu-header-container.header-sticky {
    position: fixed;
  }
  header#ammenu-header-container.header-sticky .header.content a.ammenu-logo {
    position: relative;
    top: 6px;
  }
  #tabs-amasty_search_products_tab #sorter {
    background-position: left center;
    padding: 0 0 0 40px;
  }
}
@media (max-width: 640px) {
  body .ammenu-header-container .header.content .ammenu-logo {
    position: relative;
    top: 6px;
  }
  body header#ammenu-header-container.header-sticky .header.content .header-right {
    padding: 0;
  }
  body .amsearch-products-section:not(:first-child) {
    border-left: 0;
    padding: 0;
  }
}
.catalog-product-view .ciAncI {
  bottom: 75px !important;
}
.div-category-page-custom-banner {
  display: none !important;
}
.div-category-page-custom-banner {
  margin-bottom: 40px;
}
.div-category-page-custom-banner img {
  width: 100%;
}
.mob-category-page-custom-banner {
  display: none;
}
.mob-category-page-custom-banner img {
  display: block;
}
.desk-category-page-custom-banner {
  display: block;
}
.desk-category-page-custom-banner img {
  display: block;
}
@media (max-width: 575px) {
  .mob-category-page-custom-banner {
    display: block;
  }
  .desk-category-page-custom-banner {
    display: none;
  }
  html .catalog-category-view .page-wrapper .breadcrumbs {
    padding-bottom: 0;
  }
}
html .amsearch-result-tabs.product.data.items .item.title a::after {
  height: 30px;
  width: 30px;
  z-index: 999;
}
.catalog-product-view .ciAncI {
  bottom: 75px !important;
}
body .page-header .amsearch-result-section {
  background-color: #ffffff;
}
.amsearch-products-section.-list .amsearch-item {
  margin-bottom: 24px;
}
html .catalog-product-view.page-layout-1column .amsearch-description .product-reviews-summary {
  margin: 0;
}
.card-view {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.card-view h5 {
  margin: 0 0 18px;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 28px;
  color: #212B36;
}
.card-view img {
  /* width: 250px;*/
  width: 100%;
}
html:lang(en) .dutch-text {
  display: none;
}
html:lang(nl) .en-text {
  display: none;
}
.product-card-view {
  margin-top: 25px;
}
.gallery-placeholder {
  position: relative;
}
.gallery-placeholder .black-friday {
  display: none;
  position: absolute;
  z-index: 8;
  top: -20px;
  right: -20px;
}
@media (max-width: 575px) {
  .gallery-placeholder .black-friday {
    top: -12px;
    right: -12px;
  }
}
.gallery-placeholder .black-friday img {
  width: 200px;
  height: 200px;
}
@media (max-width: 575px) {
  .gallery-placeholder .black-friday img {
    width: 130px;
    height: 130px;
  }
}
.gallery-placeholder .christmas-button {
  display: none;
  position: absolute;
  z-index: 8;
  top: -20px;
  right: -20px;
}
@media (max-width: 575px) {
  .gallery-placeholder .christmas-button {
    top: -12px;
    right: -12px;
  }
}
.gallery-placeholder .christmas-button img {
  width: 200px;
  height: 200px;
}
@media (max-width: 575px) {
  .gallery-placeholder .christmas-button img {
    width: 150px;
    height: 150px;
  }
}
.header-sticky .amasty-header-search-menu {
  display: none;
}
body.catalog-product-view aside.modal-popup.confirm,
body.checkout-cart-index aside.modal-popup.confirm {
  z-index: 9999 !important;
}
body.catalog-product-view aside.modal-popup.modal-slide {
  z-index: 999999999 !important;
}
body.catalog-product-view .modals-overlay,
body.checkout-cart-index .modals-overlay {
  z-index: 999 !important;
}
button#top-quotecart-button {
  background: #00B900;
  border: 1px solid #00B900;
  border-radius: 4px;
  min-height: 44px;
}
.amquote-summary-details {
  margin-bottom: 0;
}
.amasty_quote-cart-index .cart-summary .checkout-methods-items {
  margin-top: 0;
}
@media (max-width: 768px) {
  body .page-wrapper .header.content.content {
    justify-content: unset;
    gap: 12px;
  }
  body .ammenu-header-container .header.content .ammenu-logo {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .search-icon {
    margin-top: 15px;
  }
}
@media (max-width: 479px) {
  .filter-options-content .count {
    display: flex;
    align-items: center;
  }
  .filter-options-content .count:before {
    position: static;
  }
  .filter-options-content .count:after {
    position: static;
  }
  body.catalog-category-view .toolbar-amount {
    position: static;
    width: 100%;
  }
  body #toolbar-amount {
    text-align: left;
  }
  body .sidebar.sidebar-main .filter .filter-current {
    position: static;
    width: 100%;
    border: 0;
  }
  body .filter-current strong.block-subtitle,
  body .filter-current ol.items,
  body .sidebar.sidebar-main .block-actions.filter-actions {
    position: relative;
  }
  body .sidebar.sidebar-main .filter .filter-current {
    position: relative;
    width: 100%;
    border: 0;
    top: 0;
    z-index: 4;
    background-color: #fff;
  }
  body .filter .filter-current-subtitle::before {
    position: absolute;
    right: 10px;
    top: 3px;
  }
  body .sidebar.sidebar-main .filter .filter-current.active .items {
    position: static;
  }
  body .sidebar.sidebar-main .block-actions.filter-actions {
    width: 100%;
    text-align: left;
    padding: 0 15px 15px;
    background-color: #fff;
  }
  body .filter .filter-current-subtitle::before {
    position: absolute;
    top: 12px;
  }
  body .sidebar.sidebar-main .block-content.filter-content {
    position: static;
    width: 100%;
  }
  body .sidebar.sidebar-main .filter .filter-current {
    margin: 20px 0 0 0;
    padding-bottom: 0;
  }
  body .sidebar.sidebar-main .filter .filter-current.active .items {
    padding: 5px;
  }
}
body button[class^="ButtonBase__ButtonContainer"] {
  margin-bottom: 65px !important;
}
@media (max-width: 639px) {
  .mageplaza-betterpopup-block #bio_ep .mageplaza-betterpopup-content .tmp3-img-content img {
    max-width: fit-content;
    height: auto !important;
  }
}
.mageplaza-betterpopup-block #bio_ep .mageplaza-betterpopup-content .tmp3-img-content {
  display: block !important;
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .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: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.brand-show {
  color: #FFFFFF;
  font-family: Zona W01 Regular;
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  text-align: center;
  z-index: 99;
  top: 90px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
}
.brand-show.hov-enb {
  opacity: 1;
}
.is-hover .brand-show {
  opacity: 1;
}
.hov-enb .brand-show {
  opacity: 1;
}
.cms-index-index .is-hover button.amquote-addto-button.-small {
  opacity: 1;
}
.cms-index-index .hov-enb button.amquote-addto-button.-small {
  opacity: 1;
}
.cms-index-index button.amquote-addto-button.-small {
  border: none;
  background-color: transparent;
  z-index: 99;
  position: absolute;
  top: 152px;
  color: #FFFFFF;
  font-family: Zona W01 Regular;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.cms-index-index button.amquote-addto-button.-small.hov-enb {
  opacity: 1;
}
@media (max-width: 1320px) and (min-width: 1241px) {
  #menu-slider .owl-next:after {
    right: 0px;
    top: 0px;
  }
  #menu-slider .owl-nav .owl-prev:after {
    left: 0px;
    top: 0px;
  }
}
body ul#menu-slider {
  opacity: 0;
}
body.page-loaded .ammenu-main-container ul.ammenu-items.owl-loaded.owl-drag {
  display: block !important;
  opacity: 1 !important;
}
.page-wrapper.section.ammenu-menu-wrapper.-desktop .ammenu-main-container {
  max-width: 1263px;
}
.ammenu-menu-wrapper.-desktop .ammenu-main-container .ammenu-item.-main img {
  width: auto;
  height: auto;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main {
  padding: 0px 0px;
  min-width: 117px;
}
.menu-products {
  width: 35%;
  float: right;
  padding-left: 40px;
  background: #fafdf7;
}
.menu-products .block.widget.block-products-list.grid {
  padding: 0 0px;
}
.menu-products .block.widget .block-title {
  margin-bottom: 9px;
  text-align: left;
  display: inline-block;
  width: 100%;
}
.menu-products .block.widget .block-title strong {
  color: #7db637;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: .1px;
  line-height: 24px;
  text-transform: capitalize;
  float: left;
}
.menu-products .block.widget .products-grid.grid li .product-item-info:hover {
  background: unset;
}
.menu-products .block.widget .products-grid.grid li .product-item-info:active {
  background: unset;
}
.menu-products .block.widget .products-grid.grid li.product-item {
  width: 28%;
  box-shadow: none;
  float: left;
  margin: 0 8px 12px 8px !important;
  height: 180px;
}
.menu-products .block.widget .products-grid.grid li.product-item span.product-image-wrapper:hover {
  background: unset;
}
.menu-products .block.widget .products-grid.grid li.product-item span.product-image-wrapper:hover {
  background-color: unset !important;
  opacity: unset;
}
.menu-products .block.widget .products-grid.grid li.product-item img {
  width: auto;
  height: auto;
}
.menu-products .block.widget .products-grid.grid li.product-item img.product-image-photo {
  height: 112px;
  width: 112px;
  box-sizing: border-box;
  border: 1px solid #dedede;
  background-color: #fff;
  margin: 0;
}
.menu-products .block.widget .products-grid.grid li.product-item img.product-image-photo:hover {
  background-color: unset !important;
  opacity: unset;
}
.menu-products .block.widget .products-grid.grid li.product-item .product-item-details {
  margin: 0;
  padding-left: 0;
}
.menu-products .block.widget .products-grid.grid li.product-item .product-item-details strong.product-item-name {
  padding: 0;
  max-height: 32px;
  margin-bottom: 0;
  margin-top: 3px;
  max-height: 34px;
}
.menu-products .block.widget .products-grid.grid li.product-item .product-item-details strong.product-item-name a.product-item-link {
  color: rgba(0, 0, 0, 0.6);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
}
.menu-products .block.widget .products-grid.grid li.product-item .product-item-details strong.product-item-name a.product-item-link:hover {
  color: rgba(0, 0, 0, 0.6);
}
.menu-products .block.widget .products-grid.grid li.product-item .product-item-details .product-reviews-summary.short {
  display: none;
}
.menu-products .block.widget .products-grid.grid li.product-item .product-item-details .price-final_price {
  text-align: left;
}
.menu-products .block.widget .products-grid.grid li.product-item .product-item-details .price-final_price span.price-container span.price {
  padding: 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 11.85px;
  letter-spacing: .4px;
  line-height: 16px;
  font-weight: 400;
}
.menu-products .block.widget .products-grid.grid li.product-item .product-item-details .product-item-actions {
  display: none;
}
@media (min-width: 640px) {
  .amasty_quote-account-view #my-orders-table .col.item .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    min-width: 100px;
    width: 1%;
  }
  .amasty_quote-account-view #my-orders-table .col.item .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .amasty_quote-account-view #my-orders-table .product-item-name {
    max-width: 400px;
  }
  .amasty_quote-account-view .order-details-items .table-order-items tbody td {
    padding-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .amasty_quote-account-view #my-orders-table .col.item::before {
    display: block !important;
  }
  .amasty_quote-account-view #my-orders-table .col.item .product-item-photo {
    width: 80px;
    padding-right: 15px;
    float: left;
  }
  .amasty_quote-account-view #my-orders-table .col.item .product-item-details {
    float: left;
    width: calc(100% - 80px);
    padding-bottom: 15px;
  }
  .amasty_quote-account-view #my-orders-table .product-item-name {
    max-width: 400px;
    white-space: normal;
  }
  .amasty_quote-account-view.account main#maincontent .page-title-wrapper {
    padding-bottom: 15px;
  }
}
.sticky-header__container--placeholder {
  display: none;
}
.sticky-header__container--placeholder.active {
  display: block;
  width: 100%;
  z-index: 999;
  background-color: #ffff;
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  border-bottom: 1px solid #D8D8D8;
}
.sticky-header__container--placeholder.active .sticky-product__centered {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 134rem;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
.sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info {
  width: 100%;
}
.sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info .sticky-product__image {
  border-radius: 5px;
  float: left;
  height: 90px;
  margin-right: 30px;
  margin-top: 5px;
  overflow: hidden;
  position: relative;
  width: auto;
}
.sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info .sticky-product__image img {
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 64px;
  max-height: 64px;
}
.sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info .sticky-product__name {
  float: left;
  height: 75px;
  max-width: 50%;
}
.sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info .sticky-product__name .procut_name {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #212B36;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 500px;
  padding-top: 20px;
}
.sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info .sticky-product__name .product-prices {
  width: 69%;
  padding-top: 4px;
}
.sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info .sticky-product__name .product-prices .old-price .price-wrapper span.price {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 6px;
  font-weight: 300;
  text-decoration: line-through;
}
.sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info .sticky-product__name .product-prices .price-label {
  display: none;
}
.sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info .sticky-product__name > span {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button {
  height: 100px;
  width: 100%;
  position: relative;
  padding: 6px 0;
}
.sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button button#product-addtocart-button-new {
  padding: 0 12px;
  height: 38px;
  float: right;
  background: #ff6600;
}
@media screen and (max-width: 767px) {
  .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button button#product-addtocart-button-new {
    transform: translateY(-20%);
  }
}
.sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button button#product-order-sample-button-new {
  padding: 0 12px;
  height: 38px;
  float: right;
  width: calc(50% - 10px);
}
.sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button button#amquote-button-new {
  padding: 0 12px;
  height: 38px;
  width: calc(50% - 10px);
  background-color: #fff;
  border: 1px solid #212B36;
  color: #212B36;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button button#amquote-button-new {
    display: none !important;
  }
}
.sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button button.order-a-sample__button {
  right: 20px;
  background-color: #fff;
  border: 1px solid #212B36;
}
.sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button button.order-a-sample__button .order-a-sample__button-label {
  line-height: 16px;
  font-size: 14px;
  color: #212B36;
}
.sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button button.add-to-cart__button {
  border: 1px solid #ff6600;
}
.sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button button.add-to-cart__button .add-to-cart__button-label {
  line-height: 16px;
  font-size: 14px;
}
.sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button button.add-to-cart__button:hover {
  opacity: 0.9;
}
.sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button button#submit\ action-new {
  text-transform: uppercase;
  border: 0;
  height: 44px;
  width: 158px;
  background: #ff6600;
  position: absolute;
  right: 0;
  top: 25px;
  color: #ffffff;
}
.sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button button#submit\ action-new span.notify_me__button-label {
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .sticky-header__container--placeholder #amquote-button-new {
    display: none !important;
  }
}
.review-ratings {
  padding-right: 0px;
  margin-right: -5px;
}
.product-info-price .product-full-width-section {
  margin: 0;
  padding: 0.25em 0;
}
.product-info-price div#main_offer_countdown {
  margin-bottom: 1em;
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info .sticky-product__name .procut_name {
    width: 440px;
  }
}
@media (max-width: 767px) {
  .recently-product-cat .block-title h2#block-upsell-heading {
    margin-top: 40px;
  }
  .fotorama__stage__frame.fotorama__active {
    margin-left: 0;
  }
}
.fotorama__stage__frame.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img.fotorama__active {
  height: 100% !important;
}
.fotorama__stage__frame.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img.fotorama__active img.fotorama__img {
  height: 100% !important;
}
@media (min-width: 1100px) and (max-width: 1350px) {
  .fotorama__thumb.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img img.fotorama__img {
    top: 39% !important;
  }
}
.catalog-product-view .swatch-attribute-options .swatch-option.text {
  padding: 4px 10px !important;
  height: 100%;
  font-size: 12px !important;
}
/* Simple Product Css */
.product-options .product-option-label .option-name {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 50px;
  width: auto;
}
.product-options .product-option-label .option-value {
  color: #001d47;
  padding-left: 20px;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
}
.product-options .product-attribute-options {
  display: grid;
  grid-template-columns: auto auto auto auto;
  row-gap: 10px;
}
.product-options .product-attribute-options a {
  padding: 5px 10px 0px;
  height: 100%;
  width: auto;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  text-align: center;
  font-weight: normal;
  float: left;
  margin: 0 10px 5px 0;
  line-height: 30px;
  border: 2px solid #dedede;
}
.product-options .product-attribute-options a.active.selected {
  border: 2px solid #ff6600;
}
.product-options .product-attribute-options a.active.selected:hover {
  color: rgba(0, 0, 0, 0.87);
  border: 2px solid #001d47;
  background-color: #fff;
}
.product-options .product-attribute-options a:hover {
  color: rgba(0, 0, 0, 0.87);
  border: 2px solid #001d47;
  background-color: #fff;
}
.product-options .product-attribute-options .product-disabled {
  margin-right: 10px;
  cursor: not-allowed;
}
@media (min-width: 768px) {
  .product-options .product-attribute-options .product-disabled {
    height: 41px;
  }
}
.product-options .product-attribute-options .product-disabled .disabled {
  position: relative;
  padding: 7px 10px 10px;
  border: 2px solid #dedede;
  pointer-events: none;
  background: #f5f5f5;
  text-align: center;
}
.product-options .product-attribute-options .product-disabled img {
  position: relative;
  left: 7px;
}
.product-options .product-attribute-options img {
  position: relative;
  top: 5px;
  width: 75px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .product-options .product-option-label label {
    line-height: 40px !important;
    width: auto !important;
  }
  .product-options .product-option-label label.option-value {
    padding-left: 15px;
    color: #001d47 !important;
  }
  .product-options .product-attribute-options {
    width: 100%;
  }
  .product-options .product-attribute-options img {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .product-options .product-attribute-options a {
    font-size: 9px !important;
    line-height: 25px !important;
  }
}
@media (min-width: 992px) and (max-width: 1184px) {
  .product-options .product-attribute-options a {
    font-size: 10px;
  }
}
/* Configurable product css */
html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .action.tocart {
  margin-left: 0 !important;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .sample-product-wrapper {
  margin-right: 16px;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset {
  width: 100%;
  justify-content: unset;
  margin-bottom: 20px;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset.nosqft {
  width: 35%;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .sq-ft-main {
  width: 35%;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .box-main {
  width: 35%;
}
html .catalog-product-view .product-info-main .product-add-form .fieldset .swatch-opt {
  display: grid;
  row-gap: 15px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset {
    width: 100%;
  }
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset.nosqft {
    width: 45%;
  }
}
@media (max-width: 767px) {
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset {
    width: 100%;
  }
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset.nosqft {
    width: 30%;
  }
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .sample-product-wrapper.ml-4 {
    margin-right: 0 !important;
  }
  .sticky-header__container--placeholder.active {
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .sticky-header__container--placeholder.active .sticky-product__centered {
    display: block;
    height: 150px;
  }
  .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info .sticky-product__name {
    max-width: 70%;
  }
  .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info .sticky-product__name .procut_name {
    font-size: 12px;
    width: auto;
  }
  .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button {
    bottom: -20px;
    height: auto;
  }
  .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button button#product-order-sample-button-new {
    width: 53%;
    max-width: 100%;
    padding: 0;
    right: 0;
    margin-right: 3px;
  }
  .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button button#product-order-sample-button-new span.order-a-sample__button-label {
    font-size: 11px;
  }
  .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button button#product-addtocart-button-new {
    width: 45%;
    max-width: 100%;
    margin-left: 3px;
    padding: 0;
  }
  .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button button#product-addtocart-button-new .add-to-cart__button-label {
    font-size: 12px !important;
  }
  .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product__button button#submit\ action-new {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 16px;
    height: 48px;
    float: right;
    position: relative;
  }
}
#sqm_calculation_text.show-m2-description {
  padding-top: 20px;
}
#add.number {
  position: relative;
}
#add.number i.fa.fa-angle-down.down-arrow {
  position: absolute;
  top: 24px;
  right: 15px;
  font-size: 20px;
}
#add.number i.fa.fa-angle-down.down-arrow-qty {
  position: absolute;
  top: 24px;
  right: 15px;
  font-size: 20px;
}
#add.number i.fa.fa-angle-up.up-arrow {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 20px;
}
#add.number i.fa.fa-angle-up.up-arrow-qty {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 20px;
}
span.per-price-lable {
  display: inline-block;
  float: left;
  width: 80px;
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 24px;
  margin: 0;
  padding-top: 4px;
}
.catalog-product-view .product-info-main .product-info-price .price-box.price-final_price {
  width: 60% !important;
}
.catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .special-price.only-price {
  left: 0;
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .special-price.only-price {
    left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 863px) {
  span.per-price-lable {
    font-size: 13px;
  }
  .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .old-price {
    padding: 0;
  }
  .catalog-product-view .product-info-main .product-info-price .per-m2 .old-price {
    left: -52px !important;
  }
}
@media (max-width: 767px) {
  html .product-info-main .product-add-form .box-tocart input.input-text.qty {
    height: 60px;
  }
  #add.number i.fa.fa-angle-down.down-arrow {
    top: 30px;
    font-size: 35px;
  }
  #add.number i.fa.fa-angle-down.down-arrow-qty {
    top: 30px;
    font-size: 35px;
  }
  #add.number i.fa.fa-angle-up.up-arrow {
    font-size: 35px;
    top: -7px;
  }
  #add.number i.fa.fa-angle-up.up-arrow-qty {
    font-size: 35px;
    top: -7px;
  }
}
.sq-ft-price-container .old-price-custom span.price-wrapper {
  color: rgba(0, 0, 0, 0.6) !important;
  font-size: 13.82px !important;
  letter-spacing: 0.25px;
  font-weight: 400 !important;
  text-decoration: line-through;
}
.sq-ft-price-container .special-price-custom span.price-wrapper {
  margin-left: 15px;
  color: rgba(0, 0, 0, 0.87) !important;
  font-weight: 600 !important;
}
.sq-ft-price-container span.per-price-lable.sq-ft-price {
  margin-top: -3px;
}
@media (min-width: 332px) and (max-width: 465px) {
  .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price {
    width: 86% !important;
  }
}
@media (max-width: 332px) {
  .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price {
    width: 100% !important;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 769px) and (max-width: 1083px) {
  .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price {
    width: 100% !important;
  }
}
@media (min-width: 1083px) and (max-width: 1228px) {
  .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price {
    width: 70% !important;
  }
}
@media (min-width: 662px) and (max-width: 768px) {
  .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price {
    width: 42% !important;
  }
}
.sticky-product .sq-ft-price-container span.old-price-custom span .price-wrapper {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  font-weight: 300;
  padding-left: 0;
  text-decoration: line-through;
}
.sticky-product .sq-ft-price-container span.special-price-custom span.price-wrapper {
  margin-right: 16px;
  font-size: 14px;
}
.sticky-product span.per-price-lable {
  margin-top: -4px;
}
.sticky-product .special-price span.price {
  padding-left: 16px;
}
.sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info .sticky-product__name span.per-price-lable.sq-ft-price {
  width: 100px;
}
.sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info .sticky-product__name span.per-price-lable.sq-ft-price-only {
  width: 110px;
}
.sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info .sticky-product__name .list-only-custom-box-price .special-price span.price {
  padding-left: 0;
}
.product-info-main .list-only-custom-box-price .special-price span.price {
  padding-left: 0;
}
.product-info-main .list-only-custom-box-price span.old-price {
  margin-right: 0 !important;
  padding-right: 8px !important;
}
@media (max-width: 767px) {
  .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info .sticky-product__name {
    height: 80px;
  }
}
@media (min-width: 597px) and (max-width: 767px) {
  .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info .sticky-product__name .sq-ft-price-container span.old-price-custom {
    top: 23px;
    right: -40px;
  }
}
@media (min-width: 768px) and (max-width: 863px) {
  .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info .sticky-product__name .product-prices {
    width: 50%;
  }
}
@media (min-width: 505px) and (max-width: 767px) {
  .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info .sticky-product__name .product-prices {
    width: 78%;
  }
}
@media (min-width: 368px) and (max-width: 504px) {
  .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info .sticky-product__name .product-prices {
    width: 100%;
  }
}
@media (max-width: 367px) {
  .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info .sticky-product__image {
    width: 50px;
  }
  .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info .sticky-product__name .product-prices {
    width: 100%;
  }
  .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info .sticky-product__name span.per-price-lable {
    width: 86px;
  }
  .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info .sticky-product__name span.price {
    font-size: 10px !important;
  }
  .sticky-header__container--placeholder.active .sticky-product__centered .sticky-product-info .sticky-product__name .sq-ft-price-container span.price-wrapper {
    font-size: 10px !important;
  }
}
@media (min-width: 819px) and (max-width: 824px) {
  .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .old-price {
    left: 56px !important;
  }
  .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .special-price {
    bottom: 30px;
    left: 192px;
  }
}
@media (min-width: 894px) and (max-width: 899px) {
  .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .old-price {
    left: 41px !important;
  }
  .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .special-price {
    bottom: 30px;
    left: 192px;
  }
}
@media (min-width: 1230px) and (max-width: 1253px) {
  .catalog-product-view .product-info-main .product-info-price .price-box.price-final_price .old-price {
    left: 108px;
    bottom: 30px;
  }
}
.list-sq-ft-container span.old-price {
  padding: 0 10px 0 0;
  padding-left: 0 !important;
}
.list-sq-ft-container span.old-price span.price {
  font-size: 13px !important;
}
.list-sq-ft-container span.special-price span.price {
  font-size: 15.82px !important;
}
.list-sq-ft-container span.per-price-lable {
  padding: 0 0 0 10px;
  margin-top: -3px;
}
.list-only-custom-box-price span.old-price {
  padding: 0 10px 0 0;
  padding-left: 0 !important;
}
.list-product-page-container span.old-price {
  padding: 0 10px 0 0;
  padding-left: 0 !important;
}
.list-product-page-container span.old-price span.price {
  font-size: 13px !important;
}
.list-product-page-container span.special-price span.price {
  font-size: 15.82px !important;
}
.list-product-page-container span.per-price-lable {
  padding: 4px 0 0 10px;
}
.price-box.price-final_price span.old-price {
  padding-left: 5px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price-container .price-wrapper span {
  font-size: 15.65px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price-container .price-wrapper span.price {
  padding-left: 5px;
}
@media (min-width: 768px) and (max-width: 863px) {
  .list-product-page-container span.old-price span.price {
    font-size: 11px !important;
  }
  .list-product-page-container span.special-price span.price {
    font-size: 13px !important;
  }
  .list-product-page-container span.per-price-lable {
    font-size: 12px;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  .list-product-page-container span.old-price {
    padding: 0 5px 0 0;
  }
  .list-product-page-container span.old-price span.price {
    font-size: 9px !important;
  }
  .list-product-page-container span.special-price span.price {
    font-size: 11px !important;
  }
  .list-product-page-container span.per-price-lable {
    font-size: 10px;
    padding: 6px 0 0 5px;
    width: 45px;
  }
  .catalog-product-view .list-only-custom-box-price span.old-price {
    padding: 0 5px 0 0;
  }
  .catalog-product-view .list-only-custom-box-price span.old-price span.price {
    font-size: 9px !important;
  }
  .catalog-product-view .list-only-custom-box-price span.special-price span.price {
    font-size: 11px !important;
  }
}
@media (min-width: 901px) and (max-width: 1024px) {
  .list-sq-ft-container span.per-price-lable {
    padding: 2px 0 0 10px;
    margin-top: -5px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .list-sq-ft-container span.per-price-lable {
    padding: 2px 0 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 863px) {
  .list-sq-ft-container span.old-price span.price {
    font-size: 11px !important;
  }
  .list-sq-ft-container span.special-price span.price {
    font-size: 13px !important;
  }
  .list-sq-ft-container span.per-price-lable {
    font-size: 12px;
  }
  .list-only-custom-box-price span.old-price span.price {
    font-size: 11px !important;
  }
  .list-only-custom-box-price span.special-price span.price {
    font-size: 13px !important;
  }
}
.category-description {
  display: inline-block;
  background-color: #eaf7fc;
  padding: 20px;
}
.category-description .category-description-heading {
  color: #212b36;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.category-description .category-description-text {
  color: #637381;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.special-price .price {
  font-size: 15.82px !important;
}
.old-price .price {
  font-size: 13px !important;
}
span.special-price-custom.normal-price span.price-wrapper {
  margin-left: 0;
}
.sq-ft-price-container span.per-price-lable {
  width: 125px;
}
h2.product-section-title {
  width: 125px;
}
.checkout-cart-index .list-product-page-container span.per-price-lable {
  padding: 0 0 0 10px;
}
.list-sq-ft-container-normal span.per-price-lable {
  padding: 0 0 0 10px;
  margin-top: -2px;
}
.catalog-product-view .list-sq-ft-container-normal .per-price-lable {
  padding-top: 6px;
}
.catalog-product-view .list-sq-ft-container .per-price-lable {
  padding-top: 6px;
}
html .catalog-product-view .product.media .gallery-placeholder .product-video {
  height: 100% !important;
  width: 100% !important;
  margin-bottom: 7px;
}
html .catalog-product-view .product.media .gallery-placeholder .fotorama-video-container .product-video {
  height: 100% !important;
}
@media (max-width: 768px) {
  html .catalog-product-view .product.media .gallery-placeholder .fotorama-video-container .product-video {
    height: 100% !important;
    width: 100% !important;
  }
}
html .catalog-product-view .product.media .gallery-placeholder .fotorama__video-close {
  background-color: #fff;
  display: none;
}
html .catalog-product-view .product-info-main .product-add-form .delivery_notes {
  width: 100%;
  display: block;
  order: 2;
  color: rgba(0, 0, 0, 0.87) !important;
  font-weight: 600 !important;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset {
  align-items: unset;
}
html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .or {
  margin-top: 35px;
}
@media (max-width: 767px) {
  html .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .or {
    margin-top: 42px;
  }
}
/*One step checkout*/
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
  width: 39%;
  margin-left: 12px;
  top: -80px !important;
  position: relative !important;
  background-color: #f8f8f8;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-block.amcheckout-step-container.-summary {
  border: none;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-block.amcheckout-step-container.-summary .step-content.amcheckout-content .amcheckout-wrapper {
  padding: 0 24px;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-block.amcheckout-step-container.-summary .step-content.amcheckout-content .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .minicart-items .product-image-container {
  border: none;
  padding-left: 2px;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-block.amcheckout-step-container.-summary .step-content.amcheckout-content .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .product-item-inner strong.product-item-name {
  padding-left: 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-transform: capitalize;
  padding-right: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 250px;
  overflow: hidden;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-block.amcheckout-step-container.-summary .step-title.amcheckout-title {
  color: #ff6600 !important;
  padding: 15px 24px 10px;
  display: block;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item {
  border-color: #d8d8d8;
  background: transparent;
  padding: 16px;
  position: relative;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item:after {
  background: #ff6600;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 24px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 0;
  padding-left: 8px;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
  position: relative !important;
  left: 0 !important;
  max-height: unset;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
  width: 60%;
  padding-right: 12px;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .step-title.amcheckout-title {
  color: #ff6600;
  font-size: 19.57px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 27px;
  background-color: #f8f8f8;
  display: block;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content .form.form-login {
  border-bottom: none;
  margin-bottom: 0;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content .form.form-login fieldset#customer-email-fieldset {
  margin: 0;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content .form.form-login fieldset#customer-email-fieldset .field.required {
  margin: 0;
  display: inline;
  padding: 0;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content .form.form-login fieldset#customer-email-fieldset .field.required .input-text {
  width: 49%;
  border: 1px solid #dddddd;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content .form.form-login fieldset#customer-email-fieldset .field.required span.note {
  color: rgba(0, 0, 0, 0.6);
  padding-left: 24px;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content form.form.form-shipping-address div#shipping-new-address-form .field._required {
  margin-bottom: 17px;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content form.form.form-shipping-address div#shipping-new-address-form .field._required label.label {
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-shipping-method .step-content.amcheckout-content div#checkout-step-shipping_method tr.row.amcheckout-method {
  border: 1px solid #dddddd;
  background: transparent;
  height: 64px;
  width: 100%;
  margin-bottom: 12px;
  margin-left: 0;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-shipping-method .step-content.amcheckout-content div#checkout-step-shipping_method tr.row.amcheckout-method:hover {
  box-shadow: none;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group {
  padding-left: 22px;
  width: 809px;
  margin-top: 24px;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .step-title {
  display: inline-block;
  color: #ff6600;
  font-size: 19.57px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 27px;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method {
  width: 100%;
  border: none;
  background-color: #ffffff;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method label.label {
  padding: 20px 16px;
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method .payment-method-title.field.choice {
  padding: 0;
  height: 64px;
  border: 1px solid #dddddd !important;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method:hover {
  box-shadow: none;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method .payment-method-billing-address {
  display: contents;
  padding-left: 22px;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  float: right;
  padding: 3px;
  width: 15px;
  height: 18px;
  background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/img/kdelete.png) no-repeat center;
  background-size: 15px;
  cursor: pointer;
  bottom: 15px;
}
.checkout-index-index .shipping-address-item.amcheckout-shipping-address.not-selected-item {
  border-color: #d8d8d8;
  background: transparent;
  padding: 16px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  color: #f5f5f5;
  border-color: #ff6600;
  border-radius: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
  color: #f5f5f5;
  border-color: #ff6600;
  border-radius: 0;
}
/*search popup design*/
.amsearch-item-container.recent_searches .item-name {
  background-color: transparent;
  padding-left: 0;
}
.search-autocomplete {
  border: 1px solid #dedede;
}
.search-autocomplete .amsearch-results {
  background: #ffffff;
}
.search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container.category {
  float: left;
  padding: 15px 51px 0 24px;
}
.search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container.category .amasty-xsearch-block-header {
  padding: 0;
  color: #ff6600;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container.category .amasty-xsearch-block-header:before {
  content: none;
}
.search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container.category .amsearch-item {
  text-align: left;
}
.search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container.category .amsearch-item a span,
.search-autocomplete .amsearch-results .amsearch-leftside .amsearch-item-container.category .amsearch-item a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: left;
  padding-top: 0;
  padding-bottom: 8px;
  font-weight: normal;
}
.search-autocomplete .amsearch-results div#amasty-shopby-product-list {
  background: #ffffff;
}
.search-autocomplete .amsearch-results .amsearch-products p.amasty-xsearch-block-header {
  color: #ff6600;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-align: left;
  padding: 0;
  padding-top: 15px;
  text-transform: capitalize;
}
.search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content {
  padding: 0 30px 0 0;
  margin-bottom: 16px;
  background: #ffffff;
}
.search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .amsearch-item.product-item {
  padding: 0;
  width: 25.5%;
  height: 180px;
  margin-right: 24px;
  max-width: 112px;
}
.search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .amsearch-item.product-item:hover {
  background: transparent;
}
.search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .amsearch-item.product-item .amsearch-autocomplete-image {
  text-align: left;
}
.search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .amsearch-item.product-item .amsearch-autocomplete-image span.product-image-wrapper {
  width: 112px;
  height: 112px;
  padding-bottom: 0 !important;
}
.search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .amsearch-item.product-item .amsearch-autocomplete-image .product-image-photo {
  border: 1.45px solid #dedede;
  height: 112px;
  width: 112px;
}
.search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .amsearch-item.product-item .amsearch-autocomplete-image .product-image-photo:hover {
  opacity: unset;
  background-color: unset !important;
  height: 112px;
  width: 112px;
}
.search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .amsearch-item.product-item .amsearch-autocomplete-image .product-image-wrapper:hover {
  background: none;
}
.search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .amsearch-item.product-item .amsearch-autocomplete-image:hover {
  cursor: pointer !important;
}
.search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .amsearch-item.product-item .amsearch-autocomplete-information a.product-item-link {
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
  padding-top: 10px;
  margin-bottom: 0;
  width: 102px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .amsearch-item.product-item .amsearch-autocomplete-information .amsearch-wrapper-inner {
  margin-top: 0;
}
.search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .amsearch-item.product-item .amsearch-autocomplete-information .amsearch-wrapper-inner .price-box .price-container span.price {
  color: rgba(0, 0, 0, 0.87);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
  padding: 0;
  font-weight: normal;
}
.search-autocomplete .amsearch-results .amsearch-products .amsearch-more-results {
  text-align: center;
  display: inline-block;
  position: relative;
  left: -62px;
  background: #ffffff;
}
.search-autocomplete .amsearch-results .amsearch-products .amsearch-more-results a.amsearch-link,
.search-autocomplete .amsearch-results .amsearch-products .amsearch-more-results a.amsearch-link span {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
}
.search-autocomplete .amsearch-results .amsearch-products .amsearch-more-results a.amsearch-link:hover,
.search-autocomplete .amsearch-results .amsearch-products .amsearch-more-results a.amsearch-link span:hover {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
}
button.amsearch-loupe,
.amsearch-close {
  display: none !important;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  margin-bottom: 0;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 0;
}
.checkout-index-index .step-title,
form.form.form-shipping-address div#shipping-new-address-form .field:nth-child(3),
form.form.form-shipping-address div#shipping-new-address-form .field.street .field._required label.label,
.checkout-index-index span.icon-title-one {
  display: none;
}
form.form.form-shipping-address div#shipping-new-address-form .field.street .control input {
  width: 100%;
}
.checkout-index-index #shipping-new-address-form .field.street .control .field._required {
  width: 100%;
  padding-right: 0;
}
.opc-block-summary .items-in-cart > .title:after {
  display: none;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: ' ';
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/karrowdown.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: 0;
}
/*category listing page*/
.page-products .page.messages {
  margin: 0 0 15px 0;
  display: inline-block;
  width: 100%;
}
.page-products .products-list .product-item {
  width: 100%;
  margin-bottom: 24px;
  margin-left: 0;
}
.page-products .products-list .product-item .product-item-photo {
  padding: 40px !important;
}
.page-products .products-list .product-item .product-item-info .product-item-details {
  float: left;
  width: 61%;
  padding-left: 24px;
  padding-right: 24px;
}
.page-products .products-list .product-item .product-item-info .product-item-details .product-item-name {
  padding-left: 0;
  height: auto;
  margin-top: 22px;
}
.page-products .products-list .product-item .product-item-info .product-item-details .product-item-name a.product-item-link {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.65px;
  font-weight: bold !important;
  letter-spacing: 0.15px;
}
.page-products .products-list .product-item .product-item-info .product-item-details .productsku-listing {
  color: rgba(0, 0, 0, 0.38);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
  margin-top: 5px;
}
.page-products .products-list .product-item .product-item-info .product-item-details .product-item-description {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin: 9px 0 9px 0;
}
.page-products .products-list .product-item .product-item-info .listingproduct-right {
  float: left;
  width: 35%;
}
.page-products .products-list .product-item .product-item-info .listingproduct-right .price-box {
  margin: 19px 0;
}
.page-products .products-list .product-item .product-item-info .listingproduct-right .price-box span.price-container span.price {
  padding-left: 0;
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 27px;
}
.page-products .products-list .product-item .product-item-info .listingproduct-right .product-item-actions .actions-primary {
  margin-top: 0;
}
.page-products .products-list .product-item .product-item-info .listingproduct-right .product-item-actions .actions-primary button.action.tocart.primary {
  width: 288px;
}
.page-products .products-list .product-item .product-item-info .listingproduct-right .product-item-actions .actions-primary button.amquote-addto-button {
  width: 288px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: rgba(98, 2, 238, 0);
  height: 36px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 16px;
}
.page-products .products-list .product-item .product-item-info .listingproduct-right .special-price {
  float: left;
  width: 100%;
}
.page-products .products-list .product-item .product-item-info .listingproduct-right .special-price span.price {
  font-size: 16px !important;
  font-weight: bold;
  letter-spacing: 0.15px !important;
  line-height: 24px !important;
  padding-right: 24px;
}
.page-products .products-list .product-item .product-item-info .listingproduct-right .old-price {
  text-decoration: line-through;
}
.page-products .products-list .product-item .product-item-info .listingproduct-right .old-price span.price {
  font-size: 13.82px !important;
  line-height: 20px !important;
}
.page-products .products-list .product-items {
  margin-top: -14px;
  display: inline-block;
}
.catalog-category-view .products-list .product-item .product-reviews-summary {
  padding-left: 0;
  padding-bottom: 9px;
}
.page-products .products-grid .product-items .product-item .product-item-info {
  height: 348px;
}
/*Compare page*/
.catalog-product_compare-index .page-title-wrapper h1.page-title {
  margin-bottom: 0;
}
.catalog-product_compare-index .page-title-wrapper h1.page-title span {
  color: #ff6600;
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
.catalog-product_compare-index .table-comparison .cell.product.label,
.catalog-product_compare-index .table-comparison .cell.label,
.catalog-product_compare-index .table-comparison td.cell.product.info,
.catalog-product_compare-index .table-comparison .table-comparison td:last-child {
  border: none;
}
.catalog-product_compare-index .table-comparison .product-item-name {
  padding: 0;
  margin: 9px 0 4px 0;
  height: auto;
  max-height: 50px;
}
.catalog-product_compare-index .table-comparison .product-reviews-summary,
.catalog-product_compare-index .table-comparison .incl-tax {
  display: none;
}
.catalog-product_compare-index .table-comparison .price-box {
  margin: 0;
}
.catalog-product_compare-index .table-comparison .price-box span.price-container span.price {
  padding-left: 0;
}
.catalog-product_compare-index .table-comparison .product-item-actions .actions-primary {
  width: 144px;
}
.catalog-product_compare-index .table-comparison td.cell.product.attribute {
  border-right: 1px solid #dddddd;
}
/*Track order page*/
.trackorder-index-view .page-main {
  padding: 47px 15px;
}
.trackorder-index-view .page-main .page-title-wrapper h1.page-title {
  margin: 0;
}
.trackorder-index-view .page-main .page-title-wrapper h1.page-title span {
  color: #ff6600;
}
/*Contact us page design*/
.contact-index-index main#maincontent {
  padding: 0;
  max-width: 100%;
}
.contact-index-index main#maincontent .column.main,
.contact-index-index main#maincontent .columns {
  padding-bottom: 0;
}
.contact-index-index .cms-main {
  float: none;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  background: #ffffff;
}
.contact-index-index .cms-main .googlemap {
  padding: 0 17px;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding-top: 30px;
}
.contact-index-index .cms-main .googlemap .address-location-block {
  display: inline-block;
  width: 100%;
}
.contact-index-index .cms-main .googlemap .address-location-block .address-mainsection {
  display: inline-block;
  width: 100%;
  margin-top: 42px;
}
.contact-index-index .cms-main .googlemap .address-location-block .address-mainsection .office-one {
  width: 33.33%;
  float: left;
}
.contact-index-index .cms-main .googlemap .address-location-block .address-mainsection .office-one .main-title {
  display: inline-block;
}
.contact-index-index .cms-main .googlemap .address-location-block .address-mainsection .office-one .main-title .imgleft {
  display: inline-block;
  min-width: 32px;
}
.contact-index-index .cms-main .googlemap .address-location-block .address-mainsection .office-one .main-title h2 {
  color: #ff6600;
  font-size: 15.65px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 24px;
  margin: 0;
  display: inline-block;
  float: right;
  padding-left: 8px;
}
.contact-index-index .cms-main .googlemap .address-location-block .address-mainsection .office-one .content {
  padding-left: 40px;
  display: inline-block;
}
.contact-index-index .cms-main .googlemap .address-location-block .address-mainsection .office-one .content p {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.75px;
  line-height: 20px;
}
.contact-index-index .cms-main .googlemap .address-location-block .address-mainsection .office-one .content .conatctinfo {
  padding-top: 10px;
}
.contact-index-index .cms-main .googlemap .address-location-block .address-mainsection .office-one .content .conatctinfo .oneinfo {
  display: inline-block;
  width: 100%;
}
.contact-index-index .cms-main .googlemap .address-location-block .address-mainsection .office-one .content .conatctinfo .oneinfo label {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  float: left;
  width: 14%;
}
.contact-index-index .cms-main .googlemap .address-location-block .address-mainsection .office-one .content .conatctinfo .oneinfo p {
  letter-spacing: 0.25px;
  vertical-align: middle;
  display: inline-block;
}
.contact-index-index .cms-main .newcontactdiv {
  float: none;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  background: #F8F9FB;
  margin-top: 57px;
}
.contact-index-index .cms-main .newcontactdiv form.hdmx__contact-form {
  width: 728px;
  margin: 0 auto;
  padding: 55px 0 64px 0;
}
.contact-index-index .cms-main .newcontactdiv form.hdmx__contact-form legend.legend {
  color: #ff6600;
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.5px;
  padding-bottom: 26px;
}
.contact-index-index .cms-main .newcontactdiv form.hdmx__contact-form .fields.group-3 {
  margin: 0;
}
.contact-index-index .cms-main .newcontactdiv form.hdmx__contact-form .fields.group-3 .field {
  width: 352px;
  padding: 0 12px;
}
.contact-index-index .cms-main .newcontactdiv form.hdmx__contact-form .fields.group-3 .field label.label {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-weight: normal;
}
.contact-index-index .cms-main .newcontactdiv form.hdmx__contact-form .fields.group-3 .field .control input {
  box-sizing: border-box;
  border: 1px solid #dedede;
  height: 36px;
}
.contact-index-index .cms-main .newcontactdiv form.hdmx__contact-form .field.required.comment {
  padding: 0 12px;
  width: 703px;
  margin: 0;
}
.contact-index-index .cms-main .newcontactdiv form.hdmx__contact-form .field.required.comment textarea {
  box-sizing: border-box;
  height: 72px;
  border: 1px solid #dedede;
}
.contact-index-index .cms-main .newcontactdiv form.hdmx__contact-form .actions-toolbar {
  margin-top: 32px;
  text-align: center;
}
.contact-index-index .cms-main .newcontactdiv form.hdmx__contact-form .actions-toolbar button.action.primary,
.contact-index-index .cms-main .newcontactdiv form.hdmx__contact-form .actions-toolbar button.amshopby-button,
.contact-index-index .cms-main .newcontactdiv form.hdmx__contact-form .actions-toolbar button.am-filter-go {
  float: unset;
  height: 36px;
  width: 352px;
  color: #f5f5f5;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
}
.contact-index-index .cms-main .newcontactdiv form.hdmx__contact-form .fields.group-2 {
  display: none;
}
/*Alerts page */
.customeralerts-index-listaction hr {
  margin-bottom: 19px;
  margin-top: 0;
}
.customeralerts-index-listaction .alertsdescription-section .title {
  display: inline-block;
}
.customeralerts-index-listaction .alertsdescription-section .title img {
  width: 24px;
}
.customeralerts-index-listaction .alertsdescription-section .title span {
  color: rgba(0, 0, 0, 0.87);
  font-size: 19.57px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 27px;
  padding-left: 8px;
  vertical-align: text-bottom;
  text-transform: capitalize;
}
.customeralerts-index-listaction .alertsdescription-section .description {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15.8px;
  letter-spacing: 0.5px;
  line-height: 28px;
  padding-left: 36px;
  padding-top: 6px;
  padding-bottom: 19px;
}
.customeralerts-index-listaction .toolbar.bottom.customeralert p.toolbar-amount,
.customeralerts-index-listaction .toolbar.bottom.customeralert .limiter {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.8px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
/*Blog detail page*/
.blog-post-view .page-footer {
  margin-top: 88px;
}
.blog-post-view .container.sj-test {
  display: none;
}
.blog-post-view .page-title-wrapper {
  width: 984px;
  background-color: #fbfbfb;
  max-width: 984px;
  display: inline-block;
  margin: 0 auto;
  padding: 0 109px;
  padding-top: 36px;
  padding-bottom: 12px;
}
.blog-post-view .page-title-wrapper h1.page-title {
  color: rgba(0, 0, 0, 0.87);
  font-size: 33.26px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 46px;
  margin: 0;
}
.blog-post-view .breadcrumbs {
  padding: 0 15px;
  margin: 11px 0 29px 0;
}
.blog-post-view .columns {
  display: contents;
}
.blog-post-view .columns .sidebar.sidebar-additional {
  padding-left: 3px;
  width: 312px;
}
.blog-post-view .columns .sidebar.sidebar-additional .widget.block.blog-search {
  display: none;
}
.blog-post-view .columns .sidebar.sidebar-additional .widget.block.block-recent-posts {
  margin-bottom: 70px;
}
.blog-post-view .columns .sidebar.sidebar-additional .widget.block.block-recent-posts .block-content .item {
  padding: 0 0 16px;
}
.blog-post-view .columns .sidebar.sidebar-additional .widget.block.block-recent-posts .block-content .item a.post-item-link {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-transform: capitalize;
}
.blog-post-view .columns .sidebar.sidebar-additional .widget.block.block-recent-posts .block-content .item a.post-item-link:hover {
  color: rgba(0, 0, 0, 0.87);
}
.blog-post-view .columns .sidebar.sidebar-additional .widget.block.block-archive .block-content a.archive-item-link {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-transform: capitalize;
}
.blog-post-view .column.main {
  width: 984px;
  background-color: #fbfbfb;
  margin: 0 auto;
  padding: 0 109px;
}
.blog-post-view .column.main .post-view .post-holder {
  padding: 0;
}
.blog-post-view .column.main .post-view .post-holder .post-info {
  padding-bottom: 0;
}
.blog-post-view .column.main .post-view .post-holder .post-info .item.post-posed-date span.value {
  font-style: normal;
  color: rgba(0, 0, 0, 0.6);
  font-size: 15.8px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.blog-post-view .column.main .post-view .post-holder .post-info .item.post-author,
.blog-post-view .column.main .post-view .post-holder .post-info .dash {
  display: none;
}
.blog-post-view .column.main .post-view .post-holder .post-content {
  padding-top: 17px;
}
.blog-post-view .column.main .post-view .post-holder .post-content .post-text-hld p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: justify;
}
div#post-comments textarea {
  border: 1px solid #D3D6DB;
  height: 56px;
  resize: none;
  padding: 9px 16px;
}
div#post-comments textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Open Sans";
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.c-count {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.75px;
  line-height: 27px;
}
.c-replyform {
  margin: 0;
}
/*Blog listing page*/
.blog-index-index .page-footer {
  margin-top: 70px;
}
.blog-index-index .container.sj-test {
  display: none;
}
.blog-index-index .breadcrumbs {
  margin: 11px 0 29px 0;
  padding: 0 15px;
}
.blog-index-index .page-title-wrapper {
  margin-bottom: 24px;
}
.blog-index-index .page-title-wrapper h1.page-title {
  color: #ff6600;
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  margin: 0;
  padding: 0;
}
.blog-index-index .columns .sidebar.sidebar-additional {
  padding-left: 12px;
  width: 310px;
}
.blog-index-index .columns .sidebar.sidebar-additional .widget.block.blog-search {
  display: none;
}
.blog-index-index .columns .sidebar.sidebar-additional .widget.block.block-recent-posts {
  margin-bottom: 70px;
}
.blog-index-index .columns .sidebar.sidebar-additional .widget.block.block-recent-posts .block-content .item {
  padding: 0 0 16px;
}
.blog-index-index .columns .sidebar.sidebar-additional .widget.block.block-recent-posts .block-content .item a.post-item-link {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-transform: capitalize;
}
.blog-index-index .columns .sidebar.sidebar-additional .widget.block.block-recent-posts .block-content .item a.post-item-link:hover {
  color: rgba(0, 0, 0, 0.87);
}
.blog-index-index .columns .sidebar.sidebar-additional .widget.block.block-archive .block-content a.archive-item-link {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-transform: capitalize;
}
.blog-index-index .column.main {
  padding-bottom: 63px;
  width: 984px;
  background-color: #fbfbfb;
  margin: 0 auto;
  padding: 0 109px;
}
.blog-index-index .column.main .post-list-wrapper ol.post-list li.post-holder {
  padding: 36px 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-index-index .column.main .post-list-wrapper ol.post-list li.post-holder h2.post-title a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 23.26px;
  font-weight: 500;
  letter-spacing: 1.25px;
  line-height: 32px;
}
.blog-index-index .column.main .post-list-wrapper ol.post-list li.post-holder .post-info {
  padding-bottom: 0;
}
.blog-index-index .column.main .post-list-wrapper ol.post-list li.post-holder .post-info .item.post-posed-date span.value {
  font-style: normal;
  color: rgba(0, 0, 0, 0.6);
  font-size: 15.8px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.blog-index-index .column.main .post-list-wrapper ol.post-list li.post-holder .post-info .item.post-author,
.blog-index-index .column.main .post-list-wrapper ol.post-list li.post-holder .post-info .dash {
  display: none;
}
.blog-index-index .column.main .post-list-wrapper ol.post-list li.post-holder .post-content {
  padding-top: 17px;
}
.blog-index-index .column.main .post-list-wrapper ol.post-list li.post-holder .post-content .post-text-hld {
  padding-left: 0;
}
.blog-index-index .column.main .post-list-wrapper ol.post-list li.post-holder .post-content .post-text-hld p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: justify;
}
/*Megamenu design*/
.ammenu-nav-sections.nav-sections {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.cms-home .ammenu-nav-sections.nav-sections {
  border-bottom: 0;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container {
  padding: 0;
  max-width: 1366px;
  width: 100%;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container .owl-nav .owl-next {
  font-size: 0;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container .owl-nav .owl-next:after {
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/kmenuright.png);
  height: 64px;
  width: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  content: ' ';
  right: 12px;
  top: 8px;
  position: absolute;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container .owl-nav .owl-prev {
  font-size: 0;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container .owl-nav .owl-prev.disabled:after {
  background-image: none;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container .owl-nav .owl-prev:after {
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/kmenuleft.png);
  height: 64px;
  width: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  content: ' ';
  left: 18px;
  position: absolute;
  top: 8px;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full {
  background: #fafdf7 !important;
  width: 100%;
  min-height: max-content;
  margin-top: -20px;
  height: max-content;
  max-height: inherit;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories {
  width: 65%;
  float: left;
  background: #fafdf7;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child {
  width: 25%;
  float: left;
  background: #fafdf7;
  padding-right: 24px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 5px;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-1 li.ammenu-wrapper {
  width: 282px;
  margin-bottom: 16px;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child li.ammenu-wrapper {
  padding-left: 0;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child li.ammenu-wrapper a.ammenu-link.-level1 {
  padding: 0;
  background: #f1f2f4;
  /*height: 32px;*/
  padding: 4px 8px;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child li.ammenu-wrapper a.ammenu-link.-level1 span.ammenu-wrapper {
  color: #ff6600 !important;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child li.ammenu-wrapper a.ammenu-link.-level1 span.ammenu-wrapper:hover {
  color: #ff6600 !important;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child li.ammenu-wrapper ul.ammenu-item.-child {
  width: 100%;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child li.ammenu-wrapper ul.ammenu-item.-child li.ammenu-wrapper a.ammenu-link.-level2 {
  padding-left: 8px;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child li.ammenu-wrapper ul.ammenu-item.-child li.ammenu-wrapper a.ammenu-link.-level2 span.ammenu-wrapper {
  color: rgba(0, 0, 0, 0.6) !important;
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child li.ammenu-wrapper ul.ammenu-item.-child li.ammenu-wrapper a.ammenu-link.-level2 span.ammenu-wrapper:hover {
  color: rgba(0, 0, 0, 0.86) !important;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full div#amasty-shopby-product-list {
  width: 35%;
  float: right;
  padding-left: 40px;
  background: #fafdf7;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full div#amasty-shopby-product-list .block.widget.amsorting.block-products-list.grid {
  padding: 0;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full div#amasty-shopby-product-list .block.widget.amsorting.block-products-list.grid .block-title {
  margin-bottom: 9px;
  text-align: left;
  display: inline-block;
  width: 100%;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full div#amasty-shopby-product-list .block.widget.amsorting.block-products-list.grid .block-title strong {
  color: #ff6600;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-transform: capitalize;
  float: left;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full div#amasty-shopby-product-list .block.widget.amsorting.block-products-list.grid .block-title hr {
  margin: 0;
  width: 69%;
  float: right;
  margin-top: 14px;
  background-color: #d8d8d8;
  height: 0;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full div#amasty-shopby-product-list .block.widget.amsorting.block-products-list.grid .products-grid.grid ol.product-items.widget-product-grid li.product-item {
  width: 28%;
  box-shadow: none;
  float: left;
  margin: 0 8px !important;
  height: 180px;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full div#amasty-shopby-product-list .block.widget.amsorting.block-products-list.grid .products-grid.grid ol.product-items.widget-product-grid li.product-item:nth-child(4),
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full div#amasty-shopby-product-list .block.widget.amsorting.block-products-list.grid .products-grid.grid ol.product-items.widget-product-grid li.product-item:first-child {
  margin-left: 0 !important;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full div#amasty-shopby-product-list .block.widget.amsorting.block-products-list.grid .products-grid.grid ol.product-items.widget-product-grid li.product-item .product-item-info:hover {
  background: unset;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full div#amasty-shopby-product-list .block.widget.amsorting.block-products-list.grid .products-grid.grid ol.product-items.widget-product-grid li.product-item .product-item-info a.product-item-photo {
  height: 112px;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full div#amasty-shopby-product-list .block.widget.amsorting.block-products-list.grid .products-grid.grid ol.product-items.widget-product-grid li.product-item .product-item-info a.product-item-photo span.product-image-wrapper:hover {
  background: unset;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full div#amasty-shopby-product-list .block.widget.amsorting.block-products-list.grid .products-grid.grid ol.product-items.widget-product-grid li.product-item .product-item-info a.product-item-photo img.product-image-photo {
  height: 112px;
  width: 112px;
  box-sizing: border-box;
  border: 1px solid #dedede;
  background-color: #ffffff;
  margin: 0;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full div#amasty-shopby-product-list .block.widget.amsorting.block-products-list.grid .products-grid.grid ol.product-items.widget-product-grid li.product-item .product-item-info a.product-item-photo img.product-image-photo:hover {
  background-color: unset !important;
  opacity: unset;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full div#amasty-shopby-product-list .block.widget.amsorting.block-products-list.grid .products-grid.grid ol.product-items.widget-product-grid li.product-item .product-item-info .product-item-details {
  margin: 0;
  padding-left: 0;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full div#amasty-shopby-product-list .block.widget.amsorting.block-products-list.grid .products-grid.grid ol.product-items.widget-product-grid li.product-item .product-item-info .product-item-details span.old-price {
  display: none;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full div#amasty-shopby-product-list .block.widget.amsorting.block-products-list.grid .products-grid.grid ol.product-items.widget-product-grid li.product-item .product-item-info .product-item-details strong.product-item-name {
  padding: 0;
  max-height: 32px;
  margin-bottom: 0;
  margin-top: 3px;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full div#amasty-shopby-product-list .block.widget.amsorting.block-products-list.grid .products-grid.grid ol.product-items.widget-product-grid li.product-item .product-item-info .product-item-details strong.product-item-name a.product-item-link {
  color: rgba(0, 0, 0, 0.6);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full div#amasty-shopby-product-list .block.widget.amsorting.block-products-list.grid .products-grid.grid ol.product-items.widget-product-grid li.product-item .product-item-info .product-item-details .price-box span.price-container span.price {
  padding: 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
  font-weight: normal;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full div#amasty-shopby-product-list .block.widget.amsorting.block-products-list.grid .products-grid.grid ol.product-items.widget-product-grid li.product-item .product-item-actions,
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full div#amasty-shopby-product-list .block.widget.amsorting.block-products-list.grid .products-grid.grid ol.product-items.widget-product-grid li.product-item .product-reviews-summary {
  display: none;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .brandsection-catgory {
  display: inline-block;
  width: 100%;
  float: left;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .brandsection-catgory .titlebrand {
  color: #ff6600;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  width: 100%;
  display: inline-block;
  text-align: left;
  padding-bottom: 9px;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .brandsection-catgory .titlebrand h5 {
  margin: 0;
  float: left;
  padding-right: 8px;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .brandsection-catgory .titlebrand hr {
  margin: 9px 0 0;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .brandsection-catgory .brandimagessec {
  display: inline-block;
  width: 100%;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .brandsection-catgory .brandimagessec .imageone.first {
  margin-left: 0;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .brandsection-catgory .brandimagessec .imageone.last {
  margin-right: 0;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .brandsection-catgory .brandimagessec .imageone {
  float: left;
  margin: 0 12px;
  width: 10.8%;
  cursor: pointer;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .brandsection-catgory .brandimagessec .imageone img {
  width: unset;
  height: unset;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover a.ammenu-link.-main.-parent,
.ammenu-menu-wrapper .ammenu-items .ammenu-item.current > .ammenu-link {
  color: rgba(0, 0, 0, 0.6) !important;
}
/*logout success page*/
.customer-account-logoutsuccess .page-title-wrapper {
  max-width: 450px;
  margin: 0 auto;
  margin-top: 47px;
}
.customer-account-logoutsuccess .page-title-wrapper h1.page-title span {
  color: #ff6600;
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
}
.customer-account-logoutsuccess .column.main .container {
  max-width: 450px;
  margin: 0 auto;
}
.ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1):after {
  display: none;
}
.ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1 + .ammenu-item > .ammenu-wrapper:not(:last-of-type) {
  padding-bottom: 0;
}
/*section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-4 li.ammenu-wrapper:last-child,
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-3 li.ammenu-wrapper:last-child,
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-2 li.ammenu-wrapper:last-child{padding-bottom: 19px;}*/
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-2,
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-3 {
  width: 288px;
  max-width: 288px;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-2 li.ammenu-wrapper {
  padding-bottom: 19px;
  display: table;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-3 li.ammenu-wrapper,
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-3 li.ammenu-wrapper:nth-child(2) {
  padding-top: 20px;
  display: table;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-3 li.ammenu-wrapper ul.ammenu-item.-child li.ammenu-wrapper {
  padding: 0;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-4 li.ammenu-wrapper {
  padding-bottom: 16px;
  display: table;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-4 li.ammenu-wrapper ul.ammenu-item.-child li.ammenu-wrapper,
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-2 ul.ammenu-item.-child li.ammenu-wrapper {
  padding-bottom: 0;
}
.ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child > .ammenu-wrapper:not(:last-of-type),
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-1 li.ammenu-wrapper ul.ammenu-item.-child li.ammenu-wrapper {
  margin-bottom: 0;
}
/*Quote success page*/
.amasty_quote-quote-success .checkout-success {
  max-width: 320px;
  margin: 0 auto;
}
.amasty_quote-quote-success .checkout-success .actions-toolbar .primary a.action.primary.continue,
.amasty_quote-quote-success .checkout-success .actions-toolbar .primary a.amshopby-button.continue,
.amasty_quote-quote-success .checkout-success .actions-toolbar .primary a.am-filter-go.continue {
  width: 320px;
  color: #f5f5f5;
  font-size: 13.55px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  padding: 9px;
  border-radius: 0;
  margin: 0;
  background: linear-gradient(0deg, #7eb535 0%, #93d141 100%);
}
.amasty_quote-quote-success .page-title-wrapper {
  margin: 0 auto;
  margin-top: 47px;
  text-align: center;
}
.amasty_quote-quote-success .page-title-wrapper h1.page-title span {
  color: #ff6600;
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
}
.amasty_quote-quote-success .checkout-success p {
  max-width: 100%;
  border: 0;
}
.amasty_quote-cart fieldset#customer-email-fieldset input#customer-email::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.catalog-product_compare-index .table-comparison td.cell.product.attribute {
  border-right: 1px solid #dddddd;
}
.customer-account-create .back-to-signup {
  padding-top: 12px;
}
.main-banner-home.responsive {
  display: none;
}
.checkout-footer .rightsection {
  text-align: right;
}
.checkout-footer {
  background-color: #001d47;
  padding-bottom: 0;
  width: 100%;
  height: 50px;
}
.checkout-footer .footer-btm-section .leftsection,
.checkout-footer .rightsection {
  padding: 14px 0;
}
.checkout-footer .rightsection a,
.checkout-footer .footer-btm-section .leftsection p {
  color: #ffffff;
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
}
body.cms-no-route .sidebar.sidebar-additional {
  display: none;
}
.account.sales-order-view .column.main table#my-orders-table .modal-wrapper,
.account.sales-order-view .column.main table#my-orders-table a.preview-link {
  display: none;
}
.footer-btm-section .col-md-2.responsivelastdisplay {
  display: none;
}
.account.sales-order-view .column.main .box.box-order-billing-method dl.payment-method {
  width: 40%;
}
.account.sales-order-view .column.main .box.box-order-billing-method dl.payment-method table.data.table tr th {
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}
button.action-primary.action-accept,
button.action-secondary.action-dismiss {
  margin-left: 18px;
}
.page-products.page-with-filter.catalogsearch-result-index.page-layout-1column .breadcrumbs {
  margin: 0;
  padding: 0;
}
.page-products.page-with-filter.catalogsearch-result-index.page-layout-1column .column.main {
  padding: 0 15px;
}
.page-products.page-with-filter.catalogsearch-result-index.page-layout-1column .right-side {
  width: 100%;
  padding: 0;
}
.page-header .minicart-wrapper .minicart-items .product-item-details a.itemPopupImage {
  top: 6px;
  position: relative;
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.checkout-cart-index .cart.table-wrapper .product-item-name a.preview-link {
  padding-left: 0;
  margin-left: 0;
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.87);
  padding-top: 12px;
}
.shippingreturn-product {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.checkout-index-index .modal-popup .fieldset .field.choice label.label {
  display: inline-block;
}
.cms-home span.old-price {
  display: block;
  float: left;
}
.viewall-home .viewallbtn a:hover {
  color: #ffffff;
}
.contact-index-index .block-title {
  margin-bottom: 25px;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  margin: 0 auto;
  max-width: 352px;
  margin-top: 65px;
  min-width: 352px;
}
div#minicart-content-wrapper .minicart-items .product-item-name {
  width: 230px;
  padding: 0;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  display: none;
}
.minicart-wrapper .block-minicart {
  margin-right: 10px;
  margin-top: 0;
  box-shadow: none;
  z-index: 99999;
}
.message.success a {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: underline;
}
.main-banner-home {
  background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/Rectangle.jpg);
  min-height: 300px;
  padding-top: 16px;
}
.homepage-mainsectionone .col-md-2 .image-one {
  height: 130px;
}
.message.info.empty {
  margin-top: 12px;
}
.cms-index-index .product-image-container {
  display: inline;
}
.cms-index-index ol.product-items li .product-item-info .product-item-details .product-item-name a.product-item-link {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.catalog-product-view aside.modal-popup.modal-slide {
  z-index: 999999999 !important;
}
.checkout-cart-index aside.modal-popup.modal-slide {
  z-index: 9999 !important;
}
.catalog-product-view .modals-overlay,
.checkout-cart-index .modals-overlay {
  z-index: 1 !important;
}
.cms-page-view footer.page-footer ul {
  padding: 0;
}
.home-licancesection .container {
  padding: 0;
}
.cms-index-index .column.main .container.sj-test {
  max-width: 100%;
}
.header.content.content {
  padding: 0;
}
.header.content .block-search .minisearch input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 28px;
}
.header.content .block-search .minisearch input:hover {
  border: 1px solid #dadce0;
}
.header.content .header-right .header.links li.login-acc.wishlist {
  padding-left: 16px;
}
.homepage-mainsectionone .col-md-2:last-child {
  margin: 0;
  width: 19%;
}
.footer-btm-section {
  border-top: 1px solid #666;
}
.footer-upr-section .footer-upr-right ul li {
  padding-right: 44px;
  display: inline-block;
}
.footer-btm-section .col-md-2 {
  width: 20%;
  padding: 0;
}
.footer-btm-section {
  padding-top: 62px;
}
.page-footer .col-md-2.last-child p {
  color: #ffffff;
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.newsletter-new form.form.subscribe .actions {
  display: inline-block;
  position: absolute;
  height: 36px;
  right: 0;
  bottom: 0;
  top: 43px;
}
.newsletter-new form.form.subscribe .field.newsletter {
  display: inline-block;
}
.newsletter-new form.form.subscribe .control input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Plus Jakarta Sans';
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
}
.newsletter-new form.form.subscribe .control input {
  padding: 7px 16px;
  height: 36px;
  border: none;
  width: 276px;
}
.page-footer .footer-bottom .footer-payment-method ul li {
  display: inline-block;
  padding-right: 24px;
}
.page-footer .footer-bottom .footer-payment-method {
  float: right;
}
header.page-header .block-search .minisearch .action.search:before {
  content: '\f002';
  display: inline-block;
  height: 24px;
  width: 24px;
  position: relative;
  top: 34px;
  left: 0;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
}
.newsletter-new {
  margin-top: 19px;
}
.homepage-mainsectionone .container {
  padding: 0 15px;
}
.bestselling-products-home {
  position: relative;
}
.homepage-mainsectionone .col-md-2 {
  padding: 0;
  width: 18.46%;
  float: left;
  margin: 0 23px 0 0;
  background-color: #ffffff;
  box-shadow: 0 0 10px 1px rgba(127, 127, 127, 0.14), 0 0 14px 2px rgba(127, 127, 127, 0.14), 0 0 5px -3px rgba(127, 127, 127, 0.2);
}
.homepage-mainsectionone .col-md-2 .image-one {
  padding-top: 41px;
  text-align: center;
  padding-bottom: 10px;
  background-color: #ffffff;
}
.minicart-items .item-qty {
  border: none;
  padding: 0;
  text-align: left;
}
.homepage-mainsectionone .static-onesection {
  padding-bottom: 28px;
}
.minicart-wrapper .product .actions .primary {
  display: none;
}
.homepage-mainsectionone .static-onesection p {
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Open Sans';
  font-size: 20.68px;
  letter-spacing: 0.25px;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
}
.homepage-mainsectionone {
  padding: 64px 0;
  width: 100%;
  display: inline-block;
  margin-top: -5px;
  margin-bottom: -5px;
}
.customer-account-create .page-title-wrapper h1.page-title span,
.customer-account-login h1.page-title span,
.customer-account-forgotpassword h1.page-title span,
.customer-account-createpassword form.form.password.reset h1.page-title span {
  color: #ff6600;
  font-size: 23.48px;
  letter-spacing: 0.25px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.home-licancesection hr,
.block-title hr,
.reviews .reviewmain-section hr,
.home-blog-post .amblog-title hr {
  width: 144px;
  height: 2px;
  margin-bottom: 0;
  margin-top: 7px;
  background-color: #001d47;
}
.page-wrapper .nav-sections-item-content > .navigation {
  display: inline-block;
}
form#discount-coupon-form .actions-toolbar button.action.apply.primary {
  border-radius: 0;
  background-color: rgba(98, 2, 238, 0);
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 1.25px;
  line-height: 16px;
  text-align: center;
  padding: 0 34px;
  box-shadow: none;
  border-left: 0;
}
form#discount-coupon-form {
  width: 55%;
}
form#discount-coupon-form .control input,
form#discount-coupon-form .actions-toolbar button.action.apply.primary {
  height: 38px;
}
form#discount-coupon-form .control input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.25px;
  line-height: 20px;
}
form#discount-coupon-form .control input {
  padding: 9px 16px;
  width: 257px;
  border: 1px solid #dddddd;
}
/*Megamenu*/
.ammenu-main-container .ammenu-submenu.-full .ammenu-categories-container.ammenu-categories {
  background: #ffffff;
}
.ammenu-nav-sections .ammenu-main-container {
  width: 100%;
  max-width: 1366px;
  padding: 0;
  margin: 0 auto;
}
.ammenu-main-container .ammenu-item.-main {
  padding: 0;
}
.ammenu-main-container .ammenu-item.-main a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15.8px;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-transform: capitalize;
  vertical-align: text-top;
  width: 100%;
  display: block;
}
.ammenu-main-container .ammenu-item.-main img {
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.ammenu-nav-sections {
  margin-bottom: 0;
}
.ammenu-main-container .ammenu-submenu.-full {
  background: #F5F5F8;
  overflow-y: unset;
  margin-top: 0;
}
.ammenu-main-container .ammenu-submenu.-full .container {
  padding: 0;
  background-color: #ffffff;
}
.ammenu-item.-full .ammenu-categories-container > .ammenu-item.-child li.ammenu-wrapper img {
  padding-right: 10px;
  padding-top: 15px;
}
.ammenu-categories-container .ammenu-link.-level1 .ammenu-wrapper {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-decoration: none;
  font-weight: normal;
  text-transform: capitalize;
}
.ammenu-categories-container .ammenu-link {
  padding-right: 0;
}
.ammenu-menu-mobile .ammenu-main-container .ammenu-link.-main:before,
.ammenu-menu-desktop .ammenu-main-container .ammenu-link.-level1:before {
  content: ' ';
  border: none;
  display: none;
}
.ammenu-categories-container > .ammenu-item.-child > .ammenu-wrapper:not(:last-of-type) {
  margin-bottom: 0;
}
.ammenu-item.-full .ammenu-categories-container > .ammenu-item.-child,
.ammenu-main-container .ammenu-submenu.-full .ammenu-categories-container.ammenu-categories {
  padding: 0;
}
.ammenu-main-container .ammenu-items {
  padding: 0 17px;
  margin: 0 auto;
  text-align: center;
  padding-right: 0;
}
nav.ammenu-main-container li.ammenu-item.-main.-full.custom {
  padding-right: 0;
  margin-right: 0;
}
.checkout-index-index #checkout .mw-osc-block-title.active p:after {
  top: 6px;
}
.ammenu-item.-full .ammenu-categories-container > .ammenu-item.-child:first-child li.ammenu-wrapper {
  padding-left: 15px;
  display: inline-block;
  margin: 0 auto;
  float: left;
  text-align: left;
  width: 100%;
}
.ammenu-item.-full .ammenu-categories-container > .ammenu-item.-child {
  padding: 0;
  margin: 0 auto;
  background: #ffffff;
  margin-top: 0;
  float: left;
  margin-left: 0;
  margin-bottom: 10px;
  width: 25%;
  max-width: 25%;
  display: inline-block;
  text-align: left;
  padding-top: 32px;
  padding-bottom: 32px;
}
.catalog-category-view a.listButton {
  display: none;
}
.header.content,
.panel.wrapper .container {
  width: 100%;
  max-width: 1366px;
  padding: 0;
  margin: 0 auto;
}
.header.content .container {
  padding: 0;
}
.homepage-mainsectionone .main-onesec,
.header.content .container,
.cms-index-index .block.widget.block-products-list.grid {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 17px;
}
.block.widget.block-products-list.grid .rating-summary {
  display: block;
}
.cms-page-view .page-title-wrapper h1.page-title span {
  color: #ff6600;
  text-align: center;
  font-size: 23.48px;
  letter-spacing: 1.25px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.cms-page-view .container.sj-test {
  padding: 0;
  text-align: justify;
  letter-spacing: 0.25px;
}
.cms-page-view .container.sj-test UL li {
  list-style: circle;
  margin-bottom: 6px;
}
.cms-page-view .page-main h2 {
  margin-top: 0;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
.cms-page-view .breadcrumbs {
  display: none;
}
.cms-page-view .page-title-wrapper {
  text-align: left;
  padding: 0 17px;
}
.cms-page-view h1.page-title {
  padding-top: 58px;
}
.cms-page-view ul {
  padding: 0 17px;
}
.customer-account-edit .field.password-info p {
  display: none;
}
.checkout-cart-index .container.sj-test {
  padding: 0;
}
/*.page-header .switcher{display: none;}
.page-header .panel ul li.loginlink.last:after {
    height: 0;
    margin: 0 !important;
}*/
.page-products .products.products-grid {
  width: 79%;
  float: left;
  margin-left: 40px;
}
.page-products .products.wrapper.list.products-list {
  width: 94%;
  float: left;
  margin-left: 0;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .block.widget.amsorting.block-products-list.grid {
  width: 100%;
  padding-left: 40px;
  background: #fafdf7;
  display: inline-block;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .block.widget.amsorting.block-products-list.grid .block-title {
  margin-bottom: 9px;
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-left: 0;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .block.widget.amsorting.block-products-list.grid .block-title strong {
  color: #ff6600;
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  text-transform: capitalize;
  float: left;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .block.widget.amsorting.block-products-list.grid .block-title hr {
  margin: 0;
  width: 69%;
  float: right;
  margin-top: 14px;
  background-color: #d8d8d8;
  height: 0;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .block.widget.amsorting.block-products-list.grid .products-grid.grid li.product-item {
  width: 28%;
  box-shadow: none;
  float: left;
  margin: 0 8px !important;
  height: 180px;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .block.widget.amsorting.block-products-list.grid .products-grid.grid li.product-item a.product-item-photo {
  height: 112px;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .block.widget.amsorting.block-products-list.grid .products-grid.grid li.product-item a.product-item-photo img.product-image-photo {
  height: 112px;
  width: 112px;
  box-sizing: border-box;
  border: 1px solid #dedede;
  background-color: #ffffff;
  margin: 0;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .block.widget.amsorting.block-products-list.grid .products-grid.grid li.product-item .product-item-details {
  margin: 0;
  padding-left: 0;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .block.widget.amsorting.block-products-list.grid .products-grid.grid li.product-item .product-item-details strong.product-item-name {
  padding: 0;
  max-height: 32px;
  margin-bottom: 0;
  margin-top: 3px;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .block.widget.amsorting.block-products-list.grid .products-grid.grid li.product-item .product-item-details strong.product-item-name a.product-item-link {
  color: rgba(0, 0, 0, 0.6);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .block.widget.amsorting.block-products-list.grid .products-grid.grid li.product-item .product-item-details .price-box.price-final_price {
  text-align: left;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .block.widget.amsorting.block-products-list.grid .products-grid.grid li.product-item .product-item-details .price-box.price-final_price span.price-container span.price {
  padding: 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
  font-weight: normal;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .block.widget.amsorting.block-products-list.grid .products-grid.grid li.product-item .product-item-details span.old-price {
  display: none;
}
section.ammenu-menu-wrapper.-desktop {
  background: transparent;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .block.widget.amsorting.block-products-list.grid .products-grid.grid li.product-item a.product-item-photo img.product-image-photo:hover {
  background-color: unset !important;
  opacity: unset;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .block.widget.amsorting.block-products-list.grid .products-grid.grid li.product-item a.product-item-photo span.product-image-wrapper:hover {
  background: unset;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .block.widget.amsorting.block-products-list.grid .products-grid.grid li.product-item .product-item-info:hover {
  background: unset;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .block.widget.amsorting.block-products-list.grid .products-grid.grid li.product-item img.product-image-photo:hover {
  opacity: unset;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .block.widget.amsorting.block-products-list.grid .products-grid.grid li.product-item .product-item-details .product-reviews-summary {
  display: none;
}
section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .block.widget.amsorting.block-products-list.grid .products-grid.grid li.product-item .product-item-actions {
  display: none;
}
.message.info.empty {
  width: 99%;
  float: right;
  margin-top: 20px;
}
.page-products .products.products-grid {
  width: 100%;
  margin-left: 0;
}
.owl-item {
  overflow: hidden;
  display: flex;
}
.helpdesk-ticket-index table.data.table.hdmx__tickets-table tr td a {
  text-decoration: underline;
}
.amasty_quote-account-index .table-wrapper.quotes-history tr td a.action.view {
  text-decoration: underline;
}
.amasty_quote-account-index .table-wrapper.quotes-history tr td a.action.quote {
  text-decoration: underline;
}
/*New Css end*/
/*Responsive start*/
@media screen and (aspect-ratio: 2/3) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
@media screen and (aspect-ratio: 40/71) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
@media screen and (aspect-ratio: 375/667) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
@media screen and (aspect-ratio: 9/16) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  /*.header.content .container {padding: 0;}
*/
  /*.header.content .container,.homepage-second-content .container,.panel.wrapper .container {
    padding: 0 17px;
    max-width: 100%;
}*/
  header.page-header.fixed-menu .ammenu-menu-desktop {
    width: 75%;
  }
  .leftbottom-right img {
    min-height: 348px;
  }
  .rightsection .right-top .rightbottom-left img {
    height: 336px;
  }
  .right-bottom img {
    min-height: 344px;
  }
}
@media (min-width: 1366px) {
  .leftbottom-right img {
    min-height: 346px;
  }
  .page-products.ambrand-index-index .toolbar.toolbar-products {
    margin: -56px 0 10px 0;
  }
  .page-products .products.wrapper.list.products-list {
    width: 77%;
    float: left;
    margin-left: 40px;
  }
}
@media (min-width: 1362px) {
  .page-products .products.wrapper.list.products-list {
    width: 100%;
    float: right;
    margin-left: 40px;
  }
}
@media (min-width: 1357px) {
  .catalog-product-view .product-info-main .product.alert .submitsction {
    width: 39%;
  }
}
@media (min-width: 1300px) {
  .cms-index-index .column.main .carousel-container:nth-child(3) .home-slider .owl-stage-outer {
    min-height: 400px;
    background-color: #cccccc;
  }
  .catalog-product_compare-index .table-comparison .cell {
    width: 20%;
    float: left;
  }
  .catalog-product_compare-index .table-comparison .cell .attribute.value .col-md-12.col-sm-12 {
    width: 100%;
    padding: 0;
  }
  .catalog-product_compare-index .table-wrapper.comparison .table-comparison > tbody tr:nth-child(2) th,
  .catalog-product_compare-index .table-wrapper.comparison .table-comparison > tbody tr:nth-child(2) td {
    max-height: max-content;
    overflow: hidden;
    min-height: max-content;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
  }
  .catalog-product_compare-index .table-wrapper.comparison .table-comparison > tbody tr:first-child th,
  .catalog-product_compare-index .table-wrapper.comparison .table-comparison > tbody tr:first-child td {
    min-height: 40px;
  }
  .catalog-product_compare-index .table-wrapper.comparison .table-comparison > tbody tr th:last-child,
  .catalog-product_compare-index .table-wrapper.comparison .table-comparison > tbody tr td:last-child {
    border-right: 0;
  }
  html[lang="ar"] .catalog-product_compare-index .table-comparison .cell {
    float: right;
  }
  html[lang="ar"] .catalog-product_compare-index .table-wrapper.comparison .table-comparison > tbody tr td.cell:last-child {
    border-right: 1px solid #cccccc;
  }
  html[lang="ar"] .catalog-product_compare-index .table-comparison .cell.product.info {
    border: none !important;
  }
}
@media (max-width: 1280px) {
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item {
    width: 17%;
  }
  .catalog-product-view .payment-iconstatic {
    width: 55%;
  }
  .catalog-product-view .product-info-main .product.alert form#notify-form {
    width: 100%;
  }
  .catalog-product-view .product-info-main .product.alert .control {
    width: 60%;
  }
  .catalog-product-view .product-info-main .product.alert .control input.notify_email.input-text {
    width: 100%;
  }
  .catalog-product-view .product-info-main .product.alert .submitsction {
    width: 40%;
  }
  .catalog-product-view .wedeliver-sec {
    width: 40%;
  }
  .filter-options-content ul.items.am-filter-items-attr_category_ids.am-labels-folding span.label {
    font-size: 8.82px;
    width: 68%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .filter-options-content ul.items.am-filter-items-attr_category_ids.am-labels-folding .count {
    margin-right: 0;
    float: right;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    width: 59%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method {
    width: 82%;
  }
  .blog-post-view .column.main {
    width: 70%;
  }
  .blog-post-view .page-title-wrapper {
    width: 70%;
    max-width: 70%;
  }
  .blog-index-index .columns .column.main {
    width: 70%;
  }
  .checkout-cart-index .cart-container .cart-summary .discount .content .actions-toolbar {
    left: 0;
    width: 40%;
  }
  .checkout-cart-index form#discount-coupon-form {
    width: 100%;
  }
  .checkout-cart-index form#discount-coupon-form .control input {
    width: 100%;
  }
  .checkout-cart-index form#discount-coupon-form .fieldset.coupon .field {
    width: 100%;
  }
  .checkout-cart-index form#discount-coupon-form .actions-toolbar button.action.apply.primary {
    width: 87%;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
  }
  .page-products.ambrand-index-index.page-layout-2columns-left .products.wrapper.grid.products-grid .product-items .product-item {
    width: 17.2%;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
    width: 100%;
    margin-top: 24px;
  }
  .page-footer .col-md-2.last-child {
    min-width: 290px;
  }
  .footer-certificate {
    width: 27%;
  }
  .page-products .products.wrapper.list.products-list.amscroll-pages {
    margin-top: 12px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-main {
    padding: 4px 12px;
  }
  header .header.content .block-search {
    width: 45%;
    margin-left: 0px;
  }
  .wishlist-index-index .products-grid .product-item {
    width: 22%;
  }
  .account .column.main .order-details-items {
    overflow-x: scroll;
  }
  .products.list .amquote-action-wrap .action.tocart {
    margin-bottom: 0;
  }
  .blog-post-view .sidebar.sidebar-additional {
    width: 320px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .checkout-btn button,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-shipping-method .step-content.amcheckout-content div#checkout-step-shipping_method tr.row.amcheckout-method,
  .checkout-index-index .checkout-payment-method .actions-toolbar .primary {
    width: 100%;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
    margin-top: -20px;
  }
  .page-wrapper > .breadcrumbs {
    padding-top: 24px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group {
    width: 760px;
  }
  .page-header.fixed-menu .header.content .header-right .header.links li.login-acc.wishlist {
    display: none;
  }
  .header.content .logo {
    width: auto;
    padding: 40px 0;
  }
  .newsletter-new form.form.subscribe .control input,
  .newsletter-new form.form.subscribe .field.newsletter {
    width: 100%;
  }
  header.page-header.fixed-menu .ammenu-menu-desktop {
    width: 83%;
    left: 8px;
  }
  .page-products .toolbar.toolbar-products {
    margin: -28px 24px 15px 0;
  }
  .main-banner-home,
  .homepage-mainsectionone .col-md-2 .image-one {
    min-height: unset;
  }
  .homepage-mainsectionone .col-md-2 {
    width: 18.17%;
  }
  .leftbottom-right,
  .left-bottom .leftbottom-left {
    width: 50%;
  }
  .leftbottom-right {
    padding-left: 24px;
  }
  .page-footer .col-md-2.last-child {
    width: 28%;
  }
  .rightbottom-right {
    width: 50%;
    display: inline-block;
  }
  .rightsection .right-top .rightbottom-left img {
    min-height: 285px;
  }
  .homepage-mainsectionone .col-md-2:last-child {
    margin-right: 0;
  }
  .homepage-mainsectionone .col-md-2 {
    width: 18.2%;
  }
  .right-bottom img {
    min-height: 307px;
  }
  .leftbottom-right img {
    min-height: 307px;
  }
  .filter-options-content ul.items.am-filter-items-attr_category_ids.am-labels-folding span.label {
    padding-left: 0px;
  }
  .filter-options-content ul.items.am-filter-items-attr_category_ids.am-labels-folding .count {
    margin-right: 0;
  }
  .contact-index-index .blog-post-thumb {
    min-height: 144px;
    max-height: 170px;
  }
  .contact-index-index .col-md-3.my-cols.color {
    float: left;
  }
  .cms-home.cms-index-index .block-bestseller-products .product-item {
    float: none;
  }
  .checkout-index-index .opc-wrapper #checkout-step-shipping .field.addresses {
    width: 49%;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item {
    width: 100%;
  }
  .checkout-index-index .opc-wrapper .opc .checkout-shipping-address .action-show-popup {
    width: 49%;
  }
  .cms-home .selling-point .container {
    padding: 0 15px;
    text-align: center;
  }
  .cms-home .selling-point .container .col-md-2 p {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .cms-home .selling-point .container .col-md-2 span {
    float: none;
  }
  .page-products .products-grid .product-items .product-item .product-item-info {
    height: auto;
  }
  .cms-page-view .breadcrumbs {
    padding: 0 17px;
  }
  .cms-page-view main#maincontent .container.sj-test {
    padding: 0;
  }
  .payment-btmftr {
    width: 28%;
  }
  .page-footer div.col-md-2 {
    width: 18%;
    padding: 0 15px 0 0;
    float: left;
    box-sizing: border-box;
  }
  footer.page-footer .footer-copy-right .col-md-4 {
    width: 50%;
    display: inline-block;
    height: auto;
    float: left;
    text-align: left;
  }
  footer.page-footer .footer-copy-right .col-md-4:last-child {
    text-align: right;
  }
  footer.page-footer .footer-copy-right .col-md-4 span,
  footer.page-footer .footer-copy-right .col-md-4 a,
  footer.page-footer .footer-copy-right .col-md-4 p {
    display: inline-block;
    padding: 5px 0 0 0;
  }
}
@media (max-width: 1230px) {
  .header.content .block-search .minisearch input {
    width: 100%;
    margin: 0;
  }
  .header.content .header-right .header.links li.login-acc.wishlist {
    display: none;
  }
  header.page-header .block-search .minisearch .action.search:before {
    right: 0 !important;
  }
}
@media (max-width: 1024px) {
  header .header.content .block-search {
    margin-left: 0;
  }
  .six-level-catgeory.cooking,
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section.threeone {
    width: 100%;
  }
  .biggest-two.dishwashing .biggest-top {
    width: 23%;
  }
  .fourbiggestlevel-section .img-namesection.bottom {
    border-bottom: 0;
  }
  .fourbiggestlevel-section .img-namesection .fourbiggestlevel {
    border-bottom: 1px solid #dedede;
  }
  .ammenu-nav-sections.nav-sections.-opened .ammenu-content section.ammenu-menu-wrapper.-mobile nav.ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-4 li.ammenu-wrapper {
    padding: 12px 0;
    padding-bottom: 0;
  }
  .ammenu-nav-sections.nav-sections.-opened .ammenu-content section.ammenu-menu-wrapper.-mobile nav.ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-4 li.ammenu-wrapper ul.ammenu-item.-child li.ammenu-wrapper span.ammenu-wrapper {
    font-weight: normal;
  }
  .ammenu-nav-sections.nav-sections.-opened .ammenu-content section.ammenu-menu-wrapper.-mobile nav.ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-4 li.ammenu-wrapper a.ammenu-link span.ammenu-wrapper {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13.82px;
    letter-spacing: .25px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: bold;
  }
  .ammenu-nav-sections.nav-sections.-opened .ammenu-content section.ammenu-menu-wrapper.-mobile nav.ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-1 li.ammenu-wrapper,
  .ammenu-nav-sections.nav-sections.-opened .ammenu-content section.ammenu-menu-wrapper.-mobile nav.ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-2 li.ammenu-wrapper,
  .ammenu-nav-sections.nav-sections.-opened .ammenu-content section.ammenu-menu-wrapper.-mobile nav.ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-3 li.ammenu-wrapper {
    padding-left: 0;
  }
  .ammenu-nav-sections.nav-sections.-opened .ammenu-content section.ammenu-menu-wrapper.-mobile nav.ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-1 li.ammenu-wrapper a.ammenu-link span.ammenu-wrapper,
  .ammenu-nav-sections.nav-sections.-opened .ammenu-content section.ammenu-menu-wrapper.-mobile nav.ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-2 li.ammenu-wrapper a.ammenu-link span.ammenu-wrapper,
  .ammenu-nav-sections.nav-sections.-opened .ammenu-content section.ammenu-menu-wrapper.-mobile nav.ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-3 li.ammenu-wrapper a.ammenu-link span.ammenu-wrapper {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13.82px;
    letter-spacing: .25px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: bold;
  }
  .ammenu-nav-sections.nav-sections.-opened .ammenu-content section.ammenu-menu-wrapper.-mobile nav.ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-1 li.ammenu-wrapper ul.ammenu-item.-child li.ammenu-wrapper span.ammenu-wrapper,
  .ammenu-nav-sections.nav-sections.-opened .ammenu-content section.ammenu-menu-wrapper.-mobile nav.ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-2 li.ammenu-wrapper ul.ammenu-item.-child li.ammenu-wrapper span.ammenu-wrapper,
  .ammenu-nav-sections.nav-sections.-opened .ammenu-content section.ammenu-menu-wrapper.-mobile nav.ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-categories-container.ammenu-categories ul.ammenu-item.-child.-col-3 li.ammenu-wrapper ul.ammenu-item.-child li.ammenu-wrapper span.ammenu-wrapper {
    font-weight: normal;
  }
  .page-products.catalog-category-view .page-title-wrapper .page-title {
    width: 100%;
    margin-bottom: 24px;
  }
  .revewwithwishlist .wishlist .actions-secondary {
    left: 18px;
  }
  .revewwithwishlist .wishlist .compare-product {
    margin-top: 0;
  }
  .revewwithwishlist .wishlist .compare-product a.action.tocompare {
    right: 0;
  }
  .revewwithwishlist .wishlist .compare-product a {
    float: left;
  }
  .catalog-product-view .columns .column.main .container {
    padding: 0;
  }
  .catalog-product-view .columns .column.main .container.sj-test {
    padding: 0;
  }
  .page-products.ambrand-index-index.page-layout-2columns-left .sidebar.sidebar-main {
    margin-top: 0;
  }
  .page-products.ambrand-index-index.page-layout-2columns-left .column.main {
    width: 80%;
    float: right;
  }
  .page-products.ambrand-index-index.page-layout-2columns-left .products.wrapper.grid.products-grid .product-items .product-item {
    width: 30%;
  }
  .page-products.ambrand-index-index.page-layout-2columns-left .filter-content .filter-options-title {
    font-size: 9px;
  }
  .ammenu-nav-sections .ammenu-main-container .ammenu-items li.ammenu-item.account a {
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold;
  }
  .ship-to-header {
    display: none;
  }
  div#mageplaza-bannerslider-block-before-page-top-1 {
    display: block;
  }
  .checkout-index-index .checkout-payment-method .actions-toolbar .primary {
    width: 100%;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
    margin-top: -21px;
  }
  div#englishkjest {
    display: none !important;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    top: -0px !important;
  }
  .catgeoryblocks-section .top-linkbtn a {
    width: 100px;
  }
  .amasty_quote-account-view .order-details-items.ordered {
    overflow-x: scroll;
  }
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory {
    width: 100%;
    padding: 0;
  }
  .blog-post-view .column.main,
  .blog-post-view .page-title-wrapper,
  .blog-index-index .columns .column.main {
    width: 100%;
  }
  .blog-post-view .sidebar.sidebar-additional,
  .blog-index-index .columns .sidebar.sidebar-additional {
    display: none;
  }
  .amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr td span.price-excluding-tax span.price,
  .amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr td span.price-excluding-tax span.cart-price,
  .account .order-details-items .table-order-items .product-item-name {
    font-size: 13.8px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .checkout-btn button {
    width: 100%;
  }
  .revewwithwishlist .wishlist {
    width: 100%;
    float: left;
  }
  .catgeoryblocks-section .top-banner {
    min-height: unset;
  }
  .product-info-main .product-add-form .box-tocart .actions {
    float: left;
    max-width: 100%;
    width: 100%;
    margin-top: 24px;
  }
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item {
    width: 14%;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory {
    width: 100%;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory {
    width: 100%;
    float: left;
    margin-top: 24px;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory .img-namesection {
    height: 380px;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory .img-namesection .threeone {
    height: 380px;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory.right {
    margin-left: 0;
    margin-top: 24px;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory.btm {
    margin-top: 24px;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .twobiggest-categorysec {
    margin-top: 24px;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .twobiggest-categorysec .two-big-catgeory {
    width: 100%;
    margin-top: 0;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec .bigthreeleftsc {
    width: 100%;
    margin-right: 0;
    margin-top: 24px;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec .bigthreeleftsc .biggest-threesuper {
    width: 100%;
    display: inline-block;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec .bigthreeleftsc .biggest-threesuper .biggest-three {
    width: 31.5%;
  }
  .catalog-product-view .payment-iconstatic {
    width: 46%;
  }
  .checkout-cart-index .cart-container .cart-summary .discount {
    display: none;
  }
  .page-products.catalog-category-view .products-list .product-items .product-item,
  .page-products .products-list .product-item .product-item-info .listingproduct-right .product-item-actions .actions-primary button.amquote-addto-button {
    width: 100%;
  }
  .page-products .products-list .product-item .product-item-info .listingproduct-right {
    width: 35%;
  }
  .page-products .products-list .product-item .product-item-info .listingproduct-right .product-item-actions .actions-primary button.action.tocart.primary {
    width: 100%;
    margin-bottom: 24px;
  }
  .cms-home ul.post-list .post-holder .post-title a {
    max-width: 300px;
    display: inline-block;
  }
  .am-slider-container {
    margin-bottom: 24px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method {
    border: none;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-block.amcheckout-step-container.-summary .step-title.amcheckout-title {
    background: transparent;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group {
    width: 100%;
  }
  .homepage-adbannersection {
    margin: 24px 0 0 0;
  }
  .block.widget .products-grid .product-items li.product-item,
  .block.widget.block-products-list.grid .products-grid .product-item {
    width: 14.5%;
    padding: 0;
  }
  .page-products.catalog-category-view.page-layout-2columns-left .column.main {
    float: right;
    width: 80%;
  }
  .page-products .sidebar.sidebar-main {
    width: 20%;
    margin-top: 0;
  }
  .products.list .amquote-action-wrap .action.tocart {
    margin-bottom: 0;
  }
  .ammenu-tabs-container > .ammenu-content > .ammenu-menu-desktop.-sticky {
    display: none !important;
  }
  .page-footer .col-md-2.last-child,
  .payment-btmftr {
    width: 100%;
  }
  .page-footer div.col-md-2 {
    width: 25%;
  }
  .cms-index-index ol.product-items li .product-item-info .product-item-details {
    position: unset;
    background: transparent;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .twobiggest-categorysec .two-big-catgeory.right {
    margin-left: 0;
    margin-top: 40px;
  }
  .page-products.catalog-category-view .product-items .product-item {
    width: 30%;
  }
  .page-products.catalog-category-view .recently-product-cat .product-item {
    width: 30.5%;
  }
  .cms-index-index ol.product-items li .product-item-info .product-item-details .product-item-name {
    top: unset;
  }
  .cms-index-index ol.product-items li .product-item-info .product-item-details .product-item-name a.product-item-link,
  .cms-index-index ol.product-items li .product-item-info .sj-image-container .product-item-details .price,
  .cms-index-index ol.product-items li .product-item-info .sj-image-container .product-item .price-box .price,
  .cms-index-index ol.product-items li .product-item-info .sj-image-container .product-item-details .price-final_price {
    color: rgba(0, 0, 0, 0.87);
  }
  .footer-copy-right .footer-leftcopy {
    padding-left: 30px;
  }
  ul.sub-cat.customcatlist {
    width: 48%;
  }
  /*Catgeory page*/
  body.page-products.page-with-filter.catalogsearch-result-index.page-layout-1column.page-loaded .products.products-grid {
    margin-left: 0;
  }
  .page-products .products.products-grid {
    width: 96%;
    margin-left: 24px;
  }
  .page-products .toolbar.toolbar-products {
    margin-right: 15px;
  }
  body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item {
    width: 22.5%;
  }
  .page-products .page-title-wrapper {
    width: 100%;
    margin-bottom: 25px;
  }
  .page-products.catalog-category-view .recently-product-cat {
    float: right;
    width: 100%;
    padding-left: 24px;
  }
  .page-products.catalog-category-view .recently-product-cat .product-item:last-child {
    display: none;
  }
  .page-products .products.wrapper.list.products-list {
    width: 93%;
  }
  .page-products .amscroll-load-button,
  .catalogsearch-result-index .amscroll-load-button {
    width: 100%;
  }
  /*Megamenu*/
  .ammenu-nav-sections .ammenu-main-container {
    background: #ffffff;
  }
  .ammenu-menu-mobile .ammenu-toggle {
    display: none;
  }
  .page-wrapper.fixed-menuheader.stickysrcre section.ammenu-menu-desktop.-sticky {
    display: none !important;
  }
  .ammenu-main-container .ammenu-item.-main:first-child:hover,
  .ammenu-main-container .ammenu-item.-main:nth-child(2):hover,
  .ammenu-main-container .ammenu-item.-main:nth-child(5):hover {
    height: auto;
  }
  .ammenu-nav-sections.nav-sections.-opened section.ammenu-menu-mobile {
    display: flex !important;
  }
  .ammenu-tabs-container > .ammenu-content > .ammenu-menu-desktop.-sticky {
    display: none !important;
  }
  .ammenu-nav-sections .ammenu-main-container .ammenu-items li.ammenu-item {
    width: 100%;
    display: inline-block;
    height: auto;
    float: left;
    margin-left: 0 !important;
    padding-left: 0;
  }
  .ammenu-main-container .ammenu-item.-main:hover > .ammenu-submenu-container {
    display: block;
    height: auto;
    padding-top: 0;
    margin-top: 0;
    max-width: 100%;
    width: 100%;
    text-align: left;
    max-height: fit-content;
  }
  .ammenu-nav-sections.nav-sections.-opened section.ammenu-menu-mobile li.ammenu-item .ammenu-submenu-container.ammenu-submenu .ammenu-categories-container.ammenu-categories {
    float: left;
    border: none;
    padding: 0;
    background: #ffffff;
    height: 100vh;
    width: 100%;
    display: table;
    max-width: 100%;
  }
  .ammenu-nav-sections.nav-sections.-opened section.ammenu-menu-mobile li.ammenu-item .ammenu-submenu-container.ammenu-submenu .ammenu-categories-container.ammenu-categories ul.ammenu-item {
    width: 100%;
    max-width: 100%;
    background: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
  }
  .ammenu-nav-sections.nav-sections.-opened section.ammenu-menu-mobile li.ammenu-item .ammenu-submenu-container.ammenu-submenu .ammenu-categories-container.ammenu-categories ul.ammenu-item li.ammenu-wrapper {
    padding: 0;
  }
  .ammenu-main-container .ammenu-item.-main a {
    padding: 6px 12px;
  }
  .ammenu-nav-sections .ammenu-link.-main > .ammenu-wrapper,
  .ammenu-nav-sections.-accordion:not(.-hamburger) .ammenu-items .current > .ammenu-wrapper {
    color: rgba(0, 0, 0, 0.87) !important;
  }
  .nav-sections:not(.-drill) .ammenu-submenu[aria-selected="true"] ~ .ammenu-toggle .ammenu-icon:after,
  .nav-sections:not(.-drill) .ammenu-submenu[aria-selected="true"] ~ .ammenu-toggle .ammenu-icon:before {
    background-color: rgba(0, 0, 0, 0.87) !important;
  }
  header .header.content .logo {
    margin: 0;
    left: 6%;
  }
  .page-header.fixed-menu {
    position: unset;
  }
  .ammenu-nav-sections.nav-sections section.ammenu-menu-wrapper.-desktop,
  .ammenu-menu-wrapper .ammenu-link.-main:before {
    display: none;
  }
  header.page-header .block-search {
    width: 55%;
  }
  .ammenu-nav-sections.nav-sections.-opened {
    width: 100%;
    max-width: 100%;
    position: absolute;
    background: #ffffff;
    display: inline-block;
    height: 5000px;
    z-index: 9999999;
    top: 0;
    left: 0;
    float: left;
    margin: unset;
  }
  .ammenu-tabs-container > .ammenu-title {
    display: inline-block !important;
    z-index: 9999;
    width: auto;
    height: 40px;
    padding: 12px 16px;
    background: transparent;
  }
  .ammenu-close-menu.close-sign {
    font-size: 2em;
    position: absolute;
    top: 0;
    cursor: pointer;
    right: 0;
    width: 50px;
    text-align: center;
    display: inline-block;
  }
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-content {
    padding: 15px;
  }
  .ammenu-main-container .ammenu-item.-main:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  }
  span.ammenu-menu-toggle {
    display: flex !important;
  }
  .ammenu-tabs-container .ammenu-content .ammenu-menu-desktop {
    display: none;
  }
  .ammenu-nav-sections .ammenu-title {
    width: 50%;
    display: inline-block;
    float: left;
  }
  .ammenu-nav-sections .ammenu-title:nth-child(3) {
    display: none !important;
  }
  .ammenu-nav-sections .ammenu-main-container .ammenu-items li.ammenu-item {
    width: 100%;
    display: inline-block;
    height: auto;
    float: left;
    text-align: left;
  }
  .cathome-bootom-image {
    display: none;
  }
  .cat-promotionimg-section .catpro-imgtwo {
    width: 48.5%;
  }
  .home-blog-post ul.amblog-list li.amblog-item.amblog-recent-post.test .amblog-recent-post-content-wrapper {
    top: 0;
    max-height: 136px;
    z-index: 1;
    padding-right: 0;
  }
  header.page-header.fixed-menu .ammenu-menu-desktop {
    width: 85%;
    left: 15px;
  }
  .ammenu-main-container .ammenu-item.-main {
    padding: 10px 10px 10px 0;
  }
  .home-blog-post ul.amblog-list li.amblog-item.amblog-recent-post .amblog-recent-post-content-wrapper {
    margin-left: 0;
  }
  .filter-options-content ul.items.am-filter-items-attr_category_ids.am-labels-folding .count {
    margin-right: -25px;
  }
  .block.widget.block-products-list.grid.container {
    padding-bottom: 40px;
  }
  .bestselling-products-home {
    padding-top: 40px;
  }
  .licance-images.upr {
    margin-top: 40px;
  }
  .licance-img {
    width: 13.5%;
  }
  .home-licancesection {
    padding: 40px 12px;
  }
  .block.widget.block-products-list.grid .products-grid .product-item {
    width: 14.5%;
  }
  .homepage-mainsectionone .col-md-2 {
    width: 17%;
  }
  .rightsection .right-top .rightbottom-left img {
    min-height: 230px;
  }
  .leftbottom-right img {
    min-height: 245px;
  }
  .right-bottom img {
    min-height: 250px;
  }
  .toolbar-sorter.sorter {
    margin-top: 45px;
  }
  .catalogsearch-result-index .toolbar-sorter.sorter {
    margin-top: 0;
  }
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-one-left {
    width: 100%;
  }
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-center-two,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-three-left {
    width: 100%;
    margin: 0;
    margin-top: 24px;
  }
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory,
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .two-level-catgeory {
    width: 100%;
    padding: 0;
  }
  /*home page*/
  .catalog-product-view .product-info-main {
    padding-right: 0;
  }
  .catalog-product-view .product-info-main .customfees {
    width: 100%;
  }
  .contact-index-index .col-md-3.my-cols.color {
    width: 33.33%;
  }
  .contact-index-index .for-line {
    min-height: 41px;
    max-height: 41px;
    overflow: hidden;
    margin-bottom: 0;
  }
  .cms-index-index div.catonebanner-img .reward-scheme {
    padding: 0 20px;
    height: 75px;
  }
  .cms-index-index div.catonebanner-img a {
    margin: 10px 0px 0 0;
  }
  .cms-index-index div.catonebanner-img .scheme-left {
    width: 78%;
  }
  .cms-index-index div.catonebanner-img .h3 {
    margin: 0;
  }
  .checkout-cart-index .cart-container .form-cart {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }
  .checkout-cart-index .cart-container .cart-summary {
    width: 100%;
    margin-bottom: 80px;
  }
  .checkout-cart-index .cart-container .cart-summary .checkout-methods-items {
    bottom: -75px;
  }
  .checkout-cart-index .page-footer {
    margin-top: 0;
  }
  .checkout-index-index .header.content {
    padding: 0;
  }
  .checkout-index-index .opc-wrapper {
    width: 100%;
  }
  .checkout-index-index .opc-sidebar {
    width: 100%;
    margin-top: 10px;
  }
  .checkout-index-index .checkout-shipping-method .actions-toolbar .action.primary,
  .checkout-index-index .checkout-shipping-method .actions-toolbar .amshopby-button,
  .checkout-index-index .checkout-shipping-method .actions-toolbar .am-filter-go {
    margin-top: 15px;
  }
  .opc-block-summary .items-in-cart > .title {
    border-top: 1px solid #cccccc;
    margin-top: 15px;
  }
  .opc-block-summary .items-in-cart > .title:after {
    top: 6px;
  }
}
@media (max-width: 1023px) {
  header.page-header.fixed-menu .header-right ul.header.links li.login-acc.wishlist {
    display: none;
  }
  .page-products.catalog-category-view.page-layout-2columns-left .column.main {
    float: right;
  }
  .filter-options-item.allow .filter-options-title:after,
  .filter-options-item .filter-options-title:after,
  .checkout-index-index #checkout .mw-osc-block-title p:after,
  .checkout-index-index #checkout .mw-osc-block-title p:after,
  .checkout-index-index #checkout .mw-osc-block-title p:after {
    right: 0;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .column.main,
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .column.main,
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .column.main,
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .column.main,
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .column.main,
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .column.main,
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .column.main,
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .column.main,
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .column.main,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .column.main,
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .column.main,
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .column.main {
    width: 100%;
  }
  .catgeoryblocks-section .top-linkbtn a {
    width: auto;
  }
  .page-products.catalog-category-view .recently-product-cat {
    width: 100%;
  }
  .ammenu-main-container .ammenu-item.-main {
    padding: 10px 6px 10px 0;
  }
  header.page-header.fixed-menu .ammenu-menu-desktop {
    width: 92%;
    left: -77px;
  }
  .catalog-product-view .personalized-container .directional-pad .popup-controls button#top-right,
  .catalog-product-view .personalized-container .directional-pad .popup-controls button#bottom-right,
  .catalog-product-view .personalized-container .directional-pad .popup-controls button#right {
    left: 13%;
  }
  .catalog-product-view .personalized-container .directional-pad .popup-controls button#center,
  .catalog-product-view .personalized-container .directional-pad .popup-controls button#bottom,
  .catalog-product-view .personalized-container .directional-pad .popup-controls button#top {
    left: 7%;
  }
  .catalog-product-view .personalized-container .directional-pad .popup-controls button#undo,
  .catalog-product-view .personalized-container .directional-pad .popup-controls button#redo {
    left: 70%;
  }
  .catalog-product-view .personalized-container .directional-pad .popup-controls button#clone,
  .catalog-product-view .personalized-container .directional-pad .popup-controls button#delete {
    left: 60%;
  }
  .catalog-product-view .personalized-container .directional-pad .popup-controls button#fh,
  .catalog-product-view .personalized-container .directional-pad .popup-controls button#fv {
    left: 50%;
  }
  .catalog-product-view .personalized-container .directional-pad .popup-controls button#btf,
  .catalog-product-view .personalized-container .directional-pad .popup-controls button#stb {
    left: 40%;
  }
  .catalog-product-view .personalized-container .directional-pad .popup-controls button#rotate,
  .catalog-product-view .personalized-container .directional-pad .popup-controls button#antirotate {
    left: 30%;
  }
  /*category page*/
  .page-products.catalog-category-view .product-items .product-item {
    width: 30%;
  }
  .page-products .actions-secondary {
    z-index: 2;
  }
  .page-products .toolbar.toolbar-products {
    margin-right: 25px;
  }
  .header.content .logo {
    margin-left: 0;
  }
  .header.content .header-right .header.links li.login-acc.wishlist {
    display: inline-block;
  }
  .electronics-banner-top,
  .banner-beauty-top {
    margin-top: 20px;
  }
  .catalog-product-view .column.main .admin__data-grid-outer-wrap .product-items .product-item {
    width: 16.666%;
  }
  .nav-sections .nav-sections-items .nav-sections-item-content:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    border-top: 1px solid #cccccc;
  }
  .logout-res {
    padding: 9px 15px 0 15px;
  }
  .navigation .level0 li {
    padding-right: 10px;
  }
  .page-header {
    border-bottom: 1px solid #cccccc;
  }
  .nav-sections .nav-sections-items .navigation .level0 > .level-top,
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border: none;
  }
  .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: 0;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    padding-left: 15px;
    border: none;
  }
  .navigation a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .nav-sections .nav-sections-items .navigation .level0 > .level-top {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.87);
    pointer-events: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    margin-bottom: 24px;
  }
  .nav-sections .nav-sections-items .nav-sections-item-title a {
    float: left;
    padding-left: 14px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    top: -0px !important;
  }
  .page-products .columns .column.main .container.sj-test .sidebar.sidebar-main {
    width: 25%;
  }
  .page-products .right-side {
    width: 73%;
  }
  .page-products .product-items .product-item {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  header.page-header.fixed-menu .ammenu-menu-desktop {
    width: 95%;
    left: -84px;
  }
  .catalog-product-view .modal-popup._inner-scroll .modal-inner-wrap {
    max-width: 95% !important;
    min-width: inherit;
    width: 100%;
    min-height: unset;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .customer-account-index .intersetsection .checkboxleft {
    width: 33.33%;
    float: left;
    display: inline-block;
    margin-bottom: 12px;
  }
  header .header.content .block-search {
    margin-left: 0;
  }
  .page-products.catalog-category-view .recently-product-cat .product-item:nth-child(4) {
    display: none;
  }
  .block.widget .products-grid .product-items li.product-item,
  .block.widget.block-products-list.grid .products-grid li.product-item {
    width: 30.6%;
    margin: 0 12px 20px 12px;
  }
  .block.widget .products-grid .product-items li.product-item:nth-child(4),
  .block.widget.block-products-list.grid .products-grid li.product-item:nth-child(4) {
    margin-left: 0 !important;
  }
  .biggest-two.dishwashing .biggest-top {
    width: 22.5%;
    height: unset;
    padding-bottom: 24px;
  }
  .biggest-two.dishwashing .biggest-top .biggestimg-sec {
    height: unset;
  }
  button.action.tocart.primary {
    font-size: 11.55px;
    padding: 10px 0;
  }
  .homepage-adbannersection {
    min-height: unset;
  }
  .product-item-details .product-reviews-summary {
    padding-left: 12px;
  }
  .whykawadaer-section-home .main-oneofsttaic .onesection .btm-cont {
    height: max-content;
  }
  .catalog-product-view .payment-iconstatic {
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
  }
  .catalog-product-view .page-title-wrapper {
    width: 100%;
  }
  .catalog-product-view .revewwithwishlist {
    width: 100%;
    float: left;
  }
  .catalog-product-view .revewwithwishlist .wishlist {
    width: 35%;
    float: right;
  }
  .catalog-product-view .sku-custom.responsive {
    display: inline-block;
    width: 50%;
  }
  .catalog-product-view .sku-custom.desktop {
    display: none;
  }
  /*Catgory page*/
  .page-products .products.products-grid {
    width: 95%;
  }
  .page-products .toolbar.toolbar-products {
    margin-right: 10px;
  }
  .page-products .sidebar.sidebar-main {
    padding-right: 0;
  }
  .page-products .sidebar.sidebar-main .block-content.filter-content .filter-options-title {
    padding-right: 0;
  }
  .page-products.catalog-category-view .product-items .product-item {
    width: 29%;
  }
  .filter-options-item.allow.active .filter-options-title:after,
  .checkout-index-index #checkout .mw-osc-block-title.active p:after,
  .checkout-index-index #checkout .mw-osc-block-title.active p:after,
  .checkout-index-index #checkout .mw-osc-block-title.active p:after {
    right: 0;
  }
  .page-products.catalog-category-view .recently-product-cat .product-item {
    width: 29.9% !important;
  }
  /*Product page*/
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item {
    width: 30.5%;
    margin-bottom: 20px;
  }
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item:nth-child(4) {
    margin-left: 0 !important;
  }
  .catalog-product-view .column.main div#hp-prod-list .product-item:nth-child(4) {
    margin-left: 12px !important;
  }
  .catalog-product-view .column.main div#hp-prod-list .product-item:nth-child(5) {
    margin-left: 0;
  }
  .catalog-product-view .column.main .product-info-main .product-add-form .box-tocart .fieldset {
    margin-bottom: 0;
  }
  /*My Account page*/
  .wishlist-index-index .products-grid .product-item {
    width: 29%;
    margin-bottom: 20px;
  }
  .account .block.block-addresses-list,
  .account .sales-order-history .table-wrapper.orders-history {
    overflow-x: scroll;
  }
}
@media (min-width: 768px) {
  .catalogsearch-result-index .toolbar.toolbar-products {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .page-products .products-list .product-item .product-item-info .listingproduct-right .actions-secondary.listingview .action.towishlist:before {
    top: -12px;
  }
  .customer-account-index .intersetsection .checkboxleft {
    width: 33.33%;
    float: left;
    display: inline-block;
    margin-bottom: 12px;
  }
  .catalog-product-view .product-info-main .product.alert form#notify-form {
    width: 100%;
  }
  .catalog-product-view .product-info-main .product.alert .control {
    width: 60%;
  }
  .catalog-product-view .product-info-main .product.alert .control input.notify_email.input-text {
    width: 100%;
  }
  .catalog-product-view .product-info-main .product.alert .submitsction {
    width: 40%;
  }
  .customer-account-edit .intersetsection .checkboxleft {
    width: 50%;
  }
  .name-top-twoone {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .fourbiggestlevel-section.storage,
  .fourbiggestlevel-section.threeone,
  .six-level-catgeory.coffee {
    width: 100%;
  }
  .biggest-two .biggest-top {
    width: 48%;
  }
  .biggest-two.dishwashing .biggest-top {
    width: 22.5%;
    height: unset;
    padding-bottom: 24px;
  }
  .biggest-two.dishwashing .biggest-top .biggestimg-sec {
    height: unset;
  }
  .whykawadaer-section-home .main-oneofsttaic .onesection {
    width: 50%;
    margin-bottom: 24px;
  }
  .whykawadaer-section-home .main-oneofsttaic .onesection:nth-child(5) {
    display: none;
  }
  .whykawadaer-section-home .main-oneofsttaic .onesection .btm-cont {
    display: none;
  }
  .whykawadaer-section-home .main-oneofsttaic .onesection:nth-child(2),
  .whykawadaer-section-home .main-oneofsttaic .onesection:nth-child(4) {
    border: 0;
  }
  .page-products.catalog-category-view .page-title-wrapper .page-title {
    width: 100%;
    margin-bottom: 24px;
  }
  header .header.content .logo {
    padding: 20px 0;
  }
  /*Contact us page design*/
  .contact-index-index .cms-main .googlemap .address-location-block .address-mainsection {
    width: 100%;
    margin-top: 0;
  }
  .contact-index-index .cms-main .googlemap .address-location-block .address-mainsection .office-one {
    width: 100%;
    float: left;
    display: inline-block;
  }
  .contact-index-index .cms-main .googlemap .address-location-block .address-mainsection .office-one .main-title {
    width: 100%;
  }
  .contact-index-index .cms-main .googlemap .address-location-block .address-mainsection .office-one .main-title .imgleft {
    float: left;
  }
  .contact-index-index .cms-main .googlemap .address-location-block .address-mainsection .office-one .main-title h2 {
    float: left;
  }
  .contact-index-index .cms-main .newcontactdiv {
    margin-top: 0;
  }
  .contact-index-index .cms-main .newcontactdiv form.hdmx__contact-form {
    padding: 24px 0;
  }
  .catalog-product-view .payment-iconstatic {
    width: 100%;
    margin-bottom: 24px;
  }
  body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item {
    width: 30%;
  }
  /*Quote cart page*/
  .amasty_quote-cart-index form.form.form-cart {
    max-width: 100%;
    width: 100%;
  }
  .amasty_quote-cart-index .cart-summary {
    width: 100%;
  }
  .page-products.ambrand-index-index.page-layout-2columns-left .products.wrapper.grid.products-grid .product-items .product-item {
    width: 29%;
  }
  /*new category pages design*/
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item {
    width: 31%;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child {
    display: inline-block;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4) {
    margin-left: 0;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3) {
    margin-right: 0;
  }
  .page-products .block-content.filter-content .filter-options-title {
    padding-right: 0;
  }
  .page-products.catalog-category-view .recently-product-cat {
    padding-left: 0;
  }
  .catgeoryblocks-section .top-banner {
    padding-bottom: 24px;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .block.filter {
    display: none;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page {
    width: 100%;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item {
    width: 30%;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .two-level-catgeory {
    width: 100%;
    padding-top: 24px;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .two-level-catgeory .img-namesection {
    text-align: center;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory {
    width: 100%;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory {
    margin-top: 24px;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory,
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .biggest-two {
    padding-top: 24px;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section {
    padding-top: 24px;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection .fourbiggestlevel {
    height: auto;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection .fourbiggestlevel .image-top-twelve {
    height: auto;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection .fourbiggestlevel .name-top-twelve {
    padding: 12px 0;
  }
  .catgeoryblocks-section .top-linkbtn h2 {
    font-size: 19.57px;
    line-height: 27px;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec .bigthreeleftsc .biggest-threesuper .biggest-three {
    display: none;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .column.main {
    width: 100%;
  }
  .page-products.catalog-category-view .product-items .product-item,
  .page-products.catalog-category-view .recently-product-cat .product-item {
    width: 29%;
  }
  .biggest-two.three .biggest-top-three {
    width: 31%;
  }
  .page-products.catalog-category-view.page-layout-2columns-left .column.main {
    float: left;
    width: 77%;
  }
  .page-products .toolbar.toolbar-products {
    margin-right: -12px;
  }
  header .header.content .header-right {
    padding-top: 25px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    position: fixed;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method label.label {
    padding-left: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group.-collapsible.-closed {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-shipping-method .step-content.amcheckout-content div#checkout-step-shipping_method tr.row.amcheckout-method {
    width: 100%;
  }
  .checkout-index-index .checkout-payment-method .actions-toolbar .primary {
    width: 100%;
  }
  .page-products .products-list .product-item .product-item-photo {
    padding: 12px !important;
  }
  .page-products .products-list .product-item .product-item-info .product-item-details {
    width: auto;
    padding: 0 12px;
  }
  .page-products .products-list .product-item .product-item-info .product-item-details .product-item-name {
    margin-top: 12px;
  }
  .page-products .products-list .product-item .product-item-info .listingproduct-right {
    width: 100%;
    margin-bottom: 12px;
    padding: 0 12px;
  }
  .page-products .products-list .product-item .product-item-info .listingproduct-right .price-box {
    margin: 0;
  }
  .homepage-adbannersection {
    min-height: unset;
  }
  .home-catsec h2 {
    margin-top: 24px;
  }
  .cms-home ul.post-list .post-holder .post-title a {
    white-space: inherit;
    font-size: 13.7px;
    letter-spacing: 0.1px;
  }
  .block.widget .products-grid .product-items li.product-item,
  .block.widget.block-products-list.grid .products-grid .product-item {
    width: 30.7%;
    margin-bottom: 20px;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0 !important;
  }
  .featuredsection-homepg.english .block.widget.block-products-list.grid .products-grid .product-item:nth-child(3),
  .homecatsection-homepg.english .block.widget.block-products-list.grid .products-grid .product-item:nth-child(3) {
    margin-right: 0;
  }
  .checkout-cart-index .block.widget .products-grid .product-items li.product-item {
    width: 22.5%;
  }
  .page-products .toolbar.toolbar-products .toolbar-sorter.sorter {
    right: 48px;
  }
  ul.sub-cat.customcatlist {
    width: 49%;
  }
  .cat-promotionimg-section .catpro-imgone,
  .customcatlist-hlm ul.sub-cat.customcatlist li,
  .cat-promotionimg-section .catpro-imgtwo {
    width: 100%;
  }
  .page-products.catalog-category-view .sidebar.sidebar-main {
    padding-right: 0;
  }
  h1.page-title {
    font-size: 26.15px;
    line-height: 20px;
  }
  .ammenu-tabs-container > .ammenu-content > .ammenu-menu-desktop.-sticky {
    display: none !important;
  }
  .cat-promotionimg-section .catpro-imgtwo {
    margin-left: 0;
  }
  .cat-promotionimg-section,
  .customcatlist-hlm {
    padding: 24px 0;
  }
  .checkout-index-index .page-header .header.content .logo {
    padding: 12px 0;
  }
  .page-footer div.col-md-2 {
    width: 25%;
  }
  .filter-options-item.allow.active .filter-options-title:after,
  .checkout-index-index #checkout .mw-osc-block-title.active p:after,
  .filter-options-item.allow .filter-options-title:after,
  .filter-options-item .filter-options-title:after,
  .checkout-index-index #checkout .mw-osc-block-title p:after,
  .checkout-index-index #checkout .mw-osc-block-title p:after,
  .checkout-index-index #checkout .mw-osc-block-title.active p:after,
  .checkout-index-index #checkout .mw-osc-block-title p:after,
  .checkout-index-index #checkout .mw-osc-block-title.active p:after {
    right: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    width: 29%;
  }
  .amblog-index-post .desktop.two-columns-right section.content .desktop-block.amblog-item {
    width: 100%;
    padding: 0;
  }
  .amblog-index-post .desktop.two-columns-right section.content .desktop-block.amblog-item .amblog-content,
  .amblog-index-post .amblog-comments-wrapper {
    padding: 0;
  }
  .page-footer .footer-bottom .footer-payment-method {
    float: none;
  }
  .page-footer .footer-copy-right .col-md-12.footer-bottom {
    width: 100%;
    text-align: center;
    float: none;
    padding: 0;
  }
  .page-footer .footer-copy-right .col-md-12.leftcopy {
    width: 100%;
  }
  .filter-options-content .count {
    padding-left: 0;
  }
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item:nth-child(5) {
    margin-left: 0;
  }
  .account.sales-order-view .column.main h1.page-title {
    width: 60%;
  }
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item .product-item-info .product-item-details .product-item-name {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    height: auto;
    padding-left: 11px;
  }
  .catalog-product-view .recently-product-cat .block-title {
    padding-top: 24px;
    margin-top: 24px;
  }
  #configcustom {
    margin-bottom: 15px;
  }
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item {
    width: 30.5%;
    margin-bottom: 20px;
  }
  header.page-header.fixed-menu ul.header.links .login-acc.sticky.search {
    display: none;
  }
  .header.content .block-search {
    width: 36%;
  }
  .header.content .block-search {
    padding: 12px 0;
  }
  .header.content .logo {
    padding: 20px 0;
  }
  header.page-header.fixed-menu .header-right,
  .header.content .header-right {
    padding-top: 24px;
  }
  header.page-header.fixed-menu .block.block-search {
    display: inline-block;
  }
  .ammenu-main-container .ammenu-item.-main:hover {
    border-bottom: 1px solid #001d47;
  }
  .cms-index-index ol.product-items li .product-item-info {
    border: none;
  }
  .cms-index-index ol.product-items li .product-item-info .product-item-details .product-item-name,
  .cms-index-index ol.product-items li .product-item-info .sj-image-container .product-item-details .price-final_price,
  .cms-index-index ol.product-items li .product-item-info .sj-image-container .product-item-details .price {
    background: transparent;
  }
  .cms-index-index ol.product-items li .product-item-info .product-item-details {
    position: unset;
    background: transparent;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cms-index-index ol.product-items li .product-item-info .product-item-details .product-item-name {
    padding: 0;
    height: auto;
    position: unset;
    padding-left: 12px;
  }
  .cms-index-index ol.product-items li .product-item-info .product-item-details .product-item-name a.product-item-link {
    color: rgba(0, 0, 0, 0.87);
    top: unset;
  }
  .cms-index-index ol.product-items li .product-item-info .sj-image-container .product-item-details .price-final_price {
    color: rgba(0, 0, 0, 0.87);
    position: relative;
    padding-left: 0;
  }
  .cms-index-index ol.product-items li .product-item-info .sj-image-container .product-item-details .price {
    padding: 0;
    color: rgba(0, 0, 0, 0.87);
  }
  .home-blog-post ul.amblog-list li.amblog-item.amblog-recent-post.test .amblog-recent-post-image-wrapper {
    top: -138px;
  }
  .home-blog-post ul.amblog-list li.amblog-item.amblog-recent-post.test .amblog-recent-post-content-wrapper {
    top: 31px;
    width: 88%;
  }
  .header.content .header-right .header.links li.login-acc.wishlist {
    display: none;
  }
  .header.content .block-search {
    padding-left: 0;
    margin-left: 0;
  }
  span.ammenu-menu-toggle {
    display: flex !important;
  }
  .header.content .logo {
    margin-left: 40px;
  }
  header.page-header.fixed-menu .ammenu-menu-desktop {
    display: none;
  }
  .cms-home .home-blog-post {
    margin-top: 12px;
    padding: 12px 0;
  }
  .home-blog-post ul.amblog-list {
    padding-top: 12px;
  }
  .cms-home .home-blog-post .homeblog-right-image,
  .bestseller-bootom-image {
    display: none;
  }
  .bestselling-products-home {
    padding-bottom: 12px;
  }
  form#discount-coupon-form {
    width: 100%;
  }
  .checkout-cart-index .page-title-wrapper {
    padding: 12px 0;
  }
  .homepage-mainsectionone .col-md-2 {
    width: 17%;
  }
  .bestselling-products-home {
    padding-top: 12px;
  }
  .viewall-home {
    margin-top: 12px;
  }
  .viewall-home .viewallbtn {
    padding: 0;
    min-width: 175px;
  }
  .block.widget.block-products-list.grid.container {
    padding-bottom: 12px;
  }
  .home-licancesection {
    padding: 12px;
  }
  .rightsection .right-top .rightbottom-left img {
    min-height: 172px;
  }
  .leftbottom-right img {
    min-height: 182px;
  }
  .right-bottom img {
    min-height: 190px;
  }
  .home-licancesection hr,
  .block-title hr {
    width: 56px;
  }
  .block.widget.block-products-list.grid .block-title h2 {
    font-size: 26.15px;
    line-height: 20px;
  }
  .newsletter-new form.form.subscribe .control input {
    width: 100%;
  }
  .page-footer .col-md-2.last-child {
    width: 100%;
  }
  .page-footer .col-md-2 li a {
    font-size: 12.82px;
  }
  .page-products .filter-options-title {
    padding-left: 0;
  }
  .page-products .filter-options-content {
    padding-left: 0;
  }
  .page-products .am-filter-items-attr_price {
    padding-left: 7px;
  }
  .filter-options-content ul.items.am-filter-items-attr_category_ids.am-labels-folding span.label {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .cart.table-wrapper button.amquote-addto-button {
    left: 0;
    text-align: left;
  }
  .whykawadaer-section-home .main-oneofsttaic .onesection .titlemiddle h3 {
    font-size: 13.65px;
  }
  .catalog-product-view .wedeliver-sec {
    width: 100%;
  }
  .checkout-index-index #shipping-new-address-form .field,
  .checkout-index-index #shipping-new-address-form .field.additional,
  .checkout-index-index #shipping-new-address-form .field._required {
    width: 100%;
    margin-bottom: 12px;
  }
  .checkout-index-index #shipping-new-address-form .field.street .field {
    width: 100%;
  }
  .am-button-wrapper .am-sl-text {
    width: 100%;
  }
  .am-social-wrapper .am-social-login {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    display: inline-block;
  }
  .trackorder-index-view .actions-toolbar .action.track.primary {
    width: 100%;
  }
  .catalog-product_compare-index main#maincontent {
    margin-top: 28px;
  }
  .catalog-product_compare-index .page-title-wrapper {
    margin-bottom: 0;
  }
  .catalog-product_compare-index .page-title-wrapper h1.page-title span {
    font-size: 15.65px;
    line-height: 27px;
    letter-spacing: .15px;
  }
  .catalog-product_compare-index .table-wrapper.comparison {
    border: 0;
  }
  .catalog-product_compare-index .table-wrapper.comparison .table-comparison .cell {
    padding: 4px;
  }
  .catalog-product_compare-index .table-wrapper.comparison .product-item-actions {
    margin: 0;
  }
  .catalog-product_compare-index .table-wrapper.comparison .product-item-actions .secondary-addto-links.actions-secondary {
    width: 16px;
    min-width: unset;
  }
  .catalog-product_compare-index .table-wrapper.comparison .product-item-actions .actions-primary {
    width: auto;
  }
  .amasty_quote-cart-index main#maincontent {
    margin-top: 28px;
  }
  .amasty_quote-cart-index .quntyarrw {
    left: -22px;
  }
  .amasty_quote-cart-index .checkout-methods-items button.action.primary.checkout,
  .amasty_quote-cart-index .checkout-methods-items button.amshopby-button.checkout,
  .amasty_quote-cart-index .checkout-methods-items button.am-filter-go.checkout {
    width: 100%;
    margin-top: 12px;
  }
  .amasty_quote-quote-success main#maincontent {
    margin-top: 28px;
  }
  .amasty_quote-quote-success .checkout-success {
    max-width: 100%;
  }
  .amasty_quote-quote-success .checkout-success .actions-toolbar .primary a.action.primary.continue,
  .amasty_quote-quote-success .checkout-success .actions-toolbar .primary a.amshopby-button.continue,
  .amasty_quote-quote-success .checkout-success .actions-toolbar .primary a.am-filter-go.continue {
    width: 100%;
  }
  .amasty_quote-quote-success .page-title-wrapper h1.page-title span {
    font-size: 15.65px;
    line-height: 27px;
  }
  .customer-account-forgotpassword main#maincontent {
    margin-top: 32px;
  }
  .blog-index-index main#maincontent,
  .blog-post-view main#maincontent,
  .trackorder-index-view main#maincontent {
    margin-top: 28px;
  }
  .blog-index-index .page-title-wrapper {
    margin: 12px 0;
  }
  .blog-post-view .page-title-wrapper {
    width: 100%;
    max-width: 100%;
  }
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section.threeone .img-namesection .fourbiggestlevel {
    width: 50%;
  }
  .six-level-catgeory.cooking .img-namesection {
    border-bottom: 0;
  }
  .six-level-catgeory.cooking .img-namesection .sixone {
    width: 50%;
  }
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .threebiggestlevel-section {
    width: 100%;
    padding-right: 0;
  }
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .biggest-two {
    width: 100%;
    padding-left: 0;
  }
  .new-mainfifty .fifty-level-catgeory {
    width: 100%;
    padding: 0;
  }
  .new-mainfifty .fifty-level-catgeory.right {
    margin-top: 24px;
  }
  .six-level-catgeory.coffee .img-namesection .sixone {
    width: 50%;
  }
  .cms-page-view main#maincontent,
  .checkout-cart-index main#maincontent,
  .contact-index-index main#maincontent {
    margin-top: 50px;
  }
  .account .sidebar.sidebar-main {
    border-bottom: 0;
  }
  .biggest-two .biggest-top .top-linkbtn h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .customer-account-create main#maincontent {
    margin-top: 50px;
  }
  .customer-account-create .fieldset > .legend {
    padding-bottom: 12px;
  }
  .am-social-wrapper {
    width: 100%;
  }
  aside.modal-popup.confirm {
    z-index: 5 !important;
  }
  .customer-account-create .page-title-wrapper h1.page-title span {
    font-size: 19.57px;
    line-height: 27px;
  }
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-one-left {
    height: 435px;
  }
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-one-left .biggestimg-sec {
    height: 335px;
  }
  .customer-account-login h1.page-title span {
    font-size: 19.57px;
    line-height: 27px;
  }
  .customer-account-forgotpassword h1.page-title span {
    font-size: 19.57px;
    line-height: 27px;
  }
  .customer-account-createpassword form.form.password.reset h1.page-title span {
    font-size: 19.57px;
    line-height: 27px;
  }
  .filter .filter-current-subtitle {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 12px;
  }
  .filter .filter-current {
    position: relative;
    top: 34px;
    text-align: left;
    font-size: 12px;
  }
  .checkout-cart-index .cart-container {
    margin-top: 30px;
  }
  .checkout-cart-index .cart-container .cart-summary strong.summary.title {
    margin-top: 0;
  }
  .checkout-cart-index .checkout-payment-method .step-title {
    padding: 8px;
  }
  .checkout-cart-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
    height: 36px;
  }
  .customer-account-edit .intersetsection .checkboxleft {
    width: 50%;
  }
  .customer-account-login .page-title-wrapper {
    margin-top: 12px;
  }
  .fa-icon-cs {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
  .active h3.mb-line:after {
    content: "\f106";
    color: #212b36;
  }
  h3.mb-line {
    font-size: 13.7px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  h3.mb-line:after {
    content: "\f107";
    float: right;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    color: #212b36;
  }
  .whykawadaer-section-home .main-oneofsttaic .onesection {
    width: 50%;
    margin-bottom: 24px;
  }
  .whykawadaer-section-home .main-oneofsttaic .onesection:nth-child(5) {
    display: none;
  }
  .whykawadaer-section-home .main-oneofsttaic .onesection .btm-cont {
    display: none;
  }
  .whykawadaer-section-home .main-oneofsttaic .onesection:nth-child(2),
  .whykawadaer-section-home .main-oneofsttaic .onesection:nth-child(4) {
    border: 0;
  }
  .revewwithwishlist .wishlist .compare-product a.action.tocompare {
    float: right;
    text-align: right;
    position: relative;
    right: -48px;
    color: rgba(0, 0, 0, 0.87);
  }
  .revewwithwishlist .wishlist .actions-secondary {
    left: 150px;
    float: right;
    margin-top: 0;
  }
  .revewwithwishlist .wishlist .rollerhove {
    bottom: 0;
    left: 0;
    float: right;
  }
  .main-secdeliver {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding-top: 14px;
  }
  .main-secdeliver .payment-iconstatic {
    display: none;
  }
  .wedeliver-sec .content-right {
    font-size: 13.7px;
  }
  .catalog-product-view .sku-custom.desktop {
    display: none;
  }
  .catalog-product-view .sku-custom.responsive {
    display: inline-block;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart {
    margin: 12px 0;
    height: unset;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .action.tocart {
    width: 48%;
    margin-right: 0;
    margin-left: 8px;
    float: right;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .action.tocart span {
    font-size: 11.55px;
  }
  .product-info-main .product-add-form .box-tocart .fieldset .number {
    margin-top: 9px;
  }
  .page-products .toolbar-sorter.sorter select {
    margin: 0;
    border: 0;
  }
  .block.filter {
    float: right;
    width: 50%;
    text-align: center;
    position: relative;
    top: -52px;
    right: 20px;
  }
  .filter-options-content ul.items.am-filter-items-attr_category_ids.am-labels-folding .count {
    margin-right: 0;
    float: right;
  }
  .filter-options-content ul.items.am-filter-items-attr_category_ids.am-labels-folding span.label {
    width: auto;
    font-size: 13.82px;
  }
  .page-products.catalog-category-view .page-title-wrapper .page-title {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    top: 38px;
    margin-top: 0;
  }
  .block.filter.active {
    text-align: left;
  }
  .catalog-product-view .product-info-main .shortdesct {
    padding-top: 15px;
  }
  .catalog-product-view .product-info-main .shortdesct ul {
    display: inline-block;
    width: 100%;
    padding-left: 0;
  }
  .itemhshsh:nth-child(2),
  .itemhshsh:nth-child(3) {
    display: none;
  }
  .asw {
    color: #ff6600;
    font-size: 13.65px;
    font-weight: 600;
    letter-spacing: 0.15px;
    line-height: 24px;
    text-align: center;
    text-decoration: underline;
  }
  #accordion h3 > a.accordion-toggle.collapsed::before {
    content: '\f107';
    float: right;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: normal;
  }
  #accordion h3 > a.accordion-toggle::before {
    content: '\f106';
    float: right;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: normal;
  }
  .product-social-links .action.towishlist:before {
    z-index: 9;
  }
  .block-bundle-summary .action.towishlist:before {
    z-index: 9;
  }
  .product-item .action.towishlist:before {
    z-index: 9;
  }
  .table-comparison .action.towishlist:before {
    z-index: 9;
  }
  .page-products .products.products-grid.amscroll-pages {
    margin-top: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method {
    width: 100%;
  }
  .checkout-index-index main#maincontent {
    margin-top: 48px;
  }
  .checkout-index-index .header.content.content .container .container {
    float: none;
  }
  .checkout-index-index .header.content.content .container .container a.logo {
    width: 132px;
  }
  .checkout-index-index .header.content.content .block-search {
    margin-top: 12px;
  }
  .account.amasty_quote-account-view .page-main .page-title-wrapper .order-status {
    padding: 5px;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > *,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method label.label {
    font-size: 13.65px;
  }
  .page-header .minicart-wrapper .minicart-items .product-item-details .product.actions {
    float: right;
  }
  /*catgeory page list view*/
  .page-products .products-list .product-item .product-item-info .product-item-details .product.name.product-item-name {
    padding: 0;
  }
  .page-products .products-list .product-item .product-item-info .product-item-details .product-item-description {
    display: none;
  }
  .page-products .page-title-wrapper {
    margin-bottom: 12px;
  }
  /*Contact us page design*/
  .contact-index-index .cms-main .newcontactdiv {
    margin-top: 0;
    background: transparent;
    padding: 0 15px;
  }
  .contact-index-index .cms-main .newcontactdiv form.hdmx__contact-form {
    padding: 0;
    width: 100%;
  }
  .contact-index-index .cms-main .newcontactdiv form.hdmx__contact-form .fields.group-3 .field {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .contact-index-index .cms-main .newcontactdiv form.hdmx__contact-form .field.required.comment {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .contact-index-index .cms-main .newcontactdiv form.hdmx__contact-form .actions-toolbar button.action.primary,
  .contact-index-index .cms-main .newcontactdiv form.hdmx__contact-form .actions-toolbar button.amshopby-button,
  .contact-index-index .cms-main .newcontactdiv form.hdmx__contact-form .actions-toolbar button.am-filter-go {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .contact-index-index .cms-main .googlemap {
    display: none;
  }
  /*Search result page*/
  .page-products.page-with-filter.catalogsearch-result-index.page-layout-1column .column.main,
  body.page-products.page-with-filter.catalogsearch-result-index .container.sj-test {
    padding: 0;
  }
  body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item:nth-child(even) {
    margin-right: 0 !important;
  }
  body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item {
    margin-bottom: 24px !important;
    width: 45%;
    padding: 0;
  }
  /*Responsive design changes*/
  .catgeoryblocks-section .top-banner.responsive {
    display: inline-block;
  }
  .catgeoryblocks-section .top-banner.desktop {
    display: none;
  }
  .customer-account-logoutsuccess .column.main .container {
    max-width: 100%;
  }
  .revewwithwishlist .wishlist .compare-product a {
    float: left;
  }
  .revewwithwishlist .wishlist .compare-product {
    margin-top: 0;
  }
  .revewwithwishlist .wishlist {
    width: 100%;
    float: left;
  }
  .product-info-main .product-add-form .box-tocart .actions {
    float: left;
    max-width: 100%;
    width: 100%;
    margin-top: 24px;
  }
  .page-header .panel ul.top-left img,
  .page-header .panel ul.top-right li.loginlink,
  .ship-to-header,
  .homecatsection-homepg .block-title-right-more {
    display: none;
  }
  .header.content .amquote-cart-wrapper.minicart-wrapper {
    margin: 0;
  }
  header .header.content .header-right {
    padding-top: 20px;
  }
  header .header.content .logo {
    padding: 14px 0;
    width: auto;
    left: unset;
  }
  header.page-header {
    border: none;
  }
  .page-header .panel ul li img,
  .ship-to-header,
  .page-header .panel ul li.loginlink {
    display: none;
  }
  .page-header .panel ul.top-left a.track-link {
    padding-left: 0;
  }
  header .header.content .block-search {
    margin-right: 0;
    padding-top: 12px;
  }
  .page-footer div.col-md-2 {
    width: 100%;
    padding: 0;
  }
  .page-footer .h3 {
    margin: 0 0 24px 0;
  }
  .page-footer {
    padding-top: 24px;
  }
  .payment-btmftr {
    width: 100%;
    padding: 24px 0;
  }
  .newsletter-new form.form.subscribe .actions {
    top: 48px;
  }
  header .header.content .block-search {
    padding: 0;
    margin-right: 0;
    width: 100%;
    float: left;
    position: unset;
  }
  header.page-header .block-search .minisearch .action.search:before {
    background-image: none;
  }
  .homepage-adbannersection.responsive {
    display: inline-block;
  }
  .homepage-adbannersection.desktop {
    display: none;
  }
  /*Quote cart page*/
  .amasty_quote-cart-index .page-title-wrapper {
    padding: 12px 0 0;
  }
  .amasty_quote-cart-index .page-title-wrapper h1 span {
    font-size: 19.57px;
    line-height: 27px;
  }
  .amasty_quote-cart-index form.form.form-cart {
    max-width: 100%;
    width: 100%;
  }
  .amasty_quote-cart-index form.form.form-cart .cart.main.actions button.action.clear-quote {
    width: 100%;
  }
  .amasty_quote-cart-index form.form.form-cart .cart.main.actions button.action.update {
    width: 100%;
    margin-bottom: 30px;
  }
  .amasty_quote-cart-index .cart-summary {
    width: 100%;
  }
  .amasty_quote-cart-index .cart-summary strong.summary.title {
    display: inline-block;
  }
  .amasty_quote-cart-index .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .amasty_quote-cart-index .cart-summary .cart-totals {
    padding-right: 0;
    padding-left: 0;
  }
  .amasty_quote-cart-index .cart-summary .quote-details {
    padding: 0;
  }
  /*new category pages design*/
  .four-level-catgeory .img-namesection .fourone .name-top-fourone {
    padding: 12px 0;
  }
  .four-level-catgeory .img-namesection .fourone .name-top-fourone a {
    font-size: 10.66px;
    font-weight: normal;
    letter-spacing: 0.36px;
    line-height: 14.4px;
  }
  .top-linkbtn {
    padding: 8px 12px;
    height: 56px;
  }
  .two-level-catgeory .img-namesection .twoone .name-top-twoone a {
    font-size: 10.66px;
    font-weight: normal;
    letter-spacing: 0.36px;
    line-height: 14.4px;
  }
  .six-level-catgeory .img-namesection .sixone .name-top-sixone a {
    font-size: 10.66px;
    font-weight: normal;
    letter-spacing: 0.36px;
    line-height: 14.4px;
  }
  .fourbiggestlevel-section.threeone .img-namesection .fourbiggestlevel {
    width: 50%;
  }
  .biggest-two .biggest-top {
    width: 48%;
    float: left;
    display: inline-block;
    border: 1px solid #dedede;
    height: 275px;
  }
  .biggest-two .biggest-top .top-linkbtn {
    padding: 10px 12px;
    text-align: center;
    width: 100%;
    display: inline-block;
    border: 0;
    height: 56px;
    font-size: 15.65px;
    letter-spacing: 0.15px;
    line-height: 24px;
    font-weight: normal;
  }
  .biggest-two .biggest-top .top-linkbtn h2 {
    padding-bottom: 24px;
    font-size: 15.65px;
    font-weight: 600;
    letter-spacing: 0.15px;
    line-height: 24px;
  }
  .biggest-two .biggest-top .biggestimg-sec {
    height: unset;
    padding: 0;
    padding-bottom: 0;
    width: 49%;
    display: inherit;
  }
  .biggest-two .biggest-top .viewallbigg {
    text-align: center;
    width: 100%;
    display: inline-block;
    float: none;
    padding: 24px;
    padding-top: 0;
  }
  .catgeoryblocks-section {
    display: inline-block;
  }
  .catgeoryblocks-section .top-banner {
    padding-bottom: 24px;
  }
  .catgeoryblocks-section .four-level-catgeory .top-linkbtn {
    height: 56px;
    border: 1px solid #dedede;
    background-color: #f1f2f4;
    padding: 8px 12px;
  }
  .catgeoryblocks-section .four-level-catgeory .top-linkbtn h2 {
    color: #ff6600;
    font-size: 15.65px;
    font-weight: 600;
    letter-spacing: 0.15px;
    line-height: 24px;
    margin: 0;
    padding: 6px 0;
  }
  .catgeoryblocks-section .top-linkbtn h2 {
    color: #ff6600;
    font-size: 15.65px;
    font-weight: 600;
    letter-spacing: 0.15px;
    line-height: 24px;
    margin: 0;
    padding: 6px 0;
  }
  .catgeoryblocks-section .top-linkbtn a {
    width: 96px;
    font-size: 13.55px;
    font-weight: bold;
    letter-spacing: 1.25px;
    line-height: 16px;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection {
    display: contents;
    width: 100%;
    border-width: 0px 1px 1px;
    border-style: solid solid solid;
    border-color: #dedede #dedede #dedede;
    border-image: initial;
    border-top: 0px;
    border-right: 0;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection .fourbiggestlevel {
    height: auto;
    width: 50%;
    float: left;
    display: inline-block;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection.bottom {
    border-right: 0;
    border-bottom: 0;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection {
    display: inline-block;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection .twelve {
    width: 50%;
    height: auto;
    border-bottom: 1px solid #dedede;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection .twelve .image-top-twelve {
    height: auto;
    width: 42%;
    text-align: center;
    margin: 0 auto;
    display: inherit;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection .twelve .name-top-twelve a {
    font-size: 10.66px;
    letter-spacing: 0.36px;
    line-height: 14.4px;
    font-weight: normal;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .block.filter {
    display: none;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .two-level-catgeory {
    width: 100%;
    padding-top: 24px;
    padding-left: 0;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .two-level-catgeory .img-namesection {
    text-align: center;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .two-level-catgeory .img-namesection .twoone {
    height: auto;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .two-level-catgeory .img-namesection .twoone .image-top-twoone {
    height: auto;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .two-level-catgeory .img-namesection .twoone .name-top-twoone {
    padding: 6px 0;
    padding-top: 0;
    text-align: center;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .two-level-catgeory .img-namesection .twoone .name-top-twoone a {
    font-size: 11.85px;
    letter-spacing: 0.4px;
    line-height: 16px;
    font-weight: normal;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory {
    width: 100%;
    padding-right: 0;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory .img-namesection .fourone {
    height: auto;
    width: 50%;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory .img-namesection .fourone .image-top-fourone {
    height: auto;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory .img-namesection .fourone .name-top-fourone {
    padding: 6px 0;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory .img-namesection .fourone .name-top-fourone a {
    font-size: 11.85px;
    letter-spacing: 0.4px;
    line-height: 16px;
    font-weight: normal;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory {
    margin-top: 24px;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection {
    border-right: 0;
    border-bottom: 0;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection .sixone:last-child {
    border-right: 0;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection .sixone {
    width: 50%;
    height: auto;
    border-bottom: 1px solid #dedede;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection .sixone .image-top-sixone {
    height: auto;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection .sixone .name-top-sixone {
    padding: 6px 0;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection .sixone .name-top-sixone a {
    font-size: 11.85px;
    letter-spacing: 0.4px;
    line-height: 16px;
    font-weight: normal;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory {
    padding-top: 24px;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection.three {
    border-right: 0;
    border-bottom: 0;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection.three .twelve {
    border: 1px solid #dedede;
    border-left: 0;
    border-top: 0;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection.three .twelve:last-child {
    border: 1px solid #dedede;
    border-left: 0;
    border-top: 0;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection {
    display: inline-block;
    border: 1px solid #dedede;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection .twelve {
    width: 50%;
    height: auto;
    border: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding-top: 20px;
    border-top: 0;
    border-left: 0;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection .twelve .image-top-twelve {
    height: auto;
    padding-bottom: 12px;
    width: 42%;
    text-align: center;
    margin: 0 auto;
    display: inherit;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection .twelve .name-top-twelve {
    padding: 6px 0;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection .twelve .name-top-twelve a {
    font-size: 10.66px;
    font-weight: normal;
    letter-spacing: 0.36px;
    line-height: 14.4px;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection .twelve:last-child {
    border-right: 1px solid #dedede;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .biggest-two {
    padding-top: 24px;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .biggest-two .biggest-top {
    width: 100%;
    display: inline-block;
    padding-right: 0;
    border: 1px solid #dedede;
    height: auto;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .biggest-two .biggest-top .biggestimg-sec {
    height: auto;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .biggest-two .biggest-top .top-linkbtn {
    padding: 0;
    text-align: center;
    width: 100%;
    display: inline-block;
    border: 0;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .biggest-two .biggest-top .top-linkbtn h2 {
    padding-bottom: 24px;
    width: 100%;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .biggest-two .biggest-top .viewallbigg {
    display: none;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .biggest-two .biggest-top .viewallbigg a {
    float: none;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section {
    padding-top: 24px;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection {
    display: inline-block;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection .fourbiggestlevel {
    width: 50%;
    height: auto;
    border-bottom: 1px solid #dedede;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection .fourbiggestlevel .image-top-twelve {
    height: auto;
    padding-bottom: 12px;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection .fourbiggestlevel .name-top-twelve {
    padding: 6px 0;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection .fourbiggestlevel .name-top-twelve a {
    font-size: 11.85px;
    letter-spacing: 0.4px;
    line-height: 16px;
    font-weight: normal;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection.bottom {
    border-right: 0;
    border-bottom: 0;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection.bottom .fourbiggestlevel {
    border-bottom: 1px solid #dedede;
  }
  /*Ice catgeory page*/
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory {
    width: 100%;
  }
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory .img-namesection .fourone {
    width: 50%;
  }
  /*refrigerator catgeory page*/
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .threebiggestlevel-section {
    padding-top: 24px;
  }
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .threebiggestlevel-section .img-namesection {
    display: inline-block;
  }
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .threebiggestlevel-section .img-namesection .threebiggestlevel {
    width: 50%;
    height: auto;
  }
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .threebiggestlevel-section .img-namesection .threebiggestlevel .image-top-twelve {
    height: auto;
    padding-bottom: 12px;
  }
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .threebiggestlevel-section .img-namesection .threebiggestlevel .name-top-twelve {
    padding: 12px 0;
  }
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .threebiggestlevel-section .img-namesection.bottom {
    border-top: 1px solid #dedede;
  }
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .biggest-two {
    padding-top: 24px;
  }
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .biggest-two .biggest-top {
    width: 100%;
    height: auto;
  }
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .biggest-two .top-linkbtn {
    padding: 12px 0;
    height: auto;
    background: transparent;
  }
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .biggest-two .top-linkbtn .biggestimg-sec {
    height: auto;
  }
  .six-level-catgeory {
    margin-top: 24px;
  }
  .six-level-catgeory .img-namesection {
    border-right: 0;
  }
  .six-level-catgeory .img-namesection .sixone {
    width: 50%;
    border-bottom: 1px solid #dedede;
  }
  .six-level-catgeory .img-namesection .sixone:last-child {
    border-right: 1px solid #dedede;
  }
  .four-level-catgeory {
    width: 100%;
    padding-right: 0;
  }
  .four-level-catgeory .img-namesection .fourone {
    width: 50%;
    height: auto;
  }
  .two-level-catgeory {
    width: 100%;
    padding-left: 0;
    padding-top: 24px;
  }
  .two-level-catgeory .img-namesection .twoone {
    height: auto;
  }
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree {
    margin-top: 24px;
  }
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-one-left,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-three-left {
    width: 100%;
    margin: 0;
  }
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-center-two {
    width: 100%;
    margin-top: 24px;
    margin: 0;
  }
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .top-linkbtn {
    height: 50px;
  }
  /*smallware catgeory page*/
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory .fourone {
    width: 50%;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory .img-namesection {
    height: auto;
    border-right: 0;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory .img-namesection .threeone {
    height: auto;
    width: 50%;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory.left {
    margin-right: 0;
    margin-top: 24px;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory.right {
    margin-left: 0;
    margin-top: 24px;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .twobiggest-categorysec .two-big-catgeory.left {
    margin-right: 0;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .twobiggest-categorysec .two-big-catgeory.right {
    margin-left: 0;
    margin-top: 24px;
  }
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory {
    padding-left: 0;
  }
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .two-level-catgeory {
    padding-right: 0;
    margin-top: 24px;
  }
  .biggest-two.three .biggest-top-three {
    margin: 0;
    width: 100%;
    margin-top: 24px;
  }
  .biggest-two.three .biggest-top-three .top-linkbtn {
    height: 50px;
  }
  .biggest-two.three .biggest-top-three .top-linkbtn .biggestimg-sec {
    height: auto;
  }
  .biggest-two.three {
    margin-top: 0;
  }
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section.threeone,
  .fourbiggestlevel-section.threeone {
    width: 100%;
  }
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section.topbtm {
    padding-top: 24px;
  }
  .biggest-two.three {
    margin-top: 24px;
  }
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section.threeone {
    padding: 24px 0;
  }
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection {
    display: inline-block;
    border-bottom: 0;
  }
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection {
    display: inline-block;
    border-right: 0;
    border-bottom: 0;
  }
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loade .recently-product-cat.category-page,
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page,
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page {
    width: 100%;
  }
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loade .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item {
    width: 46%;
  }
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item .product-image-wrapper,
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item .product-image-wrapper,
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loade .recently-product-cat.category-page li.product-item .product-image-wrapper,
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item .product-image-wrapper,
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item .product-image-wrapper,
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item .product-image-wrapper,
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item .product-image-wrapper,
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item .product-image-wrapper,
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item .product-image-wrapper,
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item .product-image-wrapper,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item .product-image-wrapper,
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item .product-image-wrapper,
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item .product-image-wrapper {
    height: 198px;
  }
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page .block-title,
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page .block-title,
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loade .recently-product-cat.category-page .block-title,
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page .block-title,
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page .block-title,
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page .block-title,
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page .block-title,
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page .block-title,
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page .block-title,
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page .block-title,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page .block-title,
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page .block-title,
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page .block-title {
    margin: 12px 0;
  }
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loade .page-title-wrapper,
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .page-title-wrapper,
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .block.filter,
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .block.filter,
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loade .block.filter,
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .block.filter,
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .block.filter,
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .block.filter,
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .block.filter,
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .block.filter,
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .block.filter,
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .block.filter,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .block.filter,
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .block.filter,
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .block.filter {
    display: none !important;
  }
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loade main#maincontent,
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded main#maincontent {
    margin-top: 0;
  }
  .fourbiggestlevel-section .img-namesection {
    display: inline-block;
  }
  .fourbiggestlevel-section .img-namesection .fourbiggestlevel {
    width: 50%;
    border-bottom: 1px solid #dedede;
    height: auto;
  }
  .fourbiggestlevel-section .img-namesection .fourbiggestlevel .image-top-twelve {
    height: auto;
  }
  .fourbiggestlevel-section .img-namesection .fourbiggestlevel .name-top-twelve {
    padding: 12px 0;
  }
  .fourbiggestlevel-section .img-namesection.bottom {
    border-bottom: 0;
  }
  /*MY Account*/
  fieldset.fieldset .legend span {
    font-size: 15.65px;
    line-height: 24px;
  }
  .newsletter-manage-index .field.choice .label span {
    font-size: 13.82px;
    line-height: 20px;
  }
  .newsletter-manage-index .actions-toolbar .action.save.primary {
    width: 100%;
  }
  /*Category listing page*/
  .page-products .products-list .product-item {
    width: auto;
  }
  .page-products .products-list .product-item .product-item-info .product-item-details {
    width: 90%;
    padding: 0 12px;
  }
  .page-products .products-list .product-item .product-item-info .listingproduct-right {
    width: 100%;
  }
  .page-products .products-list .product-item .product-item-info .listingproduct-right .price-box {
    margin: 0;
  }
  .page-products .products-list .product-item .product-item-info .listingproduct-right .price-box span.price-container span.price {
    font-size: 15.65px;
    letter-spacing: 0.15px;
    line-height: 24px;
  }
  .products {
    margin: 0;
  }
  .page-products.catalog-category-view .products-list .product-items .product-item {
    width: auto;
    margin: 0;
    margin-bottom: 12px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content .form.form-login fieldset#customer-email-fieldset .field.required .input-text {
    width: 100%;
  }
  .amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
    padding: 12px 0;
    padding-bottom: 0;
  }
  .checkout-index-index li#shipping .form-login,
  .catalog-product-view .reviews .reviewsectionright-product .product.descriptionsection {
    padding-bottom: 0;
  }
  .catalog-product-view .reviews .reviewsectionleft-product,
  .catalog-product-view .reviews .reviewsectionright-product {
    width: 100%;
  }
  .catalog-product-view .reviews .reviewsectionright-product {
    padding: 0;
    text-align: justify;
    margin-top: 0;
    background: transparent;
  }
  .review-listing .add-new-review .add-new-review-inner {
    margin-top: 24px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content .form.form-login fieldset#customer-email-fieldset .field.required span.note {
    padding-left: 0;
  }
  .checkout-index-index .am-checkout .checkout-header,
  .catalog-product-view .related-video-section,
  .catalog-product-view .product-attachment.section-main {
    padding-bottom: 24px;
  }
  .catalog-product-view .reviews,
  .catalog-product-view .related-video-section,
  .catalog-product-view .product-attachment.section-main {
    padding-top: 0;
  }
  .checkout-index-index .am-checkout .checkout-header h1.title {
    font-size: 19.57px;
    font-weight: 600;
    letter-spacing: 0.25px;
    line-height: 27px;
  }
  .checkout-index-index .am-checkout .checkout-header .description {
    font-size: 13.7px;
    letter-spacing: 0.1px;
    line-height: 24px;
  }
  .block.widget .products-grid .product-items li.product-item,
  .block.widget.block-products-list.grid .products-grid .product-item {
    width: 30%;
    margin-bottom: 24px;
    padding: 0;
  }
  .checkout-index-index #checkout .payment-method-content .actions-toolbar .primary {
    margin: 0;
  }
  .amcheckout-step-container .amcheckout-title,
  .checkout-index-index #checkout li#opc-shipping_method .step-title {
    padding: 8px;
  }
  .amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
    width: 8px;
    height: 8px;
  }
  .checkout-index-index .checkout-header,
  form.form.form-shipping-address div#shipping-new-address-form .field.street .control input,
  .review-listing .add-new-review .add-new-review-inner {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-shipping-method .step-content.amcheckout-content div#checkout-step-shipping_method tr.row.amcheckout-method {
    border: none;
    height: auto;
    padding: 0;
  }
  .table-checkout-shipping-method tbody td {
    padding-top: 0;
    padding-bottom: 0;
  }
  .amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
  .amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
    border-color: #212b36;
  }
  .amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.totals.sub th.mark,
  .amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.totals.sub td.amount .price,
  .amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.totals.shipping.excl th.mark,
  .amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.grand.totals th.mark,
  .amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.grand.totals td.amount {
    padding: 0;
  }
  .checkout-cart-index .cart-container .cart-summary .checkout-methods-items {
    bottom: -84px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method label.label {
    padding: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .step-title.amcheckout-title,
  .checkout-index-index #checkout li#opc-shipping_method .step-title,
  .amcheckout-step-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .step-title,
  .amcheckout-summary-container .step-title.amcheckout-title,
  .amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.grand.totals th.mark strong,
  .amcheckout-summary-container .amcheckout-wrapper .data.table.table-totals tbody tr.grand.totals td.amount strong .price {
    font-size: 15.65px;
    font-weight: 600;
    letter-spacing: 0.15px;
    line-height: 24px;
  }
  .checkout-index-index .page-header {
    margin-bottom: 0;
  }
  .amcheckout-step-container .amcheckout-additional-options {
    padding: 0 12px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-block.amcheckout-step-container.-summary .step-content.amcheckout-content .amcheckout-wrapper {
    padding: 0 12px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group {
    padding-left: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-block.amcheckout-step-container.-summary .step-title.amcheckout-title {
    padding: 12px;
  }
  .block-search .control {
    border-top: none;
  }
  .mobile-blog .owl-next:after {
    margin-right: 15px;
  }
  .blog-widget-recent.mobile-blog .post-description .post-text-hld,
  .cms-home .mobile-blog .post-holder .post-title a {
    font-size: 13.7px;
  }
  a.hm-see-more {
    padding-right: 17px;
  }
  .price-box span.price-container span.price {
    padding-left: 12px;
  }
  .homepage-adbannersection {
    margin: 0 0 6px;
  }
  .modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block.block-new-customer:before {
    top: -40px;
  }
  .account .column.main .block:not(.widget) .box-title > span,
  .block.block-addresses-default .box-address-billing .box-content address,
  .block.block-addresses-default .box.box-address-shipping .box-content address {
    font-size: 13.82px;
    letter-spacing: 0.25px;
    line-height: 20px;
  }
  .page-products main#maincontent {
    margin-top: 32px;
  }
  .page-products.catalog-category-view .columns,
  .page-products.catalog-category-view.page-layout-2columns-left .column.main {
    position: relative;
    top: -20px;
  }
  .page-products.catalog-category-view .sidebar.sidebar-main {
    float: left;
  }
  .am-sl-login-page .am-social-login .am-buttons,
  .am-sl-registration-page .am-social-login .am-buttons {
    width: 90%;
  }
  .customer-address-index .actions-toolbar .primary button.action.primary.add,
  .modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .actions-toolbar .primary,
  .modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block.block-new-customer,
  .modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block.block-customer-login .block-content .control input.input-text,
  .popup-authentication .actions-toolbar button.action.action-login.secondary,
  .customer-address-index .actions-toolbar .primary button.amshopby-button.add,
  .customer-address-index .actions-toolbar .primary button.am-filter-go.add {
    width: 100%;
  }
  .modal-popup.popup-authentication .modal-inner-wrap {
    width: 90%;
    min-width: 90%;
  }
  .modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block.block-new-customer,
  .modal-popup.popup-authentication .modal-inner-wrap .modal-content .block-authentication .block.block-new-customer .primary {
    padding: 0;
  }
  .modal-popup.popup-authentication .modal-inner-wrap .modal-content {
    padding: 24px;
  }
  .page-products.catalog-category-view.page-layout-2columns-left .column.main,
  .page-products.catalog-category-view .sidebar.sidebar-main {
    width: 100%;
  }
  header.page-header .block-search {
    left: 0;
    padding: 0;
  }
  .footer-btm-section .col-md-2 .newftrd-div {
    margin: unset;
    text-align: left;
  }
  .page-footer div.col-md-2 {
    float: left;
  }
  .page-footer .col-md-2.last-child .newftrd-div.last {
    padding-left: 0;
  }
  .newsletter-new form.form.subscribe .actions {
    top: 0;
  }
  .page-products .toolbar.toolbar-products .toolbar-sorter.sorter {
    right: 0;
    width: 18px;
    height: 12px;
    text-align: center;
    float: none;
    display: inline-block;
    top: -64px;
    width: 50%;
  }
  .page-products.catalog-category-view .product-items .product-item,
  .page-products.catalog-category-view .recently-product-cat .product-item {
    width: 46.5%;
    margin-bottom: 20px;
  }
  .order-products-toolbar .toolbar-amount {
    text-align: left;
    width: auto;
    display: inline-block;
    float: left;
  }
  .page-products h1.page-title span {
    font-size: 19.57px;
    line-height: 27px;
  }
  .page-products.catalog-category-view .recently-product-cat .product-item:last-child {
    display: none;
  }
  .page-footer .h3 {
    margin-bottom: 8px;
  }
  .footer-btm-section {
    padding-top: 24px;
  }
  .page-footer .footer-copy-right {
    margin-top: 24px;
  }
  .amblog-index-post div#amblog_content_post {
    text-align: left;
  }
  .amblog-index-post .amblog-comments-action {
    padding: 0;
    padding-bottom: 30px;
  }
  .amblog-index-index .amblog-post-container {
    width: 100%;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
  .amblog-index-index .amblog-post-container .amblog-wrapper h2 a {
    font-size: 26.15px;
    line-height: 30px;
  }
  .ammenu-nav-sections.nav-sections.-opened {
    z-index: 99999 !important;
    transition: unset;
  }
  .header.content .logo img {
    width: 139px;
    height: 20px;
  }
  .ammenu-nav-sections.nav-sections {
    width: 100%;
  }
  .ammenu-main-container .ammenu-item.-main {
    padding-top: 0;
  }
  .ammenu-nav-sections .ammenu-title.active {
    padding-left: 16px;
  }
  .ammenu-nav-sections.nav-sections {
    display: inline-block;
  }
  .filter-options-item.allow.active .filter-options-title:after,
  .checkout-index-index #checkout .mw-osc-block-title.active p:after,
  .filter-options-item.allow .filter-options-title:after,
  .filter-options-item .filter-options-title:after,
  .checkout-index-index #checkout .mw-osc-block-title p:after,
  .checkout-index-index #checkout .mw-osc-block-title p:after,
  .checkout-index-index #checkout .mw-osc-block-title.active p:after,
  .checkout-index-index #checkout .mw-osc-block-title p:after,
  .checkout-index-index #checkout .mw-osc-block-title.active p:after {
    right: 0;
  }
  header.page-header.fixed-menu .header-right {
    padding-top: 0;
  }
  .customcatlist-hlm ul.sub-cat.customcatlist li,
  .cat-promotionimg-section .catpro-imgone {
    width: 48%;
  }
  .category-view .category-description {
    margin-bottom: 20px;
  }
  .cat-promotionimg-section,
  .customcatlist-hlm {
    padding: 20px 0;
  }
  body.page-products.categorypath-mlb-collectibles.category-mlb-collectibles.catalog-category-view.page-layout-2columns-left .category-view,
  body.page-with-filter.page-products.categorypath-nfl-collectibles.category-nfl-collectibles.catalog-category-view.page-layout-2columns-left .category-view {
    margin-top: 0;
  }
  .ammenu-nav-sections.nav-sections.-opened {
    background: #ffffff;
  }
  .ammenu-main-container .ammenu-item.-main {
    clear: both;
  }
  .ammenu-nav-sections.nav-sections.-opened section.ammenu-menu-mobile li.ammenu-item .ammenu-submenu-container.ammenu-submenu .ammenu-categories-container.ammenu-categories {
    float: left;
    border: none;
    padding: 0;
  }
  .header.content .header-right {
    padding-top: 16px;
  }
  .ammenu-nav-sections .ammenu-title.active {
    background: #F4F4F4 !important;
    width: 100%;
    display: inline-block;
    padding: 12px;
    text-align: left;
  }
  .ammenu-nav-sections .ammenu-title {
    background: #F4F4F4;
    width: 50%;
    display: none;
  }
  .ammenu-menu-mobile .ammenu-icon {
    margin-right: 0;
  }
  .ammenu-main-container .ammenu-item.-main a {
    padding-left: 0;
  }
  .ammenu-menu-mobile .ammenu-item.-main:not(:last-of-type) {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0;
    display: inline-table;
  }
  .ammenu-categories-container > .ammenu-item.-child > .ammenu-wrapper:not(:last-of-type) {
    padding: 6px 0;
    text-align: left;
  }
  .header.content .block-search {
    margin-bottom: 10px;
  }
  .page-header.fixed-menu {
    position: unset;
  }
  .home-blog-post ul.amblog-list li.amblog-item.amblog-recent-post.test {
    display: none;
  }
  .home-blog-post ul.amblog-list li.amblog-item.amblog-recent-post.test .amblog-recent-post-image-wrapper {
    top: 88px;
  }
  .home-blog-post ul.amblog-list li.amblog-item.amblog-recent-post.test .amblog-recent-post-content-wrapper {
    max-height: 65px;
  }
  .home-blog-post ul.amblog-list li.amblog-item.amblog-recent-post.test .amblog-recent-post-content-wrapper {
    width: 100%;
  }
  .header.content .block-search {
    padding-left: 0;
    width: 100%;
    margin-left: 0;
    clear: both;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.page-header.fixed-menu ul.header.links .login-acc.sticky.search {
    display: none;
  }
  span.ammenu-menu-toggle {
    top: -30px;
  }
  .header.content .logo {
    margin-left: 0;
    margin-bottom: 0;
    padding: 12px 0;
  }
  .ammenu-main-container .ammenu-items {
    margin-right: 17px;
  }
  .header.content .header-right,
  header.page-header.fixed-menu span.ammenu-menu-toggle {
    top: 0;
  }
  .catalog-product-view .personalized-container section#content-text {
    border: none;
  }
  .catalog-product-view .personalized-container section#content-text {
    padding: 15px 0;
  }
  .home-blog-post ul.amblog-list li.amblog-item.amblog-recent-post {
    width: 100%;
  }
  .home-blog-post ul.amblog-list li.amblog-item.amblog-recent-post .amblog-recent-post-content-wrapper {
    border: unset;
    max-width: 100%;
    bottom: 0;
    margin-bottom: 12px;
    margin-top: 8px;
    padding: 8px;
  }
  .home-blog-post ul.amblog-list li.amblog-item.amblog-recent-post {
    padding: 0;
  }
  .home-blog-post ul.amblog-list li.amblog-item.amblog-recent-post .amblog-recent-post-content-wrapper .plusimg-blog {
    display: none;
  }
  .amblog-index-index .page-title-wrapper {
    margin-top: 0;
  }
  .amblog-index-index .amblog-post-container .amblog-content a.amblog-read {
    width: auto;
  }
  .amblog-index-post .mobile-block.amblog-item .amblog-post-container .amblog-category {
    padding: 0;
    margin: 0;
  }
  .amblog-index-post .mobile-block.amblog-item .amblog-post-container .amblog-category a.amblog-ref {
    line-height: 25px;
    font-size: 14px;
    color: #333;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: normal;
  }
  .amblog-index-post .mobile-block.amblog-item .amblog-post-container .amblog-features.-post {
    padding: 12px 12px;
  }
  .amblog-index-post .mobile-block.amblog-item .amblog-post-container .amblog-features.-post span.amblog-item.-author-posts {
    display: none;
  }
  .amblog-index-post article.mobile.two-columns-right section.content.amblog-main-content,
  .amblog-index-index article.mobile.two-columns-right section.content.amblog-main-content {
    padding-top: 0;
  }
  .amblog-index-post article.mobile.two-columns-right section.content.amblog-main-content .swipe-me.amblog-swipe.-right,
  .amblog-index-index article.mobile.two-columns-right section.content.amblog-main-content .swipe-me.amblog-swipe.-right {
    display: none;
  }
  .cms-index-index .page-header {
    margin-bottom: 0;
  }
  .cms-privacy-policy .page-main {
    padding-top: 0;
  }
  .cms-page-view .page-title-wrapper h1.page-title span {
    font-size: 19.15px;
  }
  .contact-index-index .fieldset > .legend span {
    font-weight: bold;
  }
  .account h1.page-title span {
    font-size: 15.65px;
    line-height: 27px;
    letter-spacing: .15px;
  }
  .catalog-product-view .reviews {
    margin: 0;
  }
  .catalog-product-view .columns .column.main .container {
    padding: 0;
  }
  .catalog-product-view .recently-product-cat .block-title {
    margin: 12px 0 0px;
    padding: 12px 0;
  }
  .checkout-cart-index .page-title-wrapper {
    padding: 0;
  }
  .homepage-mainsectionone,
  .block.widget.block-products-list.grid .products-grid .product-item:last-child {
    display: none;
  }
  .block.widget.block-products-list.grid .products-grid .product-item {
    width: 30%;
  }
  .licance-img {
    width: 13.5%;
  }
  .customer-account-createpassword form.form.password.reset fieldset.fieldset .control,
  .customer-account-createpassword form.form.password.reset .actions-toolbar {
    margin-left: 70px;
    max-width: 100%;
  }
  .customer-account-login h1.page-title,
  .customer-account-create .page-title-wrapper h1.page-title,
  .customer-account-forgotpassword h1.page-title {
    padding-top: 0;
  }
  .footer-upr-section .footer-upr-left {
    padding: 18px 0;
  }
  .footer-upr-section .footer-upr-right {
    padding: 28px 0;
  }
  header.page-header .block-search .minisearch .action.search:before {
    top: 25px !important;
    z-index: 99999;
    display: -webkit-box;
    margin-right: 8px;
  }
  .footer-roghtnewdiv,
  .footer-roghtnewdiv a,
  .footer-roghtnewdiv span {
    text-align: left;
    font-size: 14.65px;
  }
  .footer-roghtnewdiv span:before {
    display: none;
  }
  .footer-roghtnewdiv span {
    display: inline-block;
    width: 100%;
    margin-top: 3px;
  }
  .page-footer .newsletter-new {
    max-width: 100%;
  }
  .trackorder-index-view .order-detail-id {
    overflow-x: auto;
  }
  .trackorder-index-view .track_result table {
    min-width: 480px;
  }
  .trackorder-index-view .track_result {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .trackorder-index-view .track-container {
    width: 100%;
  }
  .catalog-product-view .recently-product-cat .products-grid {
    margin-top: 15px;
  }
  .cms-home .columns .column.main {
    padding-bottom: 15px;
  }
  .page-footer .footer-bottom .footer-roght a {
    font-size: 14.65px;
  }
  footer .newsletter-new .subscribe {
    position: relative;
  }
  footer .newsletter-new .subscribe .actions {
    position: absolute;
    top: 0;
    right: 0;
  }
  .newsletter-new .subscribe.primary {
    margin: 0;
    width: auto;
  }
  .newsletter-new .subscribe.primary span {
    font-size: 13px;
  }
  footer input[type="email"] {
    padding-right: 116px;
  }
  .page-products .widget.block-viewed-products-grid .block-title {
    margin-top: 20px;
  }
  .catalog-product-view .column.main .admin__data-grid-outer-wrap .product-items .product-item {
    width: 33.33%;
  }
  .catalog-product-view .admin__data-grid-outer-wrap .block-title strong {
    font-size: 19px;
  }
  .page-products .admin__data-grid-outer-wrap,
  .catalog-product-view .admin__data-grid-outer-wrap {
    padding: 0;
    margin: 0;
  }
  .catalog-product-view .admin__data-grid-outer-wrap ol.product-items {
    margin: 0 -10px;
  }
  .catalog-product-view .admin__data-grid-outer-wrap .block-title {
    margin-left: 0;
  }
  li.product-item .product-item-details .product-reviews-summary {
    display: block !important;
  }
  .checkout-index-index .coupon-code-title h2.cc-title {
    margin-top: 20px;
  }
  .account.sales-order-view .column.main table#my-orders-table {
    width: 100%;
  }
  .page-products .container.sj-test {
    padding: 0;
  }
  .filter.active .filter-title strong:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .page-products .page-title-wrapper {
    width: 100%;
  }
  .page-products .toolbar.toolbar-products {
    margin: 0;
    float: left;
    text-align: center;
  }
  .page-products .columns .column.main .container.sj-test .sidebar.sidebar-main {
    width: 100%;
    margin-top: 10px;
  }
  .filter-no-options .filter-title:before {
    background-color: transparent;
  }
  .page-products .page.messages {
    margin: 0;
  }
  .page-products .products.products-grid {
    margin-top: -30px;
  }
  html[lang="ar"] .block-authentication .actions-toolbar > .secondary {
    text-align: right;
  }
  .modal-popup.popup-authentication .block-title strong {
    font-size: 18px;
  }
  .modal-popup.popup-authentication._inner-scroll .modal-inner-wrap {
    max-width: 95%;
    min-height: auto;
    margin-top: 25px;
    left: 0;
    margin: 25px auto 0 auto;
    background-color: #ffffff;
  }
  aside.modal-popup.popup-authentication.modal-slide._inner-scroll._show {
    left: 0;
  }
  .popup-authentication .block-authentication a.action.action-register.primary {
    margin-top: 15px;
  }
  .modal-popup.popup-authentication .block-title {
    margin-bottom: 0;
  }
  .customer-account-login .secondary a.action.remind {
    width: auto;
  }
  .mobile-blog .owl-carousel.owl-loaded {
    position: relative;
  }
  .mobile-blog .owl-nav {
    position: absolute;
    top: 38%;
    width: 100%;
    padding: 0 10px;
  }
  .mobile-blog .owl-nav div {
    font-size: 0;
  }
  .mobile-blog .owl-next {
    float: right;
  }
  .mobile-blog .owl-prev {
    float: left;
  }
  .mobile-blog .owl-prev:after {
    content: '\f053';
  }
  .mobile-blog .owl-next:after {
    content: '\f054';
  }
  .mobile-blog .owl-prev:after,
  .mobile-blog .owl-next:after {
    display: inline-block;
    font-size: 22px !important;
    font: normal normal normal 14px/1 FontAwesome;
    color: #ff6600;
    margin: 10px auto;
  }
  .blog-widget-recent.mobile-blog .post-holder {
    width: 100%;
    margin: 0px;
    list-style-type: none;
    padding: 0;
    box-shadow: none;
  }
  .mobile-blog .post-holder {
    background-color: transparent;
  }
  .mobile-blog .post-header .post-title {
    padding: 10px 0;
    float: left;
    width: 100%;
  }
  .blog-widget-recent.mobile-blog .post-description .post-text-hld {
    max-height: inherit;
    min-height: auto;
    overflow-y: visible;
  }
  .post-text-hld p {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13.82px;
    letter-spacing: 0.25px;
    line-height: 20px;
  }
  .cms-home .mobile-blog .post-holder .post-title a {
    color: rgba(0, 0, 0, 0.87);
    font-size: 15.65px;
    font-weight: 600;
    letter-spacing: 0.15px;
    line-height: 24px;
  }
  .mobile-blog {
    display: inline-block;
    width: 100%;
    padding: 0 17px;
  }
  .post-list-wrapper.blog-widget-recent.home-blog {
    display: none;
  }
  .customer-account-login .page-header.fixed-menu {
    position: static;
  }
  .account .sidebar.sidebar-main .block-collapsible-nav {
    z-index: 2;
    top: 0;
  }
  /*body.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {margin: 20px 5%;max-width: 90%;width: 100%;left: 0;right: 0;padding: 0 0;display: inline-block;    overflow-y: auto;}*/
  html[lang="ar"] .checkout-index-index #checkout .payment-methods .payment-group .payment-method:nth-child(2) .payment-method-title {
    background-position-x: 75% !important;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .product-sku {
    margin-top: 5px;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-name {
    display: inline;
  }
  .contact-index-index .columns .column.main,
  .contact-index-index .columns {
    padding-bottom: 0;
  }
  .contact-index-index .googlemap-locateus iframe {
    height: 400px;
  }
  .contact-index-index .cms-main .cms-cont-left {
    width: 100%;
  }
  .contact-index-index .col-md-3.my-cols.color {
    width: 50%;
  }
  .contact-index-index .primary button.action.submit.primary {
    width: 100%;
  }
  .contact-index-index .googlemap-locateus {
    width: 100%;
    margin-top: 20px;
  }
  html[lang="ar"] .cart-discount input[type="radio"] {
    margin: 0 0 0 10px;
  }
  html[lang="ar"] .prmocode-desc {
    padding: 5px 29px 23px 0;
  }
  html[lang="ar"] .cart.main.actions button {
    max-width: 158px;
  }
  .swatch-attribute.size .swatch-option,
  .swatch-attribute.manufacturer .swatch-option,
  .swatch-attribute.manufacturer .swatch-option,
  .swatch-attribute.manufacturer .swatch-option {
    margin-bottom: 10px;
  }
  .swatch-attribute.color .swatch-option {
    margin: 10px 10px 0 0;
  }
  .checkout-cart-index .form.form-cart .cart.main.actions a.action.continue {
    margin-right: 0;
    width: 100%;
  }
  .checkout-cart-index .cart-discount {
    width: 100%;
  }
  .prmocode-desc {
    padding: 5px 0px 23px 29px;
  }
  .cart-discount input[type="radio"] {
    margin: 0 10px 0 0;
  }
  .prod-detail .product.data.items .custom-attribute + .item.content {
    margin-top: 0;
  }
  html[lang="ar"] .form-edit-account .fieldset:nth-child(2),
  html[lang="ar"] .form-edit-account .fieldset:nth-child(1) {
    width: 100%;
  }
  .page-products .column.main .custom-sidebar-left .filter.filter-no-options {
    margin-top: -30px;
  }
  footer.page-footer .footer-copy-right .col-md-4 p {
    margin-bottom: 0;
    padding: 0;
  }
  footer.page-footer .footer-copy-right .col-md-4:last-child {
    padding-bottom: 0;
  }
  .carousel-container.res-slider-module {
    display: inline-block;
    width: 100%;
  }
  .cms-index-index .carousel-container.res-slider-module .home-slider.desktop-slider-cls {
    display: block;
  }
  .catalog-product_compare-index .page-title-wrapper {
    margin-top: 5px;
    margin-bottom: 26px;
  }
  .checkout-index-index .my-account-mobile {
    margin-top: 0;
    margin-right: 0;
    position: relative;
    top: 4px;
  }
  .checkout-index-index .page-header .header.content {
    padding: 0;
  }
  .am-slider-container {
    margin-top: 15px;
  }
  html[lang="ar"] .catalog-product-view .product-info-main {
    padding: 0;
  }
  .sales-guest-form .form-orders-search .fieldset {
    margin-bottom: 15px;
  }
  .sales-guest-form .columns .column.main {
    padding-bottom: 0;
  }
  .sales-guest-form h1.page-title {
    margin: 0;
  }
  .product-item-name {
    margin: 10px 0 5px 0px;
    min-height: inherit;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
  }
  .post-list .post-header .post-title {
    width: 100%;
    max-width: 100%;
    font-size: 19px;
  }
  .blog-index-index .post-list .post-header .post-title,
  .blog-post-view .post-list .post-header .post-title,
  .blog-search-index .post-list .post-header .post-title {
    padding: 5px 0 0 0;
    max-width: 100%;
  }
  .blog-index-index h1.page-title,
  .blog-post-view h1.page-title,
  .blog-search-index h1.page-title {
    margin: 0 0 10px 0;
  }
  .post-content .post-description .post-ftimg-hld {
    width: 100%;
  }
  .blog-index-index .post-text-hld,
  .blog-post-view .post-text-hld,
  .blog-search-index .post-text-hld {
    width: 100%;
    padding-left: 0;
  }
  .cms-page-view .page-main h1 {
    font-size: 22px;
  }
  .cms-page-view .page-main h2 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .cms-page-view .page-header {
    margin-bottom: 0;
  }
  .banner-rsp {
    display: inline-block !important;
    width: 100%;
  }
  .banner-desk {
    display: none !important;
  }
  #home-page-slider1 {
    display: inline-block;
    width: 100%;
  }
  #home-page-slider {
    display: none;
  }
  .sku-custom {
    margin-bottom: 5px;
  }
  .review-listing {
    padding: 0;
  }
  .product-info-price .price-box .price-container .price {
    margin-top: 0;
  }
  .catalog-product-view .page-main .container {
    padding: 0;
  }
  .catalog-product-view .prod-detail .product.data.items > .item.title > .switch {
    margin-right: 0;
  }
  .catalog-product-view .product-info-main .shortdesct ul li {
    width: 100%;
  }
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item {
    margin-bottom: 20px;
  }
  .products-grid .product-item-actions {
    margin: 0;
  }
  .catalog-category-view .page-main .container {
    padding: 0;
  }
  .selling-point {
    display: none;
  }
  .home-brand {
    padding-top: 15px;
  }
  footer.page-footer .footer-bottom {
    padding: 15px 0;
  }
  footer.page-footer .footer-bottom .footer-left,
  footer.page-footer .footer-bottom .footer-roght {
    width: 100%;
  }
  footer.page-footer .footer-copy-right .col-md-4 {
    width: 100%;
    text-align: center;
  }
  footer.page-footer .footer-copy-right .col-md-4:last-child {
    text-align: center;
  }
  footer.page-footer .footer-bottom .footer-left {
    margin-bottom: 15px;
  }
  .page-footer {
    padding: 24px 0 0 0;
  }
  .page-footer .container {
    font-size: 0;
  }
  .page-footer div.col-md-2 {
    display: inline-block;
    font-size: initial;
    width: 50%;
    vertical-align: top;
    padding-bottom: 12px;
    margin-top: 12px;
  }
  .page-footer div.col-md-2.last-child {
    max-width: 100%;
  }
  .cms-index-index div.catonebanner-img .reward-scheme {
    height: 103px;
  }
  .cms-index-index div.catonebanner-img .scheme-left {
    width: 100%;
  }
  /* Common Title */
  h1.page-title {
    font-size: 19px;
  }
  .page-products h1.page-title {
    margin-bottom: 0;
    margin-top: 5px;
  }
  /* Modal Popup */
  .modal-popup .modal-title {
    width: 100%;
    padding: 25px;
  }
  /*mini cart responsive*/
  .header.content .my-account-mobile .minicart-wrapper {
    margin: 0 4px 0 0;
    padding: 5px 0 0 5px;
  }
  /* Category Page */
  .page-products .columns {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-products .custom-sidebar-left {
    float: left;
    width: 100%;
    padding: 0;
  }
  .page-products .column.main .custom-sidebar-left .filter {
    margin-bottom: 20px;
  }
  .page-products .custom-sidebar-left .filter-no-options .filter-title {
    display: none;
  }
  /* Category Page - Shop by */
  .filter .filter-current {
    margin: 15px 0px 0;
  }
  .filter-title strong {
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.87);
    font-size: 13.82px;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-align: center;
    margin-left: 0px;
    top: 69px;
    position: static;
    display: inline-block;
    width: 18px;
    height: 12px;
    background: transparent;
  }
  .filter.active .filter-title strong:before {
    content: ' ';
  }
  .filter-title strong:before {
    content: '\f0c9';
    font-family: FontAwesome;
    color: #ff6600;
    font-size: 20px;
    padding: 0 9px;
    z-index: 0;
  }
  /* Category Page - Right Side */
  .page-products .right-side {
    float: left;
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  .page-products .sorter {
    position: static;
  }
  .page-products .product-items .product-item {
    width: 33.33%;
  }
  .catalogsearch-result-index .column.main .container {
    padding: 0;
  }
  .catalogsearch-result-index h1.page-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .catalog-product-view .columns {
    padding: 0;
  }
  /* Search Result Page */
  .search-autocomplete {
    margin-top: 0;
    width: 100%;
  }
  .catalogsearch-result-index .page-title-wrapper {
    opacity: 1;
  }
  /* Product Page */
  .breadcrumbs {
    display: none;
  }
  /* Product Page - Product Gallery */
  .catalog-product-view .product.media {
    width: 100%;
    margin: 0 0 0px;
  }
  /* Product Page - Description */
  .catalog-product-view .product-info-main {
    width: 100%;
    padding: 0;
  }
  .catalog-product-view .product-info-main .page-title-wrapper .page-title {
    font-size: 15.65px;
    font-weight: 600;
    letter-spacing: 0.15px;
    line-height: 24px;
  }
  .catalog-product-view .product-info-main .product-info-price .price-box {
    padding: 0;
  }
  /* Product Page - Detail */
  .prod-detail {
    margin: 25px 0 0;
  }
  .prod-detail .product-info-main-deatils {
    font-size: 19px;
    padding: 20px 0;
  }
  /* Product Page Accordion */
  .product.data.items > .item.title > .switch {
    font-weight: normal;
    margin: 0;
  }
  .prod-detail .product.data.items .custom-attribute + .item.content {
    padding: 15px 0;
  }
  .prod-detail .product.data.items .custom-attribute + .item.content .product-cms-home .product-items .product-item {
    margin-bottom: 20px;
    padding: 0 7.5px;
  }
  /* Product Page - Review */
  .reviews {
    margin: 30px 0 0;
  }
  .reviews .reviewmain-section h3 {
    font-size: 19px;
  }
  /* Product Page - Recent View */
  .catalog-product-view .related-product-cat {
    padding-bottom: 0;
  }
  /* Cart Page */
  .checkout-cart-index .cart-container .cart-summary .checkout-methods-items,
  .amasty_quote-cart-index .cart-container .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .checkout-cart-index .recently-product-cat .block-title,
  .amasty_quote-cart-index .recently-product-cat .block-title {
    margin-top: 0;
  }
  .checkout-cart-index .columns,
  .amasty_quote-cart-index .columns {
    padding-bottom: 0;
  }
  .cart-discount .block > .title {
    padding-left: 0;
  }
  .cart-discount {
    border-bottom: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    top: 17px;
  }
  .checkout-cart-index .columns .column.main,
  .amasty_quote-cart-index .columns .column.main {
    padding-bottom: 0;
  }
  .checkout-cart-index .page-title-wrapper h1.page-title span,
  .amasty_quote-cart-index .page-title-wrapper h1.page-title span {
    font-size: 19px;
  }
  .checkout-cart-index h1.page-title,
  .amasty_quote-cart-index h1.page-title {
    margin: 24px 0 15px 0;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper,
  .amasty_quote-cart-index .cart-container .form-cart .table-wrapper {
    border: none;
    overflow: visible;
  }
  .checkout-cart-index .cart-container .form-cart,
  .amasty_quote-cart-index .cart-container .form-cart {
    width: 100%;
    margin-top: 0;
  }
  .cart.table-wrapper .product-item-photo {
    max-width: 65px;
    position: static;
    float: left;
    margin-right: 15px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 15px 15px 10px 0px;
  }
  .checkout-cart-index .cart.table-wrapper .cart > .item:last-child,
  .amasty_quote-cart-index .cart.table-wrapper .cart > .item:last-child {
    border: none;
  }
  .checkout-cart-index .cart-container .cart-summary .h4subtitle,
  .amasty_quote-cart-index .cart-container .cart-summary .h4subtitle {
    margin-top: 0;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item,
  .amasty_quote-cart-index .cart-container .form-cart .table-wrapper .cart.item {
    margin: 0;
    padding: 20px 0 0;
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper .product-item-details span.wk-block-title-css a,
  .cart.table-wrapper .product-item-details dd {
    font-size: 13.82px;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item .item-info,
  .amasty_quote-cart-index .cart-container .form-cart .table-wrapper .cart.item .item-info {
    width: 75px;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details,
  .amasty_quote-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details {
    width: calc(100% - 75px);
    margin: 0;
    min-height: 65px;
    padding: 0 0 0 80px;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details .cart-detail-left,
  .amasty_quote-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details .cart-detail-left {
    width: 67%;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item .item-info > a,
  .amasty_quote-cart-index .cart-container .form-cart .table-wrapper .cart.item .item-info > a {
    float: left;
    position: static;
    max-width: 250px;
    margin: 0 auto;
  }
  .checkout-cart-index .cart-container .cart-summary,
  .amasty_quote-cart-index .cart-container .cart-summary {
    width: 100%;
    margin: 0 0 30px;
    display: inline-block;
    padding: 15px 15px 0 15px;
    margin-bottom: 80px;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .cart > .item td.col.price,
  .amasty_quote-cart-index .form.form-cart .cart.table-wrapper .cart > .item td.col.price {
    text-align: left;
  }
  .checkout-cart-index .cart.table-wrapper .col.qty,
  .amasty_quote-cart-index .cart.table-wrapper .col.qty {
    text-align: center;
  }
  .cart-discount .actions-toolbar {
    left: 0;
  }
  .checkout-cart-index .block.widget .products-grid .product-items li.product-item,
  .amasty_quote-cart-index .block.widget .products-grid .product-items li.product-item {
    width: 44%;
  }
  .block.widget .products-grid .product-items li.product-item {
    margin-bottom: 24px;
  }
  form#discount-coupon-form .control input {
    width: 100%;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar {
    position: relative;
    min-height: 0;
    padding-bottom: 0;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar > a.action.towishlist,
  .amasty_quote-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar > a.action.towishlist {
    display: none;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper tr.item-actions,
  .amasty_quote-cart-index .form.form-cart .cart.table-wrapper tr.item-actions {
    position: static;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details .actions-toolbar,
  .amasty_quote-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details .actions-toolbar {
    position: static;
    margin: 0px 0 15px;
    padding: 0;
  }
  .cart-container .form-cart .actions.main {
    float: left;
    width: 45%;
    margin: 0;
  }
  .cart-container .form-cart .actions.main .addmorewishlist {
    float: left;
    margin: 0 0 0 15px;
  }
  .cart-summary .block.active .content {
    padding: 0;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    padding-top: 5px;
  }
  .cart.main.actions button {
    padding: 10px;
    float: right;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details .actions-toolbar .action,
  .amasty_quote-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details .actions-toolbar .action {
    margin: 0px 15px 0 0px;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details .actions-toolbar .action.action-edit,
  .amasty_quote-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details .actions-toolbar .action.action-edit {
    margin-left: 0;
  }
  .checkout-cart-index .cart-container .cart-summary .action.primary.checkout,
  .amasty_quote-cart-index .cart-container .cart-summary .action.primary.checkout,
  .checkout-cart-index .cart-container .cart-summary .amshopby-button.checkout,
  .amasty_quote-cart-index .cart-container .cart-summary .amshopby-button.checkout,
  .checkout-cart-index .cart-container .cart-summary .am-filter-go.checkout,
  .amasty_quote-cart-index .cart-container .cart-summary .am-filter-go.checkout {
    max-width: 100%;
    margin: 0 auto;
    float: none;
    display: block;
  }
  .checkout-cart-index .cart-container .cart-summary .cart-totals,
  .amasty_quote-cart-index .cart-container .cart-summary .cart-totals {
    padding: 12px 0 5px 0;
  }
  .checkout-cart-index .form.form-cart .product-image-wrapper,
  .amasty_quote-cart-index .form.form-cart .product-image-wrapper {
    height: 65px;
    width: 65px;
  }
  /* Checkout Page */
  .opc-wrapper .step-title {
    border-bottom: none;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
    display: inline-block;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content .form.form-login fieldset#customer-email-fieldset .field {
    padding-left: 0;
    margin-top: 12px;
  }
  .checkout-index-index .columns {
    padding-bottom: 0;
  }
  .checkout-index-index .opc-wrapper .opc .checkout-shipping-address {
    margin-bottom: 10px;
  }
  .checkout-index-index .columns .column.main {
    padding-bottom: 0;
    padding: 0;
  }
  .checkout-index-index .field-tooltip {
    display: none;
  }
  .checkout-index-index .checkout-payment-method .step-title {
    font-size: 17.82px;
    padding: 0;
  }
  .checkout-index-index .opc-wrapper .step-title {
    font-size: 22px;
  }
  .checkout-index-index .opc-wrapper .form-login {
    background: none;
    padding: 15px 0;
  }
  .checkout-index-index #checkout .fieldset.hidden-fields .actions-toolbar {
    max-width: 175px;
    margin: 10px auto 0;
    padding: 0;
  }
  .checkout-index-index #checkout .fieldset.hidden-fields .actions-toolbar .primary .login.primary {
    padding: 0;
    width: 175px;
    height: 36px;
    line-height: 36px;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .checkout-index-index .opc-wrapper .opc {
    max-width: 100%;
  }
  .checkout-index-index .opc-wrapper .form-shipping-address {
    background: none;
    margin: 0;
    padding: 0;
  }
  .checkout-index-index #checkout .fieldset {
    margin: 0;
  }
  .checkout-index-index #checkout .fieldset > .field {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
  }
  .checkout-index-index .opc-wrapper .methods-shipping {
    margin: 0px 0 0;
    padding: 0;
    border-color: transparent;
    background: none;
  }
  .checkout-index-index .actions-toolbar > .primary:last-child {
    margin: 0;
  }
  .checkout-index-index .methods-shipping .actions-toolbar .action.primary,
  .checkout-index-index .methods-shipping .actions-toolbar .amshopby-button,
  .checkout-index-index .methods-shipping .actions-toolbar .am-filter-go {
    margin: 0;
    max-width: 175px;
    height: 36px;
    line-height: 36px;
    padding: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content .form.form-login fieldset#customer-email-fieldset .field {
    padding: 0;
    margin-top: 12px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .step-content.amcheckout-content .form.form-login fieldset#customer-email-fieldset .actions-toolbar {
    padding-left: 0;
  }
  /* Checkout Page - Logged In User */
  .checkout-index-index .opc-wrapper .opc .checkout-shipping-address .step-title {
    border-bottom: 1px solid #9E9E9E;
    padding-bottom: 16px;
  }
  .checkout-footer .rightsection,
  .checkout-index-index .footer-btm-section,
  .checkout-index-index .footer-btm-section .container {
    background: #001d47;
  }
  .checkout-footer .rightsection {
    text-align: left;
  }
  .checkout-footer .footer-btm-section .leftsection {
    padding-bottom: 0;
  }
  .checkout-index-index .opc-wrapper #checkout-step-shipping .field.addresses {
    margin-top: 0;
  }
  .checkout-index-index .opc-wrapper .opc .checkout-shipping-address .action-show-popup {
    max-width: 49%;
  }
  .checkout-index-index .page-header .checkout-login a:first-child {
    margin-left: 0;
  }
  .opc-wrapper .shipping-address-item {
    width: 100%;
  }
  .checkout-index-index .opc-wrapper .opc .checkout-shipping-address .field.addresses {
    margin: 15px 0 0;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item {
    margin: 0 0 20px;
    padding: 0;
  }
  .checkout-index-index .opc-wrapper .shipping-address-item.selected-item,
  .checkout-index-index .opc-wrapper .shipping-address-item {
    padding: 15px;
  }
  .opc-wrapper .action-select-shipping-item {
    max-width: 175px;
    margin: 10px auto 15px;
  }
  .checkout-index-index .opc-wrapper {
    overflow: hidden;
    margin: 0 0 15px;
  }
  .checkout-index-index .modal-popup .modal-title {
    padding: 25px;
  }
  .checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: 300px;
    overflow-y: auto;
    display: inline-block;
    max-width: 90%;
    width: 90%;
    float: right;
  }
  .checkout-index-index .modal-slide._inner-scroll .modal-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-index-index .modal-popup.modal-slide {
    left: 0;
  }
  /* Checkout Aside Section */
  .checkout-index-index .custom-slide {
    position: static;
    visibility: visible;
    opacity: 1;
    font-size: 13.82px;
    overflow: hidden;
    padding: 0 10px;
  }
  .checkout-index-index .custom-slide .modal-inner-wrap {
    position: static;
    float: left;
    transform: initial;
    width: 100%;
    background: none;
    box-shadow: none;
  }
  .checkout-index-index .custom-slide .opc-block-summary {
    padding: 15px 0;
  }
  .checkout-index-index .custom-slide .opc-block-summary {
    font-size: 13.82px;
  }
  .checkout-index-index .opc-block-summary .table-totals .grand .mark,
  .checkout-index-index .opc-block-summary .table-totals .grand .amount {
    font-size: 13.82px;
  }
  .checkout-index-index .custom-slide.modal-custom .action-close {
    display: none;
  }
  .checkout-index-index .opc-block-shipping-information .shipping-information-content a {
    font-size: 13.82px;
  }
  .checkout-index-index .opc-block-shipping-information {
    padding: 0;
  }
  /* Checkout Page- Step 2 */
  .checkout-index-index .opc-block-summary .table-totals {
    margin-top: 10px;
  }
  .checkout-index-index .checkout-payment-method {
    padding: 0;
  }
  .checkout-index-index .checkout-payment-method #co-payment-form .discount-code .payment-option-title span {
    font-size: 17.82px;
  }
  .checkout-payment-method div.payment-methods,
  .checkout-payment-method div.payment-option {
    margin: 0;
  }
  .checkout-index-index .actions-toolbar > .primary button.action.primary.checkout,
  .checkout-index-index .actions-toolbar > .primary button.amshopby-button.checkout,
  .checkout-index-index .actions-toolbar > .primary button.am-filter-go.checkout {
    width: 100%;
  }
  /* Order Success Page */
  .checkout-onepage-success .checkout-success .actions-toolbar {
    max-width: 100%;
  }
  /* Login and Register Page */
  .login-container {
    max-width: 350px;
  }
  .login-container .block-title span {
    font-size: 21.82px;
  }
  .customer-account-login .column.main .container,
  .customer-account-forgotpassword .column.main .container,
  .customer-account-create .column.main .container {
    padding: 0;
  }
  .customer-account-login h1.page-title,
  .customer-account-forgotpassword h1.page-title {
    margin-top: 10px;
  }
  .customer-account-create .column.main,
  .customer-account-forgotpassword .column.main,
  .customer-account-create .column.main {
    padding-bottom: 0;
  }
  .customer-account-login .secondary.account-rsp {
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    padding-top: 5px;
  }
  .customer-account-login .secondary.account-rsp a.action.remind {
    float: none;
    display: inline-block;
    width: auto;
    padding-left: 5px;
    color: #ff6600;
  }
  /* CMS Pages */
  .cms-main {
    min-height: auto;
  }
  .cms-main h1 {
    font-size: 14px;
    line-height: 24px;
  }
  .cms-main h2 {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .cms-main p {
    font-size: 13.82px;
  }
  /* CMS Page - Refund Policy */
  .refund-details {
    margin: 15px 0 15px;
  }
  .refund-details ul li {
    width: 50%;
    margin: 0 0 15px 0;
  }
  .refund-details ul li h4 {
    display: block;
    font-size: 13.82px;
    margin: 15px 0 10px;
    min-height: 40px;
    line-height: 20px;
  }
  .return-policy {
    margin: 25px 0 0;
  }
  .return-policy ul li {
    width: 50%;
    margin: 0 0 15px 0;
  }
  .return-policy ul li h4 {
    font-size: 13.82px;
    line-height: 20px;
  }
  .account.sales-order-view .column.main .order-details-items .left-oredrpage {
    padding-right: 12px;
  }
  .account.sales-order-view .column.main .order-details-items .right-oredrpage {
    padding-left: 0;
    padding-top: 0;
    float: inherit;
  }
  .account.sales-order-view .column.main .right-oredrpage a {
    font-size: 8.82px;
    line-height: 0;
  }
  /* My Account - Wishlist */
  .account.sales-order-view .column.main .order-details-items .left-oredrpage {
    padding-right: 12px;
  }
  .account.sales-order-view .column.main .order-details-items .right-oredrpage {
    padding-left: 0;
    padding-top: 0;
    float: inherit;
  }
  .account .page-main {
    padding-top: 0;
  }
  .account .page-main .container {
    padding: 0;
  }
  .account .page.messages {
    margin-bottom: 0;
  }
  .account .columns {
    padding: 0;
  }
  .account .column.main {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .order-details-items .table-order-items tbody + tbody {
    border-top: 0;
  }
  .account .sidebar-main .nav.items li a {
    font-weight: 500;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    padding: 5px 10px 5px 0px;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-image-container {
    max-width: 100%;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-name {
    display: inline-block;
    text-align: left;
    width: 100%;
  }
  .account .column.main .block:not(.widget) .block-title > strong,
  .account .legend > span,
  .account .order-details-items .order-title > strong {
    font-size: 19px;
  }
  .wishlist-index-index .products-grid .product-item {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin: 0 8px 20px 8px;
    border: none;
    padding: 0;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info > a {
    width: 100%;
    margin: 0 0 10px;
  }
  .wishlist-index-index .products-grid.wishlist .product-item .price-box {
    margin: 0;
    text-align: left;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner1 .product-item-actions {
    float: left;
    width: 100%;
    margin: 5px 0 0;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner1 a {
    float: left;
  }
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item {
    width: 46%;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info .product-item-inner1 .product-item-actions a,
  .checkout-onepage-success .page-title-wrapper,
  .catalog-product-view .page-title-wrapper {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .page-products .page.messages {
    margin-bottom: 28px;
  }
  .list-container1,
  .list-container2,
  .list-container3,
  .list-container4,
  .list-container5,
  .reviewsectionleft-product.desktop {
    display: none;
  }
  .amslider-header-container {
    width: 50%;
    display: inline-block;
  }
  .amslider.am-brand-slider {
    margin: 0;
  }
  .amslider.am-brand-slider .swiper-brand .am-image-wrapper,
  .amslider.am-brand-slider .swiper-brand .am-image-wrapper img.am-image {
    max-width: 100px !important;
  }
  .account .page-main .page-title-wrapper {
    margin-top: 12px;
  }
  .account .page-main .page-title-wrapper h1.page-title {
    margin-bottom: 0;
  }
  .account .page-main .page-title-wrapper .order-status {
    margin: 0;
  }
  .account .column.main {
    margin-top: 24px;
  }
  .page-products.ambrand-index-index.page-layout-2columns-left .products.wrapper.grid.products-grid {
    margin: 0;
  }
  .page-products.ambrand-index-index.page-layout-2columns-left .products.wrapper.grid.products-grid .product-items .product-item {
    width: 44%;
    margin: 0 12px 24px 12px;
    padding: 0;
  }
  .page-products.ambrand-index-index.page-layout-2columns-left .page-title-wrapper {
    margin: 0;
    padding-top: 24px;
  }
  .page-products.ambrand-index-index.page-layout-2columns-left .page-title-wrapper h1.page-title {
    margin: 0;
  }
  .page-products.ambrand-index-index.page-layout-2columns-left .sidebar.sidebar-main {
    display: none;
  }
  .biggest-two .biggest-top {
    width: 46%;
    height: 220px;
  }
  .biggest-two.dishwashing .biggest-top {
    width: 46%;
    margin-bottom: 24px;
  }
  .biggest-two.dishwashing .biggest-top.three {
    margin-left: 0;
  }
  .biggest-two.dishwashing .biggest-top.right {
    margin-right: 0;
  }
  .biggest-two.dishwashing .biggest-top .top-linkbtn {
    height: 56px;
  }
  .biggest-two.dishwashing .biggest-top .top-linkbtn h2 {
    padding: 16px 0;
  }
  .checkout-index-index #checkout .payment-method-content .actions-toolbar .primary {
    padding: 0;
  }
  .checkout-index-index .checkout-payment-method .step-title {
    padding: 8px;
  }
  .reviewsectionleft-product.responsive,
  .reviewsectionright-product.responsive {
    display: inline-block;
  }
  .customer-account-edit .intersetsection .checkboxleft {
    width: 50%;
  }
  .customer-account-edit .actions-toolbar .primary .action.save.primary {
    width: 100%;
  }
  .customer-address-index .actions-toolbar .primary button.action.primary.add,
  .customer-address-index .actions-toolbar .primary button.amshopby-button.add,
  .customer-address-index .actions-toolbar .primary button.am-filter-go.add {
    width: 100%;
  }
  /*Responsive design changes*/
  .header.content.content {
    display: inline-block;
    height: 48px;
  }
  span.ammenu-menu-toggle {
    top: 0;
    padding-top: 16px;
    margin: 0;
  }
  .catalog-product-view .product-info-main .product.alert {
    margin: 12px 0 0;
    padding-bottom: 18px;
  }
  .catalog-product-view .product-info-main .product.alert input.notify_btn {
    width: 30%;
  }
  .catalog-product-view .product-info-main .product.alert input.notify_email.input-text {
    width: 70%;
  }
  .catalog-product-view .product-info-main .stock.available {
    padding: 12px 0;
    margin-bottom: 0;
  }
  .catalog-product-view .product-info-main .stock.available span:last-child {
    font-size: 15.57px;
    line-height: 24px;
  }
  .catalog-product-view .revewwithwishlist {
    width: 100%;
  }
  .catalog-product-view .video-contnet,
  .catalog-product-view .attach-mainsec {
    padding: 15px 0;
  }
  .catalog-product-view .payment-responsivesec {
    display: inline-block;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset {
    width: 100%;
    float: left;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .number {
    margin-top: 9px;
    width: 30%;
    float: left;
  }
  .catalog-product-view .product-info-main .product-add-form label {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13.7px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 24px;
    width: 100%;
    float: left;
  }
  .catalog-product-view .product-options-bottom label {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13.7px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 24px;
    width: 100%;
    float: left;
  }
  .catalog-product-view .payment-responsivesec {
    display: inline-block;
    width: 56%;
    float: right;
    padding-top: 12px;
  }
  .catalog-product-view .payment-responsivesec h5 {
    color: rgba(0, 0, 0, 0.87);
    font-size: 11.85px;
    letter-spacing: 0.4px;
    line-height: 16px;
    margin: 0;
    font-weight: normal;
    float: left;
    padding: 4px 8px 4px 0;
  }
  .catalog-product-view .payment-responsivesec .iconimg ul li {
    float: left;
  }
  .catalog-product-view .payment-responsivesec .iconimg ul li.discover {
    width: 38px;
    height: 24px;
    background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/css_sprites.png) -10px -62px;
    margin-right: 8px;
  }
  .catalog-product-view .payment-responsivesec .iconimg ul li.visa {
    width: 38px;
    height: 24px;
    background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/css_sprites.png) -182px -62px;
    margin-right: 8px;
  }
  .catalog-product-view .payment-responsivesec .iconimg ul li.mastercard {
    width: 38px;
    height: 24px;
    background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/css_sprites.png) -125px -62px;
    margin-right: 8px;
  }
  .catalog-product-view .payment-responsivesec .iconimg ul li.american {
    width: 38px;
    height: 24px;
    background: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/css_sprites.png) -68px -62px;
  }
  .catalog-product-view main.page-main {
    margin-top: 30px;
  }
  .catalog-product-view .recently-product-cat .block-title {
    margin: 0;
  }
  .catalog-product-view .related-product-cat .block-title h2 {
    margin: 18px 0 0;
  }
  .catalog-product-view .recently-product-cat .block-title h2 {
    margin: 18px 0 10px;
  }
  .catalog-product-view .brandsection-productpage {
    padding: 12px 0;
    padding-bottom: 0;
  }
  .catalog-product-view .brandsection-productpage .amshopby-option-link {
    border-bottom: 0;
    margin-bottom: 0;
    padding-top: 15px;
  }
  .catalog-product-view .brandsection-productpage .amshopby-option-link span.link-short-description {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .catalog-product-view .brandsection-productpage h3 {
    padding-bottom: 12px;
  }
  .catalog-product-view .related-video-section {
    padding-top: 12px;
    padding-bottom: 0;
  }
  .catalog-product-view .related-video-section h3 {
    font-size: 13.7px;
    letter-spacing: 0.1px;
    padding-bottom: 12px;
  }
  .catalog-product-view .product-attachment.section-main {
    padding: 12px 0;
  }
  .catalog-product-view .product-attachment.section-main h3 {
    font-size: 13.7px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 24px;
  }
  .catalog-product-view .product-attachment.section-main h3.acco-btn4 {
    padding-bottom: 0;
  }
  .catalog-product-view .product-attachment.section-main h3.acco-btn4 a {
    color: #ff6600;
    font-size: 13.7px;
    letter-spacing: 0.1px;
    text-decoration: none;
    padding-bottom: 15px;
  }
  .catalog-product-view .reviews .reviewsectionleft-product {
    padding-right: 0;
  }
  .catalog-product-view .reviews .reviewsectionright-product h3 {
    font-size: 13.7px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    padding: 15px 0;
  }
  .catalog-product-view .reviews .reviewmain-section h3 {
    color: #ff6600;
    font-size: 13.7px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .catalog-product-view .reviews .review-listing .add-new-review .add-new-review-inner {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .catalog-product-view .specification-section {
    border-bottom: 0;
  }
  .catalog-product-view .specification-section h3 {
    font-size: 13.7px;
    letter-spacing: 0.1px;
    padding: 12px 0;
  }
  .catalog-product-view .specification-section .specifictaioncontent .additional-attributes-wrapper {
    border: 0;
  }
  .catalog-product-view .specification-section .specifictaioncontent .additional-attributes-wrapper.table-wrapper table.data.table.additional-attributes tbody tr {
    border-top: 0;
  }
  .catalog-product-view .specification-section .specifictaioncontent .additional-attributes-wrapper.table-wrapper table.data.table.additional-attributes tbody tr td.col.data {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .four-level-catgeory .img-namesection .fourone .name-top-fourone a {
    color: rgba(0, 0, 0, 0.87);
    font-size: 10.66px;
    font-weight: normal;
    letter-spacing: 0.36px;
    line-height: 14.4px;
  }
  .fourbiggestlevel-section .img-namesection .fourbiggestlevel .name-top-twelve a {
    font-size: 10.66px;
    font-weight: normal;
    letter-spacing: 0.36px;
    line-height: 14.4px;
  }
  .name-top-twelve a {
    font-size: 10.66px;
    font-weight: normal;
    letter-spacing: 0.36px;
    line-height: 14.4px;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory .img-namesection .threeone .name-top-three {
    width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory .img-namesection .threeone .name-top-three a {
    font-size: 10.66px;
    font-weight: normal;
    letter-spacing: 0.36px;
    line-height: 14.4px;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .middletwothr-sec .bigthreeleftsc {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .three-level-catgeory.right {
    margin-left: 0;
    margin-top: 0;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .twobiggest-categorysec .two-big-catgeory .img-namesection .two-big {
    height: unset;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .twobiggest-categorysec .two-big-catgeory .img-namesection .two-big .name-top-two-big {
    width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .twobiggest-categorysec .two-big-catgeory .img-namesection .two-big .name-top-two-big a {
    font-size: 10.66px;
    font-weight: normal;
    letter-spacing: 0.36px;
    line-height: 14.4px;
  }
  .four-level-catgeory .img-namesection .fourone .name-top-fourone {
    width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  body.page-products.categorypath-storage.catalog-category-view .fourbiggestlevel-section .img-namesection {
    display: block;
  }
  body.page-products.categorypath-storage.catalog-category-view .fourbiggestlevel-section .img-namesection .fourbiggestlevel {
    width: 50%;
    border-bottom: 1px solid #dedede;
    height: auto;
    border-left: 1px solid #dedede;
  }
  .fourbiggestlevel-section .img-namesection .fourbiggestlevel .name-top-twelve {
    width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection {
    display: block;
  }
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection .sixone {
    border-left: 1px solid #dedede;
  }
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection {
    display: block;
  }
  .six-level-catgeory .img-namesection .sixone {
    border-left: 1px solid #dedede;
  }
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree {
    display: none;
  }
  .fourbiggestlevel-section .img-namesection {
    display: block;
  }
  .fourbiggestlevel-section .img-namesection .fourbiggestlevel {
    border-left: 1px solid #dedede;
  }
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .threebiggestlevel-section .img-namesection .threebiggestlevel .name-top-twelve {
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection {
    display: block;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection .twelve {
    border-left: 1px solid #dedede;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection .twelve:last-child {
    border-right: 1px solid #dedede;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection.three .twelve {
    border-left: 1px solid #dedede;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .fourbiggestlevel-section .img-namesection .fourbiggestlevel .name-top-twelve a {
    font-size: 10.66px;
    font-weight: normal;
    letter-spacing: 0.36px;
    line-height: 14.4px;
  }
  div#mageplaza-bannerslider-block-before-content-3 {
    display: none;
  }
  div#mageplaza-bannerslider-block-before-content-4 {
    display: inline-block;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 12px !important;
  }
  .featuredsection-homepg.english .block.widget.block-products-list.grid .products-grid .product-item:nth-child(3),
  .homecatsection-homepg.english .block.widget.block-products-list.grid .products-grid .product-item:nth-child(3) {
    margin-right: 12px;
  }
  .catgeoryblocks-section .top-banner {
    padding-bottom: 18px;
  }
  .hdmx__tickets button.action.create-button.primary {
    margin: 24px 0;
    width: 100%;
  }
  .message.info.empty {
    width: 100%;
  }
  .page-products .products.products-grid {
    width: 100%;
    margin-left: 0;
  }
  .home-catsec.container h2 {
    width: 70%;
  }
  .home-catsec.container a.hm-see-more {
    width: 30%;
  }
  .account .block.block-reviews-dashboard .block-content li.item strong.product-name,
  .account .block.block-reviews-dashboard .block-content li.item .rating-summary,
  .table-reviews .product-name,
  .block-reviews-dashboard .product-name {
    font-size: 13.82px;
    letter-spacing: 0.25px;
    line-height: 20px;
  }
  .account main#maincontent {
    margin-top: 35px;
  }
  .checkout-index-index .checkout-payment-method .form-discount .payment-option-inner,
  form.form.form-discount input#discount-code {
    width: 100%;
  }
  .checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .action-apply {
    float: left;
    width: 100%;
    margin-left: unset;
  }
  .catalog-product-view .recently-product-cat.category-page.productpager .block-content,
  .catalog-product-view .recently-product-cat .block-content {
    padding-left: 8px;
  }
  .catalog-product-view .column.main .recently-product-cat.productpager .product-items .product-item {
    width: 46%;
  }
  .catalog-product-view .column.main .recently-product-cat.productpager .product-items .product-item:nth-child(even) {
    margin-right: 12px;
  }
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item:nth-child(even) {
    margin-right: 0;
  }
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item {
    width: 47%;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item {
    width: 45%;
    margin: 0 11px;
    margin-bottom: 20px;
  }
  .checkout-cart-index button.action.update {
    width: 100%;
    margin-top: 24px;
  }
  .checkout-index-index .payment-option.opc-payment-additional.discount-code {
    padding: 0;
  }
  .checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary,
  .checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
    width: 100%;
    height: auto;
  }
  .biggest-two {
    padding-top: 24px;
  }
  /*new category pages design*/
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-coffee.category-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item {
    width: 47%;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-coffee.category-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3) {
    margin-right: 12px;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-coffee.category-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4) {
    margin-left: 12px;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(odd),
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(odd),
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(odd),
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(odd),
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(odd),
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(odd),
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(odd),
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(odd),
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(odd),
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(odd),
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(odd),
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(odd),
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(odd),
  body.page-products.categorypath-coffee.category-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(odd),
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(odd) {
    margin-left: 0;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-coffee.category-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even) {
    margin-right: 0;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-coffee.category-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child,
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:last-child {
    display: none;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-coffee.category-coffee.catalog-category-view.page-layout-1column.page-loaded main#maincontent,
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded main#maincontent {
    margin-top: 28px;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .page.messages,
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .page.messages,
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .page.messages,
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .page.messages,
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .page.messages,
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .page.messages,
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .page.messages,
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .page.messages,
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .page.messages,
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .page.messages,
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .page.messages,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .page.messages,
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .page.messages,
  body.page-products.categorypath-coffee.category-coffee.catalog-category-view.page-layout-1column.page-loaded .page.messages,
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .page.messages {
    margin-bottom: 0;
  }
  .page-footer {
    margin-top: 0;
  }
  .post-list-wrapper.blog-widget-recent.mobile-blog .owl-carousel.owl-drag .owl-item {
    height: unset;
  }
  header .form .search-autocomplete {
    top: 50px;
    margin: 0;
    width: 100% !important;
  }
  .amslider-header-container {
    margin-top: 0;
  }
  div#banner-slider-carousel {
    margin-top: 38px;
  }
  .catalog-product-view .product-info-main .page-title-wrapper h1 span {
    font-size: 15.57px;
  }
  .account.review-customer-index .rating-summary .rating-result {
    z-index: 0;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
    margin-top: 0;
  }
  .products-reviews-toolbar .toolbar-amount {
    text-align: left;
  }
  .review-customer-index .toolbar.products-reviews-toolbar.bottom .pager .limiter {
    top: -35px;
  }
  .product-info-main .product-add-form .box-tocart .fieldset {
    margin-bottom: 0;
  }
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item:nth-child(5) {
    margin-left: 12px;
  }
  .ammenu-nav-sections .ammenu-link.-main > .ammenu-wrapper {
    text-transform: capitalize;
  }
  .ammenu-nav-sections:not(.-hamburger) .ammenu-title {
    display: none !important;
  }
  .ammenu-close-menu.close-sign {
    font-size: 2em;
    position: absolute;
    cursor: pointer;
    width: 50px;
    text-align: center;
    display: inline-block;
  }
  i.fa.fa-times {
    font-size: 24px;
    font-weight: 100;
    color: #ff6600;
  }
  .ammenu-nav-sections.nav-sections.-opened {
    top: 0;
    height: 5000px;
    position: absolute;
  }
  .ammenu-nav-sections.-accordion .ammenu-link.-level1 + .-child > .ammenu-wrapper span {
    color: rgba(0, 0, 0, 0.87);
    font-size: 13.82px;
    letter-spacing: 0.25px;
    line-height: 20px;
  }
  .ammenu-nav-sections.-accordion .ammenu-link.-level1 + .-child > .ammenu-wrapper {
    padding-bottom: 0;
  }
  .ammenu-nav-sections.-accordion:not(.-hamburger) .ammenu-items .current > .ammenu-wrapper {
    color: rgba(0, 0, 0, 0.87) !important;
  }
  .ammenu-nav-sections .ammenu-main-container {
    padding-left: 15px;
  }
  .ammenu-main-container .ammenu-item.-main a {
    padding-left: 0;
    padding-bottom: 0;
  }
  .page-header .panel ul.top-left img,
  .page-header .panel ul.top-right li.loginlink,
  .ship-to-header {
    display: none;
  }
  .header.content .amquote-cart-wrapper.minicart-wrapper {
    margin: 0;
  }
  header .header.content .header-right {
    padding-top: 20px;
    width: auto;
  }
  header.page-header {
    border: none;
  }
  .page-header .panel ul li img,
  .ship-to-header,
  .page-header .panel ul li.loginlink {
    display: none;
  }
  .page-header .panel ul.top-left a.track-link {
    padding-left: 0;
  }
  header .header.content .block-search {
    margin-right: 0;
  }
  .cms-index-index ol.product-items li .product-item-info .product-item-details {
    display: block;
  }
  .cms-index-index ol.product-items li .product-item-info .product-item-details .product-item-actions {
    margin: 0;
  }
  .filter.active .filter-title {
    border-bottom: none;
  }
  .filter.active .filter-options {
    padding: 0 15px;
    margin-top: 12px;
  }
  .amshopby-slider-container {
    margin: 20px 0px 0 0px;
  }
  .amstorecredit-index-index h6 {
    border-top: 0;
    margin-top: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-payment-method div#checkout-step-payment .form.payments .payment-group .amcheckout-wrapper .payment-method .payment-method-title.field.choice {
    padding: 20px;
  }
  .filter-options-content .count {
    float: right;
  }
  .revewwithwishlist .wishlist {
    float: right;
    width: 50%;
  }
  .revewwithwishlist .wishlist .compare-product {
    float: left;
    right: 0;
    margin-top: 0;
  }
  .revewwithwishlist .wishlist .compare-product a {
    float: left;
  }
  .sku-custom {
    width: 50%;
    float: left;
  }
  .wedeliver-sec {
    margin-bottom: 24px;
  }
  .revewwithwishlist .wishlist .actions-secondary a {
    display: inline-block;
  }
  .catalog-product-view .product-info-main .product-info-price {
    padding-bottom: 12px;
    border: none;
    margin-bottom: 0;
    padding-top: 0;
  }
  .catalog-product-view .product-info-main .incl-tax {
    width: auto;
    padding-left: 24px;
    vertical-align: -webkit-baseline-middle;
  }
  .product-info-main .product-add-form .box-tocart .actions {
    float: left;
    max-width: 100%;
    width: 100%;
  }
  .catalog-product-view .payment-iconstatic {
    padding-bottom: 24px;
  }
  .product-info-main .product-add-form .box-tocart .actions .action.tocart,
  .catalog-product-view .amquote-addto-button {
    width: 48%;
    margin-right: 8px;
    margin-bottom: 0;
  }
  .product-info-main .product-add-form .box-tocart .actions .action.tocart {
    margin-bottom: 24px;
  }
  .catalog-product-view .recently-product-cat.category-page.productpager .block-title {
    margin: 10px 0 24px;
  }
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item:nth-child(3n+1),
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item:nth-child(5n+1) {
    margin-left: 0;
  }
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item:nth-child(6n+1) {
    margin-left: 12px;
  }
  .page-footer div.col-md-2.last-child,
  .page-footer .col-md-2.last-child .newftrd-div.last,
  .newsletter-new form.form.subscribe .field.newsletter,
  .newsletter-new form.form.subscribe .control input,
  .account.sales-order-view .column.main .box.box-order-billing-method dl.payment-method {
    width: 100%;
  }
  .account.sales-order-view .column.main .order-details-items.ordered .order-title strong,
  .account.sales-order-view .column.main address,
  .account.sales-order-view .column.main dl.payment-method dt.title,
  .account.sales-order-view .column.main .info-contact {
    font-size: 13.82px;
    line-height: 20px;
    letter-spacing: 0.25px;
  }
  .page-products.catalog-category-view .product-items .product-item {
    width: 45%;
    margin-bottom: 20px;
    padding: 0;
  }
  .page-products.catalog-category-view .recently-product-cat .product-item {
    width: 47%;
    margin-bottom: 20px;
    padding: 0;
  }
  .page-products.catalog-category-view .recently-product-cat .product-item:nth-child(even) {
    margin-right: 0;
  }
  .page-products.catalog-category-view .recently-product-cat .product-item:nth-child(odd) {
    margin-left: 0;
  }
  .page-products.catalog-category-view .recently-product-cat {
    padding-left: 0;
  }
  .amasty_quote-quote-success .page-title-wrapper,
  .amasty_quote-quote-success .columns {
    max-width: 100%;
  }
  .blog-post-view .column.main,
  .blog-index-index .columns .column.main {
    padding: 0 24px;
  }
  .blog-post-view .page-title-wrapper {
    padding: 24px;
  }
  .block.widget .products-grid .product-items li.product-item:first-child,
  .page-layout-1column .block.widget .products-grid .product-item:first-child,
  .block.widget .products-grid .product-items li.product-item:first-child,
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3),
  .block.widget .products-grid .product-items li.product-item:first-child,
  .page-layout-1column .block.widget .products-grid .product-item:first-child,
  .block.widget .products-grid .product-items li.product-item:first-child,
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5) {
    margin-left: 0 !important;
  }
  .actions-toolbar .primary a.action.primary.continue,
  .account-quote-buttons,
  .account-quote-buttons button.action.tocart.primary,
  .actions-toolbar .primary a.amshopby-button.continue,
  .actions-toolbar .primary a.am-filter-go.continue {
    width: 100%;
  }
  .account-quote-buttons button.action.tocart.primary {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .customeralerts-index-listaction .alertsdescription-section .description {
    padding-bottom: 12px;
  }
  .customeralerts-index-listaction hr {
    margin-bottom: 12px;
  }
  .checkout-onepage-success .page-title-wrapper {
    text-align: left;
  }
  .checkout-onepage-success .checkout-success .actions-toolbar .primary a {
    width: 100%;
  }
  .checkout-onepage-success .checkout-success {
    max-width: 100%;
  }
  .trackorder-index-view .page-main {
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }
  .actions-toolbar .action.track.primary {
    width: 100%;
  }
  .customer-address-form .actions-toolbar .action.save.primary,
  .actions-toolbar .action.track.primary {
    width: 100%;
  }
  .account.sales-order-view .column.main .order-details-items h3 {
    margin: 24px 0 15px;
  }
  .block.widget .products-grid .product-items li.product-item,
  .block.widget.block-products-list.grid .products-grid .product-item,
  .block.widget.block-products-list.grid .products-grid .product-item {
    width: 46%;
    margin: 0 12px;
    margin-bottom: 20px;
  }
  .cms-index-index .widget .block-title {
    margin: 12px 0 16px 0;
  }
  .cms-index-index .widget .block-title strong,
  .amslider-header-container,
  .block-title h2,
  .home-catsec h2,
  .catalog-category-view .recently-product-cat .block-title h2 {
    font-size: 15.65px;
    line-height: 27px;
    letter-spacing: 0.15px;
  }
  .product-item-name {
    padding: 0 8px;
  }
  .page-header .panel ul.top-left a.track-link {
    padding-left: 0;
  }
  .page-products .product-items .product-item .product-item-info .product-item-details .product-item-name {
    padding: 0 12px;
    height: auto;
  }
  .cart.table-wrapper .product-item-name {
    max-width: 250px;
  }
  label.sorter-label {
    display: none;
  }
  .page-footer .h3 {
    margin-bottom: 8px;
  }
  .page-footer .col-md-2 li {
    margin-bottom: 4px;
  }
  .recently-product-cat .block-title {
    margin: 20px 0;
  }
  .page-footer .footer-copy-right .col-md-12.footer-bottom {
    display: inline;
  }
  .page-footer .footer-copy-right {
    margin-bottom: 12px;
  }
  .homecatsection-homepg {
    margin-top: 0;
  }
  .checkout-cart-index .recently-product-cat li.item.product.product-item {
    width: 44.5%;
  }
  .block.widget.block-products-list.grid .products-grid .product-item:last-child {
    display: inline-block;
  }
  .block.widget.block-products-list.grid .products-grid .product-item:nth-child(6) {
    margin-left: 8px;
  }
  .rightbottom-right img,
  .leftbottom-right img {
    height: unset;
  }
  .licance-img {
    width: 32.5%;
    padding-bottom: 12px;
  }
  .homepage-second-content {
    padding: 24px 0;
    margin-top: -5px;
    padding-top: 29px;
  }
  .licance-img:last-child {
    display: none;
  }
  .left-top {
    padding-bottom: 16px;
  }
  .block.widget.block-products-list.grid .block-title h2 {
    margin-top: 0;
  }
  .right-bottom-new {
    padding-top: 16px;
  }
  .leftbottom-right-new,
  .rightbottom-right {
    padding-left: 12px;
  }
  .left-bottom .leftbottom-left,
  .rightbottom-left-new {
    padding-right: 12px;
  }
  .leftsection {
    padding-right: 0;
  }
  .licance-images.btm {
    margin-top: 0;
  }
  .cms-index-index main#maincontent {
    padding: 0;
    margin-top: -22px;
  }
  .amslider-header-container {
    margin-bottom: 0;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .six-level-catgeory .img-namesection .sixone:last-child {
    border-right: 1px solid #dedede;
  }
  .cms-home .page-header {
    margin-bottom: 0;
  }
  .panel.wrapper {
    padding: 5px 0;
  }
  .header-offer-top-inner {
    padding: 0 20px;
  }
  .header-offer-top-inner ul li {
    font-size: 11.82px;
  }
  .header-offer-top-inner ul li:after {
    padding: 0 5px 0;
  }
  .nav-toggle {
    margin: 0;
    top: 16px;
  }
  .page-header .panel ul.top-left a.track-link {
    padding-left: 0;
  }
}
@media (max-width: 479px) {
  .customer-account-index .intersetsection .checkboxleft {
    width: 50%;
  }
  .customer-account-index .intersetsection .checkboxleft label {
    font-size: 14.8px;
  }
  .customer-account-index .intersetsection .checkboxleft input.checkbox {
    height: 20px;
    width: 20px;
  }
  .customer-account-edit .intersetsection .checkboxleft input.checkbox {
    height: 20px;
    width: 20px;
  }
  header .header.content .block-search {
    margin-left: 0;
  }
  .ammenu-nav-sections .ammenu-main-container,
  .ammenu-nav-sections .ammenu-tabs-container > .ammenu-content {
    padding: 0 15px;
    padding-right: 0;
  }
  .ammenu-nav-sections.nav-sections.-opened section.ammenu-menu-mobile li.ammenu-item .ammenu-submenu-container.ammenu-submenu .ammenu-categories-container.ammenu-categories ul.ammenu-item li.ammenu-wrapper {
    padding: 8px 0;
  }
  .page-products.catalog-category-view .page-title-wrapper .page-title {
    margin-bottom: 24px;
    top: 22px;
  }
  .checkout-index-index aside.modal-popup.see-detail-modal.modal-slide .modal-inner-wrap {
    max-width: 90%;
    min-height: 60vh;
  }
  .amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
    display: inline-block;
  }
  .amcheckout-summary-container .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .product-item-details .product-item-inner .product-item-name-block {
    width: 100%;
    margin-bottom: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-block.amcheckout-step-container.-summary .step-content.amcheckout-content .amcheckout-wrapper .items-in-cart .minicart-items-wrapper .minicart-items .product-item-details .product-item-inner strong.product-item-name {
    width: 100%;
  }
  .checkout-onepage-success .columns .column.main {
    max-width: 100%;
  }
  .checkout-onepage-success main#maincontent {
    margin-top: 28px;
  }
  .helpdesk-ticket-index table.data.table.hdmx__tickets-table tr span.hdmx__status.hdmx-green {
    border: 0;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.6);
  }
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-three-left .biggestimg-sec {
    height: unset;
  }
  .checkout-cart-index .page-footer {
    margin-top: 40px;
  }
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-three-left {
    margin-bottom: 40px;
  }
  .account .toolbar.bottom .pages {
    display: none;
  }
  .cms-page-view .page-title-wrapper {
    margin-top: 0;
  }
  .account main#maincontent .page-title-wrapper {
    padding-top: 12px;
    padding-bottom: 0;
  }
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-center-two {
    height: 280px;
  }
  .customer-account-edit .intersetsection .checkboxleft {
    width: 50%;
  }
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-center-two .centerimgsec .biggestimg-sec {
    height: 190px;
  }
  .helpdesk-ticket-create form.hdmx__ticket-new fieldset.fieldset .fields.group .field {
    margin-bottom: 12px;
  }
  .customer-account-login .page-main {
    margin-top: 50px;
  }
  .catalog-product-view .newsletter-new form.form.subscribe .actions {
    top: 0;
  }
  .amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tfoot tr td,
  .amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr th {
    width: 50%;
  }
  .amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr td {
    text-align: left;
  }
  .amasty_quote-account-view .order-details-items.ordered .table-wrapper.order-items tr td .product-item-name {
    width: 100%;
  }
  .page-products .page-wrapper.fixed-menuheader main#maincontent {
    margin-top: 31px;
  }
  body.page-with-filter.page-products.categorypath-nhl-collectibles.category-nhl-collectibles.catalog-category-view.page-layout-2columns-left .category-view,
  body.page-with-filter.page-products.categorypath-nba-collectibles.category-nba-collectibles.catalog-category-view.page-layout-2columns-left .page-title-wrapper .category-view,
  body.page-with-filter.page-products.categorypath-collegiate-collectibles.category-collegiate-collectibles.catalog-category-view.page-layout-2columns-left .category-view,
  body.page-with-filter.page-products.categorypath-nba-collectibles.category-nba-collectibles.catalog-category-view.page-layout-2columns-left .category-view {
    margin-top: 0;
  }
  body.page-with-filter.page-products.categorypath-usa-collectibles.category-usa-collectibles.catalog-category-view.page-layout-2columns-left .customcatlist-hlm ul.sub-cat.customcatlist li {
    padding: 12px 0;
  }
  body.page-with-filter.page-products.categorypath-usa-collectibles.category-usa-collectibles.catalog-category-view.page-layout-2columns-left .customcatlist-hlm ul.sub-cat.customcatlist {
    width: 100%;
    display: inline-block;
  }
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .top-linkbtn {
    height: 60px;
  }
  .product-info-main .stock.available {
    border-bottom: 0;
    padding-bottom: 0;
  }
  /*new category pages design*/
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item {
    width: 47%;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3),
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(3) {
    margin-right: 12px;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4),
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(4) {
    margin-left: 12px;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even),
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item:nth-child(even) {
    margin-right: 0;
  }
  .page-products.catalog-category-view .product-items .product-item:nth-child(odd) {
    margin-right: 12px;
  }
  .page-products.catalog-category-view .block.filter.filter-no-options {
    border: none;
  }
  .page-products.catalog-category-view .block.filter.filter-no-options strong {
    display: none;
  }
  .fourbiggestlevel-section .img-namesection .fourbiggestlevel .name-top-twelve a {
    font-size: 10px;
  }
  fieldset.fieldset.info.loyaltysection {
    width: 100%;
    padding: 6px 0 6px 0;
  }
  .product-info-main .product-add-form .box-tocart {
    padding-top: 0;
  }
  .product-info-main .box-tocart .field.qty {
    padding: 0 0 24px;
  }
  .product-info-main .product-add-form .box-tocart .actions {
    margin-top: 24px;
  }
  .product-info-main .product-add-form .box-tocart .actions .action.tocart {
    margin-bottom: 24px;
  }
  .prod-detail {
    margin-top: 0;
  }
  .cms-index-index .page-wrapper.fixed-menuheader main#maincontent {
    margin-top: 12px;
  }
  .page-products .toolbar.toolbar-products .toolbar-sorter.sorter {
    top: -40px;
  }
  .page-products.catalog-category-view .sidebar.sidebar-main {
    padding-right: 0;
    width: 100%;
  }
  .page-products.catalog-category-view .block.filter {
    width: 100%;
  }
  .ammenu-nav-sections.nav-sections.-opened ul.ammenu-items {
    padding-right: 10px;
  }
  ul.sub-cat.customcatlist {
    width: 49%;
  }
  .newsletter-new {
    margin-top: 8px;
  }
  .homecatsection-homepg .block-title-right-more {
    display: none;
  }
  .footer-copy-right .footer-leftcopy {
    width: 100%;
    float: none;
    text-align: center;
    padding: 14px;
    padding-left: 0;
  }
  .page-footer .footer-copy-right .footer-payment-method {
    width: 100%;
  }
  .checkout-footer .rightsection,
  .checkout-index-index .footer-btm-section {
    text-align: center;
  }
  .block-search .control {
    border-top: none;
  }
  .page-footer .footer-copy-right .footer-payment-method li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cms-index-index ol.product-items li .product-item-info .product-item-details .product-item-name {
    padding-bottom: 8px;
  }
  .ammenu-nav-sections .ammenu-main-container .ammenu-items li.ammenu-item {
    display: table;
  }
  .filter-options-content .count {
    float: right;
  }
  header .header.content .block-search {
    padding: 0;
  }
  .header.content .header-right .header.links {
    padding-top: 0;
  }
  .account.sales-order-view .column.main h1.page-title {
    width: 100%;
    margin: 12px 0 0;
  }
  .order-details-items .table-order-items tbody + tbody,
  .account.sales-order-view .column.main table#my-orders-table tfoot {
    border: none;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar {
    padding-left: 128px;
  }
  .catalog-product-view .modal-popup._inner-scroll .modal-inner-wrap {
    max-width: 84% !important;
    margin-left: 10px;
    margin-top: 25px;
  }
  .catalog-product-view .modal-popup._inner-scroll .modal-inner-wrap .modal-content {
    padding-bottom: 0;
  }
  div#minicart-content-wrapper .minicart-items .product-item-name {
    width: 144px;
  }
  form#co-transparent-form fieldset#payment_form_payeezy .field .control input {
    width: 100%;
  }
  .checkout-index-index .checkout-payment-method .checkout-billing-address .billing-address-details {
    display: none;
  }
  .checkout-index-index .opc-wrapper .opc .checkout-shipping-address .action-show-popup {
    background: #001d47;
    color: #ffffff;
    font-size: 13.7px;
    font-weight: 600;
    letter-spacing: 1.25px;
    line-height: 16px;
    text-align: center;
    height: 56px;
    text-transform: uppercase;
  }
  .checkout-index-index .opc-wrapper .action-show-popup > span:before {
    display: none;
  }
  .checkout-footer .footer-btm-section .leftsection p {
    margin-bottom: 0;
  }
  .checkout-footer .rightsection {
    padding-top: 8px;
  }
  .checkout-index-index .opc-block-summary .minicart-items-wrapper {
    max-height: unset;
  }
  .checkout-cart-index .cart-container .cart-summary strong.summary.title {
    display: inline-block;
    padding: 0;
    margin-top: 0;
  }
  .bestselling-products-home {
    padding-top: 24px;
  }
  .main-banner-home.desktop {
    display: none;
  }
  .main-banner-home.responsive {
    display: inline-block;
  }
  .customcatlist-hlm ul.sub-cat.customcatlist li {
    width: 100%;
    padding-bottom: 12px;
  }
  .page-products .product-items .product-item {
    padding: 0 8px;
  }
  body.page-products.categorypath-mlb-collectibles.category-mlb-collectibles.catalog-category-view.page-layout-2columns-left .page-title-wrapper,
  body.page-with-filter.page-products.categorypath-nba-collectibles.category-nba-collectibles.catalog-category-view.page-layout-2columns-left .page-title-wrapper,
  body.page-with-filter.page-products.categorypath-nfl-collectibles.category-nfl-collectibles.catalog-category-view.page-layout-2columns-left .page-title-wrapper,
  body.page-with-filter.page-products.categorypath-nhl-collectibles.category-nhl-collectibles.catalog-category-view.page-layout-2columns-left .page-title-wrapper,
  body.page-with-filter.page-products.categorypath-collegiate-collectibles.category-collegiate-collectibles.catalog-category-view.page-layout-2columns-left .page-title-wrapper {
    top: 0;
  }
  .category-view .category-description {
    padding-bottom: 0;
  }
  .page-footer .col-md-2 li {
    margin-bottom: 6px;
  }
  .footer-btm-section .col-md-2.responsivelastdisplay {
    display: inline-block;
  }
  .contact-index-index .column.main {
    margin-bottom: 20px;
  }
  .homepage-second-content {
    min-height: 550px;
  }
  .main-banner-home {
    min-height: 100px;
    background-image: url(../../frontend/Magneto/VixxBadkamers/nl_NL/images/Rectangle180.jpg);
  }
  .customer-account-create .page-header,
  .customer-account-forgotpassword .page-header,
  .customer-account-login .page-header,
  .contact-index-index .page-header {
    margin-bottom: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    margin-top: 0;
  }
  .customer-account-create .columns .column.main,
  .customer-account-forgotpassword .columns .column.main,
  .customer-account-login .columns .column.main {
    padding-bottom: 0;
  }
  .customer-account-create .page-title-wrapper h1.page-title,
  .customer-account-login h1.page-title,
  .customer-account-forgotpassword h1.page-title {
    margin-top: 0;
  }
  .catalog-product-view .personalized-container .directional-pad .popup-controls button#redo,
  .catalog-product-view .personalized-container .directional-pad .popup-controls button#delete {
    top: 29% !important;
  }
  .amblog-index-index .columns .column.main,
  .amblog-index-index .columns,
  .amblog-index-post .columns .column.main,
  .amblog-index-post .columns {
    padding-bottom: 0;
  }
  .catalog-product-view .personalized-container .directional-pad .popup-controls button#undo,
  .catalog-product-view .personalized-container .directional-pad .popup-controls button#redo {
    left: 87% !important;
  }
  .checkout-cart-index .page-title-wrapper h1.page-title span {
    font-size: 20.68px;
    line-height: 25px;
  }
  .checkout-cart-index header.page-header {
    margin-bottom: 0;
  }
  .checkout-cart-index .page-title-wrapper {
    padding-top: 24px;
  }
  .checkout-cart-index h1.page-title {
    margin-bottom: 16px;
  }
  .customer-account-forgotpassword .login-container span.login-or,
  .contact-index-index .block-title {
    display: none;
  }
  .login-container .sj-forgot {
    padding: 0;
    border-top: none;
  }
  .main-banner-home {
    display: grid;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper {
    margin-bottom: 8px;
  }
  .minicart-wrapper .block-minicart {
    margin-top: 0;
  }
  .minicart-items .product-item-pricing .label {
    color: rgba(0, 0, 0, 0.87);
    font-size: 15px;
  }
  .minicart-wrapper .block-minicart {
    padding: 13px 15px 0;
    right: 0;
  }
  .footer-btm-section {
    padding-top: 24px;
  }
  .newsletter-new .subscribe.primary span {
    position: relative;
  }
  div#modal-content-31,
  div#modal-content-26,
  .modal-popup .modal-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .catalog-product-view .personalized-container.tab-view .directional-pad button#right,
  .catalog-product-view .personalized-container .directional-pad .popup-controls button#top-right {
    left: 20% !important;
  }
  .catalog-product-view .modal-popup .block-title strong {
    margin-bottom: 15px;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item,
  .amasty_quote-cart-index .cart-container .form-cart .table-wrapper .cart.item {
    padding-top: 10px;
  }
  .cms-no-route .not-found-page button.notfound-btn {
    width: 100%;
  }
  .cms-page-view h1.page-title {
    padding-top: 12px;
  }
  .catalog-product-view .columns .column.main .container,
  .checkout-cart-index .cart-discount,
  .cart.table-wrapper .item .col.item {
    padding: 0 !important;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .cart > .item td.col.price,
  .amasty_quote-cart-index .form.form-cart .cart.table-wrapper .cart > .item td.col.price {
    padding-left: 0;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item .item-info,
  .amasty_quote-cart-index .cart-container .form-cart .table-wrapper .cart.item .item-info {
    padding-bottom: 12px;
  }
  .catalog-product-view .prod-detail {
    padding-bottom: 12px;
    border-bottom: none;
  }
  .catalog-product-view .recently-product-cat .block-title {
    text-align: left;
    padding-bottom: 0;
    padding-top: 0;
  }
  .container,
  .page-main {
    padding: 0 15px;
  }
  .checkout-index-index .page-footer {
    display: none;
  }
  .checkout-index-index .methods-shipping .actions-toolbar .action.primary,
  .checkout-index-index .methods-shipping .actions-toolbar .amshopby-button,
  .checkout-index-index .methods-shipping .actions-toolbar .am-filter-go {
    height: 56px;
  }
  .cms-page-view .header.content .minicart-wrapper {
    padding-left: 0;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0;
  }
  .checkout-index-index .page-header {
    margin-bottom: 12px;
  }
  .opc-block-summary .product-item .subtotal,
  .opc-block-summary .product-item .subtotal {
    float: left;
  }
  .opc-block-summary .product-item .subtotal {
    text-align: right;
  }
  .cart-discount .block > .title {
    padding: 20px 0;
  }
  .cart-summary .block > .title:after {
    right: -6px;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-name a.preview-link,
  .page-header .minicart-wrapper .minicart-items .product-item-details a.itemPopupImage {
    display: none;
  }
  .cart-container .form-cart .actions.main {
    margin-bottom: 0;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar > .action {
    top: -22px;
    right: 0;
  }
  .checkout-cart-index .cart-container .cart-summary .cart-totals {
    padding-bottom: 0;
  }
  .product-info-main .product-add-form .box-tocart .actions .action.tocart {
    margin-bottom: 8px;
  }
  .prod-detail {
    margin-top: 16px;
  }
  .catalog-product-view .recently-product-cat .products-grid {
    margin-top: 0;
  }
  .catalog-product-view .recently-product-cat .block-content {
    padding: 0 8px;
  }
  .catalog-product-view .recently-product-cat .block-title hr {
    display: none;
  }
  .review-listing .add-new-review .add-new-review-inner {
    margin-top: 0;
  }
  .catalog-product-view .prod-detail .product.data.items .item.content {
    padding: 12px 0;
  }
  .catalog-product-view .prod-detail .product.data.items > .item.title {
    margin-top: 0;
  }
  div#tab-label-additional {
    margin-top: 8px;
  }
  .prod-detail .product-info-main-deatils {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .catalog-product-view .personalized-container .directional-pad {
    min-height: 156px;
  }
  .homepage-second-content {
    padding: 15px 0;
    padding-top: 15px;
    padding-bottom: 12px;
  }
  .page-footer {
    margin-top: 0;
  }
  .rightbottom-right img,
  .leftbottom-right img {
    height: unset;
  }
  .rightbottom-right {
    padding-left: 12px;
  }
  .right-bottom-new {
    padding-top: 16px;
  }
  .leftsection {
    padding-right: 0;
  }
  .home-licancesection {
    padding: 0;
  }
  .right-top,
  .left-bottom {
    padding-top: 0;
  }
  .header.content .header-right {
    padding-top: 4px;
  }
  .left-top {
    padding-bottom: 16px;
  }
  .page-products .filter-options-title {
    padding-right: 15px;
  }
  .toolbar-sorter.sorter,
  .page-products h1.page-title {
    margin-top: 0;
  }
  .page-products .page-title-wrapper {
    position: relative;
    top: -42px;
    left: 0;
    clear: both;
  }
  .page-products .sorter {
    margin-bottom: 30px;
    margin-right: -6px;
  }
  .catalog-product-view .columns .column.main .container {
    padding: 0 15px;
  }
  .page-products .column.main > .container.sj-test {
    padding: 0 !important;
  }
  .page-products.catalog-category-view .block.filter {
    top: -8px;
    position: relative;
    width: 50%;
  }
  .page-products .toolbar-sorter.sorter select {
    border: none;
    padding-left: 0;
  }
  .page-products .product-items .product-item .product-item-info .product-item-details .product-item-name {
    margin-top: 4px;
  }
  .page-products .toolbar.toolbar-products {
    margin-bottom: 0;
    margin-top: 22px;
  }
  .filter.active .filter-options {
    padding-left: 15px;
  }
  .filter.active .filter-title strong:after {
    right: 15px;
    top: 15px;
  }
  .page-products .product-items .product-item {
    margin-bottom: 12px;
  }
  .filter-options-item.active .filter-options-title {
    padding-right: 15px;
  }
  .filter.active .filter-subtitle {
    border-bottom: none;
    color: #000;
    font-weight: 500;
    font-size: 18px;
  }
  .left-bottom .leftbottom-left,
  .rightbottom-left-new {
    padding-right: 12px;
  }
  .leftbottom-right-new,
  .rightbottom-right {
    padding-left: 10px;
  }
  .rightsection {
    margin-top: 0;
    padding-top: 16px;
  }
  .block.widget.block-products-list.grid.container,
  .bestselling-products-home {
    padding-bottom: 0;
  }
  .viewall-home {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .cms-home .home-blog-post {
    padding-bottom: 0;
  }
  .page-footer .footer-bottom .footer-payment-method ul li {
    padding-right: 20px;
  }
  .page-footer .footer-bottom .footer-payment-method ul li:last-child {
    padding-right: 0;
  }
  .product-info-main .product-info-price .price-box .price-container > span {
    margin-bottom: 0;
  }
  .catalog-product-view .product-info-main .product-info-price {
    margin-bottom: 0;
    width: 100% !important;
  }
  .cms-home .home-blog-post {
    margin-top: 16px;
    padding: 24px 0;
    padding-bottom: 0;
  }
  .cms-home .home-blog-post .viewall-home {
    padding-bottom: 24px;
  }
  .cms-home .home-blog-post .viewall-home {
    padding-top: 24px;
  }
  .licance-images.upr {
    margin-top: 12px;
  }
  .home-blog-post .amblog-title,
  .licance-title h2 {
    font-size: 26.15px;
    line-height: 20px;
  }
  .toolbar-sorter.sorter {
    margin-top: -66px;
  }
  .filter-title strong {
    color: rgba(0, 0, 0, 0.87);
    padding: 8px 16px;
  }
  .licance-title h2 {
    margin-top: 0;
  }
  .page-footer .h3 {
    margin: 0 0 12px 0;
  }
  .page-footer .footer-bottom .footer-payment-method {
    float: none;
  }
  .header.content .block-search {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .page-footer .footer-copy-right .col-md-12 {
    padding-top: 12px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .page-footer div.col-md-2.last-child {
    padding-top: 24px;
    border-top: 1px solid #666;
    margin-top: 24px;
  }
  .page-footer .footer-copy-right .col-md-12 a {
    text-align: center;
  }
  .page-footer .footer-copy-right .col-md-12 p {
    vertical-align: unset;
    text-align: center;
    padding-left: 0;
  }
  .page-footer .col-md-2.last-child {
    width: 100%;
    min-width: 100%;
  }
  .footer-upr-section .footer-upr-left h2 {
    font-size: 18px;
  }
  .newsletter-new .actions .primary {
    padding-right: 6px;
  }
  .newsletter-new form.form.subscribe .control input,
  .newsletter-new .actions .primary {
    height: 36px;
  }
  .page-products .catalogsearch-result-index .product-items .product-item {
    width: 33.33%;
  }
  .footer-upr-section .footer-upr-right ul li {
    padding-right: 16px;
  }
  .footer-roghtnewdiv,
  .footer-roghtnewdiv span {
    text-align: center;
  }
  a.hm-see-more {
    display: none;
  }
  .viewmore {
    margin: 0px 0 25px;
  }
  .cms-index-index .widget .block-title,
  .cms-index-index .home-catsec {
    margin: 12px 0;
  }
  .account.sales-order-view .column.main .order-details-items .right-oredrpage {
    width: 100%;
    padding-left: 0;
  }
  .mobile-blog .owl-nav {
    top: 28%;
  }
  html[lang="ar"] .checkout-index-index #checkout .payment-methods .payment-group .payment-method:nth-child(2) .payment-method-title {
    background-position-x: 0% !important;
  }
  .contact-index-index .col-md-3.my-cols.color {
    width: 100%;
  }
  .contact-index-index .blog-post-thumb {
    min-height: inherit;
    max-height: inherit;
  }
  .contact-index-index .for-line {
    min-height: inherit;
    max-height: inherit;
    overflow: visible;
  }
  .extended.warranty .label.admin__field-label {
    max-width: 91%;
  }
  .contact-index-index .variant-wrapper.btn-add_to_cart {
    height: auto;
    min-height: inherit;
  }
  /* Category Page */
  .catalog-product-view .product-info-main .product-warranty-section span.right-warnty {
    display: inline-block;
    max-width: 163px;
  }
  .page-products .product-items .product-item {
    width: 49%;
    margin-right: 3px;
  }
  .product-info-main .totalsaving {
    width: 100%;
    padding: 0;
  }
  .product-info-main .product-add-form .box-tocart .actions .action.tocart {
    width: 100%;
    margin-right: 0;
  }
  .catalog-product-view .product-info-main .towishlist {
    width: 100%;
  }
  /* Category Page */
  .page-products .sorter a {
    font-size: 9.82px;
    margin: 0px 15px 10px 0;
  }
  /* Category Page - Recent View */
  .recently-product-cat .block-title {
    margin: 10px 0 10px;
  }
  /*cart page*/
  .checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals.grand td > strong span,
  .checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper tr.totals.grand th > strong {
    font-size: 17px;
  }
  /* Category Page, Search Result Page */
  .home-brand {
    padding-top: 0;
  }
  /*.checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item .item-info{width: 60px;}
    .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details{width: ~"calc(100% - 60px)";}*/
  .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details .cart-detail-left {
    width: 100%;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details .cart-detail-left .wk-seller-block {
    margin-bottom: 0;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details .subtotal {
    width: 100%;
    text-align: left;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details .actions-toolbar {
    margin: 10px 0 15px;
  }
  .cart-container .form-cart .actions.main a,
  .cart-container .form-cart .actions.main .addmorewishlist {
    float: left;
    margin: 0 15px 15px 0;
  }
  .cart.main.actions button {
    font-size: 13.82px;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details .cart-detail-left .field.qty {
    margin: 0;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details .actions-toolbar .action.action-edit {
    font-size: 0;
    text-decoration: none;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details .actions-toolbar .action.action-edit:before {
    content: '\f040';
    font-family: FontAwesome;
    font-size: 15.82px;
    display: block;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details .actions-toolbar .action.action-delete {
    font-size: 0;
    margin: 0;
    text-decoration: none;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details .actions-toolbar .action.action-delete:before {
    content: '\f1f8';
    font-family: FontAwesome;
    font-size: 15.82px;
    display: block;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details .actions-toolbar .action {
    margin: 0px 0 0 15px;
  }
  .page-footer .footer-bottom .footer-roght a:last-child:before {
    display: none;
  }
  .page-footer .footer-bottom .footer-roght a {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .page-footer .footer-bottom .footer-roght a:first-child {
    margin-bottom: 10px;
  }
  .page-footer .footer-copy-right .col-md-4 img {
    float: none;
  }
  footer.page-footer .footer-bottom .footer-left {
    text-align: center;
  }
  .cms-index-index .post-list-wrapper.blog-widget-recent {
    position: relative;
  }
  .cms-index-index .post-list-wrapper.blog-widget-recent .home-catsec {
    position: static;
  }
  .cms-index-index .post-list-wrapper.blog-widget-recent a.hm-see-more {
    position: absolute;
    bottom: -30px;
    top: inherit;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  /*cart page*/
  .checkout-cart-index #shopping-cart-table,
  .amasty_quote-cart-index #shopping-cart-table {
    display: inline-block;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item,
  .amasty_quote-cart-index .cart-container .form-cart .table-wrapper .cart.item {
    display: inline-block;
    width: 100%;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item .item-info,
  .amasty_quote-cart-index .cart-container .form-cart .table-wrapper .cart.item .item-info {
    width: 100%;
    display: inline-block;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details,
  .amasty_quote-cart-index .cart-container .form-cart .table-wrapper .cart.item .product-item-details {
    width: 84%;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper tr.item-actions,
  .amasty_quote-cart-index .form.form-cart .cart.table-wrapper tr.item-actions {
    float: right;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper tr.item-actions td.remove-item,
  .amasty_quote-cart-index .form.form-cart .cart.table-wrapper tr.item-actions td.remove-item {
    float: right;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-name,
  .amasty_quote-cart-index .cart.table-wrapper .product-item-name {
    overflow: visible;
    white-space: inherit;
  }
  /* Checkout Page - New Address Popup */
  .checkout-index-index .field .control._with-tooltip input {
    width: 100%;
  }
  .account.customer-account-edit h1.page-title {
    font-size: 16px;
  }
  /* My Account - Wishlist */
  .wishlist-index-index .products-grid .product-item {
    width: 46%;
    margin-bottom: 28px;
  }
  .header.content .logo {
    transform: unset;
    margin-left: 0;
  }
  .header.content .header-right .header.links li {
    padding-top: 7px;
  }
  .block.widget.block-products-list.grid .block-title h2 {
    margin-top: 0;
  }
}
@media (max-width: 414px) {
  .whykawadaer-section-home .main-oneofsttaic .onesection .titlemiddle h3 {
    font-size: 12.7px;
    letter-spacing: 0.1px;
    line-height: 24px;
    margin: 7px 0;
  }
  .product-info-main .product-add-form .box-tocart .actions .action.tocart {
    width: 47%;
  }
  .page-products.catalog-category-view .block.filter {
    top: -10px;
  }
  .catalog-product-view .amquote-addto-button {
    width: 47%;
    font-size: 11.55px;
  }
  .catalog-product-view .payment-responsivesec {
    width: 70%;
  }
  .revewwithwishlist .wishlist .actions-secondary {
    left: 125px;
  }
  .revewwithwishlist .wishlist .compare-product a.action.tocompare {
    right: -24px;
  }
  body.page-products.categorypath-dishwashing.catalog-category-view .biggest-two.three .biggest-top-three {
    height: 275px;
  }
  body.page-products.categorypath-dishwashing.catalog-category-view .biggest-two.three .biggest-top-three .top-linkbtn .viewallbigg {
    padding: 0;
  }
  .biggest-two .biggest-top .top-linkbtn h2 {
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .table-wrapper.cart .data.table .col.price {
    width: 30%;
  }
  .table-wrapper.cart .data.table .col.qty {
    width: 30%;
  }
  .table-wrapper.cart .col.price.qty {
    width: 30%;
  }
  .checkout-payment-method .ccard .fields .year {
    margin-left: 12px;
  }
  .checkout-payment-method .ccard .fields .year .select {
    width: 100%;
    padding-right: 24px;
  }
  .checkout-payment-method .ccard .month .select {
    width: 100%;
  }
  .checkout-payment-method .credit-card-types {
    display: none;
  }
  .fourbiggestlevel-section .img-namesection .fourbiggestlevel .name-top-twelve a {
    font-size: 10px;
  }
  ul.sub-cat.customcatlist {
    width: 100%;
  }
  .checkout-cart-index .block.widget .products-grid .product-items li.product-item {
    width: 43.5%;
  }
  .tab-view .directional-pad button#top-right,
  .tab-view .directional-pad button#right,
  .catalog-product-view .personalized-container .directional-pad .popup-controls button#bottom-right {
    left: 20% !important;
  }
  body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item:nth-child(odd) {
    margin-left: 8px !important;
  }
  .block.widget .products-grid .product-items li.product-item,
  .block.widget.block-products-list.grid .products-grid .product-item,
  .block.widget.block-products-list.grid .products-grid .product-item {
    width: 45.5%;
  }
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .biggest-onetwothree .biggest-one-left .viewallbigg {
    display: none;
  }
  /*new category pages design*/
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item {
    width: 46.7%;
  }
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item {
    width: 46.5%;
  }
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item:nth-child(even) {
    margin-right: 0;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item {
    width: 44%;
  }
  .block.widget .products-grid .product-items li.product-item:nth-child(even) {
    margin-right: 0;
  }
  .biggest-two.three .biggest-top-three {
    height: 460px;
  }
  .catalog-product-view .column.main .recently-product-cat.productpager .product-items .product-item:nth-child(odd) {
    margin-right: 0;
  }
  .featuredsection-homepg.english .block.widget.block-products-list.grid .products-grid .product-item:nth-child(even),
  .homecatsection-homepg.english .block.widget.block-products-list.grid .products-grid .product-item:nth-child(even) {
    margin-right: 0;
  }
  .page-products.catalog-category-view .product-items .product-item {
    width: 44%;
  }
  .page-products.catalog-category-view .recently-product-cat .product-item {
    width: 46.5%;
  }
  .checkout-payment-method .field.no-label.year {
    padding-left: 0;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar {
    padding-left: 65px;
  }
  .homepage-second-content {
    padding: 24px 0;
    padding-top: 29px;
  }
  .rightbottom-right img,
  .leftbottom-right img {
    height: unset;
  }
  .rightbottom-right {
    padding-left: 12px;
  }
  .right-bottom-new {
    padding-top: 16px;
  }
  .leftsection {
    padding-right: 0;
  }
  .right-top,
  .left-bottom {
    padding-top: 0;
  }
  .checkout-cart-index .recently-product-cat li.item.product.product-item {
    width: 43%;
  }
  .rightsection {
    margin-top: 0;
  }
  /*new category pages design*/
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item {
    width: 46.5%;
  }
}
@media (max-width: 375px) {
  .whykawadaer-section-home .main-oneofsttaic .onesection .titlemiddle h3 {
    min-height: 72px;
  }
  .page-products.ambrand-index-index.page-layout-2columns-left .products.wrapper.grid.products-grid .product-items .product-item {
    width: 43%;
  }
  .account.sales-order-view .column.main table#my-orders-table td {
    text-align: left;
    padding-left: 12px;
    width: auto;
  }
  .account.sales-order-view .column.main table#my-orders-table th {
    width: auto;
  }
  .account.sales-order-view .column.main table#my-orders-table td.mark {
    width: auto;
  }
  .account.sales-order-view .column.main table#my-orders-table tr.subtotal {
    width: 100%;
  }
  .account.sales-order-view .column.main table#my-orders-table tr.shipping {
    width: 100%;
  }
  .account.sales-order-view .column.main table#my-orders-table tr.discount {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main .amcheckout-block.amcheckout-step-container .checkout-shipping-method .step-content.amcheckout-content div#checkout-step-shipping_method tr.row.amcheckout-method {
    font-size: 10px;
  }
  .customer-account-edit .intersetsection .checkboxleft {
    width: 100%;
  }
  .revewwithwishlist .wishlist .actions-secondary {
    left: 100px;
  }
  .revewwithwishlist .wishlist .compare-product a.action.tocompare {
    right: 0;
  }
  .catalog-product-view .payment-responsivesec {
    width: 70%;
  }
  .catalog-product-view .wedeliver-sec {
    width: 100%;
  }
  .fourbiggestlevel-section .img-namesection .fourbiggestlevel .name-top-twelve a {
    font-size: 8.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .biggest-two .biggest-top .viewallbigg {
    padding: 0;
  }
  .catgeoryblocks-section .top-linkbtn h2 {
    width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .checkout-cart-index .quntyarrw {
    left: -17px;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .cart > .item td {
    font-size: 12px;
  }
  .checkout-cart-index button.action.clear {
    width: 100%;
  }
  .page-products.catalog-category-view .recently-product-cat .product-item {
    width: 46.5% !important;
  }
  .page-products.catalog-category-view .product-items .product-item {
    width: 43.4%;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar {
    padding-left: 32px;
  }
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item {
    width: 46%;
  }
  .wishlist-index-index .products-grid .product-item {
    width: 45%;
  }
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item:nth-child(odd) {
    margin-right: 12px;
  }
  .catalog-product-view .recently-product-cat.category-page.productpager .block-content,
  .catalog-product-view .recently-product-cat .block-content {
    padding-left: 8px;
  }
  .block.widget .products-grid .product-items li.product-item,
  .block.widget.block-products-list.grid .products-grid .product-item,
  .block.widget.block-products-list.grid .products-grid .product-item {
    width: 45%;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-image-container {
    max-width: -webkit-fill-available;
  }
  .catalog-product-view .column.main .recently-product-cat.productpager .product-items .product-item {
    width: 45%;
  }
  .catalog-product-view .modal-popup._inner-scroll .modal-inner-wrap {
    margin-left: 0;
  }
  body.page-products.page-with-filter.catalogsearch-result-index .search.results li.item.product.product-item {
    width: 44.5%;
  }
  /*new category pages design*/
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item {
    width: 46.5%;
  }
}
@media (max-width: 360px) {
  .block.widget .products-grid .product-items li.product-item,
  .block.widget.block-products-list.grid .products-grid .product-item,
  .block.widget.block-products-list.grid .products-grid .product-item {
    width: 45%;
  }
  .page-header .minicart-wrapper .action.showcart .counter.qty {
    top: -25px !important;
  }
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item {
    width: 45% !important;
  }
  .actions-primary .stock.unavailable {
    padding: 11px 0 !important;
  }
  .customer-account-index .intersetsection .checkboxleft {
    width: 100%;
  }
  .whykawadaer-section-home .main-oneofsttaic .onesection .titlemiddle h3 {
    min-height: 100px;
    font-size: 10.7px;
  }
  .checkout-cart-index .quntyarrw {
    left: 64px;
    top: 0;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .cart > .item td.col.qty .number {
    display: -webkit-box;
  }
  .block.widget .products-grid .product-items li.product-item:nth-child(even) {
    margin-right: 0;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item {
    width: 46.5%;
    margin: 0 12px;
    margin-bottom: 20px;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .number {
    margin-top: 9px;
    width: 25%;
  }
  .catalog-product-view .payment-responsivesec {
    width: 73%;
  }
  .page-products.catalog-category-view .recently-product-cat .product-item {
    width: 46% !important;
  }
  .page-products.catalog-category-view .product-items .product-item {
    width: 43%;
  }
  .catalog-product-view .payment-iconstatic .iconimg ul li {
    padding-right: 24px;
  }
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item {
    width: 46.5%;
  }
  .checkout-onepage-success .checkout-success .actions-toolbar .primary a {
    width: 100%;
  }
  h1.page-title {
    font-size: 20.15px;
    line-height: 13px;
  }
  .footer-upr-section .footer-upr-right ul li {
    padding-right: 50px;
  }
  .footer-upr-section .footer-upr-right {
    text-align: left;
    width: 100%;
  }
  .footer-upr-section .footer-upr-left {
    display: none;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar {
    padding-left: 20px;
  }
  .page-footer .footer-bottom .footer-payment-method ul li {
    padding-right: 20px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: unset;
  }
  .catalog-product-view .tab-view .directional-pad button#top-right,
  .personalized-container.tab-view .directional-pad button#right {
    left: 20% !important;
  }
  .catalog-product-view .modal-popup .fieldset.review-fieldset label.label,
  modal-popup .action-close,
  .modal-popup .action-close:hover {
    padding: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1),
  .block.widget.block-products-list.grid .products-grid .product-item:nth-child(6) {
    margin-left: 12px !important;
  }
  .checkout-cart-index .block.widget .products-grid .product-items li.product-item {
    width: 42.5%;
  }
  .catalog-product-view .personalized-container.tab-view .directional-pad button#bottom,
  .catalog-product-view .personalized-container.tab-view .directional-pad button#bottom-right,
  .catalog-product-view .personalized-container .directional-pad .popup-controls button#left {
    top: 40% !important;
  }
  .catalog-product-view .personalized-container.tab-view button#center,
  .catalog-product-view .personalized-container.tab-view .directional-pad button#right,
  .catalog-product-view .personalized-container .directional-pad .popup-controls button#bottom-left {
    top: 20% !important;
  }
  .catalog-product-view .modal-popup .action-close,
  .catalog-product-view .modal-popup .action-close:hover,
  .catalog-product-view .modal-popup .action-close:focus {
    padding: 0;
  }
  .page-products.catalog-category-view .block.filter {
    width: 55%;
  }
  .catalog-product-view .modal-popup .fieldset.review-fieldset .field {
    margin-bottom: 15px;
  }
  .catalog-product-view .review-field-rating .control {
    margin-top: 0;
  }
  .catalog-product-view .modal-popup .fieldset.review-fieldset,
  .catalog-product-view .modal-popup .fieldset.review-fieldset .field.choice.review-field-rating {
    margin-bottom: 0;
  }
  .catalog-product-view .modal-popup .block-title strong {
    margin-bottom: 0;
  }
  .checkout-cart-index .recently-product-cat li.item.product.product-item {
    width: 42%;
  }
  .licance-img {
    width: 49%;
  }
  .customer-account-createpassword form.form.password.reset fieldset.fieldset .control,
  .customer-account-createpassword form.form.password.reset .actions-toolbar {
    margin-left: 0;
  }
  .mobile-blog .owl-nav {
    top: 21%;
  }
  .header.content .header-right .header.links li.login-acc.wishlist {
    display: none;
  }
}
@media (max-width: 357px) {
  header .form .search-autocomplete .amsearch-results .amsearch-products .amsearch-wrapper-content .amsearch-item.product-item {
    width: 50%;
  }
  .catgeoryblocks-section .top-linkbtn a {
    font-size: 11px;
  }
  .amasty_quote-cart-index .quntyarrw {
    left: -6px;
    top: -33px;
  }
  .biggest-two.dishwashing .biggest-top {
    width: 45%;
  }
  .catalog-product-view .amquote-addto-button {
    width: 46%;
    font-size: 10.55px;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .action.tocart {
    width: 47%;
  }
  .catalog-product-view .product-info-main .product-add-form .box-tocart .actions .action.tocart span {
    font-size: 12.55px;
  }
  .catalog-product-view .payment-responsivesec {
    width: 100%;
  }
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item {
    width: 46%;
  }
  .page-products .toolbar.toolbar-products .toolbar-sorter.sorter {
    float: left;
  }
  .page-products.catalog-category-view .block.filter {
    width: 55%;
    float: right;
    right: 0;
  }
  .revewwithwishlist .wishlist .actions-secondary {
    left: 76px;
  }
  .revewwithwishlist .wishlist .compare-product a.action.tocompare {
    right: 22px;
  }
  .amquote-cart-wrapper.minicart-wrapper .amquote-showcart {
    margin-right: 12px;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .product-stocksttaus {
    text-align: right;
  }
}
@media (max-width: 320px) {
  .page-products.catalog-category-view .product-items .product-item {
    width: 42%;
  }
  header .header.content .logo {
    left: -10px;
  }
  .page-products.ambrand-index-index.page-layout-2columns-left .products.wrapper.grid.products-grid .product-items .product-item {
    width: 42%;
  }
  .revewwithwishlist .wishlist .actions-secondary {
    left: 76px;
  }
  .revewwithwishlist .wishlist .compare-product a.action.tocompare {
    right: 22px;
  }
  .page-products .toolbar.toolbar-products .toolbar-sorter.sorter {
    float: left;
  }
  body.page-products.categorypath-dishwashing.catalog-category-view .biggest-two.three .biggest-top-three {
    height: 225px;
  }
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .biggest-two .biggest-top {
    height: unset;
  }
  .page-products.catalog-category-view .recently-product-cat .product-item {
    width: 45.7% !important;
  }
  .catgeoryblocks-section .four-level-catgeory .top-linkbtn h2,
  .catgeoryblocks-section .top-linkbtn h2 {
    font-size: 12.57px;
  }
  .catalog-product-view .column.main .recently-product-cat .product-items .product-item {
    width: 46%;
  }
  /*new category pages design*/
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-beverage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-refrigeration.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-ice.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-cooking.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-ovens.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-food-prep.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-storage.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-dishwashing.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-holding.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-dining-room.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-stainless-steel.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item,
  body.page-products.categorypath-smallwares.catalog-category-view.page-layout-1column.page-loaded .recently-product-cat.category-page li.product-item {
    width: 46%;
  }
  .am-sl-login-page .am-social-login .am-buttons,
  .am-sl-registration-page .am-social-login .am-buttons {
    width: 100%;
  }
  .checkout-cart-index .form.form-cart .cart.table-wrapper .actions-toolbar {
    display: none;
  }
  .footer-upr-section .footer-upr-right ul li {
    padding-right: 42px;
  }
  .page-products .toolbar-sorter.sorter select {
    margin-right: 0;
  }
  .page-footer div.col-md-2 {
    width: 50%;
  }
  .page-footer div.col-md-2.responsivelasthide:last-child {
    width: 100%;
  }
  body.page-products.categorypath-coffee.catalog-category-view.page-layout-1column.page-loaded .twelve-level-catgeory .img-namesection .twelve .name-top-twelve a,
  .two-level-catgeory .img-namesection .twoone .name-top-twoone a {
    font-size: 10px;
  }
}
@media (min-width: 1281px) {
  .page-products.catalog-category-view .page-title-wrapper {
    display: inline-block;
    width: 50%;
    text-align: right;
    position: relative;
    top: -8px;
    left: 20%;
  }
  .page-products.ambrand-index-index .page-title-wrapper {
    float: right !important;
    width: 80% !important;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .page-products.catalog-category-view .columns {
    padding: 0;
    width: 100%;
    display: inline-block;
  }
  .page-products.catalog-category-view .toolbar-sorter.sorter {
    margin-top: 0px;
  }
  .page-products.catalog-category-view .sidebar.sidebar-main {
    width: 18%;
    margin-top: 0;
  }
  .page-products.catalog-category-view.page-layout-2columns-left .column.main {
    width: 80%;
    float: right;
  }
  .page-products.catalog-category-view .page-title-wrapper .page-title {
    width: 50%;
    float: left;
    position: relative;
    left: 20%;
  }
  .page-products.catalog-category-view .product-items .product-item {
    width: 17%;
  }
  .page-products.catalog-category-view .recently-product-cat {
    width: 100%;
    float: left;
  }
  .page-products.catalog-category-view .recently-product-cat .product-item {
    width: 17.5%;
  }
  .page-products.ambrand-index-index .columns {
    padding: 0 15px;
    width: 100%;
    display: inline-block;
  }
  .page-products.ambrand-index-index .toolbar-sorter.sorter {
    margin-top: 0px;
  }
  .page-products.ambrand-index-index .sidebar.sidebar-main {
    width: 18%;
  }
  .page-products.ambrand-index-index.page-layout-2columns-left .column.main {
    width: 80%;
    float: right;
  }
  .page-products.ambrand-index-index .page-title-wrapper {
    display: inline-block;
    width: 50%;
    text-align: left;
    position: relative;
    top: -8px;
    left: 20%;
  }
  .page-products .products-list .product-item {
    width: 99% !important;
  }
  .page-products .products-list .product-item .product-item-info .listingproduct-right .product-item-actions .actions-primary button.action.tocart.primary {
    width: 235px;
  }
  .page-products .products-list .product-item .product-item-info .listingproduct-right .product-item-actions .actions-primary button.amquote-addto-button {
    width: 235px;
    margin-top: 24px;
  }
  .products {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .page-products.catalog-category-view .columns {
    display: block;
    padding: 0;
  }
  .page-products.catalog-category-view .page-main .page-title-wrapper {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-left: 0;
  }
}
.page-loaded .ammenu-tabs-container .ammenu-content .ammenu-menu-desktop {
  opacity: 1;
}
.ammenu-tabs-container .ammenu-content .ammenu-menu-desktop {
  opacity: 0;
}
.brandsection-productpage {
  width: 100%;
  display: inline-block;
}
.brandsection-productpage .amshopby-option-link {
  display: -webkit-inline-box;
  width: 100%;
}
.amshopby-option-link {
  display: none;
}
.checkout-index-index .paymentcntent {
  background: #f8f8f8;
  padding: 16px;
}
.checkout-index-index .paymentcntent .uprcntsec p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-bottom: 0;
  padding-bottom: 26px;
}
.checkout-index-index .paymentcntent .btm-paymentbnktransfer {
  display: inline-block;
}
.checkout-index-index .paymentcntent .btm-paymentbnktransfer .content {
  display: inline-block;
  width: 100%;
  padding-bottom: 16px;
}
.checkout-index-index .paymentcntent .btm-paymentbnktransfer .content.btm {
  padding-bottom: 0;
}
.checkout-index-index .paymentcntent .btm-paymentbnktransfer .content p.leftlabel {
  float: left;
  width: 35%;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.7px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 24px;
  margin-bottom: 0;
}
.checkout-index-index .paymentcntent .btm-paymentbnktransfer .content p.rightcont {
  float: left;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13.82px;
  letter-spacing: 0.25px;
  line-height: 20px;
  margin-bottom: 0;
}
.checkout-index-index div#shipping-new-address-form {
  padding-top: 10px;
}
.checkout-index-index #checkout .fieldset > .field.street {
  margin-bottom: 0;
}
li.ammenu-item.-main.-full:hover .ammenu-submenu-container {
  visibility: visible;
  transition-delay: 5.35s;
}
@media (max-width: 1280px) and (min-width: 1210px) {
  .ammenu-menu-wrapper.-desktop .ammenu-item.-main {
    padding: 4px 7px !important;
    min-width: 88px;
  }
}
@media (max-width: 1050px) and (min-width: 1044px) {
  .ammenu-menu-wrapper.-desktop .ammenu-item.-main {
    padding: 4px 7px !important;
    min-width: 60px;
  }
}
@media (max-width: 1280px) and (min-width: 1240px) {
  .ammenu-menu-wrapper.-desktop .ammenu-item.-main a.ammenu-link.-main.-parent {
    font-size: 14px;
  }
}
@media (max-width: 1240px) and (min-width: 1025px) {
  .ammenu-menu-wrapper.-desktop .ammenu-item.-main {
    padding: 4px 5px !important;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-main a.ammenu-link.-main.-parent {
    font-size: 13px;
  }
}
@media (max-width: 1241px) and (min-width: 1200px) {
  .block.widget .products-grid .product-items li.product-item {
    width: 14.9%;
    padding: 0;
  }
}
@media (max-width: 1310px) and (min-width: 1240px) {
  .block.widget .products-grid .product-items li.product-item {
    width: 15%;
    padding: 0;
  }
  .page-footer .col-md-2 {
    padding: 0 122px 0 0;
  }
  .page-products .products.products-grid {
    width: 100%;
  }
  .catalog-product-view .payment-iconstatic {
    width: 44%;
  }
}
@media (max-width: 1199px) and (min-width: 1025px) {
  .block.widget .products-grid .product-items li.product-item {
    width: 14.6%;
    padding: 0;
  }
}
@media (max-width: 1240px) and (min-width: 1025px) {
  section.ammenu-menu-wrapper.-desktop .ammenu-main-container ul.ammenu-items li.ammenu-item.-main .ammenu-submenu-container.ammenu-submenu.-full .brandsection-catgory .brandimagessec .imageone {
    width: 10% !important;
  }
  .ammenu-main-container #menu-slider .owl-next:after {
    right: 1px;
  }
  .ammenu-main-container #menu-slider .owl-prev:after {
    left: 0px;
  }
  .ammenu-main-container #menu-slider .owl-nav .owl-prev:after {
    left: 0px;
    top: 0px;
  }
}
#menu-slider .owl-item {
  overflow: hidden;
  display: flex;
  float: left;
}
#menu-slider .owl-stage-outer {
  overflow: hidden;
  width: 100%;
  max-width: 1263px;
  margin: 0 auto;
}
#menu-slider button {
  padding: 0px;
  background: no-repeat;
  border: 0px;
}
#menu-slider button.owl-dot {
  display: none;
}
#menu-slider .owl-nav .owl-prev:after {
  left: -24px;
  top: 0px;
}
#menu-slider .owl-next:after {
  right: -16px;
  top: 0px;
}
.page-wrapper section.ammenu-menu-wrapper.-desktop .ammenu-main-container {
  max-width: 1280px;
}
@media (max-width: 480px) {
  .cms-home #mageplaza-bannerslider-block-before-content-4 {
    display: block;
    min-height: 400px;
    background-color: #ffffff;
  }
}
@media (min-width: 768px) {
  #mageplaza-bannerslider-block-before-content-3 {
    min-height: 300px;
    background-color: #ffffff;
  }
}
@media (min-width: 1280px) {
  #mageplaza-bannerslider-block-before-content-3 {
    min-height: 450px;
    background-color: #ffffff;
  }
}
@media (max-width: 479px) {
  .page-products.catalog-category-view .sidebar.sidebar-main {
    padding-top: 26px;
    border-top: 1px solid #dedede;
    margin-top: -20px;
    height: 40px;
  }
  .sidebar.sidebar-main {
    border-bottom: 1px solid #dedede;
    margin-bottom: 12px;
  }
  .sidebar.sidebar-main .filter-title strong {
    width: 100%;
    display: block !important;
    padding: 0px 16px;
    text-transform: uppercase;
  }
  .sidebar.sidebar-main .filter-title strong:before {
    content: url('../../frontend/Magneto/VixxBadkamers/nl_NL/images/Filter.svg');
  }
  .sidebar.sidebar-main .block-content.filter-content {
    display: none;
  }
  .sidebar.sidebar-main .block-actions.filter-actions.mobile-reset {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
  }
  .sidebar.sidebar-main .block.filter {
    right: 0px;
    top: -19px;
  }
  .sidebar.sidebar-main .block.filter.filter-no-options {
    top: 1px;
  }
  .sidebar.sidebar-main .block.filter.active .filter-title strong {
    padding: 0px 16px;
  }
  .sidebar.sidebar-main .block.filter.active .filter-title strong:before {
    content: '';
  }
  .sidebar.sidebar-main .block.filter.active .block-content.filter-content {
    display: block;
  }
  .sidebar.sidebar-main .block.filter.active strong.block-subtitle.filter-subtitle {
    display: block;
  }
  .page-products .toolbar.toolbar-products {
    width: 50%;
    float: left;
  }
  .page-products .toolbar.toolbar-products .toolbar-sorter.sorter {
    top: -44px;
    width: 100%;
    border-right: 1px solid #dedede;
    height: 22px;
  }
  .page-products .toolbar.toolbar-products .toolbar-sorter.sorter select {
    opacity: 0;
    margin-top: -25px;
  }
  .page-products .toolbar.toolbar-products label.sorter-label {
    width: 100%;
    display: contents;
    text-transform: uppercase;
  }
  .page-products .toolbar.toolbar-products label.sorter-label:before {
    content: url('../../frontend/Magneto/VixxBadkamers/nl_NL/images/Sort.svg');
    padding-right: 16px;
  }
}
.reviewsectionright-product .short-desc {
  padding-bottom: 15px;
}
/* New Recntly view Design */
@media (max-width: 1280px) {
  .page-products .admin__data-grid-outer-wrap .block.widget.block-viewed-products-grid .product-items .product-item-info {
    height: 340px;
  }
  .catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .product-items li.product-item:nth-child(5) {
    margin-left: 0px;
  }
}
@media (max-width: 1024px) {
  .page-products .admin__data-grid-outer-wrap .block.widget.block-viewed-products-grid .product-items .product-item-info {
    height: 285px;
  }
}
@media (max-width: 800px) {
  .page-products .admin__data-grid-outer-wrap .block.widget.block-viewed-products-grid .product-items .product-item-info {
    height: 365px;
  }
  .catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .product-items li.product-item {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .product-items li.product-item {
    width: 48% !important;
    margin-bottom: 20px !important;
  }
  .catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .product-items li.product-item:nth-child(1) {
    margin-left: 0 !important;
  }
  .catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .product-items li.product-item:nth-child(2) {
    margin-right: 0 !important;
  }
  .catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .product-items li.product-item:nth-child(3) {
    margin-left: 0 !important;
  }
  .catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .product-items li.product-item:nth-child(4) {
    margin-right: 0 !important;
  }
  .catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .product-items li.product-item:nth-child(5) {
    margin-left: 0 !important;
  }
}
@media (max-width: 480px) {
  .page-products .admin__data-grid-outer-wrap .block.widget.block-viewed-products-grid .product-items .product-item-info {
    height: 320px;
  }
  .catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .product-items li.product-item .product-item-info {
    height: 320px;
  }
}
@media (max-width: 320px) {
  .page-products .admin__data-grid-outer-wrap .block.widget.block-viewed-products-grid .product-items .product-item-info {
    height: 250px;
  }
  .page-products .admin__data-grid-outer-wrap .block.widget.block-viewed-products-grid li.product-item .product-image-wrapper {
    height: auto !important;
  }
}
.page-products .admin__data-grid-outer-wrap {
  margin-bottom: 50px;
}
.page-products .admin__data-grid-outer-wrap .block-title strong {
  color: #ff6600;
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 1.25px;
}
.page-products .admin__data-grid-outer-wrap .product-items .product-item-actions {
  position: absolute;
  right: 0px;
  bottom: 7px;
  z-index: 3;
  width: 100%;
  bottom: 0px;
}
.page-products .admin__data-grid-outer-wrap .block.widget .products-grid .product-items li.product-item {
  width: 17.5%;
}
.page-products .admin__data-grid-outer-wrap .block.widget .products-grid .product-items li.product-item .product-item-info a.product-item-photo {
  box-shadow: none;
}
.page-products .admin__data-grid-outer-wrap .block.widget .products-grid .actions-secondary {
  position: absolute;
  top: 1px;
  right: 0px;
}
.page-products .admin__data-grid-outer-wrap .block.widget .products-grid .actions-secondary button {
  padding: 0px 0px;
  border: 0px;
  background: transparent;
}
.catalog-product-view .admin__data-grid-outer-wrap {
  padding: 0 0px;
}
.catalog-product-view .admin__data-grid-outer-wrap .block-title strong {
  color: #ff6600;
  font-size: 23.48px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 1.25px;
}
.catalog-product-view .admin__data-grid-outer-wrap .product-items .product-item-actions {
  position: absolute;
  right: 0px;
  bottom: 7px;
  z-index: 3;
  width: 100%;
  bottom: 0px;
}
.catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .product-items li.product-item {
  width: 18%;
  padding: 0px 0px;
  margin: 0 12px;
}
.catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .product-items li.product-item .product-item-info {
  height: 348px;
}
.catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .product-items li.product-item .product-item-info a.product-item-photo {
  box-shadow: none;
}
.catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .product-items li.product-item div.product-item-actions {
  bottom: 0px;
}
.catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .product-items li.product-item:nth-child(2) {
  margin-left: 12px !important;
}
.catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .product-items li.product-item:nth-child(1) {
  margin-left: 0px;
}
.catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .actions-secondary {
  position: absolute;
  top: 1px;
  right: 0px;
}
.catalog-product-view .admin__data-grid-outer-wrap .block.widget .products-grid .actions-secondary button {
  padding: 0px 0px;
  border: 0px;
  background: transparent;
}
@media (max-width: 767px) {
  .am-sl-login-page .am-social-login .am-buttons,
  .am-sl-registration-page .am-social-login .am-buttons {
    width: 100%;
  }
}
.am-button-wrapper.-rectangular.with-label {
  display: inline-flex;
}
.am-sl-registration-page span.am-title {
  display: none;
}
.am-sl-registration-page span.am-separator {
  display: none;
}
.am-sl-login-page span.am-title {
  display: none;
}
.am-sl-login-page span.am-separator {
  display: none;
}
.catalog-product-view .product-info-main .price-box.price-final_price:before {
  content: 'VAT included';
  margin-left: 20px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Open Sans";
  font-size: 11.85px;
  letter-spacing: 0.4px;
  line-height: 16px;
  line-height: 24px;
  padding-top: 4px !important;
  display: inline-block;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper,
header#ammenu-header-container .ammenu-submenu-wrapper {
  background-color: #fff;
  z-index: 9;
}
.bezIRZ {
  z-index: 9 !important;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Magneto/VixxBadkamers/nl_NL/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/Magneto/VixxBadkamers/nl_NL/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/Magneto/VixxBadkamers/nl_NL/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/Magneto/VixxBadkamers/nl_NL/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/Magneto/VixxBadkamers/nl_NL/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/Magneto/VixxBadkamers/nl_NL/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{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}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -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(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -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 {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .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 {
    -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; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  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 Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.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/Magento/luma/en_US/Mageplaza_BannerSlider/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame{
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}@charset "UTF-8";.fancyambox-enabled{overflow:hidden}.fancyambox-enabled body{overflow:visible;height:100%}.fancyambox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancyambox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancyambox-container~.fancyambox-container{z-index:99992}.fancyambox-bg,.fancyambox-inner,.fancyambox-outer,.fancyambox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancyambox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancyambox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancyambox-is-open .fancyambox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancyambox-caption-wrap,.fancyambox-infobar,.fancyambox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancyambox-show-caption .fancyambox-caption-wrap,.fancyambox-show-infobar .fancyambox-infobar,.fancyambox-show-toolbar .fancyambox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancyambox-infobar{top:0;left:50%;margin-left:-79px}.fancyambox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancyambox-toolbar{top:0;right:0}.fancyambox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancyambox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancyambox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancyambox-is-sliding .fancyambox-slide,.fancyambox-slide--current,.fancyambox-slide--next,.fancyambox-slide--previous{display:block}.fancyambox-slide--image{overflow:visible}.fancyambox-slide--image:before{display:none}.fancyambox-slide--video .fancyambox-content,.fancyambox-slide--video iframe{background:#000}.fancyambox-slide--map .fancyambox-content,.fancyambox-slide--map iframe{background:#e5e3df}.fancyambox-slide--next{z-index:99995}.fancyambox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancyambox-slide .fancyambox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-can-zoomOut .fancyambox-image-wrap{cursor:zoom-out}.fancyambox-can-zoomIn .fancyambox-image-wrap{cursor:zoom-in}.fancyambox-can-drag .fancyambox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancyambox-is-dragging .fancyambox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancyambox-image,.fancyambox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-spaceball{z-index:1}.fancyambox-slide--iframe .fancyambox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancyambox-iframe{display:block;padding:0;border:0;height:100%}.fancyambox-error,.fancyambox-iframe{margin:0;width:100%;background:#fff}.fancyambox-error{padding:40px;max-width:380px;cursor:default}.fancyambox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancyambox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancyambox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancyambox-close-small:hover:after{color:#555;background:#eee}.fancyambox-slide--iframe .fancyambox-close-small{top:0;right:-44px}.fancyambox-slide--iframe .fancyambox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancyambox-slide--iframe .fancyambox-close-small:hover:after{color:#fff}.fancyambox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancyambox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancyambox-caption a,.fancyambox-caption button,.fancyambox-caption select{pointer-events:all}.fancyambox-caption a{color:#fff;text-decoration:underline}.fancyambox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancyambox-button[disabled]{cursor:default;pointer-events:none}.fancyambox-button,.fancyambox-infobar__body{background:rgba(30,30,30,.6)}.fancyambox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancyambox-button:after,.fancyambox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancyambox-button[disabled]:after,.fancyambox-button[disabled]:before{opacity:.3}.fancyambox-button--left:after,.fancyambox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancyambox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancyambox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancyambox-button--left{border-bottom-left-radius:5px}.fancyambox-button--right{border-bottom-right-radius:5px}.fancyambox-button--close:after,.fancyambox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancyambox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancyambox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancyambox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancyambox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancyambox-arrow--right{right:0}.fancyambox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancyambox-arrow--left:after,.fancyambox-arrow--right:after{left:0}.fancyambox-show-nav .fancyambox-arrow{opacity:.6}.fancyambox-show-nav .fancyambox-arrow[disabled]{opacity:.3}.fancyambox-slide>.fancyambox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancyambox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancyambox-fx-slide.fancyambox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancyambox-fx-slide.fancyambox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancyambox-fx-slide.fancyambox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancyambox-fx-fade.fancyambox-slide--next,.fancyambox-fx-fade.fancyambox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancyambox-fx-fade.fancyambox-slide--current{opacity:1}.fancyambox-fx-zoom-in-out.fancyambox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancyambox-fx-zoom-in-out.fancyambox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancyambox-fx-zoom-in-out.fancyambox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancyambox-fx-rotate.fancyambox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancyambox-fx-rotate.fancyambox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancyambox-fx-rotate.fancyambox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancyambox-fx-circular.fancyambox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancyambox-fx-circular.fancyambox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancyambox-fx-circular.fancyambox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancyambox-fx-tube.fancyambox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancyambox-fx-tube.fancyambox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancyambox-fx-tube.fancyambox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancyambox-infobar{left:0;margin-left:0}.fancyambox-button--left,.fancyambox-button--right{display:none!important}.fancyambox-caption{padding:20px 0;margin:0}}.fancyambox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancyambox-button--pause:before,.fancyambox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancyambox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancyambox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancyambox-button--thumbs,.fancyambox-thumbs{display:none}@media (min-width:800px){.fancyambox-button--thumbs{display:inline-block}.fancyambox-button--thumbs span{font-size:23px}.fancyambox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancyambox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancyambox-show-thumbs .fancyambox-thumbs{display:block}.fancyambox-show-thumbs .fancyambox-inner{right:220px}.fancyambox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancyambox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancyambox-thumbs-loading{background:rgba(0,0,0,.1)}.fancyambox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyambox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancyambox-thumbs>ul>li.fancyambox-thumbs-active:before{opacity:1}}
@media all and (min-width: 768px), print {
    .amhideprice-form {
        max-width: 700px;
        width: 40%;
    }
}

@media all and (max-width: 767px), print {
    .amhideprice-form {
        width: 80%;
    }
}

.amhideprice-form {
    position: relative;
    padding: 30px;
    vertical-align: middle;
    background: #fafafa;
}

div.message.am-hide-message {
    display: inline-block;
    padding: 13px 70px;
}

.fancyambox-stage .amhideprice-form .legend span {
    font-size: 1.8rem;
}

.amhideprice-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.amhideprice-close:hover {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjxnIGNsYXNzPSJjdXJyZW50TGF5ZXIiPjxwYXRoIGQ9Ik0xIDFsMTEgMTFtMC0xMUwxIDEyIiBzdHJva2U9IiMxZGExZjIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGNsYXNzPSJzZWxlY3RlZCIvPjwvZz48L3N2Zz4=) no-repeat center;
    background-size: contain;
}

a.amasty-hide-price-container {
    cursor: pointer;
}

.amasty-hide-price-container.hidden,
.price-final_price.hidden {
    display: none !important;
}

.widget.hide-price-observed {
    .amasty-hide-price-button {
        margin-bottom: 1rem;
    }
}
/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{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 Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -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 {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    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-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.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;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    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 Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.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/Magneto/VixxBadkamers/nl_NL/Mageplaza_Core/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms 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
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.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: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;-webkit-transform-origin:center;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BannerSlider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mp-banner-slider .owl-nav button span{
    position: absolute;
    top: 40%;
    font-size: 80px;
    color: #869791;
}
.mp-banner-slider .owl-nav .owl-prev span{
    left: 1%;
}
.mp-banner-slider .owl-nav .owl-next span{
    right: 1%;
}
.mp-banner-slider .owl-dots{
    position: absolute;
    top: 88%;
    left: 49%;
}
.mp-banner-slider .owl-dots .owl-dot{
    box-shadow: none;
}
.sidebar .mp-banner-slider .owl-nav button span{
    font-size: 30px;
    top: 30%;
}
.sidebar .mp-banner-slider .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
}
.sidebar .mp-banner-slider .owl-dots{
    top: 70%;
    left: 42.5%;
}

@media only screen and (max-width: 764px) {
    .mp-banner-slider .owl-nav button span{
        top: 20%;
        font-size: 45px;
    }
    .mp-banner-slider .owl-dots{
        top: 62%;
        left: 47%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .mp-banner-slider .owl-nav button span{
        top: 30%;
        font-size: 80px;
    }
    .mp-banner-slider .owl-dots{
        top: 75%;
        left: 49%;
    }
}
.shake-and-hide-element{-moz-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-webkit-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-o-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes shake-element{0%,100%{transform:translateX(0)}
10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}@-webkit-keyframes shake-element{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}@keyframes hide-element{to{width:0;height:0;padding:0;margin:0;overflow:hidden}}@-webkit-keyframes hide-element{to{width:0;height:0;padding:0;margin:0;visibility:hidden}}.warning-icon{width:20%;max-width:30px;font-size:21px;display:inline-block;vertical-align:middle}
.trustbox-message-text{width:80%;display:inline-block;vertical-align:middle}.trustbox-message-box{background-color:#fcf8e3;color:#8a6d3b;padding:15px;margin-bottom:20px;border-radius:4px;border:1px solid;border-color:#faebcc}