/**
 * 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;
}
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: 'PT Sans';
  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 #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  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: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  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: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  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: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  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 #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'PT Sans';
  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: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'PT Sans';
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: PT Sans;
  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: #c2c2c2;
}
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: #c2c2c2;
}
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: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: PT Sans;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: PT Sans;
  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: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
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 #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.sections.nav-sections .section-item-content .menu-container.horizontal-menu {
  background: #ff4538;
  max-width: 100%;
}
.section-item-content .menu-container .menu > ul > li.brand-menu {
  position: static;
}
.section-item-content .menu-container .menu .md-top-menu-items {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 40px;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li > a {
  margin-right: 0;
  color: #fff;
}
.sections.nav-sections .section-items .section-item-content .menu-container .menu > ul > li:last-child {
  background-color: #fff;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li > ul {
  width: 400px;
  padding: 20px 15px;
}
.sections.nav-sections .section-item-content .menu-container.horizontal-menu {
  max-width: 100%;
  padding: 0 40px;
  text-align: left;
}
.sections.nav-sections .section-items .section-item-content .menu-container .menu > ul > li:last-child a {
  color: #051075;
}
.nav-sections.sections .nav-sections-items {
  width: 100%;
}
.section-item-content .menu-container .menu > ul > li:hover > a:after {
  background-color: #051075;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li.active a:after {
  background-color: transparent;
}
.section-item-content .menu-container .menu > ul > li {
  position: relative;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li > a {
  margin-right: 0;
  text-transform: none;
  font-weight: 600;
}
.section-item-content .menu-container .menu > ul > li {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.section-item-content .menu-container .menu > ul > li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  /* <-- Adjust this to your desired height */
  background-color: #fff;
  /* same as your border color */
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li > a {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.section-item-content .menu-container .menu > ul > li.brand-menu > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  /* <-- Adjust this to your desired height */
  background-color: #fff;
  /* same as your border color */
}
.section-item-content .menu-container .menu > ul > li:last-child:after,
.section-item-content .menu-container .menu > ul > li.brand-menu:after {
  display: none;
}
.section-item-content .menu-container .menu > ul > li.brand-menu ul.animated .horizontalmenu-new.new-brand-menu ul {
  width: 20%;
  display: inline-block;
}
@media only screen and (max-width: 1275px) {
  .nav-sections.sections .section-item-content .menu-container .menu ul li span.plus {
    right: 0 !important;
  }
  .sections.nav-sections .section-item-content .menu-container.horizontal-menu {
    background: transparent !important;
    padding: 0 !important;
  }
  .section-item-content .menu-container .menu .md-top-menu-items {
    padding: 0 15px !important;
  }
  .nav-sections.sections .section-item-content .menu-container .menu > ul > li > a {
    margin-right: 0 !important;
  }
  .nav-sections.sections .section-item-content .menu-container .menu > ul > li {
    margin: 0 !important;
  }
  .nav-sections.sections .section-item-content .menu-container .menu > ul > li:first-child {
    position: relative;
  }
}
@media only screen and (max-width: 1276px) {
  .section-item-content .menu-container .menu .md-top-menu-items {
    flex-wrap: wrap;
  }
  .section-item-content .menu-container .menu > ul > li {
    display: block;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li > a {
    justify-content: start;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li.active a {
    color: white;
  }
  .section-item-content .menu-container .menu > ul > li::after,
  .section-item-content .menu-container .menu > ul > li.brand-menu > a::before {
    display: none;
  }
  .section-item-content .menu-container .menu > ul > li {
    border-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .section-item-content .menu-container .menu > ul > li.brand-menu ul.animated .horizontalmenu-new.new-brand-menu ul {
    width: 33.33%;
  }
  .section-item-content .menu-container .menu {
    background: transparent;
  }
  .section-item-content .menu-container .menu > ul > li:hover {
    background: transparent;
  }
}
@media only screen and (max-width: 480px) {
  .section-item-content .menu-container .menu > ul > li.brand-menu ul.animated .horizontalmenu-new.new-brand-menu ul {
    width: 50%;
  }
}
/***MD Color Var***/
/***Header***/
/***Banner Slider***/
/***Product Slider***/
/***Font Size Header***/
/***Breadcrumbs***/
/***Font Size Breadcrumbs***/
/***Footer***/
/***Font Size Footer***/
/***Width***/
/***Add to Cart and Icons***/
/***Mini Cart***/
/***Social Share on Detail page***/
/***User Dropdown***/
/***Cart Page***/
/***More Button***/
/***Product Page***/
/***MD Google Font***/
/*@font-family-name__base: 'Roboto';*/
/***MD Icons Var***/
/***MD Color Var***/
/*@md-color-orange: #dc914f;*/
/**MD Size Var**/
/**MD Font Size Var**/
/**MD Boxes Var**/
/*****Listing Page****/
/*****Detail Page****/
/*****Cart Page****/
/**************/
.bundle-options-container .block-bundle-summary .bundle.items,
.items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.product-items,
.prices-tier,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.block-wishlist-management .wishlist-select-items,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider,
.order-details-items .items-qty {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.product-items > li,
.prices-tier > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.block-wishlist-management .wishlist-select-items > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li,
.order-details-items .items-qty > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.block-bundle-summary .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'PT Sans';
  font-weight: 700;
  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,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active,
.block-bundle-summary .action.tocompare:focus,
.block-bundle-summary .action.tocompare:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.block-bundle-summary .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.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,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare,
.block-bundle-summary .action.tocompare.disabled,
.block-bundle-summary .action.tocompare[disabled],
fieldset[disabled] .block-bundle-summary .action.tocompare,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.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,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.block-bundle-summary .action.tocompare:hover,
.block-bundle-summary .action.tocompare:active,
.block-bundle-summary .action.tocompare:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt,
.cart.table-wrapper .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after,
.cart.table-wrapper .item-options dt:after {
  content: ': ';
}
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd,
.cart.table-wrapper .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.block-giftregistry-shared-items .product-image-wrapper,
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.block-giftregistry-shared-items .product-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 {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-account-blocks .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-reorder .block-title,
.block-compare .block-title,
.block-wishlist-search-results .block-title,
.widget .block-title,
.block-wishlist .block-title,
.block-reorder .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title,
.company-account-index .columns .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,
[class*='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-account-blocks .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-reorder .block-title > strong,
.block-compare .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.block-reorder .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.company-account-index .columns .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class*='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action,
.company-account-index .columns .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,
[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;
}
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title,
.company-account-index .columns .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,
[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 5px;
}
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span,
.company-account-index .columns .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,
[class*='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action,
.company-account-index .columns .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,
[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;
}
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child,
.company-account-index .columns .column.main .block:not(.widget) .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
[class*='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box,
.company-account-index .columns .column.main .block:not(.widget) .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
[class*='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  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;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.multicheckout .table-wrapper .col .qty .input-text,
.cart.table-wrapper .col.qty .control.qty .input-text,
.account .table-return-items .qty .input-text,
.block-wishlist-info-items .input-text.qty,
.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: 47px;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.filtered .item .action.remove,
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.filtered .item .action.remove > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.filtered .item .action.remove:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.filtered .item .action.remove:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.filtered .item .action.remove:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before {
  color: #303030;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #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;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .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;
}
.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;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.block-collapsible-nav .title,
.account-nav .title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.footer .block.newsletter .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label,
.block-reorder .product-item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form: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:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping: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,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field: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,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.page-product-downloadable .product-add-form:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.fieldset .fullname .field:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.customer-review .product-details:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.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,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.block-bundle-summary .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-item-actions .actions-secondary > .action,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.product-item-actions .actions-secondary > .action > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.product-item-actions .actions-secondary > .action:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.product-item-actions .actions-secondary > .action:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #333333;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.multicheckout .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.block-bundle-summary .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.looknbuy-index-looks .page-main .products-grid .product-items .item .product-item-info .product-item-details a.cart-item-link,
#store-selector .form-continue .actions-toolbar .amshopby-button,
.bundle-actions .amshopby-button,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.multicheckout .amshopby-button,
.cart-container .checkout-methods-items .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
#store-selector .form-continue .actions-toolbar .am-filter-go,
.bundle-actions .am-filter-go,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.multicheckout .am-filter-go,
.cart-container .checkout-methods-items .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-remove,
.cart-summary .block.giftcard .action.check,
.paypal-button-widget .paypal-button,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.data-grid-filters-wrap .action,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.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: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.cart-summary .block.giftcard .action.check:visited,
.paypal-button-widget .paypal-button:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.data-grid-filters-wrap .action:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.abs-add-fields .action.remove: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: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart-summary .block.giftcard .action.check:hover,
.paypal-button-widget .paypal-button:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.data-grid-filters-wrap .action:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.abs-add-fields .action.remove: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,
.cart-summary .block.giftcard .action.check:active,
.paypal-button-widget .paypal-button:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.data-grid-filters-wrap .action:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.abs-add-fields .action.remove: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,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.data-grid-filters-wrap .action:hover,
.data-grid-filters-wrap .action:active,
.data-grid-filters-wrap .action: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,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove: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,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.data-grid-filters-wrap .action.disabled,
.data-grid-filters-wrap .action[disabled],
fieldset[disabled] .data-grid-filters-wrap .action,
.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,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.data-grid-filters-wrap .action:active,
.data-grid-filters-wrap .action: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),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove: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;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.paypal-review .block .actions-toolbar .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review .block .actions-toolbar .am-filter-go,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.bundle-actions {
  margin: 10px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .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,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .price-notice .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,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.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: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.order-details-items .order-items .order-gift-message .action.close,
.no-display,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'PT Sans';
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #d1d1d1;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.paypal-review-discount .block > .title,
.cart-summary .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-summary .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.paypal-review-discount .block > .title:after,
.cart-summary .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .paypal-review-discount .block > .title strong,
.column.main .cart-summary .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.paypal-review-discount .block > .content,
.cart-summary .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-summary .block.active > .title:after {
  content: '\e617';
}
.paypal-review-discount .block.active > .content,
.cart-summary .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../frontend/Magedelight/FashionGo/en_US/fonts/Roboto/Roboto-Light.woff2') format('woff2'), url('../../frontend/Magedelight/FashionGo/en_US/fonts/Roboto/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../frontend/Magedelight/FashionGo/en_US/fonts/Roboto/Roboto-Regular.woff2') format('woff2'), url('../../frontend/Magedelight/FashionGo/en_US/fonts/Roboto/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../frontend/Magedelight/FashionGo/en_US/fonts/Roboto/Roboto-Medium.woff2') format('woff2'), url('../../frontend/Magedelight/FashionGo/en_US/fonts/Roboto/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../frontend/Magedelight/FashionGo/en_US/fonts/Roboto/Roboto-Bold.woff2') format('woff2'), url('../../frontend/Magedelight/FashionGo/en_US/fonts/Roboto/Roboto-Bold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Magedelight/FashionGo/en_US/fonts/Open-Sans/OpenSans-Regular.woff2') format('woff2'), url('../../frontend/Magedelight/FashionGo/en_US/fonts/Open-Sans/OpenSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'PT Sans';
  src: url('../../frontend/Magedelight/FashionGo/en_US/fonts/PT-Sans/PTSans-Regular.woff2') format('woff2'), url('../../frontend/Magedelight/FashionGo/en_US/fonts/PT-Sans/PTSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'PT Sans';
  src: url('../../frontend/Magedelight/FashionGo/en_US/fonts/PT-Sans/PTSans-Bold.woff2') format('woff2'), url('../../frontend/Magedelight/FashionGo/en_US/fonts/PT-Sans/PTSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../frontend/Magedelight/FashionGo/en_US/fonts/Roboto/Roboto-Thin.woff2') format('woff2'), url('../../frontend/Magedelight/FashionGo/en_US/fonts/Roboto/Roboto-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../frontend/Magedelight/FashionGo/en_US/fonts/Roboto/Roboto-Light.woff2') format('woff2'), url('../../frontend/Magedelight/FashionGo/en_US/fonts/Roboto/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../frontend/Magedelight/FashionGo/en_US/fonts/Roboto/Roboto-Regular.woff2') format('woff2'), url('../../frontend/Magedelight/FashionGo/en_US/fonts/Roboto/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../frontend/Magedelight/FashionGo/en_US/fonts/Roboto/Roboto-Medium.woff2') format('woff2'), url('../../frontend/Magedelight/FashionGo/en_US/fonts/Roboto/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Roboto';
  src: url('../../frontend/Magedelight/FashionGo/en_US/fonts/Roboto/Roboto-Medium.woff2') format('woff2'), url('../../frontend/Magedelight/FashionGo/en_US/fonts/Roboto/Roboto-Medium.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: auto;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  /*.lib-css(padding-bottom, @indent__xl);*/
  -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:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #1979c3;
}
.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: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #1979c3;
}
.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: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #1979c3;
}
.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: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #1979c3;
}
.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: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #1979c3;
}
.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: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li.subscribe-now-menu:hover > a:after {
  background: transparent;
}
.nav-sections {
  background: transparent;
  display: inline-block;
  text-align: left;
}
.nav-sections.sections {
  display: inline-block;
  margin: 0px 0 0 0;
  /*width: @md-full-width;*/
  background: #f5f5f5;
  box-shadow: 0 1px 1px 0 #cccccc;
  z-index: 3;
}
.nav-sections.sections .nav-sections-items {
  text-align: left;
  max-width: 100%;
  width: 1441px;
  width: 100%;
  width: 1278px;
  margin: 0 auto;
  padding: 0px;
}
.nav-sections .navigation {
  background: transparent;
}
.nav-sections .navigation li a {
  color: #231f20;
}
.nav-sections .navigation li a:hover {
  color: #231f20;
}
.nav-sections .navigation li.level0 {
  font-weight: 400;
  font-size: 13px;
  padding: 0;
  margin: 0 30px 0 0px;
}
.nav-sections .navigation li.level0 .level-top {
  color: #ffffff;
  line-height: normal;
  display: inline-block;
  padding: 0 0 15px 0;
  margin: 0 0 0 0;
}
.nav-sections .navigation li.level0 .level-top:hover {
  color: #ffffff;
}
.nav-sections .navigation li.level0.parent .level-top:after {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.nav-sections .navigation li.level0.parent .level-top:hover {
  text-decoration: none;
}
.nav-sections .navigation li.level0.parent .level-top:after {
  content: "\e922";
  font-size: 11px;
  line-height: 20px;
  color: #777777;
  margin: 0 0 0 8px;
}
.nav-sections .navigation li.level0 .submenu {
  padding: 5px;
  text-align: left;
  /*top: 35px!important;*/
}
.nav-sections .navigation li.level0 .submenu .level1 {
  margin: 7px 0 8px 0;
}
.nav-sections .navigation li.level0 .submenu .level1 a {
  padding: 1px 10px 1px 10px;
  font-size: 1.4rem;
  font-weight: 400;
}
.nav-sections .navigation li.level0 .submenu .level1 a.ui-state-focus {
  background: transparent;
}
.nav-sections .navigation li.level0 .submenu .level1 a:hover {
  background: transparent;
  color: #231f20;
}
.nav-sections .navigation li.level0 .submenu .active > a {
  border: 0;
  color: #ffffff;
}
.nav-sections .navigation li.level0.active > .level-top,
.nav-sections .navigation li.level0.has-active > .level-top {
  border: 0;
  color: #ffffff;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'icons-blank-theme';
  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;
}
.nav-sections .section-item-content .menu-container .menu > ul > li.home {
  display: none;
}
@media screen and (max-width: 812px) {
  .section-item-content .menu-container .menu > ul > li.menu-dropdown-icon > a:before {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1275px) {
  .nav-open body._has-modal .sections.nav-sections {
    opacity: 0;
    visibility: hidden;
  }
  .nav-sections .switcher strong span {
    font-weight: bold;
  }
  .nav-toggle:before {
    color: #000000;
    content: '\e954';
    font-family: 'md-ico-fgo';
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    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 .md-store-locator-icon.link {
    float: left;
    width: 44%;
    padding: 10px 10px;
    border-bottom: 0;
    color: #fff;
    background-color: #000;
    margin: 10px 5px 10px 10px;
    font-size: 12px;
    border-radius: 6px;
  }
  .nav-sections .md-store-locator-icon.link:before {
    content: "\e941";
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    font-family: 'md-ico-fgo';
    float: left;
    padding-right: 5px;
    color: #fff;
  }
  .nav-sections .md-store-locator-icon.link a {
    color: #fff;
    padding: 3px 6px;
    display: inline-block;
  }
  .nav-sections .md-store-locator-icon.link:hover {
    background: #d71923;
    color: #ffffff;
    border-color: #d71923;
  }
  .nav-sections .md-store-locator-icon.link:hover a {
    color: #ffffff;
  }
  .nav-sections .md-order-track-icon.link {
    width: 45%;
    padding: 10px 10px;
    border-bottom: 0;
    float: left;
    background-color: #000;
    color: #fff;
    margin: 10px 5px;
    font-size: 12px;
    border-radius: 6px;
  }
  .nav-sections .md-order-track-icon.link:before {
    content: "\e942";
    font-size: 26px;
    font-weight: 400;
    line-height: 23px;
    font-family: 'md-ico-fgo';
    float: left;
    padding-right: 5px;
  }
  .nav-sections .md-order-track-icon.link a {
    color: #fff;
    padding: 3px 6px;
    display: inline-block;
  }
  .nav-sections .md-order-track-icon.link:hover {
    background: #d71923;
    color: #ffffff;
    border-color: #d71923;
  }
  .nav-sections .md-order-track-icon.link:hover a {
    color: #ffffff;
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 11px 10px;
    float: left;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    color: #000;
    position: relative;
  }
  .nav-sections .switcher .options {
    display: block;
  }
  .nav-sections .switcher .options .action.toggle {
    display: block;
  }
  .nav-sections .switcher .options .action.toggle:after {
    content: "";
    display: none;
  }
  .nav-sections .switcher .options .action.toggle.active,
  .nav-sections .switcher .options .action.toggle.active {
    display: block;
  }
  .nav-sections .switcher .options .action.toggle.active:active:after,
  .nav-sections .switcher .options .action.toggle.active:active:after {
    content: "";
    display: none;
  }
  .nav-sections .switcher .options .action.toggle.active:after,
  .nav-sections .switcher .options .action.toggle.active:after {
    content: "";
    display: none;
  }
  .nav-sections .switcher .switcher-trigger strong:after {
    position: absolute;
    right: 0px;
    top: -8px;
    content: "\f0d7";
    font-size: 14px;
    line-height: 36px;
    color: #333;
    font-weight: normal;
    font-family: "FontAwesome";
  }
  .nav-sections .switcher .switcher-trigger.active strong:after {
    content: "\f0d8";
  }
  .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: 'icons-blank-theme';
    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;
  }
  .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.5);
    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: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 61px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    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;
    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;
  }
  .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;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 1274px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    /*margin-bottom: @indent__s;*/
    max-width: 100%;
  }
  .nav-sections.sections {
    width: 100%;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    /*display: block !important;*/
    display: block;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: inline-block;
  }
  .navigation {
    background: #f5f5f5;
    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: 53px;
    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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    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: #d1d1d1;
    color: #d1d1d1;
    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;
  }
  .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: 'icons-blank-theme';
    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: 'icons-blank-theme';
    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 only screen and (max-width: 1275px) {
  nav.navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  nav.navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0;
  }
  .nav-sections.sections .section-item-content .menu-container .menu > ul > li > a {
    color: #000;
  }
  .nav-sections .section-item-content .menu-container .menu > ul > li.home {
    display: none;
  }
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Magedelight/FashionGo/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.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: PT Sans;
  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: #c2c2c2;
}
.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: #c2c2c2;
}
.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: #c2c2c2;
}
.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;
  content: '\e618';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  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: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  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: 'icons-blank-theme';
  src: url('../../frontend/Magedelight/FashionGo/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Magedelight/FashionGo/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
button,
a.action.primary,
a.amshopby-button,
a.am-filter-go,
.cart.table-wrapper .actions-toolbar > .action {
  border-radius: 0;
  border-radius: 4px;
  background: #000000;
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 0;
}
button:focus,
a.action.primary:focus,
button:hover,
a.action.primary:hover,
a.amshopby-button:focus,
a.amshopby-button:hover,
a.am-filter-go:focus,
a.am-filter-go:hover,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:hover {
  border: 0;
  background: #d71923;
  color: #ffffff;
  border-color: #d71923;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 5px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.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: 700;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 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: #1979c3;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #1979c3;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  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: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  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: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  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 {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.page-wrapper .breadcrumbs {
  margin: 0 0 20px;
  max-width: 1320px;
  background: transparent;
  margin: 0px auto 20px;
}
.page-wrapper .breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.page-wrapper .breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.page-wrapper .breadcrumbs .item {
  margin: 0;
}
.page-wrapper .breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.page-wrapper .breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.page-wrapper .breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.page-wrapper .breadcrumbs a:active {
  color: #333333;
  text-decoration: none;
}
.page-wrapper .breadcrumbs strong {
  font-weight: 400;
}
.page-wrapper .breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.page-wrapper .breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-wrapper .breadcrumbs .items {
  padding: 15px 0px;
  margin: 0 auto;
}
.page-wrapper .breadcrumbs .items .item {
  color: #191919;
  font-size: 14px;
}
.page-wrapper .breadcrumbs .items .item:not(:last-child):after {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.page-wrapper .breadcrumbs .items .item:not(:last-child):hover {
  text-decoration: none;
}
.page-wrapper .breadcrumbs .items .item:not(:last-child):after {
  content: "\e914";
  font-size: 9px;
  line-height: 23px;
  color: #333;
  margin: 0 8px;
  font-weight: bold;
}
.page-wrapper .breadcrumbs .items .item a {
  color: #666666;
  font-size: 14px;
}
.page-wrapper .breadcrumbs .items .item a:hover {
  color: #d71923;
  text-decoration: none;
}
.page-wrapper .breadcrumbs .items .item strong {
  color: #ffffff;
  color: #111111;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
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: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: 25px;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.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;
}
@media screen and (max-width: 825px) {
  .modal-popup.md-newsletter-popup .modal-inner-wrap {
    overflow-y: hidden;
    width: 95% !important;
    height: auto !important;
  }
}
/**
     * @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/Magedelight/FashionGo/en_US/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/Magedelight/FashionGo/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Magedelight/FashionGo/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Magedelight/FashionGo/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Magedelight/FashionGo/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -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,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited {
  color: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'PT Sans';
  font-weight: 700;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'PT Sans';
  font-weight: 700;
  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,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
}
[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: 100%;
  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 0 5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.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 {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
/**
 * 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,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover {
  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,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
  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,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action: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,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action: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);
  }
}
.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%;
  }
}
.ampromo-item .ampromo-options {
  margin-bottom: 20px;
  padding: 0 5px;
  overflow: hidden;
  transition: max-height 0.2s ease;
}
.ampromo-gallery {
  width: 850px;
  margin: 0 30px;
}
.ampromo-gallery[data-count="1"] {
  width: 280px;
}
.ampromo-gallery[data-count="2"] {
  width: 570px;
}
.ampromo-slick .slick-prev,
.ampromo-slick .slick-next {
  width: 42px !important;
  height: 42px !important;
}
.ampromo-slick .slick-prev {
  left: -45px !important;
}
.ampromo-slick .slick-next {
  right: -45px !important;
}
.ampromo-slick .slick-dots {
  padding: 0 !important;
}
.ampromo-slick .slick-dots button,
.ampromo-slick .slick-dots button:hover,
.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar > .action,
.ampromo-slick .slick-dots .cart.table-wrapper .actions-toolbar > .action:hover {
  height: 20px;
  width: 20px;
  padding: 5px !important;
  background: transparent !important;
  border: none !important;
  text-indent: 0 !important;
}
.ampromo-slick .slick-slide {
  vertical-align: top;
}
.ampromo-items-add {
  display: none;
  margin-bottom: 12px;
  padding: 7px;
  border: 1px solid #ededed;
  text-align: center;
}
.ampromo-items-add > a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.checkout-index-index .ampromo-items-add:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTEyIDI1NmMwIDE0MS4zODctMTE0LjYxMyAyNTYtMjU2IDI1NlMwIDM5Ny4zODcgMCAyNTYgMTE0LjYxMyAwIDI1NiAwczI1NiAxMTQuNjEzIDI1NiAyNTZ6bTAgMCIgZmlsbD0iIzYwYjJmYyIvPjxwYXRoIGQ9Ik01MTIgMjU2YzAtMS4xNTItLjAyNy0yLjI5Ny0uMDQzLTMuNDQ1TDM2OS4wNTEgMTA5LjY0OGwtODUuMzU2IDIzLjA2My03LjU4Ni03LjU4Ni00Ni4wNjIgOC44OTgtMjQuNTg2LTI0LjU5Ny02OC4wMDQgNTMuOTU3LTI1LjUzMSA3NC44NDQgNTguMDI3IDU3LjMyLTM5LjMxNiAxMjAuMTIxIDk0LjQ3MiA5NC40NzNBMjU5LjI2IDI1OS4yNiAwIDAgMCAyNTYgNTEyYzE0MS4zODcgMCAyNTYtMTE0LjYxMyAyNTYtMjU2em0wIDAiIGZpbGw9IiMzOTY1Y2MiLz48cGF0aCBkPSJNMjMzLjE4OCAxMzcuNjg4bC0yNy43MjctMjguMjYyYy04LjI4MS04LjQ0Mi0xOS4zNTItMTMuMDk0LTMxLjE2NC0xMy4wOTQtMjQuMDc0IDAtNDMuNjYgMTkuNTg2LTQzLjY2IDQzLjY2IDAgMjQuMDc0IDE5LjU4NiA0My42NiA0My42NiA0My42NkgyNTZ2LTQ1Ljk2NHptMCAwIiBmaWxsPSIjZjY0MjEzIi8+PHBhdGggZD0iTTMzNy43MDMgOTYuMzMyYy0xMS44MTYgMC0yMi44ODMgNC42NTItMzEuMTY0IDEzLjA5NGwtMjcuNzI2IDI4LjI2MUgyNTZ2NDUuOTY1aDgxLjcwM2MyNC4wNzQgMCA0My42Ni0xOS41ODYgNDMuNjYtNDMuNjYgMC0yNC4wNzQtMTkuNTg2LTQzLjY2LTQzLjY2LTQzLjY2em0wIDAiIGZpbGw9IiNlZDI0MDAiLz48cGF0aCBkPSJNMTMwLjYzNyAyMTkuNTE2SDI1NnYxOTYuMTUySDEzMC42Mzd6bTAgMCIgZmlsbD0iI2ZmNiIvPjxwYXRoIGQ9Ik0yNTYgMjE5LjUxNmgxMjUuMzYzdjE5Ni4xNTJIMjU2em0wIDAiIGZpbGw9IiNmZmQxNWUiLz48cGF0aCBkPSJNMTExLjkyNiAxNjMuMzgzSDI1NnY3NC44NDRIMTExLjkyNnptMCAwIiBmaWxsPSIjZmZmZmMyIi8+PHBhdGggZD0iTTI1NiAxNjMuMzgzaDE0NC4wNzR2NzQuODQ0SDI1NnptMCAwIiBmaWxsPSIjZmZlYTdjIi8+PHBhdGggZD0iTTI4NC4wNjYgMTQ0LjY3MmMwLTE1LjUwNC0xMi41NjYtMjguMDY3LTI4LjA2Ni0yOC4wNjdsLTEyLjQ3MyA2NS40ODkgNDAuNTQtMTguNzExem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48cGF0aCBkPSJNMjI3LjkzNCAxNDQuNjcydjE4LjcxTDI1NiAxODIuMDk1di02NS40ODljLTE1LjUgMC0yOC4wNjYgMTIuNTYzLTI4LjA2NiAyOC4wNjd6bTAgMCIgZmlsbD0iI2ZmNjEyNiIvPjxwYXRoIGQ9Ik0yNTYgMTYzLjM4M2wtMTIuNDczIDczLjU5NEwyNTYgMzA4LjcwM2wyOC4wNjYgMTguNzExVjE2My4zODN6bTAgMCIgZmlsbD0iI2VkMjQwMCIvPjxwYXRoIGQ9Ik0yMjcuOTM0IDE2My4zODN2MTY0LjAzMUwyNTYgMzA4LjcwNFYxNjMuMzgyem0wIDAiIGZpbGw9IiNmNjQyMTMiLz48L3N2Zz4=) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.ampromo-items-form {
  background: #fff;
  padding: 5px;
}
.ampromo-items-form .ampromo-qty {
  width: 30%;
  margin-left: 35%;
  margin-top: 10%;
}
.ampromo-items-form .product-info-price {
  padding-bottom: 10px;
  text-align: center;
  word-break: break-all;
}
.ampromo-items-form .price-base-price .price {
  font-size: 25px;
  text-decoration: line-through;
}
.ampromo-items-form .price-new-price .price-wrapper {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.ampromo-items-form .ampromo-item-qty-input > .mage-error {
  float: left;
}
.ampromo-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 80px;
  height: 80px;
}
.ampromo-loading.-show {
  display: inline-block;
}
.ampromo-loading:after {
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  content: ' ';
  border-radius: 50%;
  border: 6px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  animation: load 1.2s linear infinite;
}
.ampromo-carousel-product.-loading {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.3;
  pointer-events: none;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
.ampromo-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: -9999px;
  transition: opacity .4s linear;
  width: 100%;
  z-index: 10000;
}
.ampromo-overlay.-show {
  opacity: 1;
  top: 0;
}
.ampromo-popup-wrapper {
  background-color: #ffffff;
  border: 1px solid #ededed;
  box-sizing: border-box;
  display: inline-block;
  margin: 30px auto;
  max-height: 95vh;
  overflow: auto;
  overflow-x: hidden;
  padding: 24px;
  position: relative;
  text-align: left;
}
.ampromo-popup-wrapper .ampromo-gallery {
  margin: 0 auto;
}
.ampromo-popup-wrapper .ampromo-popup-title,
.ampromo-popup-wrapper .ampromo-item-buttons,
.ampromo-popup-wrapper .ampromo-title {
  text-align: center;
}
.ampromo-popup-wrapper .ampromo-popup-title .ampromo-counter {
  font-weight: bold;
}
.ampromo-popup-wrapper .ampromo-item-wrapper {
  padding: 1rem;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-item {
  margin: 0 auto;
  max-width: 250px;
}
.ampromo-popup-wrapper .ampromo-item-wrapper .ampromo-title {
  min-height: 3.2rem;
}
.ampromo-popup-wrapper .ampromo-item {
  border: 1px solid #ededed;
  box-sizing: border-box;
  margin: 0 8px 7px;
  padding: 20px;
  position: relative;
  transition: .6s;
}
.ampromo-popup-wrapper .ampromo-item:hover {
  background: #cccccc;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field {
  margin-bottom: 10px;
}
.ampromo-popup-wrapper .ampromo-item .fieldset .field .label {
  margin-bottom: 3px;
}
.ampromo-popup-wrapper .ampromo-popup-title {
  margin: 0 auto 20px;
}
.ampromo-popup-wrapper .ampromo-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 16px;
  margin: 0;
  opacity: .8;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  z-index: 1;
}
.ampromo-popup-wrapper .ampromo-close:hover {
  opacity: 1;
  transition: opacity .2s ease;
}
.ampromo-popup-wrapper .ampromo-button {
  border: none;
  box-shadow: none;
}
.ampromo-popup-wrapper .ampromo-item.-selected {
  background: #1f78c2;
}
.ampromo-popup-wrapper .ampromo-item.-selected .ampromo-options {
  max-height: 690px;
}
.ampromo-popup-wrapper .ampromo-item-image {
  display: block;
  margin: 7px auto;
}
.ampromo-popup-wrapper .ampromo-title {
  margin: 0;
}
.ampromo-popup-wrapper .slick-dots {
  position: initial;
}
.ampromo-popup-wrapper .slick-dotted.slick-slider {
  margin-bottom: 2rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .ampromo-title {
  font-size: 1.2rem;
}
.ampromo-popup-wrapper.ampromo-popup-compact .product-info-price .price {
  font-size: 2.7rem;
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto;
    width: 280px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-popup-wrapper {
    padding: 15px;
  }
}
.ampromo-gift {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
  padding: 0;
}
.ampromo-gift .ampromo-gift-item {
  display: flex;
  margin: 0;
  text-align: center;
}
.ampromo-gift .ampromo-gift-item .product-image {
  text-decoration: none;
}
.ampromo-gift .ampromo-gift-item .ampromo-product-name {
  font-weight: bold;
  max-width: 100px;
}
.amscroll-page-num {
  clear: both;
  padding: 6px 10px;
  color: #252525;
  letter-spacing: .03em;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2rem;
}
.amscroll-page-num.-amscroll-button {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  background: #fbfbfb;
}
.amscroll-page-num.-amscroll-divider {
  border-bottom: 1px solid #c2c2c2;
}
.amscroll-page-num.-amscroll-background {
  background: #fbfbfb;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amscroll-arrow-icon {
  width: 14px;
  height: 28px;
  background: url('../../frontend/Magedelight/FashionGo/en_US/Amasty_Scroll/images/arrow.svg');
}
.amscroll-chevron-icon {
  width: 24px;
  height: 24px;
  background: url('../../frontend/Magedelight/FashionGo/en_US/Amasty_Scroll/images/chevron.svg');
}
@-webkit-keyframes amScrollRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amscroll-loading-block {
  margin: 0 auto;
  padding: 10px 0;
  width: 20px;
  height: 20px;
}
.amscroll-loading-icon {
  min-width: 20px;
  height: 20px;
}
.amscroll-loading-icon.-amscroll-animate {
  animation: amScrollRotate 1.5s linear infinite;
}
.amscroll-load-button {
  display: flex;
  align-items: center;
  margin: 5px auto;
  padding: 5px 20px;
  max-width: 100%;
  width: max-content;
  border: 1px solid;
  border-radius: 2px;
  background-color: transparent;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: .03em;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  cursor: pointer;
  transition: color 0.2s;
}
._keyfocus .amscroll-load-button:focus {
  box-shadow: none;
}
.amscroll-load-button:not(.focus-visible) {
  border-color: transparent !important;
}
.amscroll-load-button:hover,
.amscroll-load-button:focus,
.amscroll-load-button:active {
  background-color: transparent;
}
.amscroll-load-button:hover > .amscroll-text {
  filter: brightness(0.8);
}
.ie11 .amscroll-load-button {
  width: 120px;
}
.amscroll-load-button > .amscroll-text {
  word-break: break-word;
  word-wrap: break-word;
  transition: filter 0.2s;
  pointer-events: none;
  user-select: none;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.amscroll-load-button > .amscroll-loading-icon {
  display: none;
  margin-right: 10px;
}
.amscroll-load-button.-amscroll-loading {
  pointer-events: none;
  user-select: none;
}
.amscroll-load-button.-amscroll-loading > .amscroll-loading-icon {
  display: block;
}
.amscroll-arrow-style {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.amscroll-arrow-style:before {
  border-radius: 100px;
}
.amscroll-arrow-style:after {
  width: 14px;
  height: 28px;
  background: url('../../frontend/Magedelight/FashionGo/en_US/Amasty_Scroll/images/arrow.svg');
}
.amscroll-arrow-style .amscroll-text {
  display: none;
}
.amscroll-text-style {
  padding-right: 7px;
  border-radius: 100px;
  transform: rotate(-90deg) translate(60px, 60px);
}
.amscroll-text-style:before {
  border-radius: 100px;
}
.amscroll-text-style:after {
  width: 24px;
  height: 24px;
  background: url('../../frontend/Magedelight/FashionGo/en_US/Amasty_Scroll/images/chevron.svg');
}
.amscroll-edge-style {
  right: 0;
  padding: 4px 26px 4px 20px;
  border-radius: 20px 20px 0 0;
  transform: rotate(-90deg) translate(71px, 72px);
}
.amscroll-edge-style .amscroll-text {
  margin-right: 20px;
}
.amscroll-edge-style:before {
  border-radius: 20px 20px 0 0;
}
.amscroll-edge-style:after {
  width: 14px;
  height: 28px;
  background: url('../../frontend/Magedelight/FashionGo/en_US/Amasty_Scroll/images/arrow.svg');
  transform: rotate(90deg) translateX(2px);
}
.amscroll-backtotop-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99999;
  overflow: hidden;
  box-sizing: border-box;
  padding: 6px 12px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  transition: right 0.2s;
}
.amscroll-backtotop-block:not(.-amscroll-active) {
  right: -60px !important;
}
._keyfocus .amscroll-backtotop-block:focus,
.amscroll-backtotop-block:not(.primary) {
  box-shadow: none;
}
.amscroll-backtotop-block:hover,
.amscroll-backtotop-block:focus,
.amscroll-backtotop-block:active {
  border: 0;
  box-shadow: none;
  color: #ffffff;
}
.amscroll-backtotop-block .amscroll-text {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.amscroll-backtotop-block:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: '';
  opacity: 0;
  filter: brightness(0.8);
  transition: opacity 0.2s;
}
.amscroll-backtotop-block:after {
  position: relative;
  z-index: 1;
  display: inline-block;
  content: '';
}
.amscroll-backtotop-block:hover:before {
  opacity: 1;
}
.mst-search__result-tabs {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  padding: 0;
}
.mst-search__result-tabs:before,
.mst-search__result-tabs:after {
  content: '';
  display: table;
}
.mst-search__result-tabs:after {
  clear: both;
}
.mst-search__result-tabs li {
  margin: 0 5px -1px 0;
  padding: 0;
  float: left;
}
.mst-search__result-tabs li a {
  display: block;
  padding: 10px 35px;
  text-decoration: none;
  color: #7d7d7d;
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-radius: 1px 1px 0 0;
}
.mst-search__result-tabs li a.active,
.mst-search__result-tabs li a:hover,
.mst-search__result-tabs li a:focus {
  color: #333333;
  background: #ffffff;
}
.mst-search__result-tabs li a.active {
  border-bottom: 1px solid #ffffff;
}
.mst-search__result-index {
  padding: 1rem 0 1rem 0;
}
.mst-search__result-index .mst-search__result-index-title {
  background: #f6f6f6;
  padding: 1rem;
  border-radius: 1px;
  color: #7d7d7d;
}
.mst-search__result-index:last-child {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #f6f6f6;
}
.mst-search__index ul.mst-search__list {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0;
}
.mst-search__index ul.mst-search__list li {
  margin: 2rem 0;
}
.mst-search__index ul.mst-search__list li:before,
.mst-search__index ul.mst-search__list li:after {
  content: '';
  display: table;
}
.mst-search__index ul.mst-search__list li:after {
  clear: both;
}
.mst-search__index ul.mst-search__list li:last-child {
  margin-bottom: 0;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title > a {
  color: #333333;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title > span {
  color: #aaaaaa;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title._crumbs a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='h-auto pos-relative mh-4 css-10v800z'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: -2px 5px;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title._crumbs a:last-child:after {
  display: none;
}
.mst-search__index ul.mst-search__list li .mst-search__index-content {
  color: #666666;
  margin: .5rem 0 0 0;
}
.mst-search__index ul.mst-search__list li .mst-search__index-image {
  margin-right: 2rem;
  float: left;
}
.mst-search__index ul.mst-search__list li .mst-search__index-image > img {
  max-width: 5rem;
  max-height: 5rem;
}
.mst-search__highlight {
  background: #ffff00;
}
.mst-search__misc-recommendations {
  display: flex;
  flex-wrap: wrap;
}
.mst-search__misc-recommendations dt {
  margin-right: 20px;
}
.mst-search__misc-recommendations dd {
  margin-right: 20px;
}
.mst-search__misc-recommendations dd .count {
  color: #7d7d7d;
}
.mst-search-in__wrapper {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.mst-search-in__wrapper .mst-search-in__title {
  border: none;
  padding: 6px 3px 6px 6px;
  margin-right: 3px;
  font-weight: 600;
  white-space: nowrap;
}
.mst-search-in__wrapper .mst-search-in__item {
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  padding: 6px 12px;
  color: #494949;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
}
.mst-search-in__wrapper .mst-search-in__item span.name i {
  font-style: normal;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:after {
  font-size: 7px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #757575;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:last-child:after {
  display: none;
}
.mst-search-in__wrapper .mst-search-in__item span.count {
  color: #757575;
  display: block;
  margin-left: 8px;
  font-size: 80%;
}
.mst-search-in__wrapper .mst-search-in__item span.count:before {
  content: "(";
}
.mst-search-in__wrapper .mst-search-in__item span.count:after {
  content: ")";
}
.mst-search-in__wrapper .mst-search-in__item:hover {
  border-color: #ff5501;
  text-decoration: none;
}
.mst_categorySearchLoader {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.mst_categorySearchLoader .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst_categorySearchLoader .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mst_categorySearch {
  display: block;
  position: relative;
}
.mst_categorySearch_searchIcon {
  position: absolute;
  left: 10px;
  font-size: 21px;
  color: #bbbbbb;
}
span.mst_categorySearch_totals {
  position: absolute;
  right: 0;
  padding: 6px 15px 6px 15px;
  color: #999;
  display: none;
}
input#mst_categorySearch {
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
.mst_categorySearchLoader .fa-spinner {
  font-size: 30px;
}
.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: #cccccc;
  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;
  width: 100%;
  vertical-align: top;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  color: #333;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
}
.ambrands-letter .ambrands-brand-item {
  position: relative;
  margin: 0 8px 16px;
  min-width: 100px;
}
.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 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
}
.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 {
  border-color: #006bb4;
  background: rgba(65, 173, 255, 0.19);
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #e2e2e2;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #c7c7c7;
}
.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;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-width: 100%;
  max-height: 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;
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('../../frontend/Magedelight/FashionGo/en_US/Ananta_TelephoneValidation/images/flags.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url('../../frontend/Magedelight/FashionGo/en_US/Ananta_TelephoneValidation/images/flags@2x.png');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.block-banners-slider {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.block-banners-slider #loading {
  text-align: center;
  padding: 340px 0;
  background: #164cb8;
}
.block-banners-slider .owl-dots {
  width: auto;
  right: 2%;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  bottom: auto;
  position: absolute;
}
.block-banners-slider .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0;
  float: left;
  clear: both;
  padding: 0;
  cursor: pointer;
}
.block-banners-slider .owl-dots .owl-dot span {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0px;
  margin: 4px 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #426fdb;
}
.block-banners-slider .owl-dots .owl-dot.active span {
  background: #d5ff00;
}
@media (min-width: 768px) {
  .owl-item .banner-wrapper a {
    width: 100%;
  }
  .owl-item .banner-wrapper a.mobile-banner {
    display: none;
  }
  .owl-item .banner-wrapper div {
    width: 100%;
  }
  .owl-item .banner-wrapper div.mobile-banner {
    display: none;
  }
}
@media (max-width: 767px) {
  .owl-item .banner-wrapper a.mobile-banner {
    display: block;
  }
  .owl-item .banner-wrapper a.desktop-banner {
    display: none;
  }
  .owl-item .banner-wrapper div.mobile-banner {
    display: block;
  }
  .owl-item .banner-wrapper div.desktop-banner {
    display: none;
  }
}
.message.global.cookie.ktpl-gdpr-cookie-notice {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
  line-height: 2;
  padding: 30px;
  margin: 0;
  display: block;
  z-index: 10;
  padding: 15px;
}
.ktpl-gdpr-cookie-notice.message.global h3 {
  margin-top: 0;
}
.ktpl-gdpr-cookie-notice.gdpr-box-shadow {
  -webkit-box-shadow: -2px 2px 82px -26px #000000;
  box-shadow: -2px 2px 82px -26px #000000;
}
.ktpl-gdpr-cookie-notice.text-align-center {
  text-align: center;
}
.ktpl-gdpr-cookie-notice.text-align-left {
  text-align: left;
}
.ktpl-gdpr-cookie-notice.text-align-right {
  text-align: right;
}
/**
  * KrishTechnolabs
  *
  * PHP version 7
  *
  * @category  KrishTechnolabs
  * @package   Ktpl_ProductLabel
  * @author    Kirti Nariya <kirti.nariya@krishtechnolabs.com>
  * @copyright 2019 (c) KrishTechnolabs (https://www.KrishTechnolabs.com/)
  * @license   https://www.krishtechnolabs.com/LICENSE.txt Krish License
  * @link      https://www.krishtechnolabs.com/
  */
.product-image-wrapper .top_left {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  max-width: 25%;
}
.product-image-wrapper .top_left span + img {
  margin-top: 5px;
}
.product-image-wrapper .top_right {
  position: absolute;
  top: 0;
  z-index: 2;
  right: 0;
  max-width: 25%;
}
.product-image-wrapper .top_right span + img {
  margin-top: 5px;
}
.product-image-wrapper .lower_left {
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  max-width: 25%;
}
.product-image-wrapper .lower_left span + img {
  margin-top: 5px;
}
.product-image-wrapper .lower_right {
  position: absolute;
  bottom: 0;
  z-index: 2;
  right: 0;
  max-width: 25%;
}
.product-image-wrapper .lower_right span + img {
  margin-top: 5px;
}
.page-products .product-item .labeltype-text {
  padding: 15px;
  border-radius: 10px;
  display: inline-block;
}
.page-products .product-item .product-image-wrapper .category {
  right: 5px;
}
.product.media {
  position: relative;
}
.product.media .top_left {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  max-width: 10%;
  margin-top: 20px;
}
.product.media .top_left .labeltype-text {
  display: inline-block;
}
.product.media .top_left span + img {
  margin-top: 5px;
}
.product.media .top_right {
  position: absolute;
  top: 0;
  z-index: 2;
  right: 0;
  max-width: 10%;
  margin-top: 20px;
}
.product.media .top_right .labeltype-text {
  display: inline-block;
}
.product.media .top_right span + img {
  margin-top: 5px;
}
.product.media .lower_left {
  position: absolute;
  bottom: 110px;
  z-index: 2;
  left: 0;
  max-width: 10%;
}
.product.media .lower_left .labeltype-text {
  display: inline-block;
}
.product.media .lower_left span + img {
  margin-top: 5px;
}
.product.media .lower_right {
  position: absolute;
  bottom: 110px;
  z-index: 2;
  right: 0;
  max-width: 10%;
}
.product.media .lower_right .labeltype-text {
  display: inline-block;
}
.product.media .lower_right span + img {
  margin-top: 5px;
}
.product.media .labeltype-text {
  text-transform: uppercase;
  padding: 15px;
  border-radius: 10px;
}
/**
 * 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_RewardPoints
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.payment-cart-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.reward-points-payment-content .reward-rate {
  text-align: left;
  margin: 10px 0;
}
.reward-points-payment-content .reward-rate .content {
  margin-left: 10px;
}
.reward-points-payment-content .range-slider {
  max-width: 285px;
  margin: 10px;
}
.reward-points-payment-content .extra-controls {
  margin-left: 50px;
}
.reward-points-payment-content strong {
  font-weight: 600;
}
.reward-points-payment-content .mp-spent {
  width: 58px;
  text-align: center;
}
.payment-checkout-content {
  width: 80%;
  margin-left: 10px;
}
.mp-reward-points {
  line-height: 20px;
  margin: 10px 5px 10px 5px;
}
.mp-reward-points img,
.mp-reward-points .mp-point-label {
  float: left;
}
.mp-reward-points .mp-point-label {
  margin: 0 0 0 5px;
  font-weight: 600;
}
.mp-reward-points .clr {
  clear: both;
}
.mp-reward-points.mp-product {
  padding: 1rem 0;
}
.mp-reward-points .register {
  font-size: 1.4rem;
  font-weight: 600;
}
.mp-reward-cart {
  margin-left: 15px;
}
.reward-information .box {
  margin-bottom: 3rem;
}
.item-balance {
  padding: 0 20px;
  margin: 10px 0;
  text-align: center;
}
.item-balance .box-balance {
  border-radius: 5px;
  height: 90px;
  box-shadow: 3px 3px 5px #D9D9D9;
}
.item-balance .box-balance > span {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  line-height: 30px;
  color: #ffffff;
  font-size: 20px;
}
.item-balance .box-balance .label {
  font-size: 1.8rem;
}
.item-balance .available {
  background: #39E070;
}
.item-balance .holding {
  background: #25B9F6;
}
.item-balance .earned {
  background: #0249D3;
}
.item-balance .paid {
  background: #5865F2;
}
.item-balance .label {
  padding-top: 5px;
}
.form-rewards-setting .actions-toolbar {
  clear: both;
}
table.data.table {
  word-break: break-all;
}
.mst-banner__placeholder._debug {
  border: 2px dashed #002f56;
  background: #b4edff;
  min-height: 10px;
}
.mst-banner__container-highlight {
  position: absolute;
  background: rgba(255, 0, 0, 0.15);
  border: 3px dashed rgba(252, 84, 84, 0.75);
  min-height: 10px;
  min-width: 10px;
  z-index: 100000000;
  box-sizing: border-box;
}
.mst-banner__debug {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 1rem;
  border-top: 5px solid #eee;
  display: flex;
  flex-wrap: wrap;
  z-index: 100000001;
}
.mst-banner__debug > div {
  padding: .5rem 1rem;
  margin: .2rem;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #eee;
  flex-grow: 1;
  text-align: center;
}
.mstBanner-placeholder__popupRenderer {
  background: #fff;
  border-radius: .4rem;
  box-sizing: border-box;
  position: fixed;
  z-index: 10000000;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
  max-width: 40rem;
}
.mstBanner-placeholder__popupRenderer.bottom-right,
.mstBanner-placeholder__popupRenderer.bottom-left {
  bottom: 1rem;
}
.mstBanner-placeholder__popupRenderer.top-right,
.mstBanner-placeholder__popupRenderer.top-left {
  top: 1rem;
}
.mstBanner-placeholder__popupRenderer.bottom-right,
.mstBanner-placeholder__popupRenderer.top-right {
  right: -100%;
  transition: right 1.5s;
}
.mstBanner-placeholder__popupRenderer.bottom-right._active,
.mstBanner-placeholder__popupRenderer.top-right._active {
  right: 1rem;
}
.mstBanner-placeholder__popupRenderer.bottom-left,
.mstBanner-placeholder__popupRenderer.top-left {
  left: -100%;
  transition: left 1.5s;
}
.mstBanner-placeholder__popupRenderer.bottom-left._active,
.mstBanner-placeholder__popupRenderer.top-left._active {
  left: 1rem;
}
.mstBanner-placeholder__popupRenderer .mstBanner__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: #fff;
  border: .2rem solid #eee;
  border-radius: 2rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  color: #666;
  cursor: pointer;
}
.mstBanner-placeholder__popupRenderer .mstBanner__close:hover {
  color: #000;
}
.mstBanner-placeholder__popupRenderer img {
  display: block;
}
.mstBanner-placeholder__lightboxRenderer {
  position: fixed;
  display: flex;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity 1s;
}
.mstBanner-placeholder__lightboxRenderer._active {
  visibility: visible;
  opacity: 1;
}
.mstBanner-placeholder__lightboxRenderer .lightbox-content {
  position: relative;
}
.mstBanner-placeholder__lightboxRenderer .lightbox-content .mstBanner__close {
  position: absolute;
  right: -30px;
  top: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  cursor: pointer;
  z-index: 1;
  font-size: 30px;
  background: rgba(0, 0, 0, 0.8);
}
.mstBanner-placeholder__lightboxRenderer .lightbox-content .mstBanner__close:hover {
  color: #ffffff;
}
.mstBanner-placeholder__sliderRenderer .swiper-button-next:after,
.mstBanner-placeholder__sliderRenderer .swiper-button-prev:after {
  color: #ffffff;
  text-shadow: 0 0 6px #333;
}
.mstBanner-placeholder__sliderRenderer .swiper-button-next:hover:after,
.mstBanner-placeholder__sliderRenderer .swiper-button-prev:hover:after {
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.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: #1979c3;
  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;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  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;
}
.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: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
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: #fff;
  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: #fff;
  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: #000 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 20px;
  position: relative;
}
.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: 20px;
}
.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,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../../frontend/Magedelight/FashionGo/en_US/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-width: 30px;
  max-height: 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: #fff;
  border-color: #ccc;
  font-family: 'PT Sans';
  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: #000;
  font-family: 'PT Sans';
  min-width: 100px;
}
.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;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.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: 10px 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 #fff;
  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: #dadada;
  height: 10px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 10px;
  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: #b6b6b6;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -3px);
  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: #fff;
  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: #fff;
}
.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: #fff;
  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 {
  padding-bottom: 5px;
}
.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:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 0px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.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;
  padding: 3px;
}
.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,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  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) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
  margin-left: 20px;
}
.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: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  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: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #070605;
  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;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.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: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.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;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.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;
}
.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: #e3e3e3;
}
.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/Magedelight/FashionGo/en_US/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: url('../../frontend/Magedelight/FashionGo/en_US/Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  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;
}
/*
 * Copyright (c) 2021 Mastercard
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.checkout-payment-method .payment-method._active .payment-method-content .form.hidden {
  display: none;
}
/* Begin Tamara payment css */
#tamara-logo-payment {
  margin-left: 50px;
}
.tamara-success-title {
  text-align: center;
  font-weight: bolder;
}
.tamara-success-title h2 {
  font-size: 4.6rem;
  text-align: center;
}
#content-success {
  margin: 10px auto;
  width: 100%;
  text-align: center;
}
#tamara-logo-success {
  margin: 50px auto;
  width: 100%;
  text-align: center;
}
#tamara-logo-success img {
  margin-top: 10px;
}
.message.error.hidden-error-iframe {
  display: none;
}
.tamara-promo-widget-wrapper {
  margin-bottom: 20px;
}
/* End Tamara payment css*/
.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: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.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 5px 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 .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.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 {
  margin-bottom: 10px;
}
.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: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.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 .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: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.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%;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.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 {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.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;
}
.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%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 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-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  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: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  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-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .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.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  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: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  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;
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  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: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.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-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited {
  color: #1979c3;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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 #d1d1d1;
  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;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.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 #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url('../../frontend/Magedelight/FashionGo/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/Magedelight/FashionGo/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.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;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.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-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.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-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.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 .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: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.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: #1979c3;
  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: #1979c3;
  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: #1979c3;
  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: #1979c3;
  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: #1979c3;
  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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -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 {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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 {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* * 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,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
.owl-carousel .cart.table-wrapper .actions-toolbar > .action.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 .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/Magento/blank/en_US/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%;
}
.mdslider-container {
  margin: 0 -20px;
  text-align: center;
}
.mdslider-container .owl-carousel,
.mdslider-container .slick-slider {
  position: relative;
}
.mdslider-container .owl-carousel .slick-list .banner-details,
.mdslider-container .slick-slider .slick-list .banner-details {
  position: relative;
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption {
  position: absolute;
  background-color: rgba(35, 31, 32, 0.7);
  color: #fff;
  font-size: 18px;
  padding: 10px 10px;
  margin: 0;
  display: none;
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption.activate,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption.activate {
  /* display: block; */
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption.default,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption.default {
  top: 15px;
  left: 15px;
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption.top-left,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption.top-left {
  top: 15px;
  left: 15px;
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption.top-middle,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption.top-middle {
  top: 15px;
  left: 45%;
  transform: translateX(-50%);
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption.top-right,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption.top-right {
  top: 15px;
  right: 15px;
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption.middle-left,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption.middle-left {
  top: 45%;
  left: 0;
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption.middle-center,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption.middle-center {
  padding: 0;
  top: 45%;
  left: 0;
  right: 0;
  background: transparent;
  text-align: center;
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption.middle-center p,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption.middle-center p {
  background-color: rgba(35, 31, 32, 0.7);
  display: inline-block;
  padding: 10px;
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption.middle-right,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption.middle-right {
  right: 15px;
  top: 45%;
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption.bottom-left,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption.bottom-left {
  left: 15px;
  bottom: 15px;
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption.bottom-middle,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption.bottom-middle {
  bottom: 15px;
  left: 45%;
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption.bottom-right,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption.bottom-right {
  bottom: 15px;
  right: 15px;
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption p,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption p {
  margin: 0;
}
.mdslider-container .owl-carousel button.slick-arrow.slick-prev,
.mdslider-container .slick-slider button.slick-arrow.slick-prev,
.mdslider-container .owl-carousel button.slick-arrow.slick-next,
.mdslider-container .slick-slider button.slick-arrow.slick-next,
.mdslider-container .owl-carousel .cart.table-wrapper .actions-toolbar > .action.slick-arrow.slick-prev,
.mdslider-container .slick-slider .cart.table-wrapper .actions-toolbar > .action.slick-arrow.slick-prev,
.mdslider-container .owl-carousel .cart.table-wrapper .actions-toolbar > .action.slick-arrow.slick-next,
.mdslider-container .slick-slider .cart.table-wrapper .actions-toolbar > .action.slick-arrow.slick-next {
  height: 46px;
}
.mdslider-container .owl-carousel:hover button.slick-arrow.slick-prev,
.mdslider-container .slick-slider:hover button.slick-arrow.slick-prev,
.mdslider-container .owl-carousel:hover .cart.table-wrapper .actions-toolbar > .action.slick-arrow.slick-prev,
.mdslider-container .slick-slider:hover .cart.table-wrapper .actions-toolbar > .action.slick-arrow.slick-prev {
  display: block !important;
  height: 46px;
}
.mdslider-container .owl-nav > button,
.mdslider-container .slick-arrow,
.mdslider-container .owl-nav > .cart.table-wrapper .actions-toolbar > .action {
  background: #ffffff;
  position: absolute;
  top: 50%;
  font-size: 0;
  z-index: 1;
  margin: -15px 0 0 0;
  width: 47px;
  display: block;
}
.mdslider-container .owl-nav > button:before,
.mdslider-container .slick-arrow:before,
.mdslider-container .owl-nav > .cart.table-wrapper .actions-toolbar > .action:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.mdslider-container .owl-nav > button:hover,
.mdslider-container .slick-arrow:hover,
.mdslider-container .owl-nav > .cart.table-wrapper .actions-toolbar > .action:hover {
  text-decoration: none;
}
.mdslider-container .owl-nav > button.owl-prev,
.mdslider-container .slick-arrow.owl-prev,
.mdslider-container .owl-nav > button.slick-prev,
.mdslider-container .slick-arrow.slick-prev,
.mdslider-container .owl-nav > .cart.table-wrapper .actions-toolbar > .action.owl-prev,
.mdslider-container .owl-nav > .cart.table-wrapper .actions-toolbar > .action.slick-prev {
  left: 0;
}
.mdslider-container .owl-nav > button.owl-prev:before,
.mdslider-container .slick-arrow.owl-prev:before,
.mdslider-container .owl-nav > button.slick-prev:before,
.mdslider-container .slick-arrow.slick-prev:before,
.mdslider-container .owl-nav > .cart.table-wrapper .actions-toolbar > .action.owl-prev:before,
.mdslider-container .owl-nav > .cart.table-wrapper .actions-toolbar > .action.slick-prev:before {
  content: "\e916";
  font-size: 20px;
  color: #000000;
}
.mdslider-container .owl-nav > button.owl-next,
.mdslider-container .slick-arrow.owl-next,
.mdslider-container .owl-nav > button.slick-next,
.mdslider-container .slick-arrow.slick-next,
.mdslider-container .owl-nav > .cart.table-wrapper .actions-toolbar > .action.owl-next,
.mdslider-container .owl-nav > .cart.table-wrapper .actions-toolbar > .action.slick-next {
  right: 0;
}
.mdslider-container .owl-nav > button.owl-next:before,
.mdslider-container .slick-arrow.owl-next:before,
.mdslider-container .owl-nav > button.slick-next:before,
.mdslider-container .slick-arrow.slick-next:before,
.mdslider-container .owl-nav > .cart.table-wrapper .actions-toolbar > .action.owl-next:before,
.mdslider-container .owl-nav > .cart.table-wrapper .actions-toolbar > .action.slick-next:before {
  content: "\e915";
  font-size: 20px;
  color: #000000;
}
.mdslider-container .owl-nav > button:hover,
.mdslider-container .slick-arrow:hover,
.mdslider-container .owl-nav > .cart.table-wrapper .actions-toolbar > .action:hover {
  background: #000000;
}
.mdslider-container .owl-nav > button:hover:before,
.mdslider-container .slick-arrow:hover:before,
.mdslider-container .owl-nav > .cart.table-wrapper .actions-toolbar > .action:hover:before {
  color: #231f20;
}
.mdslider-container .slick-dots {
  position: absolute;
  z-index: 8;
  list-style: none;
  margin: 0px 0 0 0;
  margin: -30px 0 10px 0;
  bottom: -20px;
}
.mdslider-container .slick-dots > li {
  display: inline-block;
  padding: 0;
  margin: 0 1px;
  min-width: 30px;
}
.mdslider-container .slick-dots > li button,
.mdslider-container .slick-dots > li .cart.table-wrapper .actions-toolbar > .action {
  font-size: 0;
  padding: 0;
  width: 30px;
  height: 10px;
  background: #000000;
  border-radius: 0;
  border: none;
}
.mdslider-container .slick-dots > li:hover button,
.mdslider-container .slick-dots > li.slick-active button,
.mdslider-container .slick-dots > li:hover .cart.table-wrapper .actions-toolbar > .action,
.mdslider-container .slick-dots > li.slick-active .cart.table-wrapper .actions-toolbar > .action {
  background: #000000;
}
.mdslider-container .owl-dots {
  position: relative;
  z-index: 8;
  list-style: none;
  margin: 0px 0 0 0;
  margin: -30px 0 10px 0;
}
.mdslider-container .owl-dots button,
.mdslider-container .owl-dots .cart.table-wrapper .actions-toolbar > .action {
  font-size: 0;
  padding: 0;
  margin: 0px 1px;
  width: 30px;
  height: 10px;
  background: #000000;
}
.mdslider-container .owl-dots button:hover,
.mdslider-container .owl-dots button.active,
.mdslider-container .owl-dots .cart.table-wrapper .actions-toolbar > .action:hover,
.mdslider-container .owl-dots .cart.table-wrapper .actions-toolbar > .action.active {
  background: #000000;
}
.mdslider-container .home-banner-text-box.center-box {
  padding: 0;
  text-align: left;
}
.mdslider-container .home-banner-text-box.center-box a {
  color: #ffffff;
  font-size: 25px;
  line-height: 30px;
  font-family: 'Orienta';
}
.mdslider-container .home-banner-text-box.center-box .home-banner-text-men {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #2e2e2e;
  padding: 7px 20px;
  margin: -52px 0 0 0;
  text-align: right;
}
.mdslider-container .home-banner-text-box.center-box .home-banner-text-men:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 75px 0;
  border-color: transparent #2e2e2e transparent;
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
}
.mdslider-container .home-banner-text-box.center-box .home-banner-text-women {
  position: absolute;
  right: 50%;
  top: 50%;
  background: #231f20;
  padding: 7px 20px;
  margin: 22px 0 0 0;
}
.mdslider-container .home-banner-text-box.center-box .home-banner-text-women:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 75px 0;
  border-color: transparent transparent #231f20;
  content: "";
  position: absolute;
  right: -25px;
  bottom: 0;
}
.mdslider-container .slider-title {
  text-align: center;
  text-transform: capitalize;
  font-size: 26px;
  color: #333;
  font-weight: 600;
}
.mdslider-container .slider-caption {
  text-align: center;
  font-size: 20px;
  color: #333;
}
.mdslider-container .owl-carousel {
  position: relative;
}
.mdslider-container .owl-carousel .owl-item .banner-details {
  position: relative;
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption {
  position: absolute;
  background: #222;
  opacity: 0.8;
  color: #fff;
  padding: 10px 10px;
  margin: 0;
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption.default {
  top: 15px;
  left: 15px;
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption.top-left {
  top: 15px;
  left: 15px;
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption.top-middle {
  top: 15px;
  left: 45%;
  transform: translateX(-50%);
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption.top-right {
  top: 15px;
  right: 15px;
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption.middle-left {
  top: 45%;
  left: 15px;
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption.middle-center {
  padding: 0;
  top: 45%;
  left: 0;
  right: 0;
  background: transparent;
  text-align: center;
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption.middle-center p {
  background-color: rgba(35, 31, 32, 0.7);
  display: inline-block;
  padding: 10px;
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption.middle-right {
  right: 15px;
  top: 45%;
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption.bottom-left {
  left: 15px;
  bottom: 15px;
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption.bottom-middle {
  bottom: 15px;
  left: 45%;
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption.bottom-right {
  bottom: 15px;
  right: 15px;
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .mdslider-container {
    margin: 0;
  }
  .mdslider-container .owl-carousel .slick-list .banner-details .banner-caption,
  .mdslider-container .slick-slider .slick-list .banner-details .banner-caption {
    font-size: 12px;
    padding: 5px 5px;
  }
  .mdslider-container .owl-nav > button,
  .mdslider-container .slick-arrow,
  .mdslider-container .owl-nav > .cart.table-wrapper .actions-toolbar > .action {
    width: 30px;
    padding: 0px;
  }
  .mdslider-container .slick-dots {
    margin-top: -20px;
  }
  .mdslider-container .slick-dots > li button,
  .mdslider-container .slick-dots > li .cart.table-wrapper .actions-toolbar > .action {
    width: 20px;
    height: 5px;
  }
  .mdslider-container .home-banner-text-box.center-box {
    display: none;
  }
  .mdslider-container .owl-nav > button,
  .mdslider-container .slick-arrow,
  .mdslider-container .owl-nav > .cart.table-wrapper .actions-toolbar > .action {
    height: 32px;
  }
}
body.page-layout-1column .block.widget.block-bestseller-products {
  background: #f7f8f8;
  margin: 0 -20px;
  padding: 50px 0 0 0;
  text-align: center;
}
body.page-layout-1column .block.widget.block-bestseller-products .block-bestseller-text {
  font-size: 15px;
  padding: 20px 70px 20px 70px;
  text-align: center;
  color: #3a3a3a;
}
body.page-layout-1column .block.widget.block-bestseller-products .block-content .products-grid ol.product-items {
  margin: 0 -10px;
}
body.page-layout-1column .block.widget.block-bestseller-products .block-content .products-grid ol.product-items .product-item {
  padding: 0 10px 20px 10px;
  width: 25%;
  text-align: center;
  margin: 0;
}
body.page-layout-1column .block.widget.block-bestseller-products .block-content .products-grid ol.product-items .product-item .product-item-info {
  background: #ffffff;
  box-shadow: 1px 1px 1px 0 #ccc;
}
@font-face {
  font-family: "Storelocator";
  src: url('../../frontend/Magedelight/FashionGo/en_US/Magedelight_LocatorAndPickup/fonts/icon.woff2') format('woff2'), url('../../frontend/Magedelight/FashionGo/en_US/Magedelight_LocatorAndPickup/fonts/icon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
.product-image-wrapper {
  background: unset;
}
#onepage-checkout-shipping-method-additional-load {
  max-width: 100%;
}
#onepage-checkout-shipping-method-additional-load .pickup-date-label,
#onepage-checkout-shipping-method-additional-load .store-time-label {
  font-weight: bold;
  font-size: 15px;
  margin: 15px 0 10px;
  text-transform: none;
  padding: 0px;
  border-bottom: none;
  display: inline-block;
  width: 100%;
}
#onepage-checkout-shipping-method-additional-load .store-container-inner .pickup-store-label {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: #333;
  font-weight: 300;
  font-size: 2.6rem;
  margin: 0 0 15px;
  display: block;
}
#onepage-checkout-shipping-method-additional-load .shipping-information-content .store-name {
  background: #f5f5f5;
  padding: 10px 20px;
  margin: 10px 0;
}
#onepage-checkout-shipping-method-additional-load .shipping-information-content .store-address {
  background: #f5f5f5;
  padding: 20px;
}
#onepage-checkout-shipping-method-additional-load .shipping-information-content .store-address .store-map-url {
  margin-top: 10px;
}
#onepage-checkout-shipping-method-additional-load .shipping-information-content .store-address .store-map-url a {
  float: right;
}
#pickup-date-block {
  max-width: 100%;
  margin-bottom: 15px;
}
#pickup-date-block select,
#pickup-date-block input[type="text"],
#pickup-date-block input[type="password"],
#pickup-date-block input[type="url"],
#pickup-date-block input[type="tel"],
#pickup-date-block input[type="search"],
#pickup-date-block input[type="number"],
#pickup-date-block input[type*="date"],
#pickup-date-block input[type="email"] {
  height: 45px;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #ffffff;
  color: #999999;
  font-size: 15px;
  border-radius: 4px;
  font-weight: 300;
  padding-left: 15px;
  padding-right: 40px;
}
#pickup-date-block .label {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: #333;
  font-weight: 300;
  font-size: 2rem;
  margin: 0 0 15px;
  display: block;
}
#pickup-date-block .store-time {
  margin: 10px 0 0;
}
.tag-serch-main {
  width: 24%;
  display: block;
  float: left;
  margin-right: 10px;
}
.tag-serch-main label {
  color: #575757;
  font-weight: bold;
}
.tag-serch-main .input-location {
  margin: 10px 0;
}
.search-type {
  display: block;
  width: 24%;
  margin: 30px 0 0 0;
}
.search-type #submit-by-tag,
.search-type #reset-tag {
  background: #3399cc;
  color: #ffffff;
  border: 1px solid #3399cc;
  box-shadow: unset;
  border-radius: 0;
}
.store-column {
  width: 25%;
  float: left;
  margin: 0 0 10px;
}
.store-column .store-inner-column {
  border: 1px solid #c1c1c1;
  margin: 0 2px;
  text-align: center;
}
#store-information-list {
  display: none;
}
div#store-information-list {
  display: flex;
  margin: 0 -15px;
}
div#store-information-list .store-column {
  width: 33.33%;
  padding: 15px;
  display: table;
  margin-bottom: 0;
}
div#store-information-list .store-column .store-inner-column {
  padding: 20px;
  display: table-cell;
}
div#store-information-list .store-column .store-inner-column h3 {
  font-weight: 700;
}
#store-information-button {
  cursor: pointer;
  text-align: center;
  height: 45px;
  border: 2px solid #000;
  min-width: 220px;
  border-radius: 4px;
  padding: 0px 20px;
  line-height: 42px;
  margin-top: 10px;
  margin-left: 20px;
}
#store-information-button span {
  font-size: 15px;
  color: #000;
  font-weight: bold;
  padding: 0 0px 0 40px;
}
#store-information-button span:before {
  content: "\e951";
  font-family: "md-ico-fgo";
  margin: 0px 0 0 -38px;
  position: absolute;
  font-size: 29px;
  color: #000;
}
.store-popup-address {
  margin: 0 0 20px;
}
.store-popup-address .store-popup-image {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.store-popup-address .store-popup-name {
  display: inline-block;
  vertical-align: top;
  width: 78%;
}
.store-popup-address .store-popup-name .store-title {
  font-size: 2.5rem;
  color: #333;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px;
}
.store-popup-address .store-popup-name address {
  color: #333;
  margin: 0 0 10px;
}
.ajax-info .product.data.items .item.title > .switch {
  height: auto;
  padding: 8px;
}
.ajax-info .search-by-distance .search-type {
  width: auto;
  margin-top: 0px;
}
.ajax-info:before,
.ajax-info:after {
  content: '';
  display: table;
}
.ajax-info:after {
  clear: both;
}
.ajax-info .product.data.items .item.title > .switch {
  line-height: 28px;
}
.store-list #store-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.store-list #store-list::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
.store-list #store-list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #555555;
}
.store-list {
  width: 40%;
  float: left;
  box-sizing: border-box;
  padding: 0px 40px 0px 0px;
}
.store-list .store-list-title {
  background: #ffffff;
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
.store-list .store-list-title:before,
.store-list .store-list-title:after {
  content: '';
  display: table;
}
.store-list .store-list-title:after {
  clear: both;
}
.store-list .store-list-title h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  float: left;
  margin: 0;
  padding: 0;
}
.store-list .store-list-title #store-counter {
  display: inline-block;
  padding: 0 10px;
  font-size: 1.4rem;
  color: #333333;
  text-align: left;
  margin: 0;
  float: left;
}
.search-by-distance:before,
.search-by-distance:after {
  content: '';
  display: table;
}
.search-by-distance:after {
  clear: both;
}
.search-by-distance .input-location {
  width: 28%;
  float: left;
  margin: 0 8px 0 0;
}
.search-by-distance .input-location input {
  width: 100%;
  height: 34px;
  font-size: 1.5rem;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin: 0;
}
.search-by-distance .radius-input-container {
  width: 48%;
  margin-top: 5px;
  float: left;
}
.search-by-distance .track1 {
  width: 50%;
  float: left;
}
.search-by-distance .track1 label {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3rem;
  font-weight: 600;
  margin-left: 15px;
}
.search-by-distance .track1 #circleRadius {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
}
.search-by-distance .search-type {
  float: right;
  padding: 0;
}
.search-by-distance .search-type button,
.search-by-distance .search-type .cart.table-wrapper .actions-toolbar > .action {
  background: #3399cc;
  border: solid 1px #3399cc;
  color: #ffffff;
  font-weight: 400;
  border-radius: 0;
  box-shadow: none;
}
.store-list ul {
  margin: 0;
  padding: 0;
  background: #ffffff;
  width: 100%;
  box-sizing: border-box;
  /*height: 533px;*/
  margin: 0px;
  /*overflow-y: scroll;*/
}
.store-list ul .store-list-item:last-child {
  border-bottom: 0px;
}
.store-list ul .store-list-item {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  padding: 20px 0px 20px 15px;
  margin: 0px;
}
.store-list ul .store-list-item.active,
.store-list ul .store-list-item:hover {
  background: #eaeaea;
}
.store-list ul .store-list-item .store-list-button {
  margin-top: 20px;
}
.store-list ul .store-list-item .store-list-button button,
.store-list ul .store-list-item .store-list-button .cart.table-wrapper .actions-toolbar > .action {
  width: 48%;
  background: #d71921;
  border: 0;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
  box-shadow: none;
  height: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
.store-list ul .store-list-item .store-list-button button:hover,
.store-list ul .store-list-item .store-list-button .cart.table-wrapper .actions-toolbar > .action:hover {
  background: #000;
  border: 0;
}
.store-list ul .store-list-item .store-list-button button.direction-view-btn,
.store-list ul .store-list-item .store-list-button .cart.table-wrapper .actions-toolbar > .action.direction-view-btn {
  height: 40px;
  line-height: 40px;
  padding: 0px;
  border-radius: 4px;
  width: 150px;
  font-weight: bold;
  background: #000;
  text-transform: uppercase;
  opacity: 1;
  border: none;
}
.store-list ul .store-list-item .store-list-button button.direction-view-btn:hover,
.store-list ul .store-list-item .store-list-button .cart.table-wrapper .actions-toolbar > .action.direction-view-btn:hover {
  background: #d71921;
  border: 0;
}
.store-list ul .store-list-item .store-list-information:before,
.store-list ul .store-list-item .store-list-information:after {
  content: '';
  display: table;
}
.store-list ul .store-list-item .store-list-information:after {
  clear: both;
}
.store-list ul .store-list-item .store-list-information .store-img-left-block {
  width: 30%;
  float: right;
}
.store-list ul .store-list-item .store-list-information .store-info-right-block a:nth-child(2) strong {
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}
.store-list ul .store-list-item .store-list-information .store-info-right-block {
  width: 65%;
  float: left;
}
.store-list ul .store-list-item .store-list-information .store-info-right-block .email a,
.store-list ul .store-list-item .store-list-information .store-info-right-block .phone a {
  color: #d71921;
}
.store-list ul .store-list-item .store-list-information .store-info-right-block a {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 5px;
  color: #000000;
}
.store-list ul .store-list-item:last-child {
  margin-bottom: 0;
}
.store-list .store-list-direction-panel .adp {
  height: 250px;
  overflow-x: scroll;
  padding: 20px;
}
.store-list .btn-load-more {
  background: #000;
  border: 0;
  color: #ffffff;
  font-weight: 400;
  border-radius: 0;
  box-shadow: none;
  margin: 20px 0 0;
  width: 150px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
}
.store-list .btn-load-more:hover {
  background: #d71921;
}
#direction-popup-modal .vertical {
  margin: 0;
  padding: 0;
}
#direction-popup-modal .vertical li {
  border-bottom-style: none;
  border-bottom-width: medium;
  box-shadow: none;
  display: inline-block;
  float: none;
  height: 19px;
  margin-left: 8px;
  vertical-align: top;
  cursor: pointer;
  padding: 0;
  width: 26px;
  background-repeat: no-repeat;
}
#direction-popup-modal .vertical .car {
  background-image: url("../../frontend/Magedelight/FashionGo/en_US/Magedelight_LocatorAndPickup/images/sprite-icon.png");
  background-position: center -40px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 1px;
}
#direction-popup-modal .vertical .car.active {
  background-position: center -60px;
}
#direction-popup-modal .vertical .bus {
  background-image: url("../../frontend/Magedelight/FashionGo/en_US/Magedelight_LocatorAndPickup/images/sprite-icon.png");
  background-position: center -79px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 1px;
}
#direction-popup-modal .vertical .bus.active {
  background-position: center -99px;
}
#direction-popup-modal .vertical .walk {
  background-image: url("../../frontend/Magedelight/FashionGo/en_US/Magedelight_LocatorAndPickup/images/sprite-icon.png");
  background-position: center -119px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 1px;
}
#direction-popup-modal .vertical .walk.active {
  background-position: center -139px;
}
#direction-popup-modal .vertical .bicycle {
  background-image: url("../../frontend/Magedelight/FashionGo/en_US/Magedelight_LocatorAndPickup/images/sprite-icon.png");
  background-position: center -160px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 1px;
}
#direction-popup-modal .vertical .bicycle.active {
  background-position: center -180px;
}
#direction-popup-modal .directions-input {
  margin-top: 10px;
}
#direction-popup-modal .directions-input .current-position {
  display: block;
  margin: 10px 0;
  color: #333333;
  text-decoration: underline;
}
#direction-popup-modal .directions-input .box-input {
  margin-top: 10px;
}
#direction-popup-modal .directions-input .box-input button,
#direction-popup-modal .directions-input .box-input .cart.table-wrapper .actions-toolbar > .action {
  background: #000;
  border: 0;
  color: #ffffff;
  font-weight: 400;
  border-radius: 0;
  box-shadow: none;
  min-width: 80px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
}
#direction-popup-modal .directions-input .box-input button.direction-view-btn,
#direction-popup-modal .directions-input .box-input .cart.table-wrapper .actions-toolbar > .action.direction-view-btn {
  margin-left: 10px;
}
#direction-popup-modal .directions-input .box-input button:hover,
#direction-popup-modal .directions-input .box-input .cart.table-wrapper .actions-toolbar > .action:hover {
  background: #d71921;
}
.map-container {
  width: 69%;
  float: right;
}
#map {
  height: 580px;
  position: relative;
}
.modal-popup.direction-popup-modal .modal-inner-wrap {
  max-width: 800px;
}
.checkout-index-index .modal-popup.store-by-map-popup .modal-inner-wrap {
  width: 90%;
  left: 35%;
}
.checkout-index-index .modal-popup.store-by-map-popup .search-by-distance .radius-input-container {
  width: 46%;
}
.checkout-index-index .modal-popup.store-by-map-popup .search-by-distance .search-type {
  text-align: right;
  margin: 0;
}
.checkout-index-index .modal-popup.store-by-map-popup .map-search-container {
  margin-bottom: 20px;
}
.checkout-index-index .modal-popup.store-by-map-popup .checkout-map-container #apply_store {
  background: #3399cc;
  border: solid 1px #3399cc;
  color: #ffffff;
  font-weight: 400;
  border-radius: 0;
  box-shadow: none;
}
.checkout-index-index .modal-popup.store-by-map-popup .ajax-info {
  padding: 0px;
}
.md-locatore-container .md-locator-left {
  width: 30%;
  float: left;
}
.md-locatore-container .md-locator-right {
  width: 69%;
  float: right;
}
.md-locatore-container .md-locator-right .title {
  font-size: 1.8rem;
  color: #000000;
  font-weight: 700;
}
.md-locatore-container .md-locator-right .store-info table {
  border: solid 1px #ccc;
}
.md-locatore-container .md-locator-right .store-info table tbody > tr:nth-child(even) th,
.md-locatore-container .md-locator-right .store-info table tbody > tr:nth-child(even) td {
  background-color: #fafafa;
}
.md-locatore-container .store-list-title {
  background: #000000;
  padding: 15px;
  border-radius: 4px;
}
.md-locatore-container .store-list-title .title {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
}
.md-locatore-container .store-view-info {
  padding: 20px;
  background-color: #f6f6f6;
}
.md-locatore-container .store-view-info .store-list-direction-panel .adp {
  height: 250px;
  overflow-y: scroll;
}
.md-locatore-container .store-view-info .store-list-button button,
.md-locatore-container .store-view-info .store-list-button .cart.table-wrapper .actions-toolbar > .action {
  width: 48%;
  background: #d71921;
  border: 0;
  color: #ffffff;
  font-weight: 400;
  border-radius: 0;
  box-shadow: none;
  border-radius: 4px;
  height: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
.md-locatore-container .store-view-info .store-list-button button:hover,
.md-locatore-container .store-view-info .store-list-button .cart.table-wrapper .actions-toolbar > .action:hover {
  background: #000;
  border: 0;
}
.md-locatore-container .md-locator-information:before,
.md-locatore-container .md-locator-information:after {
  content: '';
  display: table;
}
.md-locatore-container .md-locator-information:after {
  clear: both;
}
.md-locatore-container .md-locator-information .md-information-left-block {
  width: 30%;
  float: left;
}
.md-locatore-container .md-locator-information .md-information-right-block {
  width: 65%;
  float: right;
}
.md-locatore-container .md-locator-information .md-information-right-block #store-view-list {
  margin: 0;
  padding: 0;
}
.md-locatore-container .md-locator-information .md-information-right-block #store-view-list li {
  list-style-type: none;
}
.md-locatore-container .md-locator-information .md-information-right-block #store-view-list li a {
  color: #d71921;
  display: block;
  word-break: break-all;
}
.md-locatore-container .md-locator-information .md-information-right-block #store-view-list li.email:before {
  font-family: "Storelocator";
  float: left;
  content: "\e945";
  padding-right: 8px;
  font-weight: normal;
  font-size: 1.8rem;
}
.md-locatore-container .md-locator-information .md-information-right-block #store-view-list li.website:before {
  font-family: "Storelocator";
  float: left;
  content: "\e9ca";
  padding-right: 8px;
  font-weight: normal;
  font-size: 1.8rem;
}
.md-locatore-container .md-locator-information .md-information-right-block #store-view-list li.facebook:before {
  font-family: "Storelocator";
  float: left;
  content: "\ea90";
  padding-right: 8px;
  font-weight: normal;
  font-size: 1.8rem;
}
.md-locatore-container .md-locator-information .md-information-right-block #store-view-list li.twitter:before {
  font-family: "Storelocator";
  float: left;
  content: "\ea96";
  padding-right: 8px;
  font-weight: normal;
  font-size: 1.8rem;
}
.md-locatore-container .md-locator-gallery {
  margin: 20px 0;
}
.md-locatore-container .md-locator-gallery button.slick-prev.slick-arrow,
.md-locatore-container .md-locator-gallery .cart.table-wrapper .actions-toolbar > .action.slick-prev.slick-arrow {
  z-index: 9;
}
.md-locatore-container .md-locator-gallery section {
  padding: 20px 0;
}
.md-locatore-container .md-locator-gallery section .fancybox {
  border: solid 1px #dddddd;
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 87px;
}
.md-locatore-container .md-locator-gallery .slick-with-fancybox .slick-slide img {
  height: 100px;
}
.md-locatore-container .md-locator-holiday .store-workhours {
  background-color: #f6f6f6;
}
.md-locatore-container .md-locator-holiday .md-trigger {
  position: relative;
  margin-bottom: 20px;
}
.md-locatore-container .md-locator-holiday .md-trigger .store-list-title:before,
.md-locatore-container .md-locator-holiday .md-trigger .store-list-title:after {
  content: '';
  display: table;
}
.md-locatore-container .md-locator-holiday .md-trigger .store-list-title:after {
  clear: both;
}
.md-locatore-container .md-locator-holiday .md-trigger .store-list-title .title {
  float: left;
}
.md-locatore-container .md-locator-holiday .md-trigger .store-list-title .md-time {
  float: right;
  color: #ffffff;
  margin-right: 30px;
}
.md-locatore-container .md-locator-holiday .active .md-trigger:before {
  content: "\e621";
}
.md-locatore-container .md-locator-holiday .md-content {
  padding: 20px;
}
.md-locatore-container .md-locator-holiday .md-content .close-label {
  color: #ff0000;
}
.md-locatore-container .md-locator-holiday .holiday-details table {
  border: solid 1px #ccc;
}
.md-locatore-container .md-locator-holiday .holiday-details table tbody > tr:nth-child(even) th,
.md-locatore-container .md-locator-holiday .holiday-details table tbody > tr:nth-child(even) td {
  background-color: #fafafa;
}
@media screen and (max-width: 1239px) {
  .search-by-distance .track1 label {
    margin-left: 4px;
  }
  .store-list ul .store-list-item .store-list-button button,
  .store-list ul .store-list-item .store-list-button .cart.table-wrapper .actions-toolbar > .action {
    padding: 5px 7px;
    margin: 0 5px 0 0;
    font-size: 12px;
    width: auto;
  }
  .store-list ul .store-list-item .store-list-button button.direction-view-btn,
  .store-list ul .store-list-item .store-list-button .cart.table-wrapper .actions-toolbar > .action.direction-view-btn {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-info-main .product-info-postcode-store .store-information {
    float: left;
    width: 100%;
  }
  #store-information-button {
    height: 40px;
    line-height: 40px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1279px) {
  .product-info-main .product-info-postcode-store .store-information {
    width: 44%;
  }
  #store-information-button {
    min-width: 100%;
    padding: 0px 0px 0px 10px;
    margin-left: 10px;
  }
  #store-information-button span {
    font-size: 14px;
    padding: 0 0px 0 30px;
  }
  #store-information-button span:before {
    margin: 0px 0 0 -34px;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    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);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    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);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 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% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.megaitemicons {
  margin: 0 0px 0 0;
}
.section-item-content .menu-container .menu > ul > li.column1-with-image ul.column2 > li:first-child {
  width: 33%;
}
.section-item-content .menu-container .menu > ul > li.column1-with-image ul.column2 > li:last-child {
  width: 67%;
}
.section-item-content .menu-container {
  display: inline-block;
  max-width: 1441px;
  width: 100%;
  margin: 0 auto;
}
.section-item-content .menu-container .menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.section-item-content .menu-container .menu > ul > li {
  /*float: left;*/
  display: inline-block;
  padding: 0;
  margin: 0 0px 0 0px;
}
.section-item-content .menu-container .menu > ul > li span.plus {
  display: none;
  width: 36px;
  cursor: pointer;
  height: 36px;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 5px;
  background: #fff;
  z-index: 99;
}
.section-item-content .menu-container .menu > ul > li span.plus:before {
  content: "\f0d7";
  font-size: 14px;
  line-height: 36px;
  color: #333;
  font-weight: normal;
  font-family: "FontAwesome";
}
.section-item-content .menu-container .menu > ul > li span.plus.active:before {
  content: "\f0d8";
}
.section-item-content .menu-container .menu > ul > li .right-side-img {
  border: #ddd solid 1px;
  padding: 4px 4px 0px 4px;
  display: inline-block;
  background: #fff;
}
.section-item-content .menu-container .menu > ul > li .right-side-img img {
  padding: 0;
  margin: 0;
}
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul {
  margin: 0;
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul.column1 {
  width: 60%;
}
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li {
  margin: 0;
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 30px;
}
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01,
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02,
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03 {
  float: left;
  width: 33.33%;
}
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01 h4,
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02 h4,
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03 h4 {
  color: #333;
}
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01 ul li,
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02 ul li,
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03 ul li {
  width: 100%;
  float: left;
  padding: 0 0 6px 0;
}
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box04 {
  float: left;
  width: 100%;
  padding: 18px 0 18px;
}
.section-item-content .menu-container .menu > ul > li.four-col-prod .product-column-count3 {
  float: left;
  border-left: #ddd solid 0px;
  margin: 0 0 0 0px;
  width: 100%;
}
.section-item-content .menu-container .menu > ul > li.four-col-prod .product-column-count3 .products-grid .product-item {
  width: 100%;
  padding: 0 0 20px 0;
  margin-left: 0;
}
.section-item-content .menu-container .menu > ul > li.four-col-prod .product-column-count3 .products-grid .product-item .product-item-info .product-item-photo {
  float: left;
  width: 30%;
}
.section-item-content .menu-container .menu > ul > li.four-col-prod .product-column-count3 .products-grid .product-item .product-item-info .product-item-details {
  float: right;
  width: 62%;
}
.section-item-content .menu-container .menu > ul > li.four-col-prod .product-column-count3 .products-grid .product-item .product-item-info:hover {
  background: none;
  box-shadow: inherit;
  border: #fff solid 1px;
}
.section-item-content .menu-container .menu > ul > li.single-links-block ul {
  margin: 0;
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li.single-links-block ul.column1 {
  width: 260px;
  left: auto;
  padding: 8px 20px;
}
.section-item-content .menu-container .menu > ul > li.one-col-full-video ul.column1 iframe {
  width: 100%;
}
.section-item-content .menu-container .menu > ul > li.menu-dropdown-icon > a:before {
  content: '';
  font-size: 18px;
  font-weight: normal;
  font-family: "FontAwesome";
  margin: 0;
  color: #ffffff;
  line-height: 18px;
  float: right;
}
.section-item-content .menu-container .menu > ul > li.menu-dropdown-icon > a:hover:before {
  color: #ffffff;
}
.section-item-content .menu-container .menu > ul > li.menu-dropdown-icon:hover > a {
  color: #000;
}
.section-item-content .menu-container .menu > ul > li.menu-dropdown-icon:hover > a:before {
  color: #000;
}
.section-item-content .menu-container .menu > ul > li.active > a {
  color: #ffffff;
}
.section-item-content .menu-container .menu > ul > li.active > a:before {
  color: #ffffff;
}
.section-item-content .menu-container .menu > ul > li.active .megaitemicons:before {
  color: #ffffff;
}
.section-item-content .menu-container .menu > ul > li.has-active {
  /*background: #f47727;
                        > a {
                            color: #fff;
                        }
                        .megaitemicons {
                            &:before {
                                color: #fff;
                            }
                        }*/
}
.section-item-content .menu-container .menu > ul > li ul {
  margin: 0 0 0px 0;
  float: left;
  width: 100%;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0 0 4px 4px;
}
.section-item-content .menu-container .menu > ul > li ul li {
  margin: 0;
  padding: 0px 0 5px 0;
  float: left;
  width: 100%;
}
.section-item-content .menu-container .menu > ul > li ul li .megaitemicons {
  display: none;
}
.section-item-content .menu-container .menu > ul > li ul li .megaitemicons:before {
  display: none;
}
.section-item-content .menu-container .menu > ul > li ul li a {
  color: #666666 !important;
  padding: 0;
  text-decoration: none;
  transition: 0.15s padding ease-out, 0.15s margin ease-out, 0.15s border ease-out;
}
.section-item-content .menu-container .menu > ul > li ul li a:hover {
  color: #ffffff;
  padding: 0 0 0 6px;
}
.section-item-content .menu-container .menu > ul > li ul li .product-item-name a {
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li ul li .block-products-list a.product-item-photo:before,
.section-item-content .menu-container .menu > ul > li ul li .block-products-list .product-item-name a:before {
  display: none;
}
.section-item-content .menu-container .menu > ul > li ul li .block-products-list a.product-item-photo:hover,
.section-item-content .menu-container .menu > ul > li ul li .block-products-list .product-item-name a:hover {
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li ul li .block-products-list .product-item-actions .actions-primary + .actions-secondary {
  vertical-align: top;
}
.section-item-content .menu-container .menu > ul > li ul li .block-products-list .product-item-actions a:before {
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  font-family: "FontAwesome";
}
.section-item-content .menu-container .menu > ul > li ul li .block-products-list .product-item-actions a:hover {
  /*color: #ff00ff;*/
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li ul li .block-products-list .product-item-actions a.action.towishlist:before {
  content: "\f004";
}
.section-item-content .menu-container .menu > ul > li ul li .block-products-list .product-item-actions a.action.tocompare:before {
  content: "\f24d";
}
.section-item-content .menu-container .menu > ul > li ul li h4 a:before {
  display: none;
}
.section-item-content .menu-container .menu > ul > li:hover {
  /*background: #f47727;
                        color: #fff;*/
  /*> a {
                            color: #fff;
                        }*/
  /*.megaitemicons {
                            &:before {
                                color: #fff;
                            }
                        }*/
}
.section-item-content .menu-container .menu > ul > li:hover > ul {
  display: block;
}
.section-item-content .menu-container .menu > ul > li:hover .product-item .price-box .price {
  color: #ffffff;
}
.section-item-content .menu-container .menu > ul > li:hover > a:after {
  content: "";
  position: absolute;
  bottom: -4px;
  height: 3px;
  width: 100%;
  background: #da191f;
  background-color: #D71921;
  left: 0;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  z-index: 999999999999;
}
.section-item-content .menu-container .menu > ul > li > a {
  display: inline-block;
  color: #000;
  font-size: 13px;
  padding: 0 10px 14px 10px;
  margin: 0 0px 0 0;
  font-weight: 400;
  position: relative;
  text-decoration: none;
}
.section-item-content .menu-container .menu > ul > li > a:after {
  content: "";
  height: 1px;
  width: 0;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.section-item-content .menu-container .menu > ul > li > a:hover:after {
  content: "";
  position: absolute;
  bottom: -4px;
  height: 3px;
  width: 100%;
  background: #ffffff;
  background-color: #D71921;
  left: 0;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  z-index: 999999999999;
}
.section-item-content .menu-container .menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #fff;
  padding: 25px 25px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 99;
  left: 0;
  top: 50px;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  border-top: 1px solid #d71921;
}
.section-item-content .menu-container .menu > ul > li > ul > li p {
  margin: 0;
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li > ul > li h4 {
  color: #000;
  font-size: 13px;
}
.section-item-content .menu-container .menu > ul > li > ul > li h2 {
  /*border-bottom: #e8e8e8 solid 1px;*/
  font-size: 14px;
  padding: 0px 0 10px;
  margin: 0 0 0px 0;
  color: #ffffff;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
  font-size: 15px;
  margin-top: 2rem;
  padding-bottom: 0;
}
.section-item-content .menu-container .menu > ul > li > ul > li h3 {
  padding: 0 0 10px 0;
  margin: 0 0 0px 0;
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
}
.section-item-content .menu-container .menu > ul > li > ul > li > a {
  color: #ffffff;
  line-height: 20px;
  font-size: 13px;
}
.section-item-content .menu-container .menu > ul > li > ul > li .block-title {
  border-bottom: #ddd solid 1px;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  color: #ffffff;
}
.section-item-content .menu-container .menu > ul > li > ul > li .block-title strong {
  font-weight: 700;
}
.section-item-content .menu-container .menu > ul > li ul.column2 > li {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}
.section-item-content .menu-container .menu > ul > li ul.column3 > li {
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
}
.section-item-content .menu-container .menu > ul > li ul.column4 > li {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}
.section-item-content .menu-container .menu > ul > li ul.column5 > li {
  width: 20%;
  padding: 0 10px;
  box-sizing: border-box;
}
.section-item-content .menu-container .menu-mobile {
  display: none;
  padding: 20px;
}
.section-item-content .menu-container .menu-mobile:after {
  content: "\f105";
  font-size: 18px;
  font-weight: normal;
  font-family: "FontAwesome";
  color: #333;
  line-height: 20px;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}
.section-item-content .menu-container .menu-dropdown-icon:before {
  display: none;
  cursor: pointer;
  float: right;
  padding: 1em 2em;
  background: #fff;
  content: "\f105";
  font-size: 18px;
  font-weight: normal;
  font-family: "FontAwesome";
  color: #333;
  line-height: 20px;
}
.section-item-content .menu-container.horizontal-menu .menu.vertical-left,
.section-item-content .menu-container.horizontal-menu .menu.vertical-right {
  width: 25%;
}
.section-item-content .menu-container.horizontal-menu .menu.vertical-right {
  float: right;
}
.vertical-left-menu {
  float: left;
  width: 24%;
  margin: 0 0 20px 0;
}
.vertical-left-menu .block-title {
  float: left;
  font-size: 16px;
  width: 100%;
  padding: 9px 0;
  margin: 0;
  text-transform: uppercase;
  background: #ff5733;
  text-align: center;
  color: #fff;
}
.vertical-left-menu .block-title strong {
  font-weight: 700;
}
.vertical-right-menu {
  float: right;
  width: 24%;
  margin: 0 0 20px 0;
}
.vertical-right-menu .block-title {
  float: left;
  font-size: 16px;
  width: 100%;
  padding: 9px 0;
  margin: 0;
  text-transform: uppercase;
  background: #87c13b;
  text-align: center;
  color: #fff;
}
.vertical-right-menu .block-title strong {
  font-weight: 700;
}
.banner-with-menu-left {
  float: left;
  width: 74%;
}
.banner-with-menu-left .home-main {
  height: 355px;
  background: #0870af;
  margin-bottom: 20px;
}
.banner-with-menu-right {
  float: right;
  width: 74%;
}
.banner-with-menu-right .home-main {
  height: 355px;
  background: #0870af;
  margin-bottom: 20px;
}
.section-item-content .menu-container .menu.vertical-left {
  float: left;
  width: 100%;
  background: #f2f2f2;
}
.section-item-content .menu-container .menu.vertical-left > ul {
  position: relative;
}
.section-item-content .menu-container .menu.vertical-left > ul > li {
  width: 100%;
  display: inline-block;
}
.section-item-content .menu-container .menu.vertical-left > ul > li.menu-dropdown-icon > a:before {
  content: "\f105";
  font-size: 18px;
  font-weight: normal;
  font-family: "FontAwesome";
  color: #333;
  line-height: 20px;
}
.section-item-content .menu-container .menu.vertical-left > ul > li.menu-dropdown-icon > a:hover:before {
  color: #fff;
}
.section-item-content .menu-container .menu.vertical-left > ul > li > a {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.section-item-content .menu-container .menu.vertical-left > ul > li > ul {
  width: 900px;
  top: 0;
  right: auto;
  left: 100%;
}
.section-item-content .menu-container .menu.vertical-left > ul > li > ul.column1 {
  width: 900px;
  left: 100%;
}
.section-item-content .menu-container .menu.vertical-left > ul > li.single-links-block ul.column1 {
  width: 260px;
}
.section-item-content .menu-container .menu.vertical-left > ul > li.three-col-small-banner ul.column1 {
  width: 740px;
}
.section-item-content .menu-container .menu.vertical-right {
  float: left;
  width: 100%;
  background: #f2f2f2;
}
.section-item-content .menu-container .menu.vertical-right > ul {
  position: relative;
}
.section-item-content .menu-container .menu.vertical-right > ul > li {
  width: 100%;
  display: inline-block;
}
.section-item-content .menu-container .menu.vertical-right > ul > li.menu-dropdown-icon > a:before {
  content: "\f104";
  position: absolute;
  left: 20px;
  margin: -2px 0 0 0;
  font-size: 18px;
  font-weight: normal;
  font-family: "FontAwesome";
  color: #333;
  line-height: 20px;
}
.section-item-content .menu-container .menu.vertical-right > ul > li.menu-dropdown-icon > a:hover:before {
  color: #fff;
}
.section-item-content .menu-container .menu.vertical-right > ul > li > a {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0.9em 1.8em 0.9em 3.2em;
}
.section-item-content .menu-container .menu.vertical-right > ul > li > ul {
  width: 900px;
  top: 0;
  right: 100%;
  left: auto;
}
.section-item-content .menu-container .menu.vertical-right > ul > li > ul.column1 {
  width: 900px;
  left: auto;
  right: 100%;
}
.section-item-content .menu-container .menu.vertical-right > ul > li.single-links-block ul.column1 {
  width: 260px;
}
.section-item-content .menu-container .menu.vertical-right > ul > li.three-col-small-banner ul.column1 {
  width: 740px;
}
.section-item-content .menu-container .stickyalias {
  height: 65px;
  width: 100%;
}
.section-item-content .menu-container.horizontal-menu ul > li.dropdown ul li.menu-footer,
.section-item-content .menu-container.horizontal-menu ul > li.dropdown ul li.menu-header {
  width: 100%;
}
.section-item-content .menu-container.horizontal-menu ul > li.dropdown ul li.menu-sidebar-left,
.section-item-content .menu-container.horizontal-menu ul > li.dropdown ul li.menu-sidebar-right {
  width: 25%;
}
.drill-down-menu-box {
  width: 100%;
  display: table;
  clear: both;
  margin: 0 0 60px;
}
.drill-down-menu-box .drill-down-menu {
  float: left;
  width: 500px;
  border: #ddd solid 1px;
}
.drill-down-menu-box .drill-down-menu .block-title {
  background: #524d49;
  font-size: 16px;
  display: block;
  text-align: center;
  padding: 9px 0;
  text-transform: uppercase;
  color: #fff;
  float: left;
  width: 100%;
}
.section-item-content .menu-container .menu.drillDown {
  background: #f2f2f2;
  float: left;
  width: 100%;
}
.section-item-content .menu-container .menu.drillDown > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
.section-item-content .menu-container .menu.drillDown > ul > li > a:hover {
  color: #000;
}
.section-item-content .menu-container .menu.drillDown > ul > li > a.active {
  background: #f47727;
  color: #fff;
}
.section-item-content .menu-container .menu.drillDown > ul > li > ul {
  position: relative;
  box-shadow: none;
  border: none;
  border-top: #ddd solid 1px;
  padding: 22px;
}
.section-item-content .menu-container .menu.drillDown > ul > li > ul h4 {
  margin: 0 0 20px 0;
  padding: 0 0 16px;
  border-bottom: #e5e5e5 solid 1px;
}
.section-item-content .menu-container .menu.drillDown > ul > li > ul.column2 > li {
  width: 100%;
  padding: 0 4px;
}
.section-item-content .menu-container .menu.drillDown > ul > li > ul.column3 > li {
  width: 100%;
  padding: 0 4px;
}
.section-item-content .menu-container .menu.drillDown > ul > li > ul.column4 > li {
  width: 100%;
  padding: 0 4px;
}
.section-item-content .menu-container .menu.drillDown > ul > li > ul.column5 > li {
  width: 100%;
  padding: 0 4px;
}
.section-item-content .menu-container .menu.drillDown > ul > li ul[class^="column"] > li,
.section-item-content .menu-container .menu.drillDown > ul > li ul[class*=" column"] > li {
  width: 100%;
}
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul.column1 {
  width: 100%;
}
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li {
  margin: 0;
  padding: 0;
}
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box {
  width: 100%;
  float: left;
  padding: 0;
}
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01,
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02,
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03,
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box04 {
  float: left;
  width: 100%;
  padding: 0;
}
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01 ul,
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02 ul,
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03 ul,
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box04 ul {
  margin: 0 0 25px 0;
}
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01 ul li,
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02 ul li,
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03 ul li,
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box04 ul li {
  width: 100%;
  float: left;
  padding: 0 0 6px 0;
}
.section-item-content .menu-container .menu.drillDown > ul > li.four-col-prod ul.column4 {
  width: 100%;
}
.section-item-content .menu-container .menu.drillDown > ul > li.four-col-prod ul.column4 li {
  padding: 0 0 20px 0;
}
.section-item-content .menu-container .menu.drillDown > ul > li.four-col-prod ul.column4 li ul {
  margin: 0;
}
.section-item-content .menu-container .menu.drillDown > ul > li.four-col-prod ul.column4 li ul li {
  padding: 6px 0 0 0;
}
.section-item-content .menu-container .menu.drillDown > ul > li.four-col-prod .product-column-count3 {
  margin: 0 0 0 0px;
  width: 100%;
}
.section-item-content .menu-container .menu.drillDown > ul > li.menu-dropdown-icon .megaitemicons:before {
  font-size: 17px;
}
.section-item-content .menu-container .menu.drillDown > ul > li.menu-dropdown-icon > a:before {
  color: #333;
  line-height: 18px;
  float: right;
}
.section-item-content .menu-container .menu.drillDown > ul > li.menu-dropdown-icon > a:hover:before {
  color: #fff;
}
.section-item-content .menu-container .menu.drillDown > ul > li.menu-dropdown-icon:hover > a:before {
  color: #333;
}
.section-item-content .menu-container .menu.drillDown > ul > li:hover {
  background: #fff;
  color: #333;
}
.section-item-content .menu-container .menu.drillDown > ul > li:hover > a {
  color: #000;
}
.section-item-content .menu-container .menu.drillDown > ul > li:hover > a.active {
  color: #fff;
}
.section-item-content .menu-container .menu.drillDown > ul > li:hover > a.active .megaitemicons:before {
  color: #fff;
}
.section-item-content .menu-container .menu.drillDown > ul > li:hover > a .megaitemicons:before {
  color: #333;
}
.section-item-content .menu-container .menu.drillDown > ul > li.open > a {
  color: #fff;
  background: #f47727;
}
.section-item-content .menu-container .menu.drillDown > ul > li.open > a:before {
  color: #fff;
}
.section-item-content .menu-container .menu.drillDown > ul > li.open > a:hover:before {
  color: #fff;
}
.section-item-content .menu-container .menu.drillDown > ul > li.open > a .megaitemicons:before {
  color: #fff;
}
.section-item-content .menu-container .menu.drillDown > ul > li.menu-dropdown-icon > a:before {
  display: none;
}
.section-item-content .menu-container .menu.drillDown > ul > li.single-links-block ul.column1 {
  width: 100%;
}
.section-item-content .menu-container .menu.drillDown > ul > li span.plus {
  display: block;
  background: none;
}
.section-item-content .menu-container .menu.drillDown > ul > li span.plus.active:before {
  color: #000;
}
.section-item-content .menu-container .menu.drillDown > ul > li:hover > ul {
  display: none;
}
.section-item-content .menu-container .menu.drillDown > ul > li > ul.active {
  display: block;
  position: relative;
  border: 0;
  border-top: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  box-shadow: none;
  width: 100%;
}
.section-item-content .menu-container .menu.drillDown > ul > li .products-grid .product-item {
  width: 100%;
  padding: 0 0 0px 0;
}
.section-item-content .menu-container .menu.drillDown > ul > li .products-grid .product-item .product-item-info .product-item-photo {
  float: left;
  width: 30%;
}
.section-item-content .menu-container .menu.drillDown > ul > li .products-grid .product-item .product-item-info .product-item-details {
  float: right;
  width: 62%;
}
.section-item-content .menu-container .menu.drillDown > ul > li .products-grid .product-item .product-item-info:hover {
  background: none;
  box-shadow: inherit;
  border: #fff solid 1px;
}
.vertext-heading {
  clear: both;
  color: #ff5501;
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 22px;
  padding: 24px 0;
  position: relative;
  text-align: center;
}
.vertext-heading:before {
  background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, #ffffff 25%, #cecece 100%) repeat scroll 0 0;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 1080px) {
  .section-item-content .menu-container {
    width: 100%;
  }
  .section-item-content .menu-container .menu.horizontal {
    width: 100%;
    left: 0;
  }
  .section-item-content .menu-container .menu > ul > li > a {
    /*padding: 1em 1.5em;*/
  }
}
@media only screen and (max-width: 1074px) {
  .section-item-content .menu-container {
    width: 100%;
  }
  .section-item-content .menu-container .menu.vertical-left > ul > li > ul {
    width: 748px;
  }
  .section-item-content .menu-container .menu.vertical-left > ul > li > ul.column1 {
    width: 748px;
  }
  .section-item-content .menu-container .menu > ul > li > a {
    /*padding: 1em 1em;*/
  }
}
@media only screen and (max-width: 800px) {
  .vertical-left-menu,
  .banner-with-menu-right,
  .banner-with-menu-left,
  .vertical-right-menu {
    width: 100%;
  }
}
/*@media only screen and (max-width:(@screen__m + 110)) {*/
@media only screen and (max-width: 767px) {
  .section-item-content .menu-container {
    width: 100%;
    float: left;
    border: 0;
    border-bottom: #ddd solid 2px;
  }
  .section-item-content .menu-container .menu {
    background: #fff;
    float: left;
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li {
    width: 100%;
    display: block;
    position: relative;
    border-top: #ddd solid 1px;
  }
  .section-item-content .menu-container .menu > ul > li.single-links-block ul.column1 {
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li > a:hover {
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li > a.active {
    background: #f47727;
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li > ul {
    position: relative;
    box-shadow: none;
    border: none;
    border-top: #ddd solid 1px;
    padding: 16px;
    width: 100% !important;
  }
  .section-item-content .menu-container .menu > ul > li > ul h4 {
    margin: 0 0 20px 0;
    padding: 0 0 16px;
    border-bottom: #e5e5e5 solid 1px;
  }
  .section-item-content .menu-container .menu > ul > li > ul.column2 > li {
    width: 100%;
    padding: 0 4px;
  }
  .section-item-content .menu-container .menu > ul > li > ul.column3 > li {
    width: 100%;
    padding: 0 4px;
  }
  .section-item-content .menu-container .menu > ul > li > ul.column4 > li {
    width: 100%;
    padding: 0 4px;
  }
  .section-item-content .menu-container .menu > ul > li > ul.column5 > li {
    width: 100%;
    padding: 0 4px;
  }
  .section-item-content .menu-container .menu > ul > li ul[class^="column"] > li,
  .section-item-content .menu-container .menu > ul > li ul[class*=" column"] > li {
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li .menu-sidebar-right {
    display: none;
  }
  .section-item-content .menu-container .menu > ul > li .menu-sidebar-left,
  .section-item-content .menu-container .menu > ul > li .menu-sidebar-right {
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul {
    margin: 0;
    padding: 16px;
  }
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul.column1 {
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li {
    margin: 0;
    padding: 0;
  }
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box {
    width: 100%;
    float: left;
    padding: 0;
  }
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box04 {
    float: left;
    width: 100%;
    padding: 0;
  }
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01 ul,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02 ul,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03 ul,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box04 ul {
    margin: 0 0 25px 0;
  }
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01 ul li,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02 ul li,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03 ul li,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box04 ul li {
    width: 100%;
    float: left;
    padding: 0 0 6px 0;
  }
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li.megaStaticBlock ul {
    padding: 0;
  }
  .section-item-content .menu-container .menu > ul > li.four-col-prod ul.column4 {
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li.four-col-prod ul.column4 li {
    padding: 0 0 20px 0;
  }
  .section-item-content .menu-container .menu > ul > li.four-col-prod ul.column4 li ul {
    margin: 0;
  }
  .section-item-content .menu-container .menu > ul > li.four-col-prod ul.column4 li ul li {
    padding: 6px 0 0 0;
  }
  .section-item-content .menu-container .menu > ul > li.four-col-prod .product-column-count3 {
    margin: 0 0 0 0px;
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li.menu-dropdown-icon .megaitemicons:before {
    font-size: 17px;
  }
  .section-item-content .menu-container .menu > ul > li.menu-dropdown-icon > a:before {
    color: #333;
    line-height: 18px;
    float: right;
  }
  .section-item-content .menu-container .menu > ul > li.menu-dropdown-icon > a:hover:before {
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li.menu-dropdown-icon:hover > a:before {
    color: #333;
  }
  .section-item-content .menu-container .menu > ul > li:hover {
    background: #fff;
    color: #333;
  }
  .section-item-content .menu-container .menu > ul > li:hover > a {
    color: #000;
  }
  .section-item-content .menu-container .menu > ul > li:hover > a.active {
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li:hover > a.active .megaitemicons:before {
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li:hover > a .megaitemicons:before {
    color: #333;
  }
  .section-item-content .menu-container .menu > ul > li.open > a {
    color: #fff;
    background: #f47727;
  }
  .section-item-content .menu-container .menu > ul > li.open > a:before {
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li.open > a:hover:before {
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li.open > a .megaitemicons:before {
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li.menu-dropdown-icon > a:before {
    display: none;
  }
  .section-item-content .menu-container .menu > ul > li span.plus {
    display: block;
    background: none;
  }
  .section-item-content .menu-container .menu > ul > li span.plus.active:before {
    color: #000;
  }
  .section-item-content .menu-container .menu > ul > li:hover > ul {
    display: none;
  }
  .section-item-content .menu-container .menu > ul > li > ul.active {
    display: block;
    position: relative;
    border: 0;
    border-top: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
    box-shadow: none;
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li .products-grid .product-item {
    width: 100%;
    padding: 0 0 0px 0;
  }
  .section-item-content .menu-container .menu > ul > li .products-grid .product-item .product-item-info .product-item-photo {
    float: left;
    width: 30%;
  }
  .section-item-content .menu-container .menu > ul > li .products-grid .product-item .product-item-info .product-item-details {
    float: right;
    width: 62%;
  }
  .section-item-content .menu-container .menu > ul > li .products-grid .product-item .product-item-info:hover {
    background: none;
    box-shadow: inherit;
    border: #fff solid 1px;
  }
  .section-item-content .menu-container .menu.vertical-left > ul > li > ul {
    left: 0;
    right: 0;
    width: 100%;
  }
  .section-item-content .menu-container .menu.vertical-left > ul > li > ul.column1 {
    left: 0;
    right: 0;
    width: 100% !important;
  }
  .section-item-content .menu-container .menu.vertical-right > ul > li > a {
    padding: 1em;
  }
  .section-item-content .menu-container .menu.vertical-right > ul > li > ul {
    left: 0;
    right: 0;
    width: 100%;
  }
  .section-item-content .menu-container .menu.vertical-right > ul > li > ul.column1 {
    left: 0;
    right: 0;
    width: 100% !important;
  }
  .drill-down-menu-box .drill-down-menu {
    width: 100%;
  }
  .banner-with-menu-right .home-main {
    height: auto;
  }
  .banner-with-menu-left .home-main {
    height: auto;
  }
}
@media only screen and (max-width: 580px) {
  .banner-with-menu-right .home-main {
    height: auto;
  }
  .banner-with-menu-right .home-main img {
    margin-left: 0;
  }
  .banner-with-menu-right .home-main .content.bg-white {
    display: none;
  }
  .banner-with-menu-left .home-main {
    height: auto;
  }
  .banner-with-menu-left .home-main img {
    margin-left: 0;
  }
  .banner-with-menu-left .home-main .content.bg-white {
    display: none;
  }
  .vertext-heading {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .section-item-content .menu-container .menu > ul > li ul li a {
    display: inherit;
  }
}
@font-face {
  font-family: 'svgicons';
  src: url('../../frontend/Magedelight/FashionGo/en_US/Magedelight_SocialLogin/fonts/svgicons.woff2') format('woff2'), url('../../frontend/Magedelight/FashionGo/en_US/Magedelight_SocialLogin/fonts/svgicons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
.modal-inner-wrap.md-social-popup {
  width: 80%;
  border: 0;
  border-radius: 8px;
  max-width: 650px;
  background: none;
  min-height: auto;
}
.modal-inner-wrap.md-social-popup .modal-header {
  background: #fff;
  border-radius: 4px 4px 0px 0px;
  padding: 0;
}
.modal-inner-wrap.md-social-popup .modal-header .action-close {
  display: block;
  border: #fff solid 0px;
  margin: 16px 16px 0 0;
  border-radius: 100px;
  width: 26px;
  height: 26px;
  padding: 0;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.modal-inner-wrap.md-social-popup .modal-header .modal-title {
  background: #e7e7e7;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 4px 4px 0px 0px;
  display: block;
  padding: 14px 20px;
}
.modal-inner-wrap.md-social-popup .modal-content {
  background: #fff;
  padding: 18px 40px 20px;
  border-radius: 0px 0px 4px 4px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form {
  float: left;
  width: 50%;
  position: relative;
  padding: 0 40px 0 0;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .form-list,
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .sociallogin-input-box {
  padding: 0 0 10px 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .form-list .login-label,
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .sociallogin-input-box .login-label {
  display: block;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .form-list .input-text,
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .sociallogin-input-box .input-text {
  border-radius: 2px;
  font-family: inherit;
  font-size: 1.1em;
  height: 35px;
  margin: 0;
  padding: 5px 4px;
  width: 100%;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .form-list label.label:after,
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .sociallogin-input-box label.label:after,
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .form-list label.required:after,
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .sociallogin-input-box label.required:after {
  color: red;
  content: " *";
  font-size: 12px;
  font-weight: normal;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-login-popup-button {
  padding-top: 10px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-login-popup-button .pass-register {
  float: left;
  width: 100%;
  padding: 10px 0 16px 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-login-popup-button .pass-register #md-forgot-password {
  float: left;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-login-popup-button .pass-register #md-sociallogin-create {
  float: left;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-login-popup-button .pass-register span {
  float: left;
  color: #c1c1c1;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .form-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .form-list li .name-firstname {
  margin: 0 0 10px 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .form-list li .actions-toolbar {
  margin: 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .form-list li .actions-toolbar .md-back {
  line-height: 32px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-forgot-user {
  margin: 0 0 30px 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-forgot-user .md-login-input-box {
  margin: 14px 0 6px 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-forgot-user .primary {
  float: left;
  margin-right: 20px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-forgot-user .secondary {
  float: right;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-forgot-user .secondary .md-back {
  line-height: 32px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-login-user:after,
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-forgot-user:after {
  right: -15px;
  text-align: center;
  position: absolute;
  line-height: 28px;
  top: 116px;
  border-radius: 100px;
  background: #fff;
  width: 30px;
  height: 30px;
  content: "or";
  color: #666;
  display: inline-block;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-forgot-user:after {
  top: 100px;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user {
  float: left;
  width: 50%;
  position: relative;
  padding: 0 40px 0 0;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .md-login-form-popup .password-strength-meter {
  padding: 0 5px;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .form-list,
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .sociallogin-input-box {
  padding: 0 0 10px 0;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .form-list .login-label,
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .sociallogin-input-box .login-label {
  display: block;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .form-list .input-text,
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .sociallogin-input-box .input-text {
  border-radius: 2px;
  box-shadow: 0 2px 2px #e3e3e3 inset;
  font-family: inherit;
  font-size: 1.1em;
  height: 35px;
  margin: 0;
  padding: 5px 4px;
  width: 96%;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .form-list label.label:after,
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .sociallogin-input-box label.label:after,
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .form-list label.required:after,
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .sociallogin-input-box label.required:after {
  color: red;
  content: " *";
  font-size: 12px;
  font-weight: normal;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .md-login-popup-button {
  padding-top: 10px;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .md-login-popup-button .pass-register {
  float: left;
  width: 100%;
  padding: 10px 0 16px 0;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .md-login-popup-button .pass-register #md-forgot-password {
  float: left;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .md-login-popup-button .pass-register #md-sociallogin-create {
  float: left;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .md-login-popup-button .pass-register span {
  float: left;
  color: #c1c1c1;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .form-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .form-list li .name-firstname {
  margin: 0 0 10px 0;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .form-list li .actions-toolbar {
  margin: 0;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .form-list li .actions-toolbar .md-back {
  line-height: 32px;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .md-forgot-user {
  margin: 0 0 30px 0;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .md-forgot-user .md-login-input-box {
  margin: 14px 0 6px 0;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .md-forgot-user .primary {
  float: left;
  margin-right: 20px;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .md-forgot-user .secondary {
  float: left;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .md-forgot-user .secondary .md-back {
  line-height: 32px;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user:after {
  right: -15px;
  text-align: center;
  position: absolute;
  line-height: 28px;
  top: 200px;
  border-radius: 100px;
  background: #fff;
  width: 30px;
  height: 30px;
  content: "or";
  color: #666;
  display: inline-block;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social {
  float: right;
  width: 42%;
  box-sizing: border-box;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-h3 {
  border: 0;
  margin: 8px 0 12px;
  padding: 0 0 4px 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social {
  margin: 0 0 0px;
  padding: 0 0 0px;
  list-style: none;
  float: left;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li {
  padding: 0 10px 0px 0;
  width: 220px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li button,
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li .cart.table-wrapper .actions-toolbar > .action {
  width: 100%;
  background: #ccc;
  border-radius: 3px;
  text-align: left;
  float: left;
  line-height: 30px;
  color: #333;
  border: 0;
  height: 32px;
  padding: 0;
  margin: 0 0 10px 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li button:hover,
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li .cart.table-wrapper .actions-toolbar > .action:hover {
  opacity: .9;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li button:not(.primary),
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li .cart.table-wrapper .actions-toolbar > .action:not(.primary) {
  box-shadow: 0 0px 0 0 #ffffff inset, 0 0px 0 0 rgba(204, 204, 204, 0.3) inset;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li button span,
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li .cart.table-wrapper .actions-toolbar > .action span {
  padding: 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li button span .fa,
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li .cart.table-wrapper .actions-toolbar > .action span .fa {
  width: 32px;
  background: #b7b7b7;
  height: 32px;
  color: #333;
  font-size: 18px;
  float: left;
  padding: 0;
  text-align: center;
  line-height: 32px;
  border-radius: 3px 0 0 3px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li button span span,
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li .cart.table-wrapper .actions-toolbar > .action span span {
  padding: 0 0 0 14px;
  float: left;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all {
  margin: 8px 0 6px;
  border-top: #ddd solid 1px;
  padding: 15px 0 0;
  list-style: none;
  width: 100% !important;
  float: left;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all li {
  display: block;
  margin: 0;
  padding: 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all li button,
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all li .cart.table-wrapper .actions-toolbar > .action {
  border-radius: 2px;
  background: #ccc;
  text-align: left;
  float: left;
  line-height: 30px;
  color: #333;
  border: 0;
  height: 32px;
  width: 32px;
  padding: 0;
  margin: 0 4px 4px 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all li button:hover,
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all li .cart.table-wrapper .actions-toolbar > .action:hover {
  opacity: .9;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all li button:not(.primary),
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all li .cart.table-wrapper .actions-toolbar > .action:not(.primary) {
  box-shadow: 0 0px 0 0 #ffffff inset, 0 0px 0 0 rgba(204, 204, 204, 0.3) inset;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all li button span,
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all li .cart.table-wrapper .actions-toolbar > .action span {
  padding: 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all li button span .fa,
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all li .cart.table-wrapper .actions-toolbar > .action span .fa {
  width: 32px;
  height: 32px;
  background: #b7b7b7;
  color: #333;
  font-size: 18px;
  float: left;
  padding: 0;
  text-align: center;
  line-height: 32px;
  border-radius: 3px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all li button span span,
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all li .cart.table-wrapper .actions-toolbar > .action span span {
  padding: 0 0 0 14px;
  float: left;
  display: none;
}
.modal-inner-wrap.md-social-popup .modal-content .md-login-h3 {
  color: #666;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 4px;
  text-rendering: optimizespeed;
  text-transform: uppercase;
  margin: 8px 0 12px 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-more-less {
  background: #333;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  float: left;
  font-weight: bold;
  padding: 6px 10px;
  min-width: 110px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-more-less.plus:before {
  background: #fff;
  border-radius: 100px;
  color: #333;
  content: "+";
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 20px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-more-less.minus:before {
  background: #fff;
  border-radius: 100px;
  color: #333;
  content: "-";
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 20px;
}
.checkout-index-index #md-login-social li.button.popup {
  width: 66.66666667%;
  padding-right: 30px;
}
.customer-account-create {
  overflow-x: hidden;
}
.customer-account-create div#md-login-social {
  float: none;
  display: block;
  width: 47%;
  margin: 0 auto;
}
.customer-account-create #md-login-social .md-login-social {
  float: none;
  width: 100%;
  display: block;
}
.customer-account-create #md-login-social .md-login-social li.button.popup {
  float: none;
  width: 100%;
}
body #md-login-social .md-login-social li button:not(.primary),
body #md-login-social .md-login-social li .cart.table-wrapper .actions-toolbar > .action:not(.primary) {
  color: #000 !important;
  background: #fff !important;
  box-shadow: none;
  border: 2px solid #ccc;
  border-radius: 10px;
  text-align: center;
  padding: 7px 0;
  height: auto;
  float: none;
  width: 100%;
}
body #md-login-social .md-login-social li button span .fa:before,
body #md-login-social .md-login-social li .cart.table-wrapper .actions-toolbar > .action span .fa:before {
  display: none;
}
body #md-login-social .md-login-social li button span .fa,
body #md-login-social .md-login-social li .cart.table-wrapper .actions-toolbar > .action span .fa {
  background-image: url(../../frontend/Magedelight/FashionGo/en_US/images/social-google-img.png);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-right: 10px;
}
body #md-login-social .md-login-social li button span span,
body #md-login-social .md-login-social li .cart.table-wrapper .actions-toolbar > .action span span {
  float: none;
  vertical-align: middle;
  font-size: 19px;
}
#md-login-social .md-login-social li .or-option {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  padding: 10px 0px;
  position: relative;
  height: 40px;
}
#md-login-social .md-login-social li .or-option span {
  z-index: 0;
  background-color: #fff;
  position: absolute;
  padding: 0 10px;
  left: 50%;
  transform: translate(-50%, 0%);
}
#md-login-social .md-login-social li .or-option:before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background-color: #ccc;
  position: absolute;
  top: 19px;
  left: 0;
  z-index: 0;
}
#md-login-social {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
#md-login-social .md-login-h3 {
  border-bottom: #ddd solid 1px;
  margin: 0 0 20px;
  padding: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
}
#md-login-social .md-login-social {
  margin: 0 0 0px;
  padding: 0 0 0px;
  list-style: none;
  display: block;
  width: 100%;
  float: left;
}
#md-login-social .md-login-social li {
  padding: 0 10px 0 0;
  float: left;
  margin: 0;
  width: 47%;
}
#md-login-social .md-login-social li button,
#md-login-social .md-login-social li .cart.table-wrapper .actions-toolbar > .action {
  width: 100%;
  background: #ccc;
  border-radius: 20px;
  text-align: left;
  float: left;
  line-height: 30px;
  color: #333;
  border: 0;
  height: 32px;
  padding: 0;
  margin: 0 0 10px 0;
}
#md-login-social .md-login-social li button:hover,
#md-login-social .md-login-social li .cart.table-wrapper .actions-toolbar > .action:hover {
  opacity: .9;
}
#md-login-social .md-login-social li button:not(.primary),
#md-login-social .md-login-social li .cart.table-wrapper .actions-toolbar > .action:not(.primary) {
  box-shadow: 0 0px 0 0 #ffffff inset, 0 0px 0 0 rgba(204, 204, 204, 0.3) inset;
}
#md-login-social .md-login-social li button span,
#md-login-social .md-login-social li .cart.table-wrapper .actions-toolbar > .action span {
  padding: 0;
}
#md-login-social .md-login-social li button span .fa,
#md-login-social .md-login-social li .cart.table-wrapper .actions-toolbar > .action span .fa {
  width: 32px;
  height: 32px;
  color: #333;
  font-size: 18px;
  float: left;
  padding: 0;
  text-align: center;
  line-height: 32px;
  border-radius: 20px;
}
#md-login-social .md-login-social li button span span,
#md-login-social .md-login-social li .cart.table-wrapper .actions-toolbar > .action span span {
  padding: 1px 10px 0 5px;
  float: left;
}
#md-login-social .md-login-social-btn,
#md-login-social .md-login-social-all {
  margin: 8px 0 6px;
  border-top: #ddd solid 1px;
  padding: 15px 0 0;
  list-style: none;
  width: 100%;
  float: left;
}
#md-login-social .md-login-social-btn li,
#md-login-social .md-login-social-all li {
  display: block;
  margin: 0;
  padding: 0;
}
#md-login-social .md-login-social-btn li button,
#md-login-social .md-login-social-all li button,
#md-login-social .md-login-social-btn li .cart.table-wrapper .actions-toolbar > .action,
#md-login-social .md-login-social-all li .cart.table-wrapper .actions-toolbar > .action {
  border-radius: 3px;
  background: #ccc;
  text-align: left;
  float: left;
  line-height: 30px;
  color: #333;
  border: 0;
  height: 32px;
  width: 32px;
  padding: 0;
  margin: 0 4px 4px 0;
}
#md-login-social .md-login-social-btn li button:hover,
#md-login-social .md-login-social-all li button:hover,
#md-login-social .md-login-social-btn li .cart.table-wrapper .actions-toolbar > .action:hover,
#md-login-social .md-login-social-all li .cart.table-wrapper .actions-toolbar > .action:hover {
  opacity: .9;
}
#md-login-social .md-login-social-btn li button:not(.primary),
#md-login-social .md-login-social-all li button:not(.primary),
#md-login-social .md-login-social-btn li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
#md-login-social .md-login-social-all li .cart.table-wrapper .actions-toolbar > .action:not(.primary) {
  box-shadow: 0 0px 0 0 #ffffff inset, 0 0px 0 0 rgba(204, 204, 204, 0.3) inset;
}
#md-login-social .md-login-social-btn li button span,
#md-login-social .md-login-social-all li button span,
#md-login-social .md-login-social-btn li .cart.table-wrapper .actions-toolbar > .action span,
#md-login-social .md-login-social-all li .cart.table-wrapper .actions-toolbar > .action span {
  padding: 0;
}
#md-login-social .md-login-social-btn li button span .fa,
#md-login-social .md-login-social-all li button span .fa,
#md-login-social .md-login-social-btn li .cart.table-wrapper .actions-toolbar > .action span .fa,
#md-login-social .md-login-social-all li .cart.table-wrapper .actions-toolbar > .action span .fa {
  width: 32px;
  height: 32px;
  color: #333;
  background: #b7b7b7;
  font-size: 18px;
  float: left;
  padding: 0;
  text-align: center;
  line-height: 32px;
  border-radius: 3px;
}
#md-login-social .md-login-social-btn li button span span,
#md-login-social .md-login-social-all li button span span,
#md-login-social .md-login-social-btn li .cart.table-wrapper .actions-toolbar > .action span span,
#md-login-social .md-login-social-all li .cart.table-wrapper .actions-toolbar > .action span span {
  padding: 0 0 0 14px;
  float: left;
  display: none;
}
#md-login-social #md-more-less {
  background: #333;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  float: left;
  display: block;
  margin: 0 0 0px 0;
  font-weight: bold;
  clear: both;
  padding: 6px 10px;
  min-width: 110px;
}
#md-login-social #md-more-less.plus:before {
  background: #fff;
  border-radius: 100px;
  color: #333;
  content: "+";
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 20px;
}
#md-login-social #md-more-less.minus:before {
  background: #fff;
  border-radius: 100px;
  color: #333;
  content: "-";
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 20px;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.bottom #md-login-form {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 0;
  border-right: 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.bottom #md-login-form .md-login-user:after,
.modal-inner-wrap.md-social-popup .modal-content #md_popup.bottom #md-login-form .md-forgot-user:after {
  left: 50%;
  bottom: -30px;
  right: inherit;
  top: inherit;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.bottom .md-create-user.md-register-user {
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0;
  border-right: 0;
  border-bottom: 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.bottom .md-create-user.md-register-user:after {
  left: 50%;
  bottom: -30px;
  right: inherit;
  top: inherit;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.bottom #md-login-social {
  width: 100%;
  border-top: 1px solid #dddddd;
  padding: 40px 0 0;
  margin: 16px 0 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-form {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 0;
  border-right: 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-form .md-login-user:after,
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-form .md-forgot-user:after {
  left: 50%;
  bottom: -30px;
  right: inherit;
  top: inherit;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top .md-create-user.md-register-user {
  width: 100%;
  padding: 0;
  margin: 0;
  border-right: 0;
  border-bottom: 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top .md-create-user.md-register-user:after {
  left: 50%;
  bottom: -30px;
  right: inherit;
  top: inherit;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-social {
  width: 100%;
  border-top: 1px solid #dddddd;
  padding: 40px 0 0;
  margin: 16px 0 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-form {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 0;
  border-right: 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-form .md-login-user:after,
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-form .md-forgot-user:after {
  left: 50%;
  bottom: inherit;
  right: inherit;
  top: -43px;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top .md-create-user.md-register-user {
  width: 100%;
  padding: 0 0 26px 0;
  margin: 0;
  border-right: 0;
  border-bottom: 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top .md-create-user.md-register-user:after {
  left: 50%;
  bottom: inherit;
  right: inherit;
  top: -43px;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-social {
  width: 100%;
  border-top: 0;
  border-bottom: 1px solid #dddddd;
  padding: 0 0 40px;
  margin: 0 0 26px;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.left #md-login-form {
  width: 52%;
  padding: 0 0 0 40px;
  margin: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 1px solid #dddddd;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.left #md-login-form .md-login-user,
.modal-inner-wrap.md-social-popup .modal-content #md_popup.left #md-login-form .md-forgot-user {
  min-height: 324px;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.left #md-login-form .md-login-user:after,
.modal-inner-wrap.md-social-popup .modal-content #md_popup.left #md-login-form .md-forgot-user:after {
  bottom: inherit;
  left: -15px;
  top: 50%;
  right: inherit;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.left .md-create-user.md-register-user {
  width: 52%;
  padding: 0 0 26px 40px;
  margin: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 1px solid #dddddd;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.left .md-create-user.md-register-user:after {
  left: 50%;
  bottom: inherit;
  left: -15px;
  top: 50%;
  right: inherit;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.left #md-login-social {
  width: 48%;
  float: left;
  border-top: 0;
  border-bottom: 0px solid #dddddd;
  padding: 0 0 40px;
  margin: 0 0 26px;
}
@media only screen and (max-width: 768px) {
  .customer-account-create div#md-login-social,
  #md-login-social .md-login-social li {
    width: 100%;
  }
  body.checkout-index-index #md-login-social li.button.popup {
    width: 100%;
    padding-right: 0px;
  }
  .social-popup.modal-popup.modal-slide {
    left: 0;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.md-social-popup {
    min-height: auto;
    border-radius: 4px;
    margin: 14px;
    max-width: 740px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.md-social-popup .modal-content #md_popup.left #md-login-social {
    width: 100%;
    border-bottom: 1px solid #dddddd;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.md-social-popup .modal-content #md_popup.left #md-login-social:after {
    top: inherit;
    bottom: -15px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.md-social-popup .modal-content #md_popup.left #md-login-form {
    width: 100%;
    padding: 0;
    border: 0;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.md-social-popup .modal-content #md_popup.left .md-create-user.md-register-user {
    border-left: 0;
    padding: 0 0 26px;
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-social:after {
    top: inherit;
    bottom: -15px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-title {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content {
    padding: 18px 26px 20px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-form {
    border: 0;
    padding: 0;
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-form .md-login-user:after,
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-form .md-forgot-user:after {
    display: none;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-form .md-login-user .form-list,
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-form .md-forgot-user .form-list,
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-form .md-login-user .sociallogin-input-box,
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-form .md-forgot-user .sociallogin-input-box {
    padding: 0 0 10px 0;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-form .md-login-user .form-list .input-text,
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-form .md-forgot-user .form-list .input-text,
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-form .md-login-user .sociallogin-input-box .input-text,
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-form .md-forgot-user .sociallogin-input-box .input-text {
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content .md-create-user.md-register-user {
    border: 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content .md-create-user.md-register-user .form-list,
  .modal-popup.modal-slide._inner-scroll .modal-content .md-create-user.md-register-user .sociallogin-input-box {
    padding: 0 0 10px 0;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content .md-create-user.md-register-user .form-list .input-text,
  .modal-popup.modal-slide._inner-scroll .modal-content .md-create-user.md-register-user .sociallogin-input-box .input-text {
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content .md-create-user.md-register-user:after {
    display: none;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-social {
    width: 100%;
    border-top: 1px solid #ddd;
    margin: 16px 0 0 0;
    padding: 20px 0 0 0;
    position: relative;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-social .md-login-social {
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-social .md-login-social-all {
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-social #md-more-less {
    clear: both;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-social:after {
    left: 50%;
    text-align: center;
    position: absolute;
    line-height: 28px;
    top: -16px;
    margin: 0 0 0 -15px;
    border-radius: 100px;
    background: #fff;
    width: 30px;
    height: 30px;
    content: "or";
    color: #666;
    display: inline-block;
  }
}
.catalog-category-view .bottom-category-description .category-bottom-description p {
  font-weight: 300;
  font-size: 1.5rem;
}
.filter-options-item .filter-options-content .am-shopby-form .am-filter-items-size.size .am-swatch-wrapper.item .swatch-option.text {
  color: #000;
}
.filter-options-item .filter-options-content .am-shopby-form .am-filter-items-size.size .am-swatch-wrapper.item .swatch-option.text.selected {
  background-color: #000 !important;
  color: #fff !important;
}
.filter-options-item .filter-options-content .am-shopby-form .am-filter-items-size.size .am-swatch-wrapper.item .swatch-option.text.selected:before {
  display: none;
}
.amasty-catalog-topnav .block.filter {
  display: none;
}
.page-products .sidebar-main.sidebar .block-actions.filter-actions,
.page-products .sidebar-main.sidebar .block-content.filter-content .title-content-header {
  display: none;
}
#amasty-shopby-product-list .bottom-toolbar {
  display: none !Important;
}
#amasty-shopby-product-list .toolbar.toolbar-products .pages {
  display: none !important;
}
#amasty-shopby-product-list .toolbar.toolbar-products .pages ul.items li.item {
  margin: 4px 2px 0 2px;
  float: left;
}
#amasty-shopby-product-list .toolbar.toolbar-products .pages ul.items li.item a.page,
#amasty-shopby-product-list .toolbar.toolbar-products .pages ul.items li.item strong.page,
#amasty-shopby-product-list .toolbar.toolbar-products .pages ul.items li.item a {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  float: left;
}
#amasty-shopby-product-list .toolbar.toolbar-products .pages ul.items li.item a.action.next:before,
#amasty-shopby-product-list .toolbar.toolbar-products .pages ul.items li.item a.action.previous:before {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  color: #000;
  line-height: 29px;
}
.catalog-category-view .grid .product-items li .product-item-info,
.ambrand-index-index .grid .product-items li .product-item-info,
.catalogsearch-result-index .grid .product-items li .product-item-info {
  overflow: visible;
}
.catalog-category-view .grid .product-items li .product-item-info a.product.photo.product-item-photo .product-image-container,
.ambrand-index-index .grid .product-items li .product-item-info a.product.photo.product-item-photo .product-image-container,
.catalogsearch-result-index .grid .product-items li .product-item-info a.product.photo.product-item-photo .product-image-container {
  border: 0;
  overflow: visible;
}
.catalog-category-view .product-image-wrapper,
.ambrand-index-index .product-image-wrapper,
.catalogsearch-result-index .product-image-wrapper {
  border: 1px solid #eee !important;
}
#amasty-shopby-product-list .products.wrapper.list.products-list a.product-item-link {
  min-height: auto;
}
#amasty-shopby-product-list .products.wrapper.list.products-list .product-item-content .swatch-attribute {
  display: flex;
}
#amasty-shopby-product-list .products.wrapper.list.products-list .product-item-content .swatch-attribute .swatch-attribute-label {
  padding: 0;
  line-height: 52px;
}
#amasty-shopby-product-list .products.wrapper.list.products-list .product-item-content .swatch-attribute .swatch-attribute-options {
  padding: 0 10px;
}
#amasty-shopby-product-list .products.wrapper.list.products-list .product-item-content .swatch-attribute span.swatch-attribute-selected-option {
  order: 2;
  padding: 0;
  line-height: 52px;
}
.mst_categorySearch {
  margin-top: 15px;
  display: none !important;
}
.mst_categorySearch input#mst_categorySearch {
  height: 45px;
  border: 1px solid #ccc;
  background-color: #FFFFFF;
  color: #999999;
  font-size: 15px;
  border-radius: 4px;
}
.mst_categorySearch span.mst_categorySearch_totals,
.mst_categorySearch .mst_categorySearch_searchIcon {
  top: 7px;
}
.catalog-category-view .product-items li .product-reviews-summary .reviews-actions a,
.ambrand-index-index .product-items li .product-reviews-summary .reviews-actions a,
.catalogsearch-result-index .product-items li .product-reviews-summary .reviews-actions a {
  font-size: 14px;
  border-bottom: 1px solid #006bb4;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
  color: #006bb4;
}
.catalog-category-view .swatch-attribute.color,
.ambrand-index-index .swatch-attribute.color,
.catalogsearch-result-index .swatch-attribute.color {
  margin: 0px 0 0 0;
}
.catalog-category-view .swatch-attribute.color .swatch-option.color,
.ambrand-index-index .swatch-attribute.color .swatch-option.color,
.catalogsearch-result-index .swatch-attribute.color .swatch-option.color,
.catalog-category-view .swatch-attribute.color .swatch-option,
.ambrand-index-index .swatch-attribute.color .swatch-option,
.catalogsearch-result-index .swatch-attribute.color .swatch-option {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid transparent;
  margin: 0 9px 4px 0;
}
.catalog-category-view .swatch-attribute.color .swatch-option.color:after,
.ambrand-index-index .swatch-attribute.color .swatch-option.color:after,
.catalogsearch-result-index .swatch-attribute.color .swatch-option.color:after,
.catalog-category-view .swatch-attribute.color .swatch-option:after,
.ambrand-index-index .swatch-attribute.color .swatch-option:after,
.catalogsearch-result-index .swatch-attribute.color .swatch-option:after {
  border: 0;
}
.catalog-category-view .product-items li .swatch-attribute .swatch-option,
.ambrand-index-index .product-items li .swatch-attribute .swatch-option,
.catalogsearch-result-index .product-items li .swatch-attribute .swatch-option {
  width: 64px;
  height: 32px;
  min-width: inherit;
  min-height: inherit;
  vertical-align: top;
  margin: 0 7px 0 0;
  border-radius: 4px;
  color: #000;
  padding: 6px 0;
  /*&:before{
        display: none !important;
    }
    &.selected,
    &:hover{
        background-color: #000;
        color: #fff;
    }*/
}
.catalog-category-view .grid .product-items li .product-item-info .product-item-inner,
.ambrand-index-index .grid .product-items li .product-item-info .product-item-inner,
.catalogsearch-result-index .grid .product-items li .product-item-info .product-item-inner {
  -webkit-transition: none;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: none;
  top: 100%;
}
.catalog-category-view .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocart:before,
.ambrand-index-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocart:before,
.catalogsearch-result-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocart:before {
  content: "\e94b";
  font-size: 24px;
  color: #fff;
  margin-top: -5px;
}
.catalog-category-view .grid .product-items li .product-item-info .product-item-inner .product-item-actions form.action .tocart,
.ambrand-index-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions form.action .tocart,
.catalogsearch-result-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions form.action .tocart {
  font-size: 14px;
  background-color: rgba(51, 51, 51, 0.8);
  width: 150px;
  padding: 7px 0;
  text-transform: uppercase;
  font-weight: bold;
}
.catalog-category-view .grid .product-items li .product-item-info .product-item-inner .product-item-actions .mdquickview:before,
.ambrand-index-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .mdquickview:before,
.catalogsearch-result-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .mdquickview:before {
  color: #ffffff;
  content: "\e94e";
  font-size: 30px;
  line-height: 60px;
}
.catalog-category-view .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocompare:before,
.ambrand-index-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocompare:before,
.catalogsearch-result-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocompare:before {
  content: "\e933";
  color: #FFFFFF;
  line-height: 60px;
  font-size: 26px;
}
.price-box .price-label {
  display: none;
}
.bundle-options-container .block-bundle-summary .product-image-container {
  padding: 15px 0;
}
.catalog-category-view .page-title-wrapper {
  /*  display: none;*/
}
.product.name a {
  font-weight: normal;
}
.product-item {
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  width: 50%;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-name a {
  font-size: 14px;
  color: #333333;
  font-weight: 300;
}
.product-item-name a:hover {
  text-decoration: none;
  color: #231f20;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 0 0 0;
  display: inline-block;
  vertical-align: middle;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  text-transform: lowercase;
  display: none;
  vertical-align: middle;
}
.product-item .price-box {
  margin: 10px 0 10px;
}
.product-item .price-box span.special-price,
.product-item .price-box span.old-price {
  display: inline-block;
  padding: 0 5px;
}
.product-item .price-box .price {
  white-space: nowrap;
  font-size: 18px;
  color: #000;
  font-weight: normal;
}
.product-item .price-box .price-label {
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .price-box.price-final_price {
  display: flex;
  justify-content: center;
}
.product-item .price-box.price-final_price .special-price {
  order: 1;
}
.product-item .price-box.price-final_price .special-price .price-label {
  display: none;
}
.product-item .price-box.price-final_price .old-price {
  order: 0;
}
.product-item .price-box.price-final_price .old-price .price-label {
  display: none;
}
.product-item .price-box.price-final_price .old-price .price {
  color: #999;
  font-size: 16px;
  font-weight: normal;
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 14px;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #1979c3;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61f';
}
.product-item .tocart {
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: -20px;
}
.column.main .product-items.slick-slider {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 40px;
}
.column.main .products-list .product-item {
  padding-left: 20px;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.page-products .products-list .product-item-photo .product-image-wrapper .category {
  right: unset;
}
.products-list {
  margin: 10px 0 0 0;
}
.products-list .swatch-attribute.color .swatch-option.color {
  width: 25px !important;
  height: 25px !important;
}
.products-list .swatch-attribute.color .swatch-attribute-options {
  margin: 13px 0 12px 0;
}
.products-list .swatch-attribute.size .swatch-option.size {
  width: 25px !important;
  height: 25px !important;
}
.products-list .swatch-attribute.size .swatch-attribute-options {
  margin: 0 0 20px 0;
}
.products-list .product-item {
  display: table;
  width: 100%;
  padding: 0px 0px 30px 0px;
  border-bottom: 1px solid #eee;
  margin: 0px 0px 25px 0px;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 46px 0px 0px;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.products-list .product-item-details .product-item-content {
  float: left;
  width: 100%;
}
.products-list .product-item-details .product-item-content .twitter-list-container {
  display: none;
}
.products-list .product-item-details .product-item-content .product-item-name {
  margin: 15px 0 5px 0px;
}
.products-list .product-item-details .product-item-content .product-item-name a {
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 44px;
}
.products-list .product-item-details .product-item-inner {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.products-list .product-item-details .product-item-inner .actions-secondary {
  float: right;
  padding: 0 0 20px 0;
}
.products-list .product-item-details .product-item-inner .product-item-description {
  display: none;
}
.products-list .product-item-details .product-item-inner .actions-primary {
  float: right;
  clear: both;
}
.products-list .product-item-details .product-item-inner .actions-primary .tocart {
  padding: 11px 30px 11px 30px;
  font-weight: 400;
  font-size: 16px;
}
.products-list .product-item .product-reviews-summary {
  text-align: left;
}
.products-list.list .product-items {
  margin: 0 0 0 -20px;
}
.products-list.list .product-items .actions {
  text-align: left;
}
.products-list.list .product-items .actions .action {
  float: left;
}
.products-list.list .product-items .actions .tocart {
  padding: 0px 35px 0px 30px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  border: 1px solid #000;
}
.products-list.list .product-items .actions .tocart:before {
  content: "\e94b";
  font-size: 26px;
  font-family: 'md-ico-fgo';
  float: left;
  margin-right: 5px;
  font-weight: normal;
}
.products-list.list .product-items .actions .tocart:hover {
  background: #d71923;
  color: #ffffff;
  border-color: #d71923;
}
.products-list.list .product-items .actions .list-action-right {
  float: left;
  margin: 5px 10px;
}
.products-list.list .product-items .actions .towishlist,
.products-list.list .product-items .actions .tocompare,
.products-list.list .product-items .actions .mdquickview {
  font-size: 0;
  display: inline-block;
  margin: 0px;
  vertical-align: 40px;
  height: 40px;
  border-right: 1px solid #ccc;
  padding: 0px 15px;
}
.products-list.list .product-items .actions .towishlist:before,
.products-list.list .product-items .actions .tocompare:before,
.products-list.list .product-items .actions .mdquickview:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.products-list.list .product-items .actions .towishlist:hover,
.products-list.list .product-items .actions .tocompare:hover,
.products-list.list .product-items .actions .mdquickview:hover {
  text-decoration: none;
}
.products-list.list .product-items .actions .towishlist:last-child,
.products-list.list .product-items .actions .tocompare:last-child,
.products-list.list .product-items .actions .mdquickview:last-child {
  border-right: 0px;
}
.products-list.list .product-items .actions .towishlist:before,
.products-list.list .product-items .actions .tocompare:before,
.products-list.list .product-items .actions .mdquickview:before {
  color: #000;
  line-height: 40px;
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.products-list.list .product-items .actions .towishlist:hover:before,
.products-list.list .product-items .actions .tocompare:hover:before,
.products-list.list .product-items .actions .mdquickview:hover:before {
  color: #000000;
  transform: translateX(-1px) rotateY(-180deg);
  -ms-transform: translateX(-1px) rotateY(-180deg);
  -webkit-transform: translateX(-1px) rotateY(-180deg);
}
.products-list.list .product-items .actions .towishlist:before {
  content: "\e943";
  font-size: 26px;
}
.products-list.list .product-items .actions .tocompare:before {
  content: "\e933";
  font-size: 24px;
}
.products-list.list .product-items .actions .mdquickview:before {
  content: "\e94e";
  font-size: 32px;
}
/***********/
.filter-options .filter-options-item {
  padding: 5px 0;
}
.filter-options .filter-options-item .filter-options-title {
  font-weight: 400;
  cursor: pointer;
  font-size: 15px;
  color: #333333;
}
.filter-options .filter-options-item .filter-options-title:after {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.filter-options .filter-options-item .filter-options-title:hover {
  text-decoration: none;
}
.filter-options .filter-options-item .filter-options-title:after {
  content: "\e94c";
  font-size: 13px;
  font-weight: 400;
  float: right;
  line-height: 22px;
  content: '\e622';
  font-family: 'icons-blank-theme';
}
.filter-options .filter-options-item .filter-options-content {
  margin: 15px 0 15px;
}
.filter-options .filter-options-item .filter-options-content .item {
  margin-bottom: 10px;
}
.filter-options .filter-options-item.active .filter-options-title {
  color: #231f20;
}
.filter-options .filter-options-item.active .filter-options-title:after {
  content: "\e94a";
  content: '\e621';
}
.sidebar-main.sidebar .filter-current {
  border-bottom: 1px solid #e9e8e8;
  padding: 0 20px 5px 20px;
  margin: 0 -20px 10px;
}
.sidebar-main.sidebar .filter-current .block-subtitle {
  margin: 4px 0px 20px 0;
}
.sidebar-main.sidebar .filter-current .items .item span.filter-value {
  display: inline-block;
  padding: 7px 0 0 0;
  font-weight: 500;
  color: #231f20;
}
.sidebar-main.sidebar .filter-current .items .item .action.remove {
  font-size: 0;
  float: right;
}
.sidebar-main.sidebar .filter-current .items .item .action.remove:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.sidebar-main.sidebar .filter-current .items .item .action.remove:hover {
  text-decoration: none;
}
.sidebar-main.sidebar .filter-current .items .item .action.remove:before {
  content: "\e91c";
  font-size: 8px;
  border: 1px solid;
  padding: 2px;
}
.sidebar-main.sidebar .filter-current + .filter-actions {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar-main.sidebar .filter-current + .filter-actions .filter-clear {
  font-size: 11px;
  font-weight: 400;
}
.sidebar-main.sidebar .filter-current + .filter-actions .filter-clear:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.sidebar-main.sidebar .filter-current + .filter-actions .filter-clear:hover {
  text-decoration: none;
}
.sidebar-main.sidebar .filter-current + .filter-actions .filter-clear:before {
  content: "\e91c";
  font-size: 9px;
  margin: 0 10px 0 0;
}
.sidebar-main.sidebar a {
  font-size: 14px;
  font-weight: 300;
  color: #333333;
}
.sidebar-main.sidebar a .count {
  color: #333333;
}
.sidebar-main.sidebar a:hover {
  color: #231f20;
  text-decoration: none;
}
.sidebar .block-reorder .product-item .checkbox {
  position: absolute;
  top: auto;
  vertical-align: inherit;
}
.sidebar .block-reorder .product-item .product-item-name {
  margin: 0 0 0 25px;
}
.sidebar .block-reorder .field.item {
  position: absolute;
}
.products.wrapper.list .product-item .price-box.price-final_price {
  justify-content: flex-start;
  display: inline-block;
  width: 100%;
  margin: 5px 0px 0px 0px;
}
.amscroll-page-num {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 480px) {
  #amasty-shopby-product-list .toolbar.toolbar-products {
    position: relative;
    min-height: 110px;
  }
  #amasty-shopby-product-list .toolbar.toolbar-products .pages {
    float: left;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
  }
  #amasty-shopby-product-list .bottom-toolbar .toolbar.toolbar-products {
    min-height: auto;
  }
  #amasty-shopby-product-list .bottom-toolbar .toolbar.toolbar-products .pages {
    position: relative;
    width: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .block-reorder .actions-toolbar .primary .tocart {
    font-size: 10px;
  }
}
@media screen and (max-width: 1080px) {
  #amasty-shopby-product-list .toolbar.toolbar-products {
    position: relative;
  }
  #amasty-shopby-product-list .toolbar.toolbar-products p#toolbar-amount {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  #amasty-shopby-product-list .toolbar.toolbar-products .modes {
    position: absolute;
    right: 0;
    top: 12px;
  }
  #amasty-shopby-product-list .toolbar.toolbar-products .pages {
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sidebar-main.sidebar .filter-current {
    padding: 0;
    margin: 0 0 10px 0;
  }
  .sidebar-main.sidebar .filter-current + .filter-actions {
    top: auto;
    position: relative;
    bottom: 10px;
  }
  .sidebar-main.sidebar .filter-current + .filter-actions .filter-clear {
    color: #231f20;
  }
  .page-products .columns .sidebar .block {
    padding: 10px 10px;
  }
  .page-products .page-main .sidebar .block-title strong {
    font-weight: 600;
    font-size: 16px;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
  }
  .sidebar .product-items .product-item-details .product-item-actions .action.delete {
    margin: -2px 0 0;
  }
  .sidebar .block.block-wishlist .product-items .product-item {
    border-bottom: 1px solid #ccc;
    float: left;
    padding-bottom: 20px;
    width: 100%;
  }
  .products-list .product-item {
    padding-bottom: 15px;
  }
  .products-list .product-item-details .product-item-content {
    width: 100%;
  }
  .products-list .product-item-details .product-item-inner {
    width: 100%;
    padding: 0px;
  }
  .products-list.list .product-items .product-reviews-summary,
  .products-list.list .product-items .actions {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #amasty-shopby-product-list .toolbar.toolbar-products .modes {
    position: relative;
    right: 0;
    top: 0;
  }
  .catalog-category-view .product-items li .swatch-attribute .swatch-option.color,
  .ambrand-index-index .product-items li .swatch-attribute .swatch-option.color {
    /*width: 64px;
                            height: 32px !important;
                            margin-bottom: 5px;  */
  }
  .catalog-category-view .product-items li .swatch-attribute .swatch-option.text,
  .ambrand-index-index .product-items li .swatch-attribute .swatch-option.text {
    width: 64px;
    height: 32px;
    line-height: 16px;
    font-size: 10px;
  }
  .page-products .sidebar-additional {
    margin-top: 20px;
  }
  .page-products .sidebar-main.sidebar a {
    font-size: 12px;
    font-weight: 300;
    color: #333333;
  }
  .page-products .sidebar-main.sidebar a:hover {
    color: #231f20;
  }
  .page-products .sidebar .block.block-wishlist,
  .page-products .sidebar .block.block-reorder,
  .page-products .sidebar .block.block-compare {
    border: 1px solid #e9e8e8;
    margin-bottom: 17px;
    padding: 10px 20px;
    float: left;
    width: 100%;
  }
  .page-products .sidebar .block.block-wishlist.block-reorder .actions-toolbar,
  .page-products .sidebar .block.block-reorder.block-reorder .actions-toolbar,
  .page-products .sidebar .block.block-compare.block-reorder .actions-toolbar,
  .page-products .sidebar .block.block-wishlist.block-compare .actions-toolbar,
  .page-products .sidebar .block.block-reorder.block-compare .actions-toolbar,
  .page-products .sidebar .block.block-compare.block-compare .actions-toolbar {
    margin-bottom: 0;
  }
  .page-products .sidebar .block.block-wishlist.block-reorder .actions-toolbar .primary,
  .page-products .sidebar .block.block-reorder.block-reorder .actions-toolbar .primary,
  .page-products .sidebar .block.block-compare.block-reorder .actions-toolbar .primary,
  .page-products .sidebar .block.block-wishlist.block-compare .actions-toolbar .primary,
  .page-products .sidebar .block.block-reorder.block-compare .actions-toolbar .primary,
  .page-products .sidebar .block.block-compare.block-compare .actions-toolbar .primary,
  .page-products .sidebar .block.block-wishlist.block-reorder .actions-toolbar .action,
  .page-products .sidebar .block.block-reorder.block-reorder .actions-toolbar .action,
  .page-products .sidebar .block.block-compare.block-reorder .actions-toolbar .action,
  .page-products .sidebar .block.block-wishlist.block-compare .actions-toolbar .action,
  .page-products .sidebar .block.block-reorder.block-compare .actions-toolbar .action,
  .page-products .sidebar .block.block-compare.block-compare .actions-toolbar .action {
    margin-bottom: 0;
  }
  .page-products .sidebar .block-title {
    font-size: 16px;
    font-weight: 600;
    color: #373638;
  }
  .page-products .sidebar .block-title strong {
    font-weight: 400;
    font-size: 21px;
  }
  .page-products .sidebar .empty {
    font-size: 14px;
    font-weight: 300;
  }
  .field.limiter {
    display: none;
  }
  .toolbar-sorter.sorter {
    float: right;
    margin: 0px;
  }
  .toolbar-sorter.sorter .sorter-label {
    font-size: 15px;
  }
  .toolbar.toolbar-products {
    padding: 15px 10px;
    text-align: center;
    margin: 20px 0 15px 0;
    position: relative;
    z-index: 1;
  }
  .toolbar.toolbar-products .toolbar-amount {
    display: none;
  }
  .sidebar-main.sidebar .filter-current {
    padding: 0;
    margin: 0 0 10px 0;
  }
  .sidebar-main.sidebar .filter-current + .filter-actions {
    top: 10px;
    right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .products-list.list .product-items .actions .list-action-right {
    margin: 3px;
  }
  .products-list.list .product-items .actions .towishlist,
  .products-list.list .product-items .actions .tocompare,
  .products-list.list .product-items .actions .mdquickview {
    padding: 0px 10px;
  }
  .products-list.list .product-items .actions .tocart {
    padding: 0px 15px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
  }
  .catalog-category-view .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocart:before,
  .ambrand-index-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocart:before,
  .catalogsearch-result-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocart:before {
    content: "\e94b";
    font-size: 26px;
  }
  .catalog-category-view .grid .product-items li .product-item-info .product-item-inner .product-item-actions form.action .tocart,
  .ambrand-index-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions form.action .tocart,
  .catalogsearch-result-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions form.action .tocart {
    font-size: 14px;
    background-color: rgba(51, 51, 51, 0.8);
    width: 150px;
    padding: 7px 0;
    text-transform: uppercase;
    font-weight: bold;
  }
  .catalog-category-view .grid .product-items li .product-item-info .product-item-inner .product-item-actions .mdquickview:before,
  .ambrand-index-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .mdquickview:before,
  .catalogsearch-result-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .mdquickview:before {
    line-height: 44px;
  }
  .catalog-category-view .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocompare:before,
  .ambrand-index-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocompare:before,
  .catalogsearch-result-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocompare:before {
    line-height: 44px;
  }
  .column.main .product-item {
    padding-left: 15px;
  }
  .catalog-category-view .grid .product-items li,
  .ambrand-index-index .grid .product-items li,
  .catalogsearch-result-index .grid .product-items li {
    margin-bottom: 15px;
  }
  .catalog-category-view .grid .product-items li .product-item-details,
  .ambrand-index-index .grid .product-items li .product-item-details,
  .catalogsearch-result-index .grid .product-items li .product-item-details {
    padding: 0px 10px 20px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-products.page-layout-2columns-right .columns .column.main,
  .page-products.page-layout-2columns-left .columns .column.main {
    width: 69.6969697%;
    width: 72%;
    max-width: 72%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .catalog-category-view .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocart:before,
  .ambrand-index-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocart:before,
  .catalogsearch-result-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocart:before {
    content: "\e94b";
  }
  .catalog-category-view .grid .product-items li .product-item-info .product-item-inner .product-item-actions form.action .tocart,
  .ambrand-index-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions form.action .tocart,
  .catalogsearch-result-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions form.action .tocart {
    font-size: 14px;
    background-color: rgba(51, 51, 51, 0.8);
    width: 150px;
    padding: 7px 0;
    text-transform: uppercase;
    font-weight: bold;
  }
  .catalog-category-view .grid .product-items li .product-item-info .product-item-inner .product-item-actions .mdquickview:before,
  .ambrand-index-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .mdquickview:before,
  .catalogsearch-result-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .mdquickview:before {
    line-height: 40px;
  }
  .catalog-category-view .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocompare:before,
  .ambrand-index-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocompare:before,
  .catalogsearch-result-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocompare:before {
    line-height: 40px;
  }
}
.block.widget .block-content .products-grid .wed-product li.product-item-popular:first-child {
  display: block !important;
  visibility: hidden;
}
.block.widget .block-content .products-grid .wed-product li.product-item-popular {
  display: none !important;
  visibility: hidden;
}
.block.widget .block-content .products-grid .wed-product.slick-initialized li.product-item-popular:first-child {
  visibility: visible;
}
.block.widget .block-content .products-grid .wed-product.slick-initialized li.product-item-popular {
  display: block !important;
  visibility: visible;
}
.bottom-toolbar .modes {
  display: none;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar .sorter-label {
  font-size: 14px;
  color: #333333;
  font-weight: 300;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 4px 60px 0px 0px;
  vertical-align: middle;
  font-size: 15px;
  color: #000;
  font-size: 14px;
  /*        &::before{
            content: '(';
        }
        &::after{
            content: ')';
        }
        */
}
.toolbar-amount span {
  color: #000;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  padding: 0;
  text-align: center;
  padding: 12px 30px;
  margin: 20px 0 20px 0;
  border: 0;
  box-shadow: 0px 1px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 0px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 0 0 7px;
  padding-left: 10px;
  width: auto;
  height: 33px;
  line-height: normal;
  border-color: #e9e8e8;
  color: #8a898a;
  font-size: 14px;
  font-weight: 300;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  display: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter .sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.modes {
  display: inline-block;
  float: left;
  margin: 8px 11px 0 0;
}
.products.wrapper ~ .toolbar .modes {
  display: none;
}
.modes-label {
  float: left;
  font-weight: normal;
  margin: 0px 6px 0px 0px;
  color: #000;
}
.modes-mode.active:before {
  color: #231f20;
}
.modes-mode {
  color: #7d7d7d;
  font-weight: 400;
  line-height: 1;
  padding: 2px 5px;
  margin-right: 0px;
  text-align: center;
  width: 30px;
  color: #a9a9a9;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 0;
}
.modes-mode:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.modes-mode:hover {
  text-decoration: none;
}
.modes-mode:visited {
  color: #a9a9a9;
}
.modes-mode:not(.active):hover {
  color: #231f20;
}
.modes-mode.active {
  color: #231f20;
}
.modes-mode:before {
  content: "\e935";
  font-size: 2rem;
  line-height: normal;
}
.mode-list:before {
  content: "\e936";
}
.sorter {
  float: right;
}
.toolbar-sorter.sorter label {
  color: #000;
  font-weight: normal;
}
.toolbar-sorter.sorter label:after {
  content: ':';
}
.toolbar-sorter.sorter select {
  width: 124px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #333;
  font-size: 13px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .toolbar-products {
    padding: 15px 10px;
  }
}
.__title-gray-line {
  position: relative;
}
.__title-gray-line:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 65px;
  background: #f0f0f0;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: -15px;
}
/*.block.crosssell {
    .block-title {
        text-align: center;
        > h3 {
            font-size: @md-font-size-18;
            font-weight: @font-weight__heavier;
            color: @md-color-3;
            text-transform: uppercase;
            text-align: center;
            .__title-gray-line;  
        }
    }
}*/
.block.crosssell,
.block.upsell,
.block.related {
  display: inline-block;
  width: 100%;
  text-transform: none;
  margin: 73px 0 0 0;
  padding: 0px;
  position: relative;
}
.block.crosssell .block-title,
.block.upsell .block-title,
.block.related .block-title {
  padding: 0px;
  margin: 0px 0px 15px 0px;
}
.block.crosssell .block-title > h3,
.block.upsell .block-title > h3,
.block.related .block-title > h3 {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  text-transform: none;
  text-align: center;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.block.crosssell .product-items li .product-item-info,
.block.upsell .product-items li .product-item-info,
.block.related .product-items li .product-item-info {
  border: 0;
}
.block.crosssell .product-items li .product-item-info .product-item-name,
.block.upsell .product-items li .product-item-info .product-item-name,
.block.related .product-items li .product-item-info .product-item-name {
  margin: 8px 0 20px 0;
}
.block.crosssell .slick-nav,
.block.upsell .slick-nav,
.block.related .slick-nav {
  display: inline-block;
  margin: 0px;
}
.block.crosssell .slick-nav .control-nav.prev,
.block.upsell .slick-nav .control-nav.prev,
.block.related .slick-nav .control-nav.prev {
  margin: 0px;
  position: absolute;
  left: 0;
  top: 45%;
  z-index: 9;
  width: auto;
}
.block.crosssell .slick-nav .control-nav.prev .arrow:before,
.block.upsell .slick-nav .control-nav.prev .arrow:before,
.block.related .slick-nav .control-nav.prev .arrow:before {
  content: "\e919";
}
.block.crosssell .slick-nav .control-nav.next,
.block.upsell .slick-nav .control-nav.next,
.block.related .slick-nav .control-nav.next {
  margin: 0px;
  position: absolute;
  right: 0;
  top: 45%;
  z-index: 9;
  transform: rotate(-180deg);
}
.block.crosssell .slick-nav .control-nav .arrow:before,
.block.upsell .slick-nav .control-nav .arrow:before,
.block.related .slick-nav .control-nav .arrow:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.block.crosssell .slick-nav .control-nav .arrow:hover,
.block.upsell .slick-nav .control-nav .arrow:hover,
.block.related .slick-nav .control-nav .arrow:hover {
  text-decoration: none;
}
.block.crosssell .slick-nav .control-nav .arrow:before,
.block.upsell .slick-nav .control-nav .arrow:before,
.block.related .slick-nav .control-nav .arrow:before {
  content: "\e901";
  color: #000;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  line-height: 35px;
}
.block.crosssell .slick-nav .control-nav .arrow .arrow-inner,
.block.upsell .slick-nav .control-nav .arrow .arrow-inner,
.block.related .slick-nav .control-nav .arrow .arrow-inner {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
.block.crosssell .slick-nav .control-nav .arrow:hover,
.block.upsell .slick-nav .control-nav .arrow:hover,
.block.related .slick-nav .control-nav .arrow:hover,
.block.crosssell .slick-nav .control-nav .arrow:hover:before,
.block.upsell .slick-nav .control-nav .arrow:hover:before,
.block.related .slick-nav .control-nav .arrow:hover:before {
  color: #000000;
  border-color: #ffffff;
}
.block.crosssell .slick-nav .control-nav .arrow.slick-hidden,
.block.upsell .slick-nav .control-nav .arrow.slick-hidden,
.block.related .slick-nav .control-nav .arrow.slick-hidden {
  display: block;
}
.block.crosssell .slick-nav .control-nav .arrow.slick-hidden:before,
.block.upsell .slick-nav .control-nav .arrow.slick-hidden:before,
.block.related .slick-nav .control-nav .arrow.slick-hidden:before {
  opacity: 0;
}
.block.crosssell .slick-nav .control-nav.next .line-big,
.block.upsell .slick-nav .control-nav.next .line-big,
.block.related .slick-nav .control-nav.next .line-big {
  float: left;
}
.block.crosssell .slick-nav .control-nav.next .line-big:after,
.block.upsell .slick-nav .control-nav.next .line-big:after,
.block.related .slick-nav .control-nav.next .line-big:after {
  left: auto;
  right: -10px;
}
.block.crosssell .slick-nav .control-nav.next .line-small,
.block.upsell .slick-nav .control-nav.next .line-small,
.block.related .slick-nav .control-nav.next .line-small {
  right: auto;
  left: 0;
}
.block.crosssell .slick-nav .control-nav.next .arrow,
.block.upsell .slick-nav .control-nav.next .arrow,
.block.related .slick-nav .control-nav.next .arrow {
  float: left;
}
.block.crosssell .slick-nav .control-nav.next .arrow:before,
.block.upsell .slick-nav .control-nav.next .arrow:before,
.block.related .slick-nav .control-nav.next .arrow:before {
  content: "\e919";
}
.block.crosssell .block-content,
.block.upsell .block-content,
.block.related .block-content {
  clear: both;
}
.block.crosssell .block-content .products,
.block.upsell .block-content .products,
.block.related .block-content .products {
  margin-top: 0;
}
.block.crosssell .block-content .products .slick-initialized .slick-slide,
.block.upsell .block-content .products .slick-initialized .slick-slide,
.block.related .block-content .products .slick-initialized .slick-slide {
  margin: 0px 20px;
}
.block.crosssell .block-content .products .slick-initialized .slick-slide .product-item-info .product-image-wrapper,
.block.upsell .block-content .products .slick-initialized .slick-slide .product-item-info .product-image-wrapper,
.block.related .block-content .products .slick-initialized .slick-slide .product-item-info .product-image-wrapper {
  padding-bottom: 100% !important;
}
.block.crosssell .block-content .products .slick-initialized .slick-slide .product-item-info .product-image-wrapper .slick-slide img,
.block.upsell .block-content .products .slick-initialized .slick-slide .product-item-info .product-image-wrapper .slick-slide img,
.block.related .block-content .products .slick-initialized .slick-slide .product-item-info .product-image-wrapper .slick-slide img {
  display: inline-block;
  margin: 0px;
  text-align: center;
  margin: 0px auto;
}
.block.crosssell .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details,
.block.upsell .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details,
.block.related .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details {
  padding: 0px 20px;
}
.block.crosssell .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .price-box .price,
.block.upsell .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .price-box .price,
.block.related .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .price-box .price {
  font-size: 18px;
  color: #000;
}
.block.crosssell .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .price-box .old-price .price,
.block.upsell .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .price-box .old-price .price,
.block.related .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .price-box .old-price .price {
  font-size: 16px;
  color: #999;
}
.block.crosssell .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .product-item-name,
.block.upsell .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .product-item-name,
.block.related .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .product-item-name {
  margin-bottom: 5px;
  min-height: 40px;
  overflow: hidden;
}
.block.crosssell .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .product-item-name a,
.block.upsell .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .product-item-name a,
.block.related .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .product-item-name a {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 44px;
}
.block.crosssell .block-content .block-actions,
.block.upsell .block-content .block-actions,
.block.related .block-content .block-actions {
  background: #eaeaea;
  padding: 10px 15px;
  color: #868485;
}
.block.crosssell .block-content .block-actions button.select,
.block.upsell .block-content .block-actions button.select,
.block.related .block-content .block-actions button.select,
.block.crosssell .block-content .block-actions .cart.table-wrapper .actions-toolbar > .action.select,
.block.upsell .block-content .block-actions .cart.table-wrapper .actions-toolbar > .action.select,
.block.related .block-content .block-actions .cart.table-wrapper .actions-toolbar > .action.select {
  background: transparent;
  color: #231f20;
  padding: 0;
  display: initial;
}
.block.crosssell .block-content .products-grid .product-item,
.block.upsell .block-content .products-grid .product-item,
.block.related .block-content .products-grid .product-item {
  margin: 0;
  padding: 0;
}
.block.crosssell .block-content .products-grid .product-item .product-item-info .field.choice.related,
.block.upsell .block-content .products-grid .product-item .product-item-info .field.choice.related,
.block.related .block-content .products-grid .product-item .product-item-info .field.choice.related {
  background: #231f20;
  display: inline-block;
  padding: 6px 14px;
  color: #ffffff;
  font-size: 15px;
}
.block.crosssell .column.main .block.crosssell .slick-nav .control-nav.prev,
.block.upsell .column.main .block.crosssell .slick-nav .control-nav.prev,
.block.related .column.main .block.crosssell .slick-nav .control-nav.prev,
.block.crosssell .column.main .block.upsell .slick-nav .control-nav.prev,
.block.upsell .column.main .block.upsell .slick-nav .control-nav.prev,
.block.related .column.main .block.upsell .slick-nav .control-nav.prev,
.block.crosssell .column.main .block.related .slick-nav .control-nav.prev,
.block.upsell .column.main .block.related .slick-nav .control-nav.prev,
.block.related .column.main .block.related .slick-nav .control-nav.prev {
  width: 10px;
  left: 0;
}
.block.crosssell .column.main .block.crosssell .slick-nav .control-nav.next,
.block.upsell .column.main .block.crosssell .slick-nav .control-nav.next,
.block.related .column.main .block.crosssell .slick-nav .control-nav.next,
.block.crosssell .column.main .block.upsell .slick-nav .control-nav.next,
.block.upsell .column.main .block.upsell .slick-nav .control-nav.next,
.block.related .column.main .block.upsell .slick-nav .control-nav.next,
.block.crosssell .column.main .block.related .slick-nav .control-nav.next,
.block.upsell .column.main .block.related .slick-nav .control-nav.next,
.block.related .column.main .block.related .slick-nav .control-nav.next {
  width: 10px;
  right: -10px;
}
.block.crosssell .block.related .product-items li .product-item-info,
.block.upsell .block.related .product-items li .product-item-info,
.block.related .block.related .product-items li .product-item-info {
  border: 1px solid #eee;
  border-radius: 4px;
}
.block.related .grid .product-items li .product-image-photo {
  max-width: 100% !important;
}
.block.crosssell .block-content .products .slick-initialized .slick-slide .product-item-info,
.block.upsell .block-content .products .slick-initialized .slick-slide .product-item-info,
.block.related .block-content .products .slick-initialized .slick-slide .product-item-info {
  width: auto;
  max-width: 400px;
}
.block.crosssell .block-content .products li.product.product-other-item:first-child,
.block.upsell .block-content .products li.product.product-other-item:first-child,
.block.related .block-content .products li.product.product-other-item:first-child {
  display: block !important;
  visibility: hidden;
}
.block.crosssell .block-content .products li.product.product-other-item,
.block.upsell .block-content .products li.product.product-other-item,
.block.related .block-content .products li.product.product-other-item {
  display: none !important;
  visibility: hidden;
}
.block.crosssell .block-content .products .product-items.slick-initialized li.product.product-other-item:first-child,
.block.upsell .block-content .products .product-items.slick-initialized li.product.product-other-item:first-child,
.block.related .block-content .products .product-items.slick-initialized li.product.product-other-item:first-child {
  visibility: visible;
}
.block.crosssell .block-content .products .product-items.slick-initialized li.product.product-other-item,
.block.upsell .block-content .products .product-items.slick-initialized li.product.product-other-item,
.block.related .block-content .products .product-items.slick-initialized li.product.product-other-item {
  display: block !important;
  visibility: visible;
}
.catalog-product-view .page-wrapper .product-info-main {
  display: flex;
  flex-flow: wrap;
}
.catalog-product-view .page-wrapper .product-info-main .page-title-wrapper.product {
  order: 1;
}
.catalog-product-view .page-wrapper .product-info-main .product-info-stock-sku {
  order: 2;
}
.catalog-product-view .page-wrapper .product-info-main .product-info-price {
  order: 3;
}
.catalog-product-view .page-wrapper .product-info-main .tamara-promo-widget-wrapper {
  order: 4;
}
.catalog-product-view .page-wrapper .product-info-main .product-info-mdoverview {
  order: 5;
}
.catalog-product-view .page-wrapper .product-info-main .product-info-postcode-store {
  order: 6;
  border-top: 0;
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.catalog-product-view .page-wrapper .product-info-main .product-info-postcode-store .store-information #store-information-button {
  margin-top: 0;
  display: inline-block;
}
.catalog-product-view .page-wrapper .product-info-main .product-add-form {
  order: 7;
}
.catalog-product-view .page-wrapper .product-info-main .product-social-links {
  order: 8;
}
.page-layout-1column.catalog-product-view .product-info-main .product-info-price .price-box.price-final_price {
  position: relative;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-info-price .price-box.price-final_price span.vat-label {
  width: 100%;
  position: absolute;
  bottom: -15px;
  left: 0;
  color: #555;
  margin-right: 4px;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.catalog-product-view .page-wrapper .product-info-main .product-info-mdoverview .product.attribute.overview {
  font-size: 14px;
}
.catalog-product-view .page-wrapper .product-info-main .product-info-mdoverview .product.attribute.overview ul {
  margin: 0;
  padding: 0 0 0 15px;
}
.product-info-main .product-social-links .free_bundles_container {
  display: block;
  width: 100%;
  float: left;
  margin-top: 15px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.product-info-main .product-social-links .free_bundles_container .title {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}
.product-info-main .product-social-links .free_bundles_container .free-bundles-box {
  width: 100%;
  text-align: center;
}
.product-info-main .product-social-links .free_bundles_container .free-bundles-box ul {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: wrap;
}
.product-info-main .product-social-links .free_bundles_container .free-bundles-box ul li {
  width: 33.33%;
  display: inline-block;
  padding: 0 15px;
}
.product-info-main .product-social-links .free_bundles_container .free-bundles-box ul li .budnles-img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.product-info-main .product-social-links .free_bundles_container .free-bundles-box ul li .budnles-img img {
  height: 70px;
}
.page-with-filter.page-products .page-wrapper .breadcrumbs {
  margin: 0 auto;
}
.page-with-filter.page-products .page-wrapper .category-slider-box {
  padding: 40px 0;
}
.page-with-filter.page-products .page-wrapper .category-slider-box main.page-main {
  padding: 0;
  margin: 0 auto;
}
.page-with-filter.page-products .page-wrapper .category-slider-box main.page-main .category-slider {
  padding: 0 30px;
}
.page-with-filter.page-products .page-wrapper .category-slider-box main.page-main .category-slider .slick-next {
  right: 15px;
}
.page-with-filter.page-products .page-wrapper .category-slider-box main.page-main .category-slider .slick-prev {
  left: 15px;
}
.page-with-filter.page-products .page-wrapper .category-slider-box main.page-main .category-slider .slick-prev,
.page-with-filter.page-products .page-wrapper .category-slider-box main.page-main .category-slider .slick-next {
  z-index: 5;
  width: auto;
  height: auto;
  background-color: transparent;
}
.page-with-filter.page-products .page-wrapper .category-slider-box main.page-main .category-slider .slick-prev:before,
.page-with-filter.page-products .page-wrapper .category-slider-box main.page-main .category-slider .slick-next:before {
  color: #000;
  font-size: 18px;
}
.page-with-filter.page-products .page-wrapper .category-slider-box main.page-main .category-box-slider {
  width: 100%;
  display: block;
  text-align: center;
}
.page-with-filter.page-products .page-wrapper .category-slider-box main.page-main .category-box-slider a .cat-img-slid {
  margin: 0 auto;
  display: inline-block;
  margin-bottom: 10px;
}
.page-with-filter.page-products .page-wrapper .category-slider-box main.page-main .category-box-slider a .cat-img-slid img {
  height: 50px;
}
.page-with-filter.page-products .page-wrapper .category-slider-box main.page-main .category-box-slider a .cat-detail-slid {
  display: block;
  margin: 0 15px;
}
.page-with-filter.page-products .page-wrapper .category-slider-box main.page-main .category-box-slider a .cat-detail-slid p {
  margin-bottom: 0;
  display: none;
}
.page-with-filter.page-products .page-wrapper .category-slider-box main.page-main .category-box-slider a .cat-detail-slid h3 {
  font-weight: 600;
  font-size: 15px;
  margin-top: 0;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  line-height: 28px;
}
.page-main-description.product-full-width-section {
  max-width: 1320px;
  margin: 0 auto 30px auto;
  padding: 0 20px;
  width: 100%;
}
.page-products .sidebar-main.sidebar .swatch-option.color {
  width: 32px !important;
  height: 32px !important;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  background-color: #d71921 !important;
}
.grid .product-items li .swatch-attribute.rom .swatch-option,
.grid .product-items li .swatch-attribute.ram .swatch-option,
.page-products .sidebar-main.sidebar .am-filter-items-ram .swatch-option,
.page-products .sidebar-main.sidebar .am-filter-items-rom .swatch-option {
  min-height: 32px;
  height: 32px;
  width: 64px !important;
  color: #000;
  padding: 6px 0;
  border-radius: 4px;
}
.grid .product-items li .swatch-attribute.rom .swatch-option:hover,
.grid .product-items li .swatch-attribute.ram .swatch-option:hover,
.page-products .sidebar-main.sidebar .am-filter-items-ram .swatch-option:hover,
.page-products .sidebar-main.sidebar .am-filter-items-rom .swatch-option:hover,
.grid .product-items li .swatch-attribute.rom .swatch-option.selected,
.grid .product-items li .swatch-attribute.ram .swatch-option.selected,
.page-products .sidebar-main.sidebar .am-filter-items-ram .swatch-option.selected,
.page-products .sidebar-main.sidebar .am-filter-items-rom .swatch-option.selected {
  background-color: #000 !important;
  color: #fff;
}
.grid .product-items li .swatch-attribute.rom .swatch-option:hover:before,
.grid .product-items li .swatch-attribute.ram .swatch-option:hover:before,
.page-products .sidebar-main.sidebar .am-filter-items-ram .swatch-option:hover:before,
.page-products .sidebar-main.sidebar .am-filter-items-rom .swatch-option:hover:before,
.grid .product-items li .swatch-attribute.rom .swatch-option.selected:before,
.grid .product-items li .swatch-attribute.ram .swatch-option.selected:before,
.page-products .sidebar-main.sidebar .am-filter-items-ram .swatch-option.selected:before,
.page-products .sidebar-main.sidebar .am-filter-items-rom .swatch-option.selected:before {
  display: none;
}
.review-add .review-form .fieldset > .field.review-field-text.required {
  width: 100%;
}
.product.info.detailed .block.review-add .review-form .fieldset .field .input-text {
  height: 45px;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #FFFFFF;
  color: #999999;
  font-size: 15px;
  border-radius: 4px;
}
.product.info.detailed .block.review-add .review-form .fieldset .field textarea {
  height: auto;
  border: 1px solid #ccc;
  background-color: #FFFFFF;
  color: #999999;
  font-size: 15px;
  border-radius: 4px;
}
.page-with-filter.page-products main.page-main {
  padding-bottom: 80px;
}
.catalog-product-view .fotorama__wrap--css3 .fotorama__spinner {
  animation: none;
}
.catalog-product-view .product-info-main .product-options-wrapper select {
  margin: 0 0 20px 0;
}
.catalog-product-view .product.media .top_left {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  max-width: 10%;
  margin-top: 20px;
  margin: 0;
  right: 0;
  left: unset;
  top: unset;
  bottom: 60px;
}
.zoom-img {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}
.zoom-img .zoom-icon:before {
  content: "\e953";
  font-size: 30px;
  line-height: 30px;
  font-family: 'md-ico-fgo';
  float: right;
  padding-right: 5px;
  color: #000;
}
.md_quickview-catalog_product-view .zoom-img {
  display: none;
}
.product.media {
  margin: 0px;
}
.product.media .product-info-social-share .product-info-social-button {
  display: none;
}
.product.media .product-info-social-share.open .socialshare-label:before {
  color: #000;
}
.product.media .product-info-social-share.open .product-info-social-button {
  margin: 0px;
  display: block;
  position: absolute;
  right: 24px;
  width: 30px;
  top: 55px;
  z-index: 1;
}
.product.media .product-info-social-share.open .product-info-social-button .whatsapp_btn,
.product.media .product-info-social-share.open .product-info-social-button .pinterest_btn,
.product.media .product-info-social-share.open .product-info-social-button .twitter_btn {
  background-image: none;
}
.product.media .product-info-social-share.open .product-info-social-button .fb-wrap {
  display: inline-block;
  height: 30px;
  margin: 0px !important;
}
.product.media .product-info-social-share.open .product-info-social-button .fb-wrap a:before {
  content: "\e956";
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  font-family: 'md-ico-fgo';
  float: left;
  padding-right: 0;
  color: #38569a;
  height: 30px;
  width: 30px;
}
.product.media .product-info-social-share.open .product-info-social-button .fb-wrap a .fa.fa-facebook {
  display: none;
}
.product.media .product-info-social-share.open .product-info-social-button .whatsapp-list-container {
  display: inline-block;
  height: 30px;
  margin: 0px !important;
}
.product.media .product-info-social-share.open .product-info-social-button .whatsapp-list-container a:before {
  content: "\e958";
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  font-family: 'md-ico-fgo';
  float: left;
  padding-right: 0;
  color: #38b048;
  height: 30px;
  width: 30px;
}
.product.media .product-info-social-share.open .product-info-social-button .pinterest-list-container {
  display: inline-block;
  height: 30px;
  margin: 0px !important;
}
.product.media .product-info-social-share.open .product-info-social-button .pinterest-list-container a:before {
  content: "\e955";
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  font-family: 'md-ico-fgo';
  float: left;
  padding-right: 0;
  color: #c71f27;
  height: 30px;
  width: 30px;
}
.product.media .product-info-social-share.open .product-info-social-button .twitter-list-container {
  display: inline-block;
  height: 30px;
  margin: 0px !important;
}
.product.media .product-info-social-share.open .product-info-social-button .twitter-list-container a:before {
  content: "\e957";
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  font-family: 'md-ico-fgo';
  float: left;
  padding-right: 0;
  color: #00a3f8;
  height: 30px;
  width: 30px;
}
.product.media .product-info-social-share {
  width: 100%;
  /* position: relative; */
  float: right;
}
.product.media .product-info-social-share .socialshare-label {
  font-size: 0;
  position: absolute;
  cursor: pointer;
  top: 0;
  z-index: 1;
  right: 0;
}
.product.media .product-info-social-share .socialshare-label:before {
  content: "\e94f";
  font-size: 30px;
  line-height: 30px;
  font-family: 'md-ico-fgo';
  float: right;
  padding-right: 5px;
  color: #000;
  position: absolute;
  right: 0;
  top: 20px;
  right: 20px;
}
.product.media .product-info-social-share .socialshare-label:hover:before {
  color: #000;
}
input.radio {
  display: none;
}
.fieldset .field .control .nested .label {
  display: block !important;
}
.product-info-main .product-options-wrapper .fieldset .field.choice {
  display: block;
  width: 100%;
  float: left;
  margin: 10px 0 0 0!important;
}
input.radio + label {
  position: relative;
  padding-left: 28px !important;
}
input.radio + label:before {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 20px;
}
input.radio + label:after {
  border: 5px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 18px;
  left: 1px;
  position: absolute;
  top: 3px;
  width: 18px;
  margin: 0;
}
input[type="radio"]:checked + label::after {
  border-color: #666;
}
input[type="radio"]:checked + label::before {
  border: 1px solid transparent;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-item .filter-options-content .color .am-swatch-wrapper,
.ambrand-index-index .sidebar .filter-options .filter-options-item .filter-options-content .color .am-swatch-wrapper,
.catalogsearch-result-index .sidebar .filter-options .filter-options-item .filter-options-content .color .am-swatch-wrapper {
  display: unset;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li span.checkmark,
.ambrand-index-index .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li span.checkmark,
.catalogsearch-result-index .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li span.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li span.checkmark:after,
.ambrand-index-index .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li span.checkmark:after,
.catalogsearch-result-index .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li span.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  /*  background: white;*/
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li input[type="radio"],
.ambrand-index-index .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li input[type="radio"],
.catalogsearch-result-index .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li input[type="radio"] {
  opacity: 0;
  z-index: 1;
  position: absolute;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li input[type="radio"]:checked ~ .checkmark,
.ambrand-index-index .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li input[type="radio"]:checked ~ .checkmark,
.catalogsearch-result-index .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li input[type="radio"]:checked ~ .checkmark {
  background-color: #231f20;
  border: transparent;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li input[type="radio"]:checked ~ .checkmark:after,
.ambrand-index-index .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li input[type="radio"]:checked ~ .checkmark:after,
.catalogsearch-result-index .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li input[type="radio"]:checked ~ .checkmark:after {
  display: block;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li span.checkmark,
.ambrand-index-index .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li span.checkmark,
.catalogsearch-result-index .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li span.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li span.checkmark:after,
.ambrand-index-index .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li span.checkmark:after,
.catalogsearch-result-index .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li span.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #231f20;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li input[type="checkbox"]:checked ~ .checkmark,
.ambrand-index-index .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li input[type="checkbox"]:checked ~ .checkmark,
.catalogsearch-result-index .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li input[type="checkbox"]:checked ~ .checkmark {
  background-color: #231f20;
  border: transparent;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li input[type="checkbox"]:checked ~ .checkmark:after,
.ambrand-index-index .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li input[type="checkbox"]:checked ~ .checkmark:after,
.catalogsearch-result-index .sidebar .filter-options .filter-options-item .filter-options-content .am-ranges ol.items li input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}
.filter-options ul.items.am-filter-items-attr_category_ids.am-labels-folding li {
  padding: 0;
  margin: 0;
}
.filter-options ul.items.am-filter-items-attr_category_ids.am-labels-folding li.item {
  margin-bottom: 0;
}
.filter-options ul.items.am-filter-items-attr_category_ids.am-labels-folding li a {
  padding-left: 30px;
  margin-bottom: 7px;
  width: 100%;
  float: left;
}
.filter-options ul.items.am-filter-items-attr_category_ids.am-labels-folding li a:last-child {
  margin-bottom: 0;
}
.filter-options ul.items.am-filter-items-attr_category_ids.am-labels-folding li span.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.filter-options ul.items.am-filter-items-attr_category_ids.am-labels-folding li span.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #231f20;
}
.filter-options ul.items.am-filter-items-attr_category_ids.am-labels-folding li input[type="checkbox"]:checked ~ .checkmark {
  background-color: #231f20;
  border: transparent;
}
.filter-options ul.items.am-filter-items-attr_category_ids.am-labels-folding li input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}
.filter-options .items .items-children.level-1.-folding,
.filter-options .items .items-children.level-2.-folding {
  padding: 0;
  margin: 0;
}
.filter-options .items .items-children.level-1.-folding li,
.filter-options .items .items-children.level-2.-folding li {
  padding: 0;
  margin: 0;
}
.catalog-category-view .products.wrapper ~ .toolbar .toolbar-amount,
.ambrand-index-index .products.wrapper ~ .toolbar .toolbar-amount,
.catalogsearch-result-index .products.wrapper ~ .toolbar .toolbar-amount {
  display: block;
}
.catalog-category-view .column.main,
.ambrand-index-index .column.main,
.catalogsearch-result-index .column.main {
  border-left: 0;
  padding-left: 47px;
}
.catalog-category-view.page-products.page-layout-2columns-left .sidebar-main.sidebar,
.ambrand-index-index.page-products.page-layout-2columns-left .sidebar-main.sidebar,
.catalogsearch-result-index.page-products.page-layout-2columns-left .sidebar-main.sidebar {
  width: 20.4%;
}
.catalog-category-view.page-products .sidebar,
.ambrand-index-index.page-products .sidebar,
.catalogsearch-result-index.page-products .sidebar {
  padding-right: 0;
  width: 20.4%;
}
.catalog-category-view.page-products .sidebar .block,
.ambrand-index-index.page-products .sidebar .block,
.catalogsearch-result-index.page-products .sidebar .block {
  border: 0;
  padding: 0;
}
.catalog-category-view.page-products .sidebar .filter-current + .filter-actions .filter-clear:before,
.ambrand-index-index.page-products .sidebar .filter-current + .filter-actions .filter-clear:before,
.catalogsearch-result-index.page-products .sidebar .filter-current + .filter-actions .filter-clear:before {
  float: right;
  color: #676767;
}
.catalog-category-view.page-products .sidebar .filter-current + .filter-actions .filter-clear,
.ambrand-index-index.page-products .sidebar .filter-current + .filter-actions .filter-clear,
.catalogsearch-result-index.page-products .sidebar .filter-current + .filter-actions .filter-clear {
  font-size: 11px;
  font-weight: 400;
  color: #000000;
  padding-left: 10px;
}
.catalog-category-view.page-products .sidebar .filter-current + .filter-actions,
.ambrand-index-index.page-products .sidebar .filter-current + .filter-actions,
.catalogsearch-result-index.page-products .sidebar .filter-current + .filter-actions {
  height: 30px;
  text-transform: uppercase;
  padding: 0 5px;
  line-height: 28px;
  border: 1px solid #333333;
  color: #000;
  border-radius: 3px;
  width: 100px;
}
.catalog-category-view.page-products .sidebar .filter-current,
.ambrand-index-index.page-products .sidebar .filter-current,
.catalogsearch-result-index.page-products .sidebar .filter-current {
  margin: 0;
  padding: 0;
  border: 0;
}
.catalog-category-view.page-products .sidebar .filter-current .amshopby-item.item,
.ambrand-index-index.page-products .sidebar .filter-current .amshopby-item.item,
.catalogsearch-result-index.page-products .sidebar .filter-current .amshopby-item.item {
  align-items: center;
  position: relative;
  padding: 6px 1px 0px 0px;
  max-width: 100%;
  width: auto;
  line-height: normal;
  margin: 0px 0;
}
.catalog-category-view.page-products .sidebar .filter-current .amshopby-item.item .amshopby-filter-value .swatch-option.text,
.ambrand-index-index.page-products .sidebar .filter-current .amshopby-item.item .amshopby-filter-value .swatch-option.text,
.catalogsearch-result-index.page-products .sidebar .filter-current .amshopby-item.item .amshopby-filter-value .swatch-option.text {
  border: 0;
  padding: 0;
  width: auto;
  height: auto;
  margin: 0;
  color: #000;
}
.catalog-category-view.page-products .sidebar .filter-current .amshopby-item.item .amshopby-filter-value .swatch-attribute.swatch-layered.size .swatch-option,
.ambrand-index-index.page-products .sidebar .filter-current .amshopby-item.item .amshopby-filter-value .swatch-attribute.swatch-layered.size .swatch-option,
.catalogsearch-result-index.page-products .sidebar .filter-current .amshopby-item.item .amshopby-filter-value .swatch-attribute.swatch-layered.size .swatch-option {
  min-height: unset;
  background: transparent;
}
.catalog-category-view.page-products .sidebar .filter-current .amshopby-item.item .amshopby-filter-value .swatch-attribute.swatch-layered.size .swatch-option:hover:before,
.ambrand-index-index.page-products .sidebar .filter-current .amshopby-item.item .amshopby-filter-value .swatch-attribute.swatch-layered.size .swatch-option:hover:before,
.catalogsearch-result-index.page-products .sidebar .filter-current .amshopby-item.item .amshopby-filter-value .swatch-attribute.swatch-layered.size .swatch-option:hover:before {
  content: unset;
  background-color: transparent;
}
.catalog-category-view.page-products .sidebar .filter-current .amshopby-item.item .amshopby-remove,
.ambrand-index-index.page-products .sidebar .filter-current .amshopby-item.item .amshopby-remove,
.catalogsearch-result-index.page-products .sidebar .filter-current .amshopby-item.item .amshopby-remove {
  justify-content: flex-end;
  align-items: end;
  position: absolute;
  width: 14px;
  right: 10px;
  left: unset;
  top: 50%;
  transform: translate(0px, -8px);
  z-index: 50;
}
.catalog-category-view.page-products .sidebar .filter-current .amshopby-item.item .amshopby-remove span,
.ambrand-index-index.page-products .sidebar .filter-current .amshopby-item.item .amshopby-remove span,
.catalogsearch-result-index.page-products .sidebar .filter-current .amshopby-item.item .amshopby-remove span {
  color: #000;
}
.catalog-category-view.page-products .sidebar .filter-current .amshopby-item.item .amshopby-remove:after,
.ambrand-index-index.page-products .sidebar .filter-current .amshopby-item.item .amshopby-remove:after,
.catalogsearch-result-index.page-products .sidebar .filter-current .amshopby-item.item .amshopby-remove:after {
  background-color: #666666;
}
.catalog-category-view.page-products .sidebar .filter-current .amshopby-item.item .amshopby-remove:before,
.ambrand-index-index.page-products .sidebar .filter-current .amshopby-item.item .amshopby-remove:before,
.catalogsearch-result-index.page-products .sidebar .filter-current .amshopby-item.item .amshopby-remove:before {
  background-color: #666666;
}
.catalog-category-view.page-products .sidebar .filter-current .block-subtitle,
.ambrand-index-index.page-products .sidebar .filter-current .block-subtitle,
.catalogsearch-result-index.page-products .sidebar .filter-current .block-subtitle {
  margin: 10px 0px 5px 0;
  font-size: 18px;
  font-weight: 700;
  float: left;
  width: 100%;
  display: none;
}
.catalog-category-view.page-products .sidebar .filter-current ol,
.ambrand-index-index.page-products .sidebar .filter-current ol,
.catalogsearch-result-index.page-products .sidebar .filter-current ol {
  padding: 0 0 10px 0;
}
.catalog-category-view.page-products .sidebar .filter-current + .filter-actions,
.ambrand-index-index.page-products .sidebar .filter-current + .filter-actions,
.catalogsearch-result-index.page-products .sidebar .filter-current + .filter-actions {
  margin-bottom: 20px;
  position: unset;
  top: 0;
  right: 0;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-item.active .filter-options-title,
.ambrand-index-index.page-products .sidebar .filter-options .filter-options-item.active .filter-options-title,
.catalogsearch-result-index.page-products .sidebar .filter-options .filter-options-item.active .filter-options-title {
  color: #231f20;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-item .filter-options-content form.am-shopby-form .am-filter-items-attr_size.swatch-attribute .swatch-option.text,
.ambrand-index-index.page-products .sidebar .filter-options .filter-options-item .filter-options-content form.am-shopby-form .am-filter-items-attr_size.swatch-attribute .swatch-option.text,
.catalogsearch-result-index.page-products .sidebar .filter-options .filter-options-item .filter-options-content form.am-shopby-form .am-filter-items-attr_size.swatch-attribute .swatch-option.text {
  color: #000;
  width: 30px;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-item:first-child,
.ambrand-index-index.page-products .sidebar .filter-options .filter-options-item:first-child,
.catalogsearch-result-index.page-products .sidebar .filter-options .filter-options-item:first-child {
  border-top: 1px solid #edeef2;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-content,
.ambrand-index-index.page-products .sidebar .filter-options .filter-options-content,
.catalogsearch-result-index.page-products .sidebar .filter-options .filter-options-content {
  margin: 10px 0px 0px 0px;
  display: flex;
  flex-direction: column;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-content .items.am-filter-items-attr_price,
.ambrand-index-index.page-products .sidebar .filter-options .filter-options-content .items.am-filter-items-attr_price,
.catalogsearch-result-index.page-products .sidebar .filter-options .filter-options-content .items.am-filter-items-attr_price {
  order: 2;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-content .am-filter-items-attr_price,
.ambrand-index-index.page-products .sidebar .filter-options .filter-options-content .am-filter-items-attr_price,
.catalogsearch-result-index.page-products .sidebar .filter-options .filter-options-content .am-filter-items-attr_price {
  order: 1;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-content .range,
.ambrand-index-index.page-products .sidebar .filter-options .filter-options-content .range,
.catalogsearch-result-index.page-products .sidebar .filter-options .filter-options-content .range {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: space-between;
  margin-bottom: 15px;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-content .range .am-filter-price,
.ambrand-index-index.page-products .sidebar .filter-options .filter-options-content .range .am-filter-price,
.catalogsearch-result-index.page-products .sidebar .filter-options .filter-options-content .range .am-filter-price {
  width: 43%;
  width: 100px !important;
  height: 35px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  max-width: 100%;
  text-align: right;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-content .range .delimiter,
.ambrand-index-index.page-products .sidebar .filter-options .filter-options-content .range .delimiter,
.catalogsearch-result-index.page-products .sidebar .filter-options .filter-options-content .range .delimiter {
  display: none;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-content .range button.am-filter-go,
.ambrand-index-index.page-products .sidebar .filter-options .filter-options-content .range button.am-filter-go,
.catalogsearch-result-index.page-products .sidebar .filter-options .filter-options-content .range button.am-filter-go,
.catalog-category-view.page-products .sidebar .filter-options .filter-options-content .range .cart.table-wrapper .actions-toolbar > .action.am-filter-go,
.ambrand-index-index.page-products .sidebar .filter-options .filter-options-content .range .cart.table-wrapper .actions-toolbar > .action.am-filter-go,
.catalogsearch-result-index.page-products .sidebar .filter-options .filter-options-content .range .cart.table-wrapper .actions-toolbar > .action.am-filter-go {
  display: none;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-content .ui-slider-horizontal,
.ambrand-index-index.page-products .sidebar .filter-options .filter-options-content .ui-slider-horizontal,
.catalogsearch-result-index.page-products .sidebar .filter-options .filter-options-content .ui-slider-horizontal {
  background: #fbd7d8;
  border-radius: 0;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-content ol li,
.ambrand-index-index.page-products .sidebar .filter-options .filter-options-content ol li,
.catalogsearch-result-index.page-products .sidebar .filter-options .filter-options-content ol li {
  margin-bottom: 7px;
  position: relative;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-content ol li:last-child,
.ambrand-index-index.page-products .sidebar .filter-options .filter-options-content ol li:last-child,
.catalogsearch-result-index.page-products .sidebar .filter-options .filter-options-content ol li:last-child {
  margin-bottom: 0px;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-content ol li a,
.ambrand-index-index.page-products .sidebar .filter-options .filter-options-content ol li a,
.catalogsearch-result-index.page-products .sidebar .filter-options .filter-options-content ol li a {
  font-size: 14px;
  color: #333;
  padding-left: 0;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-item,
.ambrand-index-index.page-products .sidebar .filter-options .filter-options-item,
.catalogsearch-result-index.page-products .sidebar .filter-options .filter-options-item {
  padding: 16px 0;
  border-bottom: 0px solid #edeef2;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-item .filter-options-title,
.ambrand-index-index.page-products .sidebar .filter-options .filter-options-item .filter-options-title,
.catalogsearch-result-index.page-products .sidebar .filter-options .filter-options-item .filter-options-title {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-transform: none;
  margin: 0;
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-item .filter-options-title:after,
.ambrand-index-index.page-products .sidebar .filter-options .filter-options-item .filter-options-title:after,
.catalogsearch-result-index.page-products .sidebar .filter-options .filter-options-item .filter-options-title:after {
  font-size: 32px;
  color: #999999;
  font-weight: normal;
  content: '\e622';
  font-family: 'icons-blank-theme';
}
.catalog-category-view.page-products .sidebar .filter-options .filter-options-item.active .filter-options-title:after,
.ambrand-index-index.page-products .sidebar .filter-options .filter-options-item.active .filter-options-title:after,
.catalogsearch-result-index.page-products .sidebar .filter-options .filter-options-item.active .filter-options-title:after {
  content: '\e621';
}
.catalog-category-view h1,
.ambrand-index-index h1,
.catalogsearch-result-index h1 {
  font-size: 24px;
  text-align: left;
  font-weight: 400 !important;
  margin: 5px 0 4px 0;
}
.catalog-category-view .category-description p,
.ambrand-index-index .category-description p,
.catalogsearch-result-index .category-description p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.catalog-category-view .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action,
.ambrand-index-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action,
.catalogsearch-result-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action {
  background-color: transparent;
}
.catalog-category-view .grid .product-items li .product-item-info .product-item-inner .product-item-actions .actions,
.ambrand-index-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .actions,
.catalogsearch-result-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .actions {
  justify-content: unset;
}
.catalog-category-view .grid .product-items li .product-item-info .product-item-inner .product-item-actions form.action .tocart,
.ambrand-index-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions form.action .tocart,
.catalogsearch-result-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions form.action .tocart {
  padding: 0;
  float: left;
  width: auto;
  border-right: 1px solid #333;
  padding-right: 23px;
}
.catalog-category-view .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action,
.ambrand-index-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action,
.catalogsearch-result-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action {
  padding: 0px;
  margin: 0;
  width: auto;
}
.catalog-category-view .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action.tocompare,
.ambrand-index-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action.tocompare,
.catalogsearch-result-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action.tocompare {
  border-right: 1px solid #cccccc;
  padding: 0 14px 0 8px;
  border-radius: 0;
}
.catalog-category-view .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action.tocompare:hover,
.ambrand-index-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action.tocompare:hover,
.catalogsearch-result-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action.tocompare:hover {
  border-right: 1px solid #cccccc;
}
.catalog-category-view .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action.mdquickview,
.ambrand-index-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action.mdquickview,
.catalogsearch-result-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action.mdquickview {
  padding: 0 0px 0 16px;
}
.catalog-category-view .grid .product-items li .product-item-info .product-item-inner .product-item-actions .mdquickview:hover:before,
.ambrand-index-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .mdquickview:hover:before,
.catalogsearch-result-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .mdquickview:hover:before {
  color: #ffffff;
}
.catalog-category-view .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocompare:hover:before,
.ambrand-index-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocompare:hover:before,
.catalogsearch-result-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocompare:hover:before {
  color: #ffffff;
}
.catalog-category-view .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocart:hover:before,
.ambrand-index-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocart:hover:before,
.catalogsearch-result-index .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocart:hover:before {
  color: #ffffff;
}
.catalog-category-view .toolbar.toolbar-products .pages ul.items.pages-items li.item strong,
.ambrand-index-index .toolbar.toolbar-products .pages ul.items.pages-items li.item strong,
.catalogsearch-result-index .toolbar.toolbar-products .pages ul.items.pages-items li.item strong,
.catalog-category-view .toolbar.toolbar-products .pages ul.items.pages-items li.item a,
.ambrand-index-index .toolbar.toolbar-products .pages ul.items.pages-items li.item a,
.catalogsearch-result-index .toolbar.toolbar-products .pages ul.items.pages-items li.item a {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background-color: #fff;
  color: #000;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.catalog-category-view .bottom-toolbar .toolbar-products,
.ambrand-index-index .bottom-toolbar .toolbar-products,
.catalogsearch-result-index .bottom-toolbar .toolbar-products {
  border-bottom: 0;
}
.catalog-category-view .bottom-toolbar .toolbar-amount::before,
.ambrand-index-index .bottom-toolbar .toolbar-amount::before,
.catalogsearch-result-index .bottom-toolbar .toolbar-amount::before {
  content: '';
}
.catalog-category-view .bottom-toolbar .toolbar-amount::after,
.ambrand-index-index .bottom-toolbar .toolbar-amount::after,
.catalogsearch-result-index .bottom-toolbar .toolbar-amount::after {
  content: '';
}
.catalog-category-view .toolbar.toolbar-products .pages ul.items.pages-items li.item.current strong,
.ambrand-index-index .toolbar.toolbar-products .pages ul.items.pages-items li.item.current strong,
.catalogsearch-result-index .toolbar.toolbar-products .pages ul.items.pages-items li.item.current strong {
  background-color: #000;
  color: #fff;
}
.catalog-category-view .grid .product-items li,
.ambrand-index-index .grid .product-items li,
.catalogsearch-result-index .grid .product-items li {
  margin-bottom: 15px;
}
.catalog-category-view .grid .product-items li .product-item-info a.product.photo.product-item-photo .top_right.category,
.ambrand-index-index .grid .product-items li .product-item-info a.product.photo.product-item-photo .top_right.category,
.catalogsearch-result-index .grid .product-items li .product-item-info a.product.photo.product-item-photo .top_right.category {
  left: 0;
  right: unset;
}
.catalog-category-view .grid .product-items li .product-item-details,
.ambrand-index-index .grid .product-items li .product-item-details,
.catalogsearch-result-index .grid .product-items li .product-item-details {
  padding: 0px 20px 20px 20px;
  position: relative;
}
.catalog-category-view .grid .product-items li .product-item-details .plp-desc,
.ambrand-index-index .grid .product-items li .product-item-details .plp-desc,
.catalogsearch-result-index .grid .product-items li .product-item-details .plp-desc {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 44px;
}
.catalog-category-view .grid .product-items li .product-item-content .product-item-name,
.ambrand-index-index .grid .product-items li .product-item-content .product-item-name,
.catalogsearch-result-index .grid .product-items li .product-item-content .product-item-name {
  margin: 10px 0 7px 0;
  line-height: 18px;
}
.catalog-category-view .grid .product-items li .product-item-content .product-item-name a,
.ambrand-index-index .grid .product-items li .product-item-content .product-item-name a,
.catalogsearch-result-index .grid .product-items li .product-item-content .product-item-name a {
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 37px;
}
.catalog-category-view .grid .product-items li .product-item-content .price-box.price-final_price .price,
.ambrand-index-index .grid .product-items li .product-item-content .price-box.price-final_price .price,
.catalogsearch-result-index .grid .product-items li .product-item-content .price-box.price-final_price .price {
  font-size: 18px;
  color: #000;
}
.catalog-category-view .grid .product-items li .product-item-content .price-box.price-final_price .old-price .price,
.ambrand-index-index .grid .product-items li .product-item-content .price-box.price-final_price .old-price .price,
.catalogsearch-result-index .grid .product-items li .product-item-content .price-box.price-final_price .old-price .price {
  font-size: 16px;
  color: #999999;
  font-weight: normal;
}
.catalog-category-view .grid .product-items li .product-item-content .price-box .price-label,
.ambrand-index-index .grid .product-items li .product-item-content .price-box .price-label,
.catalogsearch-result-index .grid .product-items li .product-item-content .price-box .price-label {
  display: none !important;
}
.catalog-category-view .grid .product-items li .product-item-content .swatch-attribute.size,
.ambrand-index-index .grid .product-items li .product-item-content .swatch-attribute.size,
.catalogsearch-result-index .grid .product-items li .product-item-content .swatch-attribute.size {
  /*  display: none;*/
}
.catalog-category-view .grid .product-items li .product-image-photo,
.ambrand-index-index .grid .product-items li .product-image-photo,
.catalogsearch-result-index .grid .product-items li .product-image-photo {
  max-width: 100%;
}
.catalog-category-view .grid .product-items li .product-item-info,
.ambrand-index-index .grid .product-items li .product-item-info,
.catalogsearch-result-index .grid .product-items li .product-item-info {
  border: 0;
}
.catalog-category-view .grid .product-items li .product-item-info a.action.towishlist,
.ambrand-index-index .grid .product-items li .product-item-info a.action.towishlist,
.catalogsearch-result-index .grid .product-items li .product-item-info a.action.towishlist {
  display: none;
}
.catalog-category-view .grid .product-items li .product-item-info a.product.photo.product-item-photo,
.ambrand-index-index .grid .product-items li .product-item-info a.product.photo.product-item-photo,
.catalogsearch-result-index .grid .product-items li .product-item-info a.product.photo.product-item-photo {
  display: inline-block;
  width: 100%;
  border-radius: 4px 4px 0px 0px;
  text-align: center;
}
.catalog-category-view .grid .product-items li .product-item-info a.product.photo.product-item-photo .product-image-container,
.ambrand-index-index .grid .product-items li .product-item-info a.product.photo.product-item-photo .product-image-container,
.catalogsearch-result-index .grid .product-items li .product-item-info a.product.photo.product-item-photo .product-image-container {
  display: block;
  max-width: 100%;
  width: 100% !important;
  margin: 0 !important;
}
.catalog-category-view .grid .product-items li .product-item-info:hover,
.ambrand-index-index .grid .product-items li .product-item-info:hover,
.catalogsearch-result-index .grid .product-items li .product-item-info:hover {
  box-shadow: 0 0 10px #a7a7a7;
  border-radius: 5px;
}
.catalog-category-view .grid .product-items li .product-item-info:hover .action.towishlist::before,
.ambrand-index-index .grid .product-items li .product-item-info:hover .action.towishlist::before,
.catalogsearch-result-index .grid .product-items li .product-item-info:hover .action.towishlist::before,
.catalog-category-view .grid .product-items li .product-item-info:hover .action.towishlist.active::before,
.ambrand-index-index .grid .product-items li .product-item-info:hover .action.towishlist.active::before,
.catalogsearch-result-index .grid .product-items li .product-item-info:hover .action.towishlist.active::before {
  color: #da191f;
}
.catalog-category-view .grid .product-items li .product-item-info:hover .action.towishlist::before,
.ambrand-index-index .grid .product-items li .product-item-info:hover .action.towishlist::before,
.catalogsearch-result-index .grid .product-items li .product-item-info:hover .action.towishlist::before,
.catalog-category-view .grid .product-items li .product-item-info:hover .action.towishlist:hover::before,
.ambrand-index-index .grid .product-items li .product-item-info:hover .action.towishlist:hover::before,
.catalogsearch-result-index .grid .product-items li .product-item-info:hover .action.towishlist:hover::before {
  color: #da191f;
}
.catalog-category-view .grid .product-items li .product-item-info:hover .action.towishlist,
.ambrand-index-index .grid .product-items li .product-item-info:hover .action.towishlist,
.catalogsearch-result-index .grid .product-items li .product-item-info:hover .action.towishlist,
.catalog-category-view .grid .product-items li .product-item-info:hover .action.towishlist,
.ambrand-index-index .grid .product-items li .product-item-info:hover .action.towishlist,
.catalogsearch-result-index .grid .product-items li .product-item-info:hover .action.towishlist {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 9;
  display: block;
}
.catalog-category-view .grid .product-items li .product-item-info:hover .action.towishlist::before,
.ambrand-index-index .grid .product-items li .product-item-info:hover .action.towishlist::before,
.catalogsearch-result-index .grid .product-items li .product-item-info:hover .action.towishlist::before,
.catalog-category-view .grid .product-items li .product-item-info:hover .action.towishlist::before,
.ambrand-index-index .grid .product-items li .product-item-info:hover .action.towishlist::before,
.catalogsearch-result-index .grid .product-items li .product-item-info:hover .action.towishlist::before {
  content: "\e943";
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  font-family: 'md-ico-fgo';
  float: left;
  padding-right: 5px;
  color: #000;
  height: 24px;
  width: 24px;
  right: 20px;
  position: relative;
  top: 10px;
}
.catalog-category-view .grid .product-items li:hover .product-item-inner,
.ambrand-index-index .grid .product-items li:hover .product-item-inner,
.catalogsearch-result-index .grid .product-items li:hover .product-item-inner {
  top: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: 0px 3px 7px 1px #a7a7a7;
  border-top: 0px;
  padding: 2px;
  margin-top: -5px;
  border-radius: 5px;
  opacity: 1;
}
.catalog-category-view .grid .product-items li .product-item-inner,
.ambrand-index-index .grid .product-items li .product-item-inner,
.catalogsearch-result-index .grid .product-items li .product-item-inner {
  top: 50%;
}
.catalog-category-view .grid .product-items li .product-item-inner .product-item-actions form.action .tocart,
.ambrand-index-index .grid .product-items li .product-item-inner .product-item-actions form.action .tocart,
.catalogsearch-result-index .grid .product-items li .product-item-inner .product-item-actions form.action .tocart {
  padding: 0;
}
.catalog-category-view .grid .product-items li .product-item-inner .product-item-actions form.action .tocart,
.ambrand-index-index .grid .product-items li .product-item-inner .product-item-actions form.action .tocart,
.catalogsearch-result-index .grid .product-items li .product-item-inner .product-item-actions form.action .tocart {
  padding: 0;
}
.catalog-category-view .grid .product-items li .product-item-inner .product-item-actions .action,
.ambrand-index-index .grid .product-items li .product-item-inner .product-item-actions .action,
.catalogsearch-result-index .grid .product-items li .product-item-inner .product-item-actions .action {
  padding: 0;
  margin: 0;
}
.catalog-category-view .grid .product-items li .product-item-inner .actions.product-item-actions,
.ambrand-index-index .grid .product-items li .product-item-inner .actions.product-item-actions,
.catalogsearch-result-index .grid .product-items li .product-item-inner .actions.product-item-actions {
  flex-wrap: nowrap;
  background-color: #000;
  border-radius: 0px 0px 4px 4px;
  padding: 0px;
  justify-content: flex-start;
  height: 60px;
  overflow: hidden;
}
.catalog-category-view .grid .product-items li .product-item-inner .actions.product-item-actions .actions,
.ambrand-index-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions,
.catalogsearch-result-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions {
  flex-wrap: nowrap;
  display: inline-block;
  width: 100%;
}
.catalog-category-view .grid .product-items li .product-item-inner .actions.product-item-actions .actions .action,
.ambrand-index-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions .action,
.catalogsearch-result-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions .action {
  display: inline-block;
  width: 53%;
  padding: 0px 0px 0 19px;
}
.catalog-category-view .grid .product-items li .product-item-inner .actions.product-item-actions .actions .list-action-right,
.ambrand-index-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions .list-action-right,
.catalogsearch-result-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions .list-action-right {
  display: inline-block;
  width: 47%;
  padding: 0px 0px;
}
.catalog-category-view .grid .product-items li .product-item-inner .actions.product-item-actions .actions .list-action-right .action,
.ambrand-index-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions .list-action-right .action,
.catalogsearch-result-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions .list-action-right .action {
  display: inline-block;
  width: 50%;
  padding: 0px;
  line-height: 60px;
  border-right: 1px solid #333;
  height: 60px;
}
.catalog-category-view .grid .product-items li .product-item-inner .actions.product-item-actions .actions .list-action-right .action.tocompare,
.ambrand-index-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions .list-action-right .action.tocompare,
.catalogsearch-result-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions .list-action-right .action.tocompare {
  border: 0;
}
.catalog-category-view .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action,
.ambrand-index-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action,
.catalogsearch-result-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action,
.catalog-category-view .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action .tocart,
.ambrand-index-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action .tocart,
.catalogsearch-result-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action .tocart {
  line-height: 60px;
  background: transparent;
  height: auto;
  border-radius: 0;
  color: #fff;
}
.rtl-layout .product-info-main .swatch-attribute-selected-option {
  padding-left: 0;
  padding-right: 0px;
  order: 2;
  padding-top: 5px;
}
.rtl-layout .product-info-main .swatch-opt .swatch-attribute .swatch-attribute-label {
  float: right;
}
.page-wrapper .product-info-main .box-tocart .fieldset,
.page-wrapper .block-bundle-summary .box-tocart .fieldset {
  display: table;
  width: 100%;
}
.fieldset > .field label span {
  color: #333333;
}
.product-options-bottom .box-tocart .fieldset label.label {
  margin-bottom: 5px;
}
#md_subscription_content .product-options-wrapper .control.date-picker:before {
  content: '\e612' !important;
  font-size: 30px !important;
  color: #000000 !important;
  top: -5px;
}
.catalog-product-view .product.media .top_right {
  top: 40px;
}
.catalog-product-view header.modal-header .modal-title {
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
}
#store-information-list h3 {
  font-weight: 400;
  margin: 15px 0 15px;
}
.old-price .price {
  text-decoration: line-through;
  font-size: 16px;
  color: #999999;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart,
.block-bundle-summary .box-tocart {
  padding: 0 0 10px;
}
button#button-postcode-check,
.cart.table-wrapper .actions-toolbar > .action#button-postcode-check {
  padding: 0px 15px;
}
.category-image,
.category-description {
  margin-bottom: 0;
  margin: 0px;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}
.category-image p,
.category-description p {
  margin-bottom: 0;
  margin: 0px;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}
.category-description {
  margin: 19px 0 25px 0;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
  border: 1px solid #eee;
  border-radius: 3px;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product-info-main #instant-purchase + div,
.block-bundle-summary #instant-purchase + div {
  padding-top: 15px;
}
.product-info-main .box-tocart .field.qty #qty-error,
.product-options-bottom .box-tocart .field.qty #qty-error,
.block-bundle-summary .box-tocart .field.qty #qty-error {
  position: absolute;
  font-size: 12px;
  left: 0;
  bottom: -20px;
  width: 230px;
}
.product-info-main .box-tocart .field.qty .control,
.product-options-bottom .box-tocart .field.qty .control,
.block-bundle-summary .box-tocart .field.qty .control {
  position: relative;
}
.product-downloadable-product .product-info-main .items.samples {
  margin: 10px 0 0;
}
.product-downloadable-product .product-info-main .items.samples dt,
.product-downloadable-product .product-info-main .items.samples dd {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 10px 5px 0;
}
.rtl-layout .product-group-product .product-info-main .product-info-stock-sku {
  float: none !important;
}
.rtl-layout .product-group-product .product-info-main .price-box {
  margin: 0px !important;
}
.rtl-layout .product-options-wrapper .field.downloads .field.choice .sample.link {
  margin: 0 10px 0 0;
  float: left;
}
.rtl-layout .product-options-wrapper .field.downloads label.label {
  float: right !important;
  display: inline-block !important;
  margin: 0 0 0 5px;
}
.rtl-layout .product-info-main .items.samples dt,
.rtl-layout .product-info-main .items.samples dd {
  display: inline-block;
  width: auto;
  text-align: right;
  float: right;
  margin: 0 0 0 5px;
}
.rtl-layout .page-product-downloadable .product-add-form .product-options-bottom .box-tocart,
.rtl-layout .page-product-downloadable .product-add-form .product-options-wrapper .box-tocart {
  float: right;
  clear: right;
}
.rtl-layout .product-downloadable-product .product-info-main .items.samples dt,
.rtl-layout .product-downloadable-product .product-info-main .items.samples dd {
  margin: 0 0 5px 10px;
}
.rtl-layout .page-layout-1column .product-info-main .box-tocart .field.qty label.label,
.rtl-layout .page-layout-1column .block-bundle-summary .box-tocart .field.qty label.label {
  display: block;
  clear: right;
  text-align: right;
}
.rtl-layout .product.info.detailed .block.review-add .review-form .fieldset .field.review-field-ratings label.label {
  padding: 8px 0 0 10px;
}
.rtl-layout .product-info-main .product-info-stock-sku .store-information #store-information-button {
  margin: 0 10px 0 0px;
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart,
.block-bundle-summary .box-tocart {
  z-index: 0;
}
.product-info-main .product-social-links .action:focus,
.block-bundle-summary .product-social-links .action:focus {
  background-color: transparent !important;
  outline: none !important;
  border: none !important;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 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: 4px 30px 10px 0;
}
/**********/
.md-sharethis-box {
  clear: both;
  position: absolute;
  right: 0;
  top: 10px;
  float: right;
  text-align: right;
}
.md-sharethis-box .sharethis-label {
  float: right;
  padding: 0px 30px 0 0;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  color: #757575;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.md-sharethis-box .sharethis-label:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.md-sharethis-box .sharethis-label:hover {
  text-decoration: none;
}
.md-sharethis-box .sharethis-label:before {
  content: "\e923";
  position: absolute;
  right: 0;
  font-size: 18px;
  line-height: normal;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  display: inherit;
}
.md-sharethis-box .sharethis-label:hover {
  color: #d71923;
}
.md-sharethis-box .sharethis-label:hover:before {
  transform: translateX(-1px) rotateY(-180deg);
  -ms-transform: translateX(-1px) rotateY(-180deg);
  -webkit-transform: translateX(-1px) rotateY(-180deg);
}
.md-sharethis-box #st-1.sharethis-inline-share-buttons {
  opacity: 0;
  visibility: hidden;
  text-align: right;
  float: right;
  margin: 7px 0 0 0;
  line-height: 38px;
  clear: both;
  /*._md-transition-5;*/
}
.md-sharethis-box #st-1.sharethis-inline-share-buttons .st-btn {
  clear: both;
  float: left;
  margin: 5px 0 0 0;
  display: block !important;
}
.md-sharethis-box.open {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.md-sharethis-box.open #st-1.sharethis-inline-share-buttons {
  opacity: 1;
  width: 32px;
  visibility: visible;
}
/**********/
.product-info-main {
  position: relative;
}
.product-info-main .product-info-postcode-store {
  display: flex;
  width: 100%;
  margin: 0px 0px;
  border-top: 1px solid #eee;
  padding: 10px 0px 20px 0px;
  border-bottom: 1px solid #eee;
}
.product-info-main .product-info-postcode-store .md-postcode {
  width: auto;
  margin: 10px 0 0 0;
  position: relative;
  float: left;
  max-width: 50%;
}
.product-info-main .product-info-postcode-store .store-information {
  float: left;
  margin: 0 0px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  width: 100%;
  display: block;
  padding: 20px 0px;
}
.product-info-main .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text {
  background: #fff;
}
.product-info-main .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text.selected {
  background-color: #000 !important;
  color: #fff;
}
.product-info-main .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text.selected:before {
  content: none;
}
.product-info-main .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text:hover {
  background-color: #000;
  color: #fff;
}
.product-info-main .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text:hover:before {
  content: none;
}
.product-info-main .product-options-wrapper {
  margin: 0px;
  display: inline-block;
  width: 100%;
}
.product-info-main .product-options-wrapper .swatch-attribute:last-child {
  margin-bottom: 0px;
}
.product-info-main .product-options-wrapper .swatch-attribute:last-child span.swatch-attribute-selected-option {
  order: 2;
  padding: 5px 0;
}
.product-info-main .product-options-wrapper .swatch-attribute:last-child .swatch-attribute-options .swatch-option.color {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.product-info-main .product-options-wrapper .swatch-attribute:last-child .swatch-attribute-options .swatch-option.color.selected {
  border: 1px solid #cccc;
}
.product-info-main .product-options-wrapper .swatch-attribute:last-child .swatch-attribute-options .swatch-option.color.selected:before {
  color: #000;
  text-shadow: 0px 1px 0px #fff;
}
.product-info-main .product-options-wrapper .swatch-attribute:last-child .swatch-attribute-options .swatch-option.color:hover:before {
  color: #000;
  text-shadow: 0px 1px 0px #fff;
}
.product-info-main .product-options-wrapper .subsc_details {
  display: inline-block;
  width: 100%;
  color: #000;
}
.product-info-main .product-options-wrapper .subsc_details .subsc_period {
  padding-right: 10px;
}
.product-info-main .product-options-wrapper .subsc_details .subsc_date {
  padding-left: 10px;
}
.product-info-main .product-options-wrapper .subsc_details .subsc_period,
.product-info-main .product-options-wrapper .subsc_details .subsc_date {
  margin: 0px;
  width: 50%;
  float: left;
}
.product-info-main .product-options-wrapper .subsc_details .subsc_period .field.required,
.product-info-main .product-options-wrapper .subsc_details .subsc_date .field.required {
  margin-bottom: 0px;
}
.product-info-main .product-options-wrapper .subsc_details .subsc_period label,
.product-info-main .product-options-wrapper .subsc_details .subsc_date label {
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  margin: 0px 0 5px 0;
}
.product-info-main .product-options-wrapper .subsc_details .subsc_period .control select,
.product-info-main .product-options-wrapper .subsc_details .subsc_date .control select,
.product-info-main .product-options-wrapper .subsc_details .subsc_period input select,
.product-info-main .product-options-wrapper .subsc_details .subsc_date input select,
.product-info-main .product-options-wrapper .subsc_details .subsc_period .control input,
.product-info-main .product-options-wrapper .subsc_details .subsc_date .control input,
.product-info-main .product-options-wrapper .subsc_details .subsc_period input input,
.product-info-main .product-options-wrapper .subsc_details .subsc_date input input {
  height: 45px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 100%;
  padding: 0px 30px 0px 20px;
}
.product-info-main .product-options-wrapper .subsc_date {
  display: inline-block;
  width: 100%;
  color: #000;
}
.product-info-main .product-options-wrapper .subsc_date .subsc_period {
  margin: 0px;
  width: 50%;
  float: left;
}
.product-info-main .product-options-wrapper .subsc_date .subsc_period label {
  font-size: 15px;
  font-weight: normal;
}
.product-info-main .product-options-wrapper .subsc_date .subsc_period .control select,
.product-info-main .product-options-wrapper .subsc_date .subsc_period .control input {
  height: 45px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 100%;
  padding: 0px 30px 0px 20px;
}
.product-info-main .product-options-wrapper .swatch-attribute.color .swatch-attribute-label,
.product-info-main .product-options-wrapper .swatch-attribute.size .swatch-attribute-label {
  float: left;
  line-height: 33px;
  margin-right: 5px;
}
.product-info-main .product-options-wrapper .swatch-attribute.color .swatch-attribute-options,
.product-info-main .product-options-wrapper .swatch-attribute.size .swatch-attribute-options {
  float: left;
  margin: 0px 5px;
}
.product-info-main .product-options-wrapper div.mage-error[generated] {
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
}
.product-info-main .product-add-form table > thead > tr > th,
.product-info-main .product-add-form table > tbody > tr > th,
.product-info-main .product-add-form table > tfoot > tr > th,
.product-info-main .product-add-form table > thead > tr > td,
.product-info-main .product-add-form table > tbody > tr > td,
.product-info-main .product-add-form table > tfoot > tr > td {
  vertical-align: middle;
}
.product-info-main .product-add-form table > thead > tr > th:last-child,
.product-info-main .product-add-form table > tbody > tr > th:last-child,
.product-info-main .product-add-form table > tfoot > tr > th:last-child,
.product-info-main .product-add-form table > thead > tr > td:last-child,
.product-info-main .product-add-form table > tbody > tr > td:last-child,
.product-info-main .product-add-form table > tfoot > tr > td:last-child {
  text-align: right;
}
.product-info-main .product-add-form .grouped .price-box {
  margin: 10px 0 10px 0;
}
.product-info-main .page-title-wrapper h1.page-title {
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .product-info-stock-sku {
  font-size: 14px;
  float: none;
  display: inline-block;
  margin: 10px 0px 0px 0px;
  width: 100%;
}
.product-info-main .product-info-stock-sku .store-information {
  display: inline-block;
  vertical-align: top;
}
.product-info-main .product-info-stock-sku .store-information #store-information-button {
  margin: 0 0 0 10px;
  display: block;
}
.product-info-main .product-info-stock-sku .store-information #store-information-button span {
  background-color: #231f20;
}
.product-info-main .product-info-stock-sku .store-information #store-information-button span:hover {
  background-color: #000000;
}
.product-info-main .stock {
  margin: 0px 0px 0px 0px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 300;
  vertical-align: top;
  background: #ecf5ec;
  padding: 5px 15px;
  border-radius: 15px;
}
.product-info-main .stock.available {
  color: #339637;
}
.product-info-main .product-info-stock-sku-review {
  margin: 10px 0px 0px 0px;
}
.product-info-main .product-info-stock-sku-review .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #333333;
  font-weight: 300;
  border-right: 1px solid #cccccc;
  padding-right: 15px;
  line-height: 20px;
  float: left;
  margin-top: 5px;
  margin-right: 15px;
  font-size: 15px;
}
.product-info-main .product-info-stock-sku-review .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product-info-stock-sku-review .product.attribute.sku .type {
  margin-right: 0px;
  font-weight: 300;
}
.product-info-main .product-info-stock-sku-review .product.attribute.sku .type:after {
  content: ':';
}
.product-info-main .product-info-stock-sku-review .product.attribute.overview {
  margin: 20px 0 0 0;
  color: #908e8e;
  border-bottom: 1px solid #cccccc;
  padding: 0px 0 15px 0;
  font-size: 15px;
  font-weight: 300;
}
.product-info-main .product-info-stock-sku-review .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  float: left;
  margin: 5px 10px 20px 0;
  display: inline-block;
  width: 100%;
}
.product-info-main .price-box span.special-price,
.product-info-main .price-box span.old-price {
  float: left;
  display: block;
}
.product-info-main .price-box.price-final_price .normal-price .price-label {
  display: none !important;
}
.product-info-main .price-box.price-final_price .old-price .price-label {
  display: none !important;
}
.product-info-main .bundle-actions {
  float: left;
  clear: both;
}
.product-info-main .product-add-form {
  float: left;
  clear: both;
  width: 100%;
  margin: 10px 0 0 0;
}
.product-info-main .product-add-form .product-options-bottom {
  margin: 15px 0px;
}
.product-info-main .product-add-form .swatch-opt {
  margin: 0px 0 0 0;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-info-main .product-reviews-summary .reviews-actions .review-box {
  float: left;
  line-height: 15px;
  padding: 0px;
  margin: 0px;
}
.product-info-main .product-reviews-summary .reviews-actions a {
  color: #006bb4;
  font-size: 15px;
  font-weight: normal;
  text-decoration: underline;
}
.product-info-main .product-reviews-summary .reviews-actions a.view {
  color: #006bb4;
  margin-right: 15px;
}
.product-info-main .product-reviews-summary .reviews-actions a:hover {
  color: #231f20;
  text-decoration: none;
}
.product-info-main .product-social-links {
  float: left;
  width: 100%;
  margin: 0px 0;
}
.product-info-main .product-social-links .product-addto-links {
  float: left;
  margin: 0;
  width: 100%;
}
.product-info-main .product-social-links .action {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  padding: 8px 0px;
  float: left;
  background: transparent;
  border: 0;
  margin: 0 20px 0 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.product-info-main .product-social-links .action > span {
  float: right;
  line-height: 20px;
  padding: 0 8px 0 0px;
}
.product-info-main .product-social-links .action.mailto.friend:after,
.product-info-main .product-social-links .action.towishlist:after,
.product-info-main .product-social-links .action.tocompare:after {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.product-info-main .product-social-links .action.mailto.friend:hover,
.product-info-main .product-social-links .action.towishlist:hover,
.product-info-main .product-social-links .action.tocompare:hover {
  text-decoration: none;
}
.product-info-main .product-social-links .action.mailto.friend:after,
.product-info-main .product-social-links .action.towishlist:after,
.product-info-main .product-social-links .action.tocompare:after {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  display: inline-block;
  line-height: 18px;
  margin-right: 15px;
  line-height: 24px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.product-info-main .product-social-links .action.mailto.friend:hover:after,
.product-info-main .product-social-links .action.towishlist:hover:after,
.product-info-main .product-social-links .action.tocompare:hover:after {
  transform: translateX(-1px) rotateY(-180deg);
  -ms-transform: translateX(-1px) rotateY(-180deg);
  -webkit-transform: translateX(-1px) rotateY(-180deg);
  color: #d71921;
  border: 0;
}
.product-info-main .product-social-links .action.tocompare:after {
  content: "\e933";
}
.product-info-main .product-social-links .action.towishlist:after {
  content: "\e943";
}
.product-info-main .product-social-links .action.towishlist:hover {
  border: 0;
}
.product-info-main .product-social-links .action.mailto.friend:before {
  display: none;
}
.product-info-main .product-social-links .action.mailto.friend:after {
  content: "\e918";
}
.product-info-main .product-social-links .action:hover {
  color: #d71921;
  background: transparent;
}
.product-info-main .items.samples {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
.product-info-main .items.samples dt,
.product-info-main .items.samples dd {
  float: left;
  width: 100%;
}
div.fotorama__thumb-border {
  border-color: #231f20;
}
.fotorama__spinner {
  background-repeat: no-repeat;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.block-bundle-summary .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.block-bundle-summary .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee,
.block-bundle-summary .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.block-bundle-summary .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.block-bundle-summary .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price,
.block-bundle-summary .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price,
.block-bundle-summary .price-box .price-wrapper .price {
  font-size: 35px;
  font-weight: 400;
  float: left;
  line-height: normal;
  color: #000;
}
.product-info-main .price-box .old-price,
.product-options-bottom .price-box .old-price,
.block-bundle-summary .price-box .old-price {
  color: #a1a1a1;
  font-weight: 300;
}
.product-info-main .price-box .old-price .price,
.product-options-bottom .price-box .old-price .price,
.block-bundle-summary .price-box .old-price .price {
  font-size: 20px;
  font-weight: 300;
  color: #999;
  text-decoration: line-through;
  vertical-align: middle;
  margin: 13px 0 0 10px;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price,
.block-bundle-summary .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price,
.block-bundle-summary .special-price {
  display: block;
  /*margin: @indent__s 0;*/
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container,
.block-bundle-summary .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper,
.block-bundle-summary .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.block-bundle-summary .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after,
.block-bundle-summary .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart,
.block-bundle-summary .box-tocart {
  margin: 20px 0 10px;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty,
.block-bundle-summary .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.block-bundle-summary .box-tocart .action.tocart {
  font-size: 17px;
  background: #fff;
  min-width: 200px;
  color: #000;
  height: 60px;
  border: 2px solid #231f20;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 0px 0px;
  font-weight: bold;
  line-height: 60px;
  min-width: 250px;
}
.product-info-main .box-tocart .action.tocart span,
.product-options-bottom .box-tocart .action.tocart span,
.block-bundle-summary .box-tocart .action.tocart span {
  display: inherit;
}
.product-info-main .box-tocart .action.tocart span:before,
.product-options-bottom .box-tocart .action.tocart span:before,
.block-bundle-summary .box-tocart .action.tocart span:before {
  content: "\e94b";
  font-size: 28px;
  font-weight: 400;
  line-height: 60px;
  font-family: 'md-ico-fgo';
  float: left;
  padding-right: 5px;
  color: #000000;
}
.product-info-main .box-tocart .action.tocart:hover,
.product-options-bottom .box-tocart .action.tocart:hover,
.block-bundle-summary .box-tocart .action.tocart:hover {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
}
.product-info-main .box-tocart .action.tocart:hover span:before,
.product-options-bottom .box-tocart .action.tocart:hover span:before,
.block-bundle-summary .box-tocart .action.tocart:hover span:before {
  color: #fff;
}
.product-info-main .box-tocart .whatsapp-list-container,
.product-options-bottom .box-tocart .whatsapp-list-container,
.block-bundle-summary .box-tocart .whatsapp-list-container {
  position: absolute;
  bottom: -46px;
  left: 74px;
}
.product-info-main .box-tocart .pinterest-list-container,
.product-options-bottom .box-tocart .pinterest-list-container,
.block-bundle-summary .box-tocart .pinterest-list-container {
  position: absolute;
  bottom: -46px;
  left: 114px;
}
.product-info-main .box-tocart .twitter-list-container,
.product-options-bottom .box-tocart .twitter-list-container,
.block-bundle-summary .box-tocart .twitter-list-container {
  position: absolute;
  bottom: -46px;
  left: 154px;
}
.product-info-main .box-tocart .fb-wrap,
.product-options-bottom .box-tocart .fb-wrap,
.block-bundle-summary .box-tocart .fb-wrap {
  position: absolute;
  bottom: -52px;
  left: 0px;
}
.product-info-main .box-tocart .paypal-button,
.product-options-bottom .box-tocart .paypal-button,
.block-bundle-summary .box-tocart .paypal-button {
  margin-top: 10px;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links,
.block-bundle-summary .product-addto-links {
  margin: 20px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.block-bundle-summary .action.tocompare {
  vertical-align: top;
  border-right: 1px solid #cccccc;
  padding-right: 10px;
  border-radius: 0px;
}
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.block-bundle-summary .action.tocompare:hover {
  border: 0;
  border-right: 1px solid #cccccc;
}
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:focus,
.block-bundle-summary .action.tocompare:focus {
  border: 0 !important;
  border-right: 1px solid #cccccc!important;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
/**********/
.__option-label {
  font-size: 15px;
  color: #000000;
  font-weight: 500;
}
.swatch-opt .swatch-attribute .swatch-attribute-selected-option,
.swatch-opt .swatch-attribute.rom .swatch-attribute-selected-option,
.swatch-opt .swatch-attribute.ram .swatch-attribute-selected-option {
  color: #646464;
  order: 2;
  padding: 4px 0;
}
.swatch-opt .swatch-attribute {
  margin: 0 0 20px 0;
  display: flex;
}
.swatch-opt .swatch-attribute .swatch-attribute-label {
  line-height: 30px;
  font-size: 15px;
  color: #000000;
  font-weight: 500;
}
.swatch-opt .swatch-attribute div.mage-error {
  order: 3;
  padding: 6px 11px;
}
.swatch-opt .swatch-attribute .swatch-attribute-options {
  margin: 0 10px;
}
.swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text {
  background: #f4f3f3;
  width: 52px;
  height: 30px;
  border-radius: 4px;
  color: #131313;
  line-height: 22px;
}
.swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text.selected,
.swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text:hover {
  background: transparent;
  color: #231f20;
}
.swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.color {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
}
.product-options-bottom .box-tocart .fieldset label.label {
  font-size: 15px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 15px;
}
.product-options-bottom {
  margin: 0px;
  display: inline-block;
  width: 100%;
}
.product-options-bottom .box-tocart {
  margin: 0;
}
.product-options-bottom .action.buynow {
  background: #000000;
  height: 60px;
  line-height: 60px;
  color: #fff;
  padding: 0px 0px;
  text-transform: uppercase;
  font-weight: bold;
  min-width: 250px;
  border-radius: 4px;
  margin: 0 0 0 5px;
  border: 1px solid #000000;
}
.product-options-bottom .action.buynow span {
  display: inherit;
}
.product-options-bottom .action.buynow span:before {
  content: "\e932";
  font-size: 24px;
  font-weight: 400;
  line-height: 60px;
  font-family: 'md-ico-fgo';
  float: left;
  padding-right: 5px;
  color: #fff;
}
/**********/
.product-info-main .box-tocart .actions + div,
.product-options-bottom .box-tocart .actions + div {
  display: table-caption;
  width: 100%;
}
.partialpayment-box-container .field {
  float: left;
  width: 48%;
  margin-bottom: 0px !important;
}
.partialpayment-box-container .field label.label {
  margin-bottom: 0px !important;
}
.partialpayment-box-container .field .control {
  margin: 0px;
  height: 45px;
}
.partialpayment-box-container .field .control select {
  height: 45px;
  border: 1px solid #666;
  border-radius: 3px;
  max-width: 240px;
  padding: 0px 30px 0px 18px;
  background-position: 94% 50% !important;
  color: #666;
  margin-top: 0px;
}
.partialpayment-box-container .field label.label {
  display: none;
}
.partialpayment-box-container .field .field.choice {
  position: relative;
  width: 100%;
  margin: 0;
}
.partialpayment-box-container .field .field.choice label.label {
  font-size: 15px;
  max-width: 220px;
  display: inline-block !important;
  vertical-align: top;
  margin: 0px;
  color: #000;
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart,
.block-bundle-summary .box-tocart {
  /*display: table-cell;*/
  position: relative;
  width: 100%;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty,
.block-bundle-summary .box-tocart .field.qty {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}
.product-info-main .box-tocart .field.qty label.label,
.product-options-bottom .box-tocart .field.qty label.label,
.block-bundle-summary .box-tocart .field.qty label.label {
  float: left;
  font-size: 15px;
  color: #000;
  margin-right: 10px;
  line-height: 45px;
  padding: 0;
  width: auto;
}
.product-info-main .box-tocart .field.qty .control,
.product-options-bottom .box-tocart .field.qty .control,
.block-bundle-summary .box-tocart .field.qty .control {
  display: inline-block;
  border: 1px solid #ccc;
  width: 80px !important;
  border-radius: 3px;
}
.product-info-main .box-tocart .field.qty .control input,
.product-options-bottom .box-tocart .field.qty .control input,
.block-bundle-summary .box-tocart .field.qty .control input {
  width: 50px;
  height: 45px;
  border: none;
  text-align: center;
  padding: 0;
}
.product-info-main .box-tocart .field.qty .control .increment_qty:after,
.product-options-bottom .box-tocart .field.qty .control .increment_qty:after,
.block-bundle-summary .box-tocart .field.qty .control .increment_qty:after {
  content: "\e92d";
  font-family: 'md-ico-fgo';
  margin: 8px 0 0 0;
  font-size: 10px;
  color: #000;
  font-weight: bold;
  position: absolute;
}
.product-info-main .box-tocart .field.qty .control .decrement_qty:after,
.product-options-bottom .box-tocart .field.qty .control .decrement_qty:after,
.block-bundle-summary .box-tocart .field.qty .control .decrement_qty:after {
  content: "\e92c";
  font-family: 'md-ico-fgo';
  margin: 25px 0 0 0;
  font-size: 10px;
  color: #000;
  font-weight: bold;
  position: absolute;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions,
.block-bundle-summary .box-tocart .actions {
  padding-top: 5px;
  vertical-align: top;
  width: 100%;
  display: inline-block;
}
.product-info-main .box-tocart .partialpayment-box-container,
.product-options-bottom .box-tocart .partialpayment-box-container,
.block-bundle-summary .box-tocart .partialpayment-box-container {
  float: left;
  padding: 20px;
  width: 100%;
  background: #eeeeee;
  border-radius: 4px;
  margin: 15px 0px 26px 0px;
}
.products-grid.wishlist .product-items .product-item .product-item-info > .label {
  float: left;
}
.products-grid.wishlist .product-items .product-item .product-item-info > .product-item-name {
  float: left;
  max-width: 85%;
}
.products-grid.wishlist .product-items .product-item .product-reviews-summary {
  text-align: left;
}
.catalog-product-view .giftcard.form {
  clear: left;
}
.products-related .product.name a {
  font-weight: 500;
  color: #595959;
}
.product-info-main .split.button.wishlist .action.toggle.change {
  margin-top: -2px;
}
.catalog-product-view #review-form:before {
  display: block;
  content: " ";
  margin-top: -200px;
  height: 200px;
  visibility: hidden;
  pointer-events: none;
}
.box-tocart .actions .action.buynow {
  background: #000000;
  color: #ffffff;
  height: 60px;
  line-height: 60px;
  padding: 0px 4px 0 0;
  text-transform: uppercase;
  font-weight: bold;
  min-width: 250px;
  border-radius: 4px;
  margin: 0 0 0 10px;
  font-size: 17px;
}
.box-tocart .actions .action.buynow:hover {
  background: #d71923;
  color: #ffffff;
  border-color: #d71923;
  /*background-color: transparent;
                    color: @md-color-button-text-hover;*/
}
.box-tocart .actions .action.buynow:hover span:before {
  color: #ffffff;
}
.box-tocart .actions .action.buynow span {
  display: inherit;
}
.box-tocart .actions .action.buynow span:before {
  content: "\e932";
  font-size: 24px;
  font-weight: 400;
  line-height: 60px;
  font-family: 'md-ico-fgo';
  float: left;
  padding-right: 3px;
  color: #fff;
}
.fotorama__arr--disabled {
  display: none !important;
}
@media screen and (max-width: 1180px) {
  .catalog-product-view .product-info-main .product-info-postcode-store {
    flex-flow: column;
  }
  .catalog-product-view .product-info-main .product-info-postcode-store .md-postcode {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0;
  }
  .catalog-product-view .product-info-main .product-info-postcode-store .store-information {
    width: 100%;
    max-width: 100%;
    margin: 0px 0;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view header.modal-header .modal-title {
    padding-bottom: 0px;
  }
  #store-information-list .store-column {
    width: 49%;
    float: none;
    margin: 0 0 10px;
    display: inline-block;
    vertical-align: top;
  }
  #store-information-list .store-column .store-inner-column {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .product-info-main .product-info-stock-sku {
    font-size: 13px;
  }
  .product-info-main .product-info-stock-sku .store-information #store-information-button span {
    padding: 10px 5px;
    font-size: 11px;
  }
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 0px 0 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  padding: 15px;
  width: 200px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 10px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
table.table.table-comparison thead tr .cell {
  border-right: 1px solid #d1d1d1;
}
table.table.table-comparison thead tr .cell.remove {
  border-bottom: 0;
  padding-right: 0;
  border-top: 1px solid #d1d1d1;
}
table.table.table-comparison thead tr .cell.remove:first-child {
  border-left: 1px solid #d1d1d1;
}
table.table.table-comparison tbody tr .cell {
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
table.table.table-comparison tbody tr .cell.label {
  border-left: 1px solid #d1d1d1;
}
table.table.table-comparison tbody tr .cell .product-item-name {
  min-height: 40px;
}
table.table.table-comparison tbody tr .cell .product-item-photo {
  text-align: center;
}
table.table.table-comparison tbody tr .cell .product-item-photo img {
  margin-left: auto;
  margin-right: auto;
}
table.table.table-comparison tbody tr .cell .price-box .price-label {
  float: left;
  padding: 0 5px 0 0;
}
table.table.table-comparison tbody tr .product ul {
  padding-left: 17px;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .block-title strong {
  width: 100%;
  display: inline-block;
  margin: 0;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .product-item .product-item-name a:hover {
  color: #231f20;
}
.block-compare .action.delete {
  left: -6px;
  position: absolute;
  top: 0;
  right: auto;
}
.block-compare .counter {
  border: 1px solid #cccccc;
  border-radius: 20px;
  padding: 2px 11px 3px 11px;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-compare .actions-toolbar .primary .action,
.block-compare .actions-toolbar .secondary .action {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  color: #231f20;
  font-size: 12px;
}
.block-compare .actions-toolbar .primary .action:focus,
.block-compare .actions-toolbar .secondary .action:focus,
.block-compare .actions-toolbar .primary .action:hover,
.block-compare .actions-toolbar .secondary .action:hover {
  text-decoration: none;
  color: #000000;
  background: transparent;
  border: 0;
}
.block-wishlist .block-title strong {
  width: 100%;
  display: inline-block;
  margin: 0;
}
.block-wishlist .counter {
  border: 1px solid #cccccc;
  border-radius: 20px;
  padding: 2px 11px 3px 11px;
}
.block-wishlist .actions-toolbar {
  margin: 17px 0 0;
}
.block-wishlist .actions-toolbar .primary .action,
.block-wishlist .actions-toolbar .secondary .action {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  color: #231f20;
  font-size: 12px;
}
.block-wishlist .actions-toolbar .primary .action:focus,
.block-wishlist .actions-toolbar .secondary .action:focus,
.block-wishlist .actions-toolbar .primary .action:hover,
.block-wishlist .actions-toolbar .secondary .action:hover {
  text-decoration: none;
  color: #000000;
  background: transparent;
  border: 0;
}
.block-wishlist .product-item-actions .tocart {
  padding: 4px 7px;
  font-size: 11px;
  color: #333333;
  background: transparent;
  border: 1px solid #333333;
  text-transform: uppercase;
}
.block-wishlist .product-item-actions .tocart:hover {
  background: transparent;
  border: 1px solid #231f20;
  color: #231f20;
}
.block-wishlist .product-item-actions .action.delete {
  margin: -5px 0 0;
}
.block-wishlist .product-item-actions .action.delete:before {
  width: 20px;
}
.block-reorder .actions-toolbar {
  max-width: 100%;
}
.block-reorder .actions-toolbar .primary .tocart {
  padding: 4px 7px;
  font-size: 11px;
  color: #333333;
  background: transparent;
  border: 1px solid #333333;
  text-transform: uppercase;
}
.block-reorder .actions-toolbar .primary .tocart:hover {
  border-color: #231f20;
  color: #231f20;
}
.block-reorder .actions-toolbar .action.view {
  font-size: 12px;
}
@media only screen and (max-width: 1024px) {
  .product-info-main .product-social-links .action > span {
    float: right;
    padding: 0px 0px 0px 10px;
  }
  .catalog-category-view.page-products .sidebar .block-title,
  .ambrand-index-index .sidebar .block-title,
  .catalogsearch-result-index .sidebar .block-title {
    display: block;
  }
  .catalog-category-view.page-products .column.main,
  .ambrand-index-index .column.main,
  .catalogsearch-result-index .column.main {
    border: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product.media .product-info-social-share .socialshare-label {
    z-index: 1;
  }
  .catalog-category-view.page-products .sidebar .filter-options .filter-options-item,
  .ambrand-index-index .sidebar .filter-options .filter-options-item,
  .catalogsearch-result-index .sidebar .filter-options .filter-options-item {
    padding: 10px 0;
  }
  .catalog-category-view.page-products .sidebar .filter-options .filter-options-item:first-child,
  .ambrand-index-index .sidebar .filter-options .filter-options-item:first-child,
  .catalogsearch-result-index .sidebar .filter-options .filter-options-item:first-child {
    border-top: 0;
  }
  .catalog-category-view.page-products .sidebar .filter-options .filter-options-item .filter-options-title,
  .ambrand-index-index .sidebar .filter-options .filter-options-item .filter-options-title,
  .catalogsearch-result-index .sidebar .filter-options .filter-options-item .filter-options-title {
    font-size: 14px;
  }
  .rtl-layout .page-layout-1column .product-info-main .product-info-stock-sku {
    float: none !important;
  }
  .rtl-layout .page-layout-1column .product-info-main .product.attribute.sku {
    border-right: 1px solid #ccc;
  }
  .product-info-main .page-title-wrapper h1.page-title,
  .block-bundle-summary .page-title-wrapper h1.page-title {
    font-size: 22px;
    line-height: 24px;
  }
  .product-info-main .product-reviews-summary .reviews-actions .review-box,
  .block-bundle-summary .product-reviews-summary .reviews-actions .review-box {
    padding: 0 0 0 8px;
    margin: 0 0 0 2px;
  }
  .product-info-main .product.attribute.sku,
  .block-bundle-summary .product.attribute.sku {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    clear: both;
    float: left;
    margin-right: 10px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
  }
  .product-info-main .price-box,
  .block-bundle-summary .price-box {
    margin-top: 25px;
  }
  .product-info-main .price-box .price-wrapper .price,
  .block-bundle-summary .price-box .price-wrapper .price {
    font-size: 23px;
  }
  .product-info-main .price-box .special-price,
  .block-bundle-summary .price-box .special-price,
  .product-info-main .price-box .old-price,
  .block-bundle-summary .price-box .old-price {
    float: none !important;
  }
  .product-info-main .price-box .special-price .price,
  .block-bundle-summary .price-box .special-price .price,
  .product-info-main .price-box .old-price .price,
  .block-bundle-summary .price-box .old-price .price {
    font-size: 16px;
    margin-top: 5px;
  }
  .product.info.detailed {
    margin: 15px -15px 0px -15px;
  }
  .product.info .product.data.items > .item.title {
    margin: 0;
  }
  .product.info .product.data.items > .item.title > .switch {
    background: transparent;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    border-width: 1px 0 1px 0;
    margin: -1px 0px;
  }
  .product.info .product.data.items > .item.title > .switch:after {
    content: '';
    font-family: 'md-ico-fgo';
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
  }
  .product.info .product.data.items > .item.title > .switch:hover {
    text-decoration: none;
  }
  .product.info .product.data.items > .item.title > .switch:after {
    content: "\e94c";
    font-size: 15px;
    font-weight: 400;
    float: right;
    line-height: 37px;
  }
  .product.info .product.data.items > .item.title:focus,
  .product.info .product.data.items > .item.title:hover,
  .product.info .product.data.items > .item.title.active {
    border: 0;
    background: #f7f7f7;
    margin: 0;
  }
  .product.info .product.data.items > .item.title:focus > .switch,
  .product.info .product.data.items > .item.title:hover > .switch,
  .product.info .product.data.items > .item.title.active > .switch {
    background: #f7f7f7;
  }
  .product.info .product.data.items > .item.title:focus > .switch:after,
  .product.info .product.data.items > .item.title:hover > .switch:after,
  .product.info .product.data.items > .item.title.active > .switch:after {
    content: "\e94a";
  }
  .product.info .product.data.items > .item.content {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    border: 0;
    background: #f7f7f7;
    margin: 0;
    padding: 0px 20px 10px 20px;
  }
  .product.info .product.data.items > .item.content .review-form .fieldset {
    margin-bottom: 20px;
  }
  .product.info .product.data.items > .item.content .review-form .fieldset .review-legend.legend strong {
    margin: 10px 0 0 0;
  }
  .product.info .product.data.items > .item.content .review-form .action.submit.primary {
    padding: 13px 25px;
    border-radius: 4px;
  }
  .block-wishlist .block-title strong {
    margin: 0 0 10px 0;
  }
  .block-compare .block-title strong {
    margin: 0 0 10px 0;
  }
  .block-compare .actions-toolbar {
    margin: 10px 0 20px 0;
    width: 100%;
    float: left;
  }
  .block-compare .actions-toolbar .primary,
  .block-compare .actions-toolbar .secondary {
    float: left;
  }
  .block-compare .actions-toolbar .primary.secondary,
  .block-compare .actions-toolbar .secondary.secondary {
    float: right;
  }
  table.table.table-comparison .product-item-actions .actions-secondary,
  table.table.table-comparison .product-item-actions .actions-primary {
    display: table-cell;
  }
  .zoom-img {
    bottom: 35px;
    right: 10px;
    z-index: 1;
  }
}
@media screen and (max-width: 479px) {
  #store-information-list .store-column {
    width: 100%;
  }
  #store-information-list .store-column .store-inner-column {
    min-height: initial;
  }
  .product-info-main .product-info-stock-sku .store-information #store-information-button span {
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .catalog-category-view.page-products.page-layout-2columns-left .sidebar-main.sidebar,
  .ambrand-index-index .sidebar-main.sidebar,
  .catalogsearch-result-index .sidebar-main.sidebar {
    width: 28%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1200px) {
  .catalog-category-view .grid .product-items li,
  .ambrand-index-index .grid .product-items li,
  .catalogsearch-result-index .grid .product-items li {
    margin-bottom: 10px;
  }
  .catalog-category-view .grid .product-items li .product-item-inner,
  .ambrand-index-index .grid .product-items li .product-item-inner,
  .catalogsearch-result-index .grid .product-items li .product-item-inner {
    top: 50%;
  }
  .catalog-category-view .grid .product-items li .product-item-inner .product-item-actions .action,
  .ambrand-index-index .grid .product-items li .product-item-inner .product-item-actions .action,
  .catalogsearch-result-index .grid .product-items li .product-item-inner .product-item-actions .action {
    padding: 0;
    margin: 0;
  }
  .catalog-category-view .grid .product-items li .product-item-inner .actions.product-item-actions,
  .ambrand-index-index .grid .product-items li .product-item-inner .actions.product-item-actions,
  .catalogsearch-result-index .grid .product-items li .product-item-inner .actions.product-item-actions {
    height: 40px;
  }
  .catalog-category-view .grid .product-items li .product-item-inner .actions.product-item-actions .actions,
  .ambrand-index-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions,
  .catalogsearch-result-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions {
    flex-wrap: nowrap;
    display: inline-block;
    width: 100%;
  }
  .catalog-category-view .grid .product-items li .product-item-inner .actions.product-item-actions .actions .action,
  .ambrand-index-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions .action,
  .catalogsearch-result-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions .action {
    display: inline-block;
    width: 50%;
    padding: 0px 20px;
    border-left: 1px solid #333333;
  }
  .catalog-category-view .grid .product-items li .product-item-inner .actions.product-item-actions .actions .list-action-right,
  .ambrand-index-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions .list-action-right,
  .catalogsearch-result-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions .list-action-right {
    width: 66%;
  }
  .catalog-category-view .grid .product-items li .product-item-inner .actions.product-item-actions .actions .list-action-right .action,
  .ambrand-index-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions .list-action-right .action,
  .catalogsearch-result-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions .list-action-right .action {
    line-height: 40px;
    height: 40px;
  }
  .catalog-category-view .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action,
  .ambrand-index-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action,
  .catalogsearch-result-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action,
  .catalog-category-view .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action,
  .ambrand-index-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action,
  .catalogsearch-result-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action {
    line-height: 44px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 33%;
  }
  .catalog-category-view .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action .tocart,
  .ambrand-index-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action .tocart,
  .catalogsearch-result-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action .tocart,
  .catalog-category-view .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action .tocart,
  .ambrand-index-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action .tocart,
  .catalogsearch-result-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action .tocart {
    width: 100%;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    padding: 0px;
  }
  .catalog-category-view .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action .tocart:before,
  .ambrand-index-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action .tocart:before,
  .catalogsearch-result-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action .tocart:before,
  .catalog-category-view .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action .tocart:before,
  .ambrand-index-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action .tocart:before,
  .catalogsearch-result-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action .tocart:before {
    margin: 0px;
  }
  .catalog-category-view .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action .tocart span,
  .ambrand-index-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action .tocart span,
  .catalogsearch-result-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action .tocart span,
  .catalog-category-view .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action .tocart span,
  .ambrand-index-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action .tocart span,
  .catalogsearch-result-index .grid .product-items li .product-item-inner .actions.product-item-actions .actions form.action .tocart span {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-info-main .product-options-wrapper .subsc_details {
    margin-bottom: 20px;
  }
  .product-info-main .product-options-wrapper .subsc_details .subsc_period {
    width: 100%;
    padding: 0px;
  }
  .product-info-main .product-options-wrapper .subsc_details .subsc_date {
    width: 100%;
    padding: 0px;
  }
  .product-info-main {
    overflow: hidden;
    margin: 20px 0px 0px 0px;
  }
  .product-info-main .price-box {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .product-info-main .product-social-links .action {
    font-size: 14px;
    margin: 0px 10px 0px 0px;
  }
  .product-info-main .product-social-links .action.mailto.friend:after {
    margin-right: 0px;
  }
  .product-info-main .product-social-links .action.towishlist:after {
    margin-right: 0px;
  }
  .product-info-main .product-social-links .action.tocompare:after {
    margin-right: 0px;
  }
  .product-options-bottom .action.buynow {
    height: 50px;
    line-height: 50px;
    min-width: 100%;
    margin: 15px 0 0 0px;
  }
  .product-options-bottom .action.buynow span:before {
    line-height: 50px;
  }
  .product-info-main .box-tocart .action.tocart,
  .product-options-bottom .box-tocart .action.tocart,
  .block-bundle-summary .box-tocart .action.tocart {
    min-width: 100%;
    height: 50px;
    line-height: 50px;
  }
  .product-info-main .box-tocart .action.tocart span:before,
  .product-options-bottom .box-tocart .action.tocart span:before,
  .block-bundle-summary .box-tocart .action.tocart span:before {
    line-height: 50px;
  }
  .block-bundle-summary .box-tocart .partialpayment-box-container {
    padding: 10px 0 0 0px;
  }
  .partialpayment-box-container .field {
    width: 100%;
    margin-bottom: 5px;
  }
  .partialpayment-box-container .field select {
    height: 40px;
    width: 100%;
  }
  .box-tocart .actions .action.buynow {
    height: 50px;
    line-height: 50px;
    min-width: 100%;
    margin: 15px 0 0 0px;
  }
  .box-tocart .actions .action.buynow span:before {
    line-height: 50px;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1279px) {
  button#button-postcode-check,
  .cart.table-wrapper .actions-toolbar > .action#button-postcode-check {
    padding: 0px 10px;
  }
  .cart.table-wrapper .actions-toolbar > .action#button-postcode-check {
    padding: 0px 10px;
  }
  .product-options-bottom .box-tocart .partialpayment-box-container .field select {
    width: 190px;
    padding: 10px;
    margin: 10px 20px 10px 10px;
  }
  .product-options-bottom .action.buynow {
    height: 50px;
    line-height: 50px;
    min-width: 46%;
    margin: 0px 0 0 10px;
  }
  .product-options-bottom .action.buynow span:before {
    line-height: 50px;
  }
  .product-info-main .box-tocart .action.tocart,
  .product-options-bottom .box-tocart .action.tocart,
  .block-bundle-summary .box-tocart .action.tocart {
    min-width: 50%;
    height: 50px;
    line-height: 50px;
  }
  .product-info-main .box-tocart .action.tocart span:before,
  .product-options-bottom .box-tocart .action.tocart span:before,
  .block-bundle-summary .box-tocart .action.tocart span:before {
    line-height: 50px;
  }
  .box-tocart .actions .action.buynow {
    height: 50px;
    line-height: 50px;
    min-width: 46%;
    margin: 0px 0 0 10px;
  }
  .box-tocart .actions .action.buynow span:before {
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .page-layout-1column .product-info-main {
    padding: 0px 0px 0px 30px !important;
  }
}
@media (max-width: 1500px) and (min-width: 1025px) {
  .partialpayment-box-container .field .field.choice label.label {
    max-width: 100%;
  }
  .partialpayment-box-container .field .control {
    height: auto;
  }
}
@media (max-width: 2000px) and (min-width: 1025px) {
  .product-options-bottom .box-tocart .partialpayment-box-container .field select {
    width: 100%;
  }
  .product-options-bottom .box-tocart .partialpayment-box-container .field select ~ br {
    display: none;
  }
}
.rtl-layout .ktpl-searchautocomplete__autocomplete._active.ktpl-2-cols div.magento_catalog_product,
.rtl-layout .mst-searchautocomplete__autocomplete._active.ktpl-2-cols div.magento_catalog_product,
.rtl-layout .ktpl-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product,
.rtl-layout .mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product {
  left: auto !important;
  right: -1px;
}
.rtl-layout .mst-searchautocomplete__item.magento_catalog_product {
  text-align: right;
}
.rtl-layout .mst-searchautocomplete__item.magento_catalog_product img {
  margin-right: 0;
  margin-left: 1rem;
}
.rtl-layout .mst-searchautocomplete__item.magento_catalog_product .price {
  margin-left: 0;
  margin-right: 0;
}
.rtl-layout .mst-searchautocomplete__item.magento_catalog_product .price .price-label {
  text-align: left;
}
.rtl-layout .mst-searchautocomplete__item.magento_search_query a {
  float: right;
}
.rtl-layout .mst-searchautocomplete__item.magento_search_query .num_results {
  float: left;
}
.rtl-layout .mst-searchautocomplete__autocomplete {
  text-align: right;
}
.rtl-layout .mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
  text-align: right;
}
.rtl-layout .mst-searchautocomplete__item.magento_catalog_product .meta {
  margin: 0 0 0 5px;
}
#create-wishlist-form input[type="checkbox"] + label:before {
  margin: 0;
}
.ktpl-searchautocomplete__item.magento_catalog_product .meta form.to-cart,
.mst-searchautocomplete__item.magento_catalog_product .meta form.to-cart {
  float: none;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  float: right;
  margin: 4px 0 0 12px;
}
.block-search .label:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.block-search .label:hover {
  text-decoration: none;
}
.block-search .label:before {
  content: "\e91f";
  font-size: 18px;
  line-height: normal;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  display: inherit;
}
.block-search .label > span {
  display: none;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .field.search {
  margin: 0 0px 0 0;
}
.block-search .field.search .block-content {
  margin-bottom: 0;
  float: right;
}
.block-search .field.search .control {
  clear: both;
  margin: 0;
  padding: 0;
}
.block-search .field.search .actions {
  float: left;
  cursor: pointer;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  padding: 0 30px 0 15px;
  color: #000000;
  font-size: 13px;
  height: 40px;
  font-weight: 300;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.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 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:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}
.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[generated] {
  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.summary {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .block.block-search {
    float: right;
    margin-top: 0;
  }
  .block.block-search form.active .field.search .control {
    clear: both;
    margin: 0;
    position: absolute;
    padding: 0;
    right: 41px;
    left: 50px;
    bottom: 2px;
    z-index: 9;
  }
  .block.block-search form.active .field.search .control input {
    position: static;
  }
  .mst-searchautocomplete__item.magento_catalog_product img {
    max-width: 50px;
  }
  .mst-searchautocomplete__item.magento_catalog_product .meta {
    margin: 0 5px 0 0;
    font-size: 13px;
  }
}
._summary-label-color {
  font-size: 14px;
  font-weight: 300;
}
.cart-summary .block .fieldset.coupon .field .control {
  width: 100% !important;
}
.checkout-cart-index .page-main > .page-title-wrapper .page-title {
  display: inline-block;
  margin: 13px 0 0px 0;
  font-size: 30px;
  width: 56%;
  text-align: right;
  color: #000;
  font-weight: bold;
}
.checkout-cart-index .cart.table-wrapper .items tbody tr td .product-item-details dl.item-options dt {
  font-weight: normal;
  margin: 0 9px 0 0;
  font-size: 14px;
  color: #333333;
}
.checkout-cart-index .cart.table-wrapper .items tbody tr td .product-item-details dl.item-options dd {
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  margin: 0px;
}
.cart-container .whatsapp-list-container {
  display: none;
}
.coupon-section.summary .actions-toolbar .primary .action.apply {
  background: #000000;
  padding: 10px;
  border: 2px solid #000000;
  color: #ffffff;
}
.coupon-section.summary .actions-toolbar .primary .action.apply:hover {
  border: 2px solid #231f20;
  background-color: #231f20;
}
.slick-slide .shopbybrand-icon img {
  margin: 12px auto;
}
.checkout-cart-index .product-reviews-summary {
  display: table;
  margin: 5px auto;
}
.cart .gift-options {
  min-width: 150px;
}
.cart-container .checkout-methods-items .paypal-button,
.cart-container .checkout-methods-items .paypal-button * {
  max-width: 100% !important;
  min-width: initial !important;
}
.cart.table-wrapper .product-item-details dl.item-options dd {
  font-size: 12px;
  font-weight: normal;
  color: #333333;
  margin: 0 5px 5px 0;
}
.cart.table-wrapper .gift-content._active .gift-options .gift-wrapping {
  width: 100%;
  padding: 0;
}
.cart.table-wrapper .gift-content._active .gift-options .gift-wrapping .gift-options-title {
  font-weight: 600;
  font-size: 16px;
}
.cart.table-wrapper .gift-content._active .gift-options .gift-wrapping .actions-toolbar button.action.action-remove,
.cart.table-wrapper .gift-content._active .gift-options .gift-wrapping .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.action-remove {
  padding: 5px;
  margin: -7px 0 0 5px;
  background: #231f20;
  color: #ffffff;
  font-size: 12px;
  text-transform: none;
}
.cart.table-wrapper .gift-content._active .gift-options .actions-toolbar:before {
  display: none;
}
.cart.table-wrapper .gift-content._active .gift-options .gift-message {
  width: 100%;
  border: none;
  padding: 20px 0 0 0;
}
.cart.table-wrapper .gift-content._active .gift-options .gift-message .field.field-to,
.cart.table-wrapper .gift-content._active .gift-options .gift-message .field.field-from {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1% 5px 0;
}
.cart.table-wrapper .gift-content._active .gift-options .gift-message .field.field-from {
  float: right;
  margin: 0 0 5px 0;
}
.cart.table-wrapper .gift-content._active .gift-options .gift-message .field > .control {
  width: 100% !important;
}
.cart.table-wrapper .gift-content._active .gift-options .gift-message .field > .label {
  padding: 6px 0 5px 0;
  text-align: left;
  width: 100% !important;
}
.cart.table-wrapper .gift-content._active .gift-options .actions-toolbar:before {
  display: none;
}
.cart-container .cart-summary .paypal.checkout.after.paypal-logo a {
  display: none;
}
.cart-container .cart-summary .cart-summary-top-container {
  border: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.cart-container .cart-summary .cart-summary-top-container strong.summary.title {
  background-color: #CCCCCC;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  height: 45px;
  padding: 12px 0 12px 29px;
  display: block;
  text-transform: uppercase;
}
.cart-container .cart-summary .cart-summary-top-container .coupon-section.summary.title {
  margin: 0 30px;
  border-bottom: 1px solid #CCCCCC;
}
.cart-container .cart-summary .cart-summary-top-container .coupon-section.summary.title a.action.apply {
  border: 0;
  background: transparent;
  padding: 8px;
  color: #333;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 15px 0 15px 0;
}
.cart-container .cart-summary .cart-summary-top-container .coupon-section.summary.title .actions-toolbar .primary {
  text-align: left;
}
.cart-container .cart-summary .cart-summary-top-container .coupon-section.summary.title .actions-toolbar .primary a span:before {
  content: '\e95a';
  font-family: 'md-ico-fgo';
  color: #D71921;
  font-size: 29px;
  font-weight: normal;
  padding-right: 10px;
  float: left;
  line-height: 20px;
}
.cart-container .cart-summary .cart-summary-top-container .block.giftcard {
  margin: 0 30px;
}
.cart-container .cart-summary .cart-summary-top-container .block.giftcard .title {
  padding: 15px 0 11px 0;
}
.cart-container .cart-summary .cart-summary-top-container .block.giftcard .title strong#block-giftcard-heading {
  border: 0;
  background: transparent;
  padding: 8px;
  color: #333;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 0px;
}
.cart-container .cart-summary .cart-summary-top-container .block.giftcard .title strong#block-giftcard-heading:before {
  content: '\e95b';
  font-family: 'md-ico-fgo';
  color: #D71921;
  font-size: 29px;
  font-weight: normal;
  padding-right: 10px;
  float: left;
  line-height: 20px;
}
.cart-container .cart-summary .cart-summary-top-container .block.giftcard .title:after {
  content: none;
}
.cart-container .cart-summary .cart-summary-top-container .block.giftcard button.action.add.primary,
.cart-container .cart-summary .cart-summary-top-container .block.giftcard .cart.table-wrapper .actions-toolbar > .action.action.add.primary {
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
  border: 0;
}
.cart-container .cart-summary .cart-summary-top-container .block.giftcard button.action.add.primary:hover,
.cart-container .cart-summary .cart-summary-top-container .block.giftcard .cart.table-wrapper .actions-toolbar > .action.action.add.primary:hover {
  background: #ffffff;
  color: #000000;
  border: 0;
}
.cart-container .cart-summary .cart-summary-top-container .message.info.reward.reward-checkout {
  background-color: #fff;
  margin: 0 30px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 13px;
  color: #333;
  line-height: 16px;
  padding: 26px 0 16px 0;
}
.cart-container .cart-summary .cart-summary-top-container .message.info.reward.reward-checkout:before {
  content: '\e959';
  font-family: 'md-ico-fgo';
  color: #D71921;
  font-size: 29px;
  font-weight: normal;
  padding-right: 10px;
  float: left;
  line-height: 33px;
}
.cart-container .cart-summary .cart-summary-top-container .message.info.reward.reward-checkout a {
  color: #333;
  font-weight: bold;
}
.cart-container .cart-summary .cart-summary-top-container .message.info.reward.reward-checkout > *:first-child:before {
  content: none;
}
.cart-container .cart-summary .block.shipping {
  background-color: #F4F4F4;
  padding: 18px 30px 30px 28px;
  display: none;
}
.cart-container .cart-summary .block.shipping .title strong {
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
}
.cart-container .cart-summary .block.shipping .title:after {
  content: "\e922";
  font-size: 13px;
  right: 0;
  top: 6px;
  font-weight: 500;
}
.cart-container .cart-summary .block.shipping.active .title:after {
  content: "\e921";
}
.cart-container .cart-summary .block button.action.add.primary,
.cart-container .cart-summary .block .cart.table-wrapper .actions-toolbar > .action.action.add.primary {
  background: #231f20;
  border: 1px solid #231f20;
  color: #ffffff;
}
.cart-container .cart-summary .block button.action.add.primary:hover,
.cart-container .cart-summary .block .cart.table-wrapper .actions-toolbar > .action.action.add.primary:hover {
  background-color: #000000;
  border: 1px solid #000000;
}
.cart-container .cart-summary .block .secondary {
  float: left;
  width: 100%;
}
.cart-container .cart-summary .block .secondary button.action.check,
.cart-container .cart-summary .block .secondary .cart.table-wrapper .actions-toolbar > .action.action.check {
  float: right;
  margin: 0;
  padding: 0;
  color: #D71921;
}
#block-summary form#shipping-zip-form fieldset.fieldset.estimate {
  margin-top: 0;
}
#block-summary form#shipping-zip-form fieldset.fieldset.estimate .field {
  margin-bottom: 16px;
}
#block-summary form#shipping-zip-form fieldset.fieldset.estimate .field .label:after {
  font-size: 15px;
  margin: 0 0 0 1px;
}
#block-summary form#shipping-zip-form fieldset.fieldset.estimate .field input,
#block-summary form#shipping-zip-form fieldset.fieldset.estimate .field select {
  height: 45px;
  width: 100%;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  color: #999999;
  font-size: 15px;
}
#block-summary form#shipping-zip-form fieldset.fieldset.estimate .field select {
  background-image: url('../../frontend/Magedelight/FashionGo/en_US/images/select-arrow.png') !important;
  background-position: 97% 50% !important;
}
#block-summary form#co-shipping-method-form .fieldset {
  margin: 0;
}
#block-summary form#co-shipping-method-form .fieldset .items.methods .shipping-methods {
  float: left;
  width: 50%;
}
#block-summary form#co-shipping-method-form .fieldset .items.methods .shipping-methods .item-title span {
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
#block-summary form#co-shipping-method-form .fieldset .items.methods .shipping-methods .item-options label {
  font-size: 14px;
  color: #333;
}
.cart-summary {
  margin-bottom: 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333333;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block.discount {
  background-color: #f4f4f4;
  padding: 10px 30px;
}
.cart-summary .block .title {
  border-top: 0;
  padding-left: 0;
  padding-bottom: 3px;
}
.cart-summary .block .title:after {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.cart-summary .block .title:hover {
  text-decoration: none;
}
.cart-summary .block .title:after {
  content: "\e94c";
  font-size: 13px;
  right: 0;
  top: 0;
  font-weight: 500;
}
.column.main .cart-summary .block .title strong {
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
}
.cart-summary .block.active .title:after {
  content: "\e94a";
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 20px 0 0 0;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  color: #333333;
  font-size: 14px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-summary .block .fieldset.coupon {
  margin: 0 0 0 0;
}
.cart-summary .block .fieldset.coupon .field > .control {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cart-summary .block .fieldset.coupon .field > .control .input-text {
  border-width: 0 0 1px 0;
  border-color: #b0b0b0;
  padding: 0 45px 0 15px;
  height: 45px;
  font-size: 14px;
  font-weight: 300;
  color: #000000;
}
.cart-summary .block .fieldset.coupon .field > .control .actions-toolbar {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cart-summary .block .fieldset.coupon .field > .control .actions-toolbar .action.cancel,
.cart-summary .block .fieldset.coupon .field > .control .actions-toolbar .action.apply {
  font-size: 0;
  padding: 0;
  background: transparent;
  border: 0;
  color: #a6a5a5;
}
.cart-summary .block .fieldset.coupon .field > .control .actions-toolbar .action.cancel:before,
.cart-summary .block .fieldset.coupon .field > .control .actions-toolbar .action.apply:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.cart-summary .block .fieldset.coupon .field > .control .actions-toolbar .action.cancel:hover,
.cart-summary .block .fieldset.coupon .field > .control .actions-toolbar .action.apply:hover {
  text-decoration: none;
}
.cart-summary .block .fieldset.coupon .field > .control .actions-toolbar .action.cancel.apply:before,
.cart-summary .block .fieldset.coupon .field > .control .actions-toolbar .action.apply.apply:before {
  content: "\e915";
  font-size: 18px;
}
.cart-summary .block .fieldset.coupon .field > .control .actions-toolbar .action.cancel.cancel:before,
.cart-summary .block .fieldset.coupon .field > .control .actions-toolbar .action.apply.cancel:before {
  content: "\e91c";
  font-size: 14px;
}
.cart-totals {
  border-top: 0;
  padding-top: 0;
  margin-top: 5px;
  background-color: #F4F4F4;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .table-wrapper .table tr.totals.sub {
  border-bottom: 1px solid #d1d1d1;
}
.cart-totals .table-wrapper .table th {
  padding-left: 30px;
  padding-right: 0;
  padding-bottom: 10px;
  font-size: 14px;
}
.cart-totals .table-wrapper .table td {
  padding-right: 30px;
  padding-left: 0;
  padding-bottom: 0;
}
.cart-totals .table-wrapper .grand.totals th,
.cart-totals .table-wrapper .grand.totals td {
  padding: 0;
  border: 0;
}
.cart-totals .table-wrapper .grand.totals th strong,
.cart-totals .table-wrapper .grand.totals td strong {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  border-top: 0px solid #ffffff;
  margin: 0px 0 0 0;
  padding: 10px 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #d1d1d1;
}
.cart-totals .table-wrapper .grand.totals td.amount strong {
  padding-right: 30px;
}
.cart-totals .table-wrapper .grand.totals th strong {
  padding-left: 30px;
}
.cart-totals .table-wrapper .md-discount th,
.cart-totals .table-wrapper .md-discount td {
  color: #5cbb22;
}
.cart-totals .table-wrapper .totals td.amount {
  font-weight: bold;
  color: #333;
  font-size: 14px;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart-totals th,
.cart-totals .mark {
  font-size: 14px;
  font-size: 16px;
  font-weight: 300;
  color: #333333;
}
.cart-totals td {
  font-weight: 400;
  font-size: 18px;
}
.cart-totals tr.totals.shipping.excl th.mark,
.cart-totals tr.totals.shipping.excl td.amount {
  padding-bottom: 10px;
}
.cart.table-wrapper .items thead {
  background: #f0f0f0;
}
.cart.table-wrapper .items thead .col {
  padding: 12px 20px;
  color: #333333;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  background-color: #CCCCCC;
}
.cart.table-wrapper .items thead .col:last-child {
  border-radius: 0 4px 0 0;
}
.cart.table-wrapper .items thead .col:first-child {
  border-radius: 4px 0 0 0;
}
.cart.table-wrapper .items thead .col.subtotal {
  text-align: right;
  padding-right: 30px;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}
.cart.table-wrapper .items tbody tr td {
  vertical-align: top;
  padding-top: 27px;
}
.cart.table-wrapper .items tbody tr td .field.qty {
  margin: -8px 0 0 0;
  position: relative;
}
.cart.table-wrapper .items tbody tr td .price {
  color: #333;
  font-size: 15px;
  font-weight: 400;
}
.cart.table-wrapper .items tbody tr td.subtotal {
  text-align: right;
  padding-right: 30px;
}
.cart.table-wrapper .items tbody tr td.subtotal .actions-toolbar {
  padding-top: 61px;
}
.cart.table-wrapper .items tbody tr td.subtotal .actions-toolbar span.dydr a.action.action-towishlist {
  display: none;
}
.cart.table-wrapper .items tbody tr td.subtotal .actions-toolbar span.dydr a.action.action-edit {
  padding-right: 27px;
}
.cart.table-wrapper .items tbody tr td.subtotal .actions-toolbar span.dydr a.action.action-edit:before {
  content: '\e930';
  font-family: 'md-ico-fgo';
  color: #666666;
  font-size: 16px;
}
.cart.table-wrapper .items tbody tr td.subtotal .actions-toolbar span.dydr a.action.action-delete:before {
  content: '\e92f';
  font-family: 'md-ico-fgo';
  color: #666666;
  font-size: 16px;
}
.cart.table-wrapper .items tbody tr td.subtotal .price {
  color: #000;
}
.cart.table-wrapper .items tbody tr td .product-item-details dl.item-options dd {
  font-size: 12px;
  font-weight: normal;
  color: #333333;
  margin: 0 5px 5px 0;
}
.cart.table-wrapper .items tbody tr td .product-item-details dl dd {
  font-size: 12px;
  font-weight: normal;
  color: #333333;
  margin: 0 5px 5px 0;
}
.cart.table-wrapper .items tbody tr td .product-item-details dl dd .price {
  font-size: 12px;
  color: #231f20;
}
.cart.table-wrapper .col.qty .control.qty {
  position: relative;
  height: 45px;
  width: 78px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  border-radius: 4px;
  padding-right: 10px;
  margin: 0 auto;
}
.cart.table-wrapper .col.qty .control.qty .input-text {
  /*margin-top: -5px;*/
  border-radius: 3px;
  border: 0;
  padding: 8px 10px 0 0px;
  position: absolute;
  left: 0;
  width: 60%;
  margin-left: 9px;
}
.cart.table-wrapper .col.qty .control.qty span.increment_qty {
  cursor: pointer;
}
.cart.table-wrapper .col.qty .control.qty span.increment_qty:before {
  content: '\e921';
  font-family: 'md-ico-fgo';
  font-size: 9px;
  position: absolute;
  top: 6px;
  right: 16px;
  color: #000;
}
.cart.table-wrapper .col.qty .control.qty span.decrement_qty {
  cursor: pointer;
}
.cart.table-wrapper .col.qty .control.qty span.decrement_qty:before {
  content: '\e922';
  font-family: 'md-ico-fgo';
  font-size: 9px;
  position: absolute;
  bottom: 6px;
  right: 16px;
  color: #000;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name a {
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 0;
}
.cart.table-wrapper .product-image-wrapper .product-image-photo {
  background: #c3c7ca;
  border-radius: 4px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .cart-summary .block .fieldset.estimate .field {
  margin-bottom: 25px;
}
.cart-container .cart-summary .block .fieldset.estimate .field .label {
  font-size: 15px;
  font-weight: 500;
}
.cart-container .cart-summary .block .fieldset.estimate .field .label span {
  color: #333;
}
.cart-container .cart-summary .block .fieldset.estimate .field select {
  font-size: 13px;
  font-weight: 300;
}
.cart-container .cart-summary .block .fieldset.rate .item-title {
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 7px;
}
.cart-container .cart-summary .block .fieldset.rate .label {
  font-size: 13px;
  font-weight: 300;
}
.cart-container .cart-summary .block .fieldset.rate input.radio {
  display: none;
}
.cart-container .cart-summary .block .fieldset.rate input.radio + label {
  position: relative;
  padding-left: 28px;
}
.cart-container .cart-summary .block .fieldset.rate input.radio + label:after {
  background-color: #fff;
}
.cart-container .cart-summary .block .fieldset.rate input[type="radio"]:checked + label:before {
  border: 1px solid transparent;
}
.cart-container .cart-summary .block .fieldset .field {
  margin-bottom: 15px;
}
.cart-container .form-cart .actions .action.checkout {
  background: #000000;
  color: #ffffff;
  border-radius: 4px;
  font-weight: 400;
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 19px;
}
.cart-container .form-cart .actions .action.checkout:hover {
  background: #ffffff;
  color: #000000;
}
.cart-container .form-cart .actions .action.clear,
.cart-container .form-cart .actions .action.update,
.cart-container .form-cart .actions .action.continue {
  background: transparent;
  border-radius: 4px;
  font-weight: 300;
  padding: 13px 25px;
  font-size: 16px;
  border: 0;
  color: #333333;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  text-decoration: underline;
  border: 1px solid #000000;
}
.cart-container .form-cart .actions .action.clear:hover,
.cart-container .form-cart .actions .action.update:hover,
.cart-container .form-cart .actions .action.continue:hover {
  color: #d71923;
  text-decoration: none;
  background: #ffffff;
  color: #000000;
}
.cart-container .form-cart .actions .action.clear:hover span,
.cart-container .form-cart .actions .action.update:hover span,
.cart-container .form-cart .actions .action.continue:hover span {
  color: #ffffff;
}
.cart-container .form-cart .actions .action.clear:before,
.cart-container .form-cart .actions .action.update:before,
.cart-container .form-cart .actions .action.continue:before {
  display: none;
}
.cart-container .form-cart .actions .action.clear {
  display: none;
}
.cart-container .form-cart .actions .action.continue {
  float: none;
  border: 1px solid transparent;
}
.cart-container .form-cart .actions .action.continue:hover span {
  color: #000000;
}
.cart-container .form-cart .actions .action.continue span {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  border: 0;
  text-transform: uppercase;
}
.cart-container .form-cart .actions .action.continue:hover {
  float: none;
  border: 1px solid #000000;
  color: #d71923;
}
.cart-container .form-cart .actions .action.continue:hover span {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  border: 0;
  text-transform: uppercase;
  text-decoration: underline;
}
.cart-container .form-cart .actions .action.update {
  float: right;
  background: #000000;
  color: #ffffff;
  height: 45px;
  text-decoration: none;
  color: #000000;
}
.cart-container .form-cart .actions .action.update:hover {
  background: #d71923;
  color: #ffffff;
  border-color: #d71923;
}
.cart-container .form-cart .actions .action.update span {
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.cart-container .checkout-methods-items {
  margin-top: 0px;
  text-align: center;
  background-color: #F4F4F4;
  padding: 0px 30px 30px 28px;
}
.cart-container .checkout-methods-items .action.primary,
.cart-container .checkout-methods-items .amshopby-button,
.cart-container .checkout-methods-items .am-filter-go {
  background: #000000;
  color: #ffffff;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  border-radius: 4px;
  padding: 11px 10px;
  padding: 17px 10px;
  text-transform: uppercase;
  border: 1px solid #000000;
  margin-top: 11px;
}
.cart-container .checkout-methods-items .action.primary:hover,
.cart-container .checkout-methods-items .amshopby-button:hover,
.cart-container .checkout-methods-items .am-filter-go:hover {
  background: #d71923;
  color: #ffffff;
  border-color: #d71923;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-container .checkout-methods-items .item + .item a {
  color: #231f20;
}
.cart-container .checkout-methods-items .item + .item a:hover {
  color: #000000;
  text-decoration: none;
}
.cart-container .checkout-methods-items .item .paypal.checkout.paypal-logo.paypal-express-in-context-mini-cart-container .paypal-button .zoid-outlet iframe {
  width: 100% !important;
}
.cart-container .checkout-methods-items .item .paypal.checkout.paypal-logo.paypal-express-in-context-mini-cart-container .paypal-button .zoid-outlet iframe .paypal-button.paypal-button-layout-vertical {
  border-radius: 30px !important;
}
.cart-container .checkout-methods-items .item .paypal-button.paypal-button-number-2,
.cart-container .checkout-methods-items .item .powered-by-paypal {
  display: none;
}
.cart-container .checkout-methods-items .item:nth-child(2) {
  margin-top: 10px;
  position: relative;
}
.cart-container .checkout-methods-items .item:nth-child(2) .paypal.checkout.paypal-logo.paypal-express-in-context-mini-cart-container:before {
  content: 'OR';
  color: #333;
  font-size: 14px;
  margin-bottom: 13px;
  padding-bottom: 0px;
  display: block;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.column.main .block.crosssell {
  margin-top: 24px;
}
.column.main .block.crosssell .product-item.slick-slide {
  padding-left: 0px;
  margin-bottom: 0;
}
.column.main .block.crosssell .product-image-container {
  display: unset;
}
.column.main .block.crosssell .grid .product-items li .product-item-info {
  border: 0;
}
.column.main .block.crosssell .grid .product-items li .product-item-info .product-item-details {
  padding: 10px 0px 0px 20px;
}
.column.main .block.crosssell .grid .product-items li .product-item-info .product-item-details strong.product.name.product-item-name {
  margin-bottom: 0;
  height: auto;
}
.column.main .block.crosssell .grid .product-items li .product-item-info .product-item-details strong.product.name.product-item-name a {
  line-height: 22px;
}
.column.main .block.crosssell .grid .product-items li .product-image-photo {
  max-width: 100%;
  background-color: #b0b0b2;
  margin: 0;
  margin: 0 auto;
}
.column.main .block.crosssell .slick-nav .control-nav.next {
  right: 0px;
  top: 46%;
}
.column.main .block.crosssell .slick-nav .control-nav.prev {
  left: 0px;
  top: 46%;
}
.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: center;
}
.cart.table-wrapper .product-item-details .actions-toolbar {
  margin-left: 0;
}
.cart.table-wrapper .product-item-details .actions-toolbar .action {
  background: transparent;
  color: #333333;
  font-weight: 400;
  font-size: 12px;
  margin: 0 0 0 0;
  text-transform: uppercase;
  padding: 0 0;
}
.cart.table-wrapper .product-item-details .actions-toolbar .action.action-gift:after {
  margin: 0 3px 0 2px;
  font-weight: 500;
  color: #000000;
  font-size: 20px;
}
.cart.table-wrapper .product-item-details .actions-toolbar .action:hover {
  color: #231f20;
  text-decoration: none;
}
.cart.table-wrapper .product-item-details .actions-toolbar .dydr {
  border-right: 1px solid #a1a1a1;
  padding: 0 5px 0 0;
  margin-right: 5px;
  line-height: 15px;
  display: inline-block;
}
.cart.table-wrapper .product-item-details .actions-toolbar .dydr:last-child {
  border: 0;
  padding-right: 0;
}
.cart-container .cart-gift-item .action-delete {
  color: #dc914f;
}
.cart-container .cart-gift-item .action-delete:before {
  display: none;
}
.cart-container .cart-gift-item .action-delete:hover {
  color: #000000;
  text-decoration: none;
}
.cart-container .cart-gift-item .action-edit {
  color: #dc914f;
}
.cart-container .cart-gift-item .action-edit:hover {
  color: #000000;
  text-decoration: none;
}
.checkout-cart-index .cart.table-wrapper .product-item-details .actions-toolbar .action.action-cancel {
  margin-right: 20px;
}
.cart-container .amazon-button-container .field-tooltip {
  margin: -24px 0 0;
}
.cart-container .cart-summary .block #co-shipping-method-form {
  margin-bottom: -15px;
}
.cart-container .cart-summary .block #co-shipping-method-form .fieldset .field {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 839px) {
  .page-wrapper .cart .gift-options {
    min-width: 120px;
  }
  .checkout-cart-index .grid .product-items li .product-item-info .product-item-inner {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .coupon-section.summary.title a.action {
    display: inline-block;
    width: auto;
    margin: 0 auto !important;
    float: none;
    padding: 7px 7px 5px;
  }
  .checkout-cart-index .gift-wrapping-preview img {
    max-width: 100%;
    width: 150px;
  }
}
/*.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m ) {*/
@media only screen and (max-width: 769px) {
  .cart-container {
    display: flex;
    flex-direction: column;
  }
  .cart-container .cart-summary {
    order: 1;
  }
  .cart-container .form-cart {
    order: 0;
  }
  .page-wrapper .cart-container .checkout-methods-items .action.primary,
  .page-wrapper .cart-container .checkout-methods-items .amshopby-button,
  .page-wrapper .cart-container .checkout-methods-items .am-filter-go {
    max-width: 100%;
  }
  .page-wrapper .cart-container .paypal.checkout.paypal-logo {
    max-width: 100%;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty: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: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart-container .paypal.checkout.paypal-logo {
    max-width: 320px;
    margin: 0 auto;
  }
  .cart-gift-item {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-container .form-cart .cart.table-wrapper .product-item-name a {
    font-size: 14px;
  }
  .cart-container .form-cart .cart.table-wrapper .item .col.item {
    padding-bottom: 10px;
  }
  .cart-container .form-cart .cart .product-item-details .actions-toolbar .dydr .action {
    font-weight: 600;
    font-size: 10px;
    padding: 0 0;
  }
  .cart-container .form-cart .actions .action.clear,
  .cart-container .form-cart .actions .action.update,
  .cart-container .form-cart .actions .action.continue {
    padding: 10px 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .cart-container .cart.table-wrapper .gift-content._active .gift-options .gift-message .field.field-to,
  .cart-container .cart.table-wrapper .gift-content._active .gift-options .gift-message .field.field-from {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
@media only screen and (max-width: 769px) {
  .cart-container .cart-summary {
    padding: 1px 10px 25px;
    width: 31.099174%;
  }
  .cart-container .form-cart {
    width: 100% !important;
  }
  .cart-container .form-cart .actions .clear,
  .cart-container .form-cart .actions .update,
  .cart-container .form-cart .actions .continue {
    width: 100%;
    margin-left: 0 !important;
  }
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update {
    margin-bottom: 10px;
    text-align: center;
  }
  .cart-container .form-cart .cart.table-wrapper .product-item-photo {
    max-width: 100%;
    top: 10px;
    width: auto;
    position: absolute;
  }
  .cart-container .form-cart .cart.table-wrapper .item-options dt {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    color: #333333;
  }
  .cart-container .form-cart .cart.table-wrapper .item .col {
    min-height: 0;
    padding: 5px 0 5px 26%;
  }
  .cart-container .form-cart .cart.table-wrapper .item .col.item {
    padding-top: 20px;
  }
  .cart-container .form-cart .cart.table-wrapper .item .col.subtotal {
    padding-bottom: 20px;
  }
  .cart-container .form-cart .cart.table-wrapper .item .col.qty,
  .cart-container .form-cart .cart.table-wrapper .item .col.price,
  .cart-container .form-cart .cart.table-wrapper .item .col.subtotal,
  .cart-container .form-cart .cart.table-wrapper .item .col.msrp {
    width: auto;
    clear: both;
    text-align: left;
  }
  .cart-container .form-cart .cart.table-wrapper .item .col.qty:before,
  .cart-container .form-cart .cart.table-wrapper .item .col.price:before,
  .cart-container .form-cart .cart.table-wrapper .item .col.subtotal:before,
  .cart-container .form-cart .cart.table-wrapper .item .col.msrp:before {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 10px;
    float: left;
    padding: 0 10px 0 0px;
  }
  .cart-container .form-cart .cart.table-wrapper .item .col.qty:before {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 769px) {
  .checkout-cart-index .cart-container .checkout-methods-items {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 10px;
  }
  .checkout-cart-index .cart-container .checkout-methods-items li.item:last-child {
    display: none;
  }
  .checkout-cart-index .cart-container .checkout-methods-items li.item button.action.primary.checkout,
  .checkout-cart-index .cart-container .checkout-methods-items li.item button.amshopby-button.checkout,
  .checkout-cart-index .cart-container .checkout-methods-items li.item button.am-filter-go.checkout,
  .checkout-cart-index .cart-container .checkout-methods-items li.item .cart.table-wrapper .actions-toolbar > .action.action.primary.checkout {
    margin-top: 0;
  }
  .cart-container .cart-summary {
    width: 100%;
    padding: 0;
    position: inherit;
    border: 0;
  }
  .cart.table-wrapper .items tbody tr td .field.qty {
    margin: -4px 0 0 0;
  }
  .cart.table-wrapper .col.qty span.increment_qty:before {
    right: -20px;
  }
  .cart.table-wrapper .col.qty span.decrement_qty:before {
    right: -20px;
  }
  .cart.table-wrapper .items tbody tr td.subtotal .actions-toolbar {
    padding-top: 10px;
  }
  .column.main .block.crosssell .grid .product-items li .product-item-info .product-item-details {
    padding: 0;
  }
  .column.main .block.crosssell .grid .product-items li .product-item-info .product-item-details strong.product.name.product-item-name a {
    line-height: 18px;
    font-size: 15px;
  }
  .block.crosssell .block-content .products .slick-initialized .slick-slide,
  .block.upsell .block-content .products .slick-initialized .slick-slide,
  .block.related .block-content .products .slick-initialized .slick-slide {
    margin: 0 10px;
  }
  .column.main .block.crosssell .slick-nav .control-nav.prev {
    top: 40%;
    width: unset;
    left: -10px;
  }
  .column.main .block.crosssell .slick-nav .control-nav.next {
    top: 40%;
    width: unset;
    width: 10px;
  }
  #block-summary form#co-shipping-method-form .fieldset .items.methods .shipping-methods {
    float: left;
    width: 100%;
  }
  .checkout-cart-index .page-main > .page-title-wrapper .page-title {
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 500px) {
  .cart-container .form-cart .cart.table-wrapper .item .col {
    min-height: 0;
    padding: 5px 0 5px 38%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .cart.table-wrapper .items tbody tr td.subtotal .actions-toolbar span.dydr a.action.action-edit {
    padding-right: 6px;
  }
  .cart.table-wrapper .items tbody tr .col.qty span.increment_qty:before {
    right: 16px;
  }
  .cart.table-wrapper .items tbody tr .col.qty span.decrement_qty:before {
    right: 16px;
  }
  .cart-container .cart-summary .cart-summary-top-container .coupon-section.summary.title,
  .cart-container .cart-summary .cart-summary-top-container .message.info.reward.reward-checkout,
  .cart-container .cart-summary .cart-summary-top-container .block.giftcard {
    margin: 0 16px;
  }
  .cart-container .cart-summary .block.shipping {
    padding: 18px 16px 30px 16px;
  }
  .cart-container .cart-summary .block.shipping #block-summary form#co-shipping-method-form .fieldset .items.methods .shipping-methods {
    width: 100%;
  }
  .cart-container .cart-summary .cart-totals {
    padding: 18px 16px 30px 15px;
  }
  .cart-container .cart-summary .cart-totals .table-wrapper .grand.totals th strong,
  .cart-container .cart-summary .cart-totals .table-wrapper .grand.totals td strong {
    font-size: 20px;
  }
  .cart-container .cart-summary .checkout-methods-items {
    padding: 18px 16px 30px 16px;
  }
}
.cart-container .checkout-methods-items .paypal.after:before {
  font-size: 12px;
  line-height: 12px;
  margin: -3px 0 3px;
  padding: 5px 0 3px;
}
.block-minicart #top-cart-btn-checkout + div {
  display: block;
  clear: both;
}
.minicart-wrapper .mage-dropdown-dialog .block-minicart {
  right: 0px;
  bottom: 0;
  top: 30px;
  position: fixed;
  z-index: 9999;
  text-align: left;
  display: inherit;
  min-width: 0;
  max-width: 380px;
  margin: -1px 0 0 0;
  padding: 0px;
}
.minicart-wrapper.active .mage-dropdown-dialog .block-minicart {
  display: inherit;
  right: 0px;
  left: inherit;
  position: absolute;
  min-height: 160px;
  top: 30px;
  background-color: #F4F4F4;
  border: 0;
  border-top: 3px solid #000;
}
.block-minicart {
  text-align: left;
}
.block-minicart div#minicart-content-wrapper {
  float: left;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
}
.block-minicart .items-total {
  color: #333333;
  font-size: 14px;
  float: left;
  width: 50%;
  padding: 19px 0px 0 30px;
}
.block-minicart .subtotal {
  margin: 15px 0 25px;
  text-align: right;
  float: left;
  width: 50%;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 15px 0 15px 0;
  /* position: absolute; */
  /* top: 30px; */
  /* right: 30px; */
  /* max-width: 50%; */
  border: 0;
  padding: 19px 40px 0 0px;
  margin: 0;
  color: #333333;
  font-size: 14px;
}
.block-minicart .subtotal .label {
  float: left;
  width: 100%;
}
.block-minicart .subtotal .label span {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}
.block-minicart .subtotal .amount.price-container {
  float: right;
}
.block-minicart .subtotal .amount.price-container .price {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 13px;
  padding: 30px 0 20px;
  font-weight: 400;
  text-align: center;
  line-height: 90px;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  text-align: center;
  float: left;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary {
  width: 100%;
}
.block-minicart .block-content > .actions > .secondary,
.block-minicart .block-content > .actions > .primary {
  margin: 0 0 0;
}
.block-minicart .block-content > .actions > .secondary .action,
.block-minicart .block-content > .actions > .primary .action {
  color: #ffffff;
  font-size: 14px;
  padding: 7px 20px;
  font-weight: 300;
  width: 100%;
  float: left;
  line-height: normal;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.block-minicart .block-content > .actions > .secondary .action:hover,
.block-minicart .block-content > .actions > .primary .action:hover {
  text-decoration: none;
}
.block-minicart .block-content > .actions > .secondary .action.checkout,
.block-minicart .block-content > .actions > .primary .action.checkout {
  background: #d71923;
  height: 55px;
  max-width: 320px;
  margin: 0 30px;
  margin: 10px 30px 20px 30px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid #d71923;
}
.block-minicart .block-content > .actions > .secondary .action.checkout:hover,
.block-minicart .block-content > .actions > .primary .action.checkout:hover {
  background: #ffffff;
  color: #d71923;
}
.block-minicart .block-content > .actions > .secondary .action.viewcart,
.block-minicart .block-content > .actions > .primary .action.viewcart {
  background: #ffffff;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  border: 0;
  padding: 16px 0;
}
.block-minicart .block-content > .actions > .secondary .action.viewcart:hover,
.block-minicart .block-content > .actions > .primary .action.viewcart:hover {
  background-color: #d71923;
  color: #fff;
}
.block-minicart .block-content > .actions + .actions {
  float: right;
  width: 100%;
}
.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: left;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.minicart-wrapper .action.showcart.active:hover,
.minicart-wrapper .action.showcart:hover {
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart:before {
  content: "\e900";
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart:before {
  content: none;
}
.minicart-wrapper .block-minicart:after {
  content: none;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
  margin: -13px 0 10px 0;
}
.minicart-wrapper .block-minicart .block-title strong {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}
.minicart-wrapper .block-minicart .block-title strong .qty {
  background: #000000;
  color: #ffffff;
  min-width: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: 0 0 0;
  text-align: right;
  position: absolute;
  top: unset;
  right: 0;
  bottom: 20px;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline-block;
  margin-bottom: 3px;
}
.minicart-wrapper .product .actions > .primary .action.edit,
.minicart-wrapper .product .actions > .secondary .action.edit,
.minicart-wrapper .product .actions > .primary .action.delete,
.minicart-wrapper .product .actions > .secondary .action.delete {
  font-size: 0;
  padding: 0;
}
.minicart-wrapper .product .actions > .primary .action.edit:before,
.minicart-wrapper .product .actions > .secondary .action.edit:before,
.minicart-wrapper .product .actions > .primary .action.delete:before,
.minicart-wrapper .product .actions > .secondary .action.delete:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.minicart-wrapper .product .actions > .primary .action.edit:hover,
.minicart-wrapper .product .actions > .secondary .action.edit:hover,
.minicart-wrapper .product .actions > .primary .action.delete:hover,
.minicart-wrapper .product .actions > .secondary .action.delete:hover {
  text-decoration: none;
}
.minicart-wrapper .product .actions > .primary .action.edit span,
.minicart-wrapper .product .actions > .secondary .action.edit span,
.minicart-wrapper .product .actions > .primary .action.delete span,
.minicart-wrapper .product .actions > .secondary .action.delete span {
  display: none;
}
.minicart-wrapper .product .actions > .primary .action.edit:before,
.minicart-wrapper .product .actions > .secondary .action.edit:before,
.minicart-wrapper .product .actions > .primary .action.delete:before,
.minicart-wrapper .product .actions > .secondary .action.delete:before {
  font-size: 12px;
  line-height: 10px;
  padding: 4px;
  color: #000000;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.minicart-wrapper .product .actions > .primary .action.edit:hover:before,
.minicart-wrapper .product .actions > .secondary .action.edit:hover:before,
.minicart-wrapper .product .actions > .primary .action.delete:hover:before,
.minicart-wrapper .product .actions > .secondary .action.delete:hover:before {
  color: #231f20;
}
.minicart-wrapper .product .actions > .primary .action.edit:before,
.minicart-wrapper .product .actions > .secondary .action.edit:before {
  content: '\e930';
  color: #999999;
  font-size: 15px;
  padding-right: 10px;
}
.minicart-wrapper .product .actions > .primary .action.delete:before,
.minicart-wrapper .product .actions > .secondary .action.delete:before {
  content: "\e925";
  content: '\e92f';
  color: #999999;
  font-size: 15px;
}
.minicart-wrapper .action.close {
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  background: transparent;
  font-size: 0;
  padding: 0;
  float: left;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  display: none;
}
.minicart-wrapper .action.close:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.minicart-wrapper .action.close:hover {
  text-decoration: none;
}
.minicart-wrapper .action.close:before {
  content: "\e91c";
  font-size: 13px;
  color: #000000;
  line-height: 20px;
}
.minicart-wrapper .action.close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #D71921;
  color: #fff;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  display: inline-block;
  margin: -3px -3px 0 0;
  min-width: 20px;
  overflow: hidden;
  padding: 0 0px;
  text-align: center;
  white-space: normal;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 13px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  margin: 0 0 0px 0;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px 0;
  max-height: 450px;
  background-color: #fff;
  margin-top: 151px;
  padding: 19px 30px 0 30px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 5px 0;
  position: relative;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #F4F4F4;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item .product-image-container .product-image-wrapper {
  background-color: transparent;
}
.minicart-items .product-image-wrapper .product-image-photo {
  border-radius: 4px;
  background: #c3c7ca;
}
.minicart-items .product-item-pricing .price-container {
  margin-bottom: 11px;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  /*width: 4.5rem;*/
  font-size: 13px;
  padding-right: 5px;
  font-size: 14px;
  color: #333;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
  overflow: hidden;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 5px 0;
}
.minicart-items .product-item-name a {
  color: #000000;
  font-weight: 300;
  font-size: 15px;
  color: #333;
}
.minicart-items .product-item-details {
  padding-left: 70px;
}
.minicart-items .product-item-details .price {
  font-weight: 400;
  font-size: 15px;
  font-size: 14px;
  color: #000000;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .product.options,
.minicart-items .product-item-details .details-qty {
  margin: -3px 0 0 0;
  /*display: none;*/
  font-size: 12px;
  color: #666666;
}
.minicart-items .product-item-details .product.options button,
.minicart-items .product-item-details .details-qty button,
.minicart-items .product-item-details .product.options .cart.table-wrapper .actions-toolbar > .action,
.minicart-items .product-item-details .details-qty .cart.table-wrapper .actions-toolbar > .action {
  padding: 2px 5px;
  text-transform: uppercase;
}
.minicart-items .product-item-details .product.options dt,
.minicart-items .product-item-details .details-qty dt {
  float: left;
  padding: 0 6px 0 0;
}
.minicart-items .product-item-details .product.options dd,
.minicart-items .product-item-details .details-qty dd {
  font-size: 12px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 0 5px;
  padding: 2px;
  font-size: 11px;
  text-align: center;
  width: 25px;
  height: 20px;
  height: 30px;
  width: 40px;
  background-color: #FFFFFF;
  border: 1px solid #eeeeee;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
  padding: 6px 10px!important;
}
.minicart-items .update-cart-item:hover {
  background: #000000;
  color: #FFFFFF;
}
.minicart-items .subtitle {
  display: none;
}
.block-minicart .paypal-button {
  padding-top: 20px;
  height: auto !important;
  min-height: 182px;
  display: none;
}
.block-minicart .amazon-button-container .field-tooltip {
  margin: -18px 0 0;
}
.checkout-index-index .page-header .header.content {
  padding: 15px 20px!important;
  max-width: 1320px !important;
}
.multishipping-checkout-billing .multicheckout .block-billing .box-billing-method .box-content .checkout {
  margin-bottom: 10px;
  float: left;
  width: 100%;
  line-height: 15px;
}
.opc-wrapper .fieldset > .field.required,
.opc-wrapper .fieldset > .field._required {
  margin: 0 0 15px 0;
}
.page-wrapper .ajax-loader3 {
  z-index: 11;
}
.coupon-section.summary .actions-toolbar .primary a.action.apply {
  border: 2px solid #000000;
  background: #000000;
  padding: 8px;
  color: #ffffff;
}
.coupon-section.summary .actions-toolbar .primary a.action.apply:hover {
  background-color: #231f20;
  border: 2px solid #231f20;
}
.checkout-index-index .primary .action.primary,
.checkout-index-index .primary .amshopby-button,
.checkout-index-index .primary .am-filter-go {
  background: #000000;
  color: #ffffff;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  border-radius: 4px;
  padding: 11px 10px;
  text-transform: uppercase;
  border: 1px solid #000;
  margin-top: 11px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.checkout-index-index .primary .action.primary:hover,
.checkout-index-index .primary .amshopby-button:hover,
.checkout-index-index .primary .am-filter-go:hover {
  background: #d71923;
  color: #ffffff;
  border-color: #d71923;
}
.checkout-container .opc-block-summary .minicart-items-wrapper {
  padding: 15px 15px 0 15px;
  border: 0;
}
.checkout-shipping-method .actions-toolbar .action.primary,
.checkout-shipping-method .actions-toolbar .amshopby-button,
.checkout-shipping-method .actions-toolbar .am-filter-go {
  background: #000000;
  color: #ffffff;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  border-radius: 4px;
  padding: 17px 20px;
  text-transform: uppercase;
  border: 1px solid #000000;
  margin-top: 11px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.checkout-shipping-method .actions-toolbar .action.primary:hover,
.checkout-shipping-method .actions-toolbar .amshopby-button:hover,
.checkout-shipping-method .actions-toolbar .am-filter-go:hover {
  background: #d71923;
  color: #ffffff;
  border-color: #d71923;
}
button.action.action-auth-toggle,
.cart.table-wrapper .actions-toolbar > .action.action.action-auth-toggle {
  color: #000;
}
button.action.action-auth-toggle::hover,
.cart.table-wrapper .actions-toolbar > .action.action.action-auth-toggle::hover {
  text-decoration: underline;
}
.checkout-container input,
.checkout-container select {
  height: 45px;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #FFFFFF;
  color: #999999;
  font-size: 15px;
  border-radius: 4px;
  font-weight: 300;
  padding-left: 15px;
  padding-right: 40px;
}
.checkout-container #onepage-checkout-shipping-method-additional-load .store-container-inner .pickup-store-label {
  font-weight: 400;
  font-size: 20px;
  margin: 10px 0 15px;
}
.checkout-container #onepage-checkout-shipping-method-additional-load .store-container-inner select {
  height: 45px;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #FFFFFF;
  color: #999999;
  font-size: 15px;
  border-radius: 4px;
  font-weight: 300;
  padding-left: 15px;
  padding-right: 40px;
}
.checkout-container #onepage-checkout-shipping-method-additional-load .shipping-information-content .store-address .store-map-url button.action.action-auth-toggle,
.checkout-container #onepage-checkout-shipping-method-additional-load .shipping-information-content .store-address .store-map-url .cart.table-wrapper .actions-toolbar > .action.action.action-auth-toggle {
  display: inline-block;
  margin-right: 10px;
  color: #000;
  display: block;
}
.checkout-container #onepage-checkout-shipping-method-additional-load .shipping-information-content .store-address .store-map-url a {
  float: none;
  display: inline-block;
  margin: 10px 0 0;
  vertical-align: top;
}
.checkout-container #onepage-checkout-shipping-method-additional-load .shipping-information-content .store-address .store-map-url a:hover {
  text-decoration: underline;
}
table#checkout-review-table tr td .item-options li {
  margin: 0 5px 5px 0;
  display: inline-block !important;
  vertical-align: top;
  width: auto;
}
#reward_placer .payment-option-title {
  padding: 10px 0 5px;
  display: block;
  clear: both;
}
#reward_placer #reward-points-buttons-container {
  padding: 10px 0 0 0;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content .messages[data-role="checkout-messages"] {
  margin: 0px !important;
}
.page-wrapper .checkout-payment-method .payment-option-inner {
  margin: 0;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method .messages[data-role="checkout-messages"] {
  margin: 0px !important;
}
.page-wrapper .table-checkout-shipping-method tbody td {
  padding: 10px 15px;
  vertical-align: middle;
}
.rtl-layout table#checkout-review-table tr td .item-options li {
  margin: 0 0 5px 5px;
}
.rtl-layout .column.main .checkout-container.md-checkout #address-section#address-section .shipping-address-item.selected-item:before {
  left: 0;
  right: auto;
}
.rtl-layout .column.main .checkout-container.md-checkout .product-name,
.rtl-layout table#checkout-review-table tr td {
  text-align: right;
}
.page-wrapper .column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total tbody .totals {
  font-size: 14px;
  line-height: 20px;
}
table#checkout-review-table tr td {
  text-align: left;
}
.checkout-index-index #md-login-social {
  padding-top: 20px;
  padding-bottom: 20px;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  /*            &:extend(.abs-checkout-title all);*/
  position: relative;
  background: #ccc;
  text-transform: uppercase;
  padding: 14px 20px;
  height: 45px;
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.5rem;
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 0 0 5px 5px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.product-social-links .amazon-button-container {
  margin: 12px 0 15px 0;
}
.product-social-links .amazon-button-container .field-tooltip {
  margin: -25px 0 0;
}
.checkout-onepage-success a.action.primary,
.checkout-onepage-success a.amshopby-button,
.checkout-onepage-success a.am-filter-go {
  padding: 10px;
  display: inline-block;
  margin: 10px 0 0 0;
}
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total tbody tr.totals.discount {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
}
.md-promo-popup .md_discount_coupon_section .fieldset.coupon label.label {
  width: 100% !important;
  display: block;
  float: none !important;
  padding: 0 !important;
  margin-right: 0px !important;
}
.md-promo-popup .md_discount_coupon_section .fieldset.coupon .control {
  width: 100% !important;
  float: none !important;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .column.main .checkout-container.md-checkout .field label.label {
    padding-right: 0;
    font-size: 11px !important;
  }
  .onestepcheckout-index-index .checkout-payment-method .giftcardaccount .actions-toolbar .primary button.action,
  .onestepcheckout-index-index .checkout-payment-method .giftcardaccount .actions-toolbar .secondary button.action,
  .onestepcheckout-index-index .checkout-payment-method .giftcardaccount .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action.action,
  .onestepcheckout-index-index .checkout-payment-method .giftcardaccount .actions-toolbar .secondary .cart.table-wrapper .actions-toolbar > .action.action {
    padding: 8px 13px;
  }
}
@media screen and (max-width: 520px) {
  .onestepcheckout-index-index #giftcard-form .actions-toolbar {
    margin: 10px 0;
    padding: 0px;
  }
}
@media screen and (max-width: 479px) {
  .checkout-payment-method .checkout-billing-address .billing-address-details {
    padding-left: 0px;
  }
  .one-step-checkout .checkout-column-block.one-step-payment .payment-option.opc-payment-additional .actions-toolbar {
    padding: 5px 0 0 0;
  }
  .column.main .checkout-container.md-checkout .payment-method-section .fieldset .field {
    padding: 0px !important;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .table-checkout-shipping-method td {
    word-break: break-all;
    font-size: 12px;
  }
  .order-review-section .checkout-review-item tr td,
  .order-review-section .checkout-review-item tr th {
    /* max-width:90px; */
  }
  .order-review-section .checkout-review-item tr td .osc-product-image,
  .order-review-section .checkout-review-item tr th .osc-product-image {
    width: 100% !important;
  }
  .order-review-section .checkout-review-item tr td .osc-product-image img,
  .order-review-section .checkout-review-item tr th .osc-product-image img {
    max-width: 50%;
  }
  .order-review-section .checkout-review-item tr td .product-name,
  .order-review-section .checkout-review-item tr th .product-name,
  .order-review-section .checkout-review-item tr td .item-options,
  .order-review-section .checkout-review-item tr th .item-options {
    padding: 0 !important;
    width: 100% !important;
  }
  .order-review-section .checkout-review-item tr td:last-child,
  .order-review-section .checkout-review-item tr th:last-child {
    padding-right: 5px;
  }
  .order-review-section .checkout-review-item tr td:nth-child(1),
  .order-review-section .checkout-review-item tr th:nth-child(1) {
    width: 50% !important;
  }
  .order-review-section .checkout-review-item tr td:nth-child(2),
  .order-review-section .checkout-review-item tr th:nth-child(2) {
    width: 20% !important;
    padding: 8px 5px !important;
  }
  .order-review-section .checkout-review-item tr td:nth-child(3),
  .order-review-section .checkout-review-item tr th:nth-child(3) {
    width: 30% !important;
  }
  .order-review-section .checkout-review-item tr td:nth-child(3) .subtotal,
  .order-review-section .checkout-review-item tr th:nth-child(3) .subtotal {
    text-align: right;
  }
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #000000;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #000000;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip .field-tooltip-action {
  right: 0;
}
.rtl .field-tooltip .field-tooltip-action {
  right: auto;
  left: 0;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  right: 0;
  position: absolute;
  text-transform: none;
  top: 45px;
  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;
  /*.lib-css(left, @checkout-tooltip-icon-arrow__left);
                .lib-css(top, @checkout-tooltip-content__padding);*/
  right: 3px;
  top: -21px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
  border-right-color: transparent;
  border-bottom-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  border-right-color: transparent;
  width: 0;
  z-index: 4;
  border-bottom-color: #f4f4f4;
  top: -20px;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-top: 0;
  margin-bottom: 20px;
}
.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;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #231f20;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #231f20;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.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 .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: #1979c3;
  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;
  border-radius: 5px;
  overflow: hidden;
}
.opc-block-shipping-information .shipping-information-title {
  /*.lib-css(border-bottom, @checkout-step-title__border);
            margin: 0 0 @indent__base;
            position: relative;*/
  border-bottom: 0;
  margin: 0;
  position: relative;
  background-color: #ccc;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.5rem;
  padding: 14px 20px;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  /*                .lib-css(top, @checkout-sidebar-shipping-information-edit-icon__top);*/
  display: inline-block;
  text-decoration: none;
  top: 8px;
  margin: 0;
  position: absolute;
  right: 15px;
}
.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: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding: 15px 20px;
  border-radius: 0 0 5px 5px;
  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-color: #F4F4F4;
  padding: 18px 30px 30px 28px;
  padding: 0;
  margin: 0 0 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}
.opc-block-summary > .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  position: relative;
  background: #ccc;
  text-transform: uppercase;
  padding: 14px 20px;
  height: 45px;
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.5rem;
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 20px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  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;
  margin: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.authentication-wrapper .action.action-auth-toggle {
  background: #000000;
  color: #ffffff;
  height: 45px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 300;
  padding: 13px 25px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  border: 1px solid #000;
  text-transform: uppercase;
  line-height: 0px;
}
.authentication-wrapper .action.action-auth-toggle:hover {
  background: #d71923;
  color: #ffffff;
  border-color: #d71923;
  text-decoration: none;
}
.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;
}
.column:not(.sidebar-main) .block-authentication .actions-toolbar {
  margin-left: 0;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .action.action-register,
.block-authentication .action.action-login {
  /*&:extend(.abs-button-l all);*/
  margin-right: 0;
  background: #000000;
  color: #ffffff;
  height: 45px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 300;
  padding: 13px 25px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  border: 1px solid #000;
  text-transform: uppercase;
}
.block-authentication .action.action-register:hover,
.block-authentication .action.action-login:hover {
  background: #d71923;
  color: #ffffff;
  border-color: #d71923;
}
.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-index-index .checkout-container .opc-wrapper li.checkout-payment-method hr {
  display: none;
}
.checkout-index-index .checkout-container .opc-wrapper li.checkout-payment-method div#checkout-step-payment {
  padding: 0;
  overflow: hidden;
  border-radius: 5px;
}
.checkout-index-index .checkout-container .opc-wrapper li.checkout-payment-method div#checkout-step-payment .payment-method {
  padding: 0 20px 0px 20px;
}
.opc-sidebar .opc-block-summary .table-totals th.mark {
  padding: 8px 20px;
}
.opc-sidebar .opc-block-summary .table-totals td.amount {
  padding: 8px 20px;
}
.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-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: 100%;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
  display: inline-block;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action.action-cancel {
  margin-right: 0;
  background-color: transparent;
  height: 45px;
  text-decoration: none;
  color: #000;
  border-radius: 4px;
  font-weight: 300;
  padding: 13px 25px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  border: 1px solid #000;
  text-transform: uppercase;
  margin: 0 10px;
  line-height: 0;
}
.checkout-payment-method .checkout-billing-address .primary .action.action-cancel:hover {
  background-color: #000;
  color: #fff;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
  background: #000000;
  color: #ffffff;
  height: 45px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 300;
  padding: 13px 25px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  border: 1px solid #000;
  text-transform: uppercase;
}
.checkout-payment-method .checkout-billing-address .primary .action-update:hover {
  background: #d71923;
  color: #ffffff;
  border-color: #d71923;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address .billing-address-details button.action.action-edit-address,
.checkout-payment-method .checkout-billing-address .billing-address-details .cart.table-wrapper .actions-toolbar > .action.action.action-edit-address {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000;
  border-radius: 4px;
  text-transform: uppercase;
}
.checkout-payment-method .checkout-billing-address .billing-address-details button.action.action-edit-address:hover,
.checkout-payment-method .checkout-billing-address .billing-address-details .cart.table-wrapper .actions-toolbar > .action.action.action-edit-address:hover {
  background: #d71923;
  color: #ffffff;
  border-color: #d71923;
}
.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 .payment-option-title .action-toggle {
  position: relative;
}
.checkout-payment-method .payment-option .payment-option-title .action-toggle:after {
  position: absolute;
  right: 0;
  top: 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;
  font-weight: 600;
  display: block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 20px 20px 10px 20px;
  margin-bottom: 0;
  margin-top: 0;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
  padding: 0 20px 20px 20px;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content .form.form-discount {
  position: relative;
  max-width: 100%;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content .form.form-discount .actions-toolbar {
  position: absolute;
  top: 0;
  right: 0;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content .form.form-discount .actions-toolbar button.action,
.checkout-payment-method .payment-option._collapsible .payment-option-content .form.form-discount .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action {
  margin: 0;
  padding: 14px 26px;
  border-radius: 0px 4px 4px 0;
  text-transform: uppercase;
  font-weight: 600;
  border-color: #000;
  background: #000000;
  color: #ffffff;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content .form.form-discount .actions-toolbar button.action:hover,
.checkout-payment-method .payment-option._collapsible .payment-option-content .form.form-discount .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action:hover {
  background: #d71923;
  color: #ffffff;
  border-color: #d71923;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  width: 100%;
  display: block;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle span {
  width: 100%;
  display: block;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-option-inner .control input.input-text {
  padding-right: 90px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
@font-face {
  font-family: 'magento-icons';
  src: url('../../frontend/Magedelight/FashionGo/en_US/Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../../frontend/Magedelight/FashionGo/en_US/Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
.jstree > ul ul li {
  background: none;
  border-left: 1px dashed #a6a6a6;
  margin-left: 2.4rem;
  padding: .5rem 0;
  position: relative;
}
.jstree > ul ul li.jstree-last {
  background: none;
  border-left: none;
  left: .1rem;
  padding-bottom: 0;
  position: relative;
}
.jstree > ul ul li.jstree-last:after {
  border-left: 1px dashed #a6a6a6;
  content: '';
  height: 2.3rem;
  left: -.1rem;
  position: absolute;
  top: 0;
}
.jstree > ul ul li.jstree-leaf > .jstree-icon.jstree-ocl {
  background: none;
  display: inline;
  padding-right: 3.7rem;
  width: 2.5rem;
}
.jstree > ul ul li.jstree-leaf > .jstree-icon.jstree-ocl:after {
  right: 0;
  top: 1.7rem;
  width: 100%;
}
.jstree > ul ul li > .jstree-icon.jstree-ocl {
  position: relative;
}
.jstree > ul ul li > .jstree-icon.jstree-ocl:after {
  border-top: 1px dashed #a6a6a6;
  content: '';
  height: .1rem;
  position: absolute;
  right: 2.3rem;
  top: 1.1rem;
  width: 1.3rem;
}
.jstree li > .jstree-icon {
  padding-right: 1.5rem;
}
.jstree li a {
  height: 2.2rem;
  line-height: 2.2rem;
  padding: .4rem 1rem .4rem .2rem;
}
.jstree li a > .jstree-themeicon-custom {
  margin-left: 10px;
  margin-right: .7rem;
}
.jstree li a > .jstree-icon.icon-customer:before {
  content: '\e907';
}
.jstree li a > .jstree-icon.icon-customer:before {
  font-size: 1.8rem;
}
.jstree li a > .jstree-icon.icon-company:before {
  content: '\e906';
}
.jstree li a > .jstree-icon.icon-company:before {
  font-size: 1.7rem;
}
.jstree li a > .field-tooltip {
  color: #000000;
  left: 100%;
  margin-left: 5px;
  top: .4rem;
}
.jstree li a .field-tooltip-content {
  white-space: normal;
}
.jstree li:not(.jstree-leaf) > .jstree-icon {
  display: inline-block;
  text-decoration: none;
  left: -.1rem;
  position: relative;
  top: 0.6rem;
  z-index: 5;
}
.jstree li:not(.jstree-leaf) > .jstree-icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree li:not(.jstree-leaf) > .jstree-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.9rem;
  line-height: 1.1;
  color: #575757;
  content: '\e909';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree li:not(.jstree-leaf) > .jstree-icon:before {
  cursor: pointer;
  text-align: center;
}
.jstree li.jstree-open > .jstree-icon:before {
  content: '\e90a';
}
.jstree li.jstree-open > .jstree-icon:before {
  color: #c2c2c2;
  font-size: 2.2rem;
  left: 1.4rem;
  position: relative;
}
.jstree li.jstree-closed > .jstree-icon:before {
  content: '\e909';
}
.jstree li.jstree-closed > .jstree-icon:before {
  color: #c2c2c2;
  font-size: 2.2rem;
  left: 1.4rem;
  position: relative;
}
.jstree > ul > li {
  background: none;
}
.jstree > ul > li > a.company-admin {
  margin-left: -.2rem;
  padding-bottom: 1.3rem;
}
.jstree > ul > li > a.company-admin:before {
  display: none;
}
.jstree > ul > li > a.company-admin > .jstree-icon {
  margin-right: 10px;
  position: relative;
  z-index: 5;
}
.jstree > ul > li > a.company-admin > .jstree-icon:before {
  content: '\e908';
}
.jstree > ul > li > a.company-admin > .jstree-icon:before {
  font-size: 3rem;
}
.jstree > ul > li:not(.root-collapsible) > .jstree-icon.jstree-ocl {
  display: none;
}
.jstree .jstree-leaf > .jstree-icon.jstree-ocl {
  display: none;
}
.jstree a > .jstree-icon {
  display: inline-block;
  text-decoration: none;
  background: none;
}
.jstree a > .jstree-icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree a > .jstree-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: 1.1;
  color: #858585;
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree.jstree-draggable a {
  display: inline-block;
  text-decoration: none;
}
.jstree.jstree-draggable a > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree.jstree-draggable a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: 1.1;
  color: #c2c2c2;
  content: '\e90b';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree.jstree-draggable a:before {
  height: 1.8rem;
  margin-left: -.4rem;
  overflow: hidden;
  width: 1.9rem;
}
.jstree.jstree-draggable a.jstree-clicked:before {
  color: #ffffff;
}
.jstree i {
  font-style: normal;
}
.block-dashboard-company .jstree .jstree-clicked {
  background-color: #006bb4;
  color: #ffffff;
}
.block-dashboard-company .jstree .jstree-clicked > .jstree-icon:before {
  color: #ffffff;
}
.jstree .jstree-anchor .jstree-checkbox {
  background-color: transparent;
  background-image: url(../../frontend/Magedelight/FashionGo/en_US/Magento_Company/images/icon-tree.png);
  background-position: top right;
  background-repeat: no-repeat;
  height: 16px;
  margin: 5px 8px -2px 4px;
  position: relative;
  width: 16px;
}
.jstree .jstree-anchor.jstree-clicked > .jstree-checkbox {
  background-position: top center;
}
.jstree .jstree-anchor > .jstree-checkbox.jstree-undetermined {
  background-position: top left;
}
.jstree-checkbox-selection .jstree-anchor {
  display: inline-block;
  text-decoration: none;
}
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  color: black;
  display: inline-block;
  margin: 0;
  padding: 0 4px 0 1px;
  vertical-align: top;
  white-space: nowrap;
}
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
#jstree-dnd .jstree-ok {
  background: green;
}
#jstree-dnd .jstree-er {
  background: red;
}
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}
.form-edit-role .block-title,
.block-dashboard-company .block-title {
  margin-top: 20px;
}
.form-edit-role .box-actions button.action,
.block-dashboard-company .box-actions button.action,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action {
  background: none;
  border: 0;
  color: #1979c3;
  font-weight: 400;
  padding: 0 25px 10px 0;
  position: relative;
}
.form-edit-role .box-actions button.action:hover,
.block-dashboard-company .box-actions button.action:hover,
.form-edit-role .box-actions button.action:active,
.block-dashboard-company .box-actions button.action:active,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action:hover,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action:hover,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action:active,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #006bb4;
}
.form-edit-role .box-actions button.action:not(:focus),
.block-dashboard-company .box-actions button.action:not(:focus),
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action:not(:focus),
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action:not(:focus) {
  box-shadow: none;
}
.form-edit-role .box-actions button.action:after,
.block-dashboard-company .box-actions button.action:after,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action:after,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action:after {
  position: absolute;
  right: -.2rem;
  top: .2rem;
  width: .1rem;
}
.form-edit-role .box-actions button.action.delete:after,
.block-dashboard-company .box-actions button.action.delete:after,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action.delete:after,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action.delete:after {
  display: none;
}
.form-edit-role .box-actions button.action._hidden,
.block-dashboard-company .box-actions button.action._hidden,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action._hidden,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action._hidden {
  display: none;
}
.form-edit-account .fieldset.info {
  margin-right: 20px;
}
.form-edit-account .fieldset.company {
  clear: both;
  float: left !important;
  margin-bottom: 20px;
}
.form-edit-account .fieldset.job_title {
  clear: both;
  float: left !important;
}
.form-edit-account .actions-toolbar {
  clear: both;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title {
  font-size: 1.8rem;
}
.message.company-warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.company-warning a {
  color: #1979c3;
}
.message.company-warning a:hover {
  color: #006bb4;
}
.message.company-warning a:active {
  color: #ff5501;
}
.message.company-warning._hidden {
  display: none;
}
.nav .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.additional-fields {
  margin-top: 20px;
}
.additional-fields._hidden {
  display: none;
}
.modal-container {
  display: none;
}
.data-grid-filters-wrap {
  margin-bottom: 10px;
  margin-top: -15px;
}
.data-grid-filters-wrap .action {
  margin-right: 25px;
}
.modal-popup .action._hidden {
  display: none;
}
.popup-tree .modal-footer .action-primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'PT Sans';
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: none;
}
.popup-tree .modal-footer .action-primary:focus,
.popup-tree .modal-footer .action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.popup-tree .modal-footer .action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.popup-tree .modal-footer .action-primary.disabled,
.popup-tree .modal-footer .action-primary[disabled],
fieldset[disabled] .popup-tree .modal-footer .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.company-profile-payment-methods {
  font-size: 1.6rem;
  line-height: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.company-profile-payment-methods .payment-methods-label {
  font-weight: 700;
  margin-bottom: 10px;
}
.company-profile-payment-methods .payment-methods-list {
  list-style: none;
}
.wrap-text {
  margin-bottom: 30px;
}
.form-add-user .field.email .exist-notification-message {
  color: #999999;
  font-size: 12px;
  padding-top: 5px;
}
/*.media-width(@extremum, @break) when (@extremum = 'min') and (@break = (@screen__m + 1)) {
    .modals-wrapper {
        .modal-popup {
            .modal-inner-wrap {
                width: 428px;
            }
        }
    }
}*/
.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;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .table-wrapper .table-additional-addresses-items .action.edit,
.account .table-wrapper .table-additional-addresses-items .action.delete {
  padding: 0;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .block.block-dashboard-orders .block-title {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.account .column.main .toolbar .pager {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.account .column.main .toolbar .pager .toolbar-amount span.toolbar-number {
  color: #333333;
  font-size: 14px;
  padding-left: 20px;
}
.account .column.main .toolbar .limiter strong,
.account .column.main .toolbar .limiter span {
  color: #333333;
  font-size: 14px;
}
.account .column.main .toolbar .limiter .limiter-options {
  width: auto;
  height: 37px;
  width: 70px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  border-radius: 4px;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  padding-right: 12px;
  color: #006BB4;
}
.account .table-wrapper .action.order {
  border-left: 1px solid #cccccc;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
  padding-left: 12px;
}
.block-collapsible-nav .content,
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item,
.account-nav .item {
  margin: 0px 0 0;
}
.block-collapsible-nav .item:first-child,
.account-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.account-nav .item a,
.block-collapsible-nav .item > strong,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 16px 18px 16px 15px;
}
.block-collapsible-nav .item a,
.account-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover,
.account-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.account-nav .item.current a,
.block-collapsible-nav .item.current strong,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.block-collapsible-nav .item.current a,
.account-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter,
.account-nav .item .delimiter {
  border-top: 1px solid #999999;
  display: block;
  margin: 0;
}
.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;
}
.column.main .block .title strong {
  font-size: 18px;
}
.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;
}
.cart-gift-item {
  width: 68% !important;
  border-top: 1px solid #d1d1d1;
  margin: 10px 0;
}
.cart-gift-item .title span {
  font-weight: 700;
  color: #000;
}
.cart-gift-item .gift-item-block .title:after {
  color: #333;
  font-weight: bold;
  font-size: 32px;
  margin: 0;
}
.cart-gift-item .gift-item-block .title span {
  font-size: 14px;
}
.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-delete:before {
  content: '|';
  width: 1px;
  display: inline-block;
  padding-left: 5px;
  margin-right: 8px;
  font-size: 15px;
  line-height: 14px;
}
.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: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  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: #8f8f8f;
}
.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: #1979c3;
  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: 'icons-blank-theme';
  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;
}
@media screen and (max-width: 1200px) {
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar {
    right: inherit;
    top: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .gift-summary {
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .gift-summary {
    margin-top: 60px;
  }
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  clear: none;
}
.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 button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 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: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  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: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  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 {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
  color: #000;
  font-size: 13px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split {
  background: #4a4a4a;
  padding: 5px 8px;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  font-size: 18px;
  color: #fff;
  content: "\e943";
  font-family: 'md-ico-fgo';
  font-weight: 400;
  width: 30px;
}
.table-comparison .wishlist.split.button > .action.split:hover,
.product-items .wishlist.split.button > .action.split:hover {
  background: #dba35d;
}
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before {
  color: #fff;
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle,
.product-items .wishlist.split.button > .action.toggle {
  background: #4a4a4a;
  padding: 6px 2px;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.table-comparison .wishlist.split.button > .action.toggle:after,
.product-items .wishlist.split.button > .action.toggle:after {
  color: #fff;
  font-size: 30px;
}
.table-comparison .wishlist.split.button > .action.toggle:hover,
.product-items .wishlist.split.button > .action.toggle:hover {
  background: #dba35d;
}
.table-comparison .wishlist.split.button > .action.toggle.active:hover:after,
.product-items .wishlist.split.button > .action.toggle.active:hover:after {
  color: #fff;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  padding: 0px 2px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split {
  padding: 0 6px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  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;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.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 .popup-actions .action.close {
  background: #dba35d;
}
.wishlist.window.popup .popup-actions .action.close:hover,
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: #333;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.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-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.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 .toolbar-wishlist-results {
  text-align: center;
}
.page-multiple-wishlist .page-title-wrapper .page-title {
  /* &:extend(.abs-visually-hidden all);*/
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.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;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.catalog-product_compare-index .table-comparison td:last-child {
  border: none;
}
.catalog-product_compare-index .table-comparison .split.button.wishlist {
  padding-top: 0px;
}
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.split {
  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: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  padding: 3px 0px;
}
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.split:focus,
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.split:active {
  background: none;
  border: none;
}
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.split:hover {
  background: none;
  border: none;
}
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.split.disabled,
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.split[disabled],
fieldset[disabled] .catalog-product_compare-index .table-comparison .split.button.wishlist > .action.split {
  pointer-events: none;
  opacity: 0.5;
}
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.split:visited {
  color: #1979c3;
  text-decoration: none;
}
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.split:hover {
  color: #006bb4;
  text-decoration: underline;
}
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.split:active {
  color: #ff5501;
  text-decoration: underline;
}
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.split:hover,
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.split:active,
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.split:focus {
  background: none;
  border: 0;
}
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.split.disabled,
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.split[disabled],
fieldset[disabled] .catalog-product_compare-index .table-comparison .split.button.wishlist > .action.split {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.split:before {
  color: #333;
}
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.toggle {
  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: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  padding: 4px 0px;
}
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.toggle:focus,
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.toggle:active {
  background: none;
  border: none;
}
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.toggle:hover {
  background: none;
  border: none;
}
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.toggle.disabled,
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.toggle[disabled],
fieldset[disabled] .catalog-product_compare-index .table-comparison .split.button.wishlist > .action.toggle {
  pointer-events: none;
  opacity: 0.5;
}
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.toggle:visited {
  color: #1979c3;
  text-decoration: none;
}
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.toggle:hover {
  color: #006bb4;
  text-decoration: underline;
}
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.toggle:active {
  color: #ff5501;
  text-decoration: underline;
}
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.toggle:hover,
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.toggle:active,
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.toggle:focus {
  background: none;
  border: 0;
}
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.toggle.disabled,
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.toggle[disabled],
fieldset[disabled] .catalog-product_compare-index .table-comparison .split.button.wishlist > .action.toggle {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.toggle:after {
  color: #333;
}
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.toggle:before {
  display: none;
}
.catalog-product_compare-index .table-comparison .split.button.wishlist > .action.toggle.active:after {
  color: #333;
}
.product-item-info .split.button.wishlist {
  padding-right: 20px;
}
.product-item-info .split.button.wishlist .label.action.split {
  border-left: 1px solid #ffffff;
  border-right: none;
}
.product-item-info .split.button.wishlist > .action.toggle {
  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;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-right: none !important;
  padding: 0;
  position: absolute;
  width: 20px !important;
  right: 14px;
}
.product-item-info .split.button.wishlist > .action.toggle:focus,
.product-item-info .split.button.wishlist > .action.toggle:active {
  background: none;
  border: none;
}
.product-item-info .split.button.wishlist > .action.toggle:hover {
  background: none;
  border: none;
}
.product-item-info .split.button.wishlist > .action.toggle.disabled,
.product-item-info .split.button.wishlist > .action.toggle[disabled],
fieldset[disabled] .product-item-info .split.button.wishlist > .action.toggle {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-info .split.button.wishlist > .action.toggle:visited {
  color: #1979c3;
  text-decoration: none;
}
.product-item-info .split.button.wishlist > .action.toggle:hover {
  color: #006bb4;
  text-decoration: underline;
}
.product-item-info .split.button.wishlist > .action.toggle:active {
  color: #ff5501;
  text-decoration: underline;
}
.product-item-info .split.button.wishlist > .action.toggle:hover,
.product-item-info .split.button.wishlist > .action.toggle:active,
.product-item-info .split.button.wishlist > .action.toggle:focus {
  background: none;
  border: 0;
}
.product-item-info .split.button.wishlist > .action.toggle.disabled,
.product-item-info .split.button.wishlist > .action.toggle[disabled],
fieldset[disabled] .product-item-info .split.button.wishlist > .action.toggle {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.product-item-info .split.button.wishlist > .action.toggle:after {
  color: #fff;
  width: 20px;
}
.product-item-info .split.button.wishlist > .action.toggle:before {
  display: none;
}
.product-item-info .split.button.wishlist > .action.toggle.active:after {
  color: #fff;
}
.product-item-info .split.button.wishlist ul li .action {
  width: 100% !important;
  float: none;
  padding-left: 22px !important;
  position: relative;
}
.product-item-info .split.button.wishlist ul li .action:before {
  font-family: 'md-ico-fgo';
  content: "\e907";
  position: absolute;
  font-size: 9px;
  top: 5px;
  left: 26px;
}
.multiselect-wishlist {
  position: relative;
  float: left;
}
.multiselect-wishlist input[type="checkbox"] + label:before {
  top: -2px;
}
.products-grid.wishlist .product-item .price-box {
  clear: left;
}
.products-grid.wishlist .price-as-configured {
  width: 100%;
}
.wishlist-toolbar-select {
  position: relative;
}
.wishlist-toolbar-select input[type="checkbox"] + label:before {
  top: -2px;
}
.footer .block.newsletter {
  width: 25%;
  margin-bottom: 40px;
}
.footer .block.newsletter .form.subscribe {
  width: 100%;
}
.footer .block.newsletter .content {
  position: relative;
}
.footer .block.newsletter .content .actions {
  position: absolute;
  right: 0;
  top: 0;
}
.footer .block.newsletter .fieldset {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.footer .block.newsletter .field {
  margin: 0 0 20px 0;
  padding: 0 90px 0 0;
}
.footer .block.newsletter .field .control {
  width: 100%;
  position: relative;
  display: block;
}
.footer .block.newsletter input {
  padding-right: 35px;
  height: 35px;
  font-weight: 300;
  font-size: 13px;
  color: #9b9b9b;
}
.footer .block.newsletter .title {
  /*display: none;*/
}
.footer .block.newsletter .action.subscribe {
  border: 0;
  border-radius: 0;
  background: #000000;
  padding: 7px 14px 8px 14px;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  line-height: normal;
  padding: 8px 14px 9px 14px;
}
.footer .block.newsletter .action.subscribe:hover {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}
.rating-summary .rating-result > span[style="width:90%"]:before {
  color: #2dcf58;
}
.rating-summary .rating-result > span[style="width:1%"]:before {
  color: red;
}
.rating-summary .rating-result > span[style="width:2%"]:before {
  color: red;
}
.rating-summary .rating-result > span[style="width:3%"]:before {
  color: red;
}
.rating-summary .rating-result > span[style="width:4%"]:before {
  color: red;
}
.rating-summary .rating-result > span[style="width:5%"]:before {
  color: red;
}
.rating-summary .rating-result > span[style="width:6%"]:before {
  color: red;
}
.rating-summary .rating-result > span[style="width:7%"]:before {
  color: red;
}
.rating-summary .rating-result > span[style="width:8%"]:before {
  color: red;
}
.rating-summary .rating-result > span[style="width:9%"]:before {
  color: red;
}
.rating-summary .rating-result > span[style="width:10%"]:before {
  color: red;
}
.rating-summary .rating-result > span[style="width:11%"]:before {
  color: red;
}
.rating-summary .rating-result > span[style="width:12%"]:before {
  color: red;
}
.rating-summary .rating-result > span[style="width:13%"]:before {
  color: red;
}
.rating-summary .rating-result > span[style="width:14%"]:before {
  color: red;
}
.rating-summary .rating-result > span[style="width:15%"]:before {
  color: red;
}
.rating-summary .rating-result > span[style="width:16%"]:before {
  color: red;
}
.rating-summary .rating-result > span[style="width:17%"]:before {
  color: red;
}
.rating-summary .rating-result > span[style="width:18%"]:before {
  color: red;
}
.rating-summary .rating-result > span[style="width:19%"]:before {
  color: red;
}
.rating-summary .rating-result > span[style="width:20%"]:before {
  color: red;
}
.rating-summary .rating-result > span[style="width:21%"]:before {
  color: #ff9f00;
}
.rating-summary .rating-result > span[style="width:22%"]:before {
  color: #ff9f00;
}
.rating-summary .rating-result > span[style="width:23%"]:before {
  color: #ff9f00;
}
.rating-summary .rating-result > span[style="width:24%"]:before {
  color: #ff9f00;
}
.rating-summary .rating-result > span[style="width:25%"]:before {
  color: #ff9f00;
}
.rating-summary .rating-result > span[style="width:26%"]:before {
  color: #ff9f00;
}
.rating-summary .rating-result > span[style="width:27%"]:before {
  color: #ff9f00;
}
.rating-summary .rating-result > span[style="width:28%"]:before {
  color: #ff9f00;
}
.rating-summary .rating-result > span[style="width:29%"]:before {
  color: #ff9f00;
}
.rating-summary .rating-result > span[style="width:30%"]:before {
  color: #ff9f00;
}
.rating-summary .rating-result > span[style="width:31%"]:before {
  color: #ff9f00;
}
.rating-summary .rating-result > span[style="width:32%"]:before {
  color: #ff9f00;
}
.rating-summary .rating-result > span[style="width:33%"]:before {
  color: #ff9f00;
}
.rating-summary .rating-result > span[style="width:34%"]:before {
  color: #ff9f00;
}
.rating-summary .rating-result > span[style="width:35%"]:before {
  color: #ff9f00;
}
.rating-summary .rating-result > span[style="width:36%"]:before {
  color: #ff9f00;
}
.rating-summary .rating-result > span[style="width:37%"]:before {
  color: #ff9f00;
}
.rating-summary .rating-result > span[style="width:38%"]:before {
  color: #ff9f00;
}
.rating-summary .rating-result > span[style="width:39%"]:before {
  color: #ff9f00;
}
.rating-summary .rating-result > span[style="width:40%"]:before {
  color: #ff9f00;
}
.rating-summary .rating-result > span[style="width:61%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:62%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:63%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:64%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:65%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:66%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:67%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:68%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:69%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:70%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:71%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:72%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:73%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:74%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:75%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:76%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:77%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:78%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:79%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:80%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:81%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:82%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:83%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:84%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:85%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:86%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:87%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:88%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:89%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:90%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:91%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:92%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:93%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:94%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:95%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:96%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:97%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:98%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:99%"]:before {
  /*color: #2dcf58;*/
}
.rating-summary .rating-result > span[style="width:100%"]:before {
  /*color: #2dcf58;*/
}
.page-wrapper .rating-summary .rating-result:before {
  font-size: 25px;
  letter-spacing: -8px;
}
.page-wrapper .rating-summary .rating-result > span:before {
  font-size: 25px;
  letter-spacing: -8px;
}
.review-field-ratings .review-field-rating {
  display: block;
  margin-bottom: 2px !important;
}
.review-field-ratings .review-field-rating input[type="radio"]:focus + label:before,
.review-field-ratings .review-field-rating input[type="radio"]:hover + label:before {
  background-color: none;
  color: #ff9f00;
}
.review-field-ratings .review-field-rating input[type="radio"]:focus + label:after,
.review-field-ratings .review-field-rating input[type="radio"]:hover + label:after {
  background-color: none;
}
.review-field-ratings .review-field-rating input[type="radio"] + label:after,
.review-field-ratings .review-field-rating input[type="radio"] + label:after {
  background-color: transparent;
  position: absolute;
  top: 0%;
  left: 0;
  width: 0;
  height: 0px;
  margin-top: 0;
}
.review-field-ratings .review-field-rating input[type="radio"]:focus + label:before,
.review-field-ratings .review-field-rating input[type="radio"]:focus + label:before {
  color: transparent;
}
.review-field-ratings .review-field-rating input[type="radio"]:focus + label:before {
  color: transparent;
}
.review-field-ratings .review-field-rating input[type="radio"]:checked + label:before,
.review-field-ratings .review-field-rating input[type="radio"]:checked + label:before {
  color: #ff9f00;
  background-color: transparent;
}
.review-field-ratings .review-field-rating input[type="radio"] + label,
.review-field-ratings .review-field-rating input[type="radio"] + label {
  position: absolute;
  margin-top: 0;
  padding-left: 0 !important;
}
.review-field-ratings .review-field-rating input[type="radio"] + label:before,
.review-field-ratings .review-field-rating input[type="radio"] + label:after {
  border-radius: 0;
  border: none;
  color: #ff9f00;
  position: static;
}
.review-field-ratings .review-field-rating input[type="radio"] + label:before,
.review-field-ratings .review-field-rating input[type="radio"] + label:before,
.review-field-ratings .review-field-rating input[type="radio"] + label:after,
.review-field-ratings .review-field-rating input[type="radio"] + label:after {
  border-radius: 0;
}
.review-field-ratings .review-field-rating input[type="radio"] + label.rating-1:before,
.review-field-ratings .review-field-rating input[type="radio"] + label.rating-1:after {
  color: red;
}
.review-field-ratings .review-field-rating input[type="radio"] + label.rating-2:before,
.review-field-ratings .review-field-rating input[type="radio"] + label.rating-2:after,
.review-field-ratings .review-field-rating input[type="radio"] + label.rating-3:before,
.review-field-ratings .review-field-rating input[type="radio"] + label.rating-3:after {
  color: #ff8f00;
}
.review-field-ratings .review-field-rating input[type="radio"] + label.rating-4:before,
.review-field-ratings .review-field-rating input[type="radio"] + label.rating-4:after,
.review-field-ratings .review-field-rating input[type="radio"] + label.rating-5:before,
.review-field-ratings .review-field-rating input[type="radio"] + label.rating-5:after {
  color: #2dcf58;
}
.block.review-add .review-form .actions-toolbar {
  margin: 0;
}
.product-info-main .product.attribute.overview {
  display: block;
  clear: left;
  padding: 0px 0 10px 0;
  margin-top: 10px;
}
.block.review-list .block-content .review-details .review-date {
  position: absolute;
  right: 0;
  top: 50px;
}
.block.review-list .block-content .review-details .review-date .review-details-label {
  display: none;
}
.block.review-list .block-content .review-details .review-date .review-details-value {
  color: #b3b3b3;
  font-size: 1.3rem;
}
.block.review-list .block-content .item.review-item {
  position: relative;
  padding: 20px 50px 20px 0;
}
.review-customer-view .customer-review .product-reviews-summary .rating-summary,
.review-customer-view .customer-review .product-reviews-summary .reviews-actions {
  display: inline-block;
  left: -5px;
  text-align: left;
  padding-left: 5px;
}
.review-customer-view .rating-summary .rating-result {
  margin-left: 2px;
  margin-right: 5px;
}
.review-customer-view .customer-review-rating .item .rating-label {
  display: inline-block;
  vertical-align: middle;
}
.review-customer-view .block-minicart .items-total {
  display: inline-block;
  float: none;
  margin: 0 0 20px;
}
fieldset.fieldset.review-fieldset {
  margin: 0px;
}
.rating-summary {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  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: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  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: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  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;
}
.rating-summary .rating-result {
  margin: 0px;
  width: 90px;
}
.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;
}
.block.block-reviews-dashboard .product-name {
  display: inline-block;
  float: left;
  line-height: normal;
  margin: 4px 10px 0 0;
  vertical-align: middle;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  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: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  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 label:before {
  height: 30px;
  line-height: 30px;
}
.review-control-vote:before {
  height: 30px;
  line-height: 30px;
}
.customer-review .reviews-actions a {
  color: #000000;
}
.customer-review .reviews-actions a:hover {
  color: #231f20;
}
.customer-review h2.product-name {
  margin-bottom: 10px;
  color: color-gray20;
  font-size: 1.5rem;
  line-height: 15px;
  font-weight: 600;
  text-transform: capitalize;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .rating-summary {
  margin-bottom: 0 !important;
}
.account .column.main .table-wrapper.reviews table {
  background-color: #ffffff;
}
.account .column.main .table-wrapper.reviews table .product-name > a {
  font-weight: 400;
}
.account .column.main .table-wrapper.reviews table .product-name > a:hover {
  color: #231f20;
}
.account .column.main .table-wrapper.reviews table .rating-summary .rating-result {
  margin-left: -2px;
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-info-main .product-reviews-summary {
  margin: 0;
  display: inline-block;
  float: none;
  clear: none;
}
.product-reviews-summary {
  margin: 0px 16px 15px 0;
  display: inline-block;
  float: left;
  clear: both;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.social-media-icons a img {
  max-height: 30px;
}
.product-info-price {
  float: left;
  width: 100%;
}
.review-add .review-form {
  max-width: 100%;
  width: 100%;
  display: block;
}
.review-add .review-form .fieldset > .field {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding-right: 10px;
  margin-bottom: 5px;
}
.review-add .review-form .fieldset > .field > .label {
  display: block;
  float: left;
  padding: 2px 10px 5px 0;
  text-align: left;
  width: 100%;
  font-weight: 600;
}
.review-add .review-form .fieldset > .field > .control {
  width: 100%;
}
.review-add .review-form .fieldset > .field.review-field-ratings {
  width: 100%;
  padding-right: 0;
}
.review-add .review-form .fieldset > .field.review-field-ratings .nested {
  display: block;
  width: 100%;
}
.review-add .review-form .fieldset > .field.review-field-ratings .review-field-rating {
  display: inline-block;
  margin: 0 !important;
  vertical-align: middle;
  width: 170px;
}
.review-add .review-form .review-fieldset .legend {
  margin-bottom: 10px;
}
.review-add .review-form .review-fieldset .legend span {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.review-add .review-form .review-fieldset .legend strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
}
.review-title {
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: capitalize;
  margin-bottom: 10px !important;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.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 {
  font-weight: 700;
  line-height: 1.1;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #000000;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .review-details .review-author {
  letter-spacing: 1px;
}
.customer-review .review-details .review-details-value {
  color: #666666;
  margin: 0 0 0 5px;
  text-transform: uppercase;
}
.customer-review .review-details .review-date {
  font-weight: 500;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 7px;
  font-weight: 600;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #bbbbbb;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #bbbbbb;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  border: none;
}
.review-form .action.submit.primary:hover {
  color: #fff;
  background-color: #d71921;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title {
  border-bottom-color: #bbbbbb;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  font-weight: 400;
  color: #575757;
  font-size: 2rem;
}
.review-item {
  border-bottom: 1px solid #bbbbbb;
  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-ratings .rating-summary .rating-result {
  margin-left: 5px;
  margin-right: 10px;
  margin-top: -2px;
}
.review-ratings .label.rating-label {
  font-weight: 600;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
@media screen and (max-width: 812px) {
  .product-info-main .product-reviews-summary .reviews-actions {
    display: none;
  }
  .review-ratings .label.rating-label {
    display: none;
  }
  .block.review-list .block-content .review-details .review-date {
    top: 18px;
  }
  .review-ratings .rating-summary .rating-result {
    margin-left: -5px;
    margin-right: 10px;
    margin-top: 0;
  }
}
.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 #68a8e0;
}
.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 !important;
}
.swatch-option.selected {
  /* .lib-css(outline, @swatch-option__selected__outline); */
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border-radius: 50%;
  /*  .lib-css(border, @img-color-swatch-option__hover__border);
                    .lib-css(outline, @img-color-swatch-option__hover__outline); */
}
.swatch-option.disabled {
  cursor: default;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
  background: #e02b27;
}
.swatch-option-loading {
  content: url('../../frontend/Magedelight/FashionGo/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #ffffff;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.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;
  z-index: 1;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -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 {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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 {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.swatch-attribute .swatch-option {
  display: inline-block;
  float: none;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  min-width: 23px;
  min-height: 23px;
  position: relative;
}
.swatch-attribute .swatch-option:hover:before,
.swatch-attribute .swatch-option.selected:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.swatch-attribute .swatch-option:hover:hover,
.swatch-attribute .swatch-option.selected:hover {
  text-decoration: none;
}
.swatch-attribute .swatch-option:hover:before,
.swatch-attribute .swatch-option.selected:before {
  content: "\e91e";
  color: #ffffff;
  font-size: 12px;
  line-height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: -6px 0 0 0;
  text-shadow: 0px 1px 0px #000;
}
.swatch-attribute .swatch-option.color {
  border: 0;
  min-width: 20px;
  min-height: 12px;
}
.swatch-attribute .swatch-option.color:hover:before,
.swatch-attribute .swatch-option.color.selected:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.swatch-attribute .swatch-option.color:hover:hover,
.swatch-attribute .swatch-option.color.selected:hover {
  text-decoration: none;
}
.swatch-attribute .swatch-option.color:hover:before,
.swatch-attribute .swatch-option.color.selected:before {
  content: "\e91e";
  color: #ffffff;
  font-size: 12px;
  line-height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: -6px 0 0 0;
  text-shadow: 0px 1px 0px #000;
}
.swatch-attribute .swatch-option.text {
  color: #ffffff;
  border: 1px solid #cccccc;
  min-width: 26px;
  height: 25px;
  background: transparent;
  border-radius: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  padding: 3px 4px;
  margin: 0 2px;
}
.swatch-attribute .swatch-option.text:hover,
.swatch-attribute .swatch-option.text.selected {
  background: #efeded;
  border: 1px solid #cccccc;
}
.swatch-attribute .swatch-option.color {
  border: 0;
}
.page-products .sidebar-main.sidebar .swatch-option {
  margin: 0 5px 5px 0;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  float: left;
  width: 28px;
  min-height: 18px;
  height: 18px;
}
.page-products .sidebar-main.sidebar .swatch-option.color {
  border-radius: 4px;
  border: 1px solid #ebebeb;
  float: left;
  width: 28px;
  min-height: 18px;
  height: 18px;
}
.grid .swatch-attribute .swatch-option.color,
.list .swatch-attribute .swatch-option.color {
  border: 0;
  border-radius: 0;
  margin: 0 1px;
  min-width: 20px;
  min-height: 12px;
}
.grid .swatch-attribute .swatch-option.color:after,
.list .swatch-attribute .swatch-option.color:after {
  content: "";
  border: 1px solid #ebebeb;
  float: left;
  position: absolute;
  left: 0px;
  right: 0;
  top: 0;
  bottom: 0;
}
.rtl-layout {
  /*Navigation*/
  /*Sticky*/
  /*Home category*/
  /*Add to icons*/
  /*Rating star*/
  /*Mini Cart*/
  /*Footer*/
  /*Listing page*/
  /*Quick View*/
  /*Product detail page*/
  /*Tabs*/
  /*Cart Page*/
  /*Login Page*/
  /*Forgot Password*/
  /*Create Account*/
  /*Email to friend*/
  /*Social Login*/
  /*Newsletter Popup*/
  /*Customer Account*/
  /*multicheckout*/
  /*Default Checkout*/
  /*OneStep Checkout*/
  /*Contact Page*/
  /*Brand*/
  /*FAQ*/
  /*Social Login*/
}
.rtl-layout form#invitationForm fieldset.fieldset .actions-toolbar .secondary {
  float: right;
}
.rtl-layout .form.wishlist .fieldset > .field:not(.choice) > .label {
  text-align: left;
}
.rtl-layout .gift-options .gift-wrapping .gift-options-content ul.gift-wrapping-list .gift-wrapping-item {
  float: right;
}
.rtl-layout body.account.wishlist-index-share .fieldset > .legend {
  float: right;
  margin-right: 25.8%;
}
.rtl-layout .account .block.block-return-details .box.box-returns-requested {
  float: right !important;
}
.rtl-layout .account.subscribenow-account-profile table#my-orders-table td.col {
  text-align: right;
}
.rtl-layout .form.wishlist .fieldset > .field:not(.choice) > .label {
  text-align: left;
}
.rtl-layout #back-top {
  right: auto;
  left: 20px;
}
.rtl-layout .post-list .post-holder .post-header .addthis_toolbox {
  float: left;
}
.rtl-layout .post-list .post-holder .post-header .post-title {
  float: right;
}
.rtl-layout .review-add .review-form .fieldset > .field {
  padding-right: 0px;
  padding-left: 10px;
}
.rtl-layout .review-add .review-form .review-fieldset .legend span {
  margin-right: 0px;
  margin-left: 10px;
}
.rtl-layout .column.main .checkout-container.md-checkout #address-section#address-section .actions button.action.osc-edit-button,
.rtl-layout .column.main .checkout-container.md-checkout #address-section#address-section .actions button.action.osc-ok-button,
.rtl-layout .column.main .checkout-container.md-checkout #address-section#address-section .actions .cart.table-wrapper .actions-toolbar > .action.action.osc-edit-button,
.rtl-layout .column.main .checkout-container.md-checkout #address-section#address-section .actions .cart.table-wrapper .actions-toolbar > .action.action.osc-ok-button {
  margin: 0.5%;
}
.rtl-layout .block-wishlist-management .wishlist-title strong {
  margin: 0 0 0 10px;
}
.rtl-layout .account .column.main .form-wishlist-items .product-item-actions .action.edit {
  top: -29px;
  left: 14px;
  right: auto;
}
.rtl-layout .account .column.main .form-wishlist-items .product-item-actions .action.delete {
  top: -29px;
  left: -5px;
  right: auto;
}
.rtl-layout .account .column.main .form-wishlist-items .box-tocart {
  float: right;
}
.rtl-layout .account .column.main .form-wishlist-items .box-tocart .fieldset .product-item-actions,
.rtl-layout .account .column.main .form-wishlist-items .box-tocart .fieldset .field.qty {
  float: right;
}
.rtl-layout .account .column.main .form-wishlist-items .box-tocart .fieldset .field.qty {
  padding: 0 0 0 10px;
}
.rtl-layout .products-grid.wishlist .product-items .product-item .product-item-info > .product-item-name {
  float: right;
}
.rtl-layout .products-grid.wishlist .product-item .price-box {
  display: block;
  clear: right;
}
.rtl-layout .multiselect-wishlist {
  float: right;
}
.rtl-layout .wishlist-index-index .products-grid .product-item {
  padding: 5px;
}
.rtl-layout .wishlist-index-index .product-item-info {
  width: 100%;
}
.rtl-layout .block-wishlist-management .wishlist-select-items .item {
  margin: 0 0 0 5px;
}
.rtl-layout .block-wishlist-management .wishlist-add.item {
  left: 0;
  right: auto;
}
.rtl-layout .brand-filter-box .brand-filter-inner-box .brand-filter-right-box ul.sortandshuffle li select {
  margin: 0 10px 0 0;
}
.rtl-layout .account .order-actions-toolbar {
  text-align: left;
}
.rtl-layout .account .order-actions-toolbar .action.order,
.rtl-layout .account .order-actions-toolbar .action.print {
  margin-right: 10px;
  margin-left: 5px;
}
.rtl-layout .product-info-main .box-tocart .field.qty #qty-error,
.rtl-layout .product-options-bottom .box-tocart .field.qty #qty-error {
  right: 0;
  left: auto;
}
.rtl-layout .modal-custom .action-close,
.rtl-layout .modal-popup .action-close,
.rtl-layout .modal-slide .action-close {
  left: 0;
  right: auto;
}
.rtl-layout .nav-sections .navigation ul {
  text-align: right;
}
.rtl-layout .nav-sections .navigation li.level0 {
  margin-right: 0;
  margin-left: 30px;
}
.rtl-layout .nav-sections .navigation li.level0.parent .level-top:after {
  margin-right: 8px;
  margin-left: 0;
  float: left;
}
.rtl-layout .nav-sections .navigation li.level0 > .submenu {
  right: 0;
  left: auto;
}
.rtl-layout .nav-sections .navigation li.level0 .submenu {
  text-align: right;
}
.rtl-layout .nav-sections .navigation li.level0 .submenu li.parent > a > .ui-menu-icon {
  right: auto;
  left: 3px;
  transform: translateX(-1px) rotateY(-180deg);
  -ms-transform: translateX(-1px) rotateY(-180deg);
  -webkit-transform: translateX(-1px) rotateY(-180deg);
}
.rtl-layout body * {
  direction: rtl;
}
.rtl-layout .swatch-option-tooltip .corner,
.rtl-layout .swatch-option-tooltip-layered .corner {
  direction: ltr;
}
.rtl-layout select:not([multiple]) {
  background-position: 0 50% !important;
  padding-right: 10px;
  padding-left: 25px;
}
.rtl-layout input[type="checkbox"] {
  margin-left: 5px;
  margin-right: 0px;
}
.rtl-layout input[type="checkbox"] + label {
  padding-right: 22px !important;
  padding-left: 0px !important;
}
.rtl-layout input[type="checkbox"] + label:before {
  right: 0;
  transform: translateX(-1px) rotateY(-180deg);
  -ms-transform: translateX(-1px) rotateY(-180deg);
  -webkit-transform: translateX(-1px) rotateY(-180deg);
}
.rtl-layout dd {
  margin-right: 0;
  margin-left: 20px;
}
.rtl-layout .logo {
  float: right;
  text-align: right;
}
.rtl-layout .mdslider-container .owl-nav > button,
.rtl-layout .mdslider-container .slick-arrow,
.rtl-layout .mdslider-container .owl-nav > .cart.table-wrapper .actions-toolbar > .action {
  left: 0;
}
.rtl-layout table th {
  text-align: right;
}
.rtl-layout .message {
  padding-left: 0;
  padding-right: 40px;
}
.rtl-layout .message > *:first-child:before {
  right: 0;
  left: auto;
}
.rtl-layout .fieldset > .field:not(.choice) > .label {
  float: right;
  padding-right: 0;
  padding-left: 15px;
}
.rtl-layout .fieldset > .legend {
  float: right;
}
.rtl-layout .header.content .header-right-section {
  float: left;
}
.rtl-layout .header.content .header-right-section .md-header-links .welcome {
  margin-left: 0;
  margin-right: 15px;
}
.rtl-layout .header.content .header-right-section .switcher-currency {
  float: right;
  margin-right: 0;
  margin-left: 5px;
  padding-right: 0;
  padding-left: 15px;
  border-left: 1px solid;
  border-right: 0;
}
.rtl-layout .header.content .header-right-section .switcher-language,
.rtl-layout .header.content .header-right-section > .md-header-links,
.rtl-layout .header.content .header-right-section .minicart-wrapper {
  float: right;
}
.rtl-layout .header.content .header-right-section .switcher-language .options .action.toggle.active,
.rtl-layout .header.content .header-right-section > .md-header-links .options .action.toggle.active,
.rtl-layout .header.content .header-right-section .minicart-wrapper .options .action.toggle.active,
.rtl-layout .header.content .header-right-section .switcher-language .options .action.toggle,
.rtl-layout .header.content .header-right-section > .md-header-links .options .action.toggle,
.rtl-layout .header.content .header-right-section .minicart-wrapper .options .action.toggle,
.rtl-layout .header.content .header-right-section .switcher-language .action.showcart,
.rtl-layout .header.content .header-right-section > .md-header-links .action.showcart,
.rtl-layout .header.content .header-right-section .minicart-wrapper .action.showcart {
  margin-left: 0;
  margin-right: 15px;
}
.rtl-layout .header.content .header-right-section .md-header-links .header.links {
  left: -10px;
  right: auto;
  text-align: left;
}
.rtl-layout .header.content .header-right-section .md-header-links .header.links li a {
  float: left;
}
.rtl-layout .header.content .header-right-section .md-header-links .header.links li:hover {
  margin-left: 5px;
  margin-right: 0;
}
.rtl-layout .header.content .header-right-section .switcher-currency .options.active .dropdown,
.rtl-layout .header.content .header-right-section .switcher-language .options.active .dropdown {
  left: -8px;
  right: auto;
}
.rtl-layout .header.content .header-right-section .switcher-currency .options.active .dropdown:before,
.rtl-layout .header.content .header-right-section .switcher-language .options.active .dropdown:before {
  right: auto;
  left: 10px;
}
.rtl-layout .header.content .header-right-section .switcher-currency .options.active .dropdown:after,
.rtl-layout .header.content .header-right-section .switcher-language .options.active .dropdown:after {
  right: auto;
  left: 9px;
}
.rtl-layout .header.content .header-right-section .switcher-currency .options.active .dropdown li a,
.rtl-layout .header.content .header-right-section .switcher-language .options.active .dropdown li a {
  text-align: left;
}
.rtl-layout .header.content .header-right-section .switcher-currency .options.active .dropdown li a:hover,
.rtl-layout .header.content .header-right-section .switcher-language .options.active .dropdown li a:hover {
  margin-left: 5px;
  margin-right: 0;
}
.rtl-layout .header.content .header-right-section .switcher-language .action:hover strong[class*="view-"] span,
.rtl-layout .header.content .header-right-section .switcher-language .action:hover strong[class^="view-"] span {
  left: -5px;
  right: auto;
}
.rtl-layout .header.content .header-right-section .switcher-language .action:hover strong[class*="view-"] span:before,
.rtl-layout .header.content .header-right-section .switcher-language .action:hover strong[class^="view-"] span:before {
  left: 11px;
  right: auto;
}
.rtl-layout .header.content .header-right-section .block-search {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.rtl-layout .header.content .header-right-section .block-search .action.search {
  left: 15px;
  right: auto;
  margin-left: 0px;
}
.rtl-layout .header.content .header-right-section .search-autocomplete ul li {
  text-align: right;
  padding-left: 40px;
  padding-right: 10px;
}
.rtl-layout .header.content .header-right-section .search-autocomplete ul li .amount {
  right: auto;
  left: 15px;
}
.rtl-layout .section-item-content .menu-container .menu > ul {
  text-align: right;
}
.rtl-layout .section-item-content .menu-container .menu > ul > li {
  margin-left: 30px;
  margin-right: 0px;
}
.rtl-layout .section-item-content .menu-container .menu > ul > li ul li {
  float: right;
}
.rtl-layout .section-item-content .menu-container .menu > ul > li.menu-dropdown-icon > a:before {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
.rtl-layout .sticky .page-header span.logo .logo-link,
.rtl-layout .sticky .page-header strong.logo .logo-link {
  float: right;
}
.rtl-layout .sticky .page-header .nav-sections {
  float: right;
}
.rtl-layout .sticky .page-header .nav-sections .nav-sections-items {
  text-align: right;
}
.rtl-layout .center-box.home-category-section .home-discount-sale {
  float: right;
}
.rtl-layout .center-box.home-category-section .cat-box {
  float: left;
}
.rtl-layout .center-box.home-category-section .cat-box > li > a .cat-content {
  left: 20px;
  right: auto;
  text-align: left;
}
.rtl-layout .center-box.home-category-section .cat-box > li:nth-child(3) > a .cat-content,
.rtl-layout .center-box.home-category-section .cat-box > li:nth-child(4) > a .cat-content {
  right: 20px;
  left: auto;
  text-align: right;
}
.rtl-layout .center-box.home-category-section .cat-box > li:nth-child(3) > a .cat-image img,
.rtl-layout .center-box.home-category-section .cat-box > li:nth-child(4) > a .cat-image img {
  float: left;
}
.rtl-layout .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action {
  float: right;
  border-right: 0;
  border-left: 1px solid #ffffff;
}
.rtl-layout .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action:last-child {
  border-left: 0;
}
.rtl-layout .rating-summary .rating-result {
  direction: ltr;
  text-align: left;
}
.rtl-layout .rating-summary .rating-result > span {
  direction: ltr;
}
.rtl-layout .minicart-wrapper .mage-dropdown-dialog .block-minicart {
  right: auto;
  left: -320px;
  text-align: right;
  overflow-y: scroll;
}
.rtl-layout .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-title {
  text-align: right;
}
.rtl-layout .minicart-wrapper .mage-dropdown-dialog .block-minicart .subtotal .amount.price-container {
  float: left;
}
.rtl-layout .minicart-wrapper .mage-dropdown-dialog .block-minicart .subtotal .label {
  float: right;
}
.rtl-layout .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content > .actions {
  float: right;
}
.rtl-layout .minicart-wrapper .mage-dropdown-dialog .block-minicart .block-content > .actions + .actions {
  float: left;
}
.rtl-layout .minicart-wrapper .action.showcart .counter.qty {
  right: auto;
  left: 0;
  margin-right: 0;
  margin-left: -3px;
}
.rtl-layout .minicart-wrapper.active .mage-dropdown-dialog .block-minicart {
  left: 0px;
}
.rtl-layout .minicart-wrapper .action.close {
  left: 10px;
  right: auto;
}
.rtl-layout .minicart-wrapper .product .actions {
  right: auto;
  left: 0;
}
.rtl-layout .minicart-items .product > .product-item-photo,
.rtl-layout .minicart-items .product > .product-image-container {
  float: right;
}
.rtl-layout .minicart-items .product-item-pricing .label {
  padding-right: 0;
  padding-left: 5px;
}
.rtl-layout .minicart-items .product-item-details {
  padding-left: 0;
  padding-right: 88px;
  text-align: right;
}
.rtl-layout .minicart-items .product-item-details .product.options dt,
.rtl-layout .minicart-items .product-item-details .details-qty dt {
  float: right;
  padding-right: 0;
  padding-left: 6px;
}
.rtl-layout .minicart-items .product-item-name {
  margin-right: 0;
  margin-left: 20px;
  text-align: right;
}
.rtl-layout .footer-info-banner .rewards,
.rtl-layout .footer-info-banner .guarantee,
.rtl-layout .footer-info-banner .free-delivery {
  float: right;
}
.rtl-layout .footer-info-banner .rewards span:before,
.rtl-layout .footer-info-banner .guarantee span:before,
.rtl-layout .footer-info-banner .free-delivery span:before {
  margin-right: 0px;
  margin-left: 40px;
  float: right;
}
.rtl-layout .footer-info-banner .rewards:after,
.rtl-layout .footer-info-banner .guarantee:after,
.rtl-layout .footer-info-banner .free-delivery:after {
  left: 0;
  right: auto;
}
.rtl-layout .footer.content .block.newsletter {
  text-align: right;
}
.rtl-layout .footer.content .block.newsletter .field .control:before {
  right: auto;
  left: 8px;
}
.rtl-layout .footer.content .block.newsletter input {
  padding-left: 35px;
  padding-right: 9px;
}
.rtl-layout .footer.content .md-footer-container {
  float: right;
  text-align: right;
}
.rtl-layout .footer.content .md-footer-container .links {
  float: right;
  text-align: right;
  padding-right: 0;
  padding-left: 50px;
}
.rtl-layout .page-footer .md-footer-copy .copyright {
  float: right;
}
.rtl-layout .page-footer .md-footer-copy .md-footer-cms-links {
  float: left;
}
.rtl-layout .page-footer .md-footer-copy .md-footer-cms-links li {
  float: right;
  padding-left: 0;
  margin-left: 0;
  padding-right: 10px;
  margin-right: 10px;
  border-left: 0;
  border-right: 1px solid;
}
.rtl-layout .page-footer .md-footer-copy .md-footer-cms-links li:first-child {
  border-right: 0;
}
.rtl-layout .page-wrapper .breadcrumbs .items .item:not(:last-child):after {
  transform: translateX(-1px) rotateY(-180deg);
  -ms-transform: translateX(-1px) rotateY(-180deg);
  -webkit-transform: translateX(-1px) rotateY(-180deg);
}
.rtl-layout .filter-options .filter-options-item .filter-options-title:after {
  float: left;
}
.rtl-layout .page-layout-2columns-left .sidebar-additional,
.rtl-layout .page-layout-2columns-left .sidebar-main {
  float: right;
  clear: right;
  padding-left: 2%;
  padding-right: 0;
}
.rtl-layout .page-layout-2columns-left .column.main {
  float: left;
}
.rtl-layout .sidebar .block-reorder .product-item .control label {
  float: right;
}
.rtl-layout .sidebar .block-reorder .product-item .product-item-name {
  margin-left: 0;
  margin-right: 25px;
}
.rtl-layout .sidebar.sidebar-main .filter-current .items .item .action.remove {
  float: left;
}
.rtl-layout .sidebar.sidebar-main .filter-current + .filter-actions {
  right: auto;
  left: 0;
}
.rtl-layout .sidebar.sidebar-main .filter-current + .filter-actions .filter-clear:before {
  margin-right: 0;
  margin-left: 10px;
}
.rtl-layout .sidebar .product-items .product-item-name {
  margin-left: 25px;
  margin-right: 0;
}
.rtl-layout .sidebar .product-items .product-item-info .product-item-photo {
  right: 0;
  left: auto;
  float: right;
  margin-right: 0;
}
.rtl-layout .sidebar .product-items .product-item-details {
  margin-right: 85px;
  margin-left: 0;
}
.rtl-layout .sidebar .action.delete {
  left: 0;
  right: auto;
}
.rtl-layout .actions-toolbar .secondary {
  float: left;
}
.rtl-layout .actions-toolbar .primary {
  float: right;
}
.rtl-layout .actions-toolbar .primary .action {
  margin-left: 5px;
  margin-right: 0;
}
.rtl-layout .page-products .sidebar-main.sidebar .swatch-option.color {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.rtl-layout .sorter {
  float: left;
}
.rtl-layout .toolbar-amount {
  float: right;
}
.rtl-layout .sorter-options {
  margin-right: 7px;
  margin-left: 0px;
}
.rtl-layout .modes-mode {
  float: right;
  margin-right: 0;
  margin-left: 2px;
}
.rtl-layout .modes {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.rtl-layout .pages .action.next:before,
.rtl-layout .pages .action.previous:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.rtl-layout .pages .action.next:hover,
.rtl-layout .pages .action.previous:hover {
  text-decoration: none;
}
.rtl-layout .pages .action.next:before,
.rtl-layout .pages .action.previous:before {
  font-size: 18px;
  margin: 0;
}
.rtl-layout .pages .action.next:before {
  content: "\e913";
}
.rtl-layout .pages .action.previous:before {
  content: "\e914";
}
.rtl-layout .products-list .product-item-photo {
  padding-right: 0;
  padding-left: 30px;
}
.rtl-layout .products-list .product-item-details .product-item-inner {
  float: left;
}
.rtl-layout .products-list .product-item-details .product-item-content {
  float: right;
}
.rtl-layout .products-list.list .product-items .actions {
  text-align: left;
}
.rtl-layout .modal-popup.modal-slide._inner-scroll.mdquickview-popup .modal-inner-wrap .modal-header {
  left: 0;
  right: auto;
}
.rtl-layout .modal-popup.modal-slide._inner-scroll.mdquickview-popup .modal-inner-wrap .modal-header .action-close {
  margin-left: 0;
}
.rtl-layout .md-sharethis-box {
  left: 0;
  right: auto;
}
.rtl-layout .md-sharethis-box #st-1.sharethis-inline-share-buttons {
  float: left;
}
.rtl-layout .page-layout-1column .product-info-main {
  float: left;
}
.rtl-layout .page-layout-1column .product-info-main .page-title-wrapper h1.page-title {
  padding-right: 0;
  padding-left: 80px;
}
.rtl-layout .page-layout-1column .product-info-main .product-reviews-summary .reviews-actions .review-box {
  border-right: 1px solid #cccccc;
  border-left: 0;
  padding-left: 0;
  padding-right: 10px;
  margin-left: 0;
  margin-right: 10px;
}
.rtl-layout .page-layout-1column .product-info-main .product-reviews-summary .reviews-actions a {
  margin-right: 0;
  margin-left: 5px;
}
.rtl-layout .page-layout-1column .product-info-main .product-social-links .product-addto-links {
  float: right;
}
.rtl-layout .page-layout-1column .product-info-main .product-social-links .product-addto-links .towishlist,
.rtl-layout .page-layout-1column .product-info-main .product-social-links .product-addto-links .tocompare {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.rtl-layout .page-layout-1column .product-info-main .product-social-links .product-addto-links .action > span {
  padding-right: 0px;
  padding-left: 8px;
  float: right;
}
.rtl-layout .page-layout-1column .product-info-main .product-social-links .mailto.friend {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.rtl-layout .page-layout-1column .product-info-main .product-social-links .mailto.friend span {
  padding-right: 0px;
  padding-left: 8px;
  float: right;
}
.rtl-layout .page-layout-1column .product-info-main .price-box {
  float: right;
  margin: 20px 0px 0 10px;
}
.rtl-layout .page-layout-1column .product-info-main .product.attribute.sku {
  margin-left: 0;
  margin-right: 10px;
  border-right: 1px solid;
  border-left: 0;
  padding-left: 0;
  padding-right: 10px;
}
.rtl-layout .page-layout-1column .product.media {
  float: right;
}
.rtl-layout .page-layout-1column .product-info-main .box-tocart .field.qty,
.rtl-layout .page-layout-1column .product-options-bottom .box-tocart .field.qty {
  padding-right: 0;
  padding-left: 15px;
}
.rtl-layout .swatch-option {
  margin-right: 0;
  margin-left: 10px;
}
.rtl-layout .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  right: 0;
  left: auto;
}
.rtl-layout .fotorama-grab-cursor,
.rtl-layout .fotorama__wrap .fotorama__grab {
  direction: ltr;
  float: left;
}
.rtl-layout .fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  text-align: right;
}
.rtl-layout .fotorama__stage,
.rtl-layout .fotorama__nav {
  left: auto !important;
}
.rtl-layout .product .media {
  float: right;
}
.rtl-layout .product.info.detailed .block.review-add .review-form .fieldset > .field .control,
.rtl-layout .product.info.detailed .block.review-add .review-form .fieldset > .field > .label {
  text-align: right;
}
.rtl-layout .product.info.detailed .block.review-add .review-form .fieldset .review-legend.legend span,
.rtl-layout .product.info.detailed .block.review-add .review-form .fieldset .review-legend.legend strong {
  float: right;
}
.rtl-layout .product.info.detailed .block.review-add .review-form .fieldset .review-legend.legend strong {
  margin-left: 0;
  margin-right: 5px;
}
.rtl-layout .product.info.detailed .product.data.items .data.item.content {
  text-align: right;
}
.rtl-layout .product.info.detailed .product.data.items .additional-attributes > tbody > tr > th,
.rtl-layout .product.info.detailed .product.data.items .additional-attributes > tfoot > tr > th,
.rtl-layout .product.info.detailed .product.data.items .additional-attributes > thead > tr > th {
  padding-right: 0px;
  padding-left: 30px;
  text-align: right;
}
.rtl-layout .cart.table-wrapper .product-item-photo {
  padding-right: 0;
  padding-left: 20px;
}
.rtl-layout .cart.table-wrapper .product-item-details .actions-toolbar .dydr {
  padding-left: 10px;
  padding-right: 0px;
  margin-left: 10px;
  margin-right: 0;
  border-left: 1px solid #a1a1a1;
  border-right: 0;
}
.rtl-layout .cart.table-wrapper .product-item-details .actions-toolbar .dydr:last-child {
  border-left: 0;
}
.rtl-layout .cart-totals .table-wrapper .totals td.amount {
  text-align: left;
}
.rtl-layout .cart-container .cart-summary {
  float: left;
}
.rtl-layout .cart-container .cart-summary .block .title {
  padding-left: 30px;
  padding-right: 0;
}
.rtl-layout .cart-container .cart-summary .block .title:after {
  left: 0;
  right: auto;
}
.rtl-layout .cart-container .cart-summary .block .item-options {
  margin-right: 0;
}
.rtl-layout .cart-container .cart-summary .block .fieldset.rate input.radio + label {
  padding-left: 0;
  padding-right: 20px;
}
.rtl-layout .cart-container .cart-summary .block .fieldset.rate input.radio + label:before {
  right: 0;
  left: auto;
}
.rtl-layout .cart-container .cart-summary .block .fieldset.rate input.radio + label:after {
  right: 1px;
  left: auto;
}
.rtl-layout .cart-container .cart-summary .block .fieldset.coupon .field > .control .input-text {
  padding-right: 0;
  padding-left: 35px;
}
.rtl-layout .cart-container .cart-summary .block .fieldset.coupon .field > .control .actions-toolbar {
  left: 0;
  right: auto;
  transform: translateX(-1px) rotateY(-180deg);
  -ms-transform: translateX(-1px) rotateY(-180deg);
  -webkit-transform: translateX(-1px) rotateY(-180deg);
}
.rtl-layout .block-giftregistry-shared-items .item-options dt,
.rtl-layout .multicheckout .item-options dt,
.rtl-layout .cart.table-wrapper .item-options dt {
  float: right;
  clear: right;
  margin-right: 0;
  margin-left: 10px;
}
.rtl-layout .block-giftregistry-shared-items .item-options dd,
.rtl-layout .multicheckout .item-options dd,
.rtl-layout .cart.table-wrapper .item-options dd {
  float: right;
}
.rtl-layout .abs-shopping-cart-items-desktop,
.rtl-layout .block-cart-failed,
.rtl-layout .cart-container .cart-gift-item,
.rtl-layout .cart-container .form-cart {
  float: right;
}
.rtl-layout .abs-shopping-cart-items-desktop .actions,
.rtl-layout .block-cart-failed .actions,
.rtl-layout .cart-container .cart-gift-item .actions,
.rtl-layout .cart-container .form-cart .actions {
  text-align: left;
}
.rtl-layout .abs-shopping-cart-items-desktop .actions .action,
.rtl-layout .block-cart-failed .actions .action,
.rtl-layout .cart-container .cart-gift-item .actions .action,
.rtl-layout .cart-container .form-cart .actions .action {
  margin-left: 0;
  margin-right: 10px;
}
.rtl-layout .abs-shopping-cart-items-desktop .actions .action.continue,
.rtl-layout .block-cart-failed .actions .action.continue,
.rtl-layout .cart-container .cart-gift-item .actions .action.continue,
.rtl-layout .cart-container .form-cart .actions .action.continue {
  float: right;
  margin-right: 0;
}
.rtl-layout .login-container .block-new-customer.block {
  float: left;
}
.rtl-layout .login-container .block-customer-login.block {
  float: right;
}
.rtl-layout .login-container .block-customer-login.block .block-content .login:after {
  left: 50px;
  right: auto;
}
.rtl-layout .login-container .block-customer-login.block .block-content .field .control:after {
  left: 10px;
  right: auto;
}
.rtl-layout .login-container .block-customer-login.block .block-content .field .control .input-text {
  padding-right: 15px;
  padding-left: 40px;
}
.rtl-layout form.form.forget.password {
  text-align: right;
}
.rtl-layout form.form.forget.password .fieldset .field .control {
  text-align: right;
}
.rtl-layout form.form.forget.password .fieldset .field .control .nested .captcha .captcha-img {
  margin-left: 10px;
  margin-right: 0;
}
.rtl-layout #md-login-social .md-login-social li {
  float: right;
  padding-left: 10px;
  padding-right: 0;
}
.rtl-layout .form.create.account.form-create-account .fieldset .label {
  text-align: right;
}
.rtl-layout .column.main form.form.send.friend > .fieldset {
  float: right;
}
.rtl-layout .column.main form.form.send.friend > .fieldset .label {
  text-align: right;
}
.rtl-layout .column.main form.form.send.friend > .fieldset.recipients {
  float: left;
}
.rtl-layout .column.main form.form.send.friend > .fieldset.recipients .actions-toolbar {
  width: 100%;
}
.rtl-layout .column.main form.form.send.friend > .fieldset.recipients .actions-toolbar .secondary {
  float: right;
}
.rtl-layout .column.main form.form.send.friend > .fieldset.recipients .additional .actions-toolbar .secondary {
  float: left;
}
.rtl-layout .column.main form.form.send.friend .actions-toolbar {
  float: right;
  clear: right;
}
.rtl-layout .modal-inner-wrap.md-social-popup .fieldset .field:not(.choice) .label {
  text-align: right;
}
.rtl-layout .modal-inner-wrap .modal-header .action-close {
  margin-right: 0;
  margin-left: 16px;
}
.rtl-layout .modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content .news-image img {
  float: right;
}
.rtl-layout .modal-popup.md-newsletter-popup .modal-inner-wrap .action-close {
  margin-left: 0px;
}
.rtl-layout .account .return-status,
.rtl-layout .account .order-status {
  float: left;
}
.rtl-layout .account .actions-toolbar .action.order,
.rtl-layout .account .actions-toolbar .action.print {
  margin-right: 0;
  margin-left: 30px;
}
.rtl-layout .account .columns .column form.form-address-edit .fieldset .label {
  text-align: right;
}
.rtl-layout .account .column.main .order-details-items .order-title .print,
.rtl-layout .account .column.main .order-details-items .order-title .track {
  margin-left: 0;
  margin-right: 10px;
}
.rtl-layout .account .column.main .block-title .action.edit,
.rtl-layout .account .column.main .block-title .action.view {
  float: left;
}
.rtl-layout .account .column.main .table-order-items dd {
  margin-right: 0;
}
.rtl-layout .account .column.main .order-links .item {
  margin-right: 0px;
  margin-left: 20px;
}
.rtl-layout .account .column.main .data.table thead th:last-child,
.rtl-layout .account .column.main .data.table tbody th:last-child,
.rtl-layout .account .column.main .data.table thead td:last-child,
.rtl-layout .account .column.main .data.table tbody td:last-child {
  text-align: left;
}
.rtl-layout .account .column.main .form-edit-account .field.password-info {
  clear: both;
}
.rtl-layout .account .column.main .form-edit-account .fieldset {
  float: right;
}
.rtl-layout .account .column.main .form-edit-account .fieldset:nth-child(even) {
  float: left;
}
.rtl-layout .account .column.main .form-edit-account .fieldset > .field:not(.choice) > .label {
  text-align: right;
}
.rtl-layout .account .column.main .form-wishlist-items .products-grid .product-item {
  margin-left: 0;
  margin-right: 0;
}
.rtl-layout .account .column.main .form-wishlist-items .product-item-actions {
  margin-left: 0;
}
.rtl-layout .account .column.main .form-wishlist-items .product-item-actions .action.edit,
.rtl-layout .account .column.main .form-wishlist-items .product-item-actions .action.delete {
  margin: 0 0 0 5px;
}
.rtl-layout .account .column.main .form-wishlist-items .actions-toolbar .secondary {
  float: left;
}
.rtl-layout .multicheckout .actions-toolbar .secondary {
  float: left;
}
.rtl-layout .multicheckout .actions-toolbar .secondary .action {
  margin-left: 0px;
  margin-right: 10px;
}
.rtl-layout .multicheckout .actions-toolbar .secondary .action.back {
  float: right;
}
.rtl-layout .checkout-container .authentication-wrapper {
  text-align: left;
  float: left;
}
.rtl-layout .checkout-container .block-authentication .block-title {
  text-align: right;
}
.rtl-layout .checkout-container .minicart-items .product-item-details .product.options,
.rtl-layout .checkout-container .minicart-items .product-item-details .details-qty {
  text-align: right;
}
.rtl-layout .checkout-container .opc-wrapper .opc .fieldset .field .label {
  text-align: right;
}
.rtl-layout .checkout-container .opc-block-shipping-information .shipping-information-title .action-edit {
  right: auto;
  left: 0;
}
.rtl-layout .checkout-onepage-success .print {
  float: left;
}
.rtl-layout .column.main .checkout-container.md-checkout .opc-payment .payment-method-title input.radio + label:after {
  margin-top: -4px;
}
.rtl-layout .column.main .checkout-container.md-checkout input.radio + label {
  padding-right: 20px !important;
  padding-left: 0 !important;
}
.rtl-layout .column.main .checkout-container.md-checkout input.radio + label:before {
  right: 0;
  left: auto;
}
.rtl-layout .column.main .checkout-container.md-checkout input.radio + label:after {
  right: 2px;
  left: auto;
  top: 4px;
  width: 10px;
  height: 10px;
}
.rtl-layout .column.main .checkout-container.md-checkout .step-title.step_1,
.rtl-layout .column.main .checkout-container.md-checkout .step-title.step_2,
.rtl-layout .column.main .checkout-container.md-checkout .step-title.step_3,
.rtl-layout .column.main .checkout-container.md-checkout .step-title.step_4 {
  padding-left: 0;
  padding-right: 40px;
}
.rtl-layout .column.main .checkout-container.md-checkout .step-title.step_1:before,
.rtl-layout .column.main .checkout-container.md-checkout .step-title.step_2:before,
.rtl-layout .column.main .checkout-container.md-checkout .step-title.step_3:before,
.rtl-layout .column.main .checkout-container.md-checkout .step-title.step_4:before {
  left: auto;
  right: 0;
}
.rtl-layout .column.main .checkout-container.md-checkout #address-section,
.rtl-layout .column.main .checkout-container.md-checkout .shipping-method-section,
.rtl-layout .column.main .checkout-container.md-checkout .payment-method-box,
.rtl-layout .column.main .checkout-container.md-checkout .order-review-section {
  float: right;
  margin-left: 1.5%;
}
.rtl-layout .column.main .checkout-container.md-checkout #address-section.order-review-section,
.rtl-layout .column.main .checkout-container.md-checkout .shipping-method-section.order-review-section,
.rtl-layout .column.main .checkout-container.md-checkout .payment-method-box.order-review-section,
.rtl-layout .column.main .checkout-container.md-checkout .order-review-section.order-review-section {
  margin-left: 0;
}
.rtl-layout .column.main .checkout-container.md-checkout #address-section#address-section,
.rtl-layout .column.main .checkout-container.md-checkout .shipping-method-section#address-section,
.rtl-layout .column.main .checkout-container.md-checkout .payment-method-box#address-section,
.rtl-layout .column.main .checkout-container.md-checkout .order-review-section#address-section {
  margin-left: 1.5%;
}
.rtl-layout .column.main .checkout-container.md-checkout #address-section.shipping-method-section .table-checkout-shipping-method tbody tr td .label,
.rtl-layout .column.main .checkout-container.md-checkout .shipping-method-section.shipping-method-section .table-checkout-shipping-method tbody tr td .label,
.rtl-layout .column.main .checkout-container.md-checkout .payment-method-box.shipping-method-section .table-checkout-shipping-method tbody tr td .label,
.rtl-layout .column.main .checkout-container.md-checkout .order-review-section.shipping-method-section .table-checkout-shipping-method tbody tr td .label {
  float: right;
}
.rtl-layout .column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody tr td:first-child,
.rtl-layout .column.main .checkout-container.md-checkout .shipping-method-section.order-review-section .data-table.checkout-review-item tbody tr td:first-child,
.rtl-layout .column.main .checkout-container.md-checkout .payment-method-box.order-review-section .data-table.checkout-review-item tbody tr td:first-child,
.rtl-layout .column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody tr td:first-child {
  padding-left: 10px;
  padding-right: 0px;
}
.rtl-layout .column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody tr td:last-child,
.rtl-layout .column.main .checkout-container.md-checkout .shipping-method-section.order-review-section .data-table.checkout-review-item tbody tr td:last-child,
.rtl-layout .column.main .checkout-container.md-checkout .payment-method-box.order-review-section .data-table.checkout-review-item tbody tr td:last-child,
.rtl-layout .column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody tr td:last-child {
  padding-left: 0px;
  padding-right: 10px;
  text-align: left;
}
.rtl-layout .column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody tr td:last-child .delete-item,
.rtl-layout .column.main .checkout-container.md-checkout .shipping-method-section.order-review-section .data-table.checkout-review-item tbody tr td:last-child .delete-item,
.rtl-layout .column.main .checkout-container.md-checkout .payment-method-box.order-review-section .data-table.checkout-review-item tbody tr td:last-child .delete-item,
.rtl-layout .column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody tr td:last-child .delete-item {
  float: left;
}
.rtl-layout .column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody tr td .item-options,
.rtl-layout .column.main .checkout-container.md-checkout .shipping-method-section.order-review-section .data-table.checkout-review-item tbody tr td .item-options,
.rtl-layout .column.main .checkout-container.md-checkout .payment-method-box.order-review-section .data-table.checkout-review-item tbody tr td .item-options,
.rtl-layout .column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody tr td .item-options {
  float: right;
  padding-left: 0px;
  padding-right: 10px;
}
.rtl-layout .column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody tr td .product-name,
.rtl-layout .column.main .checkout-container.md-checkout .shipping-method-section.order-review-section .data-table.checkout-review-item tbody tr td .product-name,
.rtl-layout .column.main .checkout-container.md-checkout .payment-method-box.order-review-section .data-table.checkout-review-item tbody tr td .product-name,
.rtl-layout .column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody tr td .product-name {
  padding-right: 10px;
  padding-left: 0px;
}
.rtl-layout .column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody tr td .osc-product-image,
.rtl-layout .column.main .checkout-container.md-checkout .shipping-method-section.order-review-section .data-table.checkout-review-item tbody tr td .osc-product-image,
.rtl-layout .column.main .checkout-container.md-checkout .payment-method-box.order-review-section .data-table.checkout-review-item tbody tr td .osc-product-image,
.rtl-layout .column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody tr td .osc-product-image {
  float: right;
}
.rtl-layout .column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total thead td,
.rtl-layout .column.main .checkout-container.md-checkout .shipping-method-section.order-review-section .data-table.checkout-review-total thead td,
.rtl-layout .column.main .checkout-container.md-checkout .payment-method-box.order-review-section .data-table.checkout-review-total thead td,
.rtl-layout .column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total thead td,
.rtl-layout .column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total tbody td,
.rtl-layout .column.main .checkout-container.md-checkout .shipping-method-section.order-review-section .data-table.checkout-review-total tbody td,
.rtl-layout .column.main .checkout-container.md-checkout .payment-method-box.order-review-section .data-table.checkout-review-total tbody td,
.rtl-layout .column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total tbody td {
  text-align: left;
  padding-left: 0;
}
.rtl-layout .column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total thead th,
.rtl-layout .column.main .checkout-container.md-checkout .shipping-method-section.order-review-section .data-table.checkout-review-total thead th,
.rtl-layout .column.main .checkout-container.md-checkout .payment-method-box.order-review-section .data-table.checkout-review-total thead th,
.rtl-layout .column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total thead th,
.rtl-layout .column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total tbody th,
.rtl-layout .column.main .checkout-container.md-checkout .shipping-method-section.order-review-section .data-table.checkout-review-total tbody th,
.rtl-layout .column.main .checkout-container.md-checkout .payment-method-box.order-review-section .data-table.checkout-review-total tbody th,
.rtl-layout .column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total tbody th {
  padding-right: 0;
}
.rtl-layout .column.main .checkout-container.md-checkout #address-section.order-review-section .onestepcheckout-discount .discount-form input.input-text,
.rtl-layout .column.main .checkout-container.md-checkout .shipping-method-section.order-review-section .onestepcheckout-discount .discount-form input.input-text,
.rtl-layout .column.main .checkout-container.md-checkout .payment-method-box.order-review-section .onestepcheckout-discount .discount-form input.input-text,
.rtl-layout .column.main .checkout-container.md-checkout .order-review-section.order-review-section .onestepcheckout-discount .discount-form input.input-text {
  padding-left: 100px;
  padding-right: 10px;
}
.rtl-layout .column.main .checkout-container.md-checkout #address-section.order-review-section .onestepcheckout-discount .discount-form .actions-button,
.rtl-layout .column.main .checkout-container.md-checkout .shipping-method-section.order-review-section .onestepcheckout-discount .discount-form .actions-button,
.rtl-layout .column.main .checkout-container.md-checkout .payment-method-box.order-review-section .onestepcheckout-discount .discount-form .actions-button,
.rtl-layout .column.main .checkout-container.md-checkout .order-review-section.order-review-section .onestepcheckout-discount .discount-form .actions-button {
  left: 0px;
  right: auto;
}
.rtl-layout .column.main .checkout-container.md-checkout #address-section.order-review-section .box-qty .qty,
.rtl-layout .column.main .checkout-container.md-checkout .shipping-method-section.order-review-section .box-qty .qty,
.rtl-layout .column.main .checkout-container.md-checkout .payment-method-box.order-review-section .box-qty .qty,
.rtl-layout .column.main .checkout-container.md-checkout .order-review-section.order-review-section .box-qty .qty {
  text-align: left;
}
.rtl-layout .column.main .checkout-container.md-checkout .authentication-wrapper {
  right: auto;
  left: 0;
}
.rtl-layout .column.main .checkout-container.md-checkout .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
  padding: 15px;
}
.rtl-layout .column.main .checkout-container.md-checkout .authentication-wrapper .action-auth-toggle {
  float: left;
}
.rtl-layout .column.main .checkout-container.md-checkout .authentication-wrapper .action-close {
  right: auto;
  left: 0;
  margin-top: 0;
  margin-left: 0;
}
.rtl-layout .field-tooltip {
  right: auto;
  left: 0;
}
.rtl-layout .field .control._with-tooltip input {
  margin-left: 10px;
  margin-right: 0px;
}
.rtl-layout .contact-index-index .contact-banner > img {
  transform: translateX(-1px) rotateY(-180deg);
  -ms-transform: translateX(-1px) rotateY(-180deg);
  -webkit-transform: translateX(-1px) rotateY(-180deg);
}
.rtl-layout .contact-index-index .contact-banner .page-title-wrapper {
  text-align: right;
}
.rtl-layout .contact-index-index .columns .column .md-contact-bg form {
  float: right;
  padding-right: 40px;
  padding-left: 0px;
}
.rtl-layout .contact-index-index .columns .column .md-contact-bg form .fieldset .field .field {
  float: right;
}
.rtl-layout .contact-index-index .columns .column .md-contact-bg form .fieldset .field .field.telephone {
  float: left;
}
.rtl-layout .contact-index-index .columns .column .md-contact-bg .md-contact-info {
  float: left;
}
.rtl-layout .contact-index-index .columns .column .md-contact-bg .md-contact-info ul.md-contact-inner li {
  padding-right: 60px;
  padding-left: 0px;
}
.rtl-layout .contact-index-index .columns .column .md-contact-bg .md-contact-info ul.md-contact-inner li:before {
  left: auto;
  right: 0;
}
.rtl-layout .contact-index-index .columns .column .md-contact-bg .md-contact-info ul.md-contact-inner li a {
  float: right;
  margin-right: 0px;
  margin-left: 40px;
}
.rtl-layout .contact-index-index .columns .column .md-contact-bg .md-contact-info ul.social {
  clear: both;
}
.rtl-layout .contact-index-index .columns .column .md-contact-bg .md-contact-info ul.social li a {
  float: right;
  margin-right: 0px;
  margin-left: 40px;
}
.rtl-layout .brand-filter-box .filtr-container {
  direction: ltr;
}
.rtl-layout .brand-filter-box .brand-filter-inner-box .brand-filter-right-box .filtr-search-box {
  float: right;
}
.rtl-layout .brand-filter-box .brand-filter-inner-box .brand-filter-right-box .filtr-search-box:before {
  left: 10px;
  right: auto;
}
.rtl-layout .brand-filter-box .brand-filter-inner-box .brand-filter-right-box .filtr-search-box input {
  padding-left: 30px;
}
.rtl-layout .brand-filter-box .brand-filter-inner-box .brand-filter-right-box ul.sortandshuffle li {
  float: right;
}
.rtl-layout .brand-filter-box .brand-filter-inner-box .brand-filter-right-box ul.sortandshuffle li:nth-child(1),
.rtl-layout .brand-filter-box .brand-filter-inner-box .brand-filter-right-box ul.sortandshuffle li:nth-child(2) {
  border-radius: 0;
}
.rtl-layout .brand-filter-box .brand-filter-inner-box .brand-filter-right-box ul.sortandshuffle li:nth-child(1) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.rtl-layout .brand-filter-box .brand-filter-inner-box .brand-filter-right-box ul.sortandshuffle li:nth-child(2) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.rtl-layout .brand-filter-box .brand-filter-inner-box .brand-filter-right-box ul.sortandshuffle li select {
  padding-right: 5px;
  padding-left: 30px;
}
.rtl-layout .shopbybrand-box .alpha-filter {
  text-align: right;
}
.rtl-layout .pull-right {
  float: left;
}
.rtl-layout .main-faqs-page-index-view .md_faq_main_left ul li a,
.rtl-layout .main-faqs-page-index .md_faq_main_left ul li a {
  padding-left: 16px;
  padding-right: 16px;
}
.rtl-layout .main-faqs-page-index-view .md_faq_main_left ul li a:after,
.rtl-layout .main-faqs-page-index .md_faq_main_left ul li a:after {
  float: left;
  transform: translateX(-1px) rotateY(-180deg);
  -ms-transform: translateX(-1px) rotateY(-180deg);
  -webkit-transform: translateX(-1px) rotateY(-180deg);
}
.rtl-layout .faq-index-list-view .faq-category .faq-category-icon {
  padding-right: 0;
  padding-left: 25px;
}
.rtl-layout .faqs-question-view .mage-faq-social {
  float: left;
}
.rtl-layout .question-details .like-text {
  float: right;
  padding-left: 10px;
  padding-right: 0;
}
.rtl-layout .main-faqs-page-tags .faq-tag-list {
  padding-left: 0;
  padding-right: 5px;
}
.rtl-layout #md-login-social .md-login-social li button span span,
.rtl-layout #md-login-social .md-login-social li .cart.table-wrapper .actions-toolbar > .action span span {
  float: right;
  padding-right: 5px;
  padding-left: 10px;
}
.rtl-layout #md-login-social .md-login-social li button span .fa,
.rtl-layout #md-login-social .md-login-social li .cart.table-wrapper .actions-toolbar > .action span .fa {
  float: right;
}
.rtl-layout .modal-inner-wrap.md-social-popup .modal-header .action-close {
  margin-right: 0;
  margin-left: 15px;
}
.rtl-layout .modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-social .md-login-social > li,
.rtl-layout .modal-inner-wrap.md-social-popup .modal-content #md_popup.right #md-login-social .md-login-social > li,
.rtl-layout .modal-inner-wrap.md-social-popup .modal-content #md_popup.bottom #md-login-social .md-login-social > li {
  padding-left: 10px;
  padding-right: 0px;
}
.rtl-layout .modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-social .md-login-social > li button span .fa,
.rtl-layout .modal-inner-wrap.md-social-popup .modal-content #md_popup.right #md-login-social .md-login-social > li button span .fa,
.rtl-layout .modal-inner-wrap.md-social-popup .modal-content #md_popup.bottom #md-login-social .md-login-social > li button span .fa,
.rtl-layout .modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-social .md-login-social > li .cart.table-wrapper .actions-toolbar > .action span .fa,
.rtl-layout .modal-inner-wrap.md-social-popup .modal-content #md_popup.right #md-login-social .md-login-social > li .cart.table-wrapper .actions-toolbar > .action span .fa,
.rtl-layout .modal-inner-wrap.md-social-popup .modal-content #md_popup.bottom #md-login-social .md-login-social > li .cart.table-wrapper .actions-toolbar > .action span .fa {
  float: right;
}
.rtl-layout .modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-social .md-login-social > li button span span,
.rtl-layout .modal-inner-wrap.md-social-popup .modal-content #md_popup.right #md-login-social .md-login-social > li button span span,
.rtl-layout .modal-inner-wrap.md-social-popup .modal-content #md_popup.bottom #md-login-social .md-login-social > li button span span,
.rtl-layout .modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-social .md-login-social > li .cart.table-wrapper .actions-toolbar > .action span span,
.rtl-layout .modal-inner-wrap.md-social-popup .modal-content #md_popup.right #md-login-social .md-login-social > li .cart.table-wrapper .actions-toolbar > .action span span,
.rtl-layout .modal-inner-wrap.md-social-popup .modal-content #md_popup.bottom #md-login-social .md-login-social > li .cart.table-wrapper .actions-toolbar > .action span span {
  float: right;
}
.rtl-layout .modal-inner-wrap.md-social-popup .modal-content #md_popup.left #md-login-social {
  text-align: left;
}
.rtl-layout .modal-inner-wrap.md-social-popup .modal-content #md_popup.left #md-login-social .md-login-social > li {
  float: left;
}
.rtl-layout .modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-login-popup-button .action.md-form-button {
  float: right;
}
.rtl-layout .modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-login-popup-button .pass-register {
  float: left;
}
.rtl-layout .modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-forgot-user .primary {
  float: right;
  margin-right: auto;
  margin-left: 20px;
}
.rtl-layout .center-box.home-category-section .cat-box > li > a .cat-image img {
  transform: rotateY(180deg);
}
.rtl-layout .center-box.home-category-section .cat-box > li > a .cat-image img:hover {
  transform: scale(1.1) rotateY(180deg);
}
.rtl-layout .product.media .top_right {
  right: auto;
  left: 0;
}
.rtl-layout .md-promo-popup .md_discount_coupon_section .fieldset.coupon .field .control {
  float: left;
}
.rtl-layout .md-promo-popup .md_discount_coupon_section .fieldset.coupon .field > .label {
  margin: 7px 0px 10px 20px;
}
.rtl-layout body .md-promo-popup.modal-popup .modal-inner-wrap .action-close {
  margin-right: 0;
  margin-left: 0px;
}
.rtl-layout .gift-options-cart-item .gift-wrapping,
.rtl-layout .cart-gift-item .gift-wrapping {
  float: right;
  padding-left: 20px;
  padding-right: 0px;
}
.rtl-layout #md-login-social {
  float: none;
}
.rtl-layout .one-step-checkout.onestepcheckout-index-index.layout-3columns-osc {
  margin-top: 15px;
}
.rtl-layout .layout-3columns-osc .md-osc .md-osc-new-layout .checkout-column-osc {
  float: right;
}
.rtl-layout .shipping-method-section-main {
  display: inline-block;
  width: 100%;
}
.rtl-layout .shipping-method-section-main .shipping-method-section {
  width: 100%;
}
.rtl-layout .section-item-content .menu-container .menu > ul > li ul li a:hover {
  padding: 0 6px 0 0px;
}
.rtl-layout .page-products .sidebar-main.sidebar .swatch-option {
  float: right;
  margin: 0 0px 5px 5px;
}
.rtl-layout .page-products .sidebar-main.sidebar .swatch-option:hover:before,
.rtl-layout .page-products .sidebar-main.sidebar .swatch-option.selected:before {
  transform: rotateY(180deg);
}
.rtl-layout .form.create.account.form-create-account .fieldset .field .control .input-text {
  padding-right: 15px;
  padding-left: 40px;
}
.rtl-layout .block-search input {
  padding: 0 15px 0 30px;
}
.rtl-layout .md-postcode .form-product-postcode .postcode-box .postcode-check-btn {
  right: auto;
  left: 0;
}
.rtl-layout .md-postcode .form-product-postcode .postcode-box .postcode-inner .control .input-text {
  padding-right: 30px;
  padding-left: 9px;
}
.rtl-layout .md-postcode .form-product-postcode .postcode-box .postcode-inner .control:before {
  margin: 6px 10px 0 0;
}
.rtl-layout .product-info-main .box-tocart .fb-wrap,
.rtl-layout .product-options-bottom .box-tocart .fb-wrap {
  left: auto;
  right: 0;
}
.rtl-layout .product-info-main .box-tocart .whatsapp-list-container,
.rtl-layout .product-options-bottom .box-tocart .whatsapp-list-container {
  left: auto;
  right: 74px;
}
.rtl-layout .product-info-main .box-tocart .pinterest-list-container,
.rtl-layout .product-options-bottom .box-tocart .pinterest-list-container {
  left: auto;
  right: 114px;
}
.rtl-layout .product-info-main .box-tocart .twitter-list-container,
.rtl-layout .product-options-bottom .box-tocart .twitter-list-container {
  left: auto;
  right: 154px;
}
.rtl-layout .md-postcode .form-product-postcode .postcode-box {
  float: right;
}
.rtl-layout .md-postcode .customer-history {
  float: right;
}
.rtl-layout .ktpl-searchautocomplete__item.magento_catalog_product .meta {
  text-align: right;
}
.rtl-layout .ktpl-searchautocomplete__item.magento_catalog_product img {
  margin-right: 0;
  margin-left: 1rem;
}
.rtl-layout .page-products .product-item .product-image-wrapper .category.top_left {
  right: 5px;
  left: auto;
}
.rtl-layout .page-products .product-item .product-image-wrapper .category.top_right {
  right: auto;
  left: 5px;
}
.rtl-layout .pinterest-list-container {
  margin-right: 3px;
  margin-left: 0;
}
.rtl-layout .twitter-list-container {
  margin-right: 3px;
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .rtl-layout .cart-container .form-cart .cart .product-item-details .actions-toolbar .dydr {
    padding-left: 10px;
    padding-right: 0px;
    margin-right: 0;
    margin-left: 6px;
  }
  .rtl-layout .table-checkout-shipping-method {
    width: 100%;
  }
  .rtl-layout .opc-block-summary {
    padding-left: 10px;
    padding-right: 10px;
  }
  .rtl-layout .account .column.main .form-wishlist-items .products-grid .product-items .product-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 1439px) {
  .rtl-layout .sticky .logo {
    margin-top: 7px;
  }
}
@media screen and (max-width: 1239px) {
  .rtl-layout .products-list.list .product-items .actions .tocart {
    padding: 10px;
  }
  .rtl-layout .sticky .section-item-content .menu-container .menu > ul > li {
    margin-left: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  .rtl-layout .page-wrapper .column.main .checkout-container.md-checkout .order-review-section {
    float: none;
    margin-left: 0;
    overflow-x: auto;
  }
}
@media only screen and (max-width: 767px) {
  .rtl-layout #back-top {
    height: 30px;
    width: 30px;
    left: 10px;
    bottom: 10px;
  }
  .rtl-layout #back-top span.icon-uparrow {
    font-size: 10px;
    line-height: 14px;
    padding: 0px 0 0 0px;
  }
  .rtl-layout #back-top span.icon-uparrow:before {
    font-size: 30px;
    line-height: 10px;
    margin-top: 0;
    top: 2px;
  }
  .rtl-layout.nav-open .nav-toggle:after {
    left: 0px;
    right: unset;
  }
  .rtl-layout.nav-open .nav-sections {
    left: unset;
    right: 0;
  }
  .account .product-items .product-image-wrapper .top_right {
    max-width: 30px;
  }
  .rtl-layout .section-item-content .menu-container .menu > ul > li span.plus {
    right: unset;
    left: 5px;
  }
  .rtl-layout .nav-sections .section-item-content .menu-container .menu > ul > li {
    float: right;
    text-align: right;
  }
  .rtl-layout .wishlist-index-index .page-wrapper .products-grid .product-item .price-box {
    clear: left;
  }
  .rtl-layout .account .page-wrapper .column.main .form-wishlist-items .box-tocart + .product-item-actions {
    float: left !important;
  }
  .rtl-layout .products-grid.wishlist .product-item-photo {
    float: right;
    margin-left: 20px !important;
  }
  .rtl-layout .wishlist-dropdown ul.dropdown:before {
    left: 60px;
    top: -12px;
  }
  .rtl-layout .wishlist-dropdown .action.toggle.active {
    display: block;
  }
  .rtl-layout .product-items .product-image-wrapper .top_right {
    max-width: 30px;
  }
  .rtl-layout .block-wishlist-management .wishlist-dropdown.move {
    float: left;
    width: 100%;
  }
  .rtl-layout .wishlist-dropdown ul.dropdown:after {
    left: 59px;
    top: -14px;
  }
  .rtl-layout .account.sales-order-view table#my-orders-table td.col,
  .rtl-layout .account.sales-order-history table#my-orders-table td.col {
    text-align: right;
  }
  .rtl-layout .vault-cards-listaction .table-wrapper.my-credit-cards table#my-orders-table td.col {
    text-align: right;
  }
  .rtl-layout .vault-cards-listaction .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .rtl-layout .vault-cards-listaction .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 100px;
    padding-left: 10px;
    position: absolute;
    right: 0;
  }
  .rtl-layout .post-list-wrapper .post-list {
    padding-right: 0px;
  }
  .rtl-layout .blog-page .sidebar.sidebar-additional li {
    list-style-position: inside;
  }
  .rtl-layout .post-list .post-holder .post-header .addthis_toolbox {
    float: right;
    padding-top: 10px;
    clear: right;
    margin-bottom: 10px;
  }
  .rtl-layout .ktpl-searchautocomplete__item.magento_catalog_product {
    text-align: right;
  }
  .rtl-layout .ktpl-searchautocomplete__item.magento_catalog_product {
    align-items: initial;
  }
  .rtl-layout .block-search input {
    margin-bottom: 8px;
  }
  .rtl-layout .page-products .product-item .labeltype-text {
    padding: 7px;
  }
  .rtl-layout .footer .block.newsletter .form.subscribe {
    text-align: right;
  }
  .rtl-layout .footer .block.newsletter .form.subscribe .actions {
    right: auto;
    left: 0;
  }
  .rtl-layout .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .rtl-layout .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 0;
    padding-left: 10px;
  }
  .rtl-layout .logo {
    text-align: center;
  }
  .rtl-layout .nav-toggle {
    right: 15px;
    left: auto;
  }
  .rtl-layout .nav-sections .navigation li.level0 {
    margin-left: 0;
  }
  .rtl-layout .nav-sections .navigation li.level0.parent .level-top:after {
    margin-right: 0px;
    margin-left: 10px;
    left: 0;
    right: auto;
  }
  .rtl-layout .nav-sections .navigation li.level0 .level-top {
    padding-right: 15px;
    padding-left: 40px;
  }
  .rtl-layout .nav-sections .navigation .submenu:not(:first-child) > li > a {
    padding-right: 10px;
  }
  .rtl-layout .block-search .label {
    margin-left: 0;
  }
  .rtl-layout .header.content .header-right-section .block-search {
    float: left;
    margin-right: 20px;
    margin-left: 0;
  }
  .rtl-layout .page-footer .md-footer-copy .md-footer-cms-links li {
    float: none;
  }
  .rtl-layout .center-box.home-category-section .cat-box > li:nth-child(even) > a .cat-image {
    text-align: left;
  }
  .rtl-layout .center-box.home-category-section .cat-box > li:nth-child(even) > a .cat-content {
    left: auto;
    right: 10px;
    text-align: right;
  }
  .rtl-layout .toolbar-amount,
  .rtl-layout .sorter {
    float: none;
    text-align: right;
  }
  .rtl-layout .page-layout-1column .product-info-main .product-social-links .product-addto-links .action > span,
  .rtl-layout .page-layout-1column .product-info-main .product-social-links .mailto.friend span {
    padding-right: 8px;
    padding-left: 0;
    float: left;
  }
  .rtl-layout .page-layout-1column .product-info-main .product.attribute.sku {
    border: 0;
  }
  .rtl-layout .product.info .product.data.items > .item.title > .switch:after {
    float: left;
  }
  .rtl-layout .block.filter {
    left: 0;
    right: auto;
  }
  .rtl-layout .block.filter .filter-title strong {
    left: 0;
    right: auto;
  }
  .rtl-layout .cart-container .form-cart .cart.table-wrapper .item .col {
    float: right;
    padding-right: 41%;
    padding-left: 0;
  }
  .rtl-layout .cart-container .form-cart .cart.table-wrapper .item .col.qty:before,
  .rtl-layout .cart-container .form-cart .cart.table-wrapper .item .col.price:before,
  .rtl-layout .cart-container .form-cart .cart.table-wrapper .item .col.subtotal:before,
  .rtl-layout .cart-container .form-cart .cart.table-wrapper .item .col.msrp:before {
    float: right;
    padding: 1px 0 0 10px;
  }
  .rtl-layout .cart-container .form-cart .cart.table-wrapper .product-item-photo {
    padding: 0;
    right: 0;
    left: auto;
  }
  .rtl-layout .abs-shopping-cart-items-desktop .actions .action,
  .rtl-layout .block-cart-failed .actions .action,
  .rtl-layout .cart-container .cart-gift-item .actions .action,
  .rtl-layout .cart-container .form-cart .actions .action {
    margin-right: 0;
    text-align: center;
  }
  .rtl-layout .checkout-container .authentication-wrapper {
    position: absolute;
    left: 20px;
    margin-top: 0px;
  }
  .rtl-layout .field .control._with-tooltip {
    clear: both;
  }
  .rtl-layout .actions-toolbar .primary {
    float: none;
  }
  .rtl-layout .actions-toolbar .primary .action.action-update {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .rtl-layout .actions-toolbar .secondary {
    float: none;
  }
  .rtl-layout .multicheckout .actions-toolbar .secondary .action {
    margin-right: 0;
  }
  .rtl-layout .multicheckout .box-title span {
    margin-left: 10px;
    margin-right: 0px;
  }
  .rtl-layout .multicheckout.order-review .data.table.table-order-review tbody tr td.col {
    text-align: right;
  }
  .rtl-layout .multicheckout.order-review .data.table.table-order-review tbody tr td.col:before {
    padding-right: 0;
    padding-left: 10px;
  }
  .rtl-layout .account .order-details-items .table-wrapper .data.table.table-order-items tr td,
  .rtl-layout .account .order-details-items .table-wrapper .data.table.table-order-items tr td:last-child {
    text-align: right;
  }
  .rtl-layout .account .column.main .form-wishlist-items .products-grid .product-items .product-item {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .rtl-layout .products-grid.wishlist .product-items .product-item .product-item-info > .product-item-name {
    float: right;
    margin: -4px 0 5px 0;
    max-width: 150px;
  }
  .rtl-layout .wishlist-index-index .page-wrapper .products-grid .product-item .price-box {
    display: block;
    clear: left;
  }
  .rtl-layout .column.main .form-wishlist-items .multiselect-wishlist {
    float: right;
  }
}
.shop-by-categories.home-category-section,
.shop-by-categories.favourite-accesories-main {
  margin: 0 -15px;
  padding: 30px 0 0px 0;
}
.shop-by-categories.home-category-section .category-list,
.shop-by-categories.favourite-accesories-main .category-list {
  position: relative;
  margin: 0 15px;
}
.shop-by-categories.home-category-section .category-list .content-overlay,
.shop-by-categories.favourite-accesories-main .category-list .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 3px;
}
.shop-by-categories.home-category-section .category-list .content-overlay .content-overlay-border,
.shop-by-categories.favourite-accesories-main .category-list .content-overlay .content-overlay-border {
  border: 1px solid #fff;
  width: 92%;
  height: 90%;
  margin: 4% 5% 5% 4%;
  opacity: 0.2;
  border-radius: 4px;
}
.shop-by-categories.home-category-section .category-list .btn,
.shop-by-categories.favourite-accesories-main .category-list .btn {
  height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  background-color: #d32f2f;
  float: left;
  width: 100%;
  max-width: 47%;
  margin: 0 auto;
  float: none;
  color: #fff;
  font-weight: bold;
  padding: 11px 0px;
  position: absolute;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 42%;
  border-radius: 5px;
  opacity: 0;
  min-width: 120px;
}
.shop-by-categories.home-category-section .category-list .btn:hover,
.shop-by-categories.favourite-accesories-main .category-list .btn:hover {
  background-color: #fff;
  color: #d32f2f;
}
.shop-by-categories.home-category-section .category-list:hover .btn,
.shop-by-categories.favourite-accesories-main .category-list:hover .btn {
  opacity: 1;
}
.shop-by-categories.home-category-section .category-list:hover .content-overlay,
.shop-by-categories.favourite-accesories-main .category-list:hover .content-overlay {
  opacity: 1;
}
.shop-by-categories.home-category-section .category-list h3,
.shop-by-categories.favourite-accesories-main .category-list h3 {
  display: inline-block;
  width: 100%;
  margin: 15px 0 0 0;
  text-align: center;
  vertical-align: top;
}
.shop-by-categories.home-category-section .category-list h3 a,
.shop-by-categories.favourite-accesories-main .category-list h3 a {
  color: #333333;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
.shop-by-categories.home-category-section .category-list img,
.shop-by-categories.favourite-accesories-main .category-list img {
  display: inline-block;
  vertical-align: top;
}
.shop-by-categories.home-category-section h2.title,
.shop-by-categories.favourite-accesories-main h2.title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #000;
}
section.shop-by-categories .carousel figure a .carousel-img {
  background-color: #eaeaec;
  border-radius: 10px;
  border: 1px solid #ccc;
}
section.shop-by-categories .carousel figure:hover .carousel-img:before {
  border-radius: 10px !important;
}
.shop-by-categories.home-category-section .category-list .content-overlay .content-overlay-border {
  width: 88%;
  height: 90.5%;
  margin: 5.5% 5% 5% 5.5%;
}
.homepage-main .grid .product-items li .swatch-attribute span.swatch-attribute-selected-option {
  display: none;
}
.md-home-promo-banner,
.big-banner-section {
  margin: 30px -15px 0;
}
.md-home-promo-banner .banner-block,
.big-banner-section .banner-block {
  margin: 0 15px;
}
.md-home-promo-banner .banner-block img,
.big-banner-section .banner-block img {
  width: 100%;
  display: bock;
}
.md-home-promo-banner {
  margin-top: 80px;
}
.favourite-accesories-main.shop-by-categories {
  /*		margin:0 -33px;*/
}
.favourite-accesories-main.shop-by-categories .category-list {
  margin: 0 32px;
}
.favourite-accesories-main.shop-by-categories .category-list .btn {
  top: 36%;
}
.feature-brand-main {
  margin-top: 70px;
}
@media (max-width: 1500px) {
  .favourite-accesories-main.shop-by-categories {
    margin: 0 -15px;
  }
  .favourite-accesories-main.shop-by-categories .category-list {
    margin: 0 15px;
  }
}
@media (max-width: 1150px) {
  .favourite-accesories-main.shop-by-categories,
  .home-category-section.shop-by-categories {
    margin: 0 -5px;
  }
  .favourite-accesories-main.shop-by-categories .category-list,
  .home-category-section.shop-by-categories .category-list {
    margin: 0 5px;
  }
}
@media (max-width: 1025px) {
  .md-home-promo-banner {
    margin: 30px 0px 0;
  }
  .md-home-promo-banner .pagebuilder-column-group {
    display: inline-block !important;
    width: 100%;
  }
  .md-home-promo-banner .pagebuilder-column-group .banner-block {
    width: 100% !important;
    margin: 10px 0;
  }
}
@media (max-width: 1023px) {
  .home-category-section.shop-by-categories {
    margin: 0;
  }
  .home-category-section.shop-by-categories .category-list img,
  .favourite-accesories-main.shop-by-categories .category-list img {
    width: 100%;
  }
  .shop-by-categories.favourite-accesories-main .category-list,
  .shop-by-categories.home-category-section .category-list {
    margin: 0;
    padding: 0 5px;
  }
  .shop-by-categories.favourite-accesories-main .slick-slide,
  .shop-by-categories.home-category-section .slick-slide {
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .md-home-promo-banner .banner-block,
  .big-banner-section .banner-block {
    margin: 10px 0;
  }
  .md-home-promo-banner,
  .big-banner-section {
    margin: 0px 0px 0;
  }
  .shop-by-categories.home-category-section h2.title,
  .shop-by-categories.favourite-accesories-main h2.title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px 0;
  }
  .shop-by-categories.home-category-section,
  .shop-by-categories.favourite-accesories-main {
    padding: 25px 0 0px 0 !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .shop-by-categories.home-category-section .category-list .btn {
    top: 35%;
  }
  .shop-by-categories.favourite-accesories-main .category-list .btn {
    top: 26%;
  }
  .feature-brand-main .amslider.am-brand-slider .swiper-brand .am-image-wrapper .am-image {
    max-width: 83% !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1230px) {
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-info li.item:last-child {
    padding-left: 0px;
  }
}
.logo {
  margin: 20px 0;
  float: left;
  width: 28%;
}
.homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .action.towishlist:hover:before {
  color: #e74c3c;
}
.homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .product-item-details span.discount-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e74c3c;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  padding: 3px 7px;
  border-radius: 3px;
  z-index: 2;
  text-transform: uppercase;
  margin-top: 0 !important;
}
.homepage-main .home-category-section.center-box.feature-brand-main .ambrands-slider-container .ambrands-slider.amslider {
  margin-bottom: 0;
}
.homepage-main .home-blog-section.center-box,
section.media-center-categories,
section.shop-by-categories {
  padding: 0 15px !important;
}
.homepage-main .home-category-section.center-box.feature-brand-main .amslider-header-container.am-list {
  font-size: 25px;
  color: #000;
}
.cms-home .education-content .digital-odd-even ul li .digital-odd-detail h2 {
  font-weight: 400;
}
.vas-home-title {
  width: 100%;
  display: block;
  text-align: center;
  padding: 30px 0 0;
}
.vas-home-title h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-transform: capitalize;
  color: #000;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.fashiongo_instagram_feed {
  float: left;
  width: 100%;
  padding: 62px 0 16px 0;
}
.fashiongo_instagram_feed .owl-nav,
.fashiongo_instagram_feed .owl-dots {
  display: none !important;
}
.fashiongo_instagram_feed .instagram-head {
  margin-bottom: 24px;
}
.fashiongo_instagram_feed .instagram-head span.insta-title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 37px 0;
  background-image: url('../../frontend/Magedelight/FashionGo/en_US/images/instagram.png');
  padding-left: 50px;
  background-repeat: no-repeat;
}
.fashiongo_instagram_feed .instagrampro-view #mainimgdiv .hoverp.instagramproshow {
  border-radius: 3px;
}
.fashiongo_instagram_feed .homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .ambrands-slider-container .amslider-header-link {
  display: none;
}
.fashiongo_instagram_feed .instagram-head {
  text-align: center;
}
.fashiongo_instagram_feed .instagrampro-view #thumbnail-slider {
  padding: 0;
}
.fashiongo_instagram_feed .instagrampro-view #thumbnail-slider .owl-carousel .owl-item .instagram-slider-li.item {
  max-width: 300px;
  max-height: 197px;
}
.fashiongo_instagram_feed .instagrampro-view #thumbnail-slider img {
  border-radius: 3px;
  position: unset;
  max-width: 300px;
  max-height: 197px;
  object-fit: cover;
}
.fashiongo_instagram_feed .instagrampro-view #thumbnail-slider img:hover {
  border-radius: 3px;
}
footer.page-footer .footer.content {
  padding: 48px 0 0 0;
}
footer.page-footer .footer-bottom-newsletter {
  background-color: #eeeeee;
  padding: 46px 0 34px 0;
  float: left;
  width: 100%;
}
footer.page-footer .footer-bottom-newsletter .block.newsletter {
  max-width: 969px;
  margin: 0 auto;
}
footer.page-footer .footer-bottom-newsletter .block.newsletter .title {
  text-align: left;
  /* flex: 0 0 394px; */
  margin-right: 0px;
  float: left;
  width: 40%;
  padding-left: 17px;
}
footer.page-footer .footer-bottom-newsletter .block.newsletter .title strong {
  font-size: 25px;
  text-transform: capitalize;
  color: #231f20;
  font-weight: 400;
  float: left;
  width: 100%;
  margin: 0;
}
footer.page-footer .footer-bottom-newsletter .block.newsletter .title span {
  float: left;
  width: 100%;
  margin: 0;
  color: #666666;
  font-size: 16px;
}
footer.page-footer .footer-bottom-newsletter .block.newsletter .content {
  float: right;
  width: 58%;
}
footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container {
  position: relative;
  max-width: 550px;
}
footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container input {
  height: 50px;
  border: 0;
  border-radius: 6px;
  color: #AFAEAE;
  padding: 0 0 0 20px;
}
footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container .mage-error,
footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container .field-error,
footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container div.mage-error[generated] {
  text-align: left;
}
footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container input::-webkit-input-placeholder {
  /* Edge */
  color: #AFAEAE;
  font-size: 16px;
}
footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #AFAEAE;
  font-size: 16px;
}
footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container input::placeholder {
  color: #AFAEAE;
  font-size: 16px;
}
footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container .actions {
  position: absolute;
  right: 0px;
  top: 0px;
}
footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container .actions button,
footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container .actions .cart.table-wrapper .actions-toolbar > .action {
  width: 146px;
  height: 50px;
  background-color: #d71921;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0 3px 3px 0;
  font-weight: bold;
  letter-spacing: 0.5px;
}
footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container .actions button:hover,
footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container .actions .cart.table-wrapper .actions-toolbar > .action:hover {
  background-color: #000;
}
footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container .actions button:hover span,
footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container .actions .cart.table-wrapper .actions-toolbar > .action:hover span {
  color: #fff;
}
footer.page-footer .md-footer-container .md-footer-intro {
  float: left;
  width: 32%;
}
footer.page-footer .md-footer-container .md-footer-intro img {
  height: 70px;
}
footer.page-footer .md-footer-container .md-footer-intro p.intro-text {
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 300;
  margin-top: 16px;
}
footer.page-footer .md-footer-container .md-footer-intro p.intro-text span {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  opacity: 0.7;
  display: block;
}
footer.page-footer .md-footer-container .md-footer-intro p.intro-text a {
  color: #fff;
  text-decoration: underline;
  margin: 0;
  display: inline-block;
}
footer.page-footer .md-footer-container .md-footer-links {
  float: right;
  width: 66%;
  padding-left: 7%;
  display: flex;
  justify-content: flex-end;
}
footer.page-footer .md-footer-container .md-footer-links div.title {
  margin-bottom: 12px;
}
footer.page-footer .md-footer-container .md-footer-links div.title strong {
  font-weight: 300;
  color: #fff;
  font-size: 18px;
}
footer.page-footer .md-footer-container .md-footer-links .links {
  float: unset;
  width: 30%;
  padding: 0 0 27px 80px;
  margin: 0;
}
footer.page-footer .md-footer-container .md-footer-links .links:first-child {
  padding: 0;
}
footer.page-footer .md-footer-container .md-footer-links .links li.title strong {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
}
footer.page-footer .md-footer-container .md-footer-links .links li a {
  line-height: 32px;
  color: #fff;
  opacity: 0.7;
  font-weight: 300;
  font-size: 15px;
}
footer.page-footer .md-footer-container .md-footer-links .links li a:hover {
  color: #d71921;
  color: #d71923;
  opacity: 10;
}
footer.page-footer .footer-flex {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #191919;
  padding-top: 31px;
  padding-bottom: 24px;
}
footer.page-footer .footer-flex .follow-us > div {
  display: flex;
  align-items: center;
}
footer.page-footer .footer-flex .follow-us h3 {
  font-weight: 900;
  font-size: 17px;
  color: #cccccc;
  text-transform: uppercase;
  padding-right: 30px;
  margin: 14px 0;
}
footer.page-footer .footer-flex .follow-us ul li {
  margin-right: 15px !important;
}
footer.page-footer .footer-flex .follow-us ul li:hover a.icon-effect.icon-effect-over {
  box-shadow: none;
}
footer.page-footer .footer-flex .follow-us ul li.instagram:hover a span:before {
  color: #C8232C;
}
footer.page-footer .footer-flex .follow-us ul li.instagram a.icon-effect.icon-effect-over:after {
  -webkit-box-shadow: 0 0 0 2px #C8232C;
  -moz-box-shadow: 0 0 0 2px #C8232C;
  box-shadow: 0 0 0 2px #C8232C;
}
footer.page-footer .footer-flex .follow-us ul li.pinrest:hover a span:before {
  color: #C8232C;
}
footer.page-footer .footer-flex .follow-us ul li.pinrest a.icon-effect.icon-effect-over:after {
  -webkit-box-shadow: 0 0 0 2px #C8232C;
  -moz-box-shadow: 0 0 0 2px #C8232C;
  box-shadow: 0 0 0 2px #C8232C;
}
footer.page-footer .footer-flex .follow-us ul li.youtube:hover a span:before {
  color: #C8232C;
}
footer.page-footer .footer-flex .follow-us ul li.youtube a.icon-effect.icon-effect-over:after {
  -webkit-box-shadow: 0 0 0 2px #C8232C;
  -moz-box-shadow: 0 0 0 2px #C8232C;
  box-shadow: 0 0 0 2px #C8232C;
}
footer.page-footer .footer-flex .follow-us ul li a.icon-effect.icon-effect-over {
  -webkit-box-shadow: 0 0 0 2px #666666;
  -moz-box-shadow: 0 0 0 2px #666666;
  box-shadow: 0 0 0 2px #666666;
}
footer.page-footer .footer-flex .follow-us ul li a.icon-effect.icon-effect-over.twitter:hover a span:before {
  color: #00acec;
}
footer.page-footer .footer-flex .follow-us ul li a.icon-effect.icon-effect-over a.icon-effect.icon-effect-over {
  width: 34px;
  height: 34px;
}
footer.page-footer .footer-flex .payment-method > div {
  display: flex;
  align-items: center;
}
footer.page-footer .footer-flex .payment-method h3 {
  font-weight: 900;
  font-size: 17px;
  color: #cccccc;
  text-transform: uppercase;
  padding-right: 17px;
  margin: 14px 0;
}
footer.page-footer .footer-flex .payment-method ul li {
  display: inline-block;
  width: 70px;
  height: 38px;
  border: 1px solid #666666;
  text-align: center;
  margin-right: 10px;
  border-radius: 5px;
  float: left;
}
footer.page-footer .footer-flex .payment-method ul li:hover {
  border-color: #d71921;
  cursor: pointer;
  transition: 0.3s;
}
footer.page-footer .footer-flex .payment-method ul li:hover:after {
  color: #d71921;
}
footer.page-footer .footer-flex .payment-method ul li.visa:after {
  content: '\e93b';
}
footer.page-footer .footer-flex .payment-method ul li.discover:after {
  content: '\e939';
  font-size: 50px;
}
footer.page-footer .footer-flex .payment-method ul li.american:after {
  content: '\e938';
  font-size: 50px;
}
footer.page-footer .footer-flex .payment-method ul li:after {
  content: '\e93a';
  font-family: 'md-ico-fgo';
  font-size: 44px;
  color: #666666;
  line-height: 38px;
  text-align: center;
}
footer.page-footer .footer-flex .download-app > div {
  display: flex;
  align-items: center;
}
footer.page-footer .footer-flex .download-app h3 {
  font-weight: 900;
  font-size: 17px;
  color: #cccccc;
  text-transform: uppercase;
  padding-right: 17px;
  margin: 14px 0;
}
footer.page-footer .footer-flex .download-app ul li {
  display: inline-block;
}
footer.page-footer .footer-flex .download-app ul li:last-child {
  margin: 0 0px 0 24px;
}
section.shop-by-accessories,
section.shop-by-categories {
  display: flex;
  width: 100%;
}
section.shop-by-accessories .shop-by-accessories-slider,
section.shop-by-categories .shop-by-accessories-slider,
section.shop-by-accessories .carousel,
section.shop-by-categories .carousel {
  display: flex;
  width: 100%;
}
section.shop-by-accessories .shop-by-accessories-slider figure,
section.shop-by-categories .shop-by-accessories-slider figure,
section.shop-by-accessories .carousel figure,
section.shop-by-categories .carousel figure {
  width: 16.66%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  position: relative;
}
section.shop-by-accessories .shop-by-accessories-slider figure .carousel-img,
section.shop-by-categories .shop-by-accessories-slider figure .carousel-img,
section.shop-by-accessories .carousel figure .carousel-img,
section.shop-by-categories .carousel figure .carousel-img {
  width: 100%;
  position: relative;
}
section.shop-by-accessories .shop-by-accessories-slider figure .carousel-img img,
section.shop-by-categories .shop-by-accessories-slider figure .carousel-img img,
section.shop-by-accessories .carousel figure .carousel-img img,
section.shop-by-categories .carousel figure .carousel-img img {
  display: block;
}
section.shop-by-accessories .shop-by-accessories-slider figure h3,
section.shop-by-categories .shop-by-accessories-slider figure h3,
section.shop-by-accessories .carousel figure h3,
section.shop-by-categories .carousel figure h3 {
  display: inline-block;
  width: 100%;
  margin: 15px 0 0;
  text-align: center;
  vertical-align: top;
}
section.shop-by-accessories .shop-by-accessories-slider figure h3 a,
section.shop-by-categories .shop-by-accessories-slider figure h3 a,
section.shop-by-accessories .carousel figure h3 a,
section.shop-by-categories .carousel figure h3 a {
  color: #333;
  font-size: 17px;
  text-transform: none;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
}
section.shop-by-accessories .shop-by-accessories-slider figure a.view-btn,
section.shop-by-categories .shop-by-accessories-slider figure a.view-btn,
section.shop-by-accessories .carousel figure a.view-btn,
section.shop-by-categories .carousel figure a.view-btn {
  display: none;
  height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  background-color: #d32f2f;
  float: left;
  width: max-content;
  margin: 0 auto;
  float: none;
  color: #fff;
  font-weight: 700;
  padding: 11px 20px;
  position: absolute;
  z-index: 99999;
  left: 50%;
  top: 50%;
  border-radius: 5px;
  transform: translate(-60px, -30px);
  opacity: 0;
}
section.shop-by-accessories .shop-by-accessories-slider figure a.view-btn:hover,
section.shop-by-categories .shop-by-accessories-slider figure a.view-btn:hover,
section.shop-by-accessories .carousel figure a.view-btn:hover,
section.shop-by-categories .carousel figure a.view-btn:hover {
  background-color: #fff;
  color: #d32f2f;
}
section.shop-by-accessories .shop-by-accessories-slider figure:hover a.view-btn,
section.shop-by-categories .shop-by-accessories-slider figure:hover a.view-btn,
section.shop-by-accessories .carousel figure:hover a.view-btn,
section.shop-by-categories .carousel figure:hover a.view-btn {
  opacity: 1;
}
section.shop-by-accessories .shop-by-accessories-slider figure:hover .carousel-img,
section.shop-by-categories .shop-by-accessories-slider figure:hover .carousel-img,
section.shop-by-accessories .carousel figure:hover .carousel-img,
section.shop-by-categories .carousel figure:hover .carousel-img {
  width: 100%;
  position: relative;
}
section.shop-by-accessories .shop-by-accessories-slider figure:hover .carousel-img:after,
section.shop-by-categories .shop-by-accessories-slider figure:hover .carousel-img:after,
section.shop-by-accessories .carousel figure:hover .carousel-img:after,
section.shop-by-categories .carousel figure:hover .carousel-img:after {
  content: '';
  border: 1px solid #fff;
  width: 89%;
  height: 90%;
  margin: 5.5% 5% 5% 5.5%;
  border-radius: 4px;
  position: absolute;
  top: 0;
  display: none !important;
}
section.shop-by-accessories .shop-by-accessories-slider figure:hover .carousel-img:before,
section.shop-by-categories .shop-by-accessories-slider figure:hover .carousel-img:before,
section.shop-by-accessories .carousel figure:hover .carousel-img:before,
section.shop-by-categories .carousel figure:hover .carousel-img:before {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 3px;
}
.shop-by-categories.latest-news-update .content-heading h2.title {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  margin: 0;
  padding: 30px 0 20px 0;
  color: #000;
}
.shop-by-categories.latest-news-update section.media-center-categories .carousel-news .slick-track .slick-slide figure .media-center-box .img-titel-box {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
.shop-by-categories.latest-news-update section.media-center-categories .carousel-news .slick-track .slick-slide {
  margin: 0 15px;
  float: none !important;
  display: inline-block !important;
  height: auto;
}
.shop-by-categories.latest-news-update section.media-center-categories .carousel-news .slick-track .slick-slide figure {
  background-color: #f1f1f1;
  padding: 20px;
}
.shop-by-categories.latest-news-update section.media-center-categories .carousel-news .slick-track .slick-slide figure .media-center-box .media-cater-logo {
  width: auto;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50px;
  overflow: hidden;
  border: 3px solid #fff;
}
.shop-by-categories.latest-news-update section.media-center-categories .carousel-news .slick-track .slick-slide figure .media-center-box .media-cater-logo img {
  height: 100px;
  display: inline-block;
  float: left;
}
.shop-by-categories.latest-news-update section.media-center-categories .carousel-news .slick-track .slick-slide figure .media-center-box h3 {
  text-decoration: none;
  font-size: 18px;
  color: #231f20;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 75%;
  align-self: center;
  margin: 0;
}
.shop-by-categories.latest-news-update section.media-center-categories .carousel-news .slick-track .slick-slide figure .media-center-box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}
.shop-by-categories.latest-news-update section.media-center-categories .carousel-news .slick-track .slick-slide figure .media-center-box a.view-btn {
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0;
  display: block;
}
.shop-by-categories.latest-news-update section.media-center-categories .carousel-news .slick-track .slick-slide figure .media-center-box a.view-btn:hover {
  color: #d32f2f;
  text-decoration: underline;
}
.shop-by-categories.latest-news-update section.media-center-categories .carousel-news .slick-list {
  margin: 0 -15px;
}
.page-header .panel.wrapper .panel.header .top-header-row {
  display: unset !important;
}
.page-header .panel.wrapper .panel.header .header-top-right-section .switcher .options.active ul.dropdown {
  box-shadow: 0px 1px 7px 0 #cccccc;
  border-top: 3px solid #000;
  left: -30px;
}
.page-header .panel.wrapper .panel.header .header-top-right-section .switcher .options.active ul.dropdown::before {
  content: none;
}
.page-header .panel.wrapper .panel.header .header-top-right-section .switcher .options.active ul.dropdown::after {
  content: none;
}
.page-header .panel.wrapper .panel.header .header-top-right-section .switcher .options.active ul.dropdown li a {
  font-size: 15px;
  text-align: left;
  padding: 8px 0px 8px 31px;
}
.page-header .panel.wrapper .panel.header .header-top-right-section .switcher .options ul.dropdown li.currency-AED.switcher-option a {
  padding: 8px 0px 8px 51px;
}
.page-header .panel.wrapper .panel.header .header-top-right-section .switcher .options ul.dropdown li.currency-AED.switcher-option a:before {
  content: '';
  background-image: url('../../frontend/Magedelight/FashionGo/en_US/images/flag.svg');
  width: 64px;
  content: " ";
  position: absolute;
  left: 10px;
  top: 9px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: -7px;
  background-size: 46px;
  z-index: 9999999999999999999999999;
}
.page-header .panel.wrapper .panel.header .header-top-right-section .switcher .options ul.dropdown li.currency-USD.switcher-option a {
  padding: 8px 0px 8px 51px;
}
.page-header .panel.wrapper .panel.header .header-top-right-section .switcher .options ul.dropdown li.currency-USD.switcher-option a:before {
  content: '';
  background-image: url('../../frontend/Magedelight/FashionGo/en_US/images/usflag.svg');
  width: 64px;
  content: " ";
  position: absolute;
  left: 10px;
  top: 9px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: -7px;
  background-size: 40px;
  z-index: 9999999999999999999999999;
}
.page-header .panel.wrapper .panel.header .header-top-right-section .switcher .switcher-options strong.language-USD,
.page-header .panel.wrapper .panel.header .header-top-right-section .switcher .switcher-options strong.language-EUR {
  position: relative;
}
.page-header .panel.wrapper .panel.header .header-top-right-section .switcher .switcher-options strong.language-USD:before,
.page-header .panel.wrapper .panel.header .header-top-right-section .switcher .switcher-options strong.language-EUR:before {
  content: '';
  background-image: url('../../frontend/Magedelight/FashionGo/en_US/images/usflag.svg');
  width: 34px;
  content: " ";
  position: absolute;
  left: -32px;
  top: 0;
  height: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 26px;
}
.page-header .panel.wrapper .panel.header .header-top-right-section .switcher .switcher-options strong.language-EUR:before {
  content: '';
  background-image: none;
}
.page-header .panel.wrapper .panel.header .header-top-right-section .switcher .switcher-options strong.language-AED:before {
  content: '';
  background-image: url('../../frontend/Magedelight/FashionGo/en_US/images/flag.svg');
  width: 34px;
  content: " ";
  position: absolute;
  left: -42px;
  top: 0;
  height: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 46px;
}
.page-header .panel.wrapper .panel.header .header-top-right-section .switcher .switcher-options strong span {
  color: #231f20;
}
.page-header .panel.wrapper .panel.header .header-top-right-section .top-sale {
  color: #231f20;
}
.page-header .panel.wrapper .panel.header .header-top-right-section .md-order-track-icon.link a span {
  color: #231f20;
}
.page-header .header.content {
  padding: 12px 40px!important;
  max-width: 100% !important;
}
.page-header .header.content .block.block-search {
  margin: 10px 0 0 0;
  width: 37%;
  float: left;
}
.page-header .header.content .block.block-search input {
  border: 1px solid #999;
  background-color: #F5F5F6 !important;
  border-radius: 2px;
  color: #666;
}
.page-header .header.content .block.block-search input::-webkit-input-placeholder {
  /* Edge */
  color: #666666;
  font-size: 14px;
}
.page-header .header.content .block.block-search input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666666;
  font-size: 14px;
}
.page-header .header.content .block.block-search input::placeholder {
  color: #666666;
  font-size: 14px;
}
.page-header .header.content .block.block-search .action.search {
  padding: 5px 0;
  position: absolute;
  right: 10px;
  right: 0;
  top: 0px;
  z-index: 1;
  padding: 0;
  /* line-height: 0px; */
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #999;
  border-radius: 0 2px 2px 0;
  opacity: 1;
}
.page-header .header.content .block.block-search .action.search:before {
  color: #ffffff !important;
  font-size: 15px;
  line-height: 20px;
}
.page-header .header.content .header-right-section a.compare-icon.header {
  margin-left: 20px;
}
.page-header .header.content .header-right-section a.compare-icon.header:before {
  content: "\e933";
  color: #000;
  line-height: 60px;
  font-size: 26px;
  font-family: 'md-ico-fgo';
  line-height: 34px;
}
.page-header .header.content .header-right-section a.compare-icon.header span.compare-icon.link.compare {
  font-size: 0;
}
.page-header .header.content .header-right-section a.compare-icon.header:hover:before {
  color: #d32f2f;
}
.page-header .header.content .header-right-section .md-store-locator-icon.link {
  float: left;
  height: 30px;
  border-right: 1px solid #cacaca;
  padding-right: 25px;
  line-height: 36px;
}
.page-header .header.content .header-right-section .md-store-locator-icon.link:before {
  content: "\e941";
  font-size: 24px;
  font-weight: 400;
  font-family: 'md-ico-fgo';
  float: left;
  padding-right: 5px;
  color: #000000;
}
.page-header .header.content .header-right-section .md-store-locator-icon.link:before:hover {
  color: #d32f2f;
}
.page-header .header.content .header-right-section .md-store-locator-icon.link:hover:before {
  color: #d32f2f;
}
.page-header .header.content .header-right-section .wishlist-icon.header {
  margin-left: 20px;
}
.page-header .header.content .header-right-section .wishlist-icon.header ul li.link.wishlist a:before {
  content: "\e943";
  font-size: 26px;
  font-weight: 400;
  line-height: 11px;
  font-family: 'md-ico-fgo';
  float: left;
  padding-right: 5px;
  color: #000000;
}
.page-header .header.content .header-right-section .wishlist-icon.header ul li.link.wishlist a:before:hover {
  color: #d32f2f;
}
.page-header .header.content .header-right-section .wishlist-icon.header ul li.link.wishlist a:hover:before {
  color: #d32f2f;
}
.page-header .header.content .header-right-section .wishlist-icon.header ul li.link.wishlist a span {
  display: none;
}
.page-header .header.content .header-right-section .minicart-wrapper .action.showcart {
  margin: 0 0 0 0px;
}
.page-header .header.content .header-right-section .minicart-wrapper .action.showcart:hover:before {
  color: #da191f;
  color: #d71921;
}
.page-header .header.content .header-right-section .minicart-wrapper .action.showcart:before {
  content: "\e94b";
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  font-family: 'md-ico-fgo';
  float: left;
  padding-right: 5px;
  color: #000000;
}
.page-header .header.content .header-right-section .minicart-wrapper .action.showcart:before:hover {
  color: #d32f2f;
}
.page-header .header.content .header-right-section .md-header-links .welcome {
  margin: 0 32px;
}
.page-header .header.content .header-right-section .md-header-links .welcome:before {
  font-size: 26px;
  line-height: 32px;
}
.page-header .header.content .header-right-section .wishlist-icon.header ul {
  list-style: none;
  padding: 0;
  font-size: 20px;
}
.sections.nav-sections {
  box-shadow: none;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li.active a {
  color: #da191f;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li.active a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -4px;
  height: 3px;
  width: 100%;
  background-color: #D71921;
  left: 0;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  z-index: 999999999999;
}
.sections.nav-sections .section-item-content .menu-container.horizontal-menu {
  text-align: center;
  max-width: 1279px;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li ul li a:hover {
  color: #d71921 !important;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li > ul {
  text-align: left;
  max-width: 1279px;
  padding: 26px 30px 48px;
  top: 49px;
  background-color: #f5f5f5;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li > ul > li h4 {
  margin-bottom: 10px;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li > a {
  font-weight: 600;
  text-transform: none;
  font-family: 'Open Sans';
  margin: 0;
  padding: 14px 12px;
  margin-right: 15px;
  color: #000;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li.accessories-four ul.column4 > li {
  width: 35%;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li.accessories-four ul.column4 > li:nth-child(1) {
  width: 13%;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li.accessories-four ul.column4 > li:nth-child(2) {
  width: 13%;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li {
  width: 14%;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:nth-child(1) {
  width: 13%;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:nth-child(2) {
  width: 15.7%;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:nth-child(4) {
  width: 16%;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:last-child {
  width: 40%;
  text-align: right;
  padding: 0;
  padding-top: 21px;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:last-child ul {
  padding: 0;
  margin: 0;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:last-child ul li {
  padding: 0;
  margin: 0;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:last-child ul div {
  padding: 0;
  margin: 0;
}
.text-left {
  text-align: left;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li.subscribe-now-menu {
  margin: 0;
  /* z-index: 999999999999999999; */
  max-width: 200px;
  width: 100%;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li.subscribe-now-menu a {
  padding-left: 12px;
  margin-right: 26px;
  padding-right: 12px;
}
img,
object,
video,
embed {
  height: auto;
}
::-moz-selection {
  color: #FFFFFF;
  background: #333333;
}
::selection {
  color: #FFFFFF;
  background: #333333;
}
body {
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}
body img {
  max-width: 100%;
}
body *,
body *:before {
  box-sizing: border-box;
}
a,
.alink,
a:visited,
.alink:visited {
  color: #231f20;
}
a:hover,
.alink:hover,
a:visited:hover,
.alink:visited:hover {
  color: #000000;
  text-decoration: none;
}
/****PLACEHOLDER***/
::-webkit-input-placeholder {
  /* WebKit browsers */
  opacity: 1 !important;
  color: inherit !important;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 1 !important;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 1 !important;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  opacity: 1 !important;
}
/*******/
a:focus,
._keyfocus *:focus:focus,
input:focus:not([disabled]):focus,
textarea:focus:not([disabled]):focus,
select:focus:not([disabled]):focus,
textarea:focus,
input:focus,
select:focus {
  box-shadow: none;
  outline: 0;
}
select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("../../frontend/Magedelight/FashionGo/en_US/images/select-bg.svg") !important;
  background-position: 100% 50% !important;
  background-repeat: no-repeat !important;
  padding-right: 25px;
  text-indent: 0.01em;
  text-overflow: "";
}
select:not([multiple])::-ms-expand {
  display: none;
}
/***********Custom Checkbox**********/
input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
  position: absolute;
}
input[type="checkbox"] + label {
  display: inline !important;
  position: relative;
  padding-left: 22px !important;
}
input[type="checkbox"] + label:before {
  box-sizing: border-box;
  border: 1px solid #939292;
  background: #fff;
  content: "";
  height: 16px;
  left: 0;
  text-align: center;
  position: absolute;
  top: 0;
  margin: 2px 0 0 0;
  width: 16px;
}
input[type="checkbox"]:checked + label:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
input[type="checkbox"]:checked + label:hover {
  text-decoration: none;
}
input[type="checkbox"]:checked + label:before {
  content: "\e952";
  color: #ffffff;
  font-size: 10px;
}
input[type="checkbox"] + label:before {
  border: 1px solid #eee;
  border-radius: 3px;
}
input[type="checkbox"]:checked + label:before {
  background: #000;
  font-family: 'md-ico-fgo';
  color: #fff;
}
input[type="checkbox"]:checked + label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: inherit;
  color: inherit;
  content: "\e952";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #fff;
}
.block {
  margin-bottom: 0;
}
/****************/
.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  background: #ffffff;
}
.page-header .panel.wrapper {
  background: #ffffff;
  color: #231f20;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  border-bottom: 1px solid #edeef2;
}
.page-header .panel.wrapper span {
  color: #231f20;
}
.page-header .header.panel {
  padding: 9px 40px;
  background-color: #ffffff;
}
.page-header .header.panel .top-sale {
  color: #231f20;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  float: left;
  width: 68%;
  text-align: right;
}
.page-header .header.panel .top-sale a,
.page-header .header.panel .top-sale span {
  color: #da1921;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
}
.page-header .header.panel .top-sale a:hover,
.page-header .header.panel .top-sale span:hover {
  color: #000;
}
.page-header .header.panel .header-top-right-section {
  float: right;
}
.cms-index-index .page-header,
.page-products .page-header {
  margin-bottom: 0;
}
.page-wrapper {
  background-repeat: repeat;
}
.men-collection-image-wrapper {
  margin: 0 -10px;
}
.header.content {
  padding-top: 10px;
  position: relative;
  z-index: 9;
}
.header.content .header-right-section {
  float: right;
  margin: 15px 0 0 0;
  width: auto;
  display: flex;
  width: 35%;
  justify-content: flex-end;
  /*.switcher-language,*/
}
.header.content .header-right-section .block-search {
  width: 100%;
  max-width: 779px;
  margin: 0;
  margin-right: 20%;
}
.header.content .header-right-section .switcher-currency {
  float: left;
  border-right: 1px solid #b9b9b9;
  padding: 2px 15px 0px 7px;
  margin: 4px 5px 0 0;
  color: #333333;
  font-size: 13px;
  font-weight: 400;
}
.header.content .header-right-section .switcher-currency strong {
  font-size: 13px;
  font-weight: 400;
  padding: 0 5px 0 0;
}
.header.content .header-right-section .switcher-currency:hover {
  color: #dc914f;
}
.header.content .header-right-section .switcher-currency .action.toggle:after,
.header.content .header-right-section .switcher-currency .action.toggle.active:after {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.header.content .header-right-section .switcher-currency .action.toggle:hover,
.header.content .header-right-section .switcher-currency .action.toggle.active:hover {
  text-decoration: none;
}
.header.content .header-right-section .switcher-currency .action.toggle:after,
.header.content .header-right-section .switcher-currency .action.toggle.active:after {
  content: "\e92c";
  font-size: 12px;
  line-height: 20px;
  padding-right: 1px;
  /*color: @md-color-7;*/
  font-weight: 600;
}
.header.content .header-right-section .switcher-currency .action.toggle.active:after,
.header.content .header-right-section .switcher-currency .action.toggle.active.active:after {
  content: "\e92d";
}
.header.content .header-right-section .switcher-currency .options.active .dropdown {
  border-top: 3px solid #000;
  margin-top: 11px;
  text-align: right;
  right: -8px;
  box-shadow: 0px 1px 7px 0 #cccccc;
}
.header.content .header-right-section .switcher-currency .options.active .dropdown:before {
  left: auto;
  right: 10px;
  top: -12px;
  border: 0;
}
.header.content .header-right-section .switcher-currency .options.active .dropdown:after {
  left: auto;
  right: 9px;
  top: -14px;
  border: 0;
}
.header.content .header-right-section .switcher-currency .options.active .dropdown li a {
  color: #333333;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.header.content .header-right-section .switcher-currency .options.active .dropdown li:hover {
  background: none;
}
.header.content .header-right-section .switcher-currency .options.active .dropdown li:hover a {
  color: #231f20;
  margin-right: 5px;
}
.header.content .header-right-section > .md-header-links {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.header.content .header-right-section > .md-header-links .welcome:hover:before {
  color: #da191f;
}
.header.content .header-right-section > .md-header-links .welcome,
.header.content .header-right-section > .md-header-links .welcome.action {
  font-size: 0;
  cursor: pointer;
  width: 20px;
}
.header.content .header-right-section > .md-header-links .welcome > span,
.header.content .header-right-section > .md-header-links .welcome.action > span {
  display: none;
}
.header.content .header-right-section > .md-header-links .welcome:before,
.header.content .header-right-section > .md-header-links .welcome.action:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.header.content .header-right-section > .md-header-links .welcome:hover,
.header.content .header-right-section > .md-header-links .welcome.action:hover {
  text-decoration: none;
}
.header.content .header-right-section > .md-header-links .welcome:before,
.header.content .header-right-section > .md-header-links .welcome.action:before {
  content: "\e937";
  color: #000000;
}
.header.content .header-right-section > .md-header-links .welcome:hover,
.header.content .header-right-section > .md-header-links .welcome.action:hover {
  text-decoration: none;
  color: #d32f2f;
}
.header.content .header-right-section > .md-header-links .header.links {
  background: #ffffff;
  box-shadow: 0px 1px 7px 0 #cccccc;
  list-style: none;
  position: absolute;
  top: 0;
  margin: 0;
  width: 200px;
  text-align: left;
  right: -10px;
  padding: 0 0 0px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.header.content .header-right-section > .md-header-links .header.links li {
  padding: 0 0 0px 0;
  margin: 0;
  float: left;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.header.content .header-right-section > .md-header-links .header.links li.register-link.md-custom-toplink a {
  border: 0;
}
.header.content .header-right-section > .md-header-links .header.links li a {
  font-size: 15px;
  color: #231f20;
  margin: 0px;
  float: left;
  padding: 15px 0px 15px 31px;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
}
.header.content .header-right-section > .md-header-links .header.links li a:hover {
  text-decoration: none;
  color: #d71923;
}
.header.content .header-right-section > .md-header-links .header.links li a .counter {
  color: #d71923;
}
.header.content .header-right-section > .md-header-links .header.links li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.header.content .header-right-section > .md-header-links.active .header.links {
  opacity: 1;
  top: 40px;
  visibility: visible;
  border-top: 3px solid #000;
}
.header.content .header-right-section > .md-header-links.active .header.links li:hover {
  padding-right: 5px;
}
.header.content .header-right-section > .md-header-links.active .header.links li:hover a {
  color: #d32f2f;
}
.header.content .header-right-section .switcher-language {
  float: left;
  margin: 0;
}
.header.content .header-right-section .switcher-language .options .action strong[class^="view-"] > span,
.header.content .header-right-section .switcher-language .options .action strong[class*="view-"] > span {
  border: 1px solid #ccc;
  background: #ffffff;
  border-radius: 20px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  right: -5px;
  font-size: 11px;
  padding: 2px 8px;
  opacity: 0;
  visibility: hidden;
  float: left;
  z-index: 8;
}
.header.content .header-right-section .switcher-language .options .action strong[class^="view-"] > span:before,
.header.content .header-right-section .switcher-language .options .action strong[class*="view-"] > span:before {
  content: "";
  background: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: -4px;
  right: 11px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transform: rotate(90deg);
  -webkit-transform: rotate(45deg);
}
.header.content .header-right-section .switcher-language .options .action:hover strong[class^="view-"] span,
.header.content .header-right-section .switcher-language .options .action:hover strong[class*="view-"] span {
  opacity: 1;
  visibility: visible;
  top: -25px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.header.content .header-right-section .switcher-language .options .action.toggle:before,
.header.content .header-right-section .switcher-language .options .action.toggle.active:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.header.content .header-right-section .switcher-language .options .action.toggle:hover,
.header.content .header-right-section .switcher-language .options .action.toggle.active:hover {
  text-decoration: none;
}
.header.content .header-right-section .switcher-language .options .action.toggle:after,
.header.content .header-right-section .switcher-language .options .action.toggle.active:after {
  display: none;
}
.header.content .header-right-section .switcher-language .options .action.toggle:before,
.header.content .header-right-section .switcher-language .options .action.toggle.active:before {
  content: "\e92b";
  color: #000000;
}
.header.content .header-right-section .switcher-language .options .action.toggle:hover,
.header.content .header-right-section .switcher-language .options .action.toggle.active:hover {
  text-decoration: none;
}
.header.content .header-right-section .switcher-language .options.active .dropdown {
  border: 1px solid #c6c6c6;
  margin-top: 11px;
  text-align: right;
  right: -8px;
}
.header.content .header-right-section .switcher-language .options.active .dropdown:before {
  left: auto;
  right: 10px;
  top: -12px;
}
.header.content .header-right-section .switcher-language .options.active .dropdown:after {
  left: auto;
  right: 9px;
  top: -14px;
}
.header.content .header-right-section .switcher-language .options.active .dropdown li a {
  color: #333333;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.header.content .header-right-section .switcher-language .options.active .dropdown li:hover {
  background: none;
}
.header.content .header-right-section .switcher-language .options.active .dropdown li:hover a {
  color: #231f20;
  margin-right: 5px;
}
.header.content .header-right-section .switcher-language .options .action.toggle,
.header.content .header-right-section .switcher-language .options .action.toggle.active,
.header.content .header-right-section .md-header-links .welcome,
.header.content .header-right-section .md-header-links .welcome.action,
.header.content .header-right-section .block-search .action.search,
.header.content .header-right-section .minicart-wrapper .action.showcart {
  float: left;
  opacity: 1;
  padding: 0;
  margin: 3px 0px 0 15px;
}
.header.content .header-right-section .switcher-language .options .action.toggle:before,
.header.content .header-right-section .switcher-language .options .action.toggle.active:before,
.header.content .header-right-section .md-header-links .welcome:before,
.header.content .header-right-section .md-header-links .welcome.action:before,
.header.content .header-right-section .block-search .action.search:before,
.header.content .header-right-section .minicart-wrapper .action.showcart:before {
  font-size: 20px;
  line-height: 20px;
  color: #000000;
}
.header.content .header-right-section .switcher-language .options .action.toggle:hover:before,
.header.content .header-right-section .switcher-language .options .action.toggle.active:hover:before,
.header.content .header-right-section .md-header-links .welcome:hover:before,
.header.content .header-right-section .md-header-links .welcome.action:hover:before,
.header.content .header-right-section .block-search .action.search:hover:before,
.header.content .header-right-section .minicart-wrapper .action.showcart:hover:before {
  color: #d32f2f;
}
.header.content .header-right-section .switcher-language .switcher-options .switcher-dropdown,
.header.content .header-right-section .switcher-currency .switcher-options .switcher-dropdown {
  padding: 7px 0 7px 0;
}
.header.content .header-right-section .switcher-language .switcher-options .switcher-dropdown li a,
.header.content .header-right-section .switcher-currency .switcher-options .switcher-dropdown li a {
  padding: 3px 8px;
}
.new-product li .product-reviews-summary {
  display: block;
  float: none;
  margin: 0;
  text-align: center;
}
.new-product li .product-reviews-summary .reviews-actions {
  display: block;
  line-height: 18px;
}
.new-product li .product-reviews-summary .rating-summary {
  display: block;
  left: 0;
  float: none;
  margin: 0 auto;
}
.new-product li .product-reviews-summary .rating-summary .rating-result {
  width: auto;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  /*height: 50px;
            width: auto;*/
}
.page-print .logo {
  float: none;
}
.cms-index-index .messages > .message {
  margin: 10px;
}
.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;
}
.multishipping-checkout-addresses.page-layout-checkout.sticky .logo {
  margin: 5px 0;
}
.multicheckout .gift-wrapping .nested.design img {
  width: 175px;
  margin: 10px auto 5px auto;
  max-width: 100%;
}
#backgrounddiv #whitebgdiv #closebtndiv {
  background: #000000;
  padding: 15px;
}
#backgrounddiv #whitebgdiv #closebtndiv:before {
  content: "\e91c";
  font-size: 12px;
  color: #ffffff;
  font-family: 'md-ico-fgo';
  position: absolute;
  left: 0;
  top: 5px;
  right: 0;
  text-align: center;
}
/****Sticky****/
.sticky .page-header {
  background: #000000;
  box-shadow: none;
  left: 0;
  position: fixed;
  right: 0;
  top: -133px;
  width: 100%;
  z-index: 900;
  text-align: center;
}
.sticky .page-header span.logo,
.sticky .page-header strong.logo {
  width: 7.57575758%;
}
.sticky .page-header span.logo .logo-link,
.sticky .page-header strong.logo .logo-link {
  float: left;
}
.sticky .page-header .panel.wrapper {
  display: none;
}
.sticky .page-header .header.content {
  padding: 12px 20px 9px!important;
}
.sticky .page-header .section-item-content .menu-container .menu > ul > li:last-child {
  background-image: none;
}
.sticky .page-header .header.content .header-right-section {
  width: 30%;
}
.sticky .page-header .header.content .header-right-section .md-header-links .header.links {
  display: none;
}
.sticky .page-header .header.content .header-right-section .md-store-locator-icon.link:before {
  color: #fff;
}
.sticky .page-header .header.content .header-right-section .md-store-locator-icon.link a {
  color: #fff;
}
.sticky .page-header .header.content .header-right-section .wishlist-icon.header ul li.link.wishlist:before {
  color: #fff;
}
.sticky .page-header .nav-sections {
  width: 60.090215%;
  position: relative;
  margin: 0;
  float: left;
  background: transparent;
  display: inline-block;
  box-shadow: none;
  z-index: 9;
  padding: 2px 20px 0px 20px;
}
.sticky .page-header .nav-sections .nav-sections-items {
  width: auto;
  padding: 0;
}
.sticky .page-header .nav-sections .menu-container.horizontal-menu {
  text-align: left;
}
.sticky .page-header .nav-sections .menu-container .menu > ul > li li:last-child {
  background-image: none;
}
.sticky .page-header .nav-sections .menu-container .menu > ul > li > a {
  color: #ffffff;
  padding: 8px 0 12px 0;
}
.sticky .page-header .nav-sections .menu-container .menu > ul > li > a:before {
  color: #ffffff;
}
.sticky .page-header .nav-sections .menu-container .menu > ul > li:hover > a {
  color: #ffffff;
}
.sticky .page-header .nav-sections .menu-container .menu > ul > li:hover > a:before {
  color: #ffffff;
}
.sticky .page-header .nav-sections .menu-container .menu > ul > li > ul {
  top: 41px;
}
.sticky .page-header .nav-sections .navigation li.level0 .level-top {
  color: #ffffff;
  padding: 8px 0 12px 0;
}
.sticky .page-header .nav-sections .navigation li.level0.has-active > .level-top {
  color: #ffffff;
}
.sticky .page-header .nav-sections .navigation li.level0.has-active > .level-top:after {
  color: #ffffff;
}
.sticky .page-header .header.content {
  padding: 12px 20px 9px;
  max-width: 100%;
}
.sticky .page-header .header.content .header-right-section {
  width: 30%;
  max-width: 100%;
}
.sticky .page-header .header.content .header-right-section .block-search,
.sticky .page-header .header.content .header-right-section .switcher-currency,
.sticky .page-header .header.content .header-right-section .switcher-language {
  display: none;
}
.sticky .page-header .header.content .header-right-section .switcher-currency {
  color: #ffffff;
}
.sticky .page-header .header.content .header-right-section .switcher-currency:hover {
  color: #dc914f;
}
.sticky .page-header .header.content .header-right-section .switcher-language .options .action.toggle:before,
.sticky .page-header .header.content .header-right-section .switcher-language .options .action.toggle.active:before,
.sticky .page-header .header.content .header-right-section .authorization-link a:before,
.sticky .page-header .header.content .header-right-section .md-header-links .welcome:before,
.sticky .page-header .header.content .header-right-section .md-header-links .welcome.action:before,
.sticky .page-header .header.content .header-right-section .minicart-wrapper .action.showcart:before,
.sticky .page-header .header.content .header-right-section .block-search .action.search:before {
  font-size: 20px;
  color: #ffffff;
}
.sticky .page-header .header.content .header-right-section .switcher-language .options .action.toggle:hover:before,
.sticky .page-header .header.content .header-right-section .switcher-language .options .action.toggle.active:hover:before,
.sticky .page-header .header.content .header-right-section .authorization-link a:hover:before,
.sticky .page-header .header.content .header-right-section .md-header-links .welcome:hover:before,
.sticky .page-header .header.content .header-right-section .md-header-links .welcome.action:hover:before,
.sticky .page-header .header.content .header-right-section .minicart-wrapper .action.showcart:hover:before,
.sticky .page-header .header.content .header-right-section .block-search .action.search:hover:before {
  color: #d32f2f;
}
.sticky .page-header .header.content .header-right-section .minicart-wrapper .action.showcart .counter.qty {
  background: #ffffff;
  color: #000000;
}
.sticky .page-header .header.content .header-right-section .block-search {
  width: 240px;
  margin-right: 5px;
}
.sticky .page-header .header.content .header-right-section .block-search .input-text {
  background: #000000;
  color: #ffffff;
}
.sticky .page-header .header.content .md-header-links.active .header.links {
  top: 46px;
  background: #000000;
}
.sticky .page-header .header.content .md-header-links.active .header.links li a {
  color: #ffffff;
}
.sticky .page-header .header.content .md-header-links.active .header.links li a:hover {
  color: #d71923;
}
/********/
.slideDown .page-header {
  top: 0px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.slideDown .navigation ul {
  top: 0;
}
.page-wrapper .looknbuy-1column .look-data .actions .social-link-box .social-sharing {
  margin: 0;
  padding: 0;
  border: none;
}
.page-wrapper .looknbuy-1column .look-data .actions .social-link-box .social-sharing .twitter_button.social-button {
  margin-left: 0px;
}
.page-wrapper .shopbybrand-box .brand-filter-box .brand-filter-inner-box .brand-filter-right-box .filtr-search-box:before {
  content: "\e91f";
  font-family: 'md-ico-fgo';
  font-size: 17px;
}
.cms-fashiongo-homepage .page-main {
  padding-left: 40px;
  padding-right: 40px;
}
.shop-by-categories.favourite-accesories-main .category-list h3 span {
  font-size: 13px;
  float: left;
  width: 100%;
  color: #666;
  padding-top: 4px;
}
.homepage-main h2.title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #000;
}
.homepage-main .home-category-section.center-box {
  padding: 67px 0 50px 0;
}
.homepage-main .home-category-section.center-box .home-category-section.center-box .shop-your-favourite-accessories .block-content ul.content-category li span.btn {
  max-width: 51.4%;
}
.homepage-main .home-category-section .shop-by-categories,
.homepage-main .favourite-accesories-main .shop-by-categories {
  margin: 0 -15px;
}
.homepage-main .home-category-section .shop-by-categories .category-list,
.homepage-main .favourite-accesories-main .shop-by-categories .category-list {
  position: relative;
  margin: 0 15px;
}
.homepage-main .home-category-section .shop-by-categories .category-list .content-overlay,
.homepage-main .favourite-accesories-main .shop-by-categories .category-list .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 3px;
}
.homepage-main .home-category-section .shop-by-categories .category-list .content-overlay .content-overlay-border,
.homepage-main .favourite-accesories-main .shop-by-categories .category-list .content-overlay .content-overlay-border {
  border: 1px solid #fff;
  width: 90%;
  height: 90%;
  margin: 4% 5% 5% 5%;
  opacity: 0.2;
  border-radius: 4px;
}
.homepage-main .home-category-section .shop-by-categories .category-list .btn,
.homepage-main .favourite-accesories-main .shop-by-categories .category-list .btn {
  height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  background-color: #d32f2f;
  float: left;
  width: 100%;
  max-width: 47%;
  margin: 0 auto;
  float: none;
  color: #fff;
  font-weight: bold;
  padding: 11px 0px;
  position: absolute;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 42%;
  border-radius: 5px;
  opacity: 0;
  min-width: 120px;
}
.homepage-main .home-category-section .shop-by-categories .category-list .btn:hover,
.homepage-main .favourite-accesories-main .shop-by-categories .category-list .btn:hover {
  background-color: #fff;
  color: #d32f2f;
}
.homepage-main .home-category-section .shop-by-categories .category-list:hover .btn,
.homepage-main .favourite-accesories-main .shop-by-categories .category-list:hover .btn {
  opacity: 1;
}
.homepage-main .home-category-section .shop-by-categories .category-list:hover .content-overlay,
.homepage-main .favourite-accesories-main .shop-by-categories .category-list:hover .content-overlay {
  opacity: 1;
}
.homepage-main .home-category-section .shop-by-categories .category-list h3,
.homepage-main .favourite-accesories-main .shop-by-categories .category-list h3 {
  display: inline-block;
  width: 100%;
  margin: 15px 0 0 0;
  text-align: center;
  vertical-align: top;
}
.homepage-main .home-category-section .shop-by-categories .category-list h3 a,
.homepage-main .favourite-accesories-main .shop-by-categories .category-list h3 a {
  color: #333333;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
.homepage-main .home-category-section .shop-by-categories .category-list h3 span,
.homepage-main .favourite-accesories-main .shop-by-categories .category-list h3 span {
  font-size: 13px;
  float: left;
  width: 100%;
  padding-top: 4px;
}
.homepage-main .home-category-section .shop-by-categories .category-list img,
.homepage-main .favourite-accesories-main .shop-by-categories .category-list img {
  display: inline-block;
  vertical-align: top;
}
.homepage-main .md-home-promo-banner,
.homepage-main .big-banner-section {
  margin: 30px -15px 0;
}
.homepage-main .md-home-promo-banner .banner-block,
.homepage-main .big-banner-section .banner-block {
  margin: 0 15px;
}
.homepage-main .md-home-promo-banner .banner-block img,
.homepage-main .big-banner-section .banner-block img {
  width: 100%;
  display: bock;
}
.homepage-main .favourite-accesories-main .shop-by-categories {
  margin: 0 -38px;
}
.homepage-main .favourite-accesories-main .shop-by-categories .category-list {
  margin: 0 38px;
}
.homepage-main .favourite-accesories-main .shop-by-categories .category-list .btn {
  top: 36%;
}
.homepage-main .home-banner-section.center-box {
  width: 100%;
}
.homepage-main .home-banner-section.center-box .category-banner-section a {
  float: left;
  width: 49%;
}
.homepage-main .home-banner-section.center-box .category-banner-section a:last-child {
  float: right;
  text-align: right;
}
.homepage-main .mobile-banner {
  display: none;
}
.homepage-main .home-banner-section.center-box {
  width: 100%;
  padding: 0 0 0px 0;
}
.homepage-main .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info:hover .action.towishlist {
  opacity: 1;
}
.homepage-main .section_slider_block.center-box.home-new-pro {
  padding: 30px 0 0px 0;
  width: 100%;
}
.homepage-main .section_slider_block.center-box.home-new-pro .product-image-wrapper .top_left {
  left: 5px;
}
.homepage-main .section_slider_block.center-box.home-new-pro h3 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-transform: capitalize;
}
.homepage-main .section_slider_block.center-box.home-new-pro .home-new-pro-grid ol li.product-item-popular .product-item-info .product-item-details span.old-price.no-display {
  display: block;
}
.homepage-main .section_slider_block.center-box.home-new-pro .home-new-pro-grid .block-products-list {
  position: relative;
}
.homepage-main .section_slider_block.center-box.home-new-pro .home-new-pro-grid .block-products-list .slick-nav {
  display: unset;
  margin: 10px auto 30px auto;
  margin: 0;
  height: 0;
  font-size: 0;
  padding: 0;
}
.homepage-main .section_slider_block.center-box.home-new-pro .home-new-pro-grid .block-products-list .slick-nav .control-nav span.line-big {
  display: none;
}
.homepage-main .section_slider_block.center-box.home-new-pro .home-new-pro-grid .block-products-list .slick-nav .control-nav span.line-small {
  display: none;
}
.homepage-main .section_slider_block.center-box.home-new-pro .home-new-pro-grid .block-products-list .slick-nav .control-nav.prev a.wed-slick-prev.arrow.slick-arrow {
  position: absolute;
  left: -0px;
  top: 50%;
  border-radius: 30px;
  border: 1px solid #ccc;
  width: 30px;
  height: 30px;
  background-color: #fff;
  z-index: 2;
  transform: translate(0px, -50%);
}
.homepage-main .section_slider_block.center-box.home-new-pro .home-new-pro-grid .block-products-list .slick-nav .control-nav.prev a.wed-slick-prev.arrow.slick-arrow:before {
  font-size: 15px;
  font-weight: bolder;
  padding: 0 7px;
  line-height: 29px;
}
.homepage-main .section_slider_block.center-box.home-new-pro .home-new-pro-grid .block-products-list .slick-nav .control-nav.next a.wed-slick-next.arrow.slick-arrow {
  position: absolute;
  right: -4px;
  top: 50%;
  border-radius: 30px;
  border: 1px solid #ccc;
  width: 30px;
  height: 30px;
  background-color: #fff;
  z-index: 2;
  transform: translate(0px, -50%);
}
.homepage-main .section_slider_block.center-box.home-new-pro .home-new-pro-grid .block-products-list .slick-nav .control-nav.next a.wed-slick-next.arrow.slick-arrow:before {
  font-size: 15px;
  font-weight: bolder;
  padding: 0 7px;
  line-height: 29px;
}
.homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular {
  padding: 0px 15px!important;
  margin: 0px 0 0px 0;
  text-align: left;
  max-width: 100%;
  text-align: center;
  float: left;
}
.homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-image-container {
  width: 100% !important;
  border: 0;
  overflow: hidden;
  border-radius: 10px;
}
.homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-image-wrapper {
  background-color: transparent;
}
.homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info {
  border: 0;
  width: auto;
  max-width: 300px;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 55px;
}
.homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .product-image-photo {
  max-width: 100%;
}
.homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .action.towishlist {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 30;
  opacity: 0;
}
.homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .action.towishlist:before {
  content: '\e943';
  font-family: 'md-ico-fgo';
  font-size: 23px;
  color: #000;
}
.homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .product-item-details {
  text-align: left;
  padding: 0 20px 20px 20px;
}
.homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .product-item-details .product-item-inner .actions {
  display: none;
}
.homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .product-item-details .product-item-name {
  margin: 0 0 12px 0;
}
.homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .product-item-details .product-item-name a {
  line-height: 22px;
  color: #000;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 44px;
}
.homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .product-item-details .product-item-name a:hover {
  color: #D32F2F;
}
.homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .product-item-details .price-box.price-final_price .price {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: 800;
}
.homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .product-item-details .price-box.price-final_price span.normal-price {
  float: left;
  padding-right: 8px;
}
.homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .product-item-details .price-box.price-final_price span.old-price .price {
  font-size: 16px;
  line-height: 22px;
  color: #ccc;
  font-weight: normal;
}
.homepage-main .grid .product-items li .product-item-info:hover .product-item-inner {
  opacity: 1;
}
.homepage-main .grid .product-items li .swatch-attribute .swatch-attribute-label {
  display: none;
}
.homepage-main .grid .product-items li .swatch-attribute span.swatch-attribute-selected-option {
  padding-left: 0;
}
.homepage-main .home-category-section.center-box.favourite-accesories-main .shop-your-favourite-accessories .block-content ul.content-category li .content-overlay {
  height: 98%;
}
.homepage-main .home-category-section.center-box.favourite-accesories-main .shop-your-favourite-accessories .block-content ul.content-category li .content-overlay .content-overlay-border {
  width: 91%;
  height: 90%;
  margin: 4% 4% 5% 4%;
}
.homepage-main .home-category-section.center-box.favourite-accesories-main .shop-your-favourite-accessories .block-content ul.content-category li h3 span {
  color: #000000;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: normal;
  padding-top: 10px;
}
.homepage-main .home-category-section.center-box.favourite-accesories-main .shop-your-favourite-accessories .block-content ul.content-category li h3 span:hover {
  color: #d32f2f;
}
.homepage-main .home-category-section.center-box.feature-brand-main {
  padding: 30px 0 0px 0;
}
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .amslider.ambrands-slider,
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .amslider.am-brand-slider {
  max-width: 100% !important;
  padding: 0px !important;
}
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .amslider.ambrands-slider .swiper-pagination,
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .amslider.am-brand-slider .swiper-pagination {
  display: none;
}
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .amslider.ambrands-slider .swiper-container,
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .amslider.am-brand-slider .swiper-container {
  width: 96%;
  margin: 0 auto;
}
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .amslider.ambrands-slider .swiper-container:after,
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .amslider.am-brand-slider .swiper-container:after {
  content: '';
  width: 5px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: -2px;
  top: 0;
  z-index: 999;
}
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .ambrands-slider-container,
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .am-slider-container .amslider-header-container {
  background-color: #fff !important;
  background: #fff !important;
}
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .amslider-header-container,
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider h3.am-slider-header {
  margin-bottom: 10px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0;
}
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider a.am-slider-header-link {
  float: right;
  margin-top: -70px;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
}
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider a.am-slider-header-link:hover {
  color: #D32F2F;
}
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .amslider.ambrands-slider .swiper-slide,
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .amslider.am-brand-slider .swiper-slide {
  border-right: 1px solid #f4f4f4;
  padding: 16px 0;
  margin: 0 5px!important;
}
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .amslider.ambrands-slider .swiper-slide:hover .ambrands-swiper-brand .ambrands-image-block > .ambrands-image,
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .amslider.am-brand-slider .swiper-slide:hover .ambrands-swiper-brand .ambrands-image-block > .ambrands-image,
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .amslider.ambrands-slider .swiper-slide:hover .swiper-brand .am-image-wrapper > .am-image,
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .amslider.am-brand-slider .swiper-slide:hover .swiper-brand .am-image-wrapper > .am-image {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 100%;
}
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .ambrands-swiper-brand .ambrands-image-block > .ambrands-image,
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .swiper-brand .am-image-wrapper > .am-image {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 30%;
}
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .swiper-button-prev,
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .swiper-container-rtl .swiper-button-next {
  left: 0px;
  background-size: 13px 22px;
  opacity: 30%;
  background-color: transparent;
  color: #000;
}
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .swiper-button-prev:hover,
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .swiper-container-rtl .swiper-button-next:hover {
  opacity: 100%;
}
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .amslider .swiper-button-prev {
  background-image: none;
}
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .amslider .swiper-button-prev:before {
  content: '\e919';
  font-family: 'md-ico-fgo';
  font-size: 27px;
  position: absolute;
  top: 5px;
}
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .amslider .swiper-button-next {
  right: 0px;
  background-size: 13px 22px;
  opacity: 30%;
  background-image: none;
  background-color: transparent;
  color: #000;
}
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .amslider .swiper-button-next:before {
  content: '\e901';
  font-family: 'md-ico-fgo';
  font-size: 27px;
  position: absolute;
  top: 5px;
}
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .amslider .swiper-button-next:hover {
  opacity: 100%;
}
.homepage-main .home-blog-section.center-box {
  max-width: 100%;
  width: 100%;
  padding: 0 0 20px 0;
  position: relative;
  margin-top: 30px;
}
.homepage-main .home-blog-section.center-box .view-all {
  position: absolute;
  right: 15px;
  top: 6px;
  z-index: 20;
}
.homepage-main .home-blog-section.center-box .view-all a {
  font-size: 14px;
  text-decoration: underline;
}
.homepage-main .home-blog-section.center-box .view-all a:hover {
  text-decoration: none;
  color: #d32f2f;
}
.homepage-main .home-blog-section.center-box h3 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 20px 0;
  position: relative;
  color: #000;
}
.homepage-main .home-blog-section.center-box h3 a {
  position: absolute;
  right: 0;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  margin-top: 10px;
}
.homepage-main .home-blog-section.center-box ul.post-list li.post-holder {
  margin: 0 1% 0 0;
  padding: 0;
  width: 49%;
  background-color: #f1f1f1;
  max-height: 400px;
  display: flex;
  box-shadow: none;
  border-radius: 3px;
}
.homepage-main .home-blog-section.center-box ul.post-list li.post-holder:last-child {
  margin-right: 0;
  float: right;
  text-align: right;
}
.homepage-main .home-blog-section.center-box ul.post-list li.post-holder:hover {
  box-shadow: none;
}
.homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-ftimg-hld {
  text-align: left;
  flex: 0 0 48%;
}
.homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-ftimg-hld img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 400px;
  border-radius: 3px 0 0 3px;
}
.homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content {
  /* float: @float-right; */
  /* width: 50%; */
  text-align: left;
  /* padding: 9% 3% 0 3%; */
  flex: 0 0 41.5%;
  margin: 0 auto;
  align-self: center;
}
.homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-title {
  width: 100%;
  padding-bottom: 0;
}
.homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-title a {
  text-decoration: none;
  font-size: 24px;
  color: #231f20;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-title a:hover {
  color: #D32F2F;
}
.homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-info span {
  font-style: normal;
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
}
.homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-info li.item {
  border-right: 1px solid #666666;
  margin: 0;
  line-height: 12px;
  padding-right: 10px;
  padding-left: 10px;
}
.homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-info li.item:after {
  display: none;
}
.homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-info li.item:last-child {
  border: 0;
}
.homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-info li.item:first-child {
  padding-left: 0;
}
.homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-info li.item span a {
  font-style: normal;
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
}
.homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-info li.item span a:hover {
  color: #D32F2F;
}
.homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-description {
  color: #666666;
  font-size: 15px;
  line-height: 22px;
}
.homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-description .post-text-hld {
  /* max-height: unset;*/
  min-height: auto;
  overflow: unset;
  margin-bottom: 20px;
}
.homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-description .post-text-hld div[data-content-type='html'] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-description .post-text-hld > div > div {
  padding: 0 !important;
  margin: 0 0 27px 0!important;
}
.homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-read-more {
  padding-top: 0;
  float: left;
  height: 40px;
  width: 150px;
  background-color: #D32F2F;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  line-height: 39px;
  border-radius: 4px;
  transition: 0.3s;
  padding: 0;
  border: 1px solid #D32F2F;
}
.homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-read-more:after {
  content: none;
}
.homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-read-more:hover {
  background-color: #fff;
  color: #D32F2F;
}
.homepage-main .fashiongo_instagram_feed .instagram-head span.insta-title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 37px 0;
}
.homepage-main .fashiongo_instagram_feed .instagram-head {
  text-align: center;
}
.homepage-main .fashiongo_instagram_feed .instagrampro-view #thumbnail-slider {
  padding: 0;
}
.homepage-main .fashiongo_instagram_feed .instagrampro-view #thumbnail-slider .owl-carousel .owl-item .instagram-slider-li.item {
  max-width: 300px;
  max-height: 197px;
}
.homepage-main .fashiongo_instagram_feed .instagrampro-view #thumbnail-slider img {
  border-radius: 0;
  position: unset;
}
.center-box.home-category-section {
  max-width: 100%;
  width: 100%;
}
.center-box.home-category-section .home-discount-sale {
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden;
}
.center-box.home-category-section .home-discount-sale > a img {
  max-width: none;
  float: right;
}
.center-box.home-category-section .cat-box {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
}
.center-box.home-category-section .cat-box > li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0px 5px 5px 5px;
}
.center-box.home-category-section .cat-box > li > a {
  background: #f2f2f2;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  color: #3b3b3c;
  font-size: 16px;
}
.center-box.home-category-section .cat-box > li > a .cat-image {
  float: left;
  width: 100%;
  overflow: hidden;
}
.center-box.home-category-section .cat-box > li > a .cat-image img {
  transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96) 0s;
  max-width: none;
}
.center-box.home-category-section .cat-box > li > a .cat-image img:hover {
  transform: scale(1.1);
}
.center-box.home-category-section .cat-box > li > a .cat-content {
  position: absolute;
  right: 30px;
  top: 30px;
  text-align: right;
}
.center-box.home-category-section .cat-box > li > a .cat-content span {
  display: inherit;
}
.center-box.home-category-section .cat-box > li > a .cat-content .cat-title {
  text-transform: uppercase;
}
.center-box.home-category-section .cat-box > li > a .cat-content .cat-sub-title {
  font-size: 14px;
  font-weight: 300;
  color: #737171;
}
.center-box.home-category-section .cat-box > li:nth-child(3) > a .cat-content,
.center-box.home-category-section .cat-box > li:nth-child(4) > a .cat-content {
  position: absolute;
  right: auto;
  left: 30px;
  text-align: left;
}
.center-box.home-category-section .cat-box > li:nth-child(3) > a .cat-image,
.center-box.home-category-section .cat-box > li:nth-child(4) > a .cat-image {
  text-align: right;
}
.cms-fashiongo-homepage .center-box.home-web-pro,
.cms-home .center-box.home-web-pro,
.cms-fashiongo-homepage .center-box.home-new-pro,
.cms-home .center-box.home-new-pro {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
}
.cms-fashiongo-homepage .center-box.home-web-pro > h3,
.cms-home .center-box.home-web-pro > h3,
.cms-fashiongo-homepage .center-box.home-new-pro > h3,
.cms-home .center-box.home-new-pro > h3 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget,
.cms-home .center-box.home-web-pro .block.widget,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget,
.cms-home .center-box.home-new-pro .block.widget {
  text-align: center;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav,
.cms-home .center-box.home-web-pro .block.widget .slick-nav,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav,
.cms-home .center-box.home-new-pro .block.widget .slick-nav {
  display: inline-block;
  margin: 10px auto 30px auto;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav .line-big,
.cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav .line-big,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav .line-big,
.cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav .line-big {
  position: relative;
  float: right;
  width: 176px;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav .line-big:before,
.cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav .line-big:before,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav .line-big:before,
.cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav .line-big:before {
  content: "";
  width: 176px;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: 18px;
  margin: -1px 0 0 0;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav .line-big:after,
.cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav .line-big:after,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav .line-big:after,
.cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav .line-big:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  top: 14px;
  left: -10px;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav .line-small,
.cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav .line-small,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav .line-small,
.cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav .line-small {
  width: 136px;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: 23px;
  margin: -1px 0 0 0;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav .arrow,
.cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav .arrow,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav .arrow,
.cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav .arrow {
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  width: 37px;
  height: 37px;
  float: right;
  background: #ffffff;
  z-index: 8;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav .arrow:before,
.cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav .arrow:before,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav .arrow:before,
.cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav .arrow:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav .arrow:hover,
.cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav .arrow:hover,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav .arrow:hover,
.cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav .arrow:hover {
  text-decoration: none;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav .arrow:before,
.cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav .arrow:before,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav .arrow:before,
.cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav .arrow:before {
  content: '\e913';
  color: #858585;
  font-size: 13px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  line-height: 35px;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav .arrow .arrow-inner,
.cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav .arrow .arrow-inner,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav .arrow .arrow-inner,
.cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav .arrow .arrow-inner {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav .arrow:hover,
.cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav .arrow:hover,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav .arrow:hover,
.cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav .arrow:hover,
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav .arrow:hover:before,
.cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav .arrow:hover:before,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav .arrow:hover:before,
.cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav .arrow:hover:before {
  color: #000000;
  border-color: #ffffff;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav .arrow.slick-hidden,
.cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav .arrow.slick-hidden,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav .arrow.slick-hidden,
.cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav .arrow.slick-hidden {
  display: none;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav .arrow.slick-hidden:before,
.cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav .arrow.slick-hidden:before,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav .arrow.slick-hidden:before,
.cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav .arrow.slick-hidden:before {
  opacity: 0;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav.next .line-big,
.cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav.next .line-big,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav.next .line-big,
.cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav.next .line-big {
  float: left;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav.next .line-big:after,
.cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav.next .line-big:after,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav.next .line-big:after,
.cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav.next .line-big:after {
  left: auto;
  right: -10px;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav.next .line-small,
.cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav.next .line-small,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav.next .line-small,
.cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav.next .line-small {
  right: auto;
  left: 0;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav.next .arrow,
.cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav.next .arrow,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav.next .arrow,
.cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav.next .arrow {
  float: left;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav.next .arrow:before,
.cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav.next .arrow:before,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav.next .arrow:before,
.cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav.next .arrow:before {
  content: '\e914';
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .block-content,
.cms-home .center-box.home-web-pro .block.widget .block-content,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .block-content,
.cms-home .center-box.home-new-pro .block.widget .block-content {
  clear: both;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .wed-product li,
.cms-home .center-box.home-web-pro .block.widget .wed-product li,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .wed-product li,
.cms-home .center-box.home-new-pro .block.widget .wed-product li,
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .new-product li,
.cms-home .center-box.home-web-pro .block.widget .new-product li,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .new-product li,
.cms-home .center-box.home-new-pro .block.widget .new-product li {
  margin: 0;
  padding: 0;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .products-grid .product-item .product-item-info,
.cms-home .center-box.home-web-pro .block.widget .products-grid .product-item .product-item-info,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .products-grid .product-item .product-item-info,
.cms-home .center-box.home-new-pro .block.widget .products-grid .product-item .product-item-info {
  position: relative;
  text-align: center;
  width: 100%;
  overflow: hidden;
  padding-bottom: 55px;
}
.home-men-collection-section {
  margin: 20px -30px 0 -30px;
  text-align: center;
}
.rating-summary .rating-result > span::before {
  color: #fac917;
}
/********Add to Cart and Icons******/
.cms-index-index .grid .product-items li {
  padding: 5px !important;
}
.homepage-main .section_slider_block.center-box.home-new-pro.red-bg .red-title {
  display: block;
  text-align: center;
}
.homepage-main .section_slider_block.center-box.home-new-pro.red-bg .red-title h3 {
  background-color: #fe4639;
  display: inline-block;
  color: #fff;
  padding: 10px 10px;
  text-transform: uppercase;
  font-size: 22px;
  border-radius: 10px;
}
.homepage-main .section_slider_block.center-box.home-new-pro.red-bg .red-title h3 span {
  font-weight: 300;
  border-left: 1px solid #fff;
  padding-left: 5px;
  margin-left: 5px;
  text-transform: capitalize;
}
.homepage-main .section_slider_block.center-box.home-new-pro.red-bg .red-title h3 svg {
  fill: #f4ff00;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.red-bg .grid .product-items li .product-item-info {
  border: 1px solid #fe453b !important;
}
.grid .product-items li .product-item-info {
  position: relative;
  width: 100%;
  border: 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 55px;
}
.grid .product-items li .product-item-info .product-item-inner {
  margin: 20px 0 0;
  opacity: 0;
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  padding: 0 20px;
}
.grid .product-items li .product-item-info .product-item-inner .product-item-actions {
  margin: 0 auto;
  display: inline-block;
  left: 0;
  right: 0;
  display: table;
  position: relative;
  text-align: center;
}
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .action {
  float: left;
  width: 47px;
  background: none;
  border: 0;
  border-radius: 0;
  background-color: rgba(35, 31, 32, 0.8);
  padding: 7px 0;
  margin: 3px 2px;
}
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .action .tocart {
  font-size: 0;
  background: transparent;
  padding: 0;
}
.grid .product-items li .product-item-info .product-item-inner .product-item-actions form.action {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  height: auto;
}
.grid .product-items li .product-item-info .product-item-inner .product-item-actions form.action .tocart {
  font-size: 15px;
  background-color: #000;
  width: 100%;
  padding: 10px 0;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: bold;
  height: 40px;
}
.grid .product-items li .product-item-info .product-item-inner .product-item-actions form.action .tocart:before {
  vertical-align: middle;
  margin-right: 0px;
  color: #fff;
  margin-top: -5px;
  content: "\e94b";
}
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .towishlist,
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocompare,
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .mdquickview,
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocart {
  font-size: 0;
}
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .towishlist:before,
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocompare:before,
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .mdquickview:before,
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocart:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .towishlist:hover,
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocompare:hover,
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .mdquickview:hover,
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocart:hover {
  text-decoration: none;
}
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .towishlist:before,
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocompare:before,
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .mdquickview:before,
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocart:before {
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .towishlist:hover:before,
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocompare:hover:before,
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .mdquickview:hover:before,
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocart:hover:before {
  transform: translateX(-1px) rotateY(-180deg);
  -ms-transform: translateX(-1px) rotateY(-180deg);
  -webkit-transform: translateX(-1px) rotateY(-180deg);
}
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocart:before {
  content: "\e908";
  color: #000000;
}
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocart:hover:before {
  color: #da191f;
}
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .towishlist:before {
  content: "\e943";
  color: #000000;
}
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .towishlist:hover:before {
  color: #da191f;
}
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocompare:before {
  content: "\e933";
  color: #000000;
}
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocompare:hover:before {
  color: #da191f;
}
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .mdquickview:before {
  content: "\e94e";
  color: #000000;
}
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .mdquickview:hover:before {
  color: #da191f;
}
.grid .product-items li .product-item-info .product-item-inner .product-item-actions .mage-error {
  position: absolute;
  z-index: 9;
  background: rgba(255, 0, 0, 0.5);
  color: #ffffff;
  top: -30px;
  padding: 3px 0;
  left: 0;
  right: 0;
}
.grid .product-items li .product-item-info .product-item-inner .actions {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}
.grid .product-items li .product-item-info .product-item-inner .actions a.action.tocompare,
.grid .product-items li .product-item-info .product-item-inner .actions a.action.mdquickview {
  display: none;
}
.grid .product-items li .product-item-details {
  padding: 0 20px 20px;
}
.grid .product-items li .product-item-name {
  margin: 0 0 20px 0;
}
.grid .product-items li .product-item-name a {
  font-size: 16px;
  font-weight: 400;
}
.grid .product-items li .rating-summary .rating-result:before {
  letter-spacing: -7px;
}
.grid .product-items li .rating-summary .rating-result > span:before {
  letter-spacing: -7px;
}
.grid .product-items li .product-reviews-summary {
  margin-bottom: 5px;
}
.grid .product-items li .product-reviews-summary .reviews-actions a {
  font-size: 15px;
  border-bottom: 1px solid #231f20;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
}
.grid .product-items li .product-reviews-summary .reviews-actions a:hover {
  border-bottom: 1px solid #000000;
}
.grid .product-items li .special-price,
.grid .product-items li .old-price {
  margin: 0 0px 0 0;
  padding: 0;
  display: block;
}
.grid .product-items li .special-price .price,
.grid .product-items li .price-box.price-final_price .price {
  font-size: 16px;
  color: #231f20;
  font-weight: 800;
}
.grid .product-items li .old-price .price {
  font-size: 14px;
  color: #595959;
}
.grid .product-items li .price-box.price-final_price {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px 0;
  position: inherit;
}
.grid .product-items li .swatch-attribute-options {
  margin: 0;
}
.grid .product-items li .swatch-attribute {
  display: inline-block;
  width: 100%;
  margin: 10px 0 0 0;
}
.grid .product-items li .swatch-attribute .swatch-option {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  min-width: inherit;
  min-height: inherit;
  vertical-align: top;
  margin: 0 7px 5px 0;
}
.grid .product-items li .swatch-attribute .swatch-option.color:after {
  border: 0 !important;
}
.grid .product-items li .whatsapp-list-container,
.grid .product-items li .pinterest-list-container,
.grid .product-items li .twitter-list-container {
  margin: 0 5px 5px 0;
  vertical-align: top;
}
.grid .product-items li .product-image-photo {
  max-width: 90%;
}
.product-items .product-image-wrapper .lower_left {
  bottom: inherit;
  top: 0;
}
.product-items .product-image-wrapper .lower_left .labeltype-text {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-items .product-image-wrapper .top_right {
  max-width: inherit;
}
.product-items .product-image-wrapper .top_right .labeltype-text {
  padding: 0 10px !important;
  height: 30px;
  line-height: 30px;
  background: #dc914f;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
}
/**************/
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.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: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin: 30px 0 0 0;
  text-align: center;
}
.page-footer .md-footer-copy {
  float: left;
  width: 100%;
  color: #ffffff;
  background: #191919;
  padding: 25px 0;
  font-size: 14px;
  font-weight: 300;
}
.page-footer .md-footer-copy .md-footer-copy-box {
  padding: 0 20px;
}
.page-footer .md-footer-copy small {
  font-size: 14px;
  opacity: 0.5;
}
.page-footer .md-footer-copy small span {
  font-size: 14px;
  color: #ffffff;
}
.page-footer .md-footer-copy small span:hover {
  color: #ffffff;
}
.page-footer .md-footer-copy .copyright {
  float: left;
  width: 100%;
  text-align: center;
}
.page-footer .md-footer-copy .md-footer-cms-links {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-footer .md-footer-copy .md-footer-cms-links > li {
  float: left;
  border-left: 1px solid #ffffff;
  line-height: 13px;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
}
.page-footer .md-footer-copy .md-footer-cms-links > li a {
  color: #ffffff;
  font-weight: 300;
}
.page-footer .md-footer-copy .md-footer-cms-links > li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.page-footer .md-footer-copy .md-footer-cms-links > li:first-child {
  border-left: 0;
}
.footer.content {
  margin-top: 25px;
  padding-bottom: 25px;
}
.page-footer .footer.content {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  margin: 0;
  background: #000000;
  padding: 30px 0 0 0;
}
.footer.content .links > li {
  margin: 0 0 6px;
}
.footer.content .links > li.title {
  margin-bottom: 20px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer.content .title {
  margin-bottom: 20px;
}
.footer.content .title > strong {
  font-weight: 600;
  font-size: 17px;
  color: #ffffff;
}
.footer.content .md-footer-container {
  float: left;
  text-align: left;
  width: 79%;
}
.footer.content .md-footer-container .links {
  width: 25%;
  float: left;
}
.footer.content .md-footer-container .links > li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
}
.footer.content .md-footer-container .links > li a:hover {
  color: #d71923;
  text-decoration: none;
}
.footer.content .footer-bottom-colored {
  max-width: 1317px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  clear: both;
}
.footer-info-banner-box {
  padding: 0;
  display: inline-block;
  margin: 0 0 -7px;
  max-width: 100%;
  width: 100%;
  background-color: #231f20;
}
.footer-info-banner {
  padding-left: 20px;
  padding-right: 20px;
  list-style: none;
  float: none;
  color: #3e3d3d;
  margin: 0 auto;
  max-width: 100%;
  width: 1320px;
}
.footer-info-banner .free-delivery,
.footer-info-banner .rewards,
.footer-info-banner .guarantee {
  float: left;
  color: #fff;
  position: relative;
  max-width: 100%;
  width: 33.333333%;
  box-sizing: border-box;
  text-align: center;
  min-height: 67px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 25px 0;
}
.footer-info-banner .free-delivery span,
.footer-info-banner .rewards span,
.footer-info-banner .guarantee span {
  display: inline-block;
  line-height: 16px;
}
.footer-info-banner .free-delivery span:before,
.footer-info-banner .rewards span:before,
.footer-info-banner .guarantee span:before {
  font-size: 45px;
  float: left;
  color: #fff;
  line-height: 16px;
  margin: 0 40px 0 0;
  font-family: 'md-ico-fgo';
}
.footer-info-banner .free-delivery.free-delivery span:before,
.footer-info-banner .rewards.free-delivery span:before,
.footer-info-banner .guarantee.free-delivery span:before {
  content: "\e90b";
}
.footer-info-banner .free-delivery.rewards span,
.footer-info-banner .rewards.rewards span,
.footer-info-banner .guarantee.rewards span {
  position: relative;
  padding-left: 87px;
}
.footer-info-banner .free-delivery.rewards span:before,
.footer-info-banner .rewards.rewards span:before,
.footer-info-banner .guarantee.rewards span:before {
  content: "\e90d";
  content: '';
  background-image: url(../../frontend/Magedelight/FashionGo/en_US/images/payment-icon-footer-top.png);
  width: 49px;
  display: block;
  height: 47px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -16px;
}
.footer-info-banner .free-delivery.guarantee span:before,
.footer-info-banner .rewards.guarantee span:before,
.footer-info-banner .guarantee.guarantee span:before {
  content: "\e90c";
}
.footer-info-banner .free-delivery:after,
.footer-info-banner .rewards:after,
.footer-info-banner .guarantee:after {
  background: #d1d1d1;
  content: "";
  height: 30px;
  position: absolute;
  right: 1px;
  top: 50%;
  margin: -15px 0 0 0;
  width: 1px;
}
.footer-info-banner .free-delivery:last-child:after,
.footer-info-banner .rewards:last-child:after,
.footer-info-banner .guarantee:last-child:after {
  display: none;
}
.page-header .switcher,
.page-footer .switcher {
  margin-right: 15px;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  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 {
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.block-banners-slider .Banner-showMO.Banner-hideDT.mobile-banner {
  display: none;
}
.block-banners-slider {
  position: relative;
}
.block-banners-slider .slick-slide img {
  width: 100%;
}
.block-banners-slider .slick-dots {
  position: absolute;
  bottom: 15px;
  padding: 0;
}
.block-banners-slider .slick-dots > li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.block-banners-slider .slick-dots > li button,
.block-banners-slider .slick-dots > li .cart.table-wrapper .actions-toolbar > .action {
  background: #000000;
  border: 2px solid #ffffff;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 10px;
  padding: 0;
  text-indent: -99999px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 10px;
}
.block-banners-slider .slick-dots > li button:hover,
.block-banners-slider .slick-dots > li .cart.table-wrapper .actions-toolbar > .action:hover {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
.block-banners-slider .slick-dots > li.slick-active button,
.block-banners-slider .slick-dots > li.slick-active .cart.table-wrapper .actions-toolbar > .action {
  background: #ffffff;
  border: 2px solid #ffffff;
}
.block-banners-slider .banner-desc {
  display: none;
}
.testimonial-index-index .form.create.account.form-create-account {
  width: 100%;
}
.testimonial-index-index .page-title {
  margin-bottom: 0;
}
.testimonial-index-index .page-title span {
  font-size: 18px;
  font-weight: 700;
}
.fieldset > .field.choice {
  position: relative;
}
.home-men-collection-section {
  clear: both;
}
.catalog-product-view .shopbybrand-box-productpage {
  display: none;
}
.catalog-category-view .shopbybrand-icon {
  display: none;
}
@media only screen and (max-width: 1275px) {
  .logo {
    padding-left: 15px;
  }
  .nav-sections .navigation li.level0 {
    margin: 0;
  }
  .nav-sections .navigation li.level0 .level-top {
    padding: 8px 40px 8px 15px;
    display: block;
  }
  .nav-sections .navigation li.level0.parent .level-top:after {
    top: auto;
    font-size: 14px;
    color: #ffffff;
    right: 15px;
  }
  .nav-sections .navigation li.level0.parent .level-top.ui-state-active:after {
    content: "\e921";
  }
  .nav-sections.sections .nav-sections-items {
    padding: 0 !important;
  }
  .nav-toggle {
    top: 10px;
    left: 15px;
  }
  .nav-toggle:before {
    color: #000000;
    font-size: 25px;
  }
  .nav-sections.sections .section-item-content .menu-container .menu > ul > li {
    padding: 8px 0;
    border-top: #ddd solid 1px;
    width: 100%;
  }
  .nav-sections.sections .section-item-content .menu-container .menu > ul > li.subscribe-now-menu {
    padding-left: 10px;
    padding-top: 18px;
  }
  .nav-sections.sections .section-item-content .menu-container .menu > ul > li.home {
    display: none;
  }
  .section-item-content .menu-container .menu > ul > li span.plus:before {
    content: '\f107';
  }
  .section-item-content .menu-container .menu > ul > li span.plus.active:before {
    content: '\f106';
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:nth-child(1) {
    width: 100%;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:nth-child(2) {
    width: 100%;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:nth-child(3) {
    width: 100%;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:nth-child(4) {
    width: 100%;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:last-child {
    width: 100%;
    display: none;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li > ul {
    padding: 4px 20px;
  }
  .nav-sections.sections .section-item-content .menu-container .menu > ul > li > ul > li h2 {
    margin: 5px 0;
  }
  .section-item-content .menu-container .menu > ul > li:hover > a:after {
    content: none;
  }
  .section-item-content .menu-container .menu > ul > li.menu-dropdown-icon:hover > a {
    color: #000000;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li.subscribe-now-menu a {
    background-image: url(../../frontend/Magedelight/FashionGo/en_US/images/bg-subscribenow.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 172px;
    color: #fff;
    max-height: 31px;
    line-height: 10px;
  }
  .section-item-content .menu-container .menu > ul > li > a {
    font-size: 15px;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li.subscribe-now-menu {
    background-image: none;
  }
  .sections.nav-sections .section-item-content .menu-container.horizontal-menu {
    border-bottom: 0;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
    border-bottom: 1px solid #F4F4F4;
  }
  .nav-sections .md-store-locator-icon.link:before {
    color: #fff;
  }
  .nav-sections.sections .section-item-content .menu-container .menu > ul > li > a {
    display: block;
    padding: 10px 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    text-align: left;
  }
  .nav-sections.sections .section-item-content .menu-container .menu ul li span.plus {
    top: 10px;
    right: 16px;
    color: #000;
    display: block;
    background: none;
  }
  .section-item-content .menu-container .menu > ul > li:hover > ul {
    display: none;
  }
  .nav-sections.sections .nav-sections-item-title.active {
    border-bottom: 5px solid #d32f2f;
    position: relative;
  }
  .section-item-content .menu-container .menu > ul > li > ul {
    position: relative;
    box-shadow: none;
    border: none;
    border-top: #ddd solid 1px;
    padding: 16px;
    width: 100% !important;
  }
  .nav-sections.sections .section-item-content .menu-container .menu > ul > li ul {
    top: 0;
    margin: 0;
  }
  .nav-sections.sections {
    background-color: #fff;
  }
  .nav-sections.sections .nav-sections-item-title {
    background: #fff;
    border-bottom: 5px solid #f4f4f4;
    float: left;
    height: auto;
    padding-top: 0px;
    text-align: center;
    width: 50%;
    padding: 15px 0;
    text-transform: uppercase;
    border: 0;
    font-size: 16px;
  }
  .nav-sections.sections .nav-sections-item-title {
    border-bottom: 5px solid #f4f4f4;
  }
  .nav-sections-item-title .nav-sections-item-switch {
    color: #999999;
    font-size: 18px;
    font-weight: bold;
  }
  .nav-sections-item-title.active .nav-sections-item-switch {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
  }
  .nav-sections.sections .nav-sections-item-content {
    padding: 0;
    position: relative;
  }
  .nav-sections.sections .section-item-content .menu-container .menu > ul > li:first-child {
    border-top: 0;
  }
  .nav-sections .header.links li a {
    text-transform: uppercase;
    border-top: 0;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    padding: 17px 10px;
  }
}
@media only screen and (max-width: 1139px) {
  .footer-info-banner .guarantee,
  .footer-info-banner .free-delivery,
  .footer-info-banner .rewards {
    font-size: 1.3rem;
  }
  .footer-info-banner .guarantee span:before,
  .footer-info-banner .free-delivery span:before,
  .footer-info-banner .rewards span:before {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1081px) {
  .logo {
    padding-left: 30px;
  }
}
/****Ipad****/
@media only screen and (max-width: 1024px) {
  section.shop-by-categories .carousel figure {
    padding: 0;
  }
  section.shop-by-accessories,
  section.shop-by-categories {
    display: block;
    width: 100%;
    padding: 0 !important;
  }
  section.shop-by-accessories .shop-by-accessories-slider,
  section.shop-by-categories .shop-by-accessories-slider,
  section.shop-by-accessories .carousel,
  section.shop-by-categories .carousel {
    display: block;
    width: 100%;
  }
  section.shop-by-accessories .shop-by-accessories-slider button.slick-next.slick-arrow,
  section.shop-by-categories .shop-by-accessories-slider button.slick-next.slick-arrow,
  section.shop-by-accessories .carousel button.slick-next.slick-arrow,
  section.shop-by-categories .carousel button.slick-next.slick-arrow,
  section.shop-by-accessories .shop-by-accessories-slider .cart.table-wrapper .actions-toolbar > .action.slick-next.slick-arrow,
  section.shop-by-categories .shop-by-accessories-slider .cart.table-wrapper .actions-toolbar > .action.slick-next.slick-arrow,
  section.shop-by-accessories .carousel .cart.table-wrapper .actions-toolbar > .action.slick-next.slick-arrow,
  section.shop-by-categories .carousel .cart.table-wrapper .actions-toolbar > .action.slick-next.slick-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: 0 0;
    box-shadow: none;
    right: 2px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 30px;
    bottom: auto;
  }
  section.shop-by-accessories .shop-by-accessories-slider button.slick-prev.slick-arrow:before,
  section.shop-by-categories .shop-by-accessories-slider button.slick-prev.slick-arrow:before,
  section.shop-by-accessories .carousel button.slick-prev.slick-arrow:before,
  section.shop-by-categories .carousel button.slick-prev.slick-arrow:before,
  section.shop-by-accessories .shop-by-accessories-slider .cart.table-wrapper .actions-toolbar > .action.slick-prev.slick-arrow:before,
  section.shop-by-categories .shop-by-accessories-slider .cart.table-wrapper .actions-toolbar > .action.slick-prev.slick-arrow:before,
  section.shop-by-accessories .carousel .cart.table-wrapper .actions-toolbar > .action.slick-prev.slick-arrow:before,
  section.shop-by-categories .carousel .cart.table-wrapper .actions-toolbar > .action.slick-prev.slick-arrow:before {
    font-family: 'md-ico-fgo';
    color: #858585;
    content: '\e913';
    font-size: 15px;
    font-weight: bolder;
    padding: 0 7px;
    line-height: 29px;
  }
  section.shop-by-accessories .shop-by-accessories-slider button.slick-next.slick-arrow:before,
  section.shop-by-categories .shop-by-accessories-slider button.slick-next.slick-arrow:before,
  section.shop-by-accessories .carousel button.slick-next.slick-arrow:before,
  section.shop-by-categories .carousel button.slick-next.slick-arrow:before,
  section.shop-by-accessories .shop-by-accessories-slider .cart.table-wrapper .actions-toolbar > .action.slick-next.slick-arrow:before,
  section.shop-by-categories .shop-by-accessories-slider .cart.table-wrapper .actions-toolbar > .action.slick-next.slick-arrow:before,
  section.shop-by-accessories .carousel .cart.table-wrapper .actions-toolbar > .action.slick-next.slick-arrow:before,
  section.shop-by-categories .carousel .cart.table-wrapper .actions-toolbar > .action.slick-next.slick-arrow:before {
    font-family: 'md-ico-fgo';
    color: #858585;
    content: '\e914';
    font-size: 15px;
    font-weight: bolder;
    padding: 0 7px;
    line-height: 29px;
  }
  section.shop-by-accessories .shop-by-accessories-slider button.slick-prev.slick-arrow,
  section.shop-by-categories .shop-by-accessories-slider button.slick-prev.slick-arrow,
  section.shop-by-accessories .carousel button.slick-prev.slick-arrow,
  section.shop-by-categories .carousel button.slick-prev.slick-arrow,
  section.shop-by-accessories .shop-by-accessories-slider .cart.table-wrapper .actions-toolbar > .action.slick-prev.slick-arrow,
  section.shop-by-categories .shop-by-accessories-slider .cart.table-wrapper .actions-toolbar > .action.slick-prev.slick-arrow,
  section.shop-by-accessories .carousel .cart.table-wrapper .actions-toolbar > .action.slick-prev.slick-arrow,
  section.shop-by-categories .carousel .cart.table-wrapper .actions-toolbar > .action.slick-prev.slick-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: 0 0;
    box-shadow: none;
    left: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 30px;
    bottom: auto;
  }
  section.shop-by-accessories ul.slick-dots li.slick-active button,
  section.shop-by-categories ul.slick-dots li.slick-active button,
  section.shop-by-accessories ul.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
  section.shop-by-categories ul.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action {
    background: #666;
  }
  .slick-dots li button,
  .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
  .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
    width: 10px;
    height: 10px;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }
  .page-header .header.panel .top-sale {
    width: 67%;
  }
  .page-header .header.panel .header-top-right-section {
    float: right;
    width: 33%;
  }
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions form.action .tocart {
    font-size: 13px;
  }
  .block-banners-slider .slick-dots > li {
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }
  .block-banners-slider .slick-dots > li button,
  .block-banners-slider .slick-dots > li .cart.table-wrapper .actions-toolbar > .action {
    width: 10px;
    height: 10px;
  }
  .center-box.home-category-section .cat-box > li {
    width: 100%;
  }
  .center-box.home-category-section .cat-box > li > a {
    height: 136px;
  }
  .home-men-collection-section {
    margin: 0px;
  }
}
@media only screen and (max-width: 991px) {
  footer.page-footer .footer-flex {
    display: unset;
  }
  footer.page-footer .footer-flex .follow-us > div {
    display: unset;
    align-items: center;
  }
  footer.page-footer .footer-flex .payment-method > div {
    display: unset;
  }
  footer.page-footer .footer-flex .follow-us {
    text-align: left;
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  footer.page-footer .footer-flex .follow-us ul {
    padding-left: 12px;
  }
  footer.page-footer .footer-flex .payment-method {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  footer.page-footer .footer-flex .payment-method ul li {
    margin-bottom: 8px;
  }
  footer.page-footer .footer-flex .download-app {
    float: left;
    width: 100%;
  }
  footer.page-footer .footer-flex .download-app h3 {
    margin: 0;
    padding-top: 17px;
  }
  footer.page-footer .footer-bottom-newsletter {
    max-width: 100%;
    margin: 0 auto;
    padding: 22px 15px;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .title {
    float: left;
    width: 100%;
    padding-left: 0;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .title strong {
    font-size: 22px;
    color: #231f20;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .title span {
    font-size: 16px;
    color: #666666;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content {
    float: left;
    width: 100%;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container .actions button,
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container .actions .cart.table-wrapper .actions-toolbar > .action {
    width: 102px;
    height: 40px;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container input {
    height: 40px;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container input::-webkit-input-placeholder {
    color: #afaeae;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container input:-moz-placeholder {
    color: #afaeae;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container input::-moz-placeholder {
    color: #afaeae;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container input:-ms-input-placeholder {
    color: #afaeae;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container input:-moz-placeholder {
    color: #c2c2c2;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container input::-moz-placeholder {
    color: #c2c2c2;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content input::-webkit-input-placeholder {
    color: red;
  }
  .nav-sections.sections .nav-sections-items {
    padding: 16px 10px 14px 10px;
  }
  .section-item-content .menu-container .menu > ul > li {
    margin: 0 15px 0 0px;
  }
}
@media only screen and (max-width: 880px) {
  .modal-popup .modal-footer button,
  .modal-popup .modal-footer .cart.table-wrapper .actions-toolbar > .action {
    margin: 5px 0;
  }
  .section-item-content .menu-container .menu > ul > li {
    margin: 0 10px 0 0px;
  }
  .section-item-content .menu-container .menu > ul > li > a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 825px) {
  .page-header .header.content {
    padding-bottom: 10px;
  }
  .message.global.cookie.ktpl-gdpr-cookie-notice {
    bottom: 15px !important;
    left: 15px !important;
    right: 15px !important;
    padding: 15px !important;
    width: auto !important;
  }
  .section-item-content .menu-container .menu > ul > li {
    margin: 0 10px 0 0px;
  }
  .section-item-content .menu-container .menu > ul > li a {
    font-size: 13px;
  }
  .footer-info-banner .free-delivery,
  .footer-info-banner .rewards,
  .footer-info-banner .guarantee {
    padding: 10px 0 10px 0;
  }
  .footer-info-banner .free-delivery span,
  .footer-info-banner .rewards span,
  .footer-info-banner .guarantee span {
    width: 100%;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
  }
  .footer-info-banner .free-delivery span:before,
  .footer-info-banner .rewards span:before,
  .footer-info-banner .guarantee span:before {
    margin: 0 0 10px 0;
    width: 100%;
    line-height: normal;
    font-size: 40px;
    font-weight: normal;
  }
  /********Add to Cart and Icons******/
  .grid .product-items li {
    padding: 5px;
  }
  .grid .product-items li .product-item-info .product-reviews-summary {
    display: none !important;
  }
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action.towishlist:before,
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action.tocompare:before,
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action.mdquickview:before,
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action .tocart:before {
    font-size: 16px;
  }
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocart:before {
    font-size: 16px;
  }
}
/****Mobile****/
@media only screen and (min-width: 991px) {
  footer.page-footer .md-footer-container .md-footer-links .links ul {
    display: block !important;
  }
  .footer.content .footer-bottom-colored ul {
    display: block !important;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1275px) {
  .page-header .header.content .header-right-section .md-store-locator-icon.link {
    padding-right: 18px;
  }
  .page-header .header.content .header-right-section .md-header-links .welcome {
    margin: 0 26px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .homepage-main .home-category-section.center-box.feature-brand-main .amslider .swiper-button-prev {
    left: -10px;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main .amslider .swiper-button-next {
    right: -10px;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main .amslider .swiper-brand .am-image-wrapper > .am-image {
    max-width: 90px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .page-header .header.content {
    padding: 7px 20px!important;
  }
  .page-header .header.content .header-right-section .wishlist-icon.header ul li.link.wishlist a:before {
    padding-right: 0px;
  }
  .cms-fashiongo-homepage .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-header .header.panel .top-sale {
    width: 100%;
    float: left;
    max-width: 100%;
    text-align: center;
  }
  .page-header .header.panel .header-top-right-section {
    float: right;
    width: 100%;
    margin: 7px 0 0 0;
  }
  .page-header .header.content .block.block-search {
    margin: 10px 0 0 12px;
    width: 49%;
    width: 45%;
  }
  .page-header .header.content .header-right-section {
    width: 24%;
  }
  .page-header .header.content .header-right-section .md-store-locator-icon.link {
    display: none;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li > a {
    margin-right: 10px;
    padding: 14px 6px;
  }
  .nav-sections.sections .nav-sections-items {
    padding: 0 10px;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:nth-child(1) {
    width: 18%;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:nth-child(2) {
    width: 18%;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:nth-child(3) {
    width: 18%;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:nth-child(4) {
    width: 18%;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:last-child {
    width: 27%;
  }
  .homepage-main .home-banner-section.center-box .md-home-promo-banner a {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
  }
  .homepage-main .home-banner-section.center-box .md-home-promo-banner a:last-child {
    float: left;
    text-align: left;
    margin: 0;
  }
  .homepage-main .home-banner-section.center-box .md-home-promo-banner a img {
    width: 100%;
  }
  .homepage-main .home-category-section.center-box .shop-by-categories .block-content ul.content-category {
    display: unset;
  }
  .homepage-main .home-category-section.center-box .shop-by-categories .block-content ul.slick-dots li {
    width: auto;
    float: none;
  }
  .homepage-main .home-category-section.center-box .shop-by-categories .block-content ul.content-category li {
    margin: 0 5px;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular {
    /* margin: 0 5px; */
    max-width: 100%;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .product-image-photo {
    /* margin: 0 5px; */
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info {
    max-width: 100%;
  }
  .homepage-main .home-category-section.center-box.favourite-accesories-main .block-content ul.slick-dots {
    display: none !important;
  }
  .homepage-main .home-category-section.center-box.favourite-accesories-main {
    padding: 26px 0 0px 0;
  }
  .homepage-main .home-category-section.center-box.favourite-accesories-main ul.content-category li {
    margin: 0 5px;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main .amslider-header-container,
  .homepage-main .home-category-section.center-box.feature-brand-main a.am-slider-header-link {
    margin-top: -54px;
    font-size: 12px;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main .amslider.am-brand-slider {
    margin-bottom: 0px;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-title a {
    font-size: 22px;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-description {
    font-size: 14px;
    line-height: 18px;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-read-more {
    height: 35px;
    width: 130px;
    font-size: 14px;
    line-height: 36px;
  }
  .fashiongo_instagram_feed {
    padding: 20px 0 18px 0;
  }
  .fashiongo_instagram_feed .instagram-head span.insta-title {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 26px 0;
    padding-left: 36px;
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 0 3px;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container {
    max-width: 100%;
  }
  footer.page-footer .md-footer-container .md-footer-links div.title strong::after {
    font-size: 15px;
    top: 5px;
  }
  footer.page-footer .md-footer-container .md-footer-links div.title strong::after {
    font-size: 13px !important;
    top: 6px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1130px) {
  footer.page-footer .footer-flex .payment-method ul li {
    width: 47px;
    height: 37px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1254px) {
  footer.page-footer .md-footer-container .md-footer-links .links {
    padding: 0 0 0 50px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1370px) {
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-title a {
    text-decoration: none;
    font-size: 20px;
    color: #231f20;
    font-weight: bold;
    line-height: 19px;
    align-items: center;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-info span {
    font-style: normal;
    font-size: 11px;
    color: #666666;
    text-transform: uppercase;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-info li.item span a {
    font-style: normal;
    font-size: 11px;
    color: #666666;
    text-transform: uppercase;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-description {
    color: #666666;
    font-size: 13px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 991px) {
  footer.page-footer .md-footer-container {
    border-bottom: 1px solid #191919;
    margin-bottom: 30px;
  }
  footer.page-footer .md-footer-container .md-footer-intro {
    float: left;
    width: 100%;
    border-bottom: 1px solid #191919;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  footer.page-footer .md-footer-links {
    float: left;
    width: 100%;
    padding-left: 0;
    display: unset;
    justify-content: unset;
  }
  footer.page-footer .md-footer-links div.title strong {
    font-size: 16px;
  }
  footer.page-footer .links {
    margin-bottom: 15px;
    padding: 0;
    margin: 0px 0 20px 0;
    display: block;
  }
  footer.page-footer .footer-flex .follow-us h3,
  footer.page-footer .footer-flex .payment-method h3,
  footer.page-footer .footer-flex .download-app h3 {
    font-size: 17px;
    margin: 0 0 20px 0;
    display: block;
    float: left;
    width: 100%;
  }
  footer.page-footer .footer.content .footer-flex ul {
    display: block !important;
  }
  footer.page-footer .md-footer-container .md-footer-links div.title {
    position: relative;
  }
  footer.page-footer .md-footer-container .md-footer-links div.title strong::after {
    content: '\e92c';
    font-family: 'md-ico-fgo';
    float: right;
    font-size: 8px;
    position: absolute;
    right: 0;
    top: 10px;
  }
  footer.page-footer .md-footer-container .md-footer-links .active div.title strong::after {
    content: '\e92d';
    font-family: 'md-ico-fgo';
    float: right;
  }
  footer.page-footer .md-footer-container .md-footer-intro {
    float: left;
    width: 100%;
  }
  footer.page-footer .md-footer-container .md-footer-links {
    float: left;
    width: 100%;
    padding-left: 0;
    display: unset;
    justify-content: unset;
  }
  footer.page-footer .md-footer-container .md-footer-links .links {
    margin-bottom: 15px;
    display: block;
    padding: 0;
    width: 100%;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular,
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body section.shop-by-accessories,
  body section.shop-by-categories {
    padding: 0 15px;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main .amslider-header-container,
  .vas-home-title h2 {
    font-size: 20px !important;
  }
  .grid .product-items li .product-item-info .product-item-inner {
    top: auto !important;
    opacity: 1;
    padding: 0 10px;
    bottom: 10px;
  }
  .grid .product-items li .swatch-attribute .swatch-option {
    width: 24px;
    height: 24px;
  }
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions form.action .tocart {
    font-size: 12px;
    width: 100%;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro.red-bg .red-title h3 {
    font-size: 16px;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular {
    padding: 0 5px !important;
  }
  .shop-by-categories.latest-news-update .content-heading h2.title {
    font-size: 20px;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular:hover .product-item-info .product-item-details .product-item-inner .product-item-actions.actions {
    margin: 0;
    padding: 0;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular:hover .product-item-info .product-item-details .product-item-inner .product-item-actions.actions button.tocart.primary,
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular:hover .product-item-info .product-item-details .product-item-inner .product-item-actions.actions .cart.table-wrapper .actions-toolbar > .action.tocart.primary {
    width: 100%;
  }
  section.shop-by-accessories .shop-by-accessories-slider figure,
  section.shop-by-categories .shop-by-accessories-slider figure,
  section.shop-by-accessories .carousel figure,
  section.shop-by-categories .carousel figure {
    padding: 0;
  }
  .favourite-accesories-main .slick-slider .slick-dots {
    display: none !important;
  }
  .slick-dots {
    padding: 8px 0 0 0;
  }
  .slick-dots li {
    height: 10px;
    margin: 0 2px;
    width: 10px;
  }
  .slick-dots li button,
  .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
    height: 10px;
    width: 10px;
  }
  .homepage-main .md-home-promo-banner,
  .homepage-main .category-banner-section {
    display: none;
  }
  .homepage-main .md-home-promo-banner.mobile-banner,
  .homepage-main .category-banner-section.mobile-banner {
    display: block;
  }
  .homepage-main .md-home-promo-banner.mobile-banner a,
  .homepage-main .category-banner-section.mobile-banner a {
    text-align: center;
  }
  .homepage-main .md-home-promo-banner.mobile-banner a:last-child,
  .homepage-main .category-banner-section.mobile-banner a:last-child {
    float: left;
    text-align: center;
  }
  .homepage-main .md-home-promo-banner.mobile-banner a img,
  .homepage-main .category-banner-section.mobile-banner a img {
    width: 100%;
  }
  .ktpl-searchautocomplete__autocomplete._active {
    max-height: 465px;
    overflow-y: auto;
  }
  .ktpl-searchautocomplete__item.magento_catalog_product {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: initial;
  }
  .block.block-search form.active .field.search .control input {
    position: static;
    margin: 0 0 7px 8px;
  }
  .footer .block.newsletter .form.subscribe {
    width: 100%;
    position: relative;
    padding: 0 135px 0 0;
    text-align: left;
  }
  .footer .block.newsletter .form.subscribe .actions {
    position: absolute;
    right: 0;
    top: 0;
  }
  .columns .column.main {
    max-width: 100%;
  }
  .center-box.home-category-section .home-discount-sale {
    width: 100%;
  }
  .center-box.home-category-section .home-discount-sale > a img {
    max-width: 100%;
    float: left;
    padding: 5px;
    width: 100%;
  }
  .center-box.home-category-section .cat-box {
    width: 100%;
  }
  .center-box.home-category-section .cat-box > li > a {
    height: auto;
  }
  /**********/
  .cms-fashiongo-homepage .page-main,
  .cms-home .page-main {
    padding: 0 15px;
  }
  .cms-fashiongo-homepage .center-box.home-web-pro,
  .cms-home .center-box.home-web-pro,
  .cms-fashiongo-homepage .center-box.home-new-pro,
  .cms-home .center-box.home-new-pro {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header.content {
    padding-bottom: 20px;
  }
  .logo {
    float: left;
    margin: -12px 0 0px 44px;
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 100%;
    text-align: center;
    text-align: left;
    padding-left: 0;
  }
  .logo img,
  .logo .logo-link {
    display: inline-block;
  }
  .page-header .header.content {
    padding: 20px 12px 0px 12px!important;
  }
  .page-header .header.content .header-right-section {
    width: 22%;
    margin: 0;
  }
  .page-header .header.content .header-right-section .minicart-wrapper {
    margin: 0 0 0 14px;
  }
  .page-header .header.content .header-right-section .minicart-wrapper .action.showcart {
    margin: 0;
  }
  .footer-info-banner-box {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin: 0;
    float: left;
  }
  .footer-info-banner-box .footer-info-banner .rewards span {
    font-size: 10px;
    padding-left: 0;
    display: flex;
    flex-flow: column;
  }
  .footer-info-banner-box .footer-info-banner .rewards span:before {
    width: 40px;
    height: 33px;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 10px auto;
  }
  .footer-info-banner-box .footer-info-banner .free-delivery span,
  .footer-info-banner-box .footer-info-banner .guarantee span {
    font-size: 10px;
  }
  .footer-info-banner-box .footer-info-banner .free-delivery span:before,
  .footer-info-banner-box .footer-info-banner .guarantee span:before {
    font-size: 35px;
  }
  .footer-info-banner-box .footer-info-banner .free-delivery:after,
  .footer-info-banner-box .footer-info-banner .guarantee:after {
    top: 10px;
    margin: 0;
  }
  .page-wrapper .breadcrumbs .items {
    padding: 10px 0;
  }
  .block-banners-slider .slick-dots > li.slick-active button,
  .block-banners-slider .slick-dots > li.slick-active .cart.table-wrapper .actions-toolbar > .action,
  .block-banners-slider .slick-dots > li.slick-active .cart.table-wrapper .actions-toolbar > .action {
    background-color: #fff;
  }
  .block-banners-slider .slick-dots > li button,
  .block-banners-slider .slick-dots > li .cart.table-wrapper .actions-toolbar > .action,
  .block-banners-slider .slick-dots > li .cart.table-wrapper .actions-toolbar > .action {
    background-color: #000;
  }
  .shop-by-categories .slick-dots li.slick-active button,
  .shop-by-categories .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
  .shop-by-categories .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action {
    background: #666;
  }
  .homepage-main .feature-brand-main .am-brand-slider .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #666666;
    background-color: #fff;
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }
  .homepage-main .feature-brand-main .am-brand-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #666;
  }
  .homepage-main .home-category-section.center-box {
    padding: 12px 0 15px 0;
  }
  .homepage-main .home-category-section.center-box ul.slick-dots {
    padding: 5px 0 0 0;
  }
  .homepage-main .swiper-brand .am-image-wrapper,
  .homepage-main #amslider_id1952 .swiper-brand .am-image-wrapper > .am-image {
    max-width: 100% !important;
  }
  .homepage-main .amslider.am-brand-slider {
    margin: 0 !important;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main .swiper-brand .am-image-wrapper > .am-image {
    max-width: 100% !important;
  }
  .homepage-main h2.title,
  .homepage-main .section_slider_block.center-box.home-new-pro h3,
  .homepage-main .home-category-section.center-box.feature-brand-main .amslider-header-container,
  .homepage-main .home-category-section.center-box.feature-brand-main h3.am-slider-header,
  .homepage-main .home-blog-section.center-box h3 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
  }
  .homepage-main .shop-by-categories .block-content ul.content-category li {
    margin: 0 5px;
  }
  .homepage-main .home-banner-section.center-box .md-home-promo-banner a {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro {
    padding: 24px 0 5px 0;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .product-item-details {
    padding: 0 10px;
  }
  .homepage-main .home-banner-section.center-box .category-banner-section a {
    float: left;
    width: 100%;
    margin-bottom: 5px;
  }
  .homepage-main .home-category-section.center-box.favourite-accesories-main {
    padding: 22px 0 0px 0;
  }
  .homepage-main .home-category-section.center-box .shop-your-favourite-accessories .block-content ul.content-category li {
    margin: 0 5px;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main .am-slider-container .amslider-header-container {
    padding: 0;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main .am-slider-container .amslider.am-brand-slider .swiper-slide {
    padding: 0 10px;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main a.am-slider-header-link {
    display: none;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main .swiper-button-prev,
  .homepage-main .home-category-section.center-box.feature-brand-main .amslider .swiper-button-next {
    display: none;
  }
  .homepage-main .home-category-section.center-box .block-content ul.content-category {
    display: unset !important;
    justify-content: unset !important;
  }
  .homepage-main .home-category-section.center-box .shop-by-categories {
    margin-bottom: 0px;
  }
  .homepage-main .home-category-section.center-box .shop-by-categories .block-content ul.slick-dots li {
    width: unset;
    float: none;
  }
  .homepage-main .home-category-section.center-box .slick-dots li button,
  .homepage-main .home-category-section.center-box .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
  .homepage-main .home-category-section.center-box .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
    height: 10px;
    width: 10px;
    border: 1px solid #666666;
  }
  .homepage-main .home-category-section.center-box .slick-dots li.slick-active button,
  .homepage-main .home-category-section.center-box .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
  .homepage-main .home-category-section.center-box .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action {
    background: #666;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .product-image-photo {
    margin: 0 8px;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info:hover .action.towishlist {
    right: 10px;
    top: 10px;
  }
  .homepage-main .home-category-section.center-box.favourite-accesories-main .block-content ul.slick-dots {
    display: none !important;
  }
  .homepage-main .home-blog-section.center-box .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: unset;
  }
  .homepage-main .home-category-section.center-box .shop-by-categories .block-content ul.content-category li .set-overlay span.btn,
  .homepage-main .home-category-section.center-box .shop-your-favourite-accessories .block-content ul.content-category li span.btn {
    min-width: 90px;
    height: 30px;
    font-size: 13px;
    line-height: 9px;
  }
  .homepage-main .home-blog-section.center-box .slick-dots li button,
  .homepage-main .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
  .homepage-main .home-blog-section.center-box .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
    height: 10px;
    width: 10px;
    border: 1px solid #666666;
  }
  .homepage-main .home-blog-section.center-box .slick-dots li.slick-active button,
  .homepage-main .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
  .homepage-main .home-blog-section.center-box .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action {
    background: #666;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main .amslider .swiper-pagination {
    display: block !important;
  }
  .homepage-main .home-blog-section.center-box h3 a {
    display: none;
  }
  .homepage-main .home-blog-section.center-box .slick-dots {
    padding-bottom: 0;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder {
    display: flex !important;
    margin: 0 0 15px 0;
    padding: 0;
    max-height: unset;
    width: 100%;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-ftimg-hld {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0px;
    flex: 0 0 37%;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content {
    float: left;
    width: 100%;
    text-align: left;
    padding: 7px 16px 8px 16px;
    flex: 0 0 65%;
    flex-wrap: wrap;
    /* padding-top: 5px; */
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-title {
    width: 100%;
    padding: 0;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-title a {
    font-size: 18px;
    line-height: 14px;
    padding: 12px 0;
    color: #231F20;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-info {
    padding: 0 0 10px 0;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-info li.item {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-info li.item span {
    font-size: 13px;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-info li.item span a {
    font-size: 13px;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-description .post-text-hld {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
    color: #666;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-description .post-read-more {
    padding-top: 0;
    height: auto;
    width: auto;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    padding: 0 18px;
    margin-top: 15px;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-description .post-text-hld > div > div {
    padding: 0 !important;
    margin: 0 0 7px 0!important;
    display: unset !important;
  }
  .homepage-main .favourite-accesories-main .slick-prev:active,
  .homepage-main .favourite-accesories-main .slick-next:active,
  .homepage-main .favourite-accesories-main .slick-prev:focus,
  .homepage-main .favourite-accesories-main .slick-next:focus,
  .homepage-main .favourite-accesories-main .slick-prev:not(.primary),
  .homepage-main .favourite-accesories-main .slick-next:not(.primary) {
    background: transparent;
  }
  .homepage-main .favourite-accesories-main .slick-prev:before,
  .homepage-main .favourite-accesories-main .slick-next:before,
  .homepage-main .favourite-accesories-main .slick-prev:after,
  .homepage-main .favourite-accesories-main .slick-next:after {
    color: #858585;
    font-size: 22px;
  }
  .homepage-main .favourite-accesories-main .slick-prev,
  .homepage-main .favourite-accesories-main .slick-next {
    width: auto;
    height: auto;
    top: 44%;
  }
  .homepage-main .favourite-accesories-main .slick-prev {
    left: 0;
  }
  .homepage-main .favourite-accesories-main .slick-next {
    right: 0;
  }
  .homepage-main .home-category-section.center-box .shop-your-favourite-accessories .block-content ul.content-category li .set-overlay span.btn {
    height: auto;
  }
  #banners-slider .slick-slide img {
    width: 100%;
  }
  .fashiongo_instagram_feed {
    padding: 0px 0 18px 0;
  }
  .fashiongo_instagram_feed .instagram-head {
    margin-bottom: 10px;
  }
  .fashiongo_instagram_feed .instagrampro-view #thumbnail-slider .thumb {
    width: auto;
    height: auto;
    border-radius: 3px;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    object-fit: unset;
  }
  .fashiongo_instagram_feed .owl-carousel .item {
    height: auto;
  }
  .fashiongo_instagram_feed .instagrampro-view #mainimgdiv {
    height: auto;
  }
  .fashiongo_instagram_feed .instagram-head span.insta-title {
    padding-left: 30px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 15px 0;
    background-size: 25px;
    background-position: 0 2px;
  }
  .fashiongo_instagram_feed .instagrampro-view.clearer .owl-theme .owl-dots {
    display: none;
  }
  footer.page-footer .md-footer-container .md-footer-links div.title strong::after {
    font-size: 10px;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li.subscribe-now-menu {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #amslider_id5139 .ambrands-swiper-brand .ambrands-image-block,
  #amslider_id5139 .ambrands-swiper-brand .ambrands-image-block > .ambrands-image {
    max-width: 80px;
  }
  .page-footer #back-top {
    height: 30px;
    width: 30px;
    left: 10px;
    bottom: 10px;
  }
  .page-footer #back-top span.icon-uparrow {
    font-size: 10px;
    line-height: 14px;
    padding: 0px 0 0 0px;
  }
  .page-footer #back-top span.icon-uparrow:before {
    font-size: 30px;
    line-height: 10px;
    margin-top: 0;
    top: 2px;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .home-new-pro-grid .block-products-list .slick-nav .control-nav.prev a.wed-slick-prev.arrow.slick-arrow {
    left: -8px;
  }
  .header.content .header-right-section .switcher-currency .options.active .dropdown {
    min-width: 138px;
  }
  /*****Product Slider Arrow****/
  .block.crosssell .slick-nav .control-nav .line-big,
  .block.upsell .slick-nav .control-nav .line-big,
  .block.related .slick-nav .control-nav .line-big,
  .cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav .line-big,
  .cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav .line-big,
  .cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav .line-big,
  .cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav .line-big {
    width: 125px;
  }
  .block.crosssell .slick-nav .control-nav .line-big:before,
  .block.upsell .slick-nav .control-nav .line-big:before,
  .block.related .slick-nav .control-nav .line-big:before,
  .cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav .line-big:before,
  .cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav .line-big:before,
  .cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav .line-big:before,
  .cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav .line-big:before {
    width: 125px;
  }
  .block.crosssell .slick-nav .control-nav .line-big:after,
  .block.upsell .slick-nav .control-nav .line-big:after,
  .block.related .slick-nav .control-nav .line-big:after,
  .cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav .line-big:after,
  .cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav .line-big:after,
  .cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav .line-big:after,
  .cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav .line-big:after {
    top: 14px;
    left: -10px;
  }
  .block.crosssell .slick-nav .control-nav .line-small,
  .block.upsell .slick-nav .control-nav .line-small,
  .block.related .slick-nav .control-nav .line-small,
  .cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav .line-small,
  .cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav .line-small,
  .cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav .line-small,
  .cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav .line-small {
    width: 100px;
  }
  /****Home Discount***/
  .center-box.home-category-section .cat-box > li {
    width: 100%;
  }
  .center-box.home-category-section .cat-box > li > a .cat-content .cat-title {
    font-size: 14px;
    font-weight: 500;
  }
  .center-box.home-category-section .cat-box > li > a .cat-image img {
    max-width: 45%;
  }
  .page-footer .md-footer-copy .md-footer-cms-links > li {
    border: 0;
    margin: 0;
  }
}
.messages .message.success > div:before {
  font-family: 'md-ico-fgo';
}
@media (max-width: 1500px) {
  .homepage-main .favourite-accesories-main .shop-by-categories {
    margin: 0 -15px;
  }
  .homepage-main .favourite-accesories-main .shop-by-categories .category-list {
    margin: 0 15px;
  }
}
@media (max-width: 1150px) {
  .homepage-main .favourite-accesories-main .shop-by-categories,
  .homepage-main .home-category-section .shop-by-categories {
    margin: 0 -5px;
  }
  .homepage-main .favourite-accesories-main .shop-by-categories .category-list,
  .homepage-main .home-category-section .shop-by-categories .category-list {
    margin: 0 5px;
  }
}
@media (max-width: 1025px) {
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .action.towishlist {
    top: 10px;
    z-index: 9999999999999;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .action.towishlist:before {
    content: '\e943';
    font-family: 'md-ico-fgo';
    font-size: 23px;
    color: #000;
  }
  .homepage-main .md-home-promo-banner {
    margin: 30px 0px 0;
  }
  .homepage-main .md-home-promo-banner .pagebuilder-column-group {
    display: inline-block !important;
    width: 100%;
  }
  .homepage-main .md-home-promo-banner .pagebuilder-column-group .banner-block {
    width: 100% !important;
    margin: 10px 0;
  }
  .shop-by-categories .slick-slider {
    display: block !important;
  }
}
@media (max-width: 1023px) {
  .shop-by-categories .content-category {
    position: relative;
    display: inline-block !important;
  }
  .shop-by-categories .slick-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 22px;
    height: 35px;
    background: none;
    box-shadow: none;
  }
  .shop-by-categories .slick-arrow:before {
    line-height: 35px;
    font-family: 'md-ico-fgo';
    font-size: 22px;
    color: #858585;
  }
  .shop-by-categories .slick-arrow.slick-prev {
    left: 5px;
  }
  .shop-by-categories .slick-arrow.slick-prev:before {
    content: '\e913';
  }
  .shop-by-categories .slick-arrow.slick-next {
    right: 10px;
  }
  .shop-by-categories .slick-arrow.slick-next:before {
    content: '\e914';
  }
  .homepage-main .home-category-section .shop-by-categories {
    margin: 0;
  }
  .homepage-main .home-category-section .shop-by-categories .category-list img,
  .homepage-main .favourite-accesories-main .shop-by-categories .category-list img {
    width: 100%;
  }
  .homepage-main .favourite-accesories-main .shop-by-categories .category-list,
  .homepage-main .home-category-section .shop-by-categories .category-list {
    margin: 0;
    padding: 0 5px;
  }
  .homepage-main .favourite-accesories-main .slick-slide,
  .homepage-main .home-category-section .slick-slide {
    margin: 0 5px;
  }
}
@media screen and (max-width: 1360px) and (min-width: 1209px) {
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .product-item-details .price-box.price-final_price span.old-price .price {
    font-size: 12px;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .product-item-details .price-box.price-final_price .price {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .page-header {
    border: 0;
  }
  .page-header .header.content {
    display: flex;
    width: 100%;
  }
  .page-header .header.content .block.block-search {
    float: unset;
    width: unset;
    margin: 0;
  }
  .page-header .header.content .block.block-search .label {
    margin-top: 0;
  }
  .page-header .header.content .block.block-search .label:before {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    margin: 3px 0 0 0;
  }
  .page-header .header.content .header-right-section {
    width: unset;
  }
  .page-header .header.content .header-right-section .minicart-wrapper .action.showcart:before {
    font-size: 24px;
    line-height: 22px;
  }
  .page-header .header.content .header-right-section .wishlist-icon.header {
    display: none;
  }
  .page-header .header.content .header-right-section .md-store-locator-icon.link {
    display: none;
  }
  .homepage-main .home-category-section.center-box .block-content ul.content-category {
    display: inline-block !important;
  }
  .md-home-promo-banner,
  .big-banner-section {
    margin: 0px 0px 0;
  }
  .homepage-main .md-home-promo-banner .banner-block,
  .homepage-main .big-banner-section .banner-block {
    margin: 10px 0;
  }
  .homepage-main .home-category-section .shop-by-categories {
    margin: 0 -5px;
  }
}
@media only screen and (min-width: 2000px) {
  .shop-by-categories.favourite-accesories-main .category-list img,
  .shop-by-categories.home-category-section .category-list img {
    width: 100%;
  }
  .fashiongo_instagram_feed .instagrampro-view #thumbnail-slider img {
    max-width: 100%;
  }
  .fashiongo_instagram_feed .instagrampro-view #thumbnail-slider .owl-carousel .owl-item .instagram-slider-li.item {
    max-width: 100%;
  }
}
.account .column.main .form-wishlist-items .actions-toolbar {
  padding: 20px 0 0 0 !important;
  margin: 20px 0 0 0 !important;
}
.account .column.main .form-wishlist-items .actions-toolbar button,
.account .column.main .form-wishlist-items .actions-toolbar .cart.table-wrapper .actions-toolbar > .action {
  width: 127px;
  height: 35px;
  border: 1px solid #000;
  background: none;
  background: #000000;
  color: #ffffff;
  font-size: 12px !important;
  padding: 0 !important;
  vertical-align: top;
}
.account .column.main .form-wishlist-items .actions-toolbar button:hover,
.account .column.main .form-wishlist-items .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:hover {
  background: #d71923;
  color: #ffffff;
  border-color: #d71923;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.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 #d1d1d1;
}
.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 #d1d1d1;
}
.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 #d1d1d1;
}
.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;
}
.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;
  margin: 2px 0 10px 0;
  height: 50px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  border-radius: 4px;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.account .column.main .form-wishlist-items .comment-box textarea::-webkit-input-placeholder {
  color: #999 !important;
}
.account .column.main .form-wishlist-items .comment-box textarea::-moz-placeholder {
  color: #999 !important;
}
.account .column.main .form-wishlist-items .comment-box textarea:-ms-input-placeholder {
  color: #999 !important;
}
.account .column.main .form-wishlist-items .comment-box textarea:-moz-placeholder {
  color: #999 !important;
}
.account .column.main .form-wishlist-items .box-tocart .fieldset .product-item-actions .label,
.account .column.main .form-wishlist-items .box-tocart .fieldset .field.qty .label {
  color: #333;
  margin: 0 9px 0 0;
  padding: 0;
  line-height: 35px;
}
.account .column.main .form-wishlist-items .box-tocart .fieldset .product-item-actions .label span:after,
.account .column.main .form-wishlist-items .box-tocart .fieldset .field.qty .label span:after {
  content: '.';
}
.account .column.main .form-wishlist-items .box-tocart .fieldset .product-item-actions {
  margin: 0 !important;
  position: relative !important;
  right: auto;
}
.wishlist-index-index .products-grid .product-item .product-item-inner {
  position: relative;
}
.wishlist-index-index .products-grid .product-item-info .product-item-actions {
  position: absolute !important;
  right: 20px;
}
.wishlist-index-index .products-grid .product-item-info .product-item-actions a.action.edit {
  position: absolute;
  right: 5px;
  top: 9px !important;
}
.wishlist-index-index .products-grid .product-item-info .product-item-actions a.action.delete {
  position: absolute;
  right: 0px;
  top: 9px !important;
}
.wishlist-index-index .products-grid .product-item-info .box-tocart .fieldset .product-item-actions .actions-primary button,
.wishlist-index-index .products-grid .product-item-info .box-tocart .fieldset .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action {
  width: 106px;
  height: 35px;
  background: #000000;
  color: #ffffff;
  border: 1px solid #000;
}
.wishlist-index-index .products-grid .product-item-info .box-tocart .fieldset .product-item-actions .actions-primary button:hover,
.wishlist-index-index .products-grid .product-item-info .box-tocart .fieldset .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action:hover {
  background: #d71923;
  color: #ffffff;
  border-color: #d71923;
}
@media (max-width: 1300px) and (min-width: 767px) {
  .account .column.main .form-wishlist-items .box-tocart .fieldset .field.qty {
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
  }
  .wishlist-index-index .products-grid .product-item-info .box-tocart .fieldset .product-item-actions .actions-primary button,
  .wishlist-index-index .products-grid .product-item-info .box-tocart .fieldset .product-item-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action {
    margin-left: 0 !important;
  }
  .wishlist-index-index .products-grid .product-item-info .price-box,
  .wishlist-index-index .products-grid .product-item-info .product-item-inner {
    padding: 0 5px !important;
  }
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.mst-searchautocomplete__autocomplete {
  display: none !important;
  border: 0;
  position: absolute;
  top: 3.1rem;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0 0 1px 1px;
  min-height: 3.5rem;
  z-index: 1000;
  text-align: left;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
}
.mst-searchautocomplete__autocomplete._active {
  display: block !important;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
  display: none;
  position: absolute;
  top: 14px;
  left: 50%;
  margin-left: 0;
  transform: translate(-50%, 0%);
  width: 85px;
}
.mst-searchautocomplete__autocomplete._loading .mst-searchautocomplete__spinner {
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__empty-result {
  background: #e8e8e8;
  text-align: center;
  padding: 8px 10px;
  color: #333333;
  font-size: 1.2rem;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
  text-align: center;
  height: 45px;
  background-color: #D71921;
  border-radius: 0 0 4px 4px;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
  padding: 8px 10px;
  color: #333333;
  font-size: 1.2rem;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
  background: #e8e8e8;
  padding: 8px 10px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
  height: 45px;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
  display: none;
}
.mst-searchautocomplete__autocomplete ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mst-searchautocomplete__autocomplete ul li {
  margin: 0 21px;
  padding: 1rem 0;
  cursor: pointer;
}
.mst-searchautocomplete__autocomplete ul li:before,
.mst-searchautocomplete__autocomplete ul li:after {
  content: '';
  display: table;
}
.mst-searchautocomplete__autocomplete ul li:after {
  clear: both;
}
.mst-searchautocomplete__autocomplete ul li a.title {
  font-weight: 400;
  margin-bottom: 0;
  color: #333333;
  text-decoration: none;
}
.mst-searchautocomplete__autocomplete ul li._active a.title {
  text-decoration: underline;
}
.mst-searchautocomplete__index.popular .index-title {
  background: none;
  text-align: left;
  color: #999;
}
.mst-searchautocomplete__index.popular ul li {
  float: left;
  padding: .7rem 0 .7rem 1rem;
  margin: 0;
}
.mst-searchautocomplete__index.popular ul li a {
  font-size: 1.3rem;
  color: #575757;
}
.mst-searchautocomplete__index.popular ul li:hover {
  background: none;
  cursor: pointer;
}
.mst-searchautocomplete__index.popular ul li:hover a {
  text-decoration: underline;
}
.mst-searchautocomplete__item.magento_catalog_product {
  display: flex;
  border-bottom: 1px solid #f4f4f4;
  align-items: center;
  padding: 13px 0;
}
.mst-searchautocomplete__item.magento_catalog_product:last-child {
  border-bottom: none;
}
.mst-searchautocomplete__item.magento_catalog_product img {
  height: 7.5rem;
  max-width: 7.5rem;
  margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product .title {
  display: block;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .title a {
  color: #333333;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none !important;
}
.mst-searchautocomplete__item.magento_catalog_product .title .sku {
  color: #333333;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none !important;
}
.mst-searchautocomplete__item.magento_catalog_product .meta {
  flex-grow: 1;
  overflow: hidden;
  align-self: baseline;
}
.mst-searchautocomplete__item.magento_catalog_product .store {
  align-self: baseline;
}
.mst-searchautocomplete__item.magento_catalog_product .description {
  font-size: 1.2rem;
  color: #333333;
  height: 3rem;
  line-height: 1.5rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
  display: none;
}
.mst-searchautocomplete__item.magento_catalog_product .price {
  display: block;
  font-weight: 600;
  margin-left: 1rem;
  white-space: nowrap;
  font-size: 1.3rem;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  text-align: right;
  color: #000000;
}
.mst-searchautocomplete__item.magento_catalog_product .price .price-label {
  margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary {
  margin: 0;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary .reviews-actions {
  display: none;
}
.mst-searchautocomplete__item.magento_catalog_product .to-cart {
  float: right;
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.mst-searchautocomplete__item.magento_catalog_product._active {
  background: #fff !important;
}
.mst-searchautocomplete__item.magento_catalog_product._active .title a {
  text-decoration: underline;
}
.mst-searchautocomplete__item.magento_catalog_category a i {
  color: #333333;
  display: inline-block;
  margin: 0 .5rem;
  font-style: normal;
}
.mst-searchautocomplete__item.magento_search_query a {
  float: left;
}
.mst-searchautocomplete__item.magento_search_query .num_results {
  float: right;
  color: #333333;
}
.mst-searchautocomplete__highlight {
  font-weight: 400;
  color: #000;
}
.mst-searchautocomplete__spinner {
  position: relative;
  width: 186px;
  height: 20px;
  margin: auto;
}
.mst-searchautocomplete__spinner .spinner-item {
  position: absolute;
  top: 0;
  background-color: #d8d8d8;
  width: 20px;
  height: 20px;
  animation-name: bounce_fountainG;
  animation-duration: 0.645s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  transform: scale(0.3);
  border-radius: 15px;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-1 {
  left: 0;
  animation-delay: 0.256s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-2 {
  left: 20px;
  animation-delay: 0.3225s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-3 {
  left: 40px;
  animation-delay: 0.389s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-4 {
  left: 60px;
  animation-delay: 0.4555s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-5 {
  left: 80px;
  animation-delay: 0.522s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-6 {
  left: 100px;
  animation-delay: 0.5885s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-7 {
  left: 120px;
  animation-delay: 0.645s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-8 {
  left: 140px;
  animation-delay: 0.7115s;
}
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
.mst-search-autocomplete__typeahead-overlay {
  color: #aaa;
  top: 0;
  position: absolute !important;
  z-index: -1;
  left: 15px;
  border: 0 !important;
}
.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: 6px;
}
.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: 2px 0;
  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: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  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: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  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;
}
.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: 'icons-blank-theme';
  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: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'PT Sans';
  font-weight: 700;
  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: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@media only screen and (max-width: 769px) {
  .abs-checkout-tooltip-content-position-top-mobile {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .modals-wrapper .modal-popup .modal-header {
    padding-top: 2rem;
  }
  .modals-wrapper .modal-popup .modal-title {
    border-bottom: none;
    font-size: 18px;
    font-weight: 300;
  }
  .popup-tree .modal-footer .action,
  .popup-tree .modal-footer .action-primary {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .jstree li a > .field-tooltip {
    float: right;
    margin-right: -4rem;
    position: static;
  }
  .jstree li a > .field-tooltip .field-tooltip-content {
    left: 0;
    max-width: 90%;
    right: auto;
    top: 4.5rem;
    z-index: 20;
  }
  .jstree li a > .field-tooltip .field-tooltip-content:before,
  .jstree li a > .field-tooltip .field-tooltip-content:after {
    left: 6.1rem;
    right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart,
  .block-bundle-summary .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .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: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions {
    text-align: center;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .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 **/
  }
  .modal-popup.modal-slide._inner-scroll._show.md-newsletter-popup .modal-inner-wrap .modal-content {
    padding: 0;
  }
  .modal-popup.md-newsletter-popup.modal-slide._inner-scroll._show .modal-inner-wrap {
    min-height: auto;
    height: auto;
    background: #fff;
    overflow: hidden;
    margin: 20px;
  }
  .modal-popup.md-newsletter-popup.modal-slide._inner-scroll._show {
    overflow-y: auto;
    left: 0;
  }
  .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 {
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .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;
  }
  .checkout-container .opc-estimated-wrapper {
    margin-top: 10px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: -12px;
  }
  .amscroll-backtotop-block.-mobile-arrow {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-arrow:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-arrow:after {
    width: 14px;
    height: 28px;
    background: url('../../frontend/Magedelight/FashionGo/en_US/Amasty_Scroll/images/arrow.svg');
  }
  .amscroll-backtotop-block.-mobile-arrow .amscroll-text {
    display: none;
  }
  .amscroll-backtotop-block.-mobile-text {
    padding-right: 7px;
    border-radius: 100px;
    transform: rotate(-90deg) translate(60px, 60px);
  }
  .amscroll-backtotop-block.-mobile-text:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-text:after {
    width: 24px;
    height: 24px;
    background: url('../../frontend/Magedelight/FashionGo/en_US/Amasty_Scroll/images/chevron.svg');
  }
  .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-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .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) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 0px 0;
  }
  .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,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .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: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .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%;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    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;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 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;
  }
  .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;
  }
  .page-products .sidebar-main.sidebar .block-actions.filter-actions,
  .page-products .sidebar-main.sidebar .block-content.filter-content .title-content-header {
    display: block;
  }
  .filter-active div#whatsappchat {
    display: none;
  }
  .page-products .sidebar-main.sidebar .block-actions.filter-actions {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
  }
  .page-products .sidebar-main.sidebar .block-actions.filter-actions button.action.apply.filter-apply,
  .page-products .sidebar-main.sidebar .block-actions.filter-actions .cart.table-wrapper .actions-toolbar > .action.action.apply.filter-apply {
    width: 50%;
    background-color: #ff4538;
    border-radius: 0;
    font-weight: 700;
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 14px;
  }
  .page-products .sidebar-main.sidebar .block-actions.filter-actions a.action.clear.filter-clear {
    background-color: #000;
    padding: 0;
    width: 50%;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 20px 0;
    font-size: 14px;
    text-transform: uppercase;
  }
  .filter-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 28px;
    color: #000;
    cursor: pointer;
    z-index: 10;
  }
  .filter-content {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
  }
  body.filter-active .filter-content {
    transform: translateX(0);
  }
  .filter-active .page-wrapper header.page-header {
    z-index: 0;
    position: relative;
  }
  .filter-active #back-top,
  .page-with-filter.page-products.filter-active .page-wrapper .category-slider-box main.page-main .category-slider .slick-prev,
  .page-with-filter.page-products.filter-active .page-wrapper .category-slider-box main.page-main .category-slider .slick-next {
    z-index: 0 !important;
  }
  .catalog-category-view.page-products.page-layout-2columns-left .sidebar-main.sidebar {
    width: 100%;
  }
  body .page-wrapper .block.filter .block-content.filter-content {
    top: 0;
    padding: 0 17px;
  }
  body .page-wrapper .block.filter .filter-title strong {
    top: 0;
  }
  body .page-wrapper .block.filter .block-content.filter-content .title-content-header {
    border-bottom: 1px solid #eee;
  }
  body .page-wrapper .block.filter .block-content.filter-content .title-content-header h3 {
    margin: 0;
    font-weight: 600;
    padding: 15px 0;
    color: #000;
  }
  body .page-wrapper .block.filter .block-content.filter-content .block-actions.filter-actions {
    display: none;
  }
  body .page-wrapper .block.filter .block-content.filter-content .filter-options .block-actions.filter-actions {
    display: flex;
  }
  body .page-wrapper .block.filter .block-content.filter-content .filter-options-item {
    border-bottom: 1px solid #eee;
  }
  body .filter-options .filter-options-item .filter-options-content .item {
    margin-bottom: 0;
  }
  .filter-options .filter-options-item .filter-options-title:after {
    font-size: 30px;
    line-height: 17px;
  }
  body .page-wrapper .block.filter .block-content.filter-content .title-content-header button.filter-close-btn,
  body .page-wrapper .block.filter .block-content.filter-content .title-content-header .cart.table-wrapper .actions-toolbar > .action.filter-close-btn {
    padding: 7px 12px;
    background-color: transparent !important;
    color: #000 !important;
  }
  .block.filter {
    margin-bottom: 0;
  }
  .block.filter .filter-title {
    margin: 0;
  }
  .block.filter .filter-title strong {
    cursor: pointer;
    margin-bottom: 0px;
    width: 30px;
    float: right;
    height: 30px;
    position: absolute;
    right: 0;
    font-size: 0;
    z-index: 1;
  }
  .block.filter .filter-title strong:before {
    content: '';
    font-family: 'md-ico-fgo';
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
  }
  .block.filter .filter-title strong:hover {
    text-decoration: none;
  }
  .block.filter .filter-title strong:before {
    content: "\e92e";
  }
  .block.filter .block-content.filter-content {
    /*      opacity: 0;
                visibility: hidden;
                position: relative;
                background: #f4f4f4;
                padding: 10px 0px;  
                width: 100%;
                z-index: 9;
                min-width: 290px;
                box-shadow: 0px 2px 1px 0px #cccccc;
                top: 44px;*/
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
  .block.filter .block-content.filter-content .filter-options .filter-options-title {
    margin: 0;
    padding: 6px 0;
  }
  .block.filter.active .block-content.filter-content {
    /*opacity: 1;
                    visibility: visible;*/
  }
  .catalog-category-view h1 {
    font-size: 24px;
  }
  .page-with-filter .columns .sidebar.sidebar-main {
    position: relative;
    clear: both;
    display: block;
    padding: 0px;
  }
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions {
    /* max-width: 134px; */
  }
  .column.main .products-list .product-item {
    padding-left: 0px;
  }
  .products-list.list .product-items {
    /*margin: 0 0 0 -20px;*/
    margin: 0px;
  }
  .column.main .product-items {
    margin-left: 0px;
  }
  .column.main .product-item {
    padding-left: 0px;
  }
  .products-list.list .product-items .actions .tocart {
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
  .products-list.list .product-items .actions .tocart:before {
    font-size: 22px;
  }
  .products-list.list .product-items .actions .list-action-right {
    float: left;
    margin: 0px 0px;
  }
  .products-list.list .product-items .actions .towishlist,
  .products-list.list .product-items .actions .tocompare,
  .products-list.list .product-items .actions .mdquickview {
    padding: 0px 7px;
  }
  .account .toolbar.wishlist-toolbar .pages {
    margin: -5px auto 15px auto;
    float: none;
    display: block;
    text-align: center;
  }
  .page-wrapper .breadcrumbs {
    margin: 0 0 10px;
  }
  .page-wrapper .modes-label {
    display: none;
  }
  .block.crosssell,
  .block.upsell,
  .block.related {
    display: inline-block;
    width: 100%;
    text-transform: none;
    margin: 40px 0 0 0;
    padding: 0px;
    position: relative;
  }
  .block.crosssell .block-title.title,
  .block.upsell .block-title.title,
  .block.related .block-title.title {
    margin: 0;
  }
  .block.crosssell .slick-nav .control-nav.next,
  .block.upsell .slick-nav .control-nav.next,
  .block.related .slick-nav .control-nav.next {
    width: 10px;
    right: 0%;
  }
  .block.crosssell .slick-nav .control-nav.prev,
  .block.upsell .slick-nav .control-nav.prev,
  .block.related .slick-nav .control-nav.prev {
    width: 10px;
    left: 0%;
  }
  .block.crosssell .block-title > h3,
  .block.upsell .block-title > h3,
  .block.related .block-title > h3 {
    font-size: 22px;
  }
  .block.crosssell .block-content .products .slick-initialized .slick-slide,
  .block.upsell .block-content .products .slick-initialized .slick-slide,
  .block.related .block-content .products .slick-initialized .slick-slide {
    margin: 0px 5px;
  }
  .block.crosssell .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details,
  .block.upsell .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details,
  .block.related .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details {
    padding: 0px 10px;
  }
  .block.crosssell .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .product-item-name a,
  .block.upsell .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .product-item-name a,
  .block.related .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .product-item-name a {
    font-size: 14px;
  }
  .catalog-product-view .product.media {
    margin-top: -25px;
  }
  .page-with-filter.page-products .category-slider-box {
    padding: 20px 0 !important;
  }
  .page-with-filter.page-products .category-slider-box main.page-main .category-box-slider a {
    display: block !important;
    text-align: center;
  }
  .page-with-filter.page-products .category-slider-box main.page-main .category-box-slider a .cat-detail-slid {
    display: block;
  }
  .page-with-filter.page-products .category-slider-box main.page-main .category-box-slider a .cat-detail-slid h3 {
    margin: 0;
    padding-top: 10px;
  }
  .page-with-filter.page-products .category-slider-box main.page-main .category-box-slider a .cat-detail-slid p {
    display: none;
  }
  .grid .product-items li .swatch-attribute.rom .swatch-option,
  .grid .product-items li .swatch-attribute.ram .swatch-option,
  .page-products .sidebar-main.sidebar .am-filter-items-ram .swatch-option,
  .page-products .sidebar-main.sidebar .am-filter-items-rom .swatch-option {
    height: 32px !important;
    width: 50px !important;
    color: #000;
    line-height: 17px;
  }
  .catalog-category-view .grid .product-items li .product-item-details,
  .ambrand-index-index .grid .product-items li .product-item-details,
  .catalogsearch-result-index .grid .product-items li .product-item-details {
    padding: 0px 10px 20px 10px;
  }
  .catalog-category-view .grid .product-items li .product-item-content .product-item-name a,
  .ambrand-index-index .grid .product-items li .product-item-content .product-item-name a,
  .catalogsearch-result-index .grid .product-items li .product-item-content .product-item-name a {
    font-size: 14px;
  }
  .product-info-main .product-options-wrapper .subsc_details {
    margin-bottom: 20px;
  }
  .product-info-main .product-options-wrapper .subsc_details .subsc_period {
    width: 100%;
    padding: 0px;
  }
  .product-info-main .product-options-wrapper .subsc_details .subsc_date {
    width: 100%;
    padding: 0px;
  }
  .product-info-main {
    overflow: hidden;
    margin: 20px 0px 0px 0px;
  }
  .product-info-main .price-box {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .product-info-main .product-social-links .action {
    font-size: 14px;
    margin: 0px 8px 0px 0px;
  }
  .product-info-main .product-social-links .action.mailto.friend:after {
    margin-right: 0px;
  }
  .product-info-main .product-social-links .action.towishlist:after {
    margin-right: 0px;
  }
  .product-info-main .product-social-links .action.tocompare:after {
    margin-right: 0px;
  }
  .product-options-bottom .action.buynow {
    height: 50px;
    line-height: 50px;
    min-width: 100%;
    margin: 15px 0 0 0px;
  }
  .product-options-bottom .action.buynow span:before {
    line-height: 50px;
  }
  .block-bundle-summary .box-tocart .partialpayment-box-container {
    padding: 10px 0 0 0px;
  }
  .partialpayment-box-container .field {
    width: 100%;
    margin-bottom: 5px;
  }
  .partialpayment-box-container .field .control select {
    height: 40px;
    width: 100%;
  }
  .product-info-main .box-tocart .action.tocart,
  .product-options-bottom .box-tocart .action.tocart,
  .block-bundle-summary .box-tocart .action.tocart {
    min-width: 100%;
    height: 50px;
    line-height: 50px;
  }
  .product-info-main .box-tocart .action.tocart span:before,
  .product-options-bottom .box-tocart .action.tocart span:before,
  .block-bundle-summary .box-tocart .action.tocart span:before {
    line-height: 50px;
  }
  .box-tocart .actions .action.buynow {
    height: 50px;
    line-height: 50px;
    min-width: 100%;
    margin: 15px 0 0 0px;
  }
  .box-tocart .actions .action.buynow span:before {
    line-height: 50px;
  }
  .catalog-product-view .swatch-attribute .swatch-option.color:hover:before,
  .catalog-product-view .swatch-attribute .swatch-option.text:hover:before {
    content: '';
  }
  .catalog-product-view .swatch-attribute .swatch-option.color.selected:before,
  .catalog-product-view .swatch-attribute .swatch-option.text.selected:before {
    content: "\e91e";
  }
  .product-info-main .product-add-form .table.data.grouped td {
    margin: 0 0 -1px !important;
    float: left;
    width: 100%;
  }
  .account .page-main .column.main {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  .ktpl-searchautocomplete__item.magento_catalog_product .price,
  .mst-searchautocomplete__item.magento_catalog_product .price {
    margin: 3px 0 5px;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .minicart-wrapper.active .mage-dropdown-dialog .block-minicart .actions .primary {
    padding: 0 15px;
  }
  .block-minicart .block-content > .actions > .primary .action.checkout {
    margin: 10px 0 20px 0;
  }
  .block-minicart .block-content > .actions {
    background-color: #f4f4f4;
  }
  .checkout-index-index._has-modal .modal-popup.store-by-map-popup .modal-inner-wrap {
    right: 0 !important;
    margin: 0px auto !important;
    width: 100%;
  }
  .column.main .checkout-container.md-checkout input[type="checkbox"] + label:before {
    margin: 0px;
  }
  .onestepcheckout-index-index #giftcard-form .actions-toolbar {
    margin: 23px 0 0 0;
  }
  .shipping-method-section-main.md_osc_step_2 {
    margin: 15px 0;
  }
  .column.main .checkout-container.md-checkout #address-section #shipping {
    border: none;
    padding: 0;
  }
  .field-tooltip {
    top: 36px;
  }
  .checkout-container .authentication-wrapper {
    margin-top: 0 !important;
    position: absolute;
    top: -105px;
    right: 0;
    z-index: 99;
  }
  .checkout-payment-method .checkout-billing-address .primary .action.action-cancel {
    margin: 0;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
    color: #231f20;
  }
  .checkout-payment-method .checkout-billing-address .fieldset.address .choice.field {
    margin-bottom: 20px;
  }
  .checkout-payment-method .payment-option {
    margin: 0;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  #checkout-step-payment {
    padding-bottom: 40px;
  }
  #checkout-total-table .data.table.table-totals ~ .apply-coupon-box {
    top: -70px !important;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .form-giftregistry-share .fieldset,
  .account .form-giftregistry-edit .fieldset,
  .account .form-add-invitations .fieldset,
  .account .form-create-return .fieldset,
  .account .form.send.friend .fieldset {
    margin-bottom: 10px;
  }
  .account .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .account .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .account .form-add-invitations .fieldset .field:not(.choice) .control,
  .account .form-create-return .fieldset .field:not(.choice) .control,
  .account .form.send.friend .fieldset .field:not(.choice) .control {
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .cart-gift-item {
    width: 100% !important;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .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: -10px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 10px;
  }
  .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: #8f8f8f;
    content: '\e629';
    font-family: 'icons-blank-theme';
    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: #8f8f8f;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .gift-options-cart-item + .towishlist {
    left: 43px;
    position: absolute;
  }
  .gift-summary {
    margin-top: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    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 {
    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;
  }
  .page-wrapper .product-full-width-section h2.product-section-title {
    color: #000000;
    border: 1px solid #efeff2;
    border-radius: 0;
    padding: 9px;
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 18px;
    background: #efeff2;
  }
  .catalog-product-view .page-header {
    margin-bottom: 0px;
  }
  .review-add .review-form .fieldset .review-legend.legend strong {
    margin: 0 10px 0 10px !important;
  }
  .actions-toolbar.review-form-actions {
    width: auto;
    display: inline-block;
  }
  .rtl-layout .review-add .review-form .review-fieldset .legend span {
    margin-left: 10px;
    margin-right: 0px;
  }
  .rtl-layout .review-add .review-form .fieldset > .field {
    padding-left: 10px;
    padding-right: 0px;
  }
  .product-details .product-info span.rating-average-label {
    clear: left;
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-top: 20px;
  }
  .form.wishlist fieldset.fieldset {
    margin-bottom: 20px;
  }
  .rtl-layout .block-compare .actions-toolbar .primary {
    float: right;
  }
  .rtl-layout .block-compare .actions-toolbar .secondary {
    float: left;
  }
  .rtl-layout .page-layout-2columns-left .sidebar.sidebar-main {
    padding-left: 0px;
    margin-top: 5px;
  }
  .rtl-layout .account .page-title-wrapper h1.page-title {
    margin-right: 0px;
  }
  .rtl-layout .account .page-wrapper .column.main .form-wishlist-items .box-tocart + .product-item-actions {
    float: right;
    position: relative;
    bottom: 0;
    top: auto;
    margin: 10px 0 0 0 !important;
  }
  .rtl-layout .account .page-wrapper .column.main .form-wishlist-items .product-item-actions .action.edit,
  .rtl-layout .account .page-wrapper .column.main .form-wishlist-items .product-item-actions .action.delete {
    position: static;
  }
  .rtl-layout .products-grid.wishlist .product-item .box-tocart {
    margin-right: 0px;
    margin-left: 20px;
  }
  .rtl-layout .center-box.home-category-section .cat-box > li:nth-child(even) > a .cat-image img {
    transform: rotateY(0deg);
  }
  .rtl-layout .center-box.home-category-section .cat-box > li:nth-child(even) > a .cat-image img:hover {
    transform: scale(1.1) rotateY(0deg);
  }
  .rtl-layout .cart-container .cart-summary,
  .rtl-layout .cart-container .form-cart {
    width: 100%;
  }
  .rtl-layout .cart-gift-item .gift-wrapping {
    width: 100%;
  }
  .rtl-layout .gift-item-block .title:after {
    left: 0px;
    right: auto;
  }
  .rtl-layout .shipping-method-section-main {
    margin-top: 20px;
  }
  .rtl-layout .md-promo-popup .md_discount_coupon_section .fieldset.coupon .field .control {
    float: none;
  }
  .block.block-search form.active .field.search .control {
    left: 41px;
    right: 50px;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .ambrands-slider-container .amslider-header-link {
    text-align: center;
    width: 100%;
    display: block;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .amslider-header-container,
  .homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider h3.am-slider-header {
    margin: 0 0 10px;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .ambrands-slider-container .amslider-header-link a {
    font-weight: 500;
    text-decoration: underline;
    display: block;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .ambrands-slider-container .amslider-header-link a:hover {
    text-decoration: none;
  }
  .shop-by-categories.latest-news-update .content-heading h2.title {
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    padding: 30px 0 15px;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular:hover .product-item-info .product-item-details .product-item-inner .product-item-actions.actions {
    margin: 0;
    padding: 0;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular:hover .product-item-info .product-item-details .product-item-inner .product-item-actions.actions button.tocart.primary,
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular:hover .product-item-info .product-item-details .product-item-inner .product-item-actions.actions .cart.table-wrapper .actions-toolbar > .action.tocart.primary {
    width: 100%;
  }
  .page-header .header.panel {
    display: none;
  }
  .header.content .header-right-section > .md-header-links {
    display: none;
  }
  .page-wrapper .looknbuy-1column .look-data {
    border: none;
    padding: 20px 0 0;
  }
  .center-box.home-category-section {
    padding: 5px 0 0px 0;
  }
  .center-box.home-category-section .cat-box > li {
    width: 100%;
    display: none;
  }
  .center-box.home-category-section .cat-box > li > a .cat-content {
    right: 10px;
    top: 40%;
  }
  .center-box.home-category-section .cat-box > li:nth-child(even) > a .cat-image {
    text-align: right;
  }
  .center-box.home-category-section .cat-box > li:nth-child(even) > a .cat-image img {
    transform: translateX(-1px) rotateY(-180deg);
    -ms-transform: translateX(-1px) rotateY(-180deg);
    -webkit-transform: translateX(-1px) rotateY(-180deg);
  }
  .center-box.home-category-section .cat-box > li:nth-child(even) > a .cat-content {
    left: 10px;
    right: auto;
    text-align: left;
  }
  .center-box.home-category-section .cat-box > li:nth-child(1),
  .center-box.home-category-section .cat-box > li:nth-child(2) {
    display: block;
  }
  .page-footer {
    margin-top: 10px;
  }
  .page-footer .md-footer-copy {
    padding: 15px 0 15px 0;
  }
  .page-footer .md-footer-copy .md-footer-cms-links > li {
    float: none;
    display: inline-block;
  }
  .page-footer .md-footer-copy .copyright {
    width: 100%;
  }
  .page-footer .md-footer-copy .md-footer-cms-links {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .page-footer .footer.content .md-footer-container {
    width: 100%;
    font-size: 0rem;
  }
  .page-footer .footer.content .md-footer-container .links {
    width: 100%;
    margin: 0px 0 10px 0;
    float: none;
    font-size: initial;
    display: inline-block;
    vertical-align: top;
  }
  .page-footer .footer.content .block.newsletter {
    width: 100%;
    margin: 0px 0 20px 0;
    float: left;
  }
  .mdslider-container .slick-dots > li {
    min-width: 20px;
  }
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action {
    width: 31px;
  }
  .block-banners-slider .Banner-showMO.Banner-hideDT.mobile-banner {
    display: block;
  }
  .block-banners-slider .Banner-showDT.Banner-hideMO.desktop-banner {
    display: none;
  }
  .block-banners-slider .slick-dots {
    bottom: 10px;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    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;
  }
  .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;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  .rtl-layout .tag-serch-main {
    width: 100%;
  }
  .rtl-layout .store-list ul .store-list-item .store-list-information .store-img-left-block {
    width: 30%;
    float: right;
    margin-left: 8px;
  }
  .rtl-layout #search-by-tag .search-type {
    width: 100%;
    margin-top: 0;
  }
  .rtl-layout .search-by-distance .radius-input-container {
    width: auto;
    float: none;
    margin: 15px 0;
    display: inline-block;
  }
  .rtl-layout .block.block-search form.active .field.search .control {
    left: 10px;
    right: 10px;
    top: 48px;
  }
  .searchautocomplete__active .block.block-search form.active .field.search .control {
    background-color: #ffffff;
  }
  .searchautocomplete__active .block.block-search form.active .field.search .control input {
    transition: none !important;
    -webkit-transition: none !important;
  }
  .block.block-search form.active .field.search .control {
    left: 10px;
    right: 10px;
    top: 48px;
  }
  .block.block-search form.active .field.search .control input {
    display: block !important;
    margin: 0 0 7px 0px;
    background-color: #ffffff !important;
  }
  .block.block-search input {
    left: -300% !important;
  }
  .payment-page .title-payment {
    padding: 15px 0;
  }
  .payment-page .title-payment h2 {
    font-size: 16px;
    line-height: 34px;
  }
  .payment-page .processing-charge-box {
    padding: 30px 0;
  }
  .payment-page .processing-charge-box h2 {
    line-height: 30px;
    font-size: 14px;
  }
  .education-content .digital-odd-even ul li {
    display: block !important;
  }
  .education-content .digital-odd-even ul li .digital-odd-detail,
  .education-content .digital-odd-even ul li .digital-odd-even-img {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .education-content .digital-odd-even ul li .digital-odd-detail img,
  .education-content .digital-odd-even ul li .digital-odd-even-img img {
    margin-bottom: 20px !important;
  }
  .education-content .digital-odd-even ul li .digital-odd-detail h1,
  .education-content .digital-odd-even ul li .digital-odd-even-img h1 {
    font-size: 32px !important;
  }
  .education-content .our-service-odd h2 {
    font-size: 32px !important;
  }
  .education-content .our-service-odd ul li {
    display: block !important;
  }
  .education-content .our-service-odd ul li .service-text h3 {
    font-size: 24px !important;
  }
  .education-content .our-service-odd ul li .service-text,
  .education-content .our-service-odd ul li .service-icon {
    width: 100% !important;
    text-align: left !important;
  }
  .Sitemap-page ul.row li.col-md-3 {
    width: 100%;
  }
  .contact-index-index div.contact-banner .page-title-wrapper {
    width: 100%;
    position: static;
    margin: -10px 0 0 0;
  }
  .contact-index-index .columns .column.main .md-contact-bg form .fieldset .field .field {
    margin: 0 0 15px 0;
    width: 100%;
  }
  .contact-index-index .columns .column.main .md-contact-bg form .fieldset .field .field:last-child {
    margin-bottom: 0;
  }
  .swatch-option-tooltip {
    display: none !important;
  }
  .page-wrapper .block.filter .block-content.filter-content {
    top: 60px;
    padding: 0 10px;
  }
  .page-wrapper .block.filter .filter-title strong {
    top: 28px;
  }
  .page-wrapper .sidebar-main.sidebar .block.filter .swatch-option {
    min-height: 25px;
  }
  form#invitationForm .actions-toolbar {
    width: 70%;
  }
  .account.magento_rma-returns-view .page-title-wrapper h1.page-title {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px !important;
  }
  .account.magento_rma-returns-view .page-title-wrapper .return-status {
    margin: 0px 0px 15px 0 !important;
    float: none !important;
  }
  form#rma_create_form .actions-toolbar {
    width: 100%;
  }
  a.action.primary.add,
  a.amshopby-button.add,
  a.am-filter-go.add {
    padding: 5px;
    display: inline-block;
  }
  form#invitationForm .actions-toolbar .secondary {
    text-align: left;
  }
  form#invitationForm .actions-toolbar .secondary .action.add {
    margin: 0px;
  }
  #rma_create_form .fieldset > .field span.label {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  form#invitationForm {
    overflow: hidden;
  }
  form.form.form-addbysku {
    overflow: hidden;
  }
  #rma_create_form .fieldset > .field .control {
    width: 100%;
  }
  #rma_create_form .fieldset > .field.address.shipping address.control {
    padding-left: 0px !important;
  }
  .account .column .block-addbysku .action.remove:before {
    color: #000000;
  }
  .account .column .block-addbysku .action.remove:hover:before {
    color: #231f20;
  }
  .account .column.main .block .block-content form.form.form-addbysku .box {
    width: 100%;
  }
  form#rma_create_form .actions-toolbar button.action.remove,
  form#rma_create_form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.remove {
    position: absolute;
    right: 0;
    margin: -15px 0 0 0 !important;
    left: auto;
  }
  form#rma_create_form > fieldset.fieldset {
    margin: 0 0 20px;
  }
  .rtl-layout form#rma_create_form .actions-toolbar button.action.remove,
  .rtl-layout form#rma_create_form .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action.remove {
    right: auto;
    left: 0;
  }
  .rtl-layout .column .block-addbysku .fieldset .fields .actions-toolbar {
    right: auto;
    left: 0;
  }
  .rtl-layout form#invitationForm .actions-toolbar .secondary {
    text-align: right;
  }
  .rtl-layout .items.order-links {
    text-align: right;
  }
  .rtl-layout .account .page-wrapper .column.main .order-links .item {
    margin: 0 0 5px 5px;
  }
  .account .order-actions-toolbar {
    margin-bottom: 0px;
  }
  .customer-account-index .page-title-wrapper h1.page-title,
  .account.sales-order-view .page-title-wrapper h1.page-title {
    font-size: 2.4rem;
  }
  .page-wrapper .order-links li.item {
    margin-right: 5px;
  }
  .block-reorder .actions-toolbar {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
  }
  .table-wrapper.orders-recent table tr {
    border-top: 1px solid #d1d1d1;
  }
  .table-wrapper.orders-recent table tr:last-child td.col.actions {
    border-bottom: none !important;
  }
  .table-wrapper.orders-recent table tr:first-child {
    border-top: none;
  }
  table.data.table.table-reviews tr {
    border-top: 1px solid #d1d1d1;
  }
  table.data.table.table-reviews tr:first-child {
    border-top: none;
  }
  table.data.table.table-reviews td.col.summary .rating-summary {
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  .order-links {
    padding: 10px;
    text-align: left;
  }
  .order-links li.item {
    font-size: 1.4rem;
    line-height: 14px;
    padding: 0;
  }
  .order-links li.item > a,
  .order-links li.item strong {
    display: inline-block;
    padding: 10px;
  }
  .order-details-items {
    padding: 10px;
  }
  .order-details-items .table-order-items .product-item-name {
    min-height: initial;
    font-size: 13px;
  }
  .order-details-items .actions-toolbar {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.sku {
    float: left;
    width: 100%;
  }
  .semple-photo-gallery {
    display: flex;
    margin: 0 -15px;
    flex-flow: wrap;
  }
  .semple-photo-gallery img {
    width: 100%;
    display: block;
  }
  .semple-photo-gallery .first {
    width: 100%;
    padding: 0 15px;
  }
  .semple-photo-gallery .two .img-01 {
    padding-bottom: 15px;
  }
  .semple-photo-gallery .two,
  .semple-photo-gallery .third {
    width: 100%;
    padding: 15px 15px 0 15px;
  }
  body section.shop-by-accessories,
  body section.shop-by-categories {
    padding: 0 15px !important;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main ul.slick-dots {
    margin-top: 0;
    padding: 0;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    overflow-x: hidden;
  }
  .footer .block.newsletter .form.subscribe {
    padding: 0px;
  }
  .page-wrapper .block-wishlist-management .wishlist-select {
    margin: 20px 0px 15px;
  }
  .wishlist-index-index .page-wrapper .products-grid .product-item {
    width: 100% !important;
  }
  .wishlist-index-index .page-wrapper .products-grid .product-item .product-image-container {
    width: 100px !important;
  }
  .wishlist-index-index .page-wrapper .products-grid .product-item .price-box {
    margin: 10px 0 0 0 !important;
    clear: none;
    display: block;
  }
  .wishlist-index-index .page-main .column.main .products-grid.wishlist .product-item {
    padding: 20px 0;
    border-top: 1px solid #ededed;
    border-bottom: none;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 0px;
  }
  .products-grid.wishlist .product-items .product-item .product-item-info > .product-item-name,
  .account .column.main .form-wishlist-items .multiselect-wishlist {
    float: none;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    padding: 0;
  }
  .account .column.main .form-wishlist-items .box-tocart + .product-item-actions {
    float: right;
    position: relative;
    bottom: -30px;
    top: auto;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .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,
  .account .toolbar:before,
  .account .toolbar: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,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty:before,
  .multicheckout.order-review .data.table tbody tr .col.price:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):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(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .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;
  }
  .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: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 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;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .column.main .products-list .product-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .column.main .products-list .product-item:last-child {
    margin-bottom: 0px;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0px;
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .products-list .product-item .product-item-info {
    display: inline-block;
    width: 100%;
  }
  .products-list .product-item .product-item-info .product-item-details .product-item-content .product-item-name {
    margin: 10px 0 10px 0px;
  }
  .block-search {
    margin-top: 10px;
  }
  .multicheckout dl#payment-methods {
    margin: 15px 0;
  }
  .multicheckout .box-billing-method .fieldset label.label {
    display: inline-block !important;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 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 .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .links-container-title {
    display: none;
  }
  .company-profile-index.account .page-main .page-title-wrapper .page-title {
    display: inline-block;
    margin-right: 10px;
  }
  .company-profile-index .company-profile-payment-methods {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company-profile-index .company-profile-payment-methods .payment-methods-list {
    font-size: 1.4rem;
    padding-left: 0;
  }
  .company-account-index .column.main .block:not(.widget) .block-title > .action {
    margin-top: 5px;
    float: right;
  }
  .company-account-index .column.main .block:not(.widget) .block-content strong {
    float: left;
    margin-right: 5px;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box-content span {
    display: block;
    overflow: hidden;
    vertical-align: top;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    content: '';
    padding: 0;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr td > div,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr td > div {
    display: inline;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before {
    content: '';
  }
  .company-users-index .admin__data-grid-pager,
  .company-role-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .company-users-index .toolbar-amount,
  .company-role-index .toolbar-amount {
    position: relative;
  }
  .table-wrapper .table:not(.cart) > tbody > tr td.actions.col:before {
    display: none;
  }
  .account.page-layout-2columns-left .columns .column.main .fieldset .field:not(.choice) {
    margin: 0 0 10px 0;
  }
  .account.page-layout-2columns-left .columns .column.main .fieldset .field:not(.choice) .label {
    padding: 0;
  }
  .account.page-layout-2columns-left .columns .column.main .fieldset .field:not(.choice) .control .input-text {
    height: 35px;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-information .box-content,
  .box-newsletter .box-content {
    word-break: break-word;
  }
  .account .column.main .block {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    color: #999;
    font-size: 1.6rem;
    padding: 1rem;
    line-height: 1rem;
    cursor: pointer;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
  .account.page-layout-2columns-left .page-main .block.block-order-details-view .box {
    background: #ffffff;
    padding: 15px !important;
    border: 1px solid #e9e8e8 ;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 48.5%;
    margin: 0.5%;
    min-height: 240px;
  }
  .account.page-layout-2columns-left .column.main form.rma-customer-new {
    min-width: 100%;
  }
  table#my-orders-table td.col {
    text-align: left;
  }
  table#my-orders-table tbody tr:nth-child(2n+1) {
    background: #efefef;
  }
  table#my-orders-table td.col {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .account .column.main .table-wrapper.reviews table {
    padding-left: 10px;
    padding-right: 10px;
  }
  .account .column.main .table-wrapper.reviews {
    padding: 10px;
  }
  .review-customer-view .customer-review.view {
    padding: 10px;
    display: block;
    width: 100%;
  }
  .review-customer-view .customer-review.view .product-details,
  .review-customer-view .customer-review.view .review-details {
    display: block;
    width: 100%;
    padding: 10px !important;
  }
  .review-customer-view .customer-review.view .product-details .review-content,
  .review-customer-view .customer-review.view .review-details .review-content {
    font-size: 1.3rem;
    line-height: 20px;
  }
  .order-links li.item {
    margin: 2px;
    padding: 0 5px !important;
    text-align: center;
    width: auto;
  }
  .order-links li.item a {
    width: 100%;
    font-size: 12px !important;
  }
  .order-links li.item.current strong {
    font-size: 12px;
  }
  .account.page-layout-2columns-left .column.main .block .block-content .box,
  .account.page-layout-2columns-left .column.main .block .block-content li.item {
    padding: 10px;
  }
  .order-details-items .order-title > strong {
    display: block;
  }
  .order-details-items.shipments .order-title a.action {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 5px 7px;
  }
  .order-details-items.shipments .order-title a.action.print {
    display: inline-block;
    margin: 0 0 5px 0;
  }
  .account .page-title-wrapper .page-title,
  [class^="sales-guest-"] .page-title-wrapper .page-title,
  [class*="sales-guest-"] .page-title-wrapper .page-title,
  .sales-guest-view .page-title-wrapper .page-title {
    margin: 0 0 10px;
  }
  .account.sales-order-shipment .columns .sidebar-main .block.block-collapsible-nav {
    margin-bottom: 10px;
  }
  .return-status,
  .order-status,
  .page-title-wrapper .order-date {
    margin-bottom: 5px;
  }
  .items.order-links {
    padding: 20px 0 0;
    text-align: left;
  }
  .account.page-layout-2columns-left .rma-new-step2 .rma-one-item .item-description {
    width: 100%;
  }
  .account.page-layout-2columns-left .rma-new-step2 .rma-one-item .item-options {
    padding-left: 0;
    width: 100%;
  }
  .account.page-layout-2columns-left .rma-new-step2 .rma-one-item .fieldset {
    padding: 0;
  }
  .page-footer .follow-us {
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .block-minicart div#minicart-content-wrapper .minicart-items-wrapper {
    margin-top: 120px;
  }
  .minicart-wrapper .block-minicart .items-total {
    float: none;
    width: 100%;
    padding: 19px 20px 0;
  }
  .minicart-wrapper .block-minicart .subtotal {
    text-align: left;
    float: left;
    width: 100%;
    padding: 10px 20px 0;
  }
  .minicart-wrapper .block-minicart .subtotal .label {
    width: auto;
    float: none;
    padding: 3px 0;
    display: inline-block;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .product.info .product.data.items > .item.content {
    padding: 0px 15px 10px 15px;
  }
  .review-add .review-form .fieldset > .field {
    padding-left: 0 !important;
    width: 100% !important;
  }
  .account.page-layout-2columns-left .page-main .block.block-order-details-view .box {
    width: 100% !important;
    margin: 0 0 10px !important;
    min-height: initial !important;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .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-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .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;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #1979c3;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .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: #1979c3;
    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: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .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%;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    /*padding-left: 5px;*/
    white-space: nowrap;
    /*width: 50%;*/
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .product-item-actions .actions-primary {
    display: table-cell;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 33.33333333%;
  }
  .fieldset.review-fieldset {
    margin: 0 0 10px;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 0;
    display: block;
    clear: both;
  }
  .review-toolbar {
    margin: 5px 0 20px;
  }
  .review-toolbar .pages {
    padding: 20px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .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;
  }
}
@font-face {
  font-family: 'md-ico-fgo';
  src: url('../../frontend/Magedelight/FashionGo/en_US/fonts/md-icon/md-ico-fgo.eot?b3u09l');
  src: url('../../frontend/Magedelight/FashionGo/en_US/fonts/md-icon/md-ico-fgo.eot?b3u09l#iefix') format('embedded-opentype'), url('../../frontend/Magedelight/FashionGo/en_US/fonts/md-icon/md-ico-fgo.ttf?b3u09l') format('truetype'), url('../../frontend/Magedelight/FashionGo/en_US/fonts/md-icon/md-ico-fgo.woff?b3u09l') format('woff'), url('../../frontend/Magedelight/FashionGo/en_US/fonts/md-icon/md-ico-fgo.svg?b3u09l#md-ico-fgo') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'md-ico-fgo' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-search .nested {
  display: none;
}
.cms-fashiongo-homepage .page-main,
.cms-home .page-main {
  max-width: 100%;
}
.center-box {
  margin: 0px auto;
  padding: 0px 0;
  clear: both;
  width: 1320px;
  max-width: 100%;
}
._md-icon-before:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
._md-icon-before:hover {
  text-decoration: none;
}
._md-icon-after:after {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
._md-icon-after:hover {
  text-decoration: none;
}
._md-transition-2 {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
._md-transition-5 {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
._md-rotation-h {
  transform: translateX(-1px) rotateY(-180deg);
  -ms-transform: translateX(-1px) rotateY(-180deg);
  -webkit-transform: translateX(-1px) rotateY(-180deg);
}
._md-rotation-v {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
._md-image-zoom {
  transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96) 0s;
}
._md-image-zoom:hover {
  transform: scale(1.1);
}
._md-button {
  border: 0;
  border-radius: 0;
  background: #000000;
  padding: 7px 14px 8px 14px;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  line-height: normal;
}
._md-button:hover {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}
._md-buzz {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#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,
.cart.table-wrapper .actions-toolbar > .action.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,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long,
.cart.table-wrapper .actions-toolbar > .action.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: 'PT Sans';
  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;
}
.rtl-layout .search-by-distance .input-location {
  float: right;
  margin: 0 0 0 8px;
}
.rtl-layout .search-by-distance .track1 {
  float: right;
}
.rtl-layout .search-by-distance .track1 label {
  margin-left: 0;
  margin-right: 15px;
}
.rtl-layout .search-by-distance .radius-input-container {
  float: right;
}
.rtl-layout .search-by-distance .search-type {
  float: left;
}
.rtl-layout .tag-serch-main {
  float: right;
  margin-left: 10px;
  margin-right: 0px;
}
.rtl-layout .search-type {
  float: right;
}
.rtl-layout .store-list ul .store-list-item .store-list-button button.direction-view-btn,
.rtl-layout .store-list ul .store-list-item .store-list-button .cart.table-wrapper .actions-toolbar > .action.direction-view-btn,
.rtl-layout .store-list ul .store-list-item .store-list-button .cart.table-wrapper .actions-toolbar > .action.direction-view-btn {
  margin-left: 0px;
  margin-right: 5px;
}
.search-type #submit-by-tag,
.search-type #reset-tag,
.search-by-distance .search-type button,
.search-by-distance .search-type .cart.table-wrapper .actions-toolbar > .action {
  color: #ffffff;
  background-color: #231f20;
  border: 1px solid #231f20;
}
.search-type #submit-by-tag:hover,
.search-type #reset-tag:hover,
.search-by-distance .search-type button:hover,
.search-by-distance .search-type .cart.table-wrapper .actions-toolbar > .action:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.store-list ul .store-list-item .store-list-button button,
.store-list ul .store-list-item .store-list-button .cart.table-wrapper .actions-toolbar > .action {
  color: #ffffff;
  background-color: #231f20;
  border: 1px solid #231f20;
}
.store-list ul .store-list-item .store-list-button button:hover,
.store-list ul .store-list-item .store-list-button .cart.table-wrapper .actions-toolbar > .action:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.ajax-info .product.data.items .item.title > .switch {
  height: auto;
  padding: 8px 12px;
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  .rtl-layout .store-list ul .store-list-item .store-list-button button.direction-view-btn,
  .rtl-layout .store-list ul .store-list-item .store-list-button .cart.table-wrapper .actions-toolbar > .action.direction-view-btn,
  .rtl-layout .store-list ul .store-list-item .store-list-button .cart.table-wrapper .actions-toolbar > .action.direction-view-btn {
    margin-left: 0px;
    margin-right: 0px;
  }
  .rtl-layout .store-list ul .store-list-item .store-list-button button,
  .rtl-layout .store-list ul .store-list-item .store-list-button .cart.table-wrapper .actions-toolbar > .action {
    margin: 0 0 0 5px;
  }
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-social .md-login-social > li {
  width: 145px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li button,
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li .cart.table-wrapper .actions-toolbar > .action {
  border-radius: 20px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li button span .fa,
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li .cart.table-wrapper .actions-toolbar > .action span .fa {
  border-radius: 20px;
}
.modal-inner-wrap.md-social-popup .modal-content {
  padding: 18px 20px 20px;
  border-radius: 0 0 4px 4px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li button span span,
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li .cart.table-wrapper .actions-toolbar > .action span span {
  padding: 1px 10px 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-social {
  padding: 0 0 30px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .form-list .login-label,
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .sociallogin-input-box .login-label {
  display: block;
  padding: 0 0 5px;
  font-weight: 600;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-login-popup-button .pass-register {
  float: right;
  width: auto;
  padding: 6px 0 10px;
}
.modal-inner-wrap.md-social-popup .modal-header .action-close {
  display: block;
  border: #fff solid 0px;
  margin: 16px 16px 0 0;
  width: 26px;
  height: 26px;
  padding: 0;
  line-height: 22px;
  text-align: center;
  color: #fff;
}
.modal-inner-wrap.md-social-popup .modal-header .action-close::before {
  line-height: 22px;
  color: #000;
  font-weight: 700;
  font-size: 30px;
}
.modal-inner-wrap.md-social-popup .fieldset > .field:not(.choice) > .label {
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
  font-weight: 600;
}
.modal-inner-wrap.md-social-popup .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.modal-inner-wrap.md-social-popup .fieldset > .field {
  margin-bottom: 20px;
}
.modal-inner-wrap.md-social-popup .fieldset > .field.choice::before,
.modal-inner-wrap.md-social-popup .fieldset > .field.no-label::before {
  width: auto;
  padding: 0;
}
.modal-inner-wrap.md-social-popup .fieldset {
  margin-bottom: 0;
}
.modal-inner-wrap.md-social-popup .fieldset .field.choice {
  position: relative;
}
.rtl-layout .mst-searchautocomplete__index.popular ul li {
  float: right;
}
.page-wrapper .block.block-search .magento_catalog_categoryproduct ul {
  padding: 14px 0 8px 0;
}
.page-wrapper .block.block-search .magento_catalog_categoryproduct ul li.magento_catalog_categoryproduct {
  padding: 4px 0;
}
.page-wrapper .block.block-search .magento_catalog_categoryproduct ul li.magento_catalog_categoryproduct a.title {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
}
.page-wrapper .block.block-search .magento_catalog_categoryproduct ul li.magento_catalog_categoryproduct a.title span {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
}
.block-search input {
  background-color: #ffffff !important;
}
.category-filter-itemspan.icon-md-category-tree-accordian.icon-plus:after {
  content: "\e907";
  font-family: 'md-ico-fgo';
}
.category-filter-itemspan.icon-md-category-tree-accordian.icon-minus {
  font-family: 'md-ico-fgo';
  content: "\e91b";
}
.page-products .products-grid .product-item .price-box.price-final_price {
  display: block;
}
.search.results dl.block dt.title {
  margin: 15px 0 0 0;
}
.page-wrapper .block.block-search .mst-searchautocomplete__index.popular ul li {
  padding: 5px;
}
.page-wrapper .block.block-search .mst-searchautocomplete__autocomplete ul {
  max-height: 200px;
  overflow-y: auto;
  margin-top: 4px;
}
.page-wrapper .block.block-search .mst-searchautocomplete__autocomplete ul li {
  padding: 14px 0;
}
.page-wrapper .block.block-search .mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.page-wrapper .block.block-search .mst-searchautocomplete__wrapper .mst-searchautocomplete__index {
  width: 100% !important;
  max-width: 100% !important;
}
.page-wrapper .block.block-search .mst-searchautocomplete__autocomplete.mst-2-cols._active {
  width: 100% !important;
}
.mst-searchautocomplete__item.magento_search_query .num_results {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.mst-searchautocomplete__item.magento_catalog_product .price .price-label {
  display: none;
}
.form.minisearch.active input {
  border: 1px solid #000000;
}
.mst-searchautocomplete__index.popular ul li a {
  color: #000000;
}
.mst-searchautocomplete__index.popular ul li a:hover {
  color: #231f20;
  text-decoration: none;
}
.mst-searchautocomplete__index.popular ul li:hover a {
  text-decoration: none;
}
.mst-searchautocomplete__autocomplete ul li._active a.title {
  color: #231f20;
  text-decoration: none;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
  padding: 10px 20px;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  font-weight: bold;
  line-height: 27px;
  color: #3C3C3C;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
  font-weight: 600;
  color: #fff;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a:hover {
  color: #fff;
  text-decoration: none;
}
.page-wrapper .block.block-search .mst-searchautocomplete__autocomplete ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.2);
  background-color: #efefef;
}
.page-wrapper .block.block-search .mst-searchautocomplete__autocomplete ul::-webkit-scrollbar {
  width: 15px;
  background-color: #F4F4F4;
}
.page-wrapper .block.block-search .mst-searchautocomplete__autocomplete ul::-webkit-scrollbar-thumb {
  background-color: #BFBFBF;
}
.page-wrapper .block.block-search .mst-searchautocomplete__autocomplete ul::-webkit-scrollbar-button:single-button {
  background-color: #f4f4f4;
  display: block;
  border-style: solid;
  height: 6px;
  width: 8px;
}
.page-wrapper .block.block-search .mst-searchautocomplete__autocomplete ul::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0px 8px 8px 8px;
  border-color: transparent transparent #555555 transparent;
}
.page-wrapper .block.block-search .mst-searchautocomplete__autocomplete ul::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 8px 8px 0 8px;
  border-color: #555555 transparent transparent transparent;
}
.page-wrapper .table-checkout-shipping-method tbody td input.radio {
  display: block;
}
.checkout-index-index .md-footer-copy {
  width: 100%;
  text-align: center;
}
.column.main .checkout-container.md-checkout tr.totals.shipping th.mark span.label {
  display: block;
}
.column.main .checkout-container.md-checkout .messages[data-role="checkout-messages"] {
  margin: 10px 0 55px 0;
}
.data.table.table-totals ~ .apply-coupon-box .messages[data-role="checkout-messages"] {
  margin: 0px;
}
aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show form.form-shipping-address .label {
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show form.form-shipping-address .control {
  width: 100%;
}
aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show form.form-shipping-address .field {
  margin: 0 0 15px;
}
.checkout-container .opc-progress-bar {
  margin-top: 20px;
  width: 100%;
  display: flex;
}
.checkout-container .opc-wrapper .opc .fieldset .field .label {
  text-align: left;
  width: 100%;
  padding: 0;
  padding: 0 0 5px 0;
  font-size: 15px;
  font-weight: 500;
}
.checkout-container .opc-wrapper .opc .fieldset .field .label span {
  font-size: 15px;
  font-weight: 500;
}
.checkout-container .opc-wrapper .opc .fieldset .field .control {
  width: 100%;
}
.checkout-container .checkout-payment-method .payment-method-content {
  padding-left: 0;
}
.checkout-container .checkout-payment-method .payment-option-title .action-toggle {
  color: #333333;
}
.checkout-index-index .page-wrapper {
  overflow-x: hidden;
}
.checkout-index-index .field-tooltip.toggle .label {
  display: none;
}
.checkout-index-index .form-login .actions-toolbar {
  margin-left: 0 !important;
}
.checkout-index-index.sticky .header-right-section,
.checkout-index-index.sticky .nav-sections {
  display: none !important;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .checkout-index-index .form-login .actions-toolbar {
    text-align: center;
    width: auto;
  }
  .checkout-index-index .form-login .actions-toolbar .secondary,
  .checkout-index-index .form-login .actions-toolbar .primary {
    float: none;
  }
  /*.layout-3columns-osc .md-osc .md-osc-new-layout .checkout-column-osc {
        width: 100%; 
    }*/
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .page-wrapper {
    overflow-x: hidden;
  }
  .checkout-index-index .page-wrapper .field-tooltip .field-tooltip-content {
    width: 200px !important;
    left: -16px !important;
    top: 41px !important;
    right: auto !important;
  }
  .checkout-index-index .page-wrapper .field-tooltip .field-tooltip-content:before,
  .checkout-index-index .page-wrapper .field-tooltip .field-tooltip-content:after {
    right: auto !important;
    left: 18px !important;
    top: -20px !important;
    transform: rotate(270deg) !important;
  }
  .checkout-index-index .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr td.qty-box:before,
  .checkout-index-index .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr td:before {
    float: right;
    width: 100%;
    text-align: right;
  }
  .checkout-index-index .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr td.qty-box .box-qty {
    float: right;
    width: 100%;
    text-align: right;
  }
  .column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody td:first-child:before {
    display: none;
  }
  .page-wrapper .field-tooltip .field-tooltip-content {
    width: 200px;
    left: auto;
    top: -7px;
    right: 34px;
  }
  .page-wrapper .field-tooltip .field-tooltip-content:before,
  .page-wrapper .field-tooltip .field-tooltip-content:after {
    right: -20px;
    border-left-color: #f4f4f4;
    border-right-color: transparent;
    left: auto;
    top: 12px;
  }
  .page-wrapper .field-tooltip .field-tooltip-content:after {
    border-right-color: transparent;
    border-left-color: #f4f4f4;
  }
  .page-wrapper .field-tooltip .field-tooltip-content:before {
    border-left-color: #666;
    border-right-color: transparent;
  }
  .opc-estimated-wrapper {
    padding: 18px 0px;
  }
  .opc-estimated-wrapper div.estimated-block {
    font-weight: 600;
  }
  .opc-estimated-wrapper .minicart-wrapper {
    float: right;
    margin: 10px 0 0 0;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    background: transparent;
    padding: 0;
  }
  .checkout-container .checkout-payment-method .payment-method-content {
    padding-left: 15px;
  }
  .checkout-container .checkout-payment-method .billing-address-same-as-shipping-block label {
    float: left;
    width: 100%;
  }
  .checkout-container .checkout-payment-method .billing-address-same-as-shipping-block label:before {
    top: 0;
    margin: 3px 0 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .column.main .checkout-container.md-checkout .order-review-section span.price-excluding-tax {
    text-align: right;
  }
  .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr td {
    padding: 10px;
  }
  .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr:last-child td:first-child tr:last-child {
    border-bottom: none;
  }
  .one-step-checkout .checkout-column-block.one-step-payment .payment-option.opc-payment-additional {
    padding-bottom: 20px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .column.main .checkout-container.md-checkout .order-review-section.order-review-section .box-qty input#qty_input {
    width: 40px !important;
  }
  .column.main .checkout-container.md-checkout #address-section,
  .column.main .checkout-container.md-checkout .payment-method-section,
  .column.main .checkout-container.md-checkout .order-review-section,
  .column.main .checkout-container.md-checkout .checkout-shipping-address,
  .column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping {
    padding: 10px;
  }
  table#checkout-review-table tr td {
    padding-bottom: 10px;
  }
  .column.main .checkout-container.md-checkout #address-section .fieldset .field.md-input-width-50,
  .column.main .checkout-container.md-checkout .payment-method-section .fieldset .field.md-input-width-50,
  .column.main .checkout-container.md-checkout .order-review-section .fieldset .field.md-input-width-50,
  .column.main .checkout-container.md-checkout .checkout-shipping-address .fieldset .field.md-input-width-50,
  .column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field.md-input-width-50 {
    width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  #checkout-review-table tr td:nth-child(1),
  #checkout-review-table tr th:nth-child(1) {
    width: 50% !important;
  }
  #checkout-review-table tr td:nth-child(2),
  #checkout-review-table tr th:nth-child(2) {
    width: 20% !important;
    text-align: center;
  }
  #checkout-review-table tr td:nth-child(3),
  #checkout-review-table tr th:nth-child(3) {
    width: 30% !important;
  }
  #checkout-review-table tr td:nth-child(3) .subtotal,
  #checkout-review-table tr th:nth-child(3) .subtotal {
    text-align: right;
  }
  #checkout-review-table tr td tr.even,
  #checkout-review-table tr th tr.even {
    display: inline-block;
    width: 100%;
  }
}
.cms-delivery-terms.cms-page-view [data-content-type='heading'] {
  font-size: 24px;
  font-weight: 300;
}
.cms-page-view h1 {
  font-size: 24px;
  font-weight: 300;
}
.blog-category-view .page-main > .page-title-wrapper .page-title,
.blog-index-index .page-main > .page-title-wrapper .page-title {
  font-size: 24px;
  font-weight: 300;
}
.blog-category-view .sidebar.sidebar-additional .widget.block .block-title,
.blog-index-index .sidebar.sidebar-additional .widget.block .block-title {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0;
  text-transform: capitalize;
  border-bottom: 1px solid #edeef2;
  margin: 0;
}
.blog-category-view .sidebar.sidebar-additional .widget.block .block-title strong,
.blog-index-index .sidebar.sidebar-additional .widget.block .block-title strong {
  font-weight: 600;
  text-transform: none;
  font-size: 16px;
  text-transform: capitalize;
}
.blog-category-view .sidebar.sidebar-additional .widget.block ul.accordion li,
.blog-index-index .sidebar.sidebar-additional .widget.block ul.accordion li {
  padding: 15px 0;
  position: relative;
}
.blog-category-view .sidebar.sidebar-additional .widget.block ul.accordion li a,
.blog-index-index .sidebar.sidebar-additional .widget.block ul.accordion li a {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-transform: none;
  margin: 0;
}
.blog-category-view .post-list-wrapper .post-list .post-info .post-read-more a.action.primary,
.blog-index-index .post-list-wrapper .post-list .post-info .post-read-more a.action.primary,
.blog-category-view .post-list-wrapper .post-list .post-info .post-read-more a.amshopby-button,
.blog-index-index .post-list-wrapper .post-list .post-info .post-read-more a.amshopby-button,
.blog-category-view .post-list-wrapper .post-list .post-info .post-read-more a.am-filter-go,
.blog-index-index .post-list-wrapper .post-list .post-info .post-read-more a.am-filter-go {
  padding-top: 0;
  float: left;
  height: 40px;
  width: 150px;
  background-color: #D32F2F;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  line-height: 39px;
  border-radius: 4px;
  transition: 0.3s;
  padding: 0;
  border: 1px solid #D32F2F;
}
.blog-category-view .post-list-wrapper .post-list .post-info .post-read-more a.action.primary:hover,
.blog-index-index .post-list-wrapper .post-list .post-info .post-read-more a.action.primary:hover,
.blog-category-view .post-list-wrapper .post-list .post-info .post-read-more a.amshopby-button:hover,
.blog-index-index .post-list-wrapper .post-list .post-info .post-read-more a.amshopby-button:hover,
.blog-category-view .post-list-wrapper .post-list .post-info .post-read-more a.am-filter-go:hover,
.blog-index-index .post-list-wrapper .post-list .post-info .post-read-more a.am-filter-go:hover {
  background-color: #fff;
  color: #D32F2F;
}
.payment-page .payment-plan-bank .bank-info-box {
  width: 100%;
  display: block;
  margin: 20px 0;
}
.payment-page .payment-plan-bank .bank-info-box h3 {
  margin: 0;
  padding: 0;
  font-weight: 800;
  text-align: center;
  font-size: 22px;
}
.payment-page .payment-plan-bank .bank-info-box p {
  margin: 0;
  padding-top: 10px;
  text-align: center;
}
.payment-page .processing-charge-box {
  text-align: center;
  display: block;
  width: 100%;
  padding: 50px 0 30px 0;
}
.payment-page .processing-charge-box h2 {
  margin: 0;
  line-height: 40px;
}
.payment-page .title-payment {
  text-align: center;
  width: 100%;
  display: block;
  padding: 30px 0;
}
.payment-page .title-payment h2 {
  margin: 0;
  padding: 0;
  font-weight: 800;
  font-size: 28px;
  line-height: 44px;
}
.payment-page .title-payment h2 span {
  color: #D32F2F;
}
.education-content {
  width: 100%;
  display: block;
}
.education-content .full-width-banner img {
  width: 100%;
}
.education-content ul {
  margin: 0;
  padding: 0;
}
.education-content ul li {
  list-style: none;
}
.education-content .digital-odd-even {
  width: 100%;
  display: block;
}
.education-content .digital-odd-even img {
  width: 100%;
}
.education-content .digital-odd-even ul li {
  display: flex;
  margin: 0;
  border-top: 1px solid #eee;
  padding: 30px 0;
}
.education-content .digital-odd-even ul li .digital-odd-even-img {
  width: 41.66666666666667%;
  display: inline-block;
  padding: 0;
}
.education-content .digital-odd-even ul li .digital-odd-even-img img {
  display: block;
  width: 100%;
}
.education-content .digital-odd-even ul li .digital-odd-detail {
  width: 58.333333333333336%;
  display: inline-block;
  padding: 0 30px;
}
.education-content .digital-odd-even ul li .digital-odd-detail h1 {
  color: #0862b1;
  font-size: 40px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}
.education-content .digital-odd-even ul li .digital-odd-detail p {
  font-size: 17px;
}
.education-content .digital-odd-even ul li:nth-child(even) .digital-odd-even-img {
  order: 2;
}
.education-content .digital-odd-even ul li:nth-child(even) .digital-odd-detail {
  padding: 0 30px 0 0;
}
.education-content .digital-odd-even ul li.fullwidth-box .digital-odd-detail {
  padding: 0;
  width: 100%;
}
.education-content .our-service-odd {
  width: 100%;
  display: block;
}
.education-content .our-service-odd h2 {
  color: #0862b1;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
.education-content .our-service-odd ul li {
  list-style: none;
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.education-content .our-service-odd ul li .service-icon {
  width: 16.666666666666664%;
  text-align: center;
}
.education-content .our-service-odd ul li .service-text {
  width: 83.33333333333334%;
}
.education-content .our-service-odd ul li .service-text h3 {
  color: #626262;
  font-size: 26px;
  font-weight: 700;
  margin-top: 30px;
}
.education-content .our-service-odd ul li .service-text p {
  font-size: 18px;
  line-height: 32px;
}
.education-content .our-service-odd ul li:nth-child(even) .service-icon {
  order: 2;
}
.education-content .our-service-odd ul li:nth-child(even) .service-text {
  text-align: right;
}
.Sitemap-page ul.row {
  padding: 0;
  margin: 0 -15px;
  display: flex;
  width: 100%;
  flex-flow: wrap;
}
.Sitemap-page ul.row li.col-md-3 {
  width: 25%;
  list-style: none;
  padding: 0 15px;
}
.Sitemap-page ul.row li.col-md-3 a.sitemap-item-heading {
  margin-bottom: 15px;
  display: block;
  font-size: 18px;
}
.Sitemap-page ul.row li.col-md-3 ul.list {
  padding: 0;
}
.Sitemap-page ul.row li.col-md-3 ul.list li {
  list-style: none;
}
.cms-subscribe-now .products-grid .product-item-popular .product-item-info .product-item-details span.product_attr {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #999;
  margin: 2px 0 7px 0;
}
.cms-subscribe-now .page-main .page-title-wrapper .page-title {
  display: none;
}
.cms-subscribe-now .page-main .widget.block.block-static-block {
  margin-bottom: 0px;
}
.cms-subscribe-now .page-main .products-grid {
  margin: 25px 0px 0px 0px;
  display: inline-block;
  width: 100%;
}
.cms-subscribe-now .page-main .products-grid .product-items {
  margin: 0px -20px !important;
}
.cms-subscribe-now .page-main .products-grid .product-items .product-item-popular {
  margin: 0px;
  float: left;
  padding: 20px;
  width: 25%;
  text-align: center;
}
.cms-subscribe-now .page-main .products-grid .product-items .product-item-popular .product-item-info {
  margin: 0px;
  border: 1px solid #eee;
}
.cms-subscribe-now .page-main .products-grid .product-items .product-item-popular .product-item-info .product-image-container {
  display: unset;
}
.cms-subscribe-now .page-main .products-grid .product-items .product-item-popular .product-item-info .towishlist {
  display: none;
}
.cms-subscribe-now .page-main .products-grid .product-items .product-item-popular .product-item-info .product-item-details {
  padding: 10px 20px 20px 30px;
  text-align: left;
}
.cms-subscribe-now .page-main .products-grid .product-items .product-item-popular .product-item-info .product-item-details .price-box .price {
  font-size: 18px;
  color: #000;
}
.cms-subscribe-now .page-main .products-grid .product-items .product-item-popular .product-item-info .product-item-details .price-box .old-price .price {
  font-size: 16px;
  color: #999999;
}
.cms-subscribe-now .page-main .products-grid .product-items .product-item-popular .product-item-info .product-item-details .product-item-name {
  height: auto;
  line-height: 20px;
  overflow: hidden;
  margin: 0px 0px 10px 0px;
  line-height: normal;
}
.cms-subscribe-now .page-main .products-grid .product-items .product-item-popular .product-item-info .product-item-details .product-item-name a {
  font-size: 18px;
  color: #000;
}
.looknbuy-index-view .base_image .easypin .easypin-marker .easypin-popover {
  border-radius: 20px 20px 20px 0px;
  width: 150px;
}
.looknbuy-index-looks .page-main .page-title-wrapper .page-title {
  display: none;
}
.looknbuy-index-looks .page-main .products-grid {
  margin: 40px 0px 0px 0px;
  display: inline-block;
  width: 100%;
}
.looknbuy-index-looks .page-main .products-grid .product-items {
  margin: 0px -20px;
}
.looknbuy-index-looks .page-main .products-grid .product-items .item {
  margin: 0px;
  float: left;
  padding: 0px 20px;
  width: 25%;
  text-align: center;
}
.looknbuy-index-looks .page-main .products-grid .product-items .item .product-item-info {
  margin: 0px;
  border: 1px solid #eee;
}
.looknbuy-index-looks .page-main .products-grid .product-items .item .product-item-info .product-image-wrapper {
  background: transparent;
}
.looknbuy-index-looks .page-main .products-grid .product-items .item .product-item-info .product-item-details {
  padding: 10px 20px 20px 20px;
  text-align: left;
}
.looknbuy-index-looks .page-main .products-grid .product-items .item .product-item-info .product-item-details span.product_attr {
  font-size: 14px;
  color: #999;
  margin-bottom: 8px;
  float: left;
  width: 100%;
}
.looknbuy-index-looks .page-main .products-grid .product-items .item .product-item-info .product-item-details .product-item-name {
  height: 40px;
  overflow: hidden;
  margin: 0px 0px 10px 0px;
  line-height: normal;
}
.looknbuy-index-looks .page-main .products-grid .product-items .item .product-item-info .product-item-details a.cart-item-link {
  font-size: 14px;
  background: #fff;
  color: #000;
  height: 38px;
  border: 2px solid #231f20;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 0px 25px;
  font-weight: bold;
  line-height: 36px;
}
.looknbuy-index-looks .page-main .products-grid .product-items .item .product-item-info .product-item-details a.cart-item-link span {
  display: inherit;
}
.looknbuy-index-looks .page-main .products-grid .product-items .item .product-item-info .product-item-details a.cart-item-link span:before {
  content: "\e94b";
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  font-family: 'md-ico-fgo';
  float: left;
  padding-right: 5px;
  color: #000000;
}
.looknbuy-index-looks .page-main .products-grid .product-items .item .product-item-info .product-item-details a.cart-item-link:hover {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
}
.looknbuy-index-looks .page-main .products-grid .product-items .item .product-item-info .product-item-details a.cart-item-link:hover span:before {
  color: #fff;
}
.storelocator-index-index .map-container {
  width: 60%;
  float: right;
}
.storelocator-index-index .store-list ul {
  border: none;
  padding: 0;
  margin: 0px;
}
.storelocator-index-index .ajax-info {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.storelocator-index-index .ajax-info .product.data.items {
  background: #eee;
  padding: 28px 20px 8px 20px;
}
.storelocator-index-index .ajax-info .product.data.items #tab-address {
  margin: 0px;
  background: transparent;
  border: none;
  text-align: center;
  padding: 20px 0px;
}
.storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance {
  margin: 0px auto;
  text-align: center;
  display: inline-block;
}
.storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance label {
  height: 44px;
  line-height: 44px;
  padding: 0px;
  color: #333333;
  font-size: 15px;
  float: left;
  margin-right: 10px;
}
.storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance input {
  float: left;
  border: 1px solid #ccc;
  box-shadow: none;
  height: 44px;
  line-height: 44px;
  padding: 0px 20px;
  color: #999;
  font-size: 15px;
}
.storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .input-location {
  display: inline-block;
  min-width: 400px;
  width: 32%;
}
.storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .input-location input {
  margin: 0px;
  width: 70%;
}
.storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .input-location label {
  width: 100px;
}
.storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .radius-input-container {
  display: inline-block;
  min-width: 260px;
  width: 22%;
  margin: 0px;
}
.storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .radius-input-container input {
  margin: 0px;
  width: 64%;
}
.storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .radius-input-container label {
  width: auto;
}
.storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .radius-input-container span {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  margin: 0 0 0 10px;
}
.storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .search-type {
  display: inline-block;
  margin: 0 0 0 20px;
}
.storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .search-type .button {
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  padding: 0px;
  border-radius: 4px;
  width: 150px;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 1;
  border: none;
}
.storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .search-type .button.btn-by-address {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  margin-right: 20px;
}
.storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .search-type .button.btn-by-address:hover {
  background: transparent;
  color: #000;
}
.storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .search-type .button.btn-reset-address {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .search-type .button.btn-reset-address:hover {
  background: #000;
  color: #fff;
}
.storelocator-index-index .ajax-info .product.data.items .item.title {
  float: none;
  width: 100%;
}
.storelocator-index-index .ajax-info .product.data.items .item.title span.switch {
  margin: 0px;
  border: none;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 17px;
  color: #333;
  font-weight: bold;
  padding: 0px;
  background: transparent;
}
.storelocator-index-index .ajax-info .product.data.items .item.title span.switch:hover {
  background: transparent;
}
.cms-brand .page-main .page-title-wrapper .page-title,
.storelocator-index-index .page-main .page-title-wrapper .page-title {
  font-size: 24px;
  color: #000;
  padding: 10px 0 10px 0;
  text-align: center;
  margin: 0px;
  display: inline-block;
  width: 100%;
  font-weight: 300;
}
div.cms-content .cms-content-important {
  font-size: 14px;
  font-weight: 300;
  background: transparent;
  margin: 0 0 20px;
  padding: 0 0 0 0;
  font-family: 'Roboto';
  line-height: 20px;
}
div.cms-content h2 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
div.cms-content ul {
  padding: 0 0 0px 15px;
}
div.cms-content ul li {
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 10px 0;
}
div.cms-content p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding: 0 0 20px 0;
}
div.cms-content a {
  font-size: 14px;
  font-weight: 300;
}
div.cms-content table {
  margin: 0 0 20px 0;
}
div.cms-content.privacy-policy .block .title {
  font-size: 14px;
  font-weight: 500;
}
div.cms-content.privacy-policy ul.items {
  padding: 0;
}
div.cms-content.privacy-policy ul.items a {
  font-size: 13px;
  font-weight: 500;
}
.md-error-page h2 {
  font-size: 100px;
  text-align: center;
}
.cms-page-view .cms-content table td {
  font-weight: 400;
}
.cms-page-view .block.block-collapsible-nav {
  display: none;
}
/********Full Width Layout********/
@media only screen and (min-width: 1210px) {
  body.full-width-layout {
    /****Home Page****/
    /****Listing Page****/
  }
  body.full-width-layout.contact-index-index .contact-banner .page-title-wrapper,
  body.full-width-layout .header.content,
  body.full-width-layout .page-header .header.panel,
  body.full-width-layout .center-box.home-category-section,
  body.full-width-layout .center-box.home-new-pro,
  body.full-width-layout .footer-info-banner-box,
  body.full-width-layout .footer.content .footer-bottom-colored,
  body.full-width-layout .page-footer .md-footer-copy .md-footer-copy-box {
    width: 100%;
    max-width: 100%;
  }
  body.full-width-layout .center-box.home-category-section .home-discount-sale {
    width: 42%;
  }
  body.full-width-layout .center-box.home-category-section .cat-box {
    width: 58%;
  }
  body.full-width-layout .center-box.home-category-section .cat-box > li {
    width: 40%;
  }
  body.full-width-layout .center-box.home-category-section .cat-box > li:nth-child(2),
  body.full-width-layout .center-box.home-category-section .cat-box > li:nth-child(3) {
    width: 60%;
  }
  body.full-width-layout .page-wrapper .breadcrumbs .items,
  body.full-width-layout .page-main {
    width: 100%;
    max-width: 100%;
  }
  body.full-width-layout .page-wrapper .breadcrumbs .items {
    padding-right: 0;
    padding-left: 0;
  }
  body.full-width-layout.page-products .products-grid .product-item {
    width: 20%;
  }
  body.full-width-layout .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action {
    width: 40px;
  }
}
@media only screen and (max-width: 1080px) {
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance {
    margin: 0px auto;
    text-align: center;
    display: flex;
    flex-flow: wrap;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .input-location {
    min-width: 48%;
    width: 48%;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .radius-input-container {
    min-width: 48%;
    width: 48%;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .search-type {
    margin: 15px 0 0;
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cms-subscribe-now .page-main .products-grid {
    margin: 20px 0px 0px 0px;
  }
  .cms-subscribe-now .page-main .products-grid .product-items {
    margin: 0px -5px;
  }
  .cms-subscribe-now .page-main .products-grid .product-items .product-item-popular {
    padding: 0px 5px 10px 5px;
    width: 50%;
  }
  .cms-subscribe-now .page-main .products-grid .product-items .product-item-popular .product-item-info .product-item-details {
    padding: 10px;
  }
  .cms-subscribe-now .page-main .products-grid .product-items .product-item-popular .product-item-info .product-item-details .product-item-name a {
    font-size: 14px;
  }
  .looknbuy-index-looks .page-main .products-grid {
    margin: 20px 0px 0px 0px;
  }
  .looknbuy-index-looks .page-main .products-grid .product-items {
    margin: 0px -5px;
  }
  .looknbuy-index-looks .page-main .products-grid .product-items .item {
    padding: 0px 5px 10px 5px;
    width: 50%;
  }
  .looknbuy-index-looks .page-main .products-grid .product-items .item .product-item-info .product-item-details {
    padding: 10px;
  }
  .looknbuy-index-looks .page-main .products-grid .product-items .item .product-item-info .product-item-details a.cart-item-link {
    font-size: 12px;
    padding: 0px 6px;
  }
  .storelocator-index-index .map-container {
    width: 100%;
  }
  .storelocator-index-index #map {
    height: 300px;
  }
  .storelocator-index-index .ajax-info .product.data.items {
    padding: 28px 20px 8px 20px;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address {
    padding: 20px 0px;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .input-location {
    display: inline-block;
    min-width: 100%;
    width: 100%;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .input-location input {
    margin: 0px;
    width: 100%;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .radius-input-container {
    min-width: 100%;
    width: 100%;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .radius-input-container input {
    margin: 0px;
    width: 86%;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .radius-input-container label {
    width: 100%;
    text-align: left;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .search-type {
    margin: 15px 0px 0px 0px;
    width: 100%;
    display: flex;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .search-type .button {
    width: 50%;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-subscribe-now .page-main .products-grid {
    margin: 20px 0px 0px 0px;
  }
  .cms-subscribe-now .page-main .products-grid .product-items {
    margin: 0px -10px;
  }
  .cms-subscribe-now .page-main .products-grid .product-items .product-item-popular {
    padding: 0px 10px 20px 10px;
  }
  .cms-subscribe-now .page-main .products-grid .product-items .product-item-popular .product-item-info .product-item-details {
    padding: 10px;
  }
  .cms-subscribe-now .page-main .products-grid .product-items .product-item-popular .product-item-info .product-item-details .product-item-name a {
    font-size: 15px;
  }
  .looknbuy-index-looks .page-main .products-grid {
    margin: 20px 0px 0px 0px;
  }
  .looknbuy-index-looks .page-main .products-grid .product-items {
    margin: 0px -10px;
  }
  .looknbuy-index-looks .page-main .products-grid .product-items .item {
    padding: 0px 10px 20px 10px;
  }
  .looknbuy-index-looks .page-main .products-grid .product-items .item .product-item-info .product-item-details {
    padding: 10px;
  }
  .looknbuy-index-looks .page-main .products-grid .product-items .item .product-item-info .product-item-details a.cart-item-link {
    font-size: 12px;
    padding: 0px 6px;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .input-location {
    min-width: 48%;
    width: 48%;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .input-location input {
    margin: 0px;
    width: 60%;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .radius-input-container {
    display: inline-block;
    min-width: 48%;
    width: 48%;
    margin: 0px;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .search-type {
    display: inline-block;
    margin: 20px 0 0 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .input-location {
    min-width: 350px;
    width: 32%;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .input-location input {
    width: 60%;
  }
}
.contact-index-index .columns .column .md-contact-bg form .fieldset .field .control .input-text::-webkit-input-placeholder {
  color: #9b9b9b;
}
.contact-index-index .columns .column .md-contact-bg form .fieldset .field .control .input-text:-ms-input-placeholder {
  color: #9b9b9b;
}
.contact-index-index .columns .column .md-contact-bg form .fieldset .field .control .input-text::placeholder {
  color: #9b9b9b;
}
.contact-index-index div.contact-banner .page-title-wrapper h1.page-title {
  margin: 30px 0px 0 0;
}
.contact-index-index header.page-header {
  margin: 0;
}
.contact-index-index .contact-banner {
  position: relative;
  text-align: center;
}
.contact-index-index .contact-banner .page-title-wrapper {
  position: absolute;
  width: 1441px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  text-align: left;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: table;
  vertical-align: middle;
}
.contact-index-index .contact-banner .page-title-wrapper h1 {
  color: #2b2a2a;
  font-size: 27px;
  font-weight: 400;
  margin: 0;
}
.contact-index-index .contact-banner .page-title-wrapper h4 {
  margin: 0;
  color: #515050;
  font-size: 22px;
  font-weight: 300;
}
.contact-index-index .columns .column .md-contact-bg {
  background: #f7f7f7;
  float: left;
  width: 100%;
  margin: 40px 0;
}
.contact-index-index .columns .column .md-contact-bg form {
  float: left;
  width: 670px;
  padding: 20px 0 30px 40px;
  max-width: 100%;
}
.contact-index-index .columns .column .md-contact-bg form .fieldset {
  margin-bottom: 0;
}
.contact-index-index .columns .column .md-contact-bg form .fieldset .field {
  margin: 0 0 14px 0;
  float: left;
  width: 100%;
}
.contact-index-index .columns .column .md-contact-bg form .fieldset .field .field {
  margin: 0 0 0 0;
  width: 49%;
  float: left;
}
.contact-index-index .columns .column .md-contact-bg form .fieldset .field .field.telephone {
  float: right;
}
.contact-index-index .columns .column .md-contact-bg form .fieldset .field .control {
  width: 100%;
}
.contact-index-index .columns .column .md-contact-bg form .fieldset .field .control .input-text {
  color: #000000;
  height: 40px;
  border-color: #ededed;
  font-size: 15px;
  border-radius: 2px;
  padding-left: 13px;
  padding-right: 13px;
}
.contact-index-index .columns .column .md-contact-bg form .fieldset .field .control .input-text:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.contact-index-index .columns .column .md-contact-bg form .fieldset .field .control textarea.input-text {
  height: auto;
  color: #000000;
}
.contact-index-index .columns .column .md-contact-bg form .fieldset .field .control textarea.input-text:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.contact-index-index .columns .column .md-contact-bg form .fieldset h3 {
  font-size: 20px;
  color: #2b2a2a;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-index-index .columns .column .md-contact-bg form .fieldset p {
  font-size: 14px;
  color: #2b2a2a;
  font-weight: 300;
  margin-bottom: 30px;
}
.contact-index-index .columns .column .md-contact-bg form .actions-toolbar {
  margin: 0;
}
.contact-index-index .columns .column .md-contact-bg form .actions-toolbar .action {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 400;
  padding: 20px 50px;
  border-radius: 3px;
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info {
  width: 450px;
  max-width: 100%;
  padding: 30px;
  background: #231f20;
  float: right;
  color: #ffffff;
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info p {
  font-size: 14px;
  font-weight: 300;
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info ul li {
  margin: 0;
  padding: 0;
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info ul li a {
  color: #ffffff;
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info ul.md-contact-inner li {
  position: relative;
  padding: 15px 0 15px 60px;
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info ul.md-contact-inner li:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info ul.md-contact-inner li:hover {
  text-decoration: none;
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info ul.md-contact-inner li:before {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 24px;
  color: #fcc28e;
  margin: -15px 0 0 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info ul.md-contact-inner li.address:before {
  content: "\e927";
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info ul.md-contact-inner li.phone:before {
  content: "\e929";
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info ul.md-contact-inner li.email:before {
  content: "\e918";
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info ul.md-contact-inner li.web:before {
  content: "\e92a";
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info ul.md-contact-inner li:hover:before {
  transform: translateX(-1px) rotateY(-180deg);
  -ms-transform: translateX(-1px) rotateY(-180deg);
  -webkit-transform: translateX(-1px) rotateY(-180deg);
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info ul.social li a {
  position: relative;
  float: left;
  margin: 20px 40px 0 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info ul.social li a:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info ul.social li a:hover {
  text-decoration: none;
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info ul.social li a:before {
  font-size: 22px;
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info ul.social li a:hover {
  transform: translateX(-1px) rotateY(-180deg);
  -ms-transform: translateX(-1px) rotateY(-180deg);
  -webkit-transform: translateX(-1px) rotateY(-180deg);
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info ul.social li.fb a:before {
  content: "\e90e";
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info ul.social li.gplus a:before {
  content: "\e928";
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info ul.social li.tweet a:before {
  content: "\e910";
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info ul.social li.in a:before {
  content: "\e90f";
}
@media only screen and (min-width: 1024px) and (max-width: 1210px) {
  .contact-index-index div.contact-banner {
    line-height: 12px;
  }
  .contact-index-index div.contact-banner .page-title-wrapper {
    width: 100%;
  }
  .contact-index-index .columns .column.main .md-contact-bg .md-contact-info,
  .contact-index-index .columns .column.main .md-contact-bg form {
    width: 39%;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-index-index div.contact-banner {
    line-height: 12px;
  }
  .contact-index-index div.contact-banner .page-title-wrapper {
    width: 100%;
  }
  .contact-index-index div.contact-banner .page-title-wrapper h1 {
    font-size: 14px;
    font-weight: 600;
  }
  .contact-index-index div.contact-banner .page-title-wrapper h4 {
    font-size: 11px;
    font-weight: 600;
  }
  .contact-index-index .columns .column.main .md-contact-bg {
    margin: 20px 0;
  }
  .contact-index-index .columns .column.main .md-contact-bg form {
    width: 100%;
    padding: 20px;
  }
  .contact-index-index .columns .column.main .md-contact-bg .md-contact-info {
    width: 100%;
    padding: 20px;
  }
}
.customer-account-createpassword .page-title-wrapper h1.page-title {
  text-align: center;
  width: 100%;
  display: block;
  margin: 30px 0;
  font-size: 30px;
  color: #231f20;
  font-family: 'Roboto';
  font-weight: 400;
}
.customer-account-createpassword .page-title-wrapper h1.page-title span {
  font-weight: bold;
  font-size: 30px;
}
.customer-account-createpassword form#form-validate {
  width: 100%;
  min-width: 0;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0px 1px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.customer-account-createpassword form#form-validate fieldset.fieldset {
  margin: 0;
}
.customer-account-createpassword form#form-validate fieldset.fieldset .field {
  margin-bottom: 20px;
}
.customer-account-createpassword form#form-validate fieldset.fieldset .field label.label {
  text-align: left;
  font-weight: 500;
  font-size: 15px;
  margin: 0 0 5px 0;
  color: #333;
  float: left;
  width: 100%;
}
.customer-account-createpassword form#form-validate fieldset.fieldset .field .control {
  width: 100%;
}
.customer-account-createpassword form#form-validate .actions-toolbar {
  margin: 0;
}
.customer-account-createpassword form#form-validate .actions-toolbar button.action,
.customer-account-createpassword form#form-validate .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action {
  height: 45px;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: bold;
  padding: 0 35px;
}
.account .column.main .form-edit-account .fieldset .field.choice .field-tooltip.toggle {
  width: auto;
  vertical-align: middle;
  top: -12px;
  margin: 0 30px;
}
.account .column.main .form-edit-account .fieldset .field.choice .field-tooltip.toggle span#tooltip-label {
  display: none;
}
.block-balance-giftcard .block-content p a {
  color: #006BB4;
}
.customer-account-forgotpassword .page-main > .page-title-wrapper .page-title {
  margin-bottom: 0;
}
.customer-account-forgotpassword form.form.forget.password .actions-toolbar .primary .action {
  margin-right: 0;
  background: #000000;
  color: #ffffff;
  height: 45px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 300;
  padding: 13px 25px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  border: 1px solid #000;
  text-transform: uppercase;
  line-height: 17px;
}
.customer-account-forgotpassword form.form.forget.password .actions-toolbar .primary .action:hover {
  background: #d71923;
  color: #ffffff;
  border-color: #d71923;
}
.customer-address-index .actions-toolbar .secondary {
  float: right !important;
}
.customer-address-index .actions-toolbar .secondary .action.back {
  display: inline-block !important;
  color: #006BB4 !important;
  font-size: 14px !important;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0;
  line-height: 40px;
}
.message.error {
  display: inline-block;
  width: 100%;
}
.messages {
  display: inline-block;
  width: 100%;
}
.login-container .block-new-customer.block.block-new-customer.block .actions-toolbar .primary:last-child {
  padding-left: 10px;
}
.login-container .block-new-customer.block.block-new-customer.block .actions-toolbar .primary:last-child button,
.login-container .block-new-customer.block.block-new-customer.block .actions-toolbar .primary:last-child .cart.table-wrapper .actions-toolbar > .action {
  margin-left: 0 !important;
}
.login-container .block-new-customer.block.block-new-customer.block .actions-toolbar .primary a.action,
.login-container .block-new-customer.block.block-new-customer.block .actions-toolbar .primary:last-child button,
.login-container .block-new-customer.block.block-new-customer.block .actions-toolbar .primary:last-child .cart.table-wrapper .actions-toolbar > .action {
  padding: 7px 30px;
}
.customer-account-login h1.page-title {
  text-align: center;
  float: left;
  width: 100%;
}
.customer-account-login h1.page-title span {
  font-size: 30px;
  font-weight: bold;
}
.customer-account-login .login-container {
  clear: both;
  float: left;
  width: 100%;
}
.customer-account-login .login-container .block-customer-login,
.customer-account-login .login-container .login-block-container {
  float: left;
  width: 47%;
  box-shadow: 0px 1px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.customer-account-login .login-container .block-customer-login #md-login-social .md-login-h3,
.customer-account-login .login-container .login-block-container #md-login-social .md-login-h3 {
  border-bottom: 0;
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}
.customer-account-login .login-container .block-customer-login .block.block-customer-login,
.customer-account-login .login-container .login-block-container .block.block-customer-login {
  border: 0;
  width: 100%;
  padding: 0;
  min-height: auto;
}
.customer-account-login .login-container .block-customer-login .block.block-customer-login .block-content form .field.email,
.customer-account-login .login-container .login-block-container .block.block-customer-login .block-content form .field.email,
.customer-account-login .login-container .block-customer-login .block.block-customer-login .block-content form .field.password,
.customer-account-login .login-container .login-block-container .block.block-customer-login .block-content form .field.password {
  margin: 0 0 14px;
}
.customer-account-login .login-container .block-customer-login .block.block-customer-login .block-content form .field.email .control label,
.customer-account-login .login-container .login-block-container .block.block-customer-login .block-content form .field.email .control label,
.customer-account-login .login-container .block-customer-login .block.block-customer-login .block-content form .field.password .control label,
.customer-account-login .login-container .login-block-container .block.block-customer-login .block-content form .field.password .control label {
  font-size: 15px;
  color: #333;
  padding-bottom: 5px;
  float: left;
  width: 100%;
}
.customer-account-login .login-container .block-customer-login .block.block-customer-login .block-content form .field.email .control input,
.customer-account-login .login-container .login-block-container .block.block-customer-login .block-content form .field.email .control input,
.customer-account-login .login-container .block-customer-login .block.block-customer-login .block-content form .field.password .control input,
.customer-account-login .login-container .login-block-container .block.block-customer-login .block-content form .field.password .control input {
  border: 1px solid #ccc;
  height: 45px;
  border-radius: 4px;
}
.customer-account-login .login-container .block-customer-login .block.block-customer-login .block-content form .field.email .control:after,
.customer-account-login .login-container .login-block-container .block.block-customer-login .block-content form .field.email .control:after,
.customer-account-login .login-container .block-customer-login .block.block-customer-login .block-content form .field.password .control:after,
.customer-account-login .login-container .login-block-container .block.block-customer-login .block-content form .field.password .control:after {
  content: none;
}
.customer-account-login .login-container .md-login-social {
  float: left;
  width: 50%;
}
.page-main > .page-title-wrapper .page-title {
  font-weight: 400;
  font-size: 25px;
}
.pager .pages {
  text-align: center;
}
.pager .pages .item a.action {
  margin: 0;
  width: 30px;
  display: inline-block;
  padding: 5px;
  background: #ffffff;
  text-align: center;
  height: 30px;
  line-height: 20px;
  vertical-align: middle;
  border-radius: 50%;
  border: 2px solid #000000;
}
.pager .pages .item a.action:before {
  color: #000000 !important;
  position: relative !important;
  left: 0;
  top: -1px;
  display: block;
  line-height: 20px;
  font-weight: 700;
  font-size: 28px;
}
.pager .pages .item a.action:hover {
  border: 2px solid #231f20;
}
.pager .pages .item a.action:hover:before {
  color: #231f20 !important;
}
.pages .items .item {
  margin: 0 5px;
}
.pages .items a.action {
  margin: 0;
}
.pages .item a.page,
.pages .item strong.page {
  width: 30px;
  display: inline-block;
  padding: 5px;
  color: #ffffff;
  background: #000000;
  text-align: center;
  height: 30px;
  line-height: 20px;
  vertical-align: middle;
  border-radius: 50%;
}
.pages .item a.page:hover {
  opacity: 0.8;
}
.pages .item strong.page {
  background-color: #231f20;
}
.rtl_layout .subscribenow-account-view .subscribenow-account-view .col-1-sub {
  width: 48%;
  float: right;
}
.rtl_layout .subscribenow-account-view .item-options dd {
  float: right;
}
.rtl_layout .subscribenow-account-view .item-options dt {
  clear: right;
  float: right;
  margin: 0 0 5px 5px;
}
.rtl_layout .limiter {
  float: left;
}
.rtl_layout .table:not(.cart):not(.totals) tfoot .mark {
  text-align: left;
}
.rtl_layout .table-order-items .subtotal,
.rtl_layout .table-order-items .amount {
  text-align: left;
}
.rtl_layout .subscribenow-account-view .col-1-sub {
  float: right;
}
.rtl_layout .subscribenow-account-view .box-title h2 {
  font-weight: 500;
  font-size: 18px;
}
.rtl_layout .subscribenow-account-view .subscription-disclaimer span {
  float: left;
}
.rtl_layout .subscribenow-account-view .item-options dt {
  clear: right;
  float: right;
  margin: 0 0 5px 5px;
}
.rtl_layout .subscribenow-account-view .item-options dd {
  float: right;
}
.rtl_layout .subscribenow-account-view .back-subscription.go-back {
  float: left;
}
.rtl_layout .account .page-title-wrapper .block.block-addresses-default .block-title a,
.rtl_layout .account .page-title-wrapper .block.block-addresses-default .block-title span {
  float: none !important;
  display: inline-block !important;
  margin: 0 0px 5px 5px !important;
  font-size: 15px !important;
}
.rtl_layout .field.choice.ktpl-gdpr-checkbox label.label span {
  display: inline-block;
  vertical-align: top;
}
.form.create.account.form-create-account .fieldset .label span {
  display: inline-block;
  vertical-align: top;
}
.form.create.account.form-create-account input[type="checkbox"] + label:before {
  margin: 0;
}
button#bundle-slide,
.cart.table-wrapper .actions-toolbar > .action#bundle-slide {
  font-size: 16px;
  padding: 8px 15px;
}
.bundle-options-wrapper legend#customizeTitle {
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 20px;
}
.product-bundle-product .bundle-options-container .block-bundle-summary {
  border: 1px solid #c0c0c0;
  background: #ffffff;
  padding: 15px;
}
.product-bundle-product .bundle-options-container .block-bundle-summary .product-image-container {
  padding: 10px;
  border: 1px solid #ededed;
  margin: 12px 0px 12px;
}
.product-bundle-product .bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 500;
  font-size: 20px;
}
.product-bundle-product .product-info-main .price-box .price-from,
.product-bundle-product .product-info-main .price-box .price-to {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px;
}
.product-bundle-product .product-info-main .price-box .price-to {
  margin-left: 10px;
}
.product-bundle-product .partialpayment-addtocart-form .fb-wrap {
  display: inline-block;
  vertical-align: top;
}
.rtl-layout .product-bundle-product .product-info-main .price-box .price-to {
  margin-left: 0px;
  margin-right: 10px;
}
.rtl-layout .product-info-main .product-add-form .table.data.grouped .price-box {
  margin: 0 0 0 5px;
}
.product-info-main .product-add-form .table.data.grouped {
  border-collapse: collapse;
  border-style: hidden;
}
.product-info-main .product-add-form .table.data.grouped th {
  border-bottom: none !important;
}
.product-info-main .product-add-form .table.data.grouped td {
  border: 1px solid #c0c0c0 !important;
}
.product-info-main .product-add-form .table.data.grouped .price-box {
  margin: 0 5px 0 0px;
}
.product-info-main .product-add-form .table.data.grouped .price-box span.price {
  font-size: 16px;
  font-weight: 500;
}
.product-group-product .price-box.price-final_price {
  margin: 0px;
}
.product-group-product .product-info-main .price-box {
  margin: 0px;
}
.product-info-main .price-box .price-label {
  display: none;
}
.login-container {
  clear: both;
}
.login-container .block-customer-login.block,
.login-container .block-new-customer.block {
  border: 0;
  padding: 20px;
  min-height: auto;
  margin: 0;
  position: relative;
}
.login-container .block-customer-login.block .block-title,
.login-container .block-new-customer.block .block-title {
  border-bottom: 0;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.login-container .block-customer-login.block .block-title strong,
.login-container .block-new-customer.block .block-title strong {
  font-size: 15px;
  color: #333333;
  text-transform: capitalize;
  font-weight: 700;
}
.login-container .block-customer-login.block .block-content .field .control,
.login-container .block-new-customer.block .block-content .field .control {
  position: relative;
  width: 100%;
}
.login-container .block-customer-login.block .block-content .field .control:after,
.login-container .block-new-customer.block .block-content .field .control:after {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.login-container .block-customer-login.block .block-content .field .control:hover,
.login-container .block-new-customer.block .block-content .field .control:hover {
  text-decoration: none;
}
.login-container .block-customer-login.block .block-content .field .control:after,
.login-container .block-new-customer.block .block-content .field .control:after {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #b5b5b5;
  font-size: 22px;
  z-index: 9;
}
.login-container .block-customer-login.block .block-content .field .control select,
.login-container .block-new-customer.block .block-content .field .control select,
.login-container .block-customer-login.block .block-content .field .control .input-text,
.login-container .block-new-customer.block .block-content .field .control .input-text {
  border: 1px solid #b5b5b5;
  height: 40px;
  padding-left: 15px;
  padding-right: 40px;
  color: #7e7e7e;
  font-weight: 300;
  font-size: 14px;
}
.login-container .block-customer-login.block .block-content .field.choice label span,
.login-container .block-new-customer.block .block-content .field.choice label span {
  font-size: 15px;
  color: #333333;
}
.login-container .block-customer-login.block .block-content .field.captcha .label,
.login-container .block-new-customer.block .block-content .field.captcha .label {
  font-size: 12px;
  font-weight: 600;
  width: auto;
  text-align: left;
  color: #666;
  padding: 0 0 5px 0;
}
.login-container .block-customer-login.block .block-content .field.captcha .captcha-img,
.login-container .block-new-customer.block .block-content .field.captcha .captcha-img {
  margin: 0 10px 10px 0;
  border: 1px solid #cccccc;
  padding: 5px 10px;
}
.login-container .block-customer-login.block .block-content .field.captcha .control .action.reload,
.login-container .block-new-customer.block .block-content .field.captcha .control .action.reload {
  font-size: 0;
  padding: 5px;
  line-height: normal;
  border-radius: 50%;
}
.login-container .block-customer-login.block .block-content .field.captcha .control .action.reload:after,
.login-container .block-new-customer.block .block-content .field.captcha .control .action.reload:after {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.login-container .block-customer-login.block .block-content .field.captcha .control .action.reload:hover,
.login-container .block-new-customer.block .block-content .field.captcha .control .action.reload:hover {
  text-decoration: none;
}
.login-container .block-customer-login.block .block-content .field.captcha .control .action.reload:after,
.login-container .block-new-customer.block .block-content .field.captcha .control .action.reload:after {
  content: "\e924";
  font-size: 20px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  display: inherit;
  line-height: normal;
}
.login-container .block-customer-login.block .block-content .field.captcha .control .action.reload:hover:after,
.login-container .block-new-customer.block .block-content .field.captcha .control .action.reload:hover:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.login-container .block-customer-login.block .block-content .actions-toolbar,
.login-container .block-new-customer.block .block-content .actions-toolbar {
  margin: 0;
}
.login-container .block-customer-login.block .block-content .actions-toolbar .primary .action,
.login-container .block-new-customer.block .block-content .actions-toolbar .primary .action {
  border: 0;
  border-radius: 0;
  background: #000000;
  padding: 7px 14px 8px 14px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  line-height: normal;
  min-width: 150px;
  min-height: 45px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  line-height: 30px;
  border: 1px solid #000;
}
.login-container .block-customer-login.block .block-content .actions-toolbar .primary .action:hover,
.login-container .block-new-customer.block .block-content .actions-toolbar .primary .action:hover {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}
.login-container .block-customer-login.block .block-content .actions-toolbar .primary .action:hover,
.login-container .block-new-customer.block .block-content .actions-toolbar .primary .action:hover {
  text-decoration: none;
  background: #d71923;
  color: #ffffff;
  border-color: #d71923;
}
.login-container .block-customer-login.block .block-content .actions-toolbar .secondary .action,
.login-container .block-new-customer.block .block-content .actions-toolbar .secondary .action {
  color: #231f20;
  font-size: 15px;
  color: #333333;
  text-decoration: underline;
}
.login-container .block-customer-login.block .block-content .actions-toolbar .secondary .action:hover,
.login-container .block-new-customer.block .block-content .actions-toolbar .secondary .action:hover {
  text-decoration: none;
  color: #d71923;
}
.login-container .block-customer-login.block .block-content .login:after,
.login-container .block-new-customer.block .block-content .login:after {
  margin: 0;
  position: absolute;
  top: 25px;
  right: 20px;
}
.login-container .block-customer-login.block.block-new-customer.block .actions-toolbar,
.login-container .block-new-customer.block.block-new-customer.block .actions-toolbar {
  margin-top: 25px;
}
.login-container .fieldset .field:not(.choice) .label {
  text-align: left;
}
.login-container .fieldset .field.choice.ktpl-gdpr-checkbox:before {
  display: none;
}
.login-container .block-new-customer.block {
  padding: 34px 26px 26px 26px;
}
.login-container .block-new-customer.block .block-title {
  margin-bottom: 10px;
}
.login-container .block-new-customer.block .block-content p {
  color: #333;
  font-size: 15px;
  line-height: 22px;
}
.login-container .block-new-customer.block .block-content .actions-toolbar .primary .action {
  padding: 7px 36px 8px 36px;
}
form.form.forget.password {
  width: 40%;
  min-width: 0;
  max-width: 100%;
  text-align: left;
}
form.form.forget.password .fieldset {
  margin-bottom: 20px;
}
form.form.forget.password .fieldset .field .label {
  width: auto;
  font-weight: 500;
  font-size: 13px;
  margin: 0 0 5px 0;
  color: #7e7e7e;
}
form.form.forget.password .fieldset .field .control {
  position: relative;
  width: 100%;
}
form.form.forget.password .fieldset .field .control:after {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
form.form.forget.password .fieldset .field .control:hover {
  text-decoration: none;
}
form.form.forget.password .fieldset .field .control:after {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #b5b5b5;
  font-size: 22px;
  z-index: 9;
}
form.form.forget.password .fieldset .field .control select,
form.form.forget.password .fieldset .field .control .input-text {
  border: 1px solid #b5b5b5;
  height: 40px;
  padding-left: 15px;
  padding-right: 40px;
  color: #7e7e7e;
  font-weight: 300;
  font-size: 14px;
}
form.form.forget.password .fieldset .field .control .nested {
  margin: 20px 0 0 0;
}
form.form.forget.password .fieldset .field .control .nested .action.reload {
  font-size: 0;
  padding: 5px;
  line-height: normal;
  border-radius: 50%;
}
form.form.forget.password .fieldset .field .control .nested .action.reload:after {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
form.form.forget.password .fieldset .field .control .nested .action.reload:hover {
  text-decoration: none;
}
form.form.forget.password .fieldset .field .control .nested .action.reload:after {
  content: "\e924";
  font-size: 20px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  display: inherit;
  line-height: normal;
}
form.form.forget.password .fieldset .field .control .nested .action.reload:hover:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
form.form.forget.password .fieldset .field .control .nested .captcha .captcha-img {
  margin: 0 10px 10px 0;
  border: 1px solid #cccccc;
  padding: 5px 10px;
}
form.form.forget.password .actions-toolbar {
  margin: 0;
}
form.form.forget.password .actions-toolbar .primary .action {
  border: 0;
  border-radius: 0;
  background: #000000;
  padding: 7px 14px 8px 14px;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  line-height: normal;
}
form.form.forget.password .actions-toolbar .primary .action:hover {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}
form.form.forget.password .actions-toolbar .primary .action:hover {
  text-decoration: none;
}
form.form.forget.password .actions-toolbar .secondary .action {
  color: #231f20;
}
form.form.forget.password .actions-toolbar .secondary .action:hover {
  text-decoration: none;
  color: #d71923;
}
.customer-account-create h1.page-title {
  text-align: center;
  float: left;
  width: 100%;
}
.customer-account-create h1.page-title span {
  font-size: 30px;
  font-weight: bold;
}
.customer-account-create #md-login-social .md-login-h3 {
  border-bottom: 0;
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}
.fieldset {
  margin-bottom: 20px;
}
.fieldset .legend {
  margin: 0 0 15px 0;
  font-size: 15px;
  color: #333333;
  text-transform: capitalize;
  font-weight: 700;
}
.fieldset .label {
  text-align: left;
  font-weight: 500;
  font-size: 15px;
  margin: 0 0 5px 0;
  color: #333333;
  float: left;
  width: 100%;
}
.fieldset .field.choice {
  margin-top: 18px;
}
.fieldset .field {
  margin-bottom: 8px;
}
.fieldset .field:before {
  margin: 0;
  width: auto;
  padding: 0;
}
.fieldset .field .control {
  width: 100%;
}
.fieldset .field .control select,
.fieldset .field .control .input-text {
  border: 1px solid #b5b5b5;
  height: 40px;
  padding-left: 15px;
  padding-right: 40px;
  color: #7e7e7e;
  font-weight: 300;
  font-size: 14px;
  border: 1px solid #ccc;
  height: 45px;
  border-radius: 4px;
}
.fieldset .field .control .nested .label {
  display: none;
}
.form.create.account.form-create-account {
  width: 100%;
  min-width: 0;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0px 1px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.form.create.account.form-create-account .fieldset {
  margin-bottom: 20px;
}
.form.create.account.form-create-account .fieldset .legend {
  margin: 0 0 15px 0;
  font-size: 15px;
  color: #333333;
  text-transform: capitalize;
  font-weight: 700;
}
.form.create.account.form-create-account .fieldset .label {
  text-align: left;
  font-weight: 500;
  font-size: 15px;
  margin: 0 0 5px 0;
  color: #333333;
  float: left;
  width: 100%;
}
.form.create.account.form-create-account .fieldset .field.choice {
  margin-top: 18px;
}
.form.create.account.form-create-account .fieldset .field {
  margin-bottom: 8px;
}
.form.create.account.form-create-account .fieldset .field:before {
  margin: 0;
  width: auto;
  padding: 0;
}
.form.create.account.form-create-account .fieldset .field .control {
  width: 100%;
}
.form.create.account.form-create-account .fieldset .field .control .input-text {
  border: 1px solid #b5b5b5;
  height: 40px;
  padding-left: 15px;
  padding-right: 40px;
  color: #7e7e7e;
  font-weight: 300;
  font-size: 14px;
  border: 1px solid #ccc;
  height: 45px;
  border-radius: 4px;
}
.form.create.account.form-create-account .fieldset .field .control .nested .label {
  display: none;
}
.form.create.account.form-create-account .actions-toolbar {
  margin: 0;
}
.form.create.account.form-create-account .actions-toolbar .primary button,
.form.create.account.form-create-account .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action {
  height: 45px;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: bold;
  padding: 0 35px;
  border: 1px solid #000;
}
.form.create.account.form-create-account .actions-toolbar .primary button:hover,
.form.create.account.form-create-account .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action:hover {
  background: #d71923;
  color: #ffffff;
  border-color: #d71923;
}
.form.create.account.form-create-account .actions-toolbar .secondary .action {
  color: #231f20;
  font-size: 15px;
  color: #333;
  text-decoration: underline;
}
.form.create.account.form-create-account .actions-toolbar .secondary .action:hover {
  text-decoration: none;
  color: #d71923;
}
.column.main form.form.send.friend {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.column.main form.form.send.friend > .fieldset {
  margin-bottom: 20px;
  float: left;
  width: 48%;
}
.column.main form.form.send.friend > .fieldset + .fieldset {
  float: right;
}
.column.main form.form.send.friend > .fieldset + .fieldset .fieldset {
  margin-bottom: 0;
}
.column.main form.form.send.friend > .fieldset .legend {
  margin: 0 0 10px 0;
}
.column.main form.form.send.friend > .fieldset .label {
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  margin: 0 0 5px 0;
  color: #7e7e7e;
}
.column.main form.form.send.friend > .fieldset .field {
  margin-bottom: 20px;
}
.column.main form.form.send.friend > .fieldset .field:last-child {
  margin-bottom: 0;
}
.column.main form.form.send.friend > .fieldset .field:before {
  margin: 0;
  width: auto;
  padding: 0;
}
.column.main form.form.send.friend > .fieldset .field .control {
  width: 100%;
}
.column.main form.form.send.friend > .fieldset .field .control .input-text:not(textarea) {
  border: 1px solid #b5b5b5;
  height: 40px;
  padding-left: 15px;
  padding-right: 40px;
  color: #7e7e7e;
  font-weight: 300;
  font-size: 14px;
}
.column.main form.form.send.friend .actions-toolbar {
  margin: 0;
  float: left;
  clear: left;
  width: 48%;
}
.column.main form.form.send.friend .actions-toolbar .secondary {
  text-align: left;
}
.column.main form.form.send.friend .actions-toolbar .secondary .action.back {
  color: #231f20;
}
.column.main form.form.send.friend .actions-toolbar .secondary .action.back:hover {
  text-decoration: none;
  color: #d71923;
}
.column.main form.form.send.friend .additional {
  margin-top: 20px;
}
.column.main form.form.send.friend .additional .actions-toolbar {
  width: auto;
  position: absolute;
  right: 0;
  top: 10px;
}
.column.main form.form.send.friend .additional .actions-toolbar .action.remove {
  margin: 0;
  font-size: 0;
  display: inherit;
  padding: 0;
  background: transparent;
  line-height: normal;
}
.column.main form.form.send.friend .additional .actions-toolbar .action.remove:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.column.main form.form.send.friend .additional .actions-toolbar .action.remove:hover {
  text-decoration: none;
}
.column.main form.form.send.friend .additional .actions-toolbar .action.remove:before {
  content: "\e91c";
  font-size: 8px;
  color: #231f20;
  border: 1px solid #231f20;
  padding: 2px;
  line-height: normal;
}
/********Account Section********/
.account .sidebar .block-wishlist .product-item-actions .tocart,
.account .sidebar .block-reorder .product-item-actions .tocart,
.account .sidebar .block-wishlist .actions-toolbar .primary .tocart,
.account .sidebar .block-reorder .actions-toolbar .primary .tocart {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000;
}
.account .sidebar .block-wishlist .product-item-actions .tocart:hover,
.account .sidebar .block-reorder .product-item-actions .tocart:hover,
.account .sidebar .block-wishlist .actions-toolbar .primary .tocart:hover,
.account .sidebar .block-reorder .actions-toolbar .primary .tocart:hover {
  background: #d71923;
  color: #ffffff;
  border-color: #d71923;
}
.account .sidebar-main .block-collapsible-nav .content,
.account .sidebar-main .account-nav .content {
  background: transparent;
  /*border: 1px solid #ccc;*/
  padding: 0;
}
.account .sidebar-main .block-collapsible-nav .content .item,
.account .sidebar-main .account-nav .content .item {
  border-bottom: 1px solid #EEEEEE;
}
.account .sidebar-main .block-collapsible-nav .content .item a,
.account .sidebar-main .account-nav .content .item a {
  color: #333333;
  font-weight: 400;
  padding-left: 22px;
  padding-right: 0;
  border: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 15px;
  border-left: 3px solid transparent;
}
.account .sidebar-main .block-collapsible-nav .content .item a:hover,
.account .sidebar-main .account-nav .content .item a:hover {
  color: #231f20;
  padding-left: 30px;
  background: transparent;
}
.account .sidebar-main .block-collapsible-nav .content .item.current strong,
.account .sidebar-main .account-nav .content .item.current strong {
  color: #231f20;
  /*padding-left: @md-size-ten;*/
  background: transparent;
  border: 0;
  padding-left: 22px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
}
.account .sidebar-main .block-collapsible-nav .content .item.current strong:before,
.account .sidebar-main .account-nav .content .item.current strong:before {
  content: '';
  border-left: 3px solid #D71921;
  position: relative;
  left: -22px;
}
.account .sidebar-main .block-collapsible-nav .content .item.current > a > strong,
.account .sidebar-main .account-nav .content .item.current > a > strong {
  padding-left: 0;
}
.account .sidebar-main .block-collapsible-nav .content .item.current > a > strong:before,
.account .sidebar-main .account-nav .content .item.current > a > strong:before {
  left: -24px;
}
.account .sidebar-main .block-collapsible-nav .content .item .delimiter,
.account .sidebar-main .account-nav .content .item .delimiter {
  border-color: #999999;
  margin-left: 0;
  margin-right: 0;
}
.account .sidebar .block {
  border-top: 5px solid #999999;
  border-bottom: 5px solid #999999;
  margin-bottom: 17px;
  padding: 0;
}
.account .sidebar .block-title {
  font-size: 21px;
  color: #373638;
}
.account .sidebar .block-title strong {
  font-weight: 400;
  font-size: 21px;
  text-align: center;
}
.account .sidebar .empty {
  font-size: 14px;
  font-weight: 300;
}
.account .sidebar-additional {
  margin-top: 0;
}
.account .return-status,
.account .order-status {
  float: right;
  margin: 35px 0 30px 0;
}
.account .order-actions-toolbar {
  background: #f5f5f5;
  padding: 10px;
  font-size: 12px;
  text-align: right;
  margin-bottom: 10px;
}
.account .order-actions-toolbar .action.order,
.account .order-actions-toolbar .action.print {
  float: none;
  display: initial;
}
.account.subscribenow-account-view .column.main h2,
.account.subscribenow-account-order .column.main h2,
.account.subscribenow-account-history .column.main h2 {
  margin-top: 0;
  font-weight: bold;
  color: #000;
  font-size: 20px;
}
.account .column.main {
  font-weight: 300;
  font-size: 15px;
  color: #666;
  /*.actions-toolbar {
                .secondary {
                    float: @float-left;
                }
            }*/
}
.account .column.main .form-newsletter-manage .field:before,
.account .column.main .form-newsletter-manage .actions-toolbar,
.account .column.main .form-newsletter-manage .control {
  margin-left: 0;
  width: auto;
  padding: 0;
}
.account .column.main .form-newsletter-manage legend {
  margin: 0 0 15px 0;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
  width: 100%;
}
.account .column.main .block.block-reviews-dashboard .item {
  margin: 0 0 0 0;
}
.account .column.main .block.block-reviews-dashboard .item .product-name {
  font-weight: 400;
}
.account .column.main .block.block-reviews-dashboard .item .product-name a {
  font-size: 15px;
  color: #666;
}
.account .column.main .block.block-reviews-dashboard .item .rating-summary {
  color: #999;
  font-size: 16px;
}
.account .column.main .form-edit-account .actions-toolbar {
  margin: 0;
  width: 100%;
  float: left;
}
.account .column.main .form-edit-account .fieldset {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}
.account .column.main .form-edit-account .fieldset:nth-child(even) {
  float: right;
}
.account .column.main .form-edit-account .fieldset .field:before,
.account .column.main .form-edit-account .fieldset .control {
  width: 100%;
}
.account .column.main .form-edit-account .fieldset .legend {
  margin-left: 0;
  width: auto;
  padding: 0;
  border-bottom: 2px solid #cccccc;
  padding-bottom: 10px;
  width: 100%;
  margin: 0 0 25px 0;
}
.account .column.main .form-edit-account .fieldset .legend span {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: bold;
}
.account .column.main .form-edit-account .fieldset .field {
  margin: 0 0 20px 0;
}
.account .column.main .form-edit-account .fieldset .field.choice {
  margin-bottom: 10px;
  width: auto;
}
.account .column.main .form-edit-account .fieldset .field.choice label.label {
  width: auto;
}
.account .column.main .form-edit-account .fieldset > .field:not(.choice) > .label {
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: left;
  padding: 0 0 10px 0;
  width: 100%;
}
.account .column.main .form-edit-account .fieldset > .field:not(.choice) > .label span {
  font-size: 15px;
  color: #333;
}
.account .column.main .order-details-items {
  border-color: #e9e8e8;
}
.account .column.main .order-details-items.shipments .order-title .action.print {
  margin: 0 10px;
}
.account .column.main .order-links {
  padding-bottom: 10px;
  border-color: #e9e8e8;
}
.account .column.main .block-title,
.account .column.main .legend {
  margin: 0 0 15px 0;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
  width: 100%;
}
.account .column.main .block-title strong,
.account .column.main .legend strong,
.account .column.main .block-title span,
.account .column.main .legend span {
  font-size: 18px;
  font-weight: 700 !important;
  color: #3c3c3c;
}
.account .column.main .block-title .action.view,
.account .column.main .legend .action.view,
.account .column.main .block-title .action.edit,
.account .column.main .legend .action.edit {
  margin: 7px 0 0 0;
  color: #006BB4;
  font-size: 15px;
  font-weight: normal !important;
}
.account .column.main .block-title .action.view span,
.account .column.main .legend .action.view span,
.account .column.main .block-title .action.edit span,
.account .column.main .legend .action.edit span {
  margin: 7px 0 0 0;
  color: #006BB4;
  font-size: 15px;
  font-weight: normal !important;
}
.account .column.main .block {
  margin-bottom: 29px;
}
.account .column.main .block .block-content .box-title {
  margin-bottom: 6px;
}
.account .column.main .block .block-content .box-title > span {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: #333;
}
.account .column.main .block .box-actions {
  margin-top: 6px;
}
.account .column.main .block .box-actions a.action {
  color: #006BB4;
  font-size: 14px;
}
.account .column.main .block .box-actions a.action.edit {
  padding-right: 10px;
}
.account .column.main .block .box-actions .action.change-password {
  padding-left: 10px;
  border-left: 1px solid #006BB4;
}
.account .column.main .info-table th {
  font-weight: 700;
  background: #cccccc;
  font-size: 15px;
  color: #000000;
  border: 0;
  padding: 14px 10px 14px 20px;
}
.account .column.main .data.table thead td:last-child,
.account .column.main .payments thead td:last-child,
.account .column.main .summary thead td:last-child,
.account .column.main .info-table thead td:last-child,
.account .column.main .data.table tbody td:last-child,
.account .column.main .payments tbody td:last-child,
.account .column.main .summary tbody td:last-child,
.account .column.main .info-table tbody td:last-child,
.account .column.main .data.table thead th:last-child,
.account .column.main .payments thead th:last-child,
.account .column.main .summary thead th:last-child,
.account .column.main .info-table thead th:last-child,
.account .column.main .data.table tbody th:last-child,
.account .column.main .payments tbody th:last-child,
.account .column.main .summary tbody th:last-child,
.account .column.main .info-table tbody th:last-child {
  text-align: left;
}
.account .column.main .data.table thead td,
.account .column.main .payments thead td,
.account .column.main .summary thead td,
.account .column.main .info-table thead td,
.account .column.main .data.table tbody td,
.account .column.main .payments tbody td,
.account .column.main .summary tbody td,
.account .column.main .info-table tbody td {
  font-size: 14px;
  color: #666666;
  padding: 14px 10px 14px 20px;
}
.account .column.main .data.table tbody tr,
.account .column.main .payments tbody tr,
.account .column.main .summary tbody tr,
.account .column.main .info-table tbody tr,
.account .column.main .data.table tfoot tr,
.account .column.main .payments tfoot tr,
.account .column.main .summary tfoot tr,
.account .column.main .info-table tfoot tr {
  border: 1px solid #eeeeee;
}
.account .column.main .data.table tbody tr:last-child,
.account .column.main .payments tbody tr:last-child,
.account .column.main .summary tbody tr:last-child,
.account .column.main .info-table tbody tr:last-child,
.account .column.main .data.table tfoot tr:last-child,
.account .column.main .payments tfoot tr:last-child,
.account .column.main .summary tfoot tr:last-child,
.account .column.main .info-table tfoot tr:last-child {
  border-radius: 0 0 4px 4px;
}
.account .column.main .data.table thead th,
.account .column.main .payments thead th,
.account .column.main .summary thead th,
.account .column.main .info-table thead th {
  font-weight: 700;
  background: #cccccc;
  font-size: 15px;
  color: #000000;
  border: 0;
  padding: 14px 10px 14px 20px;
}
.account .column.main .data.table thead th:first-child,
.account .column.main .payments thead th:first-child,
.account .column.main .summary thead th:first-child,
.account .column.main .info-table thead th:first-child {
  border-radius: 4px 0 0 0;
}
.account .column.main .data.table thead th:last-child,
.account .column.main .payments thead th:last-child,
.account .column.main .summary thead th:last-child,
.account .column.main .info-table thead th:last-child {
  border-radius: 0 4px 0 0;
}
.account .column.main .data.table .price-including-tax .price,
.account .column.main .payments .price-including-tax .price,
.account .column.main .summary .price-including-tax .price,
.account .column.main .info-table .price-including-tax .price,
.account .column.main .data.table .price-excluding-tax .price,
.account .column.main .payments .price-excluding-tax .price,
.account .column.main .summary .price-excluding-tax .price,
.account .column.main .info-table .price-excluding-tax .price {
  font-weight: 600;
  font-size: 14px;
}
.account .column.main .data.table.table-order-items tbody + tbody,
.account .column.main .payments.table-order-items tbody + tbody,
.account .column.main .summary.table-order-items tbody + tbody,
.account .column.main .info-table.table-order-items tbody + tbody {
  border-color: #e9e8e8;
}
.account .column.main .data.table.table-order-items tfoot .subtotal th,
.account .column.main .payments.table-order-items tfoot .subtotal th,
.account .column.main .summary.table-order-items tfoot .subtotal th,
.account .column.main .info-table.table-order-items tfoot .subtotal th,
.account .column.main .data.table.table-order-items tfoot .subtotal td,
.account .column.main .payments.table-order-items tfoot .subtotal td,
.account .column.main .summary.table-order-items tfoot .subtotal td,
.account .column.main .info-table.table-order-items tfoot .subtotal td {
  border-color: #e9e8e8;
}
.account .column.main .form-wishlist-items .product-item-photo {
  border: 0;
}
.account .column.main .form-wishlist-items .product-item-actions {
  position: relative;
  margin: 0px 0 10px 0px !important;
}
.account .column.main .form-wishlist-items .product-item-actions .action.edit,
.account .column.main .form-wishlist-items .product-item-actions .action.delete {
  font-size: 0;
  padding: 0;
}
.account .column.main .form-wishlist-items .product-item-actions .action.edit:before,
.account .column.main .form-wishlist-items .product-item-actions .action.delete:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.account .column.main .form-wishlist-items .product-item-actions .action.edit:hover,
.account .column.main .form-wishlist-items .product-item-actions .action.delete:hover {
  text-decoration: none;
}
.account .column.main .form-wishlist-items .product-item-actions .action.edit:before,
.account .column.main .form-wishlist-items .product-item-actions .action.delete:before {
  font-size: 14px;
  line-height: 10px;
  color: #000000;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.account .column.main .form-wishlist-items .product-item-actions .action.edit:hover:before,
.account .column.main .form-wishlist-items .product-item-actions .action.delete:hover:before {
  color: #231f20;
}
.account .column.main .form-wishlist-items .product-item-actions .action.edit {
  position: absolute;
  right: 5px;
  top: -46px;
}
.account .column.main .form-wishlist-items .product-item-actions .action.edit:before {
  content: "\e926";
  content: '\e930';
  font-family: 'md-ico-fgo';
  color: #666666;
  font-size: 16px;
}
.account .column.main .form-wishlist-items .product-item-actions .action.delete {
  position: absolute;
  right: 0px;
  top: -46px;
}
.account .column.main .form-wishlist-items .product-item-actions .action.delete:before {
  content: "\e925";
  content: '\e92f';
  font-family: 'md-ico-fgo';
  color: #666666;
  font-size: 12px;
}
.account .column.main .form-wishlist-items .comment-box {
  margin: 0 0 20px 0;
}
.account .column.main .form-wishlist-items .comment-box textarea {
  border-color: #e9e8e8;
  color: #333333;
  font-size: 13px;
}
.account .column.main .form-wishlist-items .box-tocart {
  float: left;
}
.account .column.main .form-wishlist-items .box-tocart .fieldset .product-item-actions,
.account .column.main .form-wishlist-items .box-tocart .fieldset .field.qty {
  float: left;
  margin: 0;
}
.account .column.main .form-wishlist-items .box-tocart .fieldset .product-item-actions .label,
.account .column.main .form-wishlist-items .box-tocart .fieldset .field.qty .label {
  float: left;
  padding: 3px 5px 0 0;
  font-size: 13px;
  font-weight: 500;
}
.account .column.main .form-wishlist-items .box-tocart .fieldset .product-item-actions .control,
.account .column.main .form-wishlist-items .box-tocart .fieldset .field.qty .control {
  width: 30px;
}
.account .column.main .form-wishlist-items .box-tocart .fieldset .product-item-actions .control .input-text,
.account .column.main .form-wishlist-items .box-tocart .fieldset .field.qty .control .input-text {
  width: 100%;
  height: 26px;
  color: #555;
}
.account .column.main .form-wishlist-items .product-item-actions {
  float: left;
}
.account .column.main .form-wishlist-items .product-item-actions .tocart {
  padding: 4px 7px;
  font-size: 11px;
  background: #000000;
  color: #ffffff;
  border: 1px solid #333333;
  text-transform: uppercase;
}
.account .column.main .form-wishlist-items .product-item-actions .tocart:hover {
  background: #d71923;
  color: #ffffff;
  border-color: #d71923;
}
.account .column.main .form-wishlist-items .actions-toolbar {
  border-top: 1px solid #e9e8e8;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}
.account .column.main .form-wishlist-items .actions-toolbar .secondary {
  float: right;
}
.account .column.main .block-addresses-list .block-content {
  margin-bottom: 20px;
}
.account .column.main .block-addresses-list .block-content .table-wrapper.additional-addresses {
  overflow-x: auto;
}
.account .column.main .reward-settings .fieldset .field.choice {
  margin: 0 0 12px 0;
}
.account .column.main .block-reward-info .block-title a.action.more {
  color: #006BB4;
  font-size: 15px;
}
/******Address Book*****/
.columns .column form.form-address-edit {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.columns .column form.form-address-edit .fieldset {
  margin-bottom: 20px;
}
.columns .column form.form-address-edit .fieldset .legend {
  margin: 0 0 10px 0;
}
.columns .column form.form-address-edit .fieldset .label {
  width: 100%;
  text-align: left;
  position: relative;
  font-weight: 500;
  font-size: 13px;
  margin: 0 0 5px 0;
  color: #7e7e7e;
}
.columns .column form.form-address-edit .fieldset .field {
  margin-bottom: 20px;
}
.columns .column form.form-address-edit .fieldset .field:before {
  margin: 0;
  width: auto;
  padding: 0;
}
.columns .column form.form-address-edit .fieldset .field .control {
  width: 100%;
}
.columns .column form.form-address-edit .fieldset .field .control .input-text {
  border: 1px solid #b5b5b5;
  height: 40px;
  color: #7e7e7e;
  font-weight: 300;
  font-size: 14px;
}
.columns .column form.form-address-edit .actions-toolbar {
  margin: 0 0 20px 0;
}
.columns .column form.form-address-edit .actions-toolbar .primary .action {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
}
.columns .column form.form-address-edit .actions-toolbar .secondary .action {
  color: #231f20;
}
.columns .column form.form-address-edit .actions-toolbar .secondary .action:hover {
  text-decoration: none;
  color: #d71923;
}
.checkout-success .action.primary.continue,
.checkout-success .amshopby-button.continue,
.checkout-success .am-filter-go.continue {
  background: #000000;
  color: #ffffff;
  height: 45px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 300;
  padding: 13px 25px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  border: 1px solid #000;
  text-transform: uppercase;
  line-height: 17px;
}
.checkout-success .action.primary.continue:hover,
.checkout-success .amshopby-button.continue:hover,
.checkout-success .am-filter-go.continue:hover {
  background: #d71923;
  color: #ffffff;
  border-color: #d71923;
}
.multicheckout {
  padding-bottom: 20px;
}
.multicheckout .table-wrapper tr {
  border-bottom: 1px solid #ccc;
}
.multicheckout .table-wrapper tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.multicheckout .table-wrapper .table-order-review tfoot td,
.multicheckout .table-wrapper .table-order-review tfoot th {
  vertical-align: middle;
}
.multicheckout .table-wrapper .table-order-review thead th:last-child,
.multicheckout .table-wrapper .table-order-review tbody td:last-child,
.multicheckout .table-wrapper .table-order-review tfoot td {
  text-align: right;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  margin-bottom: 10px;
}
.multicheckout .actions-toolbar {
  margin-top: 20px;
}
.multicheckout .actions-toolbar .secondary .action,
.multicheckout .actions-toolbar .primary .action {
  font-size: 13px;
  line-height: normal;
  padding: 7px 15px;
}
.multicheckout .actions-toolbar .secondary .action.back,
.multicheckout .actions-toolbar .primary .action.back {
  margin: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin: 0;
}
.multicheckout .actions-toolbar .secondary {
  float: right;
  margin-top: 0;
}
.multicheckout .checkout-review .grand.totals {
  margin: 10px 0;
}
.checkout-index-index .block-customer-login .fieldset > .field:not(.choice) > .label {
  text-align: left;
}
.form.reward-settings .fieldset > .legend {
  margin-left: 0;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 15px 0;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
  width: 100%;
}
.form.reward-settings .fieldset > .legend span {
  font-size: 18px;
  font-weight: 700;
  color: #3c3c3c;
}
.form.reward-settings .fieldset .field.choice:before {
  display: none;
}
.form.reward-settings .actions-toolbar {
  margin-left: 0 !important;
}
/**********Responsive**********/
@media only screen and (max-width: 1239px) {
  .account .sidebar .block-title strong {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .login-container .block-new-customer.block.block-new-customer.block .actions-toolbar .primary a.action,
  .login-container .block-new-customer.block.block-new-customer.block .actions-toolbar .primary:last-child button,
  .login-container .block-new-customer.block.block-new-customer.block .actions-toolbar .primary:last-child .cart.table-wrapper .actions-toolbar > .action {
    padding: 7px 15px;
  }
  .form.create.account.form-create-account {
    width: 50%;
  }
}
@media only screen and (max-width: 950px) {
  .login-container .block-customer-login.block .block-content .login:after {
    top: 10px;
    right: 30px;
  }
  form.form.forget.password {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .login-container .block-customer-login.block,
  .login-container .block-new-customer.block {
    min-height: 0;
    margin: 0 0 30px 0;
    padding: 30px;
    width: 100%;
  }
  .form.create.account.form-create-account {
    width: 100%;
  }
  .column.main form.form.send.friend > .fieldset {
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }
  .column.main form.form.send.friend .actions-toolbar {
    width: 100%;
  }
  /******Address Book*****/
  .columns .column.main form.form-address-edit {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .login-container .block-customer-login.block,
  .login-container .block-new-customer.block {
    padding: 30px 20px;
  }
  .login-container .block-customer-login.block .block-title strong,
  .login-container .block-new-customer.block .block-title strong {
    font-size: 18px;
  }
}
@media only screen and (max-width: 639px) {
  .account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tr {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .account .block-collapsible-nav .item > strong,
  .account .account-nav .item > strong,
  .account .block-collapsible-nav .item a,
  .account .account-nav .item a {
    padding: 8px 18px 8px 15px;
  }
  .account .login-container .block-new-customer.block.block-new-customer.block .actions-toolbar .primary:last-child {
    padding-left: 0px;
  }
  .account .page-title-wrapper h1.page-title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
  }
  .account .column.main .block-addresses-list .block-content .table-wrapper table tr,
  .account .column.main .block-balance-history .block-content .table-wrapper table tr,
  .account .column.main .block-reward-history .block-content .table-wrapper table tr {
    padding: 0 10px;
    margin-bottom: 5px;
  }
  .customer-account-login .page-main .columns,
  .customer-account-create .page-main .columns {
    display: unset;
  }
  .customer-account-login .register-block-container,
  .customer-account-create .register-block-container {
    float: left;
    width: 100%;
    margin: 0;
    max-width: 100%;
    box-shadow: none;
    padding: 0;
  }
  .customer-account-login .register-block-container #md-login-social .md-login-social li,
  .customer-account-create .register-block-container #md-login-social .md-login-social li {
    padding: 0 10px 10px 0;
  }
  .customer-account-login .login-container .login-block-container,
  .customer-account-create .login-container .login-block-container {
    width: 100%;
    padding: 15px 0 0 0;
    margin-bottom: 20px;
    box-shadow: unset;
  }
  .customer-account-login .login-container .login-block-container #md-login-social .md-login-social li,
  .customer-account-create .login-container .login-block-container #md-login-social .md-login-social li {
    margin: 0 0 7px 0px;
  }
  .customer-account-login .login-container .block-new-customer,
  .customer-account-create .login-container .block-new-customer {
    width: 100%;
    float: left;
    padding: 0;
  }
  .rtl-layout .product-group-product .product-info-main .price-box {
    float: right;
  }
  .rtl-layout .table-wrapper.grouped table.data.grouped td.col {
    text-align: right;
  }
  .rtl-layout .table-wrapper.grouped table.data.grouped td.col:before {
    padding: 0 0 2px 10px !important;
  }
  .table-wrapper.grouped table.data.grouped td.col {
    text-align: left;
    padding: 10px !important;
    margin: -1px 0px 0px;
    border: 1px solid #c0c0c0 !important;
  }
  table#my-orders-table tbody tr {
    margin: 0 0 15px;
  }
  .account .column.main .block-title strong {
    font-weight: 600 !important;
  }
  .account .order-details-items .order-title > strong {
    font-weight: 600;
  }
  .account .column.main .block .block-content .box {
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
  }
  .login-container .block-new-customer.block .block-content .actions-toolbar .primary .action {
    display: inline-block;
    padding: 7px 36px 8px 36px;
  }
  form.form.forget.password {
    width: 100%;
  }
  form.form.forget.password .fieldset .field .control .nested .captcha .captcha-img {
    float: left;
  }
  form.form.forget.password .fieldset .field .control .nested .action.reload {
    margin: 16px 0 0 0;
  }
  .column.main form.form.send.friend .actions-toolbar .secondary {
    width: 100%;
  }
  .multicheckout .actions-toolbar .secondary {
    width: 100%;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin: 10px 0 0 0;
  }
  /*****Account Responsive*****/
  .account .sidebar .block {
    float: left;
    width: 100%;
  }
  .account .sidebar .block.block-reorder .actions-toolbar,
  .account .sidebar .block.block-compare .actions-toolbar {
    margin-bottom: 0;
  }
  .account .sidebar .block.block-reorder .actions-toolbar .primary,
  .account .sidebar .block.block-compare .actions-toolbar .primary,
  .account .sidebar .block.block-reorder .actions-toolbar .action,
  .account .sidebar .block.block-compare .actions-toolbar .action {
    margin-bottom: 0;
  }
  .account .page-main {
    padding-top: 0;
  }
  .account .page-main .column.main {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .account .page-main .column.main .product-items {
    margin-left: 0;
  }
  .account .page-main .column.main .products-grid.wishlist {
    margin-right: 0;
  }
  .account .page-main .column.main .products-grid.wishlist .product-item {
    padding: 20px 0px 20px 0px;
  }
  .account .page-main .column.main .actions-toolbar .secondary {
    width: 100%;
  }
  .account .page-main .column.main .form-wishlist-items .product-item-actions {
    margin: 0;
  }
  .account .page-main .column.main .form-edit-account .fieldset {
    width: 100%;
  }
  .account .return-status,
  .account .order-status {
    margin: 0px 0 30px 0;
  }
  .account .order-details-items .data.table tfoot tr,
  .account .order-details-items .data.table tfoot th {
    font-weight: bold;
  }
  .account .order-details-items .table-wrapper .data.table.table-order-items tr td,
  .account .order-details-items .table-wrapper .data.table.table-order-items tr td:last-child {
    text-align: left;
  }
  .account .order-details-items .actions-toolbar {
    display: inline-block;
  }
  .multicheckout.order-review .data.table.table-order-review tbody tr {
    /*td.col, 
                    td:before {
                        text-align: @text-right;
                        color: red;
                    }*/
  }
  .multicheckout.order-review .data.table.table-order-review tbody tr td.col {
    text-align: left;
  }
  .multicheckout.order-review .data.table.table-order-review tbody tr td.col:before {
    text-align: left;
  }
  .multicheckout.order-review .data.table.table-order-review tbody tr td.col:last-child {
    text-align: right;
  }
  .multicheckout.order-review .data.table.table-order-review tbody tr td.col:last-child:before {
    text-align: right;
    padding-right: 0;
  }
}
@media screen and (max-width: 400px) {
  .account .page-wrapper .column.main .block .block-content .box {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 920px) {
  .account .column.main .form-wishlist-items .box-tocart {
    width: 100%;
  }
  .account .column.main .form-wishlist-items .box-tocart .fieldset .field.qty {
    float: left;
  }
  .account .column.main .form-wishlist-items .product-item-inner > .product-item-actions {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .account .column.main .form-wishlist-items .product-item-inner > .product-item-actions .action {
    float: left;
  }
  .account .column.main .form-wishlist-items .product-item-inner > .product-item-actions .action.delete {
    float: right;
  }
  .account .products-grid.wishlist ol li .product-item-info .product-item-inner .giftregisty-dropdown.add {
    margin: 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .account .page-main .column.main .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #md-login-social .md-login-social li button,
  #md-login-social .md-login-social li .cart.table-wrapper .actions-toolbar > .action {
    width: auto;
    margin-bottom: 10px;
  }
  .customer-account-login .login-container .login-block-container {
    padding: 20px;
  }
  .customer-account-login .login-container .block-new-customer.block {
    padding: 10px;
  }
}
.page-product-downloadable .product-add-form .product-options-bottom,
.page-product-downloadable .product-add-form .product-options-wrapper {
  width: 100%;
}
.page-product-downloadable .product-add-form .product-options-bottom .box-tocart,
.page-product-downloadable .product-add-form .product-options-wrapper .box-tocart {
  clear: both;
  float: left;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  width: 70px;
  height: 50px;
}
.rtl_layout .subscribenow-account-view .subscribenow-account-view .col-1-sub {
  width: 48%;
  float: right;
}
dl.full-payment-options {
  position: relative;
}
.account.magento_rma-returns-view .page-title-wrapper {
  display: inline-block;
  width: 100%;
}
.account.magento_rma-returns-view .page-title-wrapper h1.page-title {
  margin-bottom: 20px;
  width: auto;
  font-weight: 500;
  font-size: 25px;
}
.account.magento_rma-returns-view .page-title-wrapper .return-status {
  margin: 20px 0 10px 0 !important;
  display: inline-block;
  vertical-align: top;
}
#invitations-options .fields.additional {
  margin: 0 0 15px;
}
.account .page-title-wrapper .block.block-addresses-default {
  margin: 10px 0 20px 0;
}
form#invitationForm fieldset.fieldset {
  margin: 0 0 10px;
}
form#invitationForm legend.legend {
  margin: 0px 0 20px;
  width: 100%;
}
form#invitationForm .fieldset > .legend {
  font-weight: 500;
}
.magento_invitation-index-send .page-title-wrapper h1.page-title {
  font-weight: 500;
}
#rma_create_form legend.legend {
  margin: 0 0 20px;
  font-weight: 500;
}
#rma_create_form .fieldset > .field {
  margin: 0 0 10px;
}
#rma_create_form .fieldset > .field span.label,
#rma_create_form .fieldset > .field label.label {
  text-align: left;
}
#rma_create_form .fieldset > .field.comment {
  margin-top: 20px;
}
.form-create-return .fieldset .actions-toolbar button.action,
.form-create-return .fieldset .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action {
  margin: 10px 0 0 !important;
}
form#rma_create_form .fields.additional.row {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #ededed;
}
.invitations a.action.send.primary {
  padding: 6px;
  display: inline-block;
  margin: 0;
}
.rtl-layout .fieldset #invitations-options .actions-toolbar .secondary button.action.remove,
.rtl-layout .fieldset #invitations-options .actions-toolbar .secondary .cart.table-wrapper .actions-toolbar > .action.action.remove {
  margin-left: 0px;
}
.rtl-layout #rma_create_form .fieldset > .field span.label,
.rtl-layout #rma_create_form .fieldset > .field label.label {
  text-align: right;
}
.rtl-layout .actions-toolbar.order-actions-toolbar .actions .action.reorder,
.rtl-layout .actions-toolbar.order-actions-toolbar .actions .action.order {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
  border-left: 1px solid #231f20;
  margin-left: 10px;
  padding-left: 10px;
}
.rtl-layout .actions-toolbar.order-actions-toolbar .actions a.action.print {
  margin-left: 0px;
}
.rtl-layout .account .sidebar .block li.product-item-recently .field.item.choice,
.rtl-layout .blog-page .sidebar .block li.product-item-recently .field.item.choice,
.rtl-layout .page-products .sidebar .block li.product-item-recently .field.item.choice {
  float: right;
  width: 20px;
}
.rtl-layout .account .sidebar .block li.product-item-recently .product-item-name,
.rtl-layout .blog-page .sidebar .block li.product-item-recently .product-item-name,
.rtl-layout .page-products .sidebar .block li.product-item-recently .product-item-name {
  margin: 0 22px 0 0;
}
.blog-page .sidebar .block li.product-item-recently,
.account .sidebar .block li.product-item-recently,
.page-products .sidebar .block li.product-item-recently {
  position: relative;
}
.blog-page .sidebar .block li.product-item-recently .field.item.choice,
.account .sidebar .block li.product-item-recently .field.item.choice,
.page-products .sidebar .block li.product-item-recently .field.item.choice {
  position: relative;
  float: left;
  width: 20px;
  font-size: 0px;
}
.blog-page .sidebar .block li.product-item-recently .field.item.choice > label.label,
.account .sidebar .block li.product-item-recently .field.item.choice > label.label,
.page-products .sidebar .block li.product-item-recently .field.item.choice > label.label {
  display: none;
}
.blog-page .sidebar .block li.product-item-recently .product-item-name,
.account .sidebar .block li.product-item-recently .product-item-name,
.page-products .sidebar .block li.product-item-recently .product-item-name {
  margin: 0 0 0 22px;
}
.page-print.page-layout-1column .columns {
  display: block;
  clear: both;
}
.review-form .fieldset > .field > .label span {
  font-size: 14px;
  color: #000000;
}
.page-print.page-layout-1column .column.main .block.block-order-details-view .block-title strong {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 1.6rem;
  margin: 10px 0 7px;
  font-weight: 600;
}
.page-print small.copyright {
  display: none;
}
.page-print.page-layout-1column .page-wrapper .block .block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  flex-wrap: wrap;
}
.page-print.page-layout-1column .page-wrapper .block .block-content .box {
  border: none !important;
  border-left: 1px solid #ccc !important;
  min-height: initial !important;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 25% !important;
  padding: 10px !important;
  margin: 0 !important;
}
.page-print.page-layout-1column .page-wrapper .block .block-content .box:first-child {
  border-left: none !important;
}
.page-print.page-layout-1column .column.main .block .block-content .box {
  width: 48.5%;
  display: inline-block;
  vertical-align: top;
  min-height: 220px;
}
.sales-order-print .payment-method .content table.table tr th,
.sales-order-printinvoice .payment-method .content table.table tr th,
.sales-order-printshipment .payment-method .content table.table tr th,
.sales-order-printcreditmemo .payment-method .content table.table tr th {
  padding: 0;
}
.sales-order-print .page-wrapper.fade.out,
.sales-order-printinvoice .page-wrapper.fade.out,
.sales-order-printshipment .page-wrapper.fade.out,
.sales-order-printcreditmemo .page-wrapper.fade.out {
  opacity: 1;
}
.block-reorder .product-item .field.item {
  display: inline-block;
  vertical-align: top;
}
#my-orders-table tr.grand_total th.mark strong,
#my-orders-table tr.grand_total td.amount strong {
  font-size: 1.8rem;
  font-weight: 500;
  text-shadow: 0 0 0;
}
#my-orders-table tr.grand_total th.mark strong span.price,
#my-orders-table tr.grand_total td.amount strong span.price {
  font-size: 1.8rem;
  font-weight: 500;
}
.order-details-items .actions-toolbar {
  margin-bottom: 10px;
}
.order-details-items .order-title a.action.print {
  margin-left: 10px;
}
.sales-order-view .page-title-wrapper {
  margin: 0;
}
.rma-view .rma-control-buttons {
  margin-top: 15px;
}
.order-details-items .table-order-items .product-item-name {
  display: inline-block;
}
.order-details-items.shipments .actions-toolbar > a.action {
  margin-right: 10px;
}
.account.page-layout-2columns-left .column.main .block .box.box-rma-information {
  width: 100%;
}
.account.page-layout-2columns-left .column.main .block form.MultiFile-intercepted {
  border: none;
  margin: 0;
  padding: 0;
}
.block-content.ui-rma-items .rma-one-item {
  background: #ffffff;
  margin: 0 0 10px;
  padding: 20px 15px;
}
.account.page-layout-2columns-left .column.main form#rma-new-form {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
.account.page-layout-2columns-left .column.main form.rma-customer-new .block {
  border: none;
  margin: 0;
  padding: 0;
}
.account.page-layout-2columns-left .column.main form.rma-customer-new {
  width: 100%;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-details-items.shipments .order-title a.action {
  color: #ffffff;
  background-color: #000000;
  padding: 5px 10px;
}
.order-details-items.shipments .order-title a.action.print {
  margin: 0 10px;
  display: inline-block;
}
.order-details-items.shipments .order-title a.action.print > span {
  color: #ffffff;
}
.order-details-items.shipments .order-title a.action:hover {
  background-color: #231f20;
}
.order-details-items {
  border-bottom: none;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-size: 1.3rem;
  font-weight: 400;
}
.grand_total strong {
  font-weight: 400;
  font-size: 1.8rem;
}
.data.item.title span.counter:before {
  margin: -2px 0 0 5px;
  content: "(";
}
.data.item.title span.counter:after {
  margin-top: -2px;
  content: ")";
}
.actions-toolbar.order-actions-toolbar .actions {
  display: inline-block;
}
.actions-toolbar.order-actions-toolbar .actions .action.reorder,
.actions-toolbar.order-actions-toolbar .actions .action.order {
  border-right: 1px solid #231f20;
  margin-right: 10px;
  padding-right: 10px;
}
.order-links {
  background: #ffffff;
  border: none;
  padding: 0;
  margin: 0 0 15px;
}
.order-links li.item {
  background-color: #000000;
  border-radius: 0px;
  border: none;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 16px;
  font-weight: 400;
  padding: 0;
  width: auto;
  height: auto;
  min-width: initial;
  min-height: initial;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.order-links li.item.current {
  background-color: #231f20;
  padding: 0;
}
.order-links li.item.current strong {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  padding: 10px 20px;
}
.order-links li.item:hover {
  opacity: 0.95;
  border: none;
  background-color: #231f20;
}
.order-links li.item a {
  display: inline-block;
  color: #ffffff;
  padding: 10px 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  padding: 0 0 20px;
}
.order-details-items .order-title {
  padding: 0;
  margin-bottom: 10px;
}
.order-details-items .order-title strong {
  font-weight: 600;
  color: #000000;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
  font-size: 13px;
  padding: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.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-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
[class*='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 400;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.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: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.return-status,
.order-status {
  background: #000000;
  color: #ffffff;
  padding: 3px 7px;
}
.page-print.rma-rma-print.page-layout-1column .page-wrapper .page-title-wrapper {
  padding: 20px;
}
.rma-rma-print .order-date {
  clear: both;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}
.page-print .action.nav-toggle {
  display: none;
}
.page-print.page-layout-1column.rma-rma-print .page-title-wrapper .order-date {
  margin-bottom: 0;
  margin-top: -5px;
}
.page-print.page-layout-1column.rma-rma-print .column.main .block .block-title strong {
  color: #575757;
  font-weight: 400;
}
.page-print.page-layout-1column.rma-rma-print .column.main .block .block-content .box {
  border: 1px solid #d1d1d1;
  min-height: 230px;
  padding: 15px;
}
.page-print.page-layout-1column .order-details-items .order-title strong {
  margin: 2px 0px 2px 0;
}
.page-print.page-layout-1column .page-title-wrapper .order-date {
  margin: 5px 0;
  display: block;
  clear: both;
}
.page-print.page-layout-1column .actions-toolbar a.action.back {
  display: none;
}
.page-print.page-layout-1column #back-top {
  display: none !important;
}
.page-print.page-layout-1column .page-wrapper .footer-bootom {
  display: none;
}
.page-print.page-layout-1column .page-wrapper .nav-sections {
  height: 0;
  width: 0;
  margin: -1px;
}
.page-print.page-layout-1column .page-wrapper .page-title-wrapper {
  margin: 15px 0 10px 0;
  text-align: right;
  display: inline-block;
  float: right;
}
.page-print.page-layout-1column .page-wrapper .page-title-wrapper h1.page-title {
  margin: 0;
}
.page-print.page-layout-1column .page-wrapper .page-title-wrapper h1.page-title span {
  font-size: 20px;
  display: inline-block;
}
.page-print.page-layout-1column .page-wrapper .page-title-wrapper .return-status,
.page-print.page-layout-1column .page-wrapper .page-title-wrapper .order-status {
  margin: 3px 0 3px;
}
.page-print.page-layout-1column .page-wrapper .block.block-order-details-view {
  margin-top: 20px;
}
.page-print.page-layout-1column .logo {
  margin: 15px auto 20px auto;
  display: inline-block;
  float: left;
  padding: 15px 30px;
  width: 255px;
}
.page-print.page-layout-1column .order-details-items {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  background-image: none;
}
.page-print.page-layout-1column .order-details-items .order-title {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 15px 0;
  padding: 10px;
}
.page-print.page-layout-1column .order-details-items .table-wrapper {
  border: 1px solid #d1d1d1;
  margin: 0 0 15px 0;
}
.page-print.page-layout-1column .order-details-items .table-wrapper .product-item-name {
  display: initial;
}
.page-print.page-layout-1column .order-details-items .table-wrapper.order-items {
  border: 1px solid #d1d1d1;
  padding: 10px;
}
.page-print.page-layout-1column .actions-toolbar a.action.back > span:before {
  display: none;
}
.page-print.page-layout-1column .column.main .block:last-child .block-title strong {
  color: #575757;
  font-weight: 400;
}
.page-print.page-layout-1column .column.main .block:last-child .block-content .box {
  border: 1px solid #d1d1d1;
  min-height: 200px;
  padding: 15px;
}
.page-print .page-wrapper {
  padding-top: 0;
}
.rma-rma-new .account.page-layout-2columns-left .column.main form.rma-customer-new {
  width: 100%;
}
.rma-rma-new .account.page-layout-2columns-left .column.main form.rma-customer-new .block {
  background-image: none;
  padding: 0;
  border-top: none;
  margin: 0;
}
.homepage-main .home-category-section.center-box.feature-brand-main .amslider-header-container.am-list {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}
.ambrands-grid-wrapper .ambrands-item {
  box-shadow: none;
  border: 1px solid #ccc;
  display: table;
  padding: 5px;
}
.ambrands-grid-wrapper .ambrands-item span.ambrands-swiper-brand {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.ambrands-grid-wrapper .ambrands-item span.ambrands-swiper-brand img.ambrands-image {
  width: 80px;
}
.page-header .header.panel .header-top-right-section .top-new-cat-menu {
  display: inline-block;
}
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .amslider-header-container {
  position: relative;
}
.homepage-main .home-category-section.center-box.feature-brand-main .am-widget-brand-slider .amslider-header-container a.brand-btn-view {
  position: absolute;
  right: 0;
  top: 48px;
  z-index: 20;
  font-size: 14px;
  text-decoration: underline;
}
.page-header .header.panel .header-top-right-section .top-new-cat-menu ul.organics-menu-top-new {
  display: inline-block;
  padding: 0 5px 0 0;
  margin: 0 5px 0 0;
  border-right: 1px solid #000;
}
.education-content .digital-odd-even ul li ul.vas-list li {
  border: 0 !important;
}
.page-header .header.panel .header-top-right-section .top-new-cat-menu ul.organics-menu-top-new li {
  list-style: none;
  display: inline-block;
  padding: 0 7px;
  margin-bottom: 0;
}
.cms-home .education-content .digital-odd-even ul li:first-child {
  padding-top: 0;
}
.cms-home .education-content .digital-odd-even ul li:last-child {
  padding-bottom: 0;
}
.page-header .header.panel .header-top-right-section .top-new-cat-menu ul.organics-menu-top-new li a {
  font-weight: 400;
}
body {
  font-family: 'Roboto';
  font-weight: 400;
}
body .block-banners-slider .hpTopSlider {
  display: block !important;
}
.page-wrapper .mp_social_share_float {
  top: 50%;
  left: 0px;
  background: #FFFFFF;
  z-index: 9999;
  transform: translate(0px, -150px);
}
.messages .message.success > div:before {
  font-family: 'icons-blank-theme' !important;
}
.cms-page-view .page-main .page-title-wrapper .page-title,
.catalogsearch-result-index .page-main .page-title-wrapper .page-title,
.ambrand-index-index .page-main .page-title-wrapper .page-title,
.catalog-category-view .page-main .page-title-wrapper .page-title {
  font-family: 'Roboto';
  font-weight: 800;
}
.cms-home .page-title-wrapper {
  display: none;
}
.md-home-promo-banner,
.big-banner-section {
  margin: 30px -15px 0;
}
.md-home-promo-banner .banner-block,
.big-banner-section .banner-block {
  margin: 0 15px;
}
.shop-by-categories.favourite-accesories-main,
.shop-by-categories.home-category-section {
  margin: 0 -15px;
  padding: 67px 0 0;
}
.shop-by-categories.favourite-accesories-main .category-list,
.shop-by-categories.home-category-section .category-list {
  position: relative;
  margin: 0 15px;
}
.shop-by-categories.favourite-accesories-main .category-list .content-overlay,
.shop-by-categories.home-category-section .category-list .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 3px;
}
.shop-by-categories.favourite-accesories-main .category-list .content-overlay .content-overlay-border,
.shop-by-categories.home-category-section .category-list .content-overlay .content-overlay-border {
  border: 1px solid #fff;
  width: 92%;
  height: 90%;
  margin: 4% 5% 5% 4%;
  opacity: .2;
  border-radius: 4px;
}
.shop-by-categories.favourite-accesories-main .category-list .content-overlay .content-overlay-border,
.shop-by-categories.home-category-section .category-list .content-overlay .content-overlay-border {
  width: 88%;
  height: 90.5%;
  margin: 5.5% 5% 5% 5.5%;
}
.shop-by-categories.favourite-accesories-main .category-list .btn,
.shop-by-categories.home-category-section .category-list .btn {
  height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  background-color: #d32f2f;
  float: left;
  width: 100%;
  max-width: 47%;
  margin: 0 auto;
  float: none;
  color: #fff;
  font-weight: 700;
  padding: 11px 0;
  position: absolute;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 42%;
  border-radius: 5px;
  opacity: 0;
  min-width: 120px;
}
.shop-by-categories.favourite-accesories-main .category-list h3,
.shop-by-categories.home-category-section .category-list h3 {
  display: inline-block;
  width: 100%;
  margin: 15px 0 0;
  text-align: center;
  vertical-align: top;
}
.shop-by-categories.favourite-accesories-main .category-list h3 a,
.shop-by-categories.home-category-section .category-list h3 a {
  color: #333;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
}
.shop-by-categories.favourite-accesories-main .category-list h3 span,
.shop-by-categories.home-category-section .category-list h3 span {
  font-size: 13px;
  float: left;
  width: 100%;
  color: #666;
  padding-top: 4px;
}
.shop-by-categories.favourite-accesories-main .category-list img,
.shop-by-categories.home-category-section .category-list img {
  display: inline-block;
  vertical-align: top;
}
.shop-by-categories.favourite-accesories-main .category-list:hover .content-overlay,
.shop-by-categories.home-category-section .category-list:hover .content-overlay {
  opacity: 1;
}
.shop-by-categories.favourite-accesories-main .category-list:hover .btn,
.shop-by-categories.home-category-section .category-list:hover .btn {
  opacity: 1;
}
.rtl-layout .instagrampro-view,
.rtl-layout .instagrampro-view * {
  direction: ltr;
}
.rtl-layout .fashiongo_instagram_feed * {
  direction: ltr;
}
.rtl-layout .follow-us {
  text-align: right;
}
.rtl-layout .footer .block.newsletter .content .actions {
  left: 0;
  right: auto;
}
.rtl-layout .footer .block.newsletter .field {
  padding: 0 0 0 60px;
}
#amscroll-navbar {
  display: none !important;
}
.grid .product-items li .product-item-details .whatsapp-list-container,
.grid .product-items li .product-item-details .pinterest-list-container,
.grid .product-items li .product-item-details .twitter-list-container {
  display: none;
}
.home-category-section.center-box.top-category-box {
  padding-bottom: 0px;
}
.cat-title-box {
  text-align: center;
}
.cat-title-box h3 {
  margin: 10px 0 25px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
}
@keyframes rippleDrop {
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
#back-top {
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.95;
  text-align: center;
  line-height: normal;
  border-radius: 50px;
  background-color: #000000;
  z-index: 99;
}
#back-top span.icon-uparrow {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Open Sans';
  color: #ffffff;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: inline-block;
  line-height: 20px;
  font-weight: 300;
}
#back-top span.icon-uparrow:before {
  display: block;
  font-weight: 300;
  font-size: 4rem;
  color: #ffffff;
  line-height: 12px;
  margin-top: 10px;
  position: relative;
  top: 0;
  content: "\e621";
  font-family: "icons-blank-theme";
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#back-top:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #231f20;
}
#back-top:hover span.icon-uparrow {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
#back-top:hover span.icon-uparrow:before {
  color: #ffffff;
}
#back-top.icon-effect {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#back-top.icon-effect:after {
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
#back-top.icon-effect-over {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#back-top.icon-effect-over:after {
  left: -2px;
  opacity: 0;
  padding: 2px;
  box-shadow: 0 0 0 2px #231f20;
  -webkit-box-shadow: 0 0 0 2px #231f20;
  -moz-box-shadow: 0 0 0 2px #231f20;
  -ms-box-shadow: 0 0 0 2px #231f20;
  -o-box-shadow: 0 0 0 2px #231f20;
  top: -2px;
  transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  -webkit-transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  -moz-transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  z-index: -1;
}
#back-top:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#back-top:hover.icon-effect-over:after {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.grid .product-items li .product-item-details .subscription_product_text {
  display: none;
}
.grid .product-items li .price-box.price-final_price .price-from,
.grid .product-items li .price-box.price-final_price .price-to {
  display: inline-block;
  vertical-align: top;
}
.grid .product-items li .price-box.price-final_price .price-from {
  margin-right: 5px;
}
.grid .product-items li .product-reviews-summary {
  /*	display:none; */
}
.home-cat-box {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow-y: hidden;
  padding-bottom: 3px;
}
.home-cat-box ul {
  margin: 0px;
  text-align: center;
  padding: 0px;
}
.home-cat-box ul li {
  display: inline-block;
  list-style: none;
  text-align: center;
  max-width: 315px;
  overflow: hidden;
  padding: 5px 8px;
}
.home-cat-box ul li .img-box {
  display: inline-block;
  border-radius: 50%;
  padding: 3px;
  margin: 0 0 5px;
  position: relative;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border: 3px solid #ededed;
}
.home-cat-box ul li .img-box a {
  display: block;
  position: relative;
  z-index: 1;
}
.home-cat-box ul li .img-box:before {
  content: '';
  position: absolute;
  border: #ededed solid 3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  left: -3px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  opacity: 0;
  visibility: hidden;
}
.home-cat-box ul li .img-box img {
  border-radius: 50%;
  height: 100px;
  display: block;
}
.home-cat-box ul li .img-box:hover:before {
  -webkit-animation-name: rippleDrop;
  animation-name: rippleDrop;
  animation: rippleDrop .5s linear;
  -webkit-animation: rippleDrop .5s linear;
  opacity: 1;
  visibility: visible;
}
.home-cat-box ul li .title-box-name a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 20px;
  text-transform: capitalize;
  padding: 2px;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-cat-box ul li .title-box-name a:hover {
  color: #231f20;
  text-shadow: 0px 0px 0px;
  -webkit-text-shadow: 0px 0px 0px;
}
.follow-us {
  text-align: left;
}
.follow-us ul li {
  display: inline-block;
  vertical-align: top;
}
.follow-us ul li.facebook a.icon-effect.icon-effect-over:after {
  -webkit-box-shadow: 0 0 0 2px #4e598f;
  -moz-box-shadow: 0 0 0 2px #4e598f;
  box-shadow: 0 0 0 2px #4e598f;
}
.follow-us ul li.facebook:hover a span:before {
  color: #4e598f;
}
.follow-us ul li.twitter a.icon-effect.icon-effect-over:after {
  -webkit-box-shadow: 0 0 0 2px #00acec;
  -moz-box-shadow: 0 0 0 2px #00acec;
  box-shadow: 0 0 0 2px #00acec;
}
.follow-us ul li.twitter a.icon-effect.icon-effect-over svg {
  width: 21px;
  height: 33px;
  fill: #666;
}
.follow-us ul li.twitter:hover a span:before {
  color: #00acec;
}
.follow-us ul li.twitter:hover a svg {
  fill: #00acec;
}
.follow-us ul li.linked-in a.icon-effect.icon-effect-over:after {
  -webkit-box-shadow: 0 0 0 2px #6c27b3;
  -moz-box-shadow: 0 0 0 2px #6c27b3;
  box-shadow: 0 0 0 2px #6c27b3;
}
.follow-us ul li.linked-in:hover a span:before {
  color: #6c27b3;
}
.follow-us ul li.whatsapp a.icon-effect.icon-effect-over:after {
  -webkit-box-shadow: 0 0 0 2px #25d366;
  -moz-box-shadow: 0 0 0 2px #25d366;
  box-shadow: 0 0 0 2px #25d366;
}
.follow-us ul li.whatsapp a.icon-effect.icon-effect-over svg {
  fill: #666;
  width: 18px;
  height: 30px;
}
.follow-us ul li.whatsapp:hover a span:before {
  color: #6c27b3;
}
.follow-us ul li.whatsapp:hover a svg {
  fill: #25D366;
}
.follow-us ul {
  margin-left: -10px !important;
}
.follow-us ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  display: block;
  position: relative;
  font-size: 0rem;
  height: 32px;
  line-height: 32px;
  text-align: center;
  text-indent: -9999em;
  vertical-align: middle;
  width: 33px;
}
.follow-us ul li a span {
  font-size: 0rem;
  line-height: normal;
  display: block;
}
.follow-us ul li a span:before {
  text-indent: 0;
  font-size: 2rem;
  line-height: 32px;
  display: block;
  text-align: center;
  color: #757575;
  content: "\e90e";
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.follow-us ul li a span.icon-twitter:before {
  content: "\e910";
}
.follow-us ul li a span.icon-instagram:before {
  content: "\e905";
}
.follow-us ul li a span.icon-linkedin:before {
  content: "\e90f";
}
.follow-us ul li a span.icon-pinrest:before {
  content: '\e93f';
}
.follow-us ul li a span.icon-youtube:before {
  content: '\e944';
}
.follow-us ul li a.icon-effect {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.follow-us ul li a.icon-effect:after {
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.follow-us ul li a.icon-effect-over {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.follow-us ul li a.icon-effect-over:after {
  left: -1px;
  opacity: 0;
  padding: 1px;
  top: -1px;
  transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  -webkit-transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  -moz-transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  z-index: 1;
}
.follow-us ul li a:hover {
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.follow-us ul li a:hover.icon-effect-over:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
@media screen and (max-width: 980px) and (min-width: 768px) {
  .footer .block.newsletter .content .actions {
    position: static;
  }
  .footer .block.newsletter .field {
    padding: 0px;
    margin-bottom: 10px;
  }
  .page-footer .footer.content .md-footer-container .links {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .fashiongo_instagram_feed .owl-nav {
    opacity: 0;
    height: 0;
    margin: 5px 0;
  }
  .fashiongo_instagram_feed #mainimgdiv {
    width: 100% !important;
    height: auto;
  }
  .fashiongo_instagram_feed #mainimgdiv > a {
    position: relative;
    padding-bottom: 100%;
  }
  .instagrampro-view {
    padding: 0 10px;
  }
}
td.date-picker:before {
  content: "\e612" !important;
  font-size: 25px !important;
  line-height: 25px !important;
  color: #000000 !important;
}
.wishlist-index-index span.subscription_product_text {
  display: block;
  clear: left;
  margin: 0 0 10px;
}
.wishlist-index-index .products-grid .product-item-info .product-item-name {
  float: none;
  max-width: 100%;
  padding: 0 20px 0px 20px;
}
.wishlist-index-index .products-grid .product-item-info .product-item-name a {
  line-height: 22px;
  color: #000;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 44px;
}
.wishlist-index-index .products-grid .product-item .rating-summary {
  display: none;
}
.rating-summary .rating-result {
  margin-left: 0px;
}
@media screen and (max-width: 1239px) {
  .wishlist-index-index .page.messages {
    margin: 0 0 25px;
  }
  .wishlist-index-index .block-wishlist-management .wishlist-toolbar {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0 -10px;
    font-size: 0;
    display: block;
  }
  .wishlist-index-index .products-grid .product-item {
    margin: 0 !important;
    width: 33.33% !important;
    font-size: 13px;
    padding: 10px;
  }
  .wishlist-index-index .products-grid .product-item .product-image-container {
    width: 100% !important;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info {
    width: 100%;
  }
}
/**
 * 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}
#whatsappchat a {
    position: fixed;
    z-index: 9999;
    float: right;
    cursor: pointer;
    min-width: 40px;
    max-width: 200px;
    text-align: center;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    -ms-transition: All .5s ease;
    transition: All .5s ease;
}

@media(max-width: 767px) {
    #whatsappchat a {
        max-width: 150px;
    }

    #whatsappchat .btn-web{
        display: none;
    }
}

@media(min-width: 768px) {
    #whatsappchat .btn-mobile{
        display: none;
    }
}

.category-widget{
    width: 100%;
}
.category-widget ul{width: 100%; clear: both;display: block;}
.category-widget ul li{width: 30%; display: inline-block; float: left;}/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}

.post-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog-page-list .post-holder {border-bottom: 1px solid #eee}

.post-holder .post-header {position:relative;}

.post-holder .post-header .post-info {padding: 0 0 20px 0;}
.post-holder .post-header .post-info .item {display: inline-block}
.post-holder .post-header .post-info .dash {display: none; /* fix for old templates */}
.post-holder .post-header .post-info .label {font-weight: 700;}
.post-holder .post-header .post-info .value {font-style: italic;}
.post-holder .post-header .post-info .item::after {display: inline-block; content: ' | ';color:#b9b9b9}
.cms-home .post-holder .post-header .post-info .item::after {display: inline-block; content: unset !important;color:#b9b9b9}
.post-holder .post-header .post-info .item:last-child::after{display: none}

.post-list {
    margin-top: 0px;
    margin-bottom: 20px;
    list-style: none;
}
.post-list-wrapper .post-list {padding-left: 0}

.post-list .post-content .post-read-more {padding-top:10px; float:right;}

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {margin: 15px 0;max-width: 100%;height: auto}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: outside;}

.post-content .post-description .mfblog-contents li {display: list-item;}
.post-content .post-description .mfblog-contents li li {margin-left: 15px;}

.post-content .post-description .post-ftimg-hld {margin: 0 0 10px 0;}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0; margin:0;}

.post-content .post-description .mfblog-contents-toc {list-style: decimal;}
.post-content .post-description .mfblog-contents-toc li {margin-bottom: 1rem;}
.post-content .post-description .mfblog-contents-toc li > ol {margin-top: 1rem;}
.post-content .post-description .mfblog-contents-toc li:before {content: none;}
.post-content .post-description .mfblog-contents-toc li a {display: inline;}


/* Post Title */
.post-list .post-header .post-title-holder {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.post-list .post-header .post-title {margin: 0;padding: 10px 10px 10px 0;}
.post-list .post-header .post-title a {text-decoration: none;font-size: 22px;font-weight: 400;}
.post-list .post-holder .post-header .addthis_toolbox a {margin-bottom: 0;}

.post-list .hidden {display:none;}
.post-view .post-bottom {margin-top:30px;}

.post-view .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

/* Post Gallery */
.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0; margin:0; display:block}

.post-view .block {margin-bottom: 30px;}

/* Widget Gallery */
.widget.block-categories ul {padding: 0;margin: 0;list-style: none;}
.widget.block-categories ul li {padding: 5px 0 5px 9px;margin: 0;}
.widget.block-categories ul li a {font-weight: 600;}
.widget.block-categories ul ul {margin: 0;}

/* Widget RSS */
.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}

/* Widget Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;right: 10px;top: 0;bottom: 0;z-index: 1;height: 100%;margin: 0;padding: 0;display: inline-block;background-image: none;background: none;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;text-decoration: none;text-shadow: none;font-weight: 400;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Magedelight/FashionGo/en_US/Magefan_Blog/images/search-icon.svg) no-repeat -10px -7px;background-size: 35px;opacity: 0.5;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}

/* Widget Tag Claud */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

/* Widget Archive */
.widget.block-archive .item {margin: 5px 0;}
.widget.block-archive .item {display: inline-block}
.widget.block-archive .item:after {content: "\\"; display:inline-block;padding-left: 5px}

/* Widget Recent */
.blog-widget-recent .post-list {padding: 0;margin: 0;}
.blog-widget-recent .post-holder {width: 31.2%;float: left;margin: 1%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 48%;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {clear: both;}
@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 98%;}
}
@media (max-width: 1024px) {
    .blog-widget-recent .post-holder {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .blog-widget-recent .post-holder {
        width: 98%;
    }
}

.blog-widget-recent .post-description .post-text-hld {
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}

.blog-category-view .category-content,
.blog-tag-view .tag-content {padding-left: 0}

/* Posts List */
.widget.block-list-posts .block-content .item {
    padding: 8px 0 0 0;
}
.widget.block-list-posts .block-content .item .post-image {
    width: 60px;
    float: left;
    border-radius: 0;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-right: 12px;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link {
    display: inline-block;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* END Posts List */

/* Fix Related Products */
.blog-post-view .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2);
}
.blog-post-view .product-item:nth-child(2n+1) {
    margin-left: 0;
}
.blog-post-view .products-grid .product-item .product-item-info {
    width: auto;
}
@media (min-width: 640px){
    .blog-post-view .products-grid .product-item {
        display: inline-block;
        margin-left: 2%;
        width: calc((100% - 4%)/3);
    }
    .blog-post-view .products-grid .product-item:nth-child(2n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    .blog-post-view .products-grid .product-item {
        width: calc((100% - 8%)/5);
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0;
    }
}

/* Icons */
.mf-blog-icon {width: 15px;height: 15px;display: inline-block;position: relative;top: 2px;background-size: cover;}
.mf-blog-icon.mfbi-calendar {background-image: url('../../frontend/Magedelight/FashionGo/en_US/Magefan_Blog/images/calendar-icon.svg')}
.mf-blog-icon.mfbi-folder {background-image: url('../../frontend/Magedelight/FashionGo/en_US/Magefan_Blog/images/folder-icon.svg')}
.mf-blog-icon.mfbi-comments {background-image: url('../../frontend/Magedelight/FashionGo/en_US/Magefan_Blog/images/comments-icon.svg')}
.mf-blog-icon.mfbi-tags {background-image: url('../../frontend/Magedelight/FashionGo/en_US/Magefan_Blog/images/tags-icon.svg')}
.mf-blog-icon.mfbi-user {background-image: url('../../frontend/Magedelight/FashionGo/en_US/Magefan_Blog/images/user-icon.svg')}
.mf-blog-icon.mfbi-views {background-image: url('../../frontend/Magedelight/FashionGo/en_US/Magefan_Blog/images/views-icon.svg')}
/* END Fix Related Products */


/* Post Sharing Top */
/*.post-sharing-top {padding: 10px 0 10px 0;}*/
.post-sharing-top .share-elements {display: flex;flex-wrap: wrap;align-items: center;}
.post-sharing-top .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 4px 0 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;vertical-align: middle;line-height: 16px;}
.post-sharing-top .icon-wrapper:last-child {margin-right: 0;}
.post-sharing-top .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-top .icon-wrapper.icon-twitter {background-color: rgb(29, 161, 242);}
.post-sharing-top .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-top .icon-wrapper .icon {line-height: 16px;height: 16px;width: 16px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}
.post-sharing-top .icon-wrapper:hover {transform: translateY(-2px);}

/*.post-list .post-sharing-top {}*/
/*.post-view .post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}*/
/*.post-list.modern {}*/
/* END Post Sharing Top *//* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
body.blog-page {
    --color-white: #ffffff;
    --color-green: #28a745;
    --color-yellow: #ffc107;
    --color-blue: #4db2ec;
    --color-black: #222222;
    --color-gray: #6c757d;
    --color-red: #dc3545;
    --border-color: #d5d6da;
}

.fav-color-green {color: #28a745;}
.fav-color-yellow {color: #ffc107;}
.fav-color-blue {color: #4db2ec;}
.fav-color-black {color: #222222;}
.fav-color-gray {color: #6c757d;}
.fav-color-red {color: #dc3545;}


/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


.clearfix:after {content:"";display:table;clear:both;}

.post-holder {margin-bottom: 40px;border-radius: 0;}



/* Blog Post List *****************************************************************************************************/
.post-list {margin-top: 0;margin-bottom: 20px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
.post-list.modern .post-info {padding: 0 0 0 25px;flex: 0 0 70%;max-width: 70%;width: 70%;order: 1;box-sizing: border-box;}
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
.post-list .post-description {line-height: 21px;font-size: 13px;}
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/*.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}*/
/*.post-list .post-view:before {display: inline-block;content: "\f06e";width: 10px;height: 10px;text-align: center;margin-right: 3px;*/
/*    font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}*/
/* Read More */
/*  .post-list .post-read-more {display: none;}  */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff;/*background: #222222;*/text-decoration: none;}
/*@media (max-width: 1200px) {
    .blog-index-index .post-list /*.post-read-more *//* {display: none;}
}
*/
@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-list.modern .post-description {display: none;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Blog Post List Modern **********************************************************************************************/
.post-list.modern .post-item.post-holder {margin: 0 0 30px 0;padding: 0 0 30px 0;}
.post-list.modern .post-info .post-title-wrap h3 a:hover {text-decoration: none;transition: all .2s ease;}
.post-list.modern .post-info .post-data-wrap a:hover {text-decoration: none;transition: all .2s ease;}
/* Blog Post List Modern **********************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222;color: #fff;line-height: 1;margin: 0 10px 10px 0;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid var(--border-color); /*color: #222; */background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9;background: #333;color: #fff;}

/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}

/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-view-modern .post-sharing-bottom {}
.post-sharing-bottom {padding: 30px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.post-sharing-bottom .share-elements {text-align: center;}
.post-sharing-bottom .share-elements .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 5px 5px 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;}
.post-sharing-bottom .share-elements .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-twitter {background-color: rgb(29, 161, 242);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-instagram {background-color:#DD2A7B;}
.post-sharing-bottom .share-elements .icon-wrapper.icon-linkedin {background-color: #0077b5 ;}
.post-sharing-bottom .share-elements .icon-wrapper .icon {line-height: 48px;height: 48px;width: 48px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper .label {font-size: 13px;line-height: 48px;height: 48px;color: #ffffff;display: inline-block;padding: 0 15px 0 3px;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper:hover {transform: translateY(-4px);}

/* Post Gallery */
/*.blog-post-view .post-gallery {display: flex;flex-wrap: wrap;}*/
.blog-post-view .post-gallery {display: grid;grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));grid-gap: 1rem;margin-bottom: 20px;}
.blog-post-view .post-gallery .gallery-image-hld {display: inline-block;}
.blog-post-view .post-gallery .gallery-image-hld img {}

/* Post Navigation */
.blog-post-view .post-nextprev  {display: flex;padding: 20px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;/*color: #222222;*/font-weight: 600;text-align: right;opacity: 0.7;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.blog-post-view .post-bottom .block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.blog-post-view .post-bottom .block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Related Posts */
.mfblog-related-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -10px;margin-right: -10px;}
.mfblog-related-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;width: 25%; box-sizing: border-box;}

.mfblog-related-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-related-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-related-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important; /*color: #222222; */}
@media (max-width: 767px) {
    .mfblog-related-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Related Products */
.mfblog-related-products-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-related-products-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/


/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}


/* Sidebar ************************************************************************************************************/
/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;top: 0;right: 0;bottom: 0;height: 100%;z-index: 1;display: inline-block;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/Magedelight/FashionGo/en_US/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* New Post List */
.widget.block-posts-list .post-item {display: flex;gap: 1.5rem;}
.widget.block-posts-list .post-item .image-container {flex: 0 0 33.333333%;width: 33.333333%;align-self: flex-start;display: block;order: 0;margin-bottom: 10px;}
.widget.block-posts-list .post-item .image-container .image-wrap {display: block;position: relative;overflow: hidden;}
.widget.block-posts-list .post-item .image-container .image-wrap._4x3 {padding-bottom: 70%;}
.widget.block-posts-list .post-item .image-container .image-wrap .bg-img {display: block;position: absolute;width: 100%;height: 100%;max-width: 100%;background-size: cover;background-position: center;}
.widget.block-posts-list .post-item .block-info .post-title {margin: 0 0 0.5rem 0 !important;}
.widget.block-posts-list .post-item .block-info .post-title .post-item-name {display: block;font-size: 16px;line-height: 22px;font-weight: 500;text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.widget.block-posts-list .post-item .block-info .block-date {line-height: 1rem;}
.widget.block-posts-list .post-item .block-info .block-date .post-date {font-size: 11px;line-height: 1.2rem;color: #bbbbbb;font-family: sans-serif;}
.widget.block-posts-list .post-item .block-info .post-description {display: none;line-height: 21px;font-size: 13px;}
.widget.block-posts-list .post-item .block-info .read-more {display: none;}
/* END New Post List */

/* Archive */
.widget.block-archive .archive-item-link {font-weight: 600}

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/
/*!
 *  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/Magedelight/FashionGo/en_US/Magedelight_Megamenu/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/Magedelight/FashionGo/en_US/Magedelight_Megamenu/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/Magedelight/FashionGo/en_US/Magedelight_Megamenu/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/Magedelight/FashionGo/en_US/Magedelight_Megamenu/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/Magedelight/FashionGo/en_US/Magedelight_Megamenu/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/Magedelight/FashionGo/en_US/Magedelight_Megamenu/css/font-awesome/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}
