/**
 * 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*/
}
.swatch-option-loading-webp {
    content: url(../../frontend/Magedelight/FashionGo/en_US/images/loader-2.gif);
}body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  border: 0;
}
img,
object,
video,
embed {
  max-height: 100%;
  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: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #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: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift: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,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="datetime"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #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="datetime"]::-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="datetime"]:-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: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #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[generated] {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/***MD Color Var***/
/***Header***/
/***Banner Slider***/
/***Product Slider***/
/***Font Size Header***/
/***Breadcrumbs***/
/***Font Size Breadcrumbs***/
/***Footer***/
/***Font Size Footer***/
/***Width***/
/***Background***/
/***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,
.block-wishlist-management .wishlist-select-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,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.items > li,
.block-wishlist-management .wishlist-select-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,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > 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.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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.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,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active {
  background: #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.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare: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.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,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.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.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,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus {
  text-decoration: none;
}
.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%;
}
.amazon-validate-container .block .block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.amazon-validate-container .block .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-wishlist-search-results .block-title,
.block-reorder .block-title,
.block-wishlist .block-title,
.block-compare .block-title,
.widget .block-title,
.account .column.main .block:not(.widget) .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 {
  margin-bottom: 15px;
}
.abs-account-blocks .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.block-wishlist .block-title > strong,
.block-compare .block-title > strong,
.widget .block-title > strong,
.account .column.main .block:not(.widget) .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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.account .column.main .block:not(.widget) .block-title > .action,
.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 {
  margin-left: 15px;
}
.account .column.main .block:not(.widget) .box-title,
.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 {
  display: inline-block;
  margin: 0 0 5px;
}
.account .column.main .block:not(.widget) .box-title > span,
.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 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.account .column.main .block:not(.widget) .box-title > .action,
.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 {
  font-weight: 400;
  margin-left: 10px;
}
.account .column.main .block:not(.widget) .block-content p:last-child,
.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 {
  margin-bottom: 0;
}
.account .column.main .block:not(.widget) .block-content .box,
.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 {
  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,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.cart.table-wrapper .col.qty .input-text,
.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,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.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,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.products-grid.wishlist .product-item .comment-box .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,
.footer .block.newsletter .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping: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,
.customer-review .product-details:before,
.customer-review .product-details:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.header.content:before,
.header.content:after,
.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,
.payment-method-braintree .hosted-date-wrap:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping: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,
.customer-review .product-details:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.header.content:after,
.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,
.checkout-index-index .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,
.abs-split-button .action-gift.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,
.abs-split-button .action-gift + .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.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.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,
.product-item-actions .actions-secondary > .action {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > 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,
.product-item-actions .actions-secondary > .action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.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,
.product-item-actions .actions-secondary > .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: '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,
.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,
.product-item-actions .actions-secondary > .action:hover:before {
  color: #333333;
}
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-remove,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.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,
.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,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action: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,
.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,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action: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,
.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,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action: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,
.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,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel: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,
.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,
.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,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.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,
.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,
.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),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel: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),
.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),
.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 .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  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 .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift: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 .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  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';
}
.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,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .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,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.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,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-wishlist .counter,
.block-compare .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: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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);
}
.checkout-index-index .field .control._with-tooltip {
  position: relative;
}
.checkout-index-index .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,
.credit-discount > .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,
.credit-discount > .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,
.credit-discount > .title:after,
.cart-summary .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .paypal-review-discount .block > .title strong,
.column.main .credit-discount > .title strong,
.column.main .cart-summary .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.paypal-review-discount .block > .content,
.credit-discount > .content,
.cart-summary .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.credit-discount.active > .title:after,
.cart-summary .block.active > .title:after {
  content: '\e617';
}
.paypal-review-discount .block.active > .content,
.credit-discount.active > .content,
.cart-summary .block.active > .content {
  display: block;
}
@font-face {
  font-family: Montserrat;
  src: url('../../frontend/Magedelight/FashionGo/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Magedelight/FashionGo/en_US/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: Montserrat;
  src: url('../../frontend/Magedelight/FashionGo/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Magedelight/FashionGo/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: Montserrat;
  src: url('../../frontend/Magedelight/FashionGo/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Magedelight/FashionGo/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: Montserrat;
  src: url('../../frontend/Magedelight/FashionGo/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Magedelight/FashionGo/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.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;
}
.bg-wrapper {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 52px;
  left: 0;
  z-index: 1;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #ffffff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.nav-toggle {
  cursor: pointer;
  display: none;
  font-size: 0;
  left: 0;
  position: absolute;
  top: 17px;
  z-index: 102;
}
.nav-toggle .action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.nav-toggle .action:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0px;
  width: 22px;
  height: 2px;
  background-color: #212a2f;
  transition: all 100ms ease 0s;
}
.nav-toggle .action:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 22px;
  height: 2px;
  background-color: #212a2f;
  transition: all 100ms ease 0s;
}
.nav-toggle .action.menu-open {
  display: block;
  height: 2px;
  width: 22px;
  background-color: #212a2f;
  position: relative;
  transition: all 100ms ease 0s;
}
.nav-toggle .action.menu-close {
  display: none;
}
.nav-toggle .action.menu-close:before {
  transform: rotate(45deg);
  top: 0px;
}
.nav-toggle .action.menu-close:after {
  transform: rotate(-45deg);
  top: 0px;
}
.menu-top-promotion {
  float: left;
  padding: 0 0 0 15px;
  box-sizing: border-box;
  display: none;
}
.menu-top-promotion.one-column {
  width: 240px;
}
.menu-top-promotion.two-column {
  width: 480px;
}
.menu-top-promotion .promotion-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
.menu-top-promotion .promotion-item {
  min-width: 180px;
  margin-left: 20px;
}
.menu-top-promotion .promotion-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu-top-promotion .promotion-details .product-name {
  font-size: 1.2rem;
}
.menu-top-promotion .promotion-details .action {
  font-size: 1.1rem;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.menu-top-promotion .promotion-details .action:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: inherit;
  color: inherit;
  content: '\e608';
  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;
}
@media only screen and (max-width: 1279px) and (min-width: 992px) {
  nav.navigation li.level0 > .megamenu-content > .megamenu-container {
    width: 100%;
  }
  nav.navigation ul.level0 li.hover > .level1.submenu {
    width: auto !important;
    right: 5px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 992px) {
  .navigation .menu-top-promotion {
    position: absolute;
    right: 20px;
    top: 55px;
    display: block;
  }
  .navigation .level0.nav-3,
  .navigation .level0.nav-6 {
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .navigation > ul {
    position: relative !important;
  }
  .navigation li.level0 > .megamenu-content {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .navigation li.level0 > .megamenu-content {
    max-width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .menu-top-promotion {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .top-partners-content li .seller-info {
    text-align: center !important;
  }
  .top-partners-content li .seller-info img {
    position: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
.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: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #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%;
}
.field-tooltip #tooltip-label {
  display: none;
}
@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,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border: 0;
  border-radius: 0;
  background: ;
  color: #000000;
  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;
}
button:focus,
a.action.primary:focus,
button:hover,
a.action.primary:hover,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:focus,
.action-gift:hover {
  background: #000000;
  color: #ffffff;
  border: 0;
}
.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: 100%;
  background: #efeff2;
}
.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 20px 15px;
  max-width: 1210px;
  margin: 0 auto;
}
.page-wrapper .breadcrumbs .items .item {
  color: #636262;
  font-size: 15px;
}
.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: "\e91a";
  font-size: 12px;
  line-height: 20px;
  color: #636262;
  margin: 0 8px;
}
.page-wrapper .breadcrumbs .items .item a {
  color: #636262;
}
.page-wrapper .breadcrumbs .items .item a:hover {
  color: #000000;
  text-decoration: none;
}
.page-wrapper .breadcrumbs .items .item strong {
  color: #000000;
}
.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.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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;
}
/**
 * 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%;
}
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.amskit-toolbar-wrap {
  position: fixed;
  bottom: 10px;
  left: 3%;
  z-index: 9999;
  width: 300px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.amskit-toolbar-wrap.-open:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 25px;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, #ffffff);
}
.amskit-toolbar-wrap.-open {
  padding-bottom: 15px;
}
.amskit-toolbar-box {
  padding: 10px 20px;
  border-radius: 10px;
  background: #e4e4e4;
  box-sizing: border-box;
  cursor: pointer;
}
.amskit-toolbar-box.-open {
  border-radius: 10px 10px 0 0;
  cursor: auto;
}
.amskit-toolbar-box > .amskit-title {
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.amskit-toolbar-box > .amskit-title:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNGRjk0MTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNyA3Ljc1MmMwIC40ODUuMDE4LjkxMS4wMTggMS4zOTZ2Ny43MDVsLjAwMSAzLjU5OGMwIC41ODktLjAxNSAxLjE4MiAwIDEuNzcydi4wMjZjMCAuNDA2LjM0Ny43NTEuNzU0Ljc1MWgxNC40NzJjLjM5NiAwIC43NzItLjM0NS43NTQtLjc1LS4wMi0uNDA2LS4zMzItLjc1Mi0uNzU0LS43NTJINy43OGwuNzU0Ljc1MXYtMS40NTNsLS4wMDEtMy40NFYxMy4xNCA5LjQ5M2MwLS41OS0uMDAzLTEuMTI1LS4wMTgtMS43MTR2LS4wMjdjMC0uMzk0LS4zMzYtLjc3LS43NDItLjc1MS0uNDE5LjAxOC0uNzczLjMzLS43NzMuNzUxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC42MzYgMTguNzA2djMuNDk3YzAgLjQxOC4zMzUuODE2LjcyOC43OTZhLjc3OS43NzkgMCAwIDAgLjcyNy0uNzk2di0zLjA1Mi0uNDQ1YzAtLjQxOC0uMzM0LS44MTYtLjcyNy0uNzk2YS43NzYuNzc2IDAgMCAwLS43MjguNzk2ek0xNC4yNzMgMTUuMTF2Ny4wNTNjMCAuNDM5LjMzNC44NTcuNzI3LjgzNi4zOTMtLjAyLjcyNy0uMzY4LjcyNy0uODM2di02LjE3LS44ODNjMC0uNDM5LS4zMzQtLjg1Ny0uNzI3LS44MzYtLjM5My4wMi0uNzI3LjM2OC0uNzI3LjgzNnpNMTcuOTEgMTUuODV2Ni4yOTljMCAuNDQ3LjMzNC44NzEuNzI3Ljg1LjM5Mi0uMDIxLjcyNy0uMzc0LjcyNy0uODV2LTUuNTItLjc3OGMwLS40NDctLjMzNS0uODcyLS43MjctLjg1LS4zOTMuMDIxLS43MjguMzc0LS43MjguODV6TTIxLjU0NiAxMi44OTNWMjIuMTk4YzAgLjQyLjMzNC44MjEuNzI3LjgwMS4zOTMtLjAyLjcyNy0uMzUyLjcyNy0uODAxdi0zLjE0LTUuMDA2LTEuMTU5YzAtLjQyLS4zMzQtLjgyMS0uNzI3LS44MDEtLjM5My4wMi0uNzI3LjM1Mi0uNzI3LjgwMXpNOC4zODIgMTYuMDI3bDIuMDA4LTEuMzg2YzEuMDYyLS43MzIgMi4xMi0xLjQ2OCAzLjE4My0yLjJsLjczOS0uNTExYy4zMjQtLjIyMS41LS42NjguMjcxLTEuMDI5LS4yMDctLjMxOS0uNjg2LS41MS0xLjAzMi0uMjdsLTIuMDA4IDEuMzg1Yy0xLjA2My43MzMtMi4xMjIgMS40NjktMy4xODQgMi4ybC0uNzM4LjUxMWMtLjMyNS4yMjItLjUwMi42NjktLjI3MiAxLjAzLjIxMS4zMjIuNjg2LjUxIDEuMDMzLjI3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy43MzIgMTIuMDA5bDMuMjQ3LjYyLjQ2OC4wOWMuMzg0LjA3NS44MzItLjExLjkyNi0uNTI2LjA4My0uMzcyLS4xMTMtLjg0NS0uNTI3LS45MjRsLTMuMjQ4LS42Mi0uNDY3LS4wOWMtLjM4NC0uMDc0LS44MzMuMTEtLjkyNy41MjYtLjA4Ny4zNjguMTEzLjg0NS41MjguOTI0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC4xNzcgMTIuNTI0YzEuMTA4LTEuMTk4IDIuMjE2LTIuMzkyIDMuMzIzLTMuNTkuMTU1LS4xNy4zMTMtLjMzOC40NjgtLjUwNy4yNjctLjI5LjMwOC0uNzgxIDAtMS4wNjMtLjI5LS4yNjYtLjc4LS4zMDgtMS4wNjcgMC0xLjEwNyAxLjE5OC0yLjIxNSAyLjM5Mi0zLjMyMyAzLjU5LS4xNTQuMTY5LS4zMTIuMzM4LS40NjcuNTA3LS4yNjcuMjg5LS4zMDkuNzggMCAxLjA2My4yOS4yNjYuNzguMzA3IDEuMDY2IDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjY3NSA3Ljg5N3YyLjM1YzAgLjM5NS4zNDcuNzcuNzU0Ljc1Mi40MDctLjAxOS43NTMtLjMzLjc1My0uNzUxdi0yLjM1YzAtLjM5NS0uMzQ2LS43Ny0uNzUzLS43NTItLjQxLjAyLS43NTQuMzMtLjc1NC43NTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxLjQyOSA3LjE0NmMtLjc1Ny4wMDgtMS41MTUuMDExLTIuMjcyLjAxOS0uMzk2LjAwNC0uNzcyLjM0Mi0uNzU0Ljc1LjAyLjQwNi4zMzIuNzU2Ljc1NC43NTIuNzU3LS4wMDggMS41MTUtLjAxMSAyLjI3Mi0uMDE5LjM5Ni0uMDA0Ljc3Mi0uMzQyLjc1My0uNzUtLjAxOC0uNDA2LS4zMzEtLjc1Ni0uNzUzLS43NTJ6Ii8+PC9zdmc+) no-repeat center;
}
.amskit-toolbar-box > .amskit-arrow {
  display: inline-block;
  float: right;
  width: 12px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNCMkIyQjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMyA3TDcgMSAxIDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-toolbar-box.-open > .amskit-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}
.amskit-toolbar-content {
  padding: 10px;
  max-height: 75vh;
  overflow: auto;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  background: #fff;
}
.amskit-toolbar-content .amskit-table {
  table-layout: fixed;
}
.amskit-toolbar-content > .amskit-title {
  margin: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 600;
  font-size: 16px;
}
.amskit-toolbar-content > .amskit-background {
  margin: 5px -10px 25px;
  padding: 10px;
  background: #f6f6f6;
}
.amskit-toolbar-content .amskit-cell {
  word-break: break-word;
  word-wrap: break-word;
}
.amskit-toolbar-content .amskit-cell.-indent {
  padding-left: 35px;
}
.amskit-toolbar-content .amskit-description {
  font-size: 12px;
  color: #adadad;
}
.amskit-toolbar-content .amskit-description.-headings {
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon {
  position: relative;
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon:before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.amskit-toolbar-content .amskit-icon.-warning:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNOSA0djYuNSIvPjxjaXJjbGUgY3g9IjkiIGN5PSIxNCIgcj0iMSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amskit-toolbar-content .amskit-icon.-normal:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMxNzg3RTAiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNS41IDlsMy4xMjUgM0wxMi41IDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-headings-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amskit-headings-wrap > .amskit-item {
  margin-left: 8px;
  margin-bottom: 5px;
  text-align: center;
}
.amskit-headings-wrap .amskit-head {
  text-transform: uppercase;
}
.amskit-page-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.amskit-page-links > .amskit-item {
  position: relative;
  padding-left: 10px;
}
.amskit-page-links > .amskit-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #55b4ff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.amskit-page-links .amskit-label {
  display: inline-block;
  width: 80%;
}
.amskit-separator-wrap {
  position: relative;
  margin: 15px 0;
  height: 1px;
  background: #c4c4c4;
}
.amskit-separator-wrap ~ .amskit-url {
  display: none;
}
.amskit-separator-wrap > .amskit-button {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  background: #fff;
  color: #c4c4c4;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.amskit-separator-wrap > .amskit-button:hover {
  border-color: #1787e0;
  color: #1787e0;
}
@media (min-width: 480px) {
  .amskit-toolbar-wrap.-open {
    width: 450px;
  }
  .amskit-page-links .amskit-label {
    width: 55%;
  }
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
.amazon-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-button-container img {
  display: block;
}
.amazon-button-container .field-tooltip {
  display: none;
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.checkout-shipping-address .amazon-button-container {
  margin: 22px 0;
}
.login-container .block-amazon-login .actions-toolbar {
  margin-top: 25px;
}
.amazon-validate-container .block .block-title {
  font-size: 1.8rem;
}
.amazon-validate-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.amazon-validate-container .fieldset:after {
  margin-top: 35px;
}
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 12px 0 4px 0;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.revert-checkout {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #cccccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.experius-address-lines .field {
  margin: 0 0 20px;
}
.experius-address-lines legend.label {
  display: none !important;
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
.block-md-bestseller .block-content .tab-links {
  overflow: hidden;
}
.block-md-bestseller .block-content .tab-title {
  display: inline-block;
  margin-right: 10px;
}
.block-md-bestseller .block-content .tab-title.active a {
  text-decoration: underline;
}
.gift-wrap-main .seleted-giftwrapper {
  float: none;
  padding: 15px 0;
  border-bottom: solid 1px #e9e9e9;
}
.gift-wrap-main .seleted-giftwrapper:before,
.gift-wrap-main .seleted-giftwrapper:after {
  content: '';
  display: table;
}
.gift-wrap-main .seleted-giftwrapper:after {
  clear: both;
}
.gift-wrap-main .seleted-giftwrapper .wrapper-content .wrapper-information .wrapper-name {
  font-size: 16px;
  font-weight: 700;
}
.gift-wrap-main .seleted-giftwrapper .wrapper-content .wrapper-information .wrapper-price {
  font-weight: 700;
  margin: 5px 0;
}
.gift-wrap-main .seleted-giftwrapper .wrapper-content .wrapper-information .wrapper-desc {
  margin: 0 0 10px;
  height: 80px;
  overflow-y: scroll;
}
.modal-popup .gift-category .gift-category-select {
  display: block;
  margin: 0 0 10px;
}
.modal-popup .gift-wrapper-slider {
  margin: 20px 0 0;
}
.modal-popup .gift-wrapper-slider .owl-item {
  vertical-align: top;
}
.modal-popup .gift-wrapper-slider .steps-wrapper-block {
  padding: 10px;
}
.modal-popup .gift-wrapper-slider .steps-wrapper-block .wrapper-name {
  min-height: 50px;
}
.modal-popup .gift-wrapper-slider .steps-wrapper-block .wrapper-price .price {
  font-weight: 700;
}
.cart.table-wrapper .cart .cart.item .gift-wrap-main {
  margin: 10px 0 0;
}
.md-osc-gift-wrapper {
  margin: 40px 0 0;
}
.md-osc-gift-wrapper .seleted-giftwrapper .wrapper-content {
  width: 100%;
}
.md-osc-gift-wrapper .seleted-giftwrapper .wrapper-content:before,
.md-osc-gift-wrapper .seleted-giftwrapper .wrapper-content:after {
  content: '';
  display: table;
}
.md-osc-gift-wrapper .seleted-giftwrapper .wrapper-content:after {
  clear: both;
}
.md-osc-gift-wrapper .seleted-giftwrapper .wrapper-content .checkout-wrapper-image {
  float: left;
  width: 25%;
  margin-right: 10px;
}
.md-osc-gift-wrapper .seleted-giftwrapper .wrapper-content .checkout-wrapper-information {
  float: left;
  width: 70%;
}
.md-osc-gift-wrapper .seleted-giftwrapper .wrapper-content .checkout-wrapper-information .checkout-wrapper-name {
  font-size: 16px;
  font-weight: 700;
}
.md-osc-gift-wrapper .seleted-giftwrapper .wrapper-content .checkout-wrapper-information .checkout-wrapper-price {
  font-weight: 700;
  margin: 5px 0;
}
.md-osc-gift-wrapper .seleted-giftwrapper .wrapper-content .checkout-wrapper-information .checkout-wrapper-instruction {
  margin: 0 0 10px;
  height: 80px;
  overflow-y: scroll;
}
.md-osc-gift-wrapper .seleted-giftwrapper .wrapper-content .checkout-wrapper-actions {
  clear: left;
  text-align: right;
}
.md-osc-gift-wrapper .seleted-giftwrapper .wrapper-content .checkout-wrapper-actions .giftwrap-icon {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.onestepcheckout-index-index .gift-wrap-main .seleted-giftwrapper {
  border-bottom: none;
}
.onestepcheckout-index-index .md-osc-gift-wrapper .seleted-giftwrapper .wrapper-content .checkout-wrapper-information .checkout-wrapper-instruction {
  display: none;
}
.onestepcheckout-index-index .md-osc-gift-wrapper .seleted-giftwrapper .wrapper-content .checkout-wrapper-information .checkout-wrapper-actions {
  text-align: left;
}
.onestepcheckout-index-index .md-osc-gift-wrapper .seleted-giftwrapper .wrapper-content .checkout-wrapper-information .checkout-wrapper-actions .giftwrap-icon:before {
  content: "\e926";
  font-family: 'md-ico-fgo';
  font-size: 12px;
  line-height: 20px;
  padding: 4px;
}
.onestepcheckout-index-index .md-osc-gift-wrapper .seleted-giftwrapper .wrapper-content .checkout-wrapper-information .checkout-wrapper-actions #checkout-cancel-wrapper:after {
  content: "\e925";
  font-family: 'md-ico-fgo';
  font-size: 12px;
  line-height: 20px;
  padding: 4px;
}
.onestepcheckout-index-index .before-osc-button .gift-wrap-main {
  margin-top: 10px;
}
.lazy-blur {
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  transition: 0.3s filter linear;
  -o-transition: 0.3s -o-filter linear;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.lazy-blur.lazy-loaded {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  image-rendering: initial;
}
.product-image-container {
  position: relative;
}
.fotorama--fullscreen .md-label-container {
  display: none;
}
.md-label-text {
  font-family: "Times New Roman", Times, serif;
  color: #333;
}
/* 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;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../frontend/Magedelight/FashionGo/en_US/images/loader-1.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'icons-blank-theme';
  font-size: 14px;
  line-height: 1;
  color: #333333;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: '\e617';
}
[dir="rtl"] .slick-prev:before {
  content: '\e608';
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: '\e608';
}
[dir="rtl"] .slick-next:before {
  content: '\e617';
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  /*height: 20px;
            width: 20px;*/
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .action-gift:hover,
.slick-dots li .action-gift:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.slick-dots li .action-gift:hover:before,
.slick-dots li .action-gift:focus:before {
  opacity: 1;
}
.slick-dots li button:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.slick-dots li .action-gift:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: 'icons-blank-theme';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.slick-dots li.slick-active .action-gift:before {
  color: #000000;
  opacity: 0.75;
}
.magepow_core {
  display: block;
}
.grid-slider {
  opacity: 0;
}
.grid-init .grid-slider,
.grid-slider.grid-init,
.grid-slider.slick-initialized,
.content-products .product-items.grid-init,
.content-products .grid-init .product-items,
.content-products .product-items.slick-initialized {
  opacity: 1;
}
.grid-init .product-item-info,
.slick-initialized .product-item-info {
  width: auto;
}
/* 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;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../frontend/Magedelight/FashionGo/en_US/images/loader-1.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'icons-blank-theme';
  font-size: 14px;
  line-height: 1;
  color: #333333;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: '\e617';
}
[dir="rtl"] .slick-prev:before {
  content: '\e608';
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: '\e608';
}
[dir="rtl"] .slick-next:before {
  content: '\e617';
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  /*height: 20px;
            width: 20px;*/
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .action-gift:hover,
.slick-dots li .action-gift:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.slick-dots li .action-gift:hover:before,
.slick-dots li .action-gift:focus:before {
  opacity: 1;
}
.slick-dots li button:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.slick-dots li .action-gift:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: 'icons-blank-theme';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.slick-dots li.slick-active .action-gift:before {
  color: #000000;
  opacity: 0.75;
}
.magiccart_community {
  display: block;
}
.grid-slider {
  opacity: 0;
}
.grid-init .grid-slider,
.grid-slider.grid-init,
.grid-slider.slick-initialized {
  opacity: 1;
}
.grid-init .product-item-info,
.slick-initialized .product-item-info {
  width: auto;
}
.magictabs .item.activated,
.magictabs .item:hover {
  border-color: #ff3366;
}
.content-products .mage-magictabs {
  display: none;
}
.content-products .mage-magictabs.activated {
  display: block;
}
.content-products .product-items {
  opacity: 0;
}
.content-products .product-items.grid-init,
.content-products .grid-init .product-items,
.content-products .slick-initialized .product-items,
.content-products .product-items.slick-initialized {
  opacity: 1;
}
.content-products .product-item-info {
  width: auto;
}
.shopbrand-brand-listbrand .page-title-wrapper {
  text-align: center;
}
.shopbrand-brand-listbrand .page-title-wrapper .page-title {
  display: inline-block;
}
.shopbrand-brand-listbrand .grid-slider {
  display: none;
}
.shopbrand-brand-listbrand .grid-init .grid-slider {
  display: block;
}
.shopbrand {
  text-align: center;
  display: block;
}
.shop-by-brand {
  text-align: center;
}
.shopbrand-list {
  clear: both;
}
.brand-search {
  height: 150px;
  text-align: center;
}
.brand-search-sidebar .block-search {
  max-width: 100%;
}
.characters {
  clear: both;
  padding: 20px 0;
  display: inline-block;
}
.characters .filter {
  list-style: none;
  float: left;
}
.characters .filter .char {
  float: left;
}
.characters .filter .char a {
  display: block;
  border: 1px solid silver;
  height: 36px;
  line-height: 36px;
  width: 36px;
  text-align: center;
  margin-left: 3px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
}
.characters .filter .char a:hover,
.characters .filter .char.active a {
  background-color: #006bb4;
  color: #ffffff;
  border: 1px solid #006bb4;
}
.characters .filter .view-all a {
  text-transform: none;
}
.content-products .product-items {
  opacity: 0;
}
.content-products .product-items.grid-init,
.content-products .product-items.slick-initialized {
  opacity: 1;
}
.content-products .product-item-info {
  width: auto;
}
.multi-checkout-fields label {
  display: block;
  margin-bottom: 7px;
}
.multi-checkout-fields .field {
  margin: 1.5em 0;
}
.multi-checkout-fields .field.checkbox label {
  display: inline-block;
  margin: 0 0 0 12px;
}
.collection-point-country,
.collection-point-postalcode,
.collection-point-button {
  display: inline-block;
  padding: 20px 10px 0 0;
}
.collection-point-postalcode {
  max-width: 9em;
  vertical-align: top;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}
.box-order-shipping-address .box-subtitle {
  font-weight: 600;
}
.box-order-shipping-address .order-shipping-secondary-address {
  margin-top: 1rem;
}
#delivery-options-fields-block {
  max-width: 100%;
}
.pickup-locations-headline {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
}
.delivery-locations-form .delivery-locations-list {
  border: 1px solid #c2c2c2;
  max-height: 500px;
  overflow: auto;
}
.delivery-locations-form .delivery-locations-list table.location {
  margin-top: 28px;
}
.delivery-locations-form .delivery-locations-list table.location .first-column {
  padding: 0 14px;
  width: 14px;
}
.delivery-locations-form .delivery-locations-list table.location .second-column {
  padding: 0;
}
.opening-hour-wrapper {
  font-size: 12px;
}
.opening-hour-wrapper table thead {
  cursor: pointer;
  font-weight: 700;
}
.opening-hour-wrapper table thead tr td {
  padding: 10px 0 0;
  display: inline-block;
  text-decoration: none;
}
.opening-hour-wrapper table thead tr td:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #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;
}
.opening-hour-wrapper table thead tr td:hover:after {
  color: #333333;
}
.opening-hour-wrapper table thead tr td:active:after {
  color: #8f8f8f;
}
.opening-hour-wrapper table tbody {
  display: none;
}
.opening-hour-wrapper table tbody.special-hours-heading {
  padding-top: 10px;
  font-weight: 700;
}
.opening-hour-wrapper table tbody tr td {
  padding: 0 10px 0 0;
}
.opening-hour-wrapper table tbody tr td.time-span {
  font-weight: 600;
}
.opening-hour-wrapper table._active thead tr td:after {
  content: '\e621';
}
.opening-hour-wrapper table._active tbody {
  display: block;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
.yotpo-yotpo-is-enabled .yotpoBottomLine {
  width: 100%;
}
.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,
.yotpo-yotpo-is-enabled .yotpo-stars {
  margin: 0 5px 0 0 !important;
}
.yotpo-yotpo-is-enabled .thumbnail .yotpo a {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled div.yotpo.QABottomLine {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled.cms-index-index .product-item-actions {
  margin-top: 5px !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item-actions,
.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item-actions {
  margin-top: 0 !important;
}
.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,
.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary {
  width: 100%;
}
.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;
}
.payment-method-braintree .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px;
}
.payment-method-braintree .hosted-control:disabled {
  opacity: 0.5;
}
.payment-method-braintree .hosted-control::-moz-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #006bb4;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #e02b27;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
  border-color: #006400;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem;
}
.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 7px;
  width: 6rem;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 50px;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
  content: '/';
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -25px;
  top: 5px;
}
.payment-method-braintree .field-tooltip {
  right: 0;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-logo {
  margin-top: 10px;
  text-align: center;
}
.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block;
}
.braintree-paypal-account:before {
  background-image: url('../../frontend/Magedelight/FashionGo/en_US/Magento_Braintree/images/paypal-small.png');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 16px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.braintree-paypal-account:before {
  left: 17px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.braintree-paypal-account .payment-method-type {
  font-weight: 700;
}
.braintree-paypal-account .payment-method-description {
  color: #575757;
}
.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.action-braintree-paypal-logo {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active {
  background: none;
  border: none;
}
.action-braintree-paypal-logo:hover {
  background: none;
  border: none;
}
.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
  pointer-events: none;
  opacity: 0.5;
}
.action-braintree-paypal-logo img {
  margin: 0;
  width: 114px;
}
.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0;
}
.account .table .col.paypal-account img {
  vertical-align: middle;
}
.account .table .col.paypal-account + .actions {
  vertical-align: middle;
}
.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;
}
.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 .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.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;
}
.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;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  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;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 20px 0 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;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  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;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.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;
}
.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-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  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;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 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 {
  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,
.action-gift.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,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.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,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #1979c3;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.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,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.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,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.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,
.wishlist.split.button .action-gift + .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;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.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:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.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;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 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.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;
}
.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;
}
.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;
}
.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%;
  }
}
.rating-summary {
  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-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: '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';
}
.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-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.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;
}
.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: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.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: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.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 strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-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;
}
.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;
}
.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 {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  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;
}
.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;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.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 {
  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;
}
.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;
}
.instagram-tab-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.instagram-tab-container ul.tabs {
  text-align: center;
  padding: 0;
}
.instagram-tab-container ul.tabs li {
  color: #333;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
  margin: 10px;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}
.instagram-tab-container ul.tabs li.current {
  font-weight: bold;
}
.instagram-tab-container ul.tabs li.current:after {
  width: 100%;
  display: block;
  height: 2px;
  background: #000;
  content: '';
  margin-top: 12px;
}
.instagram-tab-container .tab-content {
  display: none;
}
.instagram-tab-container .tab-content.current {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  text-align: center;
}
.instagram-tab-container .tab-content.current .post {
  display: inline-block;
  margin: 0 12px 20px;
  max-width: 230px;
  height: 240px;
  width: 100%;
  position: relative;
  vertical-align: top;
}
.instagram-tab-container .tab-content.current .post img {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.instagram-tab-container .tab-content.loading {
  height: 300px;
  background: url('../../frontend/Magedelight/FashionGo/en_US/images/loader-2.gif') no-repeat center center;
  background-size: 218px;
}
.instagram-tab-container .block-title-home {
  padding-bottom: 0;
}
.homepage-instagram-block .slick-nav {
  display: table;
  margin: 10px auto 30px auto;
}
.homepage-instagram-block .slick-nav .control-nav {
  float: left;
  width: 200px;
  text-align: right;
  margin: 0 2px;
  position: relative;
}
.homepage-instagram-block .slick-nav .control-nav .line-big {
  position: relative;
  float: right;
  width: 176px;
}
.homepage-instagram-block .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;
}
.homepage-instagram-block .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;
}
.homepage-instagram-block .slick-nav .control-nav .line-small {
  width: 136px;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: 23px;
  margin: -1px 0 0 0;
}
.homepage-instagram-block .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;
}
.homepage-instagram-block .slick-nav .control-nav .arrow:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.homepage-instagram-block .slick-nav .control-nav .arrow:hover {
  text-decoration: none;
}
.homepage-instagram-block .slick-nav .control-nav .arrow:before {
  content: "\e919";
  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;
}
.homepage-instagram-block .slick-nav .control-nav .arrow .arrow-inner {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
.homepage-instagram-block .slick-nav .control-nav .arrow:hover,
.homepage-instagram-block .slick-nav .control-nav .arrow:hover:before {
  color: #000000;
  border-color: #000000;
}
.homepage-instagram-block .slick-nav .control-nav .arrow.slick-hidden {
  display: block;
}
.homepage-instagram-block .slick-nav .control-nav .arrow.slick-hidden:before {
  opacity: 0;
}
.homepage-instagram-block .slick-nav .control-nav.next .line-big {
  float: left;
}
.homepage-instagram-block .slick-nav .control-nav.next .line-big:after {
  left: auto;
  right: -10px;
}
.homepage-instagram-block .slick-nav .control-nav.next .line-small {
  right: auto;
  left: 0;
}
.homepage-instagram-block .slick-nav .control-nav.next .arrow {
  float: left;
}
.homepage-instagram-block .slick-nav .control-nav.next .arrow:before {
  content: "\e901";
}
.instagram-header h3 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
}
.instagram-top-section .insta-button {
  text-align: right;
}
.instagram-top-section .insta-button a {
  display: inline-block;
  border: solid 1px #000000;
  color: #333333;
  padding: 5px 10px;
}
.instagram-top-section .insta-button a:hover {
  color: #ffffff;
  background-color: #000000;
}
.instagram-inner {
  padding: 15px 0 0;
}
.instagram-inner:before,
.instagram-inner:after {
  content: '';
  display: table;
}
.instagram-inner:after {
  clear: both;
}
.instagram-inner ul {
  margin: 0;
  padding: 0;
}
.instagram-inner ul li {
  list-style-type: none;
  margin: 0;
  padding: 15px;
  width: 33.33333333%;
  display: inline-block;
  font-size: 0;
  float: left;
}
.product-addto-links div.action {
  margin: 0;
  display: inline;
}
/****Mobile****/
@media only screen and (max-width: 767px) {
  .instagram-top-section .insta-button {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .homepage-instagram-block .slick-nav .control-nav {
    width: 130px;
  }
  .homepage-instagram-block .slick-nav .control-nav .line-big {
    width: 125px;
  }
  .homepage-instagram-block .slick-nav .control-nav .line-big:before {
    width: 125px;
  }
  .homepage-instagram-block .slick-nav .control-nav .line-big:after {
    top: 14px;
    left: -10px;
  }
  .homepage-instagram-block .slick-nav .control-nav .line-small {
    width: 100px;
  }
}
.ias-spinner,
.ias-noneleft,
.ias-trigger,
.ias-trigger-next {
  clear: both;
  padding: 10px 0;
  margin-top: 10px;
  text-align: center;
}
.ias-spinner.ias-noneleft,
.ias-noneleft.ias-noneleft,
.ias-trigger.ias-noneleft,
.ias-trigger-next.ias-noneleft {
  color: #DC914F;
}
.ias-spinner button,
.ias-noneleft button,
.ias-trigger button,
.ias-trigger-next button,
.ias-spinner .cart.table-wrapper .actions-toolbar > .action,
.ias-noneleft .cart.table-wrapper .actions-toolbar > .action,
.ias-trigger .cart.table-wrapper .actions-toolbar > .action,
.ias-trigger-next .cart.table-wrapper .actions-toolbar > .action,
.ias-spinner .action-gift,
.ias-noneleft .action-gift,
.ias-trigger .action-gift,
.ias-trigger-next .action-gift {
  background: #ffffff;
  color: #000000;
  font-weight: 400;
  border: solid 1px #000000;
}
.ias-spinner button:hover,
.ias-noneleft button:hover,
.ias-trigger button:hover,
.ias-trigger-next button:hover,
.ias-spinner .cart.table-wrapper .actions-toolbar > .action:hover,
.ias-noneleft .cart.table-wrapper .actions-toolbar > .action:hover,
.ias-trigger .cart.table-wrapper .actions-toolbar > .action:hover,
.ias-trigger-next .cart.table-wrapper .actions-toolbar > .action:hover,
.ias-spinner .action-gift:hover,
.ias-noneleft .action-gift:hover,
.ias-trigger .action-gift:hover,
.ias-trigger-next .action-gift:hover {
  background: #000000;
  color: #ffffff;
  border: solid 1px #000000;
}
.goup-container .goup-arrow {
  border: 0;
  color: #ffffff;
  -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;
}
.goup-container .goup-arrow:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.goup-container .goup-arrow:hover {
  text-decoration: none;
}
.goup-container .goup-arrow:before {
  content: "\e91d";
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  top: 6px;
}
.goup-container .goup-arrow:hover {
  color: #cdec24;
}
.goup-container:after {
  left: -2px;
  opacity: 0;
  content: "";
  padding: 2px;
  box-shadow: 0 0 0 2px #000000;
  -webkit-box-shadow: 0 0 0 2px #000000;
  -moz-box-shadow: 0 0 0 2px #000000;
  -ms-box-shadow: 0 0 0 2px #000000;
  -o-box-shadow: 0 0 0 2px #000000;
  top: -2px;
  border-radius: 50%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
  transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transition: transform .4s ease 0s,opacity .4s ease 0s;
  -webkit-transition: transform .4s ease 0s,opacity .4s ease 0s;
  -moz-transition: transform .4s ease 0s,opacity .4s ease 0s;
  z-index: -1;
}
.goup-container:hover:after {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
/* 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,
.owl-carousel .owl-nav .action-gift.owl-prev,
.owl-carousel .owl-nav .action-gift.owl-next,
.owl-carousel .action-gift.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%;
}
.banner-details .banner-image {
  display: inline-block;
}
.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(0, 0, 0, 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(0, 0, 0, 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:hover button.slick-arrow,
.mdslider-container .slick-slider:hover button.slick-arrow,
.mdslider-container .owl-carousel:hover .cart.table-wrapper .actions-toolbar > .action.slick-arrow,
.mdslider-container .slick-slider:hover .cart.table-wrapper .actions-toolbar > .action.slick-arrow,
.mdslider-container .owl-carousel:hover .action-gift.slick-arrow,
.mdslider-container .slick-slider:hover .action-gift.slick-arrow {
  display: block !important;
}
.mdslider-container .owl-nav > button,
.mdslider-container .slick-arrow,
.mdslider-container .owl-nav > .cart.table-wrapper .actions-toolbar > .action,
.mdslider-container .owl-nav > .action-gift {
  background: #000000;
  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,
.mdslider-container .owl-nav > .action-gift: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,
.mdslider-container .owl-nav > .action-gift:hover {
  text-decoration: none;
}
.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,
.mdslider-container .owl-nav > .action-gift.owl-prev:before,
.mdslider-container .owl-nav > .action-gift.slick-prev:before {
  content: "\e916";
  font-size: 20px;
  color: #cdec24;
}
.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,
.mdslider-container .owl-nav > .action-gift.owl-next,
.mdslider-container .owl-nav > .action-gift.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,
.mdslider-container .owl-nav > .action-gift.owl-next:before,
.mdslider-container .owl-nav > .action-gift.slick-next:before {
  content: "\e915";
  font-size: 20px;
  color: #cdec24;
}
.mdslider-container .owl-nav > button:hover,
.mdslider-container .slick-arrow:hover,
.mdslider-container .owl-nav > .cart.table-wrapper .actions-toolbar > .action:hover,
.mdslider-container .owl-nav > .action-gift: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,
.mdslider-container .owl-nav > .action-gift:hover:before {
  color: #cdec24;
}
.mdslider-container .slick-dots {
  position: relative;
  z-index: 8;
  list-style: none;
  margin: 0px 0 0 0;
  margin: -30px 0 10px 0;
}
.mdslider-container .slick-dots > li {
  display: inline-block;
  padding: 0;
  margin: 0 1px;
}
.mdslider-container .slick-dots > li button,
.mdslider-container .slick-dots > li .cart.table-wrapper .actions-toolbar > .action,
.mdslider-container .slick-dots > li .action-gift {
  font-size: 0;
  padding: 0;
  width: 30px;
  height: 10px;
  background: #000000;
}
.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,
.mdslider-container .slick-dots > li:hover .action-gift,
.mdslider-container .slick-dots > li.slick-active .action-gift {
  background: #cdec24;
}
.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,
.mdslider-container .owl-dots .action-gift {
  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,
.mdslider-container .owl-dots .action-gift:hover,
.mdslider-container .owl-dots .action-gift.active {
  background: #cdec24;
}
.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: #000000;
  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 #000000;
  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(0, 0, 0, 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 (min-width: 768px) {
  .mdslider-container .slick-slider .slick-list .banner-details .banner-image.mobile {
    display: none;
  }
}
@media only screen and (min-width: 1367px) {
  .mdslider-container .slick-slider .slick-list .banner-details .banner-image.tablet {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .mdslider-container .slick-slider .slick-list .banner-details .banner-image.tablet {
    display: none;
  }
}
@media only screen and (max-width: 1367px) {
  .mdslider-container .slick-slider .slick-list .banner-details .banner-image.desktop {
    display: none;
  }
}
@media only screen and (min-width: 1367px) {
  .mdslider-container .slick-slider .slick-list .banner-details .banner-image.mobile {
    display: none;
  }
}
@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,
  .mdslider-container .owl-nav > .action-gift {
    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,
  .mdslider-container .slick-dots > li .action-gift {
    width: 20px;
    height: 5px;
  }
  .mdslider-container .home-banner-text-box.center-box {
    display: none;
  }
}
.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 {
  display: inline-block;
  max-width: 1210px;
  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 30px 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: "\f067";
  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: "\f068";
}
.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: "\f107";
  font-size: 18px;
  font-weight: normal;
  font-family: "FontAwesome";
  margin: 2px 0px 0 10px;
  color: #333333;
  line-height: 18px;
  float: right;
}
.section-item-content .menu-container .menu > ul > li.menu-dropdown-icon > a:hover:before {
  color: #333333;
}
.section-item-content .menu-container .menu > ul > li.menu-dropdown-icon:hover > a {
  color: #333333;
}
.section-item-content .menu-container .menu > ul > li.menu-dropdown-icon:hover > a:before {
  color: #333333;
}
.section-item-content .menu-container .menu > ul > li.active > a {
  color: #000000;
}
.section-item-content .menu-container .menu > ul > li.active > a:before {
  color: #000000;
}
.section-item-content .menu-container .menu > ul > li.active .megaitemicons:before {
  color: #000000;
}
.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 18px 0;
  float: left;
  width: 100%;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}
.section-item-content .menu-container .menu > ul > li ul li {
  margin: 0;
  padding: 0px 0 4px 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: #333;
  padding: 0;
  text-decoration: none;
  transition: 0.15s padding ease-out, 0.15s margin ease-out, 0.15s border ease-out;
  /*&:before {
                                    content: "\f105";
                                    font-size: 16px;
                                    vertical-align: top;
                                    font-weight: normal;
                                    font-family: "FontAwesome";
                                    color: @md-color-menu-text;
                                    line-height: 22px;
                                    margin: 0px 12px 0 0px;
                                }*/
}
.section-item-content .menu-container .menu > ul > li ul li a:hover {
  color: #333333;
  padding: 0 0 0 6px;
  /*&:before {
                                        color: @md-color-menu-text-hover;
                                    }*/
}
.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: #333333;
}
.section-item-content .menu-container .menu > ul > li > a {
  display: inline-block;
  color: #333333;
  font-size: 15px;
  padding: 0 0px 15px 0px;
  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: 0;
  height: 3px;
  width: 100%;
  background: #333333;
  left: 0;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.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);*/
  border: #afafaf solid 1px;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 36px;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 13px;
}
.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: #333333;
}
.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: #333333;
  font-weight: 600;
}
.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: #333333;
  font-weight: 700;
}
.section-item-content .menu-container .menu > ul > li > ul > li > a {
  color: #333333;
  line-height: 20px;
}
.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: #333333;
}
.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 .menu {
  /*&.horizontal {
                background: transparent;
                z-index: inherit;
                width: @md-layout__max-width;
                margin: 0 0 0 0;
                float: left;
                > ul {
                    > li {
                        &.menu-dropdown-icon {
                            > a {
                                &:before {
                                    color: @md-color-menu-text;
                                }
                            }
                        }
                        > a {
                            color: @md-color-menu-text;
                        }
                        &.dropdown {
                            ul {
                                li {
                                    &.menu-header {
                                        width: 100%;
                                    }
                                }
                            }
                        }
                    }
                }
            }*/
}
.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: #fff;
}
.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: #fff;
}
.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: 1240px) {
  .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%;
    /*&.horizontal {
                    > ul {
                        > li {
                            span.plus {
                                &:before {
                                    color: #fff;
                                }
                            }
                            &:hover {
                                span.plus {
                                    &:before {
                                        color: #333;
                                    }
                                    &.active {
                                        &:before {
                                            color: #fff;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }*/
  }
  .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;
  }
  .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-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: #fff;
  }
  .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;
  }
}
/**
* Magedelight
* Copyright (C) 2017 Magedelight <info@magedelight.com>
*
* @category Magedelight
* @package Magedelight_OneStepCheckout
* @copyright Copyright (c) 2017 Mage Delight (http://www.magedelight.com/)
* @license http://opensource.org/licenses/gpl-3.0.html GNU General Public License,version 3 (GPL-3.0)
* @author Magedelight <info@magedelight.com>
*/
@font-face {
  font-family: 'OneStepCheckout';
  src: url('../../frontend/Magedelight/FashionGo/en_US/Magedelight_OneStepCheckout/fonts/MD-osc-icon/icon.woff2') format('woff2'), url('../../frontend/Magedelight/FashionGo/en_US/Magedelight_OneStepCheckout/fonts/MD-osc-icon/icon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
.osc-home-icon:before {
  content: "\e900";
  font-family: 'OneStepCheckout';
}
.osc-file-icon:before {
  content: "\e922";
  font-family: 'OneStepCheckout';
}
.osc-credit-card-icon:before {
  content: "\e93f";
  font-family: 'OneStepCheckout';
}
.osc-calendar-icon:before {
  content: "\e953";
  font-family: 'OneStepCheckout';
}
.osc-truck-icon:before {
  content: "\e9b0";
  font-family: 'OneStepCheckout';
}
.osc-right-hand-icon:before {
  content: "\ea04";
  font-family: 'OneStepCheckout';
}
._transition-3 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
._label {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: 0 0 5px 0;
}
.column.main .checkout-container.md-checkout {
  position: relative;
  /*input[type="checkbox"],*/
}
.column.main .checkout-container.md-checkout *,
.column.main .checkout-container.md-checkout *:before {
  box-sizing: border-box;
}
.column.main .checkout-container.md-checkout a:focus,
.column.main .checkout-container.md-checkout ._keyfocus *:focus:focus,
.column.main .checkout-container.md-checkout input:focus:not([disabled]):focus,
.column.main .checkout-container.md-checkout textarea:focus:not([disabled]):focus,
.column.main .checkout-container.md-checkout select:focus:not([disabled]):focus,
.column.main .checkout-container.md-checkout textarea:focus,
.column.main .checkout-container.md-checkout input:focus,
.column.main .checkout-container.md-checkout select:focus {
  box-shadow: none;
  outline: 0;
}
.column.main .checkout-container.md-checkout input:-webkit-autofill,
.column.main .checkout-container.md-checkout input:-webkit-autofill:hover,
.column.main .checkout-container.md-checkout input:-webkit-autofill:focus,
.column.main .checkout-container.md-checkout input:-webkit-autofill:active {
  transition: all 5000s ease-in-out 0s;
  transition-property: background-color, transparent;
}
.column.main .checkout-container.md-checkout input[type="checkbox"] {
  margin: -8px 0 0 0;
  float: left;
  opacity: 0;
  z-index: 9;
  left: 0;
  position: absolute;
  top: 50%;
}
.column.main .checkout-container.md-checkout input.radio {
  display: none;
}
.column.main .checkout-container.md-checkout input.radio + label {
  position: relative;
  padding-left: 20px !important;
}
.column.main .checkout-container.md-checkout input.radio + label:before {
  box-sizing: border-box;
  border: 1px solid #000000;
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 14px;
}
.column.main .checkout-container.md-checkout input.radio + label:after {
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 12px;
  left: 1px;
  position: absolute;
  top: 3px;
  width: 12px;
  margin: 0;
}
.column.main .checkout-container.md-checkout input[type="radio"]:checked + label:before {
  background: black;
}
.column.main .checkout-container.md-checkout input[type="checkbox"] + label {
  position: relative;
  padding-left: 20px !important;
}
.column.main .checkout-container.md-checkout input[type="checkbox"] + label:before {
  border: 1px solid #000000;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 14px;
}
.column.main .checkout-container.md-checkout input[type="checkbox"]:checked + label {
  display: inline-block;
  text-decoration: none;
}
.column.main .checkout-container.md-checkout input[type="checkbox"]:checked + label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: inherit;
  color: inherit;
  content: '\e610';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column.main .checkout-container.md-checkout input[type="checkbox"]:checked + label:before {
  font-weight: bold;
  margin-top: 0;
}
.column.main .checkout-container.md-checkout label {
  font-family: inherit;
  font-size: inherit;
  display: inherit;
  font-weight: inherit;
}
.column.main .checkout-container.md-checkout button[type="submit"],
.column.main .checkout-container.md-checkout button[type="button"],
.column.main .checkout-container.md-checkout .cart.table-wrapper .actions-toolbar > .action[type="submit"],
.column.main .checkout-container.md-checkout .cart.table-wrapper .actions-toolbar > .action[type="button"],
.column.main .checkout-container.md-checkout .action-gift[type="submit"],
.column.main .checkout-container.md-checkout .action-gift[type="button"] {
  background: #1979c3;
  border-radius: 0;
  border: 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 10px 20px;
  text-transform: uppercase;
  line-height: 1.6rem;
  height: auto;
}
.column.main .checkout-container.md-checkout button[type="submit"]:hover,
.column.main .checkout-container.md-checkout button[type="button"]:hover,
.column.main .checkout-container.md-checkout .cart.table-wrapper .actions-toolbar > .action[type="submit"]:hover,
.column.main .checkout-container.md-checkout .cart.table-wrapper .actions-toolbar > .action[type="button"]:hover,
.column.main .checkout-container.md-checkout .action-gift[type="submit"]:hover,
.column.main .checkout-container.md-checkout .action-gift[type="button"]:hover {
  background: #666666;
  text-decoration: none;
}
.column.main .checkout-container.md-checkout div.mage-error {
  display: none;
}
.column.main .checkout-container.md-checkout button.action-close,
.column.main .checkout-container.md-checkout .cart.table-wrapper .actions-toolbar > .action.action-close,
.column.main .checkout-container.md-checkout .action-gift.action-close {
  padding: 10px 10px 4px 10px;
}
.column.main .checkout-container.md-checkout button.action-close:before,
.column.main .checkout-container.md-checkout .cart.table-wrapper .actions-toolbar > .action.action-close:before,
.column.main .checkout-container.md-checkout .action-gift.action-close:before {
  color: #ffffff;
}
.column.main .checkout-container.md-checkout .authentication-wrapper {
  margin-top: 0;
  position: absolute;
  top: 10px;
  right: 0;
  width: 320px;
}
.column.main .checkout-container.md-checkout .authentication-wrapper .authentication-dropdown {
  border-color: #1979c3;
}
.column.main .checkout-container.md-checkout .authentication-wrapper .action-auth-toggle {
  float: right;
}
.column.main .checkout-container.md-checkout li {
  list-style: none;
}
.column.main .checkout-container.md-checkout h1 {
  text-transform: uppercase;
  font-size: 2.6rem;
  color: #000000;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 20px;
}
.column.main .checkout-container.md-checkout .message.error {
  text-align: left;
}
.column.main .checkout-container.md-checkout .osc-heading p {
  text-align: justify;
}
.column.main .checkout-container.md-checkout .payment-method-box {
  width: 32.33%;
  float: left;
  margin-left: 1.5%;
}
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping {
  margin-bottom: 20px;
}
.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 .md-osc-billing-address-after-shipping {
  /*width: 32.33%;
				float: left;
				margin-left: 1.5%;*/
  padding: 15px;
  border: 1px solid #cccccc;
  /*&.shipping-method-section,
				&.payment-method-section {
					width: 100%;
					float: left;
					margin-left: 0px;
				}*/
}
.column.main .checkout-container.md-checkout #address-section.payment-method-section.hide-sp-method .opc-payment .step-title.step_3:before,
.column.main .checkout-container.md-checkout .payment-method-section.payment-method-section.hide-sp-method .opc-payment .step-title.step_3:before,
.column.main .checkout-container.md-checkout .order-review-section.payment-method-section.hide-sp-method .opc-payment .step-title.step_3:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.payment-method-section.hide-sp-method .opc-payment .step-title.step_3:before {
  content: "2";
}
.column.main .checkout-container.md-checkout #address-section.order-review-section.hide-sp-method .step-title.step_4:before,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section.hide-sp-method .step-title.step_4:before,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section.hide-sp-method .step-title.step_4:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section.hide-sp-method .step-title.step_4:before {
  content: "3";
}
.column.main .checkout-container.md-checkout #address-section .fieldset .field,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field {
  /*width: 49%;
						float: left;*/
  display: inline-block;
  padding: 0 0 10px 0;
  margin-bottom: 15px;
  position: relative;
  vertical-align: top;
}
.column.main .checkout-container.md-checkout #address-section .fieldset .field.street,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field.street,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field.street,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field.street {
  width: 100%;
}
.column.main .checkout-container.md-checkout #address-section .fieldset .field.street .field,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field.street .field,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field.street .field,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field.street .field {
  width: 100%;
}
.column.main .checkout-container.md-checkout #address-section .fieldset .field.checkbox-group,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field.checkbox-group,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field.checkbox-group,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field.checkbox-group {
  width: 100%;
  margin: 0 0 15px 0;
}
.column.main .checkout-container.md-checkout #address-section .fieldset .field.checkbox-group .label,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field.checkbox-group .label,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field.checkbox-group .label,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field.checkbox-group .label {
  display: inline-block;
}
.column.main .checkout-container.md-checkout #address-section .fieldset .field.lastname-field,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field.lastname-field,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field.lastname-field,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field.lastname-field,
.column.main .checkout-container.md-checkout #address-section .fieldset .field.region_id-field,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field.region_id-field,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field.region_id-field,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field.region_id-field,
.column.main .checkout-container.md-checkout #address-section .fieldset .field.country_id-field,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field.country_id-field,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field.country_id-field,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field.country_id-field {
  float: right;
}
.column.main .checkout-container.md-checkout #address-section .fieldset .field.region_id-field + [class="field"],
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field.region_id-field + [class="field"],
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field.region_id-field + [class="field"],
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field.region_id-field + [class="field"] {
  float: right;
}
.column.main .checkout-container.md-checkout #address-section .fieldset .field[name="billingAddressauthorizenet_directpost.telephone"],
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field[name="billingAddressauthorizenet_directpost.telephone"],
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field[name="billingAddressauthorizenet_directpost.telephone"],
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field[name="billingAddressauthorizenet_directpost.telephone"],
.column.main .checkout-container.md-checkout #address-section .fieldset .field[name="billingAddressauthorizenet_directpost.company"],
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field[name="billingAddressauthorizenet_directpost.company"],
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field[name="billingAddressauthorizenet_directpost.company"],
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field[name="billingAddressauthorizenet_directpost.company"],
.column.main .checkout-container.md-checkout #address-section .fieldset .field[name="shippingAddress.telephone"],
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field[name="shippingAddress.telephone"],
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field[name="shippingAddress.telephone"],
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field[name="shippingAddress.telephone"],
.column.main .checkout-container.md-checkout #address-section .fieldset .field[name="shippingAddress.company"],
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field[name="shippingAddress.company"],
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field[name="shippingAddress.company"],
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field[name="shippingAddress.company"] {
  width: 100%;
}
.column.main .checkout-container.md-checkout #address-section .fieldset .field.telephone-field,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field.telephone-field,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field.telephone-field,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field.telephone-field,
.column.main .checkout-container.md-checkout #address-section .fieldset .field.company-field,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field.company-field,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field.company-field,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field.company-field {
  width: 100%;
}
.column.main .checkout-container.md-checkout #address-section .fieldset .field legend.label,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field legend.label,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field legend.label,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field legend.label,
.column.main .checkout-container.md-checkout #address-section .fieldset .field label.label,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field label.label,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field label.label,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field label.label {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: 0 0 5px 0;
}
.column.main .checkout-container.md-checkout #address-section .fieldset .field .select,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field .select,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field .select,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field .select {
  font-size: 1.3rem;
  height: 32px;
}
.column.main .checkout-container.md-checkout #address-section .fieldset .field .input-text,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field .input-text,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field .input-text,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field .input-text {
  font-size: 1.3rem;
  position: relative;
  height: 32px;
}
.column.main .checkout-container.md-checkout #address-section .fieldset .field input[type="checkbox"] + label,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field input[type="checkbox"] + label,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field input[type="checkbox"] + label,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field input[type="checkbox"] + label,
.column.main .checkout-container.md-checkout #address-section .fieldset .field input[type="radio"] + label,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field input[type="radio"] + label,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field input[type="radio"] + label,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field input[type="radio"] + label {
  display: inline-block;
}
.column.main .checkout-container.md-checkout #address-section .fieldset .field input[type="radio"] + label,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field input[type="radio"] + label,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field input[type="radio"] + label,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field input[type="radio"] + label {
  text-transform: none;
  font-weight: normal;
}
.column.main .checkout-container.md-checkout #address-section .fieldset .field .control,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field .control,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field .control,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field .control {
  position: relative;
  float: left;
  width: 100%;
}
.column.main .checkout-container.md-checkout #address-section .fieldset .field.address .input-text,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field.address .input-text,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field.address .input-text,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field.address .input-text {
  margin-bottom: 5px;
}
.column.main .checkout-container.md-checkout #address-section .fieldset .field.md-input-width-100,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field.md-input-width-100,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field.md-input-width-100,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field.md-input-width-100,
.column.main .checkout-container.md-checkout #address-section .fieldset .field.md-input-width-75,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field.md-input-width-75,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field.md-input-width-75,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field.md-input-width-75,
.column.main .checkout-container.md-checkout #address-section .fieldset .field.md-input-width-25,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field.md-input-width-25,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field.md-input-width-25,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field.md-input-width-25,
.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 .md-osc-billing-address-after-shipping .fieldset .field.md-input-width-50 {
  padding-left: 5px;
  padding-right: 5px;
}
.column.main .checkout-container.md-checkout #address-section .fieldset .field.md-input-width-100,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field.md-input-width-100,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field.md-input-width-100,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field.md-input-width-100 {
  width: 100%;
}
.column.main .checkout-container.md-checkout #address-section .fieldset .field.md-input-width-75,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field.md-input-width-75,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field.md-input-width-75,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field.md-input-width-75 {
  width: 75%;
}
.column.main .checkout-container.md-checkout #address-section .fieldset .field.md-input-width-25,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .field.md-input-width-25,
.column.main .checkout-container.md-checkout .order-review-section .fieldset .field.md-input-width-25,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field.md-input-width-25 {
  width: 25%;
}
.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 .md-osc-billing-address-after-shipping .fieldset .field.md-input-width-50 {
  width: 50%;
}
.column.main .checkout-container.md-checkout #address-section .fieldset.full-row .field,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset.full-row .field,
.column.main .checkout-container.md-checkout .order-review-section .fieldset.full-row .field,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset.full-row .field {
  width: 100%;
}
.column.main .checkout-container.md-checkout #address-section .fieldset:last-child .field,
.column.main .checkout-container.md-checkout .payment-method-section .fieldset:last-child .field,
.column.main .checkout-container.md-checkout .order-review-section .fieldset:last-child .field,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset:last-child .field {
  padding-bottom: 0;
}
.column.main .checkout-container.md-checkout #address-section .actions-toolbar,
.column.main .checkout-container.md-checkout .payment-method-section .actions-toolbar,
.column.main .checkout-container.md-checkout .order-review-section .actions-toolbar,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .actions-toolbar {
  padding-bottom: 15px;
}
.column.main .checkout-container.md-checkout #address-section#address-section .actions,
.column.main .checkout-container.md-checkout .payment-method-section#address-section .actions,
.column.main .checkout-container.md-checkout .order-review-section#address-section .actions,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping#address-section .actions {
  clear: both;
}
.column.main .checkout-container.md-checkout #address-section#address-section .actions button,
.column.main .checkout-container.md-checkout .payment-method-section#address-section .actions button,
.column.main .checkout-container.md-checkout .order-review-section#address-section .actions button,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping#address-section .actions button,
.column.main .checkout-container.md-checkout #address-section#address-section .actions .cart.table-wrapper .actions-toolbar > .action,
.column.main .checkout-container.md-checkout .payment-method-section#address-section .actions .cart.table-wrapper .actions-toolbar > .action,
.column.main .checkout-container.md-checkout .order-review-section#address-section .actions .cart.table-wrapper .actions-toolbar > .action,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping#address-section .actions .cart.table-wrapper .actions-toolbar > .action,
.column.main .checkout-container.md-checkout #address-section#address-section .actions .action-gift,
.column.main .checkout-container.md-checkout .payment-method-section#address-section .actions .action-gift,
.column.main .checkout-container.md-checkout .order-review-section#address-section .actions .action-gift,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping#address-section .actions .action-gift {
  width: 49%;
}
.column.main .checkout-container.md-checkout #address-section#address-section .actions button + button,
.column.main .checkout-container.md-checkout .payment-method-section#address-section .actions button + button,
.column.main .checkout-container.md-checkout .order-review-section#address-section .actions button + button,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping#address-section .actions button + button,
.column.main .checkout-container.md-checkout #address-section#address-section .actions .cart.table-wrapper .actions-toolbar > .action + .cart.table-wrapper .actions-toolbar > .action,
.column.main .checkout-container.md-checkout .payment-method-section#address-section .actions .cart.table-wrapper .actions-toolbar > .action + .cart.table-wrapper .actions-toolbar > .action,
.column.main .checkout-container.md-checkout .order-review-section#address-section .actions .cart.table-wrapper .actions-toolbar > .action + .cart.table-wrapper .actions-toolbar > .action,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping#address-section .actions .cart.table-wrapper .actions-toolbar > .action + .cart.table-wrapper .actions-toolbar > .action,
.column.main .checkout-container.md-checkout #address-section#address-section .actions .action-gift + .action-gift,
.column.main .checkout-container.md-checkout .payment-method-section#address-section .actions .action-gift + .action-gift,
.column.main .checkout-container.md-checkout .order-review-section#address-section .actions .action-gift + .action-gift,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping#address-section .actions .action-gift + .action-gift {
  float: right;
}
.column.main .checkout-container.md-checkout #address-section#address-section .registered-address,
.column.main .checkout-container.md-checkout .payment-method-section#address-section .registered-address,
.column.main .checkout-container.md-checkout .order-review-section#address-section .registered-address,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping#address-section .registered-address {
  float: left;
  width: 100%;
  padding: 10px 0 15px 0;
}
.column.main .checkout-container.md-checkout #address-section#address-section .form.form-login .fieldset .field,
.column.main .checkout-container.md-checkout .payment-method-section#address-section .form.form-login .fieldset .field,
.column.main .checkout-container.md-checkout .order-review-section#address-section .form.form-login .fieldset .field,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping#address-section .form.form-login .fieldset .field {
  width: 100%;
}
.column.main .checkout-container.md-checkout #address-section#address-section .fieldset.hidden-fields,
.column.main .checkout-container.md-checkout .payment-method-section#address-section .fieldset.hidden-fields,
.column.main .checkout-container.md-checkout .order-review-section#address-section .fieldset.hidden-fields,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping#address-section .fieldset.hidden-fields {
  clear: both;
}
.column.main .checkout-container.md-checkout #address-section#address-section .shipping-address-item,
.column.main .checkout-container.md-checkout .payment-method-section#address-section .shipping-address-item,
.column.main .checkout-container.md-checkout .order-review-section#address-section .shipping-address-item,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping#address-section .shipping-address-item {
  border: 1px solid #cccccc;
  margin: 0 0 10px 0;
  padding: 10px;
  position: relative;
  width: 100%;
}
.column.main .checkout-container.md-checkout #address-section#address-section .shipping-address-item.selected-item,
.column.main .checkout-container.md-checkout .payment-method-section#address-section .shipping-address-item.selected-item,
.column.main .checkout-container.md-checkout .order-review-section#address-section .shipping-address-item.selected-item,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping#address-section .shipping-address-item.selected-item {
  border-color: #1979c3;
  display: inline-block;
  text-decoration: none;
}
.column.main .checkout-container.md-checkout #address-section#address-section .shipping-address-item.selected-item:before,
.column.main .checkout-container.md-checkout .payment-method-section#address-section .shipping-address-item.selected-item:before,
.column.main .checkout-container.md-checkout .order-review-section#address-section .shipping-address-item.selected-item:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping#address-section .shipping-address-item.selected-item:before {
  width: 28px;
  height: 28px;
  background: #1979c3;
  position: absolute;
  right: 0;
  top: 0;
}
.column.main .checkout-container.md-checkout #address-section#address-section .shipping-address-item.selected-item:before,
.column.main .checkout-container.md-checkout .payment-method-section#address-section .shipping-address-item.selected-item:before,
.column.main .checkout-container.md-checkout .order-review-section#address-section .shipping-address-item.selected-item:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping#address-section .shipping-address-item.selected-item:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column.main .checkout-container.md-checkout #address-section.shipping-method-section,
.column.main .checkout-container.md-checkout .payment-method-section.shipping-method-section,
.column.main .checkout-container.md-checkout .order-review-section.shipping-method-section,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.shipping-method-section {
  margin-bottom: 18px;
}
.column.main .checkout-container.md-checkout #address-section.shipping-method-section .sp-methods dt,
.column.main .checkout-container.md-checkout .payment-method-section.shipping-method-section .sp-methods dt,
.column.main .checkout-container.md-checkout .order-review-section.shipping-method-section .sp-methods dt,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.shipping-method-section .sp-methods dt {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: 0 0 5px 0;
}
.column.main .checkout-container.md-checkout #address-section.shipping-method-section .sp-methods ul,
.column.main .checkout-container.md-checkout .payment-method-section.shipping-method-section .sp-methods ul,
.column.main .checkout-container.md-checkout .order-review-section.shipping-method-section .sp-methods ul,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.shipping-method-section .sp-methods ul {
  margin: 0;
  padding: 0;
}
.column.main .checkout-container.md-checkout #address-section.shipping-method-section .table-checkout-shipping-method,
.column.main .checkout-container.md-checkout .payment-method-section.shipping-method-section .table-checkout-shipping-method,
.column.main .checkout-container.md-checkout .order-review-section.shipping-method-section .table-checkout-shipping-method,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.shipping-method-section .table-checkout-shipping-method {
  min-width: 100%;
}
.column.main .checkout-container.md-checkout #address-section.shipping-method-section .table-checkout-shipping-method tr td,
.column.main .checkout-container.md-checkout .payment-method-section.shipping-method-section .table-checkout-shipping-method tr td,
.column.main .checkout-container.md-checkout .order-review-section.shipping-method-section .table-checkout-shipping-method tr td,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.shipping-method-section .table-checkout-shipping-method tr td {
  background: #F7F7F7;
  padding: 8px 10px;
  font-size: 13px;
  border-bottom: 2px solid #ffffff;
}
.column.main .checkout-container.md-checkout #address-section.shipping-method-section .table-checkout-shipping-method tr td .price,
.column.main .checkout-container.md-checkout .payment-method-section.shipping-method-section .table-checkout-shipping-method tr td .price,
.column.main .checkout-container.md-checkout .order-review-section.shipping-method-section .table-checkout-shipping-method tr td .price,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.shipping-method-section .table-checkout-shipping-method tr td .price {
  font-weight: normal;
}
.column.main .checkout-container.md-checkout #address-section.shipping-method-section .table-checkout-shipping-method tr td:last-child,
.column.main .checkout-container.md-checkout .payment-method-section.shipping-method-section .table-checkout-shipping-method tr td:last-child,
.column.main .checkout-container.md-checkout .order-review-section.shipping-method-section .table-checkout-shipping-method tr td:last-child,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.shipping-method-section .table-checkout-shipping-method tr td:last-child {
  text-align: right;
}
.column.main .checkout-container.md-checkout #address-section.shipping-method-section .table-checkout-shipping-method tr:last-child td,
.column.main .checkout-container.md-checkout .payment-method-section.shipping-method-section .table-checkout-shipping-method tr:last-child td,
.column.main .checkout-container.md-checkout .order-review-section.shipping-method-section .table-checkout-shipping-method tr:last-child td,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.shipping-method-section .table-checkout-shipping-method tr:last-child td {
  border-bottom: 0;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead th:first-child,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead th:first-child,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead th:first-child,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead th:first-child,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody th:first-child,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody th:first-child,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody th:first-child,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody th:first-child,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead td:first-child,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead td:first-child,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead td:first-child,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead td:first-child,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody td:first-child,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody td:first-child,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody td:first-child,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody td:first-child {
  padding-left: 0;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead th:first-child:before,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead th:first-child:before,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead th:first-child:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead th:first-child:before,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody th:first-child:before,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody th:first-child:before,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody th:first-child:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody th:first-child:before,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead td:first-child:before,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead td:first-child:before,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead td:first-child:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead td:first-child:before,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody td:first-child:before,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody td:first-child:before,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody td:first-child:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody td:first-child:before {
  padding-left: 10px;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead th:last-child,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead th:last-child,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead th:last-child,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead th:last-child,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody th:last-child,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody th:last-child,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody th:last-child,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody th:last-child,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead td:last-child,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead td:last-child,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead td:last-child,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead td:last-child,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody td:last-child,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody td:last-child,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody td:last-child,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody td:last-child {
  padding-right: 0;
  text-align: right;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead th:last-child .delete-item,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead th:last-child .delete-item,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead th:last-child .delete-item,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead th:last-child .delete-item,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody th:last-child .delete-item,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody th:last-child .delete-item,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody th:last-child .delete-item,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody th:last-child .delete-item,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead td:last-child .delete-item,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead td:last-child .delete-item,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead td:last-child .delete-item,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead td:last-child .delete-item,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody td:last-child .delete-item,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody td:last-child .delete-item,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody td:last-child .delete-item,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody td:last-child .delete-item {
  background: #efefef;
  width: 20px;
  height: 20px;
  float: right;
  margin: 5px 0 0 0;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead th:last-child .delete-item:before,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead th:last-child .delete-item:before,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead th:last-child .delete-item:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead th:last-child .delete-item:before,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody th:last-child .delete-item:before,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody th:last-child .delete-item:before,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody th:last-child .delete-item:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody th:last-child .delete-item:before,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead td:last-child .delete-item:before,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead td:last-child .delete-item:before,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead td:last-child .delete-item:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead td:last-child .delete-item:before,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody td:last-child .delete-item:before,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody td:last-child .delete-item:before,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody td:last-child .delete-item:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody td:last-child .delete-item:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  line-height: inherit;
  color: inherit;
  content: '\e604';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead th:last-child .delete-item:hover,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead th:last-child .delete-item:hover,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead th:last-child .delete-item:hover,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead th:last-child .delete-item:hover,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody th:last-child .delete-item:hover,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody th:last-child .delete-item:hover,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody th:last-child .delete-item:hover,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody th:last-child .delete-item:hover,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead td:last-child .delete-item:hover,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead td:last-child .delete-item:hover,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead td:last-child .delete-item:hover,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead td:last-child .delete-item:hover,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody td:last-child .delete-item:hover,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody td:last-child .delete-item:hover,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody td:last-child .delete-item:hover,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody td:last-child .delete-item:hover {
  background: #1979c3;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead th:last-child .delete-item:hover:before,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead th:last-child .delete-item:hover:before,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead th:last-child .delete-item:hover:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead th:last-child .delete-item:hover:before,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody th:last-child .delete-item:hover:before,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody th:last-child .delete-item:hover:before,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody th:last-child .delete-item:hover:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody th:last-child .delete-item:hover:before,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead td:last-child .delete-item:hover:before,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead td:last-child .delete-item:hover:before,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead td:last-child .delete-item:hover:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead td:last-child .delete-item:hover:before,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody td:last-child .delete-item:hover:before,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody td:last-child .delete-item:hover:before,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody td:last-child .delete-item:hover:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody td:last-child .delete-item:hover:before {
  color: #ffffff;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead th:last-child .action.delete,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead th:last-child .action.delete,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead th:last-child .action.delete,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead th:last-child .action.delete,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody th:last-child .action.delete,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody th:last-child .action.delete,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody th:last-child .action.delete,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody th:last-child .action.delete,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead td:last-child .action.delete,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead td:last-child .action.delete,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead td:last-child .action.delete,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead td:last-child .action.delete,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody td:last-child .action.delete,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody td:last-child .action.delete,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody td:last-child .action.delete,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody td:last-child .action.delete {
  width: 20px;
  height: 20px;
  float: right;
  margin: 5px 0 0 0;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead th:last-child .action.delete:before,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead th:last-child .action.delete:before,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead th:last-child .action.delete:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead th:last-child .action.delete:before,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody th:last-child .action.delete:before,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody th:last-child .action.delete:before,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody th:last-child .action.delete:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody th:last-child .action.delete:before,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead td:last-child .action.delete:before,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead td:last-child .action.delete:before,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead td:last-child .action.delete:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead td:last-child .action.delete:before,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody td:last-child .action.delete:before,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody td:last-child .action.delete:before,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody td:last-child .action.delete:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody td:last-child .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #c21919;
  content: '\e604';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead th:last-child .action.edit,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead th:last-child .action.edit,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead th:last-child .action.edit,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead th:last-child .action.edit,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody th:last-child .action.edit,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody th:last-child .action.edit,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody th:last-child .action.edit,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody th:last-child .action.edit,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead td:last-child .action.edit,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead td:last-child .action.edit,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead td:last-child .action.edit,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead td:last-child .action.edit,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody td:last-child .action.edit,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody td:last-child .action.edit,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody td:last-child .action.edit,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody td:last-child .action.edit {
  width: 20px;
  height: 20px;
  float: right;
  margin: 5px 0 0 0;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead th:last-child .action.edit:before,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead th:last-child .action.edit:before,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead th:last-child .action.edit:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead th:last-child .action.edit:before,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody th:last-child .action.edit:before,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody th:last-child .action.edit:before,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody th:last-child .action.edit:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody th:last-child .action.edit:before,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead td:last-child .action.edit:before,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead td:last-child .action.edit:before,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead td:last-child .action.edit:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead td:last-child .action.edit:before,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody td:last-child .action.edit:before,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody td:last-child .action.edit:before,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody td:last-child .action.edit:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody td:last-child .action.edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #6e716e;
  content: '\e601';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead th .subtotal span,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead th .subtotal span,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead th .subtotal span,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead th .subtotal span,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody th .subtotal span,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody th .subtotal span,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody th .subtotal span,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody th .subtotal span,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead td .subtotal span,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead td .subtotal span,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead td .subtotal span,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead td .subtotal span,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody td .subtotal span,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody td .subtotal span,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody td .subtotal span,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody td .subtotal span {
  font-size: 1.2rem;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead th.qty-box,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead th.qty-box,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead th.qty-box,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead th.qty-box,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody th.qty-box,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody th.qty-box,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody th.qty-box,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody th.qty-box,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead td.qty-box,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead td.qty-box,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead td.qty-box,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead td.qty-box,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody td.qty-box,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody td.qty-box,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody td.qty-box,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody td.qty-box {
  padding-left: 7px;
  padding-right: 7px;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead th.qty-box label,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead th.qty-box label,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead th.qty-box label,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead th.qty-box label,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody th.qty-box label,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody th.qty-box label,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody th.qty-box label,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody th.qty-box label,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead td.qty-box label,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead td.qty-box label,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead td.qty-box label,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead td.qty-box label,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody td.qty-box label,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody td.qty-box label,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody td.qty-box label,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody td.qty-box label {
  display: none;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item thead tr th,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item thead tr th,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item thead tr th,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item thead tr th {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: 0 0 5px 0;
  display: table-cell;
  border-bottom: 1px solid #cccccc;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody tr td,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody tr td,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody tr td,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody tr td {
  border-bottom: 1px solid #cccccc;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody tr td h5.product-name,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody tr td h5.product-name,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody tr td h5.product-name,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody tr td h5.product-name {
  font-weight: bold;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody tr td .osc-product-image,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody tr td .osc-product-image,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody tr td .osc-product-image,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody tr td .osc-product-image {
  float: left;
  width: 30%;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody tr td .osc-product-image img,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody tr td .osc-product-image img,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody tr td .osc-product-image img,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody tr td .osc-product-image img {
  border: 1px solid #cccccc;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody tr td .product-name,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody tr td .product-name,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody tr td .product-name,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody tr td .product-name {
  float: left;
  width: 70%;
  padding-left: 10px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 3px 0 0 0;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody tr td .item-options,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody tr td .item-options,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody tr td .item-options,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody tr td .item-options {
  float: left;
  font-size: 1.3rem;
  padding-left: 10px;
  margin: 10px 0 0 0;
  font-weight: normal;
  max-width: 70%;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody tr td .item-options ul,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody tr td .item-options ul,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody tr td .item-options ul,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody tr td .item-options ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody tr td .item-options .label,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody tr td .item-options .label,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody tr td .item-options .label,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody tr td .item-options .label,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody tr td .item-options .values,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody tr td .item-options .values,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody tr td .item-options .values,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody tr td .item-options .values {
  margin: 0;
  padding: 0;
  font-weight: normal;
  float: left;
  width: 50%;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody tr td .item-options .label.values,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody tr td .item-options .label.values,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody tr td .item-options .label.values,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody tr td .item-options .label.values,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody tr td .item-options .values.values,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody tr td .item-options .values.values,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody tr td .item-options .values.values,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody tr td .item-options .values.values {
  font-style: italic;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-item tbody tr:last-child td,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-item tbody tr:last-child td,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody tr:last-child td,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-item tbody tr:last-child td {
  border-bottom: 0;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total thead th:first-child,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total thead th:first-child,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total thead th:first-child,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total thead th:first-child,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total tbody th:first-child,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total tbody th:first-child,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total tbody th:first-child,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total tbody th:first-child,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total thead td:first-child,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total thead td:first-child,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total thead td:first-child,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total thead td:first-child,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total tbody td:first-child,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total tbody td:first-child,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total tbody td:first-child,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total tbody td:first-child {
  padding-left: 0;
  font-weight: normal;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total thead th:last-child,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total thead th:last-child,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total thead th:last-child,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total thead th:last-child,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total tbody th:last-child,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total tbody th:last-child,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total tbody th:last-child,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total tbody th:last-child,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total thead td:last-child,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total thead td:last-child,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total thead td:last-child,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total thead td:last-child,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total tbody td:last-child,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total tbody td:last-child,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total tbody td:last-child,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total tbody td:last-child {
  padding-right: 0;
  text-align: right;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total thead .totals,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total thead .totals,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total thead .totals,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total thead .totals,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total tbody .totals,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total tbody .totals,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total tbody .totals,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total tbody .totals {
  font-size: 1.6rem;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total thead .totals .price,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total thead .totals .price,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total thead .totals .price,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total thead .totals .price,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total tbody .totals .price,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total tbody .totals .price,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total tbody .totals .price,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total tbody .totals .price {
  font-size: 1.6rem;
  font-weight: bold;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total thead .totals.grand,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total thead .totals.grand,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total thead .totals.grand,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total thead .totals.grand,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total tbody .totals.grand,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total tbody .totals.grand,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total tbody .totals.grand,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total tbody .totals.grand {
  text-transform: uppercase;
  background: #efefef;
  font-size: 1.6rem;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total thead .totals.grand th,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total thead .totals.grand th,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total thead .totals.grand th,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total thead .totals.grand th,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total tbody .totals.grand th,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total tbody .totals.grand th,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total tbody .totals.grand th,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total tbody .totals.grand th,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total thead .totals.grand td,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total thead .totals.grand td,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total thead .totals.grand td,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total thead .totals.grand td,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total tbody .totals.grand td,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total tbody .totals.grand td,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total tbody .totals.grand td,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total tbody .totals.grand td {
  padding-left: 10px;
  padding-right: 10px;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total thead .totals.discount td,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total thead .totals.discount td,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total thead .totals.discount td,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total thead .totals.discount td,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total tbody .totals.discount td,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total tbody .totals.discount td,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total tbody .totals.discount td,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total tbody .totals.discount td,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total thead .totals.discount th,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total thead .totals.discount th,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total thead .totals.discount th,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total thead .totals.discount th,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total tbody .totals.discount th,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total tbody .totals.discount th,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total tbody .totals.discount th,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total tbody .totals.discount th {
  color: #45ac2a;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total thead .totals-tax .price,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total thead .totals-tax .price,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total thead .totals-tax .price,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total thead .totals-tax .price,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total tbody .totals-tax .price,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total tbody .totals-tax .price,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total tbody .totals-tax .price,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total tbody .totals-tax .price {
  font-size: 1.8rem;
  font-weight: bold;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total thead tr:last-child td,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total thead tr:last-child td,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total thead tr:last-child td,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total thead tr:last-child td,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total tbody tr:last-child td,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total tbody tr:last-child td,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total tbody tr:last-child td,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total tbody tr:last-child td,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total thead tr:last-child th,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total thead tr:last-child th,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total thead tr:last-child th,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total thead tr:last-child th,
.column.main .checkout-container.md-checkout #address-section.order-review-section .data-table.checkout-review-total tbody tr:last-child th,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .data-table.checkout-review-total tbody tr:last-child th,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-total tbody tr:last-child th,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .data-table.checkout-review-total tbody tr:last-child th {
  border-top: 0;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .onestepcheckout-place,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .onestepcheckout-place,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .onestepcheckout-place,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .onestepcheckout-place {
  width: 100%;
  padding: 15px 20px 13px 20px;
  margin-top: 10px;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .box-qty,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .box-qty,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .box-qty,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .box-qty {
  position: relative;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .box-qty .qty,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .box-qty .qty,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .box-qty .qty,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .box-qty .qty {
  height: 32px;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .box-qty .control-qty,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .box-qty .control-qty,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .box-qty .control-qty,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .box-qty .control-qty {
  display: inline-block;
  float: left;
  position: absolute;
  width: 18px;
  right: 1px;
  top: 1px;
  text-align: center;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .box-qty .control-qty .osc-minus,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .box-qty .control-qty .osc-minus,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .box-qty .control-qty .osc-minus,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .box-qty .control-qty .osc-minus,
.column.main .checkout-container.md-checkout #address-section.order-review-section .box-qty .control-qty .osc-add,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .box-qty .control-qty .osc-add,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .box-qty .control-qty .osc-add,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .box-qty .control-qty .osc-add {
  cursor: pointer;
  background: #efefef;
  height: 50%;
  float: left;
  width: 100%;
  line-height: 14px;
  display: inline-block;
  text-decoration: none;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .box-qty .control-qty .osc-minus:before,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .box-qty .control-qty .osc-minus:before,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .box-qty .control-qty .osc-minus:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .box-qty .control-qty .osc-minus:before,
.column.main .checkout-container.md-checkout #address-section.order-review-section .box-qty .control-qty .osc-add:before,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .box-qty .control-qty .osc-add:before,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .box-qty .control-qty .osc-add:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .box-qty .control-qty .osc-add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .box-qty .control-qty .osc-minus,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .box-qty .control-qty .osc-minus,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .box-qty .control-qty .osc-minus,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .box-qty .control-qty .osc-minus {
  display: inline-block;
  text-decoration: none;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .box-qty .control-qty .osc-minus:before,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .box-qty .control-qty .osc-minus:before,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .box-qty .control-qty .osc-minus:before,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .box-qty .control-qty .osc-minus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  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;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .onestepcheckout-discount,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .onestepcheckout-discount,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .onestepcheckout-discount,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .onestepcheckout-discount {
  margin: 20px 0 20px 0;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .onestepcheckout-discount .discount-form,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .onestepcheckout-discount .discount-form,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .onestepcheckout-discount .discount-form,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .onestepcheckout-discount .discount-form {
  position: relative;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .onestepcheckout-discount .discount-form input.input-text,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .onestepcheckout-discount .discount-form input.input-text,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .onestepcheckout-discount .discount-form input.input-text,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .onestepcheckout-discount .discount-form input.input-text {
  height: 35px;
  padding-right: 100px;
  box-shadow: none;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .onestepcheckout-discount .discount-form .actions-button,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .onestepcheckout-discount .discount-form .actions-button,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .onestepcheckout-discount .discount-form .actions-button,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .onestepcheckout-discount .discount-form .actions-button {
  position: absolute;
  top: -1px;
  right: 0px;
}
.column.main .checkout-container.md-checkout #address-section.order-review-section .order-comments,
.column.main .checkout-container.md-checkout .payment-method-section.order-review-section .order-comments,
.column.main .checkout-container.md-checkout .order-review-section.order-review-section .order-comments,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping.order-review-section .order-comments {
  margin: 20px 0 0 0;
}
.column.main .checkout-container.md-checkout #address-section .checkbox-group label,
.column.main .checkout-container.md-checkout .payment-method-section .checkbox-group label,
.column.main .checkout-container.md-checkout .order-review-section .checkbox-group label,
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .checkbox-group label {
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.column.main .checkout-container.md-checkout .step-title.step_1,
.column.main .checkout-container.md-checkout .step-title.step_2,
.column.main .checkout-container.md-checkout .step-title.step_3,
.column.main .checkout-container.md-checkout .step-title.step_4 {
  position: relative;
  border-bottom: 1px solid #cccccc;
  text-transform: uppercase;
  padding: 5px 0 14px 40px;
  margin: 0 0 15px 0;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  width: 100%;
}
.column.main .checkout-container.md-checkout .step-title.step_1:before,
.column.main .checkout-container.md-checkout .step-title.step_2:before,
.column.main .checkout-container.md-checkout .step-title.step_3:before,
.column.main .checkout-container.md-checkout .step-title.step_4:before,
.column.main .checkout-container.md-checkout .step-title.step_1:after,
.column.main .checkout-container.md-checkout .step-title.step_2:after,
.column.main .checkout-container.md-checkout .step-title.step_3:after,
.column.main .checkout-container.md-checkout .step-title.step_4:after {
  content: '';
  display: table;
}
.column.main .checkout-container.md-checkout .step-title.step_1:after,
.column.main .checkout-container.md-checkout .step-title.step_2:after,
.column.main .checkout-container.md-checkout .step-title.step_3:after,
.column.main .checkout-container.md-checkout .step-title.step_4:after {
  clear: both;
}
.column.main .checkout-container.md-checkout .step-title.step_1:before,
.column.main .checkout-container.md-checkout .step-title.step_2:before,
.column.main .checkout-container.md-checkout .step-title.step_3:before,
.column.main .checkout-container.md-checkout .step-title.step_4:before {
  content: "";
  background: #1979c3;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  padding: 5px 0 0 0;
  text-align: center;
  letter-spacing: 0;
}
.column.main .checkout-container.md-checkout .step-title.step_1.step_1:before,
.column.main .checkout-container.md-checkout .step-title.step_2.step_1:before,
.column.main .checkout-container.md-checkout .step-title.step_3.step_1:before,
.column.main .checkout-container.md-checkout .step-title.step_4.step_1:before {
  content: "1";
}
.column.main .checkout-container.md-checkout .step-title.step_1.step_2:before,
.column.main .checkout-container.md-checkout .step-title.step_2.step_2:before,
.column.main .checkout-container.md-checkout .step-title.step_3.step_2:before,
.column.main .checkout-container.md-checkout .step-title.step_4.step_2:before {
  content: "2";
}
.column.main .checkout-container.md-checkout .step-title.step_1.step_3:before,
.column.main .checkout-container.md-checkout .step-title.step_2.step_3:before,
.column.main .checkout-container.md-checkout .step-title.step_3.step_3:before,
.column.main .checkout-container.md-checkout .step-title.step_4.step_3:before {
  content: "3";
}
.column.main .checkout-container.md-checkout .step-title.step_1.step_4:before,
.column.main .checkout-container.md-checkout .step-title.step_2.step_4:before,
.column.main .checkout-container.md-checkout .step-title.step_3.step_4:before,
.column.main .checkout-container.md-checkout .step-title.step_4.step_4:before {
  content: "4";
}
.column.main .checkout-container.md-checkout .checkout-payment-method {
  /******Ewallet with Onestep checkout******/
  /************/
}
.column.main .checkout-container.md-checkout .checkout-payment-method .checkout-billing-address .fieldset,
.column.main .checkout-container.md-checkout .checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block.field.choice {
  width: 100%;
}
.column.main .checkout-container.md-checkout .checkout-payment-method .checkout-billing-address .fieldset.fieldset .field.field-select-billing,
.column.main .checkout-container.md-checkout .checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block.field.choice.fieldset .field.field-select-billing {
  width: 100%;
}
.column.main .checkout-container.md-checkout .checkout-payment-method .checkout-billing-address .primary {
  clear: both;
  width: 100%;
}
.column.main .checkout-container.md-checkout .checkout-payment-method .checkout-billing-address .primary button,
.column.main .checkout-container.md-checkout .checkout-payment-method .checkout-billing-address .primary .cart.table-wrapper .actions-toolbar > .action,
.column.main .checkout-container.md-checkout .checkout-payment-method .checkout-billing-address .primary .action-gift {
  width: 49%;
  float: left;
  margin: 0;
  line-height: 18px;
}
.column.main .checkout-container.md-checkout .checkout-payment-method .checkout-billing-address .primary button + button,
.column.main .checkout-container.md-checkout .checkout-payment-method .checkout-billing-address .primary .cart.table-wrapper .actions-toolbar > .action + .cart.table-wrapper .actions-toolbar > .action,
.column.main .checkout-container.md-checkout .checkout-payment-method .checkout-billing-address .primary .action-gift + .action-gift {
  float: right;
}
.column.main .checkout-container.md-checkout .checkout-payment-method .checkout-billing-address .primary button:hover,
.column.main .checkout-container.md-checkout .checkout-payment-method .checkout-billing-address .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.column.main .checkout-container.md-checkout .checkout-payment-method .checkout-billing-address .primary .action-gift:hover {
  text-decoration: none;
}
.column.main .checkout-container.md-checkout .checkout-payment-method .md-wallet-checkout .md_ewallet_details .amount-in-wallet,
.column.main .checkout-container.md-checkout .checkout-payment-method .md-wallet-checkout .md_ewallet_details .boxes {
  width: 100%;
}
.column.main .checkout-container.md-checkout .checkout-payment-method .md-wallet-checkout .md_ewallet_details .amount-in-wallet.amount-in-wallet:before,
.column.main .checkout-container.md-checkout .checkout-payment-method .md-wallet-checkout .md_ewallet_details .boxes.amount-in-wallet:before {
  position: static;
  margin: -8px auto 0 auto;
  text-align: center;
  z-index: 9;
  display: inherit;
}
.column.main .checkout-container.md-checkout .checkout-payment-method .md-wallet-checkout .md_ewallet_details .amount-in-wallet.amount-in-wallet:after,
.column.main .checkout-container.md-checkout .checkout-payment-method .md-wallet-checkout .md_ewallet_details .boxes.amount-in-wallet:after {
  position: static;
  margin: 0 auto;
  text-align: center;
  display: inherit;
  clear: both;
}
.column.main .checkout-container.md-checkout .checkout-payment-method .md-wallet-checkout .wallet-row .check-box input[type="checkbox"] {
  top: 16px;
}
.column.main .checkout-container.md-checkout .checkout-payment-method .md-wallet-checkout .wallet-row .check-box .md_ewallet {
  clear: both;
  padding: 10px 0 0 0;
}
.column.main .checkout-container.md-checkout .checkout-payment-method .md-wallet-checkout .wallet-row .check-box .md_ewallet div > label {
  float: left;
}
.column.main .checkout-container.md-checkout .opc-payment .actions-toolbar .primary.checkout {
  display: none;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method {
  float: left;
  width: 100%;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method .payment-method-title.field {
  width: 100%;
  background: #f7f7f7;
  padding: 6px 5px 4px 7px;
  border: 0;
  margin: 0 0 2px 0;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-methods .payment-group {
  clear: both;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-methods .payment-group + .payment-group .step-title.step_3 {
  padding: 20px 0 14px 0px;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-methods .payment-group + .payment-group .step-title.step_3:before {
  display: none;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method-title {
  float: left;
  width: 100%;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method-title input.radio + label:before {
  top: 50%;
  margin-top: -6px;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method-title input.radio + label:after {
  top: 50%;
  margin-top: -5px;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content {
  float: left;
  width: 100%;
  padding: 0;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .actions-toolbar {
  margin-left: 0;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .actions-toolbar .field.cvvcontain input.radio {
  display: block !important;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .checkout-billing-address {
  margin: 0;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .checkout-billing-address .billing-address-details {
  padding: 0 0 0 0;
  clear: both;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .checkout-billing-address .billing-address-form {
  float: left;
  clear: both;
  max-width: 100%;
  margin-top: 10px;
  width: 100%;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .checkout-billing-address .billing-address-form .field:last-child:last-child {
  margin-bottom: 20px;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .checkout-billing-address .primary {
  clear: both;
  width: 100%;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .checkout-billing-address .primary button,
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .checkout-billing-address .primary .cart.table-wrapper .actions-toolbar > .action,
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .checkout-billing-address .primary .action-gift {
  width: 49%;
  float: left;
  margin: 0;
  line-height: 18px;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .checkout-billing-address .primary button + button,
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .checkout-billing-address .primary .cart.table-wrapper .actions-toolbar > .action + .cart.table-wrapper .actions-toolbar > .action,
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .checkout-billing-address .primary .action-gift + .action-gift {
  float: right;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .checkout-billing-address .primary button:hover,
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .checkout-billing-address .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .checkout-billing-address .primary .action-gift:hover {
  text-decoration: none;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .checkout-billing-address .actions-toolbar {
  clear: both;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .field.field-select-billing,
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .field.billing-address-same-as-shipping-block {
  width: 100%;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .field.field-select-billing.field.billing-address-same-as-shipping-block,
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .field.billing-address-same-as-shipping-block.field.billing-address-same-as-shipping-block {
  margin-top: 10px;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .field.field-select-billing.field.billing-address-same-as-shipping-block label,
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .field.billing-address-same-as-shipping-block.field.billing-address-same-as-shipping-block label {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1rem;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .field.field-select-billing.field.field-select-billing,
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .field.billing-address-same-as-shipping-block.field.field-select-billing {
  margin-bottom: 10px;
  max-width: 100%;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .form .ccard .field {
  width: 100%;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .form .ccard .field .month,
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .form .ccard .field .year {
  float: left;
  margin-right: 5px;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .form .credit-card-types {
  margin-bottom: 0;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .form .credit-card-types li.item {
  float: left;
}
.column.main .checkout-container.md-checkout .opc-payment .payment-method-content .form-purchase-order {
  padding: 15px 0 0px 0;
}
.column.main .checkout-container.md-checkout .md-osc.virtualCheckout #address-section {
  display: none;
}
.column.main .checkout-container.md-checkout .md-osc.virtualCheckout .payment-method-box {
  width: 49%;
  margin-left: 0;
}
.column.main .checkout-container.md-checkout .md-osc.virtualCheckout .payment-method-box .opc-payment .step-title.step_3:before {
  content: "1";
}
.column.main .checkout-container.md-checkout .checkout-agreements.fieldset {
  margin: 0;
}
.column.main .checkout-container.md-checkout .checkout-agreements .checkout-agreement {
  margin: 10px 0 0;
}
.column.main .checkout-container.md-checkout .checkout-agreements .checkout-agreement .action-show {
  background-color: transparent;
  padding: 0;
  font-weight: bold;
  font-size: 11px;
  color: #333;
  box-shadow: none;
}
.layout-2columns-osc .md-osc:before,
.layout-2columns-osc .md-osc:after {
  content: '';
  display: table;
}
.layout-2columns-osc .md-osc:after {
  clear: both;
}
.layout-2columns-osc .md-osc .md-osc-new-layout .checkout-column-osc {
  width: 68%;
  float: left;
}
.layout-2columns-osc .md-osc .md-osc-new-layout .checkout-column-osc:nth-child(2) {
  width: 30%;
  float: right;
}
.layout-2columns-osc .md-osc .fieldset > .field:not(.choice) > .label {
  width: auto;
  text-align: left;
}
.layout-3columns-osc .md-osc .md-osc-new-layout .checkout-column-osc {
  width: 33%;
  float: left;
  padding: 0 5px;
}
.layout-3columns-osc .md-osc .fieldset > .field:not(.choice) > .label {
  width: auto;
  text-align: left;
}
.layout-3columns-osc .md-osc .shipping-method-section-delivery .checkout-delivery-date {
  margin-bottom: 20px;
}
.layout-3columns-osc .md-osc .shipping-method-section-delivery .checkout-delivery-date:before,
.layout-3columns-osc .md-osc .shipping-method-section-delivery .checkout-delivery-date:after {
  content: '';
  display: table;
}
.layout-3columns-osc .md-osc .shipping-method-section-delivery .checkout-delivery-date:after {
  clear: both;
}
.layout-3columns-osc .md-osc .shipping-method-section-delivery .checkout-delivery-date .title-container {
  overflow-x: scroll;
}
.layout-3columns-osc .md-osc .shipping-method-section-delivery .checkout-delivery-date .delivery-date-tab-title {
  min-width: 600px;
  padding: 0 0 10px;
}
.onestepcheckout-index-index .checkout-payment-method .giftcardaccount .payment-option-title {
  border: none;
}
.onestepcheckout-index-index .checkout-payment-method .giftcardaccount .payment-option-content {
  padding: 20px 0 0;
}
.onestepcheckout-index-index .checkout-payment-method .giftcardaccount .payment-option-inner,
.onestepcheckout-index-index .checkout-payment-method .giftcardaccount .actions-toolbar {
  display: inline-block;
  vertical-align: middle;
}
.onestepcheckout-index-index .checkout-payment-method .giftcardaccount .actions-toolbar {
  margin: 18px 0 0;
}
.onestepcheckout-index-index .checkout-payment-method .giftcardaccount .actions-toolbar .primary .action,
.onestepcheckout-index-index .checkout-payment-method .giftcardaccount .actions-toolbar .secondary .action {
  padding: 8px 20px;
  margin: 0 0;
}
.onestepcheckout-index-index .onestepcheckout-shipping-method-section .table-checkout-shipping-method {
  width: 100%;
  min-width: 100%;
}
.column.main .checkout-container.md-checkout .md-osc-gift-message {
  clear: left;
}
.column.main .checkout-container.md-checkout .md-osc-gift-message .gift-options-cart-item .osc-right-hand-icon {
  font-weight: normal;
  margin: 0;
  font-size: 1.2rem;
}
.column.main .checkout-container.md-checkout .md-osc-gift-message .gift-options-cart-item span {
  font-size: 1.1rem;
  color: #333333;
  padding: 8px 0;
  margin: 0 0 0 8px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
}
.column.main .checkout-container.md-checkout .md-osc-gift-message .gift-options-cart-item .gift-message-summary {
  margin: 10px 0 0;
}
.column.main .checkout-container.md-checkout .md-osc-gift-message .gift-options-cart-item .gift-message-summary span {
  font-weight: 700;
  color: #333333;
  text-decoration: none;
}
.column.main .checkout-container.md-checkout #mdosc-gift-orderlevel {
  margin: 10px 0 0;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
}
.column.main .checkout-container.md-checkout #mdosc-gift-orderlevel .osc-right-hand-icon {
  font-weight: normal;
  margin: 0;
  font-size: 1.2rem;
}
.column.main .checkout-container.md-checkout #mdosc-gift-orderlevel span {
  font-size: 1.1rem;
  color: #333333;
  padding: 8px 0;
  cursor: pointer;
  margin: 0 0 0 8px;
}
.column.main .checkout-container.md-checkout .gift-message-summary {
  margin: 10px 0 0;
}
.column.main .checkout-container.md-checkout .gift-message-summary span {
  font-weight: 700;
  color: #333333;
  text-decoration: none;
}
.shipping-method-section-main {
  padding: 15px;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  position: relative;
}
.shipping-method-section-delivery .checkout-delivery-date .step-title {
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  padding: 5px 0 14px 0px;
  margin: 0 0 15px 0;
  font-weight: 700;
  line-height: 20px;
  font-size: 1.4rem;
  width: 100%;
  position: relative;
}
.shipping-method-section-delivery .checkout-delivery-date .step-title.osc-calendar-icon:before {
  background-color: #1979c3;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  line-height: 18px;
  padding: 5px 0 0 0;
  text-align: center;
  letter-spacing: 0;
}
.shipping-method-section-delivery .checkout-delivery-date .product.data.items .delivery-date-tab-title:before,
.shipping-method-section-delivery .checkout-delivery-date .product.data.items .delivery-date-tab-title:after {
  content: '';
  display: table;
}
.shipping-method-section-delivery .checkout-delivery-date .product.data.items .delivery-date-tab-title:after {
  clear: both;
}
.shipping-method-section-delivery .checkout-delivery-date .product.data.items .delivery-date-tab-title > .item.title {
  width: auto;
  float: left;
}
.shipping-method-section-delivery .checkout-delivery-date .product.data.items .delivery-date-tab-title > .item.title > .switch {
  border: 1px solid #d1d1d1;
  display: block;
  padding: 10px;
  color: #333333;
  margin: 0 3px;
}
.shipping-method-section-delivery .checkout-delivery-date .product.data.items .delivery-date-tab-title > .item.title > .switch .delivery-date-day,
.shipping-method-section-delivery .checkout-delivery-date .product.data.items .delivery-date-tab-title > .item.title > .switch .delivery-date-date {
  display: block;
  text-align: center;
}
.shipping-method-section-delivery .checkout-delivery-date .product.data.items .delivery-date-tab-title > .item.title.active > .switch {
  border: 1px solid #1979c3;
  color: #1979c3;
}
.shipping-method-section-delivery .checkout-delivery-date .product.data.items .delivery-date-tab-content > .item.content {
  margin-top: 30px;
}
.shipping-method-section-delivery .checkout-delivery-date .product.data.items .delivery-date-tab-content > .item.content > div {
  display: inline-block;
}
.shipping-method-section-delivery .checkout-delivery-date .product.data.items .delivery-date-tab-content > .item.content > div .delivery-date-time {
  background-color: #f0f0f0;
  border: 1px solid #d1d1d1;
  padding: 5px;
  margin: 0 0 5px;
  cursor: pointer;
}
.shipping-method-section-delivery .checkout-delivery-date .product.data.items .delivery-date-tab-content > .item.content > div .delivery-date-time.active {
  background-color: #ffffff;
  border: 1px solid #1979c3;
  color: #1979c3;
}
.md-osc-billing-address-after-shipping {
  margin: 20px 0 0;
}
.md-osc-billing-address-after-shipping.checkout-billing-address .actions-toolbar .action-cancel {
  margin-top: 0;
}
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field-select-billing {
  width: 100%;
}
.column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field label.label {
  display: block;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  padding: 5px 0 14px 0px;
  margin: 15px 0 0;
  margin: 0 0 15px 0;
  font-weight: 700;
  line-height: 20px;
  font-size: 1.6rem;
}
.column.main .checkout-container.md-checkout #address-section .fieldset .field.checkbox-group {
  text-align: left;
}
.column.main .checkout-container.md-checkout #address-section .fieldset .field.checkbox-group.choice:before,
.column.main .checkout-container.md-checkout #address-section .fieldset .field.checkbox-group.no-label:before {
  float: none;
}
.checkout-index-index .modal-popup.confirm .modal-inner-wrap {
  margin-left: auto;
  left: inherit;
}
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .redeem-points .field {
  display: block;
}
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .redeem-points .payment-option-title {
  clear: left;
}
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .redeem-points .payment-option-title span.action-toggle {
  display: block;
  font-weight: 600;
  padding: 10px 0;
}
.column.main .checkout-container.md-checkout .payment-method-section .fieldset .redeem-points .payment-option-content {
  padding-left: 0;
}
.column.main .checkout-container.md-checkout .two-columns-osc .opc-payment .payment-method-content .checkout-billing-address .actions-toolbar {
  margin-left: 0;
  width: 100%;
}
.column.main .checkout-container.md-checkout .two-columns-osc .opc-payment .payment-method-content .checkout-billing-address .primary {
  width: 70%;
}
.column.main .checkout-container.md-checkout .two-columns-osc .opc-payment .payment-method-content .checkout-billing-address .primary button,
.column.main .checkout-container.md-checkout .two-columns-osc .opc-payment .payment-method-content .checkout-billing-address .primary .cart.table-wrapper .actions-toolbar > .action,
.column.main .checkout-container.md-checkout .two-columns-osc .opc-payment .payment-method-content .checkout-billing-address .primary .action-gift {
  width: 48%;
  margin: 0 10px 0 0;
}
.column.main .checkout-container.md-checkout .two-columns-osc .opc-payment .payment-method-content .checkout-billing-address .primary button.action-cancel,
.column.main .checkout-container.md-checkout .two-columns-osc .opc-payment .payment-method-content .checkout-billing-address .primary .cart.table-wrapper .actions-toolbar > .action.action-cancel,
.column.main .checkout-container.md-checkout .two-columns-osc .opc-payment .payment-method-content .checkout-billing-address .primary .action-gift.action-cancel {
  margin: 0;
}
.checkout-container.md-checkout .order-review-section .table-wrapper.checkout-review-table {
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
}
.field.street.experius-address-lines .field .label {
  position: relative;
  overflow: visible;
  height: inherit;
}
.column.main .checkout-container.md-checkout #address-section .fieldset .field.state-drop-down,
.column.main .checkout-container.md-checkout .billing-address-form .fieldset .field.state-drop-down,
.column.main .checkout-container.md-checkout #address-section .fieldset .field.billing-state-drop-down,
.column.main .checkout-container.md-checkout .billing-address-form .fieldset .field.billing-state-drop-down {
  width: 50%;
  padding: 0 5px;
}
/*********Loader style********/
div.loading-ajax,
div.loading-ajax-login {
  height: 50px;
  text-align: center;
  background: url(../../../frontend/Magento/blank/en_US/Magedelight_OneStepCheckout/images/onestepcheckout/material/ajax-loader.gif) center center no-repeat;
  float: left;
  width: 100%;
}
#control_overlay_payment,
#control_overlay_shipping,
#control_overlay_review {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  opacity: 0.1;
  background-color: #636363;
  filter: alpha(opacity=10);
  display: none;
}
body.oscHideLoader .loading-mask {
  display: none !important;
}
body.oscHideLoader .one-step-checkout .loading-mask {
  display: none !important;
}
body.oscHideLoader #checkout-loader .loader {
  display: none !important;
}
body.oscHideLoader.ajax-loadiing #checkout-loader .loader {
  display: none !important;
}
.payment-method-section,
.shipping-method-section,
.order-review-section {
  position: relative;
  margin-bottom: 20px;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.ajax-loader1 {
  z-index: 999;
  clear: both;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.ajax-loader2 {
  z-index: 999;
  clear: both;
  margin: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.ajax-loader3 {
  z-index: 999;
  clear: both;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#loading-mask-onestepcheckout {
  position: absolute;
  color: #d85909;
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  z-index: 500;
}
#loading-mask-onestepcheckout .loader-onestepcheckout {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 120px;
  margin-left: -60px;
  padding: 15px 60px;
  background: #fff4e9;
  border: 2px solid #f1af73;
  color: #d85909;
  font-weight: 700;
  text-align: center;
  z-index: 1000;
}
/*****************/
.checkout-success {
  margin: 20px 0;
}
span#mdosc-gift-remove-orderlevel {
  background: #cccccc;
  padding: 0px 6px;
  font-size: 12px;
  cursor: pointer;
}
/******MDNewsletter Popup*****/
.modal-popup.md-newsletter-popup {
  background: rgba(2, 2, 2, 0.72);
}
.modal-popup.md-newsletter-popup .action-close:before {
  color: #000000;
  font-size: 42px;
}
.modal-popup.md-newsletter-popup .modal-inner-wrap {
  width: 100%;
  max-width: 900px;
  max-height: 521px;
  float: left;
  height: 100%;
}
.modal-popup.md-newsletter-popup .modal-inner-wrap .action-close {
  padding: 10px 5px;
}
.modal-popup.md-newsletter-popup .modal-inner-wrap .action-close:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  transition-delay: 0.5;
}
.modal-popup.md-newsletter-popup .modal-inner-wrap .action-close:hover:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.modal-popup.md-newsletter-popup .modal-inner-wrap .modal-header {
  padding: 0;
}
.modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content {
  padding: 0;
  display: table;
  width: 100%;
}
.modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content .newsletter-content {
  float: left;
  margin: 0;
  padding: 0;
}
.modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content .news-image {
  width: 41%;
  display: table-cell;
}
.modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content .news-image img {
  float: left;
}
.modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content .news-popup-box {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 20px 40px;
}
.modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content .news-popup-box .intro h2 {
  color: #333232;
  font-size: 20px;
  font-weight: 500;
}
.modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content .news-popup-box .intro p {
  color: #7e7e7e;
  font-size: 15px;
  font-weight: 400;
}
.modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content .news-popup-box .control {
  margin: 20px 0;
}
.modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content .news-popup-box .control input {
  height: 49px;
  padding: 5px 15px;
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 300;
}
.modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content .news-popup-box .content .actions .subscribe {
  height: 49px;
  text-transform: uppercase;
  color: #000000;
  background-color: #ffffff;
  border: solid 1px #000000;
  border-radius: 0;
  width: auto;
  font-size: 18px;
  font-weight: 500;
  padding: 7px 30px;
}
.modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content .news-popup-box .content .actions .subscribe:hover {
  color: #ffffff;
  background-color: #000000;
  border: solid 1px #000000;
}
.modal-popup.md-newsletter-popup .modal-inner-wrap .modal-footer {
  opacity: 0;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
.modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content .newsletter-content .offer-content {
  width: 100%;
  padding: 20px;
  text-align: center;
}
.modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content .newsletter-content .offer-content h2 {
  font-size: 25px;
  color: #000000;
  font-weight: 300;
  margin: 30px 0;
}
.modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content .newsletter-content .offer-content p {
  font-weight: 300;
  font-size: 18px;
  margin: 0 0 20px;
}
.modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content .newsletter-content .offer-content p strong {
  font-weight: 400;
  color: #000000;
}
@media only screen and (max-width: 600px) {
  .modal-popup.md-newsletter-popup .modal-inner-wrap .action-close {
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 0px;
  }
  .modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content {
    display: inline-block;
  }
  .modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content .news-popup-box,
  .modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content .news-image {
    display: inline-block;
    width: 100%;
  }
  .modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content .news-popup-box img,
  .modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content .news-image img {
    width: 100%;
  }
  .modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content .news-popup-box {
    padding: 0 20px 20px 20px;
    background-color: rgba(255, 255, 255, 0.8);
    /*position: absolute;
				    top: 10px;
				    left: 10px;
				    right: 10px;
				    width: auto;*/
  }
}
@media only screen and (min-width: 800px) and (max-width: 812px) {
  .modal-popup.md-newsletter-popup {
    overflow-y: scroll;
  }
  .modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content .news-image {
    width: 27%;
  }
}
/****Mobile****/
.filter-options-title {
  overflow: visible !important;
}
.filter-options-title strong {
  font-weight: 600;
}
.filter-options-title strong,
.filter-options-title .tooltip {
  display: inline-block;
  vertical-align: middle;
}
.filter-options-title .tooltip {
  position: relative;
}
.filter-options-title .md-layered-navigation-tooltip {
  display: none;
  background-color: #f4f4f4;
  border: solid 1px #999999;
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  padding: 5px 12px;
  position: absolute;
  word-break: break-word;
  text-align: left;
  bottom: 100%;
  width: 100px;
  z-index: 9;
  left: 0;
  margin-left: 5px;
  pointer-events: none;
}
.filter-options-title .md-layered-navigation-tooltip:before,
.filter-options-title .md-layered-navigation-tooltip:after {
  border: solid 10px transparent;
  border-top-color: #f4f4f4;
  height: 0;
  width: 0;
  left: 3px;
  top: 100%;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.filter-options-title .md-layered-navigation-tooltip:before {
  border-top-color: #666666;
  border-width: 9px;
}
.filter-options-title .md-layered-navigation-tooltip:after {
  border-top-color: #f4f4f4;
  height: 1px;
  z-index: 4;
  border-width: 8px;
  left: 4px;
}
.filter-options-title .md-tooltip-img img {
  display: inline-block;
  max-width: 13px;
  max-height: 22px;
  margin-left: 10px;
  vertical-align: middle;
}
.ui-slider-handle {
  width: 20px;
  box-sizing: border-box;
}
.ui-slider-handle.md-price-slider-end {
  margin-left: -20px !important;
}
.md-category-thumbnail {
  vertical-align: middle;
}
.md-tooltip-img:hover + .md-layered-navigation-tooltip {
  display: block;
}
.md-product-filter .filter-options-title {
  overflow: inherit;
}
.category-filter-item.tree .item {
  position: relative;
}
.category-filter-item.tree .item a {
  display: block;
  margin: 0;
  padding-right: 15px;
  padding-left: 20px;
  position: relative;
}
.category-filter-item.tree .item a input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 3px;
}
.category-filter-item.tree .item a .count {
  white-space: nowrap;
}
.category-filter-item.tree .item .submenu {
  padding: 0 0 0 20px;
}
.category-filter-item .icon-md-category-tree-accordian {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
}
.category-filter-item .icon-md-category-tree-accordian.icon-plus:after {
  content: '\e61c';
  font-family: 'luma-icons';
  font-size: 1rem;
  color: #333333;
  font-weight: 700;
}
.category-filter-item .icon-md-category-tree-accordian.icon-minus:after {
  content: '\e60f';
  font-family: 'luma-icons';
  font-size: 1rem;
  color: #333333;
  font-weight: 700;
}
.block-content.filter-content.sidebar-one-column .filter-options-content .swatch-attribute-options {
  padding: 0 5px;
}
.block-content.filter-content.sidebar-one-column .filter-options-content .swatch-attribute-options .swatch-option.color {
  min-width: 30px;
  margin: 0 5px 5px 0;
}
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  top: 30%;
  left: 45%;
  display: block;
  position: absolute;
}
.price-slider-box .items .item .ui-slider .ui-slider-handle {
  margin-left: 0;
}
.price-slider-box .items .item .ui-slider .ui-slider-handle + .ui-slider-handle {
  margin-left: -22px;
}
/********/
.md-price-filter-box-sidebar {
  position: relative;
}
.md-price-filter-box-sidebar span.md-dydr {
  padding: 0 2px;
}
.md-price-filter-box-sidebar .ln_currency_symbol {
  display: inline-block;
  margin: 0 5px 0 0;
}
.md-price-filter-box-sidebar .validate-number {
  display: inline-block;
  width: 50px;
  padding: 0 6px;
  margin: 0 5px 0 0;
}
.md-price-filter-box-sidebar .go-button {
  float: right;
}
.md-price-filter-box-sidebar label.error {
  position: absolute;
  bottom: -23px;
  left: 0;
  font-size: 11px;
  color: red;
}
.filter-options-content a.display-label-with-image {
  display: inline-block;
  margin: 4px 0 4px 0 !important;
  max-width: 100%;
  width: 100%;
  vertical-align: top;
}
.filter-options-content a.display-label-with-image .swatch-option {
  margin: 0 10px 0 0;
}
.filter-options-content a.display-label-with-image .md-color-label {
  font-size: 12px;
  font-weight: bold;
  color: #949494;
  display: inline-block;
  padding: 3px 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1230px) {
  .md-price-filter-box-sidebar span.md-dydr {
    display: inline-block;
  }
  .md-price-filter-box-sidebar .go-button {
    float: right;
    display: block;
    margin: 15px 0 0 13px;
  }
  .md-price-filter-box-sidebar label.error {
    position: static;
    display: inline-block;
    line-height: normal;
  }
  .md-price-filter-box-sidebar .ln_currency_symbol {
    font-size: 12px;
  }
  .md-price-filter-box-sidebar .validate-number {
    width: 40px;
  }
}
/********/
.icon-md-category-tree-accordian {
  float: right;
}
@media only screen and (max-width: 767px) {
  .md_filter_btn_mobile_view {
    display: block;
    margin-bottom: 20px;
  }
  .md_filter_btn_mobile_disabled {
    display: none;
  }
  .md-price-slider .ui-slider-horizontal {
    margin: 0 40px 20px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .md_filter_btn_desktop_view {
    display: block;
    margin-bottom: 10px;
  }
  .md_filter_btn_desktop_disabled {
    display: none;
  }
  .page-layout-1column .filter-options-content {
    min-width: 220px;
    width: 100% !important;
  }
}
.md-quickview-catalog-product-view .box-tocart .action.tocart {
  width: 100%;
}
.md-quickview-catalog-product-view .page-wrapper .page-main {
  padding: 20px;
  min-height: 600px;
}
.md-quickview-catalog-product-view .reviews-actions .add {
  display: none;
}
.md-quickview-catalog-product-view.page-product-downloadable .product-options-wrapper,
.md-quickview-catalog-product-view.page-product-downloadable .product-options-bottom {
  float: none;
  width: 100%;
}
.md-quickview-catalog-product-view.page-product-downloadable .product-options-bottom .price-box {
  display: none;
}
.box-gotoproduct #product-gotoproduct-button {
  width: 100%;
  padding: 14px 17px;
  font-size: 1.8rem;
  text-align: center;
  border: 1px solid transparent;
}
/*.page-products .product-item .mdquickview {
		display: none
	}*/
.md-quickview-catalog-product-view .page-wrapper {
  min-height: auto !important;
}
.md-quickview-catalog-product-view .column.main {
  display: inline-block;
  padding-bottom: 0;
}
.md-quickview-catalog-product-view.catalog-product-view .page-title-wrapper h1 {
  font-size: 22px !important;
}
/******MDquickview Popup*****/
.modal-popup.modal-slide._inner-scroll.mdquickview-popup {
  background: rgba(2, 2, 2, 0.72);
}
.modal-popup.modal-slide._inner-scroll.mdquickview-popup .modal-inner-wrap {
  max-width: 840px;
  /*float: left;*/
  height: 100%;
}
.modal-popup.modal-slide._inner-scroll.mdquickview-popup .modal-inner-wrap .modal-header {
  position: absolute;
  right: 0;
  padding: 0;
  z-index: 9;
}
.modal-popup.modal-slide._inner-scroll.mdquickview-popup .modal-inner-wrap .modal-header button.action-close,
.modal-popup.modal-slide._inner-scroll.mdquickview-popup .modal-inner-wrap .modal-header .cart.table-wrapper .actions-toolbar > .action.action-close,
.modal-popup.modal-slide._inner-scroll.mdquickview-popup .modal-inner-wrap .modal-header .action-gift.action-close {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.modal-popup.modal-slide._inner-scroll.mdquickview-popup .modal-inner-wrap .modal-content {
  height: 100%;
  padding: 0;
}
.modal-popup.modal-slide._inner-scroll.mdquickview-popup .modal-inner-wrap .md-quickview-frame-box {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-popup.modal-slide._inner-scroll.mdquickview-popup .modal-inner-wrap .md-quickview-frame-box .mdgo-quick-view-loading {
  background: url('../../frontend/Magedelight/FashionGo/en_US/images/loader-1.gif') no-repeat center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.modal-popup.modal-slide._inner-scroll.mdquickview-popup .modal-inner-wrap .modal-footer {
  opacity: 0;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
.md_quickview-catalog_product-view .product-info-main .price-box .price-wrapper .price {
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .md-quickview-catalog-product-view .product-info-main .box-tocart .action.tocart,
  .md-quickview-catalog-product-view .product-options-bottom .box-tocart .action.tocart {
    min-width: 150px;
  }
  .md-quickview-catalog-product-view .modal-footer button.action,
  .md-quickview-catalog-product-view .modal-footer .cart.table-wrapper .actions-toolbar > .action.action,
  .md-quickview-catalog-product-view .modal-footer .action-gift.action {
    width: 100%;
    margin-top: 5px;
  }
}
._transition-3 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
._label {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: 0 0 5px 0;
}
.column.main .buttons-set.new-request-return-btn {
  display: inline-block;
  width: 100%;
  padding: 0 0 5px 0;
}
.column.main .buttons-set.new-request-return-btn .back-link {
  float: left;
  margin: 6px 0 0 0;
}
.column.main .buttons-set.new-request-return-btn .newrequestrma {
  float: right;
}
.column.main .rma-view .block {
  margin-bottom: 30px;
}
.column.main .block-content.ui-rma-items {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
}
.column.main .block-content.ui-rma-items *,
.column.main .block-content.ui-rma-items *:before {
  box-sizing: border-box;
}
.column.main .block-content.ui-rma-items .rma-one-item {
  background: #f6f6f6;
  float: left;
  width: 100%;
  padding: 20px 20px 20px 20px;
  border-bottom: 1px solid #eaeaea;
}
.column.main .block-content.ui-rma-items .rma-one-item:nth-child(even) {
  background: #fbfbfb;
}
.column.main .block-content.ui-rma-items .rma-one-item:last-child {
  border-bottom: 0;
}
.column.main .block-content.ui-rma-items .rma-one-item .item-description {
  float: left;
  width: 50%;
}
.column.main .block-content.ui-rma-items .rma-one-item .item-description .rma-item-checkbox {
  float: left;
  margin: 0 20px 0 0;
}
.column.main .block-content.ui-rma-items .rma-one-item .item-description .product-image-container {
  float: left;
  border: 1px solid #ccc;
}
.column.main .block-content.ui-rma-items .rma-one-item .item-description b {
  float: left;
  padding: 10px 0 0 30px;
  font-size: 13px;
  color: #444;
}
.column.main .block-content.ui-rma-items .rma-one-item .item-options {
  float: left;
  width: 50%;
}
.column.main .block-content.ui-rma-items .rma-one-item .item-options .fieldset {
  float: left;
  width: 100%;
}
.column.main .block-content.ui-rma-items .rma-one-item .item-options .fieldset .field {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
}
.column.main .block-content.ui-rma-items .rma-one-item .item-options .fieldset .field .label {
  float: left;
  text-transform: uppercase;
  width: 50%;
  padding: 11px 20px 0 0;
  font-size: 12px;
  margin: 0;
}
.column.main .block-content.ui-rma-items .rma-one-item .item-options .fieldset .field .control {
  float: left;
  width: 50%;
}
.column.main .block-content.ui-rma-items .rma-one-item .item-options .fieldset .field .control .qty-new,
.column.main .block-content.ui-rma-items .rma-one-item .item-options .fieldset .field .control .total-qty.returned {
  background: #fbfbfb;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.column.main .block-content.ui-rma-items .rma-one-item .item-options .fieldset .field .control .qty-new {
  background: #fff;
}
.column.main .block-comments-box .rma-message.user {
  padding: 0 0 20px 0;
  width: 100%;
  float: left;
}
.column.main .block-comments-box .rma-message.user .rma-message-title {
  width: 60%;
  float: left;
  clear: left;
  box-sizing: border-box;
}
.column.main .block-comments-box .rma-message.user .rma-message-title .name {
  font-weight: bold;
  padding-right: 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #7ea733;
}
.column.main .block-comments-box .rma-message.user .rma-message-title .date {
  font-size: 12px;
  color: #9cc54d;
}
.column.main .block-comments-box .rma-message.user .rma-message-title .date:before {
  content: "|";
  padding: 0 8px 0 0;
}
.column.main .block-comments-box .rma-message.user .rma-message-text {
  border-radius: 5px;
  color: #7ea733;
  position: relative;
  background: #f6ffe5;
  border: 1px solid #c3d69f;
  padding: 11px 15px 10px 15px;
  margin: 10px 0 0px 0;
  width: 60%;
  float: left;
  box-sizing: border-box;
  clear: left;
}
.column.main .block-comments-box .rma-message.user .rma-message-text .attachmentfiles {
  float: left;
  width: 100%;
}
.column.main .block-comments-box .rma-message.user .rma-message-text .attachmentfiles .label {
  color: #333;
  padding: 5px 0 0 0;
  float: left;
  width: 100%;
}
.column.main .block-comments-box .rma-message.user .rma-message-text .attachmentfiles .attached-file-box {
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding: 10px 5px 0px 5px;
}
.column.main .block-comments-box .rma-message.user .rma-message-text .attachmentfiles .attached-file-box a {
  float: left;
  width: 100%;
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  height: 100px;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.column.main .block-comments-box .rma-message.user .rma-message-text .attachmentfiles .attached-file-box a img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.column.main .block-comments-box .rma-message.user .rma-message-text:after,
.column.main .block-comments-box .rma-message.user .rma-message-text:before {
  bottom: 100%;
  left: 5px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.column.main .block-comments-box .rma-message.user .rma-message-text:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #f6ffe5;
  border-width: 10px;
  margin-left: 15px;
}
.column.main .block-comments-box .rma-message.user .rma-message-text:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #c3d69f;
  border-width: 11px;
  margin-left: 14px;
}
.column.main .block-comments-box .rma-message.user.adminuser .rma-message-title,
.column.main .block-comments-box .rma-message.user.adminuser .rma-message-text {
  float: right;
  clear: right;
}
.column.main .block-comments-box .rma-message.user.adminuser .rma-message-title .name {
  color: #d68d20;
}
.column.main .block-comments-box .rma-message.user.adminuser .rma-message-title .date {
  color: #e6b66d;
}
.column.main .block-comments-box .rma-message.user.adminuser .rma-message-text {
  color: #d68d20;
  background: #ffebcd;
  border-color: #f5ce95;
}
.column.main .block-comments-box .rma-message.user.adminuser .rma-message-text:before {
  border-bottom-color: #f5ce95;
}
.column.main .block-comments-box .rma-message.user.adminuser .rma-message-text:after {
  border-bottom-color: #ffebcd;
}
.column.main .block-add-msg .block-content .fieldset .field {
  float: left;
  width: 100%;
}
.column.main .block-add-msg .block-content .fieldset .field .label {
  float: left;
  margin: 8px 10px 0 0;
}
.column.main .block-add-msg .block-content .fieldset .field .control.text-area {
  float: left;
}
.column.main .block-add-msg .block-content .fieldset .field .multi {
  width: 180px;
  margin: 7px 5px 0 0;
}
.column.main .block-add-msg .block-content .fieldset .field.comment {
  max-width: 50%;
}
.column.main .block-add-msg .block-content .fieldset .field.comment textarea {
  height: 100px;
}
.column.main .block-add-msg .block-content .fieldset .field.upload * {
  box-sizing: border-box;
}
.column.main .block-add-msg .block-content .fieldset .field.upload .upload-submit {
  position: relative;
}
.column.main .block-add-msg .block-content .fieldset .field.upload .upload-submit .actions-toolbar {
  float: right;
  position: absolute;
  right: 0;
}
.column.main .block-add-msg .block-content .fieldset .field.upload .upload-submit .actions-toolbar .action.primary {
  margin: 0;
}
.column.main .block-add-msg .block-content .fieldset .field.upload .action-default {
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.36;
  padding: .6rem 1em .6rem;
  text-align: center;
  vertical-align: baseline;
}
.column.main .block-add-msg .block-content .fieldset .field.upload .action-default:hover {
  background: #000000;
  color: #ffffff;
}
.column.main .block-add-msg .block-content .fieldset .field.upload .file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}
.column.main .block-add-msg .block-content .fieldset .field.upload .file-uploader-area {
  float: left;
  width: 100%;
}
.column.main .block-add-msg .block-content .fieldset .field.upload .file-uploader-summary {
  font-size: 13px;
  float: left;
  padding: 20px 5px 0px 5px;
  width: 25%;
}
.column.main .block-add-msg .block-content .fieldset .field.upload .file-uploader-summary .file-uploader-filename {
  min-height: 45px;
  float: left;
  width: 100%;
}
.column.main .block-add-msg .block-content .fieldset .field.upload .file-uploader-preview {
  margin-bottom: .5rem;
  position: relative;
}
.column.main .block-add-msg .block-content .fieldset .field.upload .file-uploader-preview .actions {
  position: absolute;
  right: 0;
  z-index: 9;
}
.column.main .block-add-msg .block-content .fieldset .field.upload .file-uploader-preview .actions .action-remove {
  padding: 6px 0px 2px 6px;
  display: inline-block;
  text-decoration: none;
}
.column.main .block-add-msg .block-content .fieldset .field.upload .file-uploader-preview .actions .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: inherit;
  content: '\e604';
  font-family: 'icons-blank-theme';
  margin: 0 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column.main .block-add-msg .block-content .fieldset .field.upload .file-uploader-preview .actions .action-remove span {
  font-size: 0;
}
.column.main .block-add-msg .block-content .fieldset .field.upload .file-uploader-preview > a {
  float: left;
  width: 100%;
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  height: 200px;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.column.main .block-add-msg .block-content .fieldset .field.upload .file-uploader-preview .preview-image {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.column.main .block.additional-information .upload-wrapper * {
  box-sizing: border-box;
}
.column.main .block.additional-information .upload-wrapper .upload-submit {
  float: left;
  width: 50%;
  position: relative;
}
.column.main .block.additional-information .upload-wrapper .upload-submit .actions-toolbar {
  float: right;
  position: absolute;
  right: 0;
}
.column.main .block.additional-information .upload-wrapper .upload-submit .actions-toolbar .action.primary {
  margin: 0;
}
.column.main .block.additional-information .upload-wrapper .action-default {
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.36;
  padding: .6rem 1em .6rem;
  margin: 10px 0 0;
  text-align: center;
  vertical-align: baseline;
}
.column.main .block.additional-information .upload-wrapper .action-default:hover {
  color: #ffffff;
  background: #000000;
}
.column.main .block.additional-information .upload-wrapper .file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}
.column.main .block.additional-information .upload-wrapper .file-uploader-area {
  float: left;
  width: 100%;
}
.column.main .block.additional-information .upload-wrapper .file-uploader-summary {
  font-size: 13px;
  float: left;
  padding: 20px 5px 0px 5px;
  width: 25%;
}
.column.main .block.additional-information .upload-wrapper .file-uploader-summary .file-uploader-filename {
  min-height: 45px;
  float: left;
  width: 100%;
}
.column.main .block.additional-information .upload-wrapper .file-uploader-preview {
  margin-bottom: .5rem;
  position: relative;
}
.column.main .block.additional-information .upload-wrapper .file-uploader-preview .actions {
  position: absolute;
  right: 0;
  z-index: 9;
}
.column.main .block.additional-information .upload-wrapper .file-uploader-preview .actions .action-remove {
  padding: 6px 0px 2px 6px;
  display: inline-block;
  text-decoration: none;
}
.column.main .block.additional-information .upload-wrapper .file-uploader-preview .actions .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: inherit;
  content: '\e604';
  font-family: 'icons-blank-theme';
  margin: 0 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column.main .block.additional-information .upload-wrapper .file-uploader-preview .actions .action-remove span {
  font-size: 0;
}
.column.main .block.additional-information .upload-wrapper .file-uploader-preview > a {
  float: left;
  width: 100%;
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  height: 200px;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.column.main .block.additional-information .upload-wrapper .file-uploader-preview .preview-image {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.rma-one-item:before,
.rma-one-item:after {
  content: '';
  display: table;
}
.rma-one-item:after {
  clear: both;
}
.rma-one-item .control {
  position: relative;
  float: left;
}
.magerma-customer-rmanew .buttons-set.actions-toolbar > .primary .action {
  background: #ffffff;
  border: solid 1px #000;
  color: #000;
}
.magerma-customer-rmanew .buttons-set.actions-toolbar > .primary .action:hover {
  background: #000;
  color: #fff;
}
.ui-rma-items .rma-one-item .item-description .control input[type="checkbox"]:disabled {
  opacity: 0;
}
.rma-view .main-printlayout {
  clear: right;
}
.modal-popup.confirm-shipping-popup .modal-inner-wrap {
  width: 40%;
}
.magedel-sizechart-link {
  border: 1px solid #757575;
  background: #fffff;
  background-image: url(../../frontend/Magedelight/FashionGo/en_US/Magedelight_Sizechart/images/sizechart-icon.png);
  color: #757575;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  min-width: 130px;
  min-height: 28px;
  line-height: 28px;
  text-align: center;
  background-repeat: no-repeat !important;
  background-position: 6px 9px !important;
  padding-top: 0;
  padding-left: 35px;
  padding-right: 15px;
  margin: 0 0 15px 0;
  text-decoration: none;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box;
}
.magedel-sizechart-link:hover {
  color: #000000;
  border: 1px solid #000000;
  background-position: 6px -11px !important;
}
.onpage-description {
  margin: 20px 0 0;
}
@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 .fieldset {
  margin-bottom: 0;
}
.modal-inner-wrap.md-social-popup .fieldset > .field {
  margin-bottom: 20px;
}
.modal-inner-wrap.md-social-popup .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.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 > .field:not(.choice) > .label {
  padding: 0px 0px 5px 0;
  text-align: left;
  width: 100%;
  font-weight: 600;
}
.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;
  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: bold;
  font-size: 30px;
}
.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 20px 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;
  padding: 0px 0px 5px 0;
  font-weight: 600;
}
.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;
  float: left;
  width: 100%;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-login-popup-button .action.md-form-button {
  float: left;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-login-popup-button .pass-register {
  float: right;
  /*width:100%;*/
  padding: 6px 0 10px 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: left;
}
.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: 180px;
}
.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,
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li .action-gift {
  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;
}
.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,
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li .action-gift: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),
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li .action-gift: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,
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li .action-gift 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,
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li .action-gift 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: 20px;
}
.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,
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li .action-gift span span {
  padding: 1px 10px 0 10px;
  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,
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all li .action-gift {
  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,
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all li .action-gift: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),
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all li .action-gift: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,
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all li .action-gift 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,
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all li .action-gift 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,
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all li .action-gift 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;
}
#md-login-social {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
#md-login-social .md-login-h3 {
  border-bottom: #ddd solid 1px;
  margin: 0px 0 20px 0;
  padding: 0 0 12px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}
#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 0px 0;
  /*width: 190px;*/
  float: left;
  margin: 0;
}
#md-login-social .md-login-social li button,
#md-login-social .md-login-social li .cart.table-wrapper .actions-toolbar > .action,
#md-login-social .md-login-social li .action-gift {
  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,
#md-login-social .md-login-social li .action-gift: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),
#md-login-social .md-login-social li .action-gift: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,
#md-login-social .md-login-social li .action-gift 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,
#md-login-social .md-login-social li .action-gift 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: 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,
#md-login-social .md-login-social li .action-gift 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,
#md-login-social .md-login-social-btn li .action-gift,
#md-login-social .md-login-social-all li .action-gift {
  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,
#md-login-social .md-login-social-btn li .action-gift:hover,
#md-login-social .md-login-social-all li .action-gift: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),
#md-login-social .md-login-social-btn li .action-gift:not(.primary),
#md-login-social .md-login-social-all li .action-gift: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,
#md-login-social .md-login-social-btn li .action-gift span,
#md-login-social .md-login-social-all li .action-gift 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,
#md-login-social .md-login-social-btn li .action-gift span .fa,
#md-login-social .md-login-social-all li .action-gift 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,
#md-login-social .md-login-social-btn li .action-gift span span,
#md-login-social .md-login-social-all li .action-gift 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: 20px 0 0;
  margin: 16px 0 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.bottom #md-login-social .md-login-social > li {
  width: 145px;
}
.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 30px;
  margin: 0 0 26px;
}
.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_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: 200px;
}
.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 0px;
  margin: 0 0 26px;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.right #md-login-form .md-login-user,
.modal-inner-wrap.md-social-popup .modal-content #md_popup.right #md-login-form .md-forgot-user {
  min-height: 200px;
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.md-social-popup {
    margin: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .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;
  }
}
aside.modal-popup.social-popup.modal-slide._inner-scroll._show {
  position: absolute;
}
.md-storecredit *,
.md-storecredit *:before {
  box-sizing: border-box;
}
.md-storecredit .total-credit-point {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  background: #f5f5f5;
  padding: 10px 15px;
  font-weight: bold;
}
.md-storecredit .total-credit-point span {
  color: green;
}
.md-storecredit .credit_account-refill .fieldset {
  margin-bottom: 10px;
}
.md-storecredit .credit_account-refill .fieldset.info .field.choice label {
  margin-bottom: 5px;
  display: inline-block;
}
.md-storecredit .credit_account-refill .fieldset.info .enter-point {
  width: 48%;
  float: left;
  margin-bottom: 20px;
}
.md-storecredit .credit_account-refill .fieldset.info .enter-point span {
  font-size: 12px;
}
.md-storecredit .credit_account-refill .fieldset.info .is-gift {
  width: 100%;
  clear: both;
  float: left;
  margin: 0 0 20px 0;
  background: #f5f5f5;
  padding: 10px 15px 0px 15px;
}
.md-storecredit .credit_account-refill .fieldset.info .reciver-mail {
  width: 100%;
  float: left;
}
.md-storecredit .credit_account-refill .fieldset.info .reciver-mail .field.choice {
  float: left;
  width: 48%;
  margin-bottom: 20px;
}
.md-storecredit .credit_account-refill .fieldset.info .reciver-mail .field.choice.message {
  float: right;
}
.md-storecredit .credit_account-refill .fieldset.info .reciver-mail .field.choice.check-credit {
  width: 100%;
  clear: both;
  float: left;
  margin: 0 0 20px 0;
  background: #f5f5f5;
  padding: 10px 15px 0px 15px;
}
.credit-discount {
  border-bottom: 1px solid #d1d1d1;
}
.credit-discount .coupon .control span {
  font-size: 12px;
}
.credit-discount .discount .content .label {
  margin: 0 0 5px 0;
  display: inline-block;
}
.credit-discount .discount .content .label strong {
  color: green;
}
.cart-container .cart-discount {
  width: 35%;
  clear: none;
  padding-right: 0;
}
.cart-container .cart-discount .block {
  width: 90%;
}
.opc-wrapper .form-redeem_points {
  max-width: 500px;
}
.md-storecredit .credit_account-refill .fieldset.info .is-gift {
  padding-bottom: 10px;
}
.md-storecredit .credit_account-refill .fieldset.info .reciver-mail .field.choice.check-credit {
  padding-bottom: 10px;
}
.block-store-credit.md-storecredit {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .cart-container .credit-discount,
  .cart-container .cart-discount {
    width: 70%;
  }
  .cart-container .credit-discount .block,
  .cart-container .cart-discount .block {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cart-container .credit-discount,
  .cart-container .cart-discount {
    width: 100%;
    border-bottom: 0;
  }
  .cart-container .credit-discount .block,
  .cart-container .cart-discount .block {
    width: 100%;
  }
  .md-storecredit .credit_account-refill .fieldset.info .enter-point {
    width: 100%;
  }
  .md-storecredit .credit_account-refill .fieldset.info .reciver-mail .field.choice {
    width: 100%;
  }
}
/* Start CSS for Loyalty Points */
.checkout-index-index .redeem-points .payment-option-content .form .payment-option-inner #currency_rate ~ span {
  font-weight: 600;
}
.checkout-index-index .redeem-points .payment-option-content .form .payment-option-inner #currency_rate {
  margin: 10px;
  margin-left: 14px;
  font-weight: 600;
}
.checkout-index-index .redeem-points .payment-option-content .form .payment-option-inner #md_currency_symbol {
  font-weight: 600;
}
.checkout-index-index .redeem-points .payment-option-content .form-redeem_points label {
  font-weight: 600;
  margin-left: 14px;
}
.checkout-index-index .checkout-payment-method .redeem-points .payment-option-title .action-toggle {
  color: #333333;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.checkout-index-index .redeem-points .field .control .input-text {
  width: 80px;
  margin: 10px;
  margin-left: 14px;
}
.checkout-index-index .checkout-payment-method .redeem-points .payment-option-content {
  padding: 7px 0px;
  background-color: #f5f5f5;
  width: 100%;
  height: auto;
}
.checkout-index-index .checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.checkout-index-index .redeem-points .payment-option-inner .field .actions-toolbar .primary .action {
  background-image: none;
  background: #ffffff;
  border: 2px solid #000000;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 5px 8px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
  white-space: nowrap;
}
.checkout-index-index .redeem-points .payment-option-inner .field {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}
/* End CSS for Loyalty Points */
.products {
  margin: 30px 0;
}
.price-box .price-label {
  display: none !important;
}
.bundle-options-container .block-bundle-summary .product-image-container {
  padding: 15px 0;
}
/*    .catalog-category-view {
        .page-title-wrapper {
            display: none;
        }
    }*/
.product.product-item-brand {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.product.name a {
  font-weight: 300;
}
.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: #000000;
}
.product-item-link h2 {
  font-size: 14px;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  display: none;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.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,
.product-item-actions .actions-secondary > .action-gift.action:focus,
.product-item-actions .actions-secondary > .action-gift.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,
.product-item-actions .actions-secondary > .action-gift.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,
.product-item-actions .actions-secondary > .action-gift.action.disabled,
.product-item-actions .actions-secondary > .action-gift.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .action-gift.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%;
  text-align: center;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 0 0 0;
  display: inline-block;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
  text-transform: lowercase;
  display: none;
}
.product-item .price-box {
  margin: 10px 0 10px;
}
.product-item .price-box span.special-price,
.product-item .price-box span.normal-price,
.product-item .price-box span.old-price {
  display: inline-block;
  padding: 0 5px 0 0;
}
.product-item .price-box span.price-percentage {
  display: block;
  font-weight: 600;
  color: #d30000;
}
.product-item .price-box .price {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  font-size: 12px;
  display: none;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 16px;
}
.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 .special-price .price {
  color: #d30000;
}
.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: 20px;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list {
  margin: 30px 0 0 0;
}
.products-list .product-item {
  display: table;
  width: 100%;
  padding-bottom: 10px;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 15px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #dfdfdf;
}
.products-list .product-item-details .product-item-content {
  float: left;
  width: 70%;
}
.products-list .product-item-details .product-item-inner {
  float: right;
}
.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: right;
}
.products-list.list .product-items .actions .tocart {
  font-weight: 400;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #000000;
  border: solid 1px #000000;
}
.products-list.list .product-items .actions .tocart:hover {
  background-color: #ffffff;
  border: solid 1px #000000;
  color: #000000;
}
.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: 20px 0 0 10px;
  vertical-align: top;
  width: 22px;
}
.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:before,
.products-list.list .product-items .actions .tocompare:before,
.products-list.list .product-items .actions .mdquickview:before {
  font-size: 20px;
  color: #757575;
  line-height: 26px;
  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: "\e906";
}
.products-list.list .product-items .actions .tocompare:before {
  content: "\e920";
}
.products-list.list .product-items .actions .mdquickview:before {
  content: "\e903";
}
/***********/
.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;
  margin-bottom: 0;
  padding: 15px 0 0;
  border-top: solid 1px #c3c3c3;
}
.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: "\e907";
  font-size: 13px;
  font-weight: 400;
  float: right;
  line-height: 22px;
}
.filter-options .filter-options-item:first-child .filter-options-title {
  border-top: none;
}
.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: #000000;
}
.filter-options .filter-options-item.active .filter-options-title:after {
  content: "\e91b";
}
.sidebar-main.sidebar .filter-current {
  border-bottom: 1px solid #c3c3c3;
  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 {
  position: relative;
}
.sidebar-main.sidebar .filter-current .items .item span.filter-value {
  display: inline-block;
  padding: 7px 0 0 0;
  font-weight: 500;
  color: #000000;
}
.sidebar-main.sidebar .filter-current .items .item .action.remove {
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.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: #000000;
  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;
}
.rating-summary {
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  .block-reorder .actions-toolbar .primary .tocart {
    font-size: 10px;
  }
}
@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: #000000;
  }
  .page-products .columns .sidebar .block {
    padding: 10px 10px;
  }
  .page-products .page-main .sidebar .block-title strong {
    font-weight: 700;
    font-size: 13px;
  }
  .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-details .product-item-content {
    width: 100%;
  }
  .products-list .product-item-details .product-item-inner {
    width: 100%;
    padding: 20px 0 10px 0;
  }
  .products-list.list .product-items .product-reviews-summary,
  .products-list.list .product-items .actions {
    text-align: left;
  }
  .page-products.page-layout-2columns-right .columns .column.main,
  .page-products.page-layout-2columns-left .columns .column.main {
    width: 70.24793388000001%;
  }
  .page-products.page-layout-2columns-right .sidebar.sidebar-additional,
  .page-products.page-layout-2columns-left .sidebar.sidebar-additional {
    width: 28.92561983%;
  }
  .page-products.page-layout-2columns-right .sidebar-main.sidebar,
  .page-products.page-layout-2columns-left .sidebar-main.sidebar {
    font-weight: 300;
    color: #333333;
    width: 28.92561983%;
  }
  .page-products.page-layout-2columns-right .sidebar-main.sidebar .block-content.filter-content,
  .page-products.page-layout-2columns-left .sidebar-main.sidebar .block-content.filter-content {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .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: #000000;
  }
  .page-products .sidebar-main.sidebar .filter-options-item .filter-options-content {
    margin-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
  }
  .page-products .sidebar .block.block-wishlist,
  .page-products .sidebar .block.block-reorder,
  .page-products .sidebar .block.block-compare {
    border: 1px solid #c3c3c3;
    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: 21px;
    color: #373638;
  }
  .page-products .sidebar .block-title strong {
    font-weight: 400;
    font-size: 21px;
  }
  .page-products .sidebar .empty {
    font-size: 14px;
    font-weight: 300;
  }
  .catalog-category-view .page-title-wrapper {
    display: block;
  }
  .catalog-category-view .page-title-wrapper h1 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
  }
  .toolbar-sorter.sorter {
    padding: 10px 15px 13px;
    box-shadow: 0 2px 1px 0px #e0e0e0;
    margin: -38px -15px 30px -15px;
    position: relative;
    text-align: left;
  }
  .toolbar-sorter.sorter .sorter-label {
    font-size: 15px;
    font-weight: 600;
  }
  .toolbar-sorter.sorter .sorter-options {
    background: #f3f2f2;
    border-radius: 20px;
    height: 28px;
    color: #333333;
    padding-top: 0;
    padding-bottom: 0px;
  }
  .toolbar.toolbar-products {
    padding: 0;
    text-align: center;
    margin: 0 0 0 0;
    position: relative;
    z-index: 1;
  }
  .toolbar.toolbar-products .toolbar-amount {
    position: relative;
    top: 50px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin: 0 auto;
    padding: 3px 10px;
    display: inline-block;
    line-height: 13px;
    font-size: 12px;
  }
  .block.filter {
    position: absolute;
    top: -7px;
    right: 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 15px;
    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 {
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
  }
  .block.filter.active .block-content.filter-content {
    opacity: 1;
    visibility: visible;
    z-index: 12000;
  }
  .sidebar-main.sidebar .filter-current {
    padding: 0;
    margin: 0 0 10px 0;
  }
  .sidebar-main.sidebar .filter-current + .filter-actions {
    top: 10px;
    right: 15px;
  }
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar .sorter-label {
  font-size: 15px;
  color: #333333;
  font-weight: 300;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 7px 0 0;
  vertical-align: middle;
  font-size: 15px;
  color: #333333;
  font-weight: 300;
}
.toolbar-amount span {
  color: #858585;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  padding: 0;
  text-align: center;
}
.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;
}
.page-products .toolbar .limiter {
  display: none;
}
.__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 {
  text-align: center;
  margin: 30px 0 0 0;
}
.block.crosssell .block-title > h3,
.block.upsell .block-title > h3,
.block.related .block-title > h3 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
}
.block.crosssell .slick-nav,
.block.upsell .slick-nav,
.block.related .slick-nav {
  display: inline-block;
  margin: 10px auto 30px auto;
}
.block.crosssell .slick-nav .control-nav,
.block.upsell .slick-nav .control-nav,
.block.related .slick-nav .control-nav {
  float: left;
  width: 200px;
  text-align: right;
  margin: 0 2px;
  position: relative;
}
.block.crosssell .slick-nav .control-nav .line-big,
.block.upsell .slick-nav .control-nav .line-big,
.block.related .slick-nav .control-nav .line-big {
  position: relative;
  float: right;
  width: 176px;
}
.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 {
  content: "";
  width: 176px;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: 18px;
  margin: -1px 0 0 0;
}
.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 {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  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 {
  width: 136px;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: 23px;
  margin: -1px 0 0 0;
}
.block.crosssell .slick-nav .control-nav .arrow,
.block.upsell .slick-nav .control-nav .arrow,
.block.related .slick-nav .control-nav .arrow {
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  width: 37px;
  height: 37px;
  float: right;
  background: #ffffff;
  z-index: 9;
  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;
}
.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: "\e919";
  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;
}
.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: #000000;
}
.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: "\e901";
}
.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 .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,
.block.crosssell .block-content .block-actions .action-gift.select,
.block.upsell .block-content .block-actions .action-gift.select,
.block.related .block-content .block-actions .action-gift.select {
  background: transparent;
  color: #000000;
  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: #000000;
  display: inline-block;
  padding: 6px 14px;
  color: #ffffff;
  font-size: 15px;
}
.old-price .price {
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 0;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 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: #000000;
}
.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-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: #414040;
  font-size: 25px;
  font-weight: 400;
  margin: 5px 0 0 0;
  padding: 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .product-info-price:before,
.product-info-main .product-info-price:after {
  content: '';
  display: table;
}
.product-info-main .product-info-price:after {
  clear: both;
}
.product-info-main .product.attibute.brand {
  color: #414040;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}
.product-info-main .product-info-stock-sku {
  clear: both;
  font-size: 14px;
  margin: 10px 0 0 0;
}
.product-info-main .product-info-stock-sku:before,
.product-info-main .product-info-stock-sku:after {
  content: '';
  display: table;
}
.product-info-main .product-info-stock-sku:after {
  clear: both;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 300;
  vertical-align: top;
}
.product-info-main .stock.available {
  color: #63ba16;
}
.product-info-main .stock.unavailable {
  color: #e20c0c;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #afafaf;
  font-weight: 300;
  border-left: 1px solid #cccccc;
  padding-left: 10px;
  margin-left: 10px;
  line-height: 17px;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 5px;
  font-weight: 300;
}
.product-info-main .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.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin: 10px 0 0 0;
}
.product-info-main .price-box:before,
.product-info-main .price-box:after {
  content: '';
  display: table;
}
.product-info-main .price-box:after {
  clear: both;
}
.product-info-main .price-box span.special-price,
.product-info-main .price-box span.normal-price,
.product-info-main .price-box span.old-price {
  display: inline-block;
  padding: 0 5px 0 0;
}
.product-info-main .price-box span.price-percentage {
  display: inline-block;
  font-weight: 600;
  color: #d30000;
  vertical-align: top;
  margin: 5px 0 0;
}
.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 .swatch-opt {
  margin: 20px 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;
  border-left: 1px solid #cccccc;
  line-height: 15px;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
}
.product-info-main .product-reviews-summary .reviews-actions a {
  color: #908e8e;
  font-size: 13px;
  font-weight: 300;
}
.product-info-main .product-reviews-summary .reviews-actions a.view {
  color: #333333;
}
.product-info-main .product-reviews-summary .reviews-actions a:hover {
  color: #000000;
  text-decoration: none;
}
.product-info-main .product-social-links {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.product-info-main .product-social-links .product-addto-links {
  float: left;
  margin: 0;
}
.product-info-main .product-social-links .action {
  color: #757575;
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  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: left;
  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: #757575;
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  line-height: 18px;
  -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: #000000;
}
.product-info-main .product-social-links .action.tocompare:after {
  content: "\e920";
}
.product-info-main .product-social-links .action.towishlist:after {
  content: "\e917";
}
.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: #000000;
  background: transparent;
  border: 0;
}
.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: #000000;
}
.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,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 24px;
  font-weight: 400;
  float: left;
  line-height: normal;
}
.product-info-main .price-box .old-price,
.product-options-bottom .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 {
  font-size: 24px;
  font-weight: 300;
  color: #a1a1a1;
  text-decoration: line-through;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  /*margin: @indent__s 0;*/
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 48px;
  text-align: center;
  width: 60px;
  border-radius: 2px;
  border-color: #d8d7d7;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
  font-size: 14px;
  background: #000000;
  min-width: 200px;
  color: #ffffff;
  border: 1px solid #000000;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 12px 10px 12px 10px;
  font-weight: 300;
}
.product-info-main .box-tocart .action.tocart:hover,
.product-options-bottom .box-tocart .action.tocart:hover {
  color: #000000;
  border-color: #000000;
  background-color: #ffffff;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #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: #414040;
  font-weight: 500;
}
.swatch-opt .swatch-attribute {
  margin: 0 0 20px 0;
}
.swatch-opt .swatch-attribute .swatch-attribute-label {
  font-size: 15px;
  color: #414040;
  font-weight: 500;
}
.swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text {
  background: #FFFFFF;
  width: auto;
  height: auto;
  border-radius: 2px;
  color: #000000;
}
.swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text.selected,
.swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text:hover {
  background: #000000;
  color: #ffffff;
}
.swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.color {
  border: 1px solid #ebebeb;
  border-radius: 100%;
  width: 23px;
  height: 23px;
  min-width: 23px;
  min-height: 23px;
}
.swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.image {
  background-size: cover !important;
  border-radius: 100%;
  width: 23px !important;
  height: 23px !important;
  min-width: 23px !important;
  min-height: 23px !important;
}
.product-options-bottom .box-tocart .fieldset label.label {
  font-size: 15px;
  color: #414040;
  font-weight: 500;
  margin-bottom: 15px;
}
/**********/
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  display: table;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  display: table-cell;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
.product-info-main .box-tocart .actions {
  padding-top: 25px;
}
.product-info-main .product-options-bottom .actions {
  padding-top: 35px;
}
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;
  position: relative;
}
table.table.table-comparison tbody tr .cell .product-item-photo img {
  margin-left: auto;
  margin-right: auto;
}
table.table.table-comparison tbody tr .cell .product-item-photo .product-image-container {
  position: static;
}
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: #000000;
}
.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: #000000;
  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: #333333;
  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: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.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: #000000;
  color: #000000;
}
.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 10px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .product-info-main .page-title-wrapper h1.page-title {
    font-size: 22px;
    line-height: 24px;
  }
  .product-info-main .product-reviews-summary .reviews-actions .review-box {
    padding: 0 0 0 8px;
    margin: 0 0 0 2px;
  }
  .product-info-main .product-info-stock-sku {
    margin: 15px 0 0 0;
  }
  .product-info-main .product-info-stock-sku .stock.available,
  .product-info-main .product-info-stock-sku .stock.unavailable {
    float: left;
  }
  .product-info-main .product.attribute.sku {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    clear: both;
    float: left;
  }
  .product-info-main .price-box {
    margin-top: 25px;
  }
  .product-info-main .price-box .price-wrapper .price {
    font-size: 23px;
  }
  .product-info-main .price-box .special-price,
  .product-info-main .price-box .old-price {
    float: left;
    clear: both;
    margin-bottom: 5px;
  }
  .product-info-main .price-box .special-price .price,
  .product-info-main .price-box .old-price .price {
    font-size: 23px;
  }
  .product.info.detailed {
    margin: 0 -15px;
  }
  .product.info .product.data.items > .item.title {
    margin: 0;
  }
  .product.info .product.data.items > .item.title > .switch {
    background: transparent;
    font-size: 13px;
    color: #555555;
    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: "\e907";
    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: "\e91b";
  }
  .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 {
    border-radius: 0;
    background: transparent;
    padding: 7px 14px 8px 14px;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    border: solid 1px #000000;
    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;
  }
  .product.info .product.data.items > .item.content .review-form .action.submit.primary:hover {
    background: #000000;
    color: #ffffff;
    border: solid 1px #000000;
    text-decoration: none;
  }
  .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;
  }
}
.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 40px 0 15px;
  color: #000000;
  font-size: 13px;
  height: 40px;
  font-weight: 300;
}
.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: 15px;
    left: 15px;
    bottom: 60px;
    top: auto;
    z-index: 110;
  }
  .block.block-search form.active .field.search .control input {
    position: absolute;
    left: 0;
    top: 3px;
    margin: 0;
  }
  .sticky .block.block-search form.active .field.search .control {
    top: 5px;
    bottom: auto;
  }
  .header.content .header-right-section .block-search input {
    height: 50px;
  }
  .header.content .header-right-section .block-search .action.search {
    opacity: 0 !important;
    display: none !important;
  }
  .header.content .header-right-section .block-search .form.active .action.search {
    opacity: 1 !important;
    display: inline-block !important;
    pointer-events: inherit;
    background: transparent;
    position: absolute;
    right: 15px;
    top: auto;
    bottom: 7px;
    z-index: 111;
    padding: 10px 15px;
    margin: 0;
  }
  .header.content .header-right-section .block-search .form.active .action.search:before {
    content: '';
    font-family: 'md-ico-fgo';
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
  }
  .header.content .header-right-section .block-search .form.active .action.search:hover {
    text-decoration: none;
  }
  .header.content .header-right-section .block-search .form.active .action.search span {
    text-indent: -999em;
    float: left;
    display: none;
  }
  .header.content .header-right-section .block-search .form.active .action.search:before {
    content: "\e91f";
    font-size: 20px;
  }
  .header.content .header-right-section .block-search .form.active .action.search:focus:before {
    color: #333333;
  }
  .sticky .header.content .header-right-section .block-search .form.active .action.search {
    top: 8px;
    bottom: auto;
  }
}
._summary-label-color {
  font-size: 14px;
  font-weight: 300;
}
.cart-summary {
  margin-bottom: 25px;
  padding: 1px 15px 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 .title {
  border-top: 0;
  padding-left: 0;
}
.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: "\e907";
  font-size: 13px;
  right: 0;
  top: 0;
  font-weight: 500;
}
.column.main .cart-summary .block .title strong {
  font-size: 14px;
  font-weight: 500;
}
.cart-summary .block.active .title:after {
  content: "\e91b";
}
.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 {
  font-size: 12px;
}
.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 5px;
  height: 40px;
  font-size: 14px;
  font-weight: 300;
  color: #000000;
}
.cart-summary .block .fieldset.coupon .field > .control .actions-toolbar {
  position: absolute;
  top: 10px;
  right: 0;
}
.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: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .table-wrapper .grand.totals {
  border-top: 1px solid #d1d1d1;
}
.cart-totals .table-wrapper .grand.totals th strong,
.cart-totals .table-wrapper .grand.totals td strong {
  font-weight: 500;
  font-size: 16px;
}
.cart-totals .table-wrapper .md-discount th,
.cart-totals .table-wrapper .md-discount td {
  color: #5cbb22;
}
.cart-totals .table-wrapper .table th,
.cart-totals .table-wrapper .table td.amount {
  padding-left: 0;
  padding-right: 0;
}
.cart-totals .table-wrapper .totals td.amount {
  font-size: 16px;
  font-weight: 400;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart-totals th,
.cart-totals .mark {
  font-size: 14px;
  font-weight: 300;
  color: #333333;
}
.cart-totals td {
  font-weight: 400;
  font-size: 18px;
}
.cart.table-wrapper .items thead {
  background: #f0f0f0;
}
.cart.table-wrapper .items thead .col {
  padding: 15px 20px 15px 20px;
  color: #333333;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .items tbody tr td {
  vertical-align: middle;
}
.cart.table-wrapper .items tbody tr td .price {
  color: #131313;
  font-size: 16px;
  font-weight: 400;
}
.cart.table-wrapper .items tbody tr td.subtotal .price {
  color: #000000;
}
.cart.table-wrapper .items tbody tr td .product-item-details dl dd .price {
  font-size: 12px;
  color: #000000;
}
.cart.table-wrapper .col.qty .input-text {
  /*margin-top: -5px;*/
  border-color: #d8d7d7;
  border-radius: 3px;
}
.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,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .product-item-name a {
  color: #414040;
  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: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .cart-summary .block .fieldset.estimate .field {
  margin-bottom: 15px;
}
.cart-container .cart-summary .block .fieldset.estimate .field .label {
  font-size: 13px;
  font-weight: 500;
}
.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;
}
.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: 18px;
}
.cart-container .cart-summary .block .fieldset.rate input.radio + label:before {
  box-sizing: border-box;
  border: 1px solid #333333;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 12px;
}
.cart-container .cart-summary .block .fieldset.rate input.radio + label:after {
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 10px;
  left: 1px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.cart-container .cart-summary .block .fieldset.rate input[type="radio"]:checked + label:before {
  background: #333333;
}
.cart-container .cart-summary .block .fieldset .field {
  margin-bottom: 15px;
}
.cart-container .form-cart .actions .action.checkout {
  background: ;
  color: #000000;
  font-weight: 400;
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 19px;
}
.cart-container .form-cart .actions .action.checkout:hover {
  background: #000000;
  color: #ffffff;
}
.cart-container .form-cart .actions .action.clear,
.cart-container .form-cart .actions .action.update,
.cart-container .form-cart .actions .action.continue {
  background: transparent;
  font-weight: 300;
  padding: 13px 25px;
  font-size: 16px;
  border: 1px solid #000000;
  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;
}
.cart-container .form-cart .actions .action.clear:hover,
.cart-container .form-cart .actions .action.update:hover,
.cart-container .form-cart .actions .action.continue:hover {
  border: 1px solid #000000;
  color: #ffffff;
  background: #000000;
}
.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 .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  background: transparent;
  color: #000000;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  padding: 11px 10px;
  border: solid 1px #000000;
}
.cart-container .checkout-methods-items .action.primary:hover {
  background: #000000;
  color: #ffffff;
  border: solid 1px #000000;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-container .checkout-methods-items .item + .item a {
  color: #000000;
}
.cart-container .checkout-methods-items .item + .item a:hover {
  color: #000000;
  text-decoration: none;
}
.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: 70px;
}
.column.main .block.crosssell .product-item.slick-slide {
  padding-left: 0px;
  margin-bottom: 0;
}
.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: 13px;
  margin: 0 0 0 0;
  text-transform: uppercase;
  padding: 0 0;
}
.cart.table-wrapper .product-item-details .actions-toolbar .action:hover {
  color: #000000;
  text-decoration: none;
}
.cart.table-wrapper .product-item-details .actions-toolbar .dydr {
  border-right: 1px solid #a1a1a1;
  padding: 0 13px 0 0;
  margin-right: 10px;
  line-height: 15px;
  display: inline-block;
}
.cart.table-wrapper .product-item-details .actions-toolbar .dydr:last-child {
  border: 0;
  padding-right: 0;
}
.cart-container {
  min-height: 550px;
}
.form.multicheckout.order-review {
  min-height: 550px;
}
@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: 30px;
  }
  .cart-container .form-cart .cart .product-item-details .actions-toolbar {
    margin-left: 0;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 5px;
  }
  .cart-container .form-cart .cart .product-item-details .actions-toolbar .dydr {
    padding: 0 5px 0 0;
    margin-right: 3px;
  }
  .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: 767px) {
  .cart-container .cart-summary {
    padding: 0;
  }
  .cart-container .form-cart .actions .clear,
  .cart-container .form-cart .actions .update,
  .cart-container .form-cart .actions .continue {
    width: 100%;
  }
  .cart-container .form-cart .cart.table-wrapper .product-item-photo {
    max-width: 100%;
    top: 10px;
    width: auto;
  }
  .cart-container .form-cart .cart.table-wrapper .item-options dt {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
  }
  .cart-container .form-cart .cart.table-wrapper .item .col {
    min-height: 0;
    padding: 5px 0 5px 41%;
  }
  .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 .input-text {
    height: 24px;
  }
  .cart-container .form-cart .cart.table-wrapper .item .col.qty:before {
    margin-top: 4px;
  }
}
.minicart-wrapper .mage-dropdown-dialog {
  display: block !important;
}
.minicart-wrapper .mage-dropdown-dialog .block-minicart {
  right: -330px;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  text-align: left;
  display: inherit;
  min-width: 0;
  max-width: 320px;
  margin: -1px 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;
}
.minicart-wrapper.active .mage-dropdown-dialog .block-minicart {
  display: inherit;
  right: 0px;
  left: inherit;
  position: fixed;
  overflow-y: auto;
}
.block-minicart {
  text-align: left;
}
.block-minicart .items-total {
  /*float: left;
            margin: 0 @indent__s;*/
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 15px 0 25px;
  text-align: right;
  float: left;
  width: 100%;
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
  padding: 15px 0 15px 0;
}
.block-minicart .subtotal .label {
  float: left;
}
.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: #333333;
  font-size: 14px;
  font-weight: 500;
}
.block-minicart .amount .price-wrapper {
  /*&:first-child {
                    .price {
                        font-size: @md-font-size-15;
                        font-weight: @font-weight__light;
                    }
                }*/
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 13px;
  padding: 30px 0 20px;
  font-weight: 400;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  text-align: center;
  float: left;
  width: 48%;
}
.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: #000000;
  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;
  color: #ffffff;
}
.block-minicart .block-content > .actions > .secondary .action.checkout,
.block-minicart .block-content > .actions > .primary .action.checkout {
  background: transparent;
  border: solid 1px #000000;
}
.block-minicart .block-content > .actions > .secondary .action.checkout:hover,
.block-minicart .block-content > .actions > .primary .action.checkout:hover {
  background: #000000;
  border: solid 1px #000000;
}
.block-minicart .block-content > .actions > .secondary .action.viewcart,
.block-minicart .block-content > .actions > .primary .action.viewcart {
  background: transparent;
  border: solid 1px #000000;
}
.block-minicart .block-content > .actions > .secondary .action.viewcart:hover,
.block-minicart .block-content > .actions > .primary .action.viewcart:hover {
  background: #000000;
  border: solid 1px #000000;
}
.block-minicart .block-content > .actions + .actions {
  float: right;
}
.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 .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: 0;
  right: 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inherit;
  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: #000000;
}
.minicart-wrapper .product .actions > .primary .action.edit:before,
.minicart-wrapper .product .actions > .secondary .action.edit:before {
  content: "\e926";
}
.minicart-wrapper .product .actions > .primary .action.delete:before,
.minicart-wrapper .product .actions > .secondary .action.delete:before {
  content: "\e925";
}
.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;
}
.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: #cdec24;
  color: #000000;
  height: 13px;
  line-height: 13px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 -2px 0 0;
  min-width: 13px;
  overflow: hidden;
  padding: 0 0px;
  text-align: center;
  white-space: normal;
  position: absolute;
  bottom: 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 {
  /*.lib-css(border, 1px solid @minicart__border-color);*/
  margin: 0 0 17px 0;
  border-left: 0;
  border-bottom: 1px solid #757575;
  border-right: 0;
  padding: 15px 0;
  height: auto !important;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 5px 0;
  position: relative;
  /*&:not(:first-child) {
                .lib-css(border-top, 1px solid @minicart__border-color);
            }*/
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  /*width: 4.5rem;*/
  font-size: 13px;
  padding-right: 5px;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: '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 20px 10px 0;
}
.minicart-items .product-item-name a {
  color: #000000;
  font-weight: 300;
  font-size: 13px;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 300;
  font-size: 15px;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .product.options,
.minicart-items .product-item-details .details-qty {
  margin: 10px 0 0 0;
  /*display: none;*/
  font-size: 12px;
}
.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,
.minicart-items .product-item-details .product.options .action-gift,
.minicart-items .product-item-details .details-qty .action-gift {
  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;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.checkout-index-index #md-login-social {
  padding-top: 20px;
  padding-bottom: 20px;
}
.checkout-index-index .page-header {
  border-bottom: 1px solid #d1d1d1;
}
.checkout-index-index .actions-toolbar {
  margin-left: 0 !important;
}
.checkout-index-index .actions-toolbar > .primary .action {
  background-image: none;
  background: #ffffff;
  border: 2px solid #000000;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 15px 20px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0;
}
.checkout-index-index .actions-toolbar > .primary .action:focus,
.checkout-index-index .actions-toolbar > .primary .action:active {
  background: #ffffff;
  border: 2px solid #000000;
  color: #000000;
}
.checkout-index-index .actions-toolbar > .primary .action:hover {
  background: #000000;
  border: 2px solid #000000;
  color: #ffffff;
}
.checkout-index-index .actions-toolbar > .primary .action.disabled,
.checkout-index-index .actions-toolbar > .primary .action[disabled],
fieldset[disabled] .checkout-index-index .actions-toolbar > .primary .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  position: relative;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
}
.opc-wrapper .step-title::before {
  content: '';
  background-color: #000;
  height: 22px;
  width: 22px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  margin-right: 15px;
  font-size: 14px;
}
.opc-wrapper .step-title.step-one:before {
  content: '1';
}
.opc-wrapper .step-title.step-two:before {
  content: '2';
}
.opc-wrapper .step-title.step-three:before {
  content: '3';
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-onepage-success .print {
  display: none;
}
.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;
}
.checkout-index-index input[type="text"],
.checkout-index-index input[type="password"],
.checkout-index-index input[type="url"],
.checkout-index-index input[type="tel"],
.checkout-index-index input[type="search"],
.checkout-index-index input[type="number"],
.checkout-index-index input[type="datetime"],
.checkout-index-index input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #b7b7b7;
  border-radius: 1px;
  color: #111111;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
.checkout-index-index input[type="text"]:focus,
.checkout-index-index input[type="password"]:focus,
.checkout-index-index input[type="url"]:focus,
.checkout-index-index input[type="tel"]:focus,
.checkout-index-index input[type="search"]:focus,
.checkout-index-index input[type="number"]:focus,
.checkout-index-index input[type="datetime"]:focus,
.checkout-index-index input[type="email"]:focus {
  border: 1px solid #c2c2c2;
}
.checkout-index-index input[type="text"]:disabled,
.checkout-index-index input[type="password"]:disabled,
.checkout-index-index input[type="url"]:disabled,
.checkout-index-index input[type="tel"]:disabled,
.checkout-index-index input[type="search"]:disabled,
.checkout-index-index input[type="number"]:disabled,
.checkout-index-index input[type="datetime"]:disabled,
.checkout-index-index input[type="email"]:disabled {
  opacity: 0.5;
  border: 1px solid #c2c2c2;
}
.checkout-index-index input[type="text"]::-moz-placeholder,
.checkout-index-index input[type="password"]::-moz-placeholder,
.checkout-index-index input[type="url"]::-moz-placeholder,
.checkout-index-index input[type="tel"]::-moz-placeholder,
.checkout-index-index input[type="search"]::-moz-placeholder,
.checkout-index-index input[type="number"]::-moz-placeholder,
.checkout-index-index input[type="datetime"]::-moz-placeholder,
.checkout-index-index input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
.checkout-index-index input[type="text"]::-webkit-input-placeholder,
.checkout-index-index input[type="password"]::-webkit-input-placeholder,
.checkout-index-index input[type="url"]::-webkit-input-placeholder,
.checkout-index-index input[type="tel"]::-webkit-input-placeholder,
.checkout-index-index input[type="search"]::-webkit-input-placeholder,
.checkout-index-index input[type="number"]::-webkit-input-placeholder,
.checkout-index-index input[type="datetime"]::-webkit-input-placeholder,
.checkout-index-index input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
.checkout-index-index input[type="text"]:-ms-input-placeholder,
.checkout-index-index input[type="password"]:-ms-input-placeholder,
.checkout-index-index input[type="url"]:-ms-input-placeholder,
.checkout-index-index input[type="tel"]:-ms-input-placeholder,
.checkout-index-index input[type="search"]:-ms-input-placeholder,
.checkout-index-index input[type="number"]:-ms-input-placeholder,
.checkout-index-index input[type="datetime"]:-ms-input-placeholder,
.checkout-index-index input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
.checkout-index-index select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #b7b7b7;
  border-radius: 1px;
  color: #111111;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  height: 50px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
.checkout-index-index select:focus {
  border: 1px solid #c2c2c2;
}
.checkout-index-index select:disabled {
  opacity: 0.5;
  border: 1px solid #c2c2c2;
}
.checkout-index-index .fieldset > .field:not(.choice) > .label {
  float: none;
  width: auto;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 13px;
}
.checkout-index-index .fieldset > .field:not(.choice) > .control {
  width: auto;
  float: none;
}
.checkout-index-index .fieldset.address {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout-index-index .fieldset.address .field {
  margin: 0 0 20px 0;
}
.checkout-index-index .fieldset.address .field[name="shippingAddress.instruction"],
.checkout-index-index .fieldset.address .field[name="billingAddressshared.instruction"],
.checkout-index-index .fieldset.address .field[name="shippingAddress.custom_attributes.instruction"] {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .fieldset.address .field[name="shippingAddress.firstname"],
.checkout-index-index .fieldset.address .field[name="shippingAddress.lastname"],
.checkout-index-index .fieldset.address .field[name="shippingAddress.region_id"],
.checkout-index-index .fieldset.address .field[name="shippingAddress.postcode"],
.checkout-index-index .fieldset.address .field[name="shippingAddress.country_id"],
.checkout-index-index .fieldset.address .field[name="shippingAddress.telephone"],
.checkout-index-index .fieldset.address .field[name="shippingAddress.city"],
.checkout-index-index .fieldset.address .field[name="billingAddressshared.firstname"],
.checkout-index-index .fieldset.address .field[name="billingAddressshared.lastname"],
.checkout-index-index .fieldset.address .field[name="billingAddressshared.region_id"],
.checkout-index-index .fieldset.address .field[name="billingAddressshared.postcode"],
.checkout-index-index .fieldset.address .field[name="billingAddressshared.country_id"],
.checkout-index-index .fieldset.address .field[name="billingAddressshared.telephone"],
.checkout-index-index .fieldset.address .field[name="billingAddressshared.city"] {
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
}
.checkout-index-index .fieldset.address .fieldset {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
.checkout-index-index .fieldset.address .fieldset > .field {
  margin-left: 2%;
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
}
.checkout-index-index .fieldset.address .fieldset > .field:nth-child(2n + 1) {
  margin-left: 0;
}
.checkout-index-index .field .control._with-tooltip .input-text {
  width: 100%;
  margin-right: 0;
}
.checkout-index-index .field .control._with-tooltip .field-tooltip {
  display: none;
}
.checkout-index-index .field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.checkout-index-index .field.choice .field-tooltip-action {
  line-height: 24px;
}
.checkout-index-index .field._error .control input,
.checkout-index-index .field._error .control select,
.checkout-index-index .field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .field.cvv .control._with-tooltip .input-text {
  width: 60px;
  margin-right: 0;
}
.checkout-index-index .field.cvv .control._with-tooltip .field-tooltip {
  display: none;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 40px;
}
.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: #000000;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #000000;
  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 {
  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 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 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 {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: '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;
}
.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 {
  color: #000000;
}
.authentication-wrapper .action.action-auth-toggle:hover {
  color: #7bc4e4;
  text-decoration: none;
}
.action-auth-toggle {
  font-weight: 700;
  text-decoration: underline;
}
.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 .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block::before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .redeem-points .payment-option-title .action-toggle {
  color: #333333;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.checkout-payment-method .redeem-points .payment-option-content {
  padding: 7px 0px;
  background-color: #f5f5f5;
  width: 100%;
  height: auto;
  padding-left: 15px;
}
.checkout-payment-method .redeem-points .payment-option-content #total_points {
  font-weight: 600;
}
.checkout-payment-method .redeem-points .field {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}
.checkout-payment-method .redeem-points .field .control .input-text {
  width: 185px;
  margin: 10px 5px 10px 0;
  height: 30px;
}
.checkout-payment-method .redeem-points .field .actions-toolbar .primary .action {
  padding: 5px 8px;
  white-space: nowrap;
}
.checkout-payment-method .redeem-points .payment-option-inner span {
  font-size: 1.2rem;
  font-weight: 600;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.checkout-payment-method .step-title:before {
  content: '4';
}
.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-content > .actions-toolbar > .primary .action.primary {
  background-image: none;
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 15px 20px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:focus,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:active {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:hover {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.disabled,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
  display: inline-block;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .primary .action-cancel {
  margin-right: 10px;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:hover {
  text-decoration: none;
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option.discount-code .field > .control {
  position: relative;
  padding: top 0;
  padding-bottom: 0;
}
.checkout-payment-method .payment-option.discount-code .field > .control .input-text {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 1px;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
.checkout-payment-method .payment-option.discount-code .field > .control .input-text:focus {
  border: 1px solid #c2c2c2;
}
.checkout-payment-method .payment-option.discount-code .field > .control .input-text:disabled {
  opacity: 0.5;
  border: 1px solid #c2c2c2;
}
.checkout-payment-method .payment-option.discount-code .field > .control .input-text::-moz-placeholder {
  color: #c2c2c2;
}
.checkout-payment-method .payment-option.discount-code .field > .control .input-text::-webkit-input-placeholder {
  color: #c2c2c2;
}
.checkout-payment-method .payment-option.discount-code .field > .control .input-text:-ms-input-placeholder {
  color: #c2c2c2;
}
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar {
  position: absolute;
  top: 0;
  right: 10px;
}
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.action-apply {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.cancel > span,
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.action-apply > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.cancel:before,
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.action-apply:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e901";
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.cancel:hover:before,
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.action-apply:hover:before {
  color: inherit;
}
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.cancel:active:before,
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.action-apply:active:before {
  color: inherit;
}
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.cancel:focus,
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.action-apply:focus,
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.action-apply:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.action-apply:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.cancel.disabled,
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.action-apply.disabled,
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.cancel[disabled],
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.action-apply[disabled],
fieldset[disabled] .checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.cancel,
fieldset[disabled] .checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.action-apply {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.cancel:focus,
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.action-apply:focus,
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.action-apply:active {
  background: none;
  border: none;
}
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.action-apply:hover {
  background: none;
  border: none;
}
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.cancel.disabled,
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.action-apply.disabled,
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.cancel[disabled],
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.action-apply[disabled],
fieldset[disabled] .checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.cancel,
fieldset[disabled] .checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.action-apply {
  pointer-events: none;
  opacity: 0.5;
}
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.cancel:before,
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.action-apply:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.action-apply:hover {
  text-decoration: none;
}
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.cancel.apply:before,
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.action-apply.apply:before {
  content: '\e608';
}
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.cancel.cancel:before,
.checkout-payment-method .payment-option.discount-code .field > .control .actions-toolbar .action.action-apply.cancel:before {
  content: '\e616';
}
.checkout-payment-method .payment-option-title {
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #333333;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 0;
}
.checkout-payment-method .payment-option-content .form-discount {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  margin: 0 0 0 10px;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .action-apply {
  background-image: none;
  background: #ffffff;
  border: 2px solid #000000;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 15px 20px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .action-apply:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .action-apply:active {
  background: #ffffff;
  border: 2px solid #000000;
  color: #000000;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .action-apply:hover {
  background: #000000;
  border: 2px solid #000000;
  color: #ffffff;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .action-apply.disabled,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .action-apply[disabled],
fieldset[disabled] .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .action-apply {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 0;
}
.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-payment-method .discount-code {
  background: #ececec;
  padding: 20px 20px;
}
.checkout-payment-method .discount-code .payment-option-title {
  padding: 0px 0 10px;
}
.checkout-payment-method .discount-code .payment-option-content {
  padding: 0;
}
.checkout-payment-method .discount-code .payment-option-inner {
  margin: 0;
}
.checkout-payment-method .discount-code .actions-toolbar .primary {
  margin: 0;
}
.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;
}
.footer .block.newsletter {
  width: 21%;
  margin-bottom: 40px;
}
.footer .block.newsletter .form.subscribe {
  width: 100%;
}
.footer .block.newsletter .fieldset {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.footer .block.newsletter .field {
  margin: 0 0 20px 0;
}
.footer .block.newsletter .field .control {
  width: 100%;
  position: relative;
  display: block;
}
.footer .block.newsletter .field .control:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.footer .block.newsletter .field .control:hover {
  text-decoration: none;
}
.footer .block.newsletter .field .control:before {
  position: absolute;
  content: "\e918";
  line-height: 35px;
  font-size: 23px;
  color: #9f9f9f;
  right: 8px;
  -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;
}
.footer .block.newsletter .field .control:hover:before {
  color: #000000;
  transform: translateX(-1px) rotateY(-180deg);
  -ms-transform: translateX(-1px) rotateY(-180deg);
  -webkit-transform: translateX(-1px) rotateY(-180deg);
}
.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-radius: 0;
  background: transparent;
  padding: 7px 14px 8px 14px;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  border: solid 1px #000000;
  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: #000000;
  color: #ffffff;
  border: solid 1px #000000;
  text-decoration: none;
}
.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;
  margin: 0 5px 5px 0;
}
.swatch-attribute .swatch-option.color {
  width: 20px;
  height: 12px;
  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: #000000;
  border: 1px solid #000000;
  min-width: inherit;
  width: inherit;
  height: 25px;
  background: transparent;
  border-radius: 0;
  font-size: 11px;
  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: #000000 !important;
  color: #ffffff;
  border: 1px solid #000000;
}
.swatch-attribute .swatch-option.color {
  border: 0;
}
.page-products .sidebar-main.sidebar .swatch-option {
  margin: 0 5px 5px 0;
}
.page-products .sidebar-main.sidebar .swatch-option.color {
  border-radius: 50%;
  border: 1px solid #ebebeb;
  float: left;
  width: 23px;
  min-height: 23px;
  height: 23px;
}
.page-products .sidebar-main.sidebar .swatch-option.image {
  background-size: cover !important;
  border: none !important;
}
.grid .swatch-attribute .swatch-option.color,
.list .swatch-attribute .swatch-option.color {
  border-radius: 50%;
  border: 1px solid #ebebeb;
  width: 20px !important;
  height: 20px !important;
  margin: 0 1px;
  min-width: 20px;
  min-height: 20px;
  /*                &:after {
                    content: "";
                    border: 1px solid #ebebeb;
                    float: left;
                    position: absolute;
                    left: 0px;
                    right: 0;
                    top: 0;
                    bottom: 0;
                }*/
}
.grid .swatch-attribute .swatch-option.image,
.list .swatch-attribute .swatch-option.image {
  background-size: cover !important;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  width: 22px !important;
  height: 20px !important;
  margin: 0 1px;
  min-width: 20px;
  min-height: 20px;
}
.swatch-option-tooltip .image {
  display: none !important;
}
.swatch-more {
  vertical-align: top;
}
::-moz-selection {
  color: #FFFFFF;
  background: #dc914f;
}
::selection {
  color: #FFFFFF;
  background: #dc914f;
}
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: #333333;
}
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: "\e91e";
  color: #000000;
  line-height: 13px;
  font-size: 12px;
}
.block {
  margin-bottom: 0;
}
/****************/
.page-header {
  background-color: #ffffff;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background: #000000;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  font-weight: 300;
}
.page-header .panel.wrapper span {
  color: #ffffff;
}
.page-header .panel.wrapper a {
  color: #ffffff;
}
.page-header .panel.wrapper a:hover {
  color: #ffffff;
}
.page-header .header.panel .top-sale {
  padding-bottom: 10px;
  padding-top: 10px;
  color: #ccc;
}
.page-header .header.panel .top-sale strong,
.page-header .header.panel .top-sale a {
  color: #dadada;
}
.page-header .header.panel .top-sale a {
  text-decoration: underline;
  font-weight: bold;
}
.cms-index-index .page-header,
.page-products .page-header {
  margin-bottom: 0;
}
.page-wrapper {
  background-image: url(https://salams.com/media/fashiongo/background/default-bg.png);
  background-repeat: repeat;
}
.header.content {
  padding-top: 10px;
  position: relative;
  z-index: 9;
}
.header.content .top-discount {
  float: left;
  width: 30%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 0 0;
}
.header.content .header-right-section {
  float: right;
  margin: 12px 0 0 0;
  width: auto;
  /*.switcher-language,*/
}
.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: 1px solid #c6c6c6;
  margin-top: 11px;
  text-align: right;
  right: -8px;
}
.header.content .header-right-section .switcher-currency .options.active .dropdown:before {
  left: auto;
  right: 10px;
  top: -12px;
}
.header.content .header-right-section .switcher-currency .options.active .dropdown:after {
  left: auto;
  right: 9px;
  top: -14px;
}
.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: #000000;
  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,
.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: "\e90a";
  color: #484848;
}
.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 .header.links {
  background: #ffffff;
  box-shadow: 0px 1px 7px 0 #cccccc;
  list-style: none;
  position: absolute;
  top: 0;
  margin: 0;
  width: 200px;
  text-align: right;
  right: -10px;
  padding: 10px;
  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 a {
  font-size: 13px;
  color: #333333;
  margin: 3px 0 3px 0;
  float: right;
}
.header.content .header-right-section > .md-header-links .header.links li a:hover {
  text-decoration: none;
  color: #000000;
}
.header.content .header-right-section > .md-header-links .header.links li a .counter {
  color: #000000;
}
.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;
}
.header.content .header-right-section > .md-header-links.active .header.links li:hover {
  padding-right: 5px;
}
.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: #484848;
}
.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: #000000;
  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: #484848;
}
.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: #000000;
}
.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;
}
.header.content .header-right-section .wishlist-link {
  float: left;
  margin-bottom: 0;
  padding: 0 0 0 15px;
}
.header.content .header-right-section .wishlist-link .wishlist,
.header.content .header-right-section .wishlist-link .compare {
  float: left;
  list-style-type: none;
  margin-bottom: 0;
}
.header.content .header-right-section .wishlist-link .wishlist {
  font-size: 0;
  margin-right: 15px;
}
.header.content .header-right-section .wishlist-link .wishlist a:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.header.content .header-right-section .wishlist-link .wishlist a:hover {
  text-decoration: none;
}
.header.content .header-right-section .wishlist-link .wishlist a:before {
  content: "\e917";
  font-size: 20px;
  color: #484848;
}
.header.content .header-right-section .wishlist-link .wishlist:hover a:before {
  color: #000000;
}
.header.content .header-right-section .wishlist-link .compare .no-display {
  display: block;
}
.header.content .header-right-section .wishlist-link .compare .action.compare {
  font-size: 0;
  position: relative;
}
.header.content .header-right-section .wishlist-link .compare .action.compare:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.header.content .header-right-section .wishlist-link .compare .action.compare:hover {
  text-decoration: none;
}
.header.content .header-right-section .wishlist-link .compare .action.compare:before {
  content: "\e920";
  font-size: 20px;
  color: #484848;
}
.header.content .header-right-section .wishlist-link .compare .action.compare .counter.qty {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  right: 0;
  font-size: 11px;
  padding: 1px 8px 2px;
  opacity: 0;
  visibility: hidden;
  float: left;
  letter-spacing: 0;
  z-index: 8;
  -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 .wishlist-link .compare .action.compare .counter.qty: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 .wishlist-link .compare .action.compare:hover .action.compare:before {
  color: #000000;
}
.header.content .header-right-section .wishlist-link .compare .action.compare:hover .counter.qty {
  -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;
  opacity: 1;
  visibility: visible;
  top: -25px;
}
.header.content .header-right-section .wishlist-link .compare .action.compare.no-display .counter.qty {
  display: none;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
/****Sticky****/
.sticky .page-header {
  background: #ffffff;
  box-shadow: none;
  left: 0;
  position: fixed;
  right: 0;
  top: -133px;
  width: 100%;
  z-index: 99;
  text-align: center;
}
.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 {
  max-width: 100%;
}
.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: #000000;
}
.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: #000000;
}
.sticky .page-header .header.content .header-right-section .minicart-wrapper .action.showcart .counter.qty {
  background: #cdec24;
  color: #000000;
}
.sticky .page-header .header.content .md-header-links.active .header.links {
  top: 46px;
  background: #ffffff;
}
.sticky .page-header .header.content .md-header-links.active .header.links li a {
  color: #000000;
}
.sticky .page-header .header.content .md-header-links.active .header.links li a:hover {
  color: #000000;
}
.sticky .page-header .header.content .top-discount p {
  margin-bottom: 0;
}
/********/
.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;
}
.center-box.home-category-section {
  max-width: 1170px;
  width: 100%;
}
.center-box.home-category-section .home-cat-box-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}
.center-box.home-category-section .home-cat-box-wrapper .home-cat-box {
  margin-left: 30px;
}
.center-box.home-category-section .home-cat-box-wrapper .home-cat-box:first-child {
  margin-left: 0;
}
.center-box.home-category-section .home-cat-box-wrapper .home-cat-details {
  padding: 5px 0 0;
  text-align: left;
}
.center-box.home-category-section .home-cat-box-wrapper .home-cat-details .text-head {
  display: block;
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin: 0 0 15px;
}
.center-box.home-category-section .home-cat-box-wrapper .home-cat-details .text-head a {
  color: #333333;
}
.center-box.home-category-section .home-cat-box-wrapper .home-cat-details .text-sub {
  display: block;
  font-size: 13px;
  color: #333333;
  font-weight: 300;
  margin: 0 0 10px;
}
.center-box.home-category-section .home-cat-box-wrapper .home-cat-details .action {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  text-decoration: underline;
}
.center-box.home-category-section .home-discount-sale {
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0 10px;
}
.center-box.home-category-section .home-discount-sale .cat-title {
  background-color: #ffffff;
  font-size: 60px;
  color: #333333;
  font-weight: 300;
  padding: 0 20px;
  position: absolute;
  right: 0;
  bottom: 100px;
}
.center-box.home-category-section .cat-box {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0 10px;
  width: 50%;
  position: relative;
  text-align: center;
}
.center-box.home-category-section .cat-box .cat-title {
  background-color: #ffffff;
  font-size: 60px;
  color: #333333;
  font-weight: 300;
  padding: 0 20px;
  position: absolute;
  left: 0;
  top: 50px;
}
.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(1) > a .cat-content,
.center-box.home-category-section .cat-box > li:nth-child(3) > a .cat-content {
  position: absolute;
  right: auto;
  left: 30px;
  text-align: left;
}
.center-box.home-category-section .cat-box > li:nth-child(1) > a .cat-image,
.center-box.home-category-section .cat-box > li:nth-child(3) > 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: #333333;
  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 .products-grid.grid,
.cms-home .center-box.home-web-pro .block.widget .products-grid.grid,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .products-grid.grid,
.cms-home .center-box.home-new-pro .block.widget .products-grid.grid {
  position: relative;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .control-nav,
.cms-home .center-box.home-web-pro .block.widget .control-nav,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .control-nav,
.cms-home .center-box.home-new-pro .block.widget .control-nav {
  position: absolute;
  width: 37px;
  height: 37px;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .control-nav.prev,
.cms-home .center-box.home-web-pro .block.widget .control-nav.prev,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .control-nav.prev,
.cms-home .center-box.home-new-pro .block.widget .control-nav.prev {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .control-nav.next,
.cms-home .center-box.home-web-pro .block.widget .control-nav.next,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .control-nav.next,
.cms-home .center-box.home-new-pro .block.widget .control-nav.next {
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .control-nav .arrow,
.cms-home .center-box.home-web-pro .block.widget .control-nav .arrow,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .control-nav .arrow,
.cms-home .center-box.home-new-pro .block.widget .control-nav .arrow {
  width: 37px;
  height: 37px;
  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 .control-nav .arrow:before,
.cms-home .center-box.home-web-pro .block.widget .control-nav .arrow:before,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .control-nav .arrow:before,
.cms-home .center-box.home-new-pro .block.widget .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 .control-nav .arrow:hover,
.cms-home .center-box.home-web-pro .block.widget .control-nav .arrow:hover,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .control-nav .arrow:hover,
.cms-home .center-box.home-new-pro .block.widget .control-nav .arrow:hover {
  text-decoration: none;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .control-nav .arrow:before,
.cms-home .center-box.home-web-pro .block.widget .control-nav .arrow:before,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .control-nav .arrow:before,
.cms-home .center-box.home-new-pro .block.widget .control-nav .arrow:before {
  content: "\e919";
  color: #858585;
  font-size: 26px;
  -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 .control-nav .arrow .arrow-inner,
.cms-home .center-box.home-web-pro .block.widget .control-nav .arrow .arrow-inner,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .control-nav .arrow .arrow-inner,
.cms-home .center-box.home-new-pro .block.widget .control-nav .arrow .arrow-inner {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .control-nav .arrow:hover,
.cms-home .center-box.home-web-pro .block.widget .control-nav .arrow:hover,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .control-nav .arrow:hover,
.cms-home .center-box.home-new-pro .block.widget .control-nav .arrow:hover,
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .control-nav .arrow:hover:before,
.cms-home .center-box.home-web-pro .block.widget .control-nav .arrow:hover:before,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .control-nav .arrow:hover:before,
.cms-home .center-box.home-new-pro .block.widget .control-nav .arrow:hover:before {
  color: #000000;
  border-color: #000000;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .control-nav .arrow.slick-hidden,
.cms-home .center-box.home-web-pro .block.widget .control-nav .arrow.slick-hidden,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .control-nav .arrow.slick-hidden,
.cms-home .center-box.home-new-pro .block.widget .control-nav .arrow.slick-hidden {
  display: block;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .control-nav .arrow.slick-hidden:before,
.cms-home .center-box.home-web-pro .block.widget .control-nav .arrow.slick-hidden:before,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .control-nav .arrow.slick-hidden:before,
.cms-home .center-box.home-new-pro .block.widget .control-nav .arrow.slick-hidden:before {
  opacity: 0;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .control-nav.next .arrow,
.cms-home .center-box.home-web-pro .block.widget .control-nav.next .arrow,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .control-nav.next .arrow,
.cms-home .center-box.home-new-pro .block.widget .control-nav.next .arrow {
  float: left;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .control-nav.next .arrow:before,
.cms-home .center-box.home-web-pro .block.widget .control-nav.next .arrow:before,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .control-nav.next .arrow:before,
.cms-home .center-box.home-new-pro .block.widget .control-nav.next .arrow:before {
  content: "\e901";
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-dots,
.cms-home .center-box.home-web-pro .block.widget .slick-dots,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-dots,
.cms-home .center-box.home-new-pro .block.widget .slick-dots {
  margin: 25px 0;
  padding: 0;
  text-align: center;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-dots li,
.cms-home .center-box.home-web-pro .block.widget .slick-dots li,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-dots li,
.cms-home .center-box.home-new-pro .block.widget .slick-dots li {
  list-style-type: none;
  display: inline-block;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-dots li button,
.cms-home .center-box.home-web-pro .block.widget .slick-dots li button,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-dots li button,
.cms-home .center-box.home-new-pro .block.widget .slick-dots li button,
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.cms-home .center-box.home-web-pro .block.widget .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.cms-home .center-box.home-new-pro .block.widget .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-dots li .action-gift,
.cms-home .center-box.home-web-pro .block.widget .slick-dots li .action-gift,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-dots li .action-gift,
.cms-home .center-box.home-new-pro .block.widget .slick-dots li .action-gift {
  background-color: #858585;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  padding: 0;
  margin: 0 2px;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-dots li.slick-active button,
.cms-home .center-box.home-web-pro .block.widget .slick-dots li.slick-active button,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-dots li.slick-active button,
.cms-home .center-box.home-new-pro .block.widget .slick-dots li.slick-active button,
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.cms-home .center-box.home-web-pro .block.widget .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.cms-home .center-box.home-new-pro .block.widget .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-dots li.slick-active .action-gift,
.cms-home .center-box.home-web-pro .block.widget .slick-dots li.slick-active .action-gift,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-dots li.slick-active .action-gift,
.cms-home .center-box.home-new-pro .block.widget .slick-dots li.slick-active .action-gift {
  background-color: #000000;
}
.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 .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%;
  padding: 0 10px;
}
.cms-fashiongo-homepage .center-box.home-web-pro .block.widget .products-grid .product-item .product-info-top,
.cms-home .center-box.home-web-pro .block.widget .products-grid .product-item .product-info-top,
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .products-grid .product-item .product-info-top,
.cms-home .center-box.home-new-pro .block.widget .products-grid .product-item .product-info-top {
  position: relative;
}
.cms-fashiongo-homepage .center-box.home-new-pro .block.widget .bestseller-grid-wrapper .product-items-best li {
  margin: 0;
  padding: 0;
}
.home-product-collection-section:before,
.home-product-collection-section:after {
  content: '';
  display: table;
}
.home-product-collection-section:after {
  clear: both;
}
.home-product-collection-section ul {
  margin: 0;
  padding: 0;
}
.home-product-collection-section ul li {
  list-style-type: none;
  width: 25%;
  float: left;
  padding: 0 10px;
}
.home-product-collection-section ul li .msg-text {
  padding: 20px 0 0;
}
.home-product-collection-section ul li .msg-text .text-head {
  display: block;
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin: 0 0 5px;
  min-height: 45px;
}
.home-product-collection-section ul li .msg-text .text-sub {
  display: block;
  font-size: 13px;
  color: #333333;
  font-weight: 300;
  min-height: 40px;
}
.home-product-collection-section ul li .msg-text .action {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  text-decoration: underline;
}
.home-men-collection-section {
  margin: 0;
  padding: 50px 0 10px;
}
.home-men-collection-section .men-collection-image:before,
.home-men-collection-section .men-collection-image:after {
  content: '';
  display: table;
}
.home-men-collection-section .men-collection-image:after {
  clear: both;
}
.home-men-collection-section .men-collection-image .collection-image-left {
  width: 49%;
  float: left;
}
.home-men-collection-section .men-collection-image .collection-image-right {
  width: 49%;
  float: right;
}
.footer-promotion-text-box .footer-promotion-text .promotion-text {
  padding: 30px 10px 15px;
}
.footer-promotion-text-box .footer-promotion-text .promotion-text p {
  color: #333333;
  font-size: 12px;
}
.rating-summary .rating-result > span::before {
  color: #fac917;
}
/********Add to Cart and Icons******/
/**************/
.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: #000000;
  padding: 20px 0 20px 0;
  font-size: 13px;
  font-weight: 300;
}
.page-footer .md-footer-copy .md-footer-copy-box {
  padding: 0 20px;
}
.page-footer .md-footer-copy small {
  font-size: 13px;
}
.page-footer .md-footer-copy .copyright {
  /*float: left;*/
}
.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: #f7f7f7;
  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;
  pointer-events: none;
}
.footer.content .title > strong {
  font-weight: 600;
  font-size: 15px;
  color: #333333;
}
.footer.content .md-footer-container {
  float: left;
  text-align: left;
  width: 100%;
}
.footer.content .md-footer-container .links {
  width: 25%;
  float: left;
}
.footer.content .md-footer-container .links .footer-mobile-content ul li {
  margin: 0 0 6px;
}
.footer.content .md-footer-container .links .footer-mobile-content ul li a {
  color: #757575;
  font-size: 14px;
  font-weight: 300;
}
.footer.content .md-footer-container .links .footer-mobile-content ul li a:hover {
  color: #000000;
  text-decoration: none;
}
.footer.content .md-footer-container .links.connect li a {
  position: relative;
  margin: 20px 40px 0 0;
}
.footer.content .md-footer-container .links.connect li a:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.footer.content .md-footer-container .links.connect li a:hover {
  text-decoration: none;
}
.footer.content .md-footer-container .links.connect li a:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin: 0 10px 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;
}
.footer.content .md-footer-container .links.connect li a:hover:before {
  -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;
}
.footer.content .md-footer-container .links.connect li.fb:hover a:before {
  color: #3b5998;
}
.footer.content .md-footer-container .links.connect li.gplus:hover a:before {
  color: #db4a39;
}
.footer.content .md-footer-container .links.connect li.tweet:hover a:before {
  color: #00acee;
}
.footer.content .md-footer-container .links.connect li.in:hover a:before {
  color: #0e76a8;
}
.footer.content .md-footer-container .links.connect li.insta:hover a:before {
  color: #405de6;
  /*background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);*/
}
.footer.content .md-footer-container .links.connect li.fb a:before {
  content: "\e90e";
}
.footer.content .md-footer-container .links.connect li.gplus a:before {
  content: "\e928";
}
.footer.content .md-footer-container .links.connect li.tweet a:before {
  content: "\e910";
}
.footer.content .md-footer-container .links.connect li.in a:before {
  content: "\e90f";
}
.footer.content .md-footer-container .links.connect li.insta a:before {
  content: "\e905";
}
.footer.content .footer-bottom-colored {
  max-width: 100%;
  width: 1210px;
  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-left: 20px;
  padding-right: 20px;
  display: inline-block;
  margin: 0 auto 20px auto;
  max-width: 100%;
  width: 1210px;
}
.footer-info-banner {
  padding: 0;
  list-style: none;
  text-align: center;
  color: #3e3d3d;
  width: 100%;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.footer-info-banner .free-delivery,
.footer-info-banner .rewards,
.footer-info-banner .guarantee {
  display: inline-block;
  color: #3e3d3d;
  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 0 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: #868485;
  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:before,
.footer-info-banner .rewards.rewards span:before,
.footer-info-banner .guarantee.rewards span:before {
  content: "\e90d";
}
.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:hover,
.footer-info-banner .rewards:hover,
.footer-info-banner .guarantee:hover {
  color: #000000;
  -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;
}
.footer-info-banner .free-delivery:hover span:before,
.footer-info-banner .rewards:hover span:before,
.footer-info-banner .guarantee:hover span:before {
  color: #000000;
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.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: 10px;
}
.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;
}
/****Ipad****/
@media only screen and (max-width: 1024px) {
  .center-box.home-category-section .cat-box > li {
    width: 100%;
  }
  .center-box.home-category-section .cat-box > li > a {
    height: 136px;
  }
  .center-box.home-category-section .cat-box > li > a .cat-image {
    height: 136px;
  }
  .center-box.home-category-section .cat-box > li > a .cat-image img {
    max-width: 40%;
  }
  .home-men-collection-section {
    margin: 0px;
  }
  .header.content .top-discount {
    display: none;
  }
  .center-box.home-category-section .home-discount-sale {
    padding: 0 10px;
  }
  .center-box.home-category-section .home-discount-sale .cat-title {
    right: 0;
  }
  .center-box.home-category-section .cat-box {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .center-box.home-category-section .home-discount-sale {
    width: 100%;
    float: none;
  }
  .center-box.home-category-section .home-discount-sale img {
    width: 100%;
  }
  .center-box.home-category-section .cat-box {
    width: 100%;
    float: none;
  }
  .center-box.home-category-section .cat-box img {
    width: 100%;
  }
  .center-box.home-category-section .home-cat-box-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .center-box.home-category-section .home-cat-box-wrapper .home-cat-box {
    margin: 0 0 30px 0;
  }
  .center-box.home-category-section .home-cat-box-wrapper .home-cat-box img {
    width: 100%;
    max-width: none;
  }
  .home-product-collection-section ul li {
    width: 50%;
    margin: 0 0 20px;
  }
  .home-product-collection-section ul li .msg-text .text-head {
    font-size: 16px;
  }
  .home-men-collection-section .men-collection-image .collection-image-left {
    width: 100%;
    float: none;
    margin: 0 0 10px;
    padding: 0 5px;
  }
  .home-men-collection-section .men-collection-image .collection-image-right {
    width: 100%;
    float: none;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 825px) {
  .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 .product-item-info .product-item-inner {
    top: 24%;
  }
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action {
    width: 31px;
  }
  .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: 18px;
  }
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocart:before {
    font-size: 18px;
  }
}
/****Mobile****/
@media only screen and (max-width: 767px) {
  .columns .column.main {
    max-width: 100%;
  }
  .center-box.home-category-section .home-discount-sale {
    width: 100%;
    margin: 0 0 20px;
  }
  .center-box.home-category-section .home-discount-sale > a img {
    max-width: 100%;
    float: left;
    padding: 5px;
    width: 100%;
  }
  .center-box.home-category-section .home-discount-sale .cat-title {
    bottom: 0;
    font-size: 35px;
  }
  .center-box.home-category-section .cat-box {
    width: 100%;
  }
  .center-box.home-category-section .cat-box .cat-title {
    top: 0;
    font-size: 35px;
  }
  .center-box.home-category-section .cat-box > li > a {
    height: 340px;
  }
  /*****Mega Menu Responsive****/
  .nav-sections .nav-sections-item-title {
    display: none;
  }
  .nav-sections .nav-sections-item-content {
    margin-top: 0;
    padding: 0;
  }
  .nav-sections .section-item-content .menu-container {
    border-width: 1px;
  }
  .nav-sections .section-item-content .menu-container .menu > ul {
    text-align: left;
  }
  .nav-sections .section-item-content .menu-container .menu > ul > li {
    display: inline-block;
    margin-right: 0;
  }
  .nav-sections .section-item-content .menu-container .menu > ul > li ul {
    top: 0;
    margin: 0;
  }
  .nav-sections .section-item-content .menu-container .menu > ul > li ul li {
    padding: 4px 0 4px 0;
  }
  .nav-sections .section-item-content .menu-container .menu > ul > li ul li h4 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .nav-sections .section-item-content .menu-container .menu > ul > li:first-child {
    border-top: 0;
  }
  .nav-sections .section-item-content .menu-container .menu > ul > li span.plus {
    top: 2px;
  }
  .nav-sections .section-item-content .menu-container .menu > ul > li > a {
    display: block;
    padding: 10px 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
  }
  .nav-sections .section-item-content .menu-container .menu > ul > li > a.active {
    background: #000000;
  }
  /*****Default Menu Responsive****/
  .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: #333333;
    right: 15px;
  }
  .nav-sections .navigation li.level0.parent .level-top.ui-state-active:after {
    content: "\e921";
  }
  .nav-sections.sections .nav-sections-items {
    padding: 0;
  }
  /**********/
  .cms-fashiongo-homepage .page-main,
  .cms-home .page-main {
    padding: 0;
  }
  .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: 10px;
    padding-top: 10px;
  }
  .sticky .header.content {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .header.content .header-right-section {
    float: right;
    margin: 12px 0 0 0;
    width: auto;
  }
  .sticky .header.content .header-right-section {
    margin-top: -45px;
  }
  .page-header {
    box-shadow: 0 1px 1px 0 #cccccc;
    /*z-index: 10;*/
    position: relative;
  }
  .logo {
    float: none;
    display: block;
    margin: 0 auto 10px auto;
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .logo img,
  .logo .logo-link {
    display: inline-block;
  }
  .sticky .logo {
    float: none;
    display: block;
    margin: 0 auto 0 45px;
    position: relative;
    z-index: 5;
    width: 80px;
    max-width: 100%;
    text-align: left;
  }
  .nav-toggle {
    top: 190px;
  }
  .footer-info-banner-box {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin: 0;
    float: left;
  }
  .footer-info-banner-box .footer-info-banner .free-delivery span,
  .footer-info-banner-box .footer-info-banner .rewards 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 .rewards 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 .rewards:after,
  .footer-info-banner-box .footer-info-banner .guarantee:after {
    top: 10px;
    margin: 0;
  }
  .page-wrapper .breadcrumbs .items {
    padding: 10px 0;
  }
  .header.content .top-discount {
    float: none;
    width: 100%;
    display: block;
    padding: 5px 0;
  }
  .header.content .top-discount p {
    margin: 0;
  }
  .sticky .header.content .top-discount {
    display: none;
  }
  .footer.content {
    padding: 0;
  }
  .footer.content .footer-bottom-colored {
    padding-left: 0;
    padding-right: 0;
  }
  .footer.content .title {
    pointer-events: auto;
    border-bottom: 1px solid #dddddd;
    padding: 20px 20px 20px;
    margin-bottom: 0;
    position: relative;
  }
  .footer.content .title:after {
    content: '';
    font-family: 'md-ico-fgo';
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
  }
  .footer.content .title:hover {
    text-decoration: none;
  }
  .footer.content .title:after {
    content: "\e907";
    color: #333333;
    font-size: 16px;
    position: absolute;
    right: 20px;
  }
  .footer.content .title.active:after {
    content: "\e91b";
  }
  .footer.content .footer-mobile-content {
    display: none;
    padding: 20px 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  .header.content .header-right-section .switcher-currency .options.active .dropdown {
    min-width: 138px;
  }
  /*****Product Slider Arrow****/
  .block.crosssell .slick-nav .control-nav,
  .block.upsell .slick-nav .control-nav,
  .block.related .slick-nav .control-nav,
  .cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav,
  .cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav,
  .cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav,
  .cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav {
    width: 130px;
  }
  .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 {
    height: auto;
  }
  .center-box.home-category-section .cat-box > li > a .cat-image img {
    max-width: 100%;
  }
  .page-footer .md-footer-copy .md-footer-cms-links > li {
    border: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1000px) {
  .footer-info-banner .free-delivery,
  .footer-info-banner .rewards,
  .footer-info-banner .guarantee {
    font-size: 14px;
  }
  .footer-info-banner .free-delivery span:before,
  .footer-info-banner .rewards span:before,
  .footer-info-banner .guarantee span:before {
    font-size: 30px;
    margin: 0 10px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .grid .product-items li .product-item-info {
    position: relative;
    text-align: center;
    width: 100%;
  }
  .grid .product-items li .product-item-info .product-info-top {
    position: relative;
  }
  .grid .product-items li .product-item-info .product-item-inner {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1200;
    opacity: 0;
    bottom: 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;
  }
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions {
    margin: 0 auto;
    display: inline-block;
    /*background: rgba(220, 145, 79, 0.8);*/
    background-color: rgba(255, 255, 255, 0.8);
    padding: 14px 5px 14px 5px;
    left: 0;
    right: 0;
    display: table;
    position: relative;
    border: 1px solid #000000;
  }
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action {
    float: left;
    height: 26px;
    width: 45px;
    background: none;
    border: 0;
    padding: 0 5px;
    border-right: 1px solid #ffffff;
    border-radius: 0;
  }
  .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 .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;
    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;
  }
  .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 span {
    display: none;
  }
  .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: #000000;
  }
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions .towishlist:before {
    content: "\e906";
    color: #000000;
  }
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions .towishlist:hover:before {
    color: #000000;
  }
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocompare:before {
    content: "\e920";
    color: #000000;
  }
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocompare:hover:before {
    color: #000000;
  }
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions .mdquickview:before {
    content: "\e903";
    color: #000000;
  }
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions .mdquickview:hover:before {
    color: #000000;
  }
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action:last-child {
    border-right: 0;
  }
  .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:hover .product-item-inner {
    opacity: 1;
  }
}
.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;
}
.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: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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;
}
.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;
}
@media only screen and (max-width: 768px) {
  .abs-checkout-tooltip-content-position-top-mobile {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .column.main .checkout-container.md-checkout .payment-methods {
    margin: 0;
  }
  .column.main .checkout-container.md-checkout .order-review-section,
  .column.main .checkout-container.md-checkout .payment-method-box,
  .column.main .checkout-container.md-checkout #address-section {
    width: 100%;
    margin: 0;
  }
  .column.main .checkout-container.md-checkout #address-section#address-section .shipping-address-item label .customer-name {
    display: inherit;
  }
  .column.main .checkout-container.md-checkout .md-osc.virtualCheckout .payment-method-box {
    width: 100%;
  }
  .column.main .checkout-container.md-checkout .md-osc.virtualCheckout .order-review-section {
    width: 100%;
  }
  .column.main .checkout-container.md-checkout .payment-option-content .actions-toolbar {
    padding: 0;
  }
  .column.main .checkout-container.md-checkout .payment-option-content .actions-toolbar .primary,
  .column.main .checkout-container.md-checkout .payment-option-content .actions-toolbar .secondary {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  .column.main .checkout-container.md-checkout .payment-option-content .actions-toolbar .primary .action,
  .column.main .checkout-container.md-checkout .payment-option-content .actions-toolbar .secondary .action {
    padding: 8px 10px;
  }
  .layout-2columns-osc .md-osc .md-osc-new-layout .checkout-column-osc {
    width: 58%;
  }
  .layout-2columns-osc .md-osc .md-osc-new-layout .checkout-column-osc:nth-child(2) {
    width: 40%;
  }
  .layout-2columns-osc .md-osc .shipping-method-section-delivery .checkout-delivery-date .product.data.items .title-container {
    overflow-x: scroll;
    padding: 0 0 10px;
  }
  .layout-2columns-osc .md-osc .shipping-method-section-delivery .checkout-delivery-date .product.data.items .delivery-date-tab-title {
    min-width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .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,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .navigation,
  .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;
  }
  nav.navigation .megamenu-content ul.level0 li.level1 .submenu li .mobile:after {
    display: none;
  }
  nav.navigation .megamenu-content ul.level0 li.level1 .submenu .submenu {
    display: none !important;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: inline-block;
    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;
    display: none;
  }
  .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: -88%;
    left: calc(-1 * (100% - 0));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 88%;
    width: calc(100% - 0);
  }
  .nav-sections .switcher {
    border-top: 0px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 15px 50px 15px 20px;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 15px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #eaece9;
  }
  .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;
    list-style: none none;
    display: none;
    padding: 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
    padding: 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown li > a {
    padding: 10px 0;
    border: 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-bottom: 1px solid #eaece9;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-bottom: 1px solid #eaece9;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    text-decoration: none;
    color: #000000;
    display: block;
    font-weight: 700;
    padding: 13px 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 0);
  }
  .nav-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .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: 110;
  }
  .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: #45434a;
    box-sizing: border-box;
    border: 0;
    float: left;
    height: 65px;
    padding-top: 0;
    text-align: center;
    width: 50%;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 65px;
    text-transform: uppercase;
    position: relative;
    border-right: #58575c solid 1px;
  }
  .nav-sections-item-title a {
    color: #ffffff;
  }
  .nav-sections-item-title a:before {
    font-size: 21px;
    content: '\e609';
    font-family: luma-icons;
    line-height: 65px;
    color: #ffffff;
    font-weight: normal;
    vertical-align: top;
    margin: 0 10px 0 0;
  }
  .nav-sections-item-title:nth-child(3) a:before {
    content: '\e627';
  }
  .nav-sections-item-title:nth-child(5) a:before {
    content: '\e906';
  }
  .nav-sections-item-title.active {
    background: #ff0000;
    border-bottom: 0;
  }
  .nav-sections-item-title.active:after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-color: #ff0000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 9px;
    z-index: 98;
    bottom: -18px;
    left: 50%;
    margin: 0 0 0 -9px;
  }
  .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: 65px;
    width: 100%;
    padding: 6px 0 0 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #ffffff;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
    pointer-events: auto;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #000000;
  }
  .navigation a,
  .navigation a:hover {
    text-decoration: none;
    color: #000000;
  }
  .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: #161616 solid 1px;*/
  }
  .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: none;
    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;
  }
  li.level0 {
    padding: 0;
  }
  li.level0.open .megamenu-content {
    display: block;
  }
  li.level0.open > .link-arrow a {
    color: #333333;
  }
  li.level0.open > .link-arrow .mobile {
    display: inline-block;
    text-decoration: none;
  }
  li.level0.open > .link-arrow .mobile:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    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;
  }
  li.level0 li.level1.open ul.level1.submenu {
    display: block !important;
  }
  li.level0 li.level1.open > .link-arrow a {
    color: #333333;
  }
  li.level0 li.level1.open > .link-arrow .mobile {
    display: inline-block;
    text-decoration: none;
  }
  li.level0 li.level1.open > .link-arrow .mobile:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    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;
  }
  li.level0 li.level2.open ul.level2.submenu {
    display: block !important;
  }
  li.level0 li.level2.open > .link-arrow a {
    color: #ff0000;
  }
  li.level0 li.level2.open > .link-arrow .mobile:after {
    content: '\e621';
    color: #ff0000;
  }
  li.level0 li.level3.open ul.level3.submenu {
    display: block !important;
  }
  li.level0 li.level3.open > .link-arrow a {
    color: #ff0000;
  }
  li.level0 > .link-arrow > a {
    font-size: 1.5rem;
    color: #333333;
    font-weight: 600;
    padding: 15px 40px 15px 20px;
    line-height: 18px;
    text-transform: uppercase;
  }
  li.level0 > .link-arrow {
    position: relative;
    padding: 0;
    box-sizing: border-box;
  }
  li.level0.active,
  li.level0.has-active,
  li.level0:hover {
    background: #ffffff;
  }
  .megamenu-content {
    position: inherit;
    top: inherit;
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    padding: 0;
    box-shadow: none;
    display: none;
  }
  .megamenu-content ul.level0 {
    padding: 0;
    max-width: 100%;
    display: inline-block !important;
    width: 100%;
    border-bottom: 0;
    line-height: normal;
  }
  .megamenu-content ul.level0 li.level1 {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
  .megamenu-content ul.level0 li.level1:first-child {
    border-top: 0;
  }
  .megamenu-content ul.level0 li.level1 > .link-arrow {
    padding: 0 40px 0 20px;
    box-sizing: border-box;
    line-height: 40px;
  }
  .megamenu-content ul.level0 li.level1 > .link-arrow a {
    font-size: 1.3rem;
    padding: 0;
    width: auto;
    display: inline-block;
    font-weight: 500;
  }
  .megamenu-content ul.level0 li.level1 .submenu li.level2 a {
    font-size: 1.3rem;
    padding-left: 20px;
    color: #707070;
  }
  .megamenu-content .menu-block {
    display: none;
  }
  .megamenu-content .parent > .link-arrow .mobile {
    line-height: 40px;
  }
  .parent > .link-arrow {
    position: relative;
  }
  .parent > .link-arrow > a:after {
    display: none !important;
  }
  .parent > .link-arrow .mobile {
    display: block !important;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 48px;
    height: 48px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .parent > .link-arrow .mobile:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    line-height: inherit;
    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;
  }
  .nav-sections .mobile {
    display: none !important;
  }
  .mm-ocd-opened .page-header {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 24px 0px;
    z-index: 10000;
  }
  .mm-ocd-opened .nav-toggle:before {
    content: '\e616';
  }
  .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';
  }
  .mm-ocd-opened .page-wrapper {
    left: 80%;
    left: calc(100% - 0);
    -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;
  }
  .mm-ocd-opened .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;
  }
  .mmopen {
    cursor: pointer;
    display: block;
    font-size: 0;
    left: 15px;
    position: absolute;
    bottom: 30px;
    top: auto;
    z-index: 102;
  }
  .mmopen .action > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .mmopen .action:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0px;
    width: 22px;
    height: 2px;
    background-color: #212a2f;
    transition: all 100ms ease 0s;
  }
  .mmopen .action:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 22px;
    height: 2px;
    background-color: #212a2f;
    transition: all 100ms ease 0s;
  }
  .mmopen .action.menu-open {
    display: block;
    height: 2px;
    width: 22px;
    background-color: #212a2f;
    position: relative;
    transition: all 100ms ease 0s;
  }
  .mmopen .action.menu-close {
    display: none;
  }
  .mmopen .action.menu-close:before {
    transform: rotate(45deg);
    top: 0px;
  }
  .mmopen .action.menu-close:after {
    transform: rotate(-45deg);
    top: 0px;
  }
  .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: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .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%;
  }
  .seleted-giftwrapper .wrapper-content .wrapper-image {
    width: 100%;
    float: none;
  }
  .seleted-giftwrapper .wrapper-content .wrapper-information {
    width: 100%;
    float: none;
  }
  .gift-wrap-modal {
    padding: 0 30px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .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%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .layout-2columns-osc .md-osc .md-osc-new-layout .checkout-column-osc {
    float: none;
    width: 100%;
  }
  .layout-2columns-osc .md-osc .md-osc-new-layout .checkout-column-osc:nth-child(2) {
    float: none;
    width: 100%;
  }
  .layout-3columns-osc .md-osc .md-osc-new-layout .checkout-column-osc {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-option.redeem-points {
    margin: 0;
  }
  .column.main .checkout-container.md-checkout .two-columns-osc .opc-payment .payment-method-content .checkout-billing-address .actions-toolbar:before,
  .column.main .checkout-container.md-checkout .two-columns-osc .opc-payment .payment-method-content .checkout-billing-address .actions-toolbar:after {
    content: '';
    display: table;
  }
  .column.main .checkout-container.md-checkout .two-columns-osc .opc-payment .payment-method-content .checkout-billing-address .actions-toolbar:after {
    clear: both;
  }
  .column.main .checkout-container.md-checkout .two-columns-osc .opc-payment .payment-method-content .checkout-billing-address .primary {
    width: 100%;
  }
  .column.main .checkout-container.md-checkout .two-columns-osc .opc-payment .payment-method-content .checkout-billing-address .primary button,
  .column.main .checkout-container.md-checkout .two-columns-osc .opc-payment .payment-method-content .checkout-billing-address .primary .cart.table-wrapper .actions-toolbar > .action,
  .column.main .checkout-container.md-checkout .two-columns-osc .opc-payment .payment-method-content .checkout-billing-address .primary .action-gift {
    width: 48%;
    margin: 0 10px 0 0;
  }
  .column.main .checkout-container.md-checkout .two-columns-osc .opc-payment .payment-method-content .checkout-billing-address .primary button.action-cancel,
  .column.main .checkout-container.md-checkout .two-columns-osc .opc-payment .payment-method-content .checkout-billing-address .primary .cart.table-wrapper .actions-toolbar > .action.action-cancel,
  .column.main .checkout-container.md-checkout .two-columns-osc .opc-payment .payment-method-content .checkout-billing-address .primary .action-gift.action-cancel {
    margin: 0;
  }
  .column.main .checkout-container.md-checkout #address-section .fieldset .field.city-drop-down,
  .column.main .checkout-container.md-checkout .billing-address-form .fieldset .field.city-drop-down,
  .column.main .checkout-container.md-checkout #address-section .fieldset .field.billing-city-drop-down,
  .column.main .checkout-container.md-checkout .billing-address-form .fieldset .field.billing-city-drop-down,
  .column.main .checkout-container.md-checkout #address-section .fieldset .field.state-drop-down,
  .column.main .checkout-container.md-checkout .billing-address-form .fieldset .field.state-drop-down,
  .column.main .checkout-container.md-checkout #address-section .fieldset .field.billing-state-drop-down,
  .column.main .checkout-container.md-checkout .billing-address-form .fieldset .field.billing-state-drop-down {
    width: 100%;
  }
  .column.main .checkout-container.md-checkout .payment-method-section .fieldset {
    padding: 0;
  }
  .column.main .checkout-container.md-checkout .payment-method-section .fieldset .field {
    padding: 0;
  }
  .modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content .newsletter-content .offer-content h2 {
    margin: 20px 0;
  }
  .modal-popup.md-newsletter-popup .modal-inner-wrap .modal-content .newsletter-content .offer-content p {
    font-size: 16px;
  }
  .modal-popup.modal-slide._inner-scroll.md-newsletter-popup {
    left: 0;
    background: transparent;
  }
  .modal-popup.modal-slide._inner-scroll.md-newsletter-popup .modal-inner-wrap {
    min-height: auto;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  /*.compare,
    .product-addto-links .action.tocompare,
    .product-item-actions .actions-secondary > .action.tocompare,
    [class*='block-compare'] {
        display: none;
    }*/
  .block-search .block-content {
    margin-bottom: 0;
  }
  .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;
  }
  .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: #000000;
  }
  .checkout-payment-method .checkout-billing-address .fieldset.address .choice.field {
    margin-bottom: 20px;
  }
  .checkout-payment-method .redeem-points .field {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
  }
  .checkout-payment-method .redeem-points form#redeem_points-form {
    padding-top: 15px;
  }
  .checkout-payment-method .redeem-points .payment-option-content {
    padding: 7px 0px;
    padding-left: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .sticky .header.content .header-right-section .wishlist-link .compare {
    display: none;
  }
  .sticky .header.content .header-right-section .wishlist-link .wishlist {
    margin-right: 0;
  }
  .page-header .panel.wrapper {
    display: none;
  }
  .sticky .page-header span.logo .logo-link,
  .sticky .page-header strong.logo .logo-link {
    float: none;
  }
  .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: inherit;
    bottom: 10px;
  }
  .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 {
    padding: 0;
  }
  .page-footer .footer.content .md-footer-container {
    width: 100%;
  }
  .page-footer .footer.content .md-footer-container .links {
    width: 100%;
    float: none;
    margin: 0;
  }
  .page-footer .footer.content .block.newsletter {
    width: 100%;
    text-align: center;
    margin: 0px 0 20px 0;
    float: left;
  }
  .column.main .checkout-container.md-checkout #address-section .field.city-drop-down,
  .column.main .checkout-container.md-checkout .payment-method-section .field.city-drop-down,
  .column.main .checkout-container.md-checkout #address-section .field.billing-city-drop-down,
  .column.main .checkout-container.md-checkout .payment-method-section .field.billing-city-drop-down {
    width: 100%;
    padding: 0 5px;
  }
  .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;
  }
}
@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;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 6.5px 0 6.5px 15px;
  }
  .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;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .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;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .block-search {
    margin-top: 10px;
  }
  /*.minicart-wrapper {
        margin-top: @indent__s;
    }*/
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .checkout-index-index .fieldset.address .field[name="shippingAddress.firstname"],
  .checkout-index-index .fieldset.address .field[name="shippingAddress.lastname"],
  .checkout-index-index .fieldset.address .field[name="shippingAddress.region_id"],
  .checkout-index-index .fieldset.address .field[name="shippingAddress.postcode"],
  .checkout-index-index .fieldset.address .field[name="shippingAddress.country_id"],
  .checkout-index-index .fieldset.address .field[name="shippingAddress.telephone"],
  .checkout-index-index .fieldset.address .field[name="shippingAddress.city"],
  .checkout-index-index .fieldset.address .field[name="shippingAddress.instruction"],
  .checkout-index-index .fieldset.address .field[name="billingAddressshared.firstname"],
  .checkout-index-index .fieldset.address .field[name="billingAddressshared.lastname"],
  .checkout-index-index .fieldset.address .field[name="billingAddressshared.region_id"],
  .checkout-index-index .fieldset.address .field[name="billingAddressshared.postcode"],
  .checkout-index-index .fieldset.address .field[name="billingAddressshared.country_id"],
  .checkout-index-index .fieldset.address .field[name="billingAddressshared.telephone"],
  .checkout-index-index .fieldset.address .field[name="billingAddressshared.city"],
  .checkout-index-index .fieldset.address .field[name="billingAddressshared.instruction"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .checkout-index-index .fieldset.address .fieldset > .field {
    margin-left: 0;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .checkout-index-index .fieldset.address .fieldset > .field:nth-child(2n + 1) {
    margin-left: 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;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .column.main .checkout-container.md-checkout #address-section .fieldset .field,
  .column.main .checkout-container.md-checkout .shipping-method-section .fieldset .field,
  .column.main .checkout-container.md-checkout .payment-method-section .fieldset .field,
  .column.main .checkout-container.md-checkout .order-review-section .fieldset .field {
    width: 100%;
  }
  .column.main .checkout-container.md-checkout #address-section .fieldset .field.md-input-width-100,
  .column.main .checkout-container.md-checkout .shipping-method-section .fieldset .field.md-input-width-100,
  .column.main .checkout-container.md-checkout .payment-method-section .fieldset .field.md-input-width-100,
  .column.main .checkout-container.md-checkout .order-review-section .fieldset .field.md-input-width-100,
  .column.main .checkout-container.md-checkout #address-section .fieldset .field.md-input-width-75,
  .column.main .checkout-container.md-checkout .shipping-method-section .fieldset .field.md-input-width-75,
  .column.main .checkout-container.md-checkout .payment-method-section .fieldset .field.md-input-width-75,
  .column.main .checkout-container.md-checkout .order-review-section .fieldset .field.md-input-width-75,
  .column.main .checkout-container.md-checkout #address-section .fieldset .field.md-input-width-25,
  .column.main .checkout-container.md-checkout .shipping-method-section .fieldset .field.md-input-width-25,
  .column.main .checkout-container.md-checkout .payment-method-section .fieldset .field.md-input-width-25,
  .column.main .checkout-container.md-checkout .order-review-section .fieldset .field.md-input-width-25,
  .column.main .checkout-container.md-checkout #address-section .fieldset .field.md-input-width-50,
  .column.main .checkout-container.md-checkout .shipping-method-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 {
    width: 100%;
  }
  .column.main .checkout-container.md-checkout .authentication-wrapper {
    position: static;
    width: 100%;
    max-width: 100%;
  }
  .column.main .checkout-container.md-checkout .authentication-wrapper .action-auth-toggle {
    width: 100%;
  }
  .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item thead tr th {
    display: none;
  }
  .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr {
    border-bottom: 1px solid #cccccc;
  }
  .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr td.qty-box,
  .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr td {
    width: 100%;
    float: left;
    text-align: left !important;
    padding-left: 0;
    padding-right: 0;
    border: 0 !important;
  }
  .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr td.qty-box:before,
  .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr td:before {
    padding: 0 0 10px 0;
    text-transform: uppercase;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr td.qty-box.qty-box,
  .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr td.qty-box,
  .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr td.qty-box.last,
  .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr td.last {
    width: 48%;
  }
  .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr td.qty-box.last,
  .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr td.last {
    float: right;
    text-align: right !important;
  }
  .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr td.qty-box.last .price,
  .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr td.last .price {
    font-size: 1.8rem;
    font-weight: normal;
  }
  .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr td.qty-box.qty-box .box-qty,
  .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr td.qty-box .box-qty {
    max-width: 50%;
  }
  .column.main .checkout-container.md-checkout .authentication-wrapper {
    float: none;
    margin: 0 0 10px;
  }
  .column.main .checkout-container.md-checkout .authentication-wrapper .action-auth-toggle {
    float: none;
  }
  .column.main .checkout-container.md-checkout .payment-method-section .fieldset .field {
    padding: 0 0;
  }
  .column.main .checkout-container.md-checkout .payment-option-content .actions-toolbar {
    padding: 0 15px;
  }
  .column.main .checkout-container.md-checkout .payment-option-content .actions-toolbar .primary,
  .column.main .checkout-container.md-checkout .payment-option-content .actions-toolbar .secondary {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  .layout-3columns-osc .md-osc .md-osc-new-layout .checkout-column-osc,
  .layout-2columns-osc .md-osc .md-osc-new-layout .checkout-column-osc {
    width: 100%;
    float: none;
  }
  .layout-2columns-osc .md-osc .md-osc-new-layout .checkout-column-osc:nth-child(2) {
    width: 100%;
    float: none;
    margin: 20px 0 0;
  }
  .shipping-method-section-delivery .checkout-delivery-date .product.data.items > .item.title > .switch {
    text-align: center;
  }
  .shipping-method-section-delivery .checkout-delivery-date .product.data.items > .item.title > .switch .delivery-date-day,
  .shipping-method-section-delivery .checkout-delivery-date .product.data.items > .item.title > .switch .delivery-date-date {
    display: inline-block;
  }
  .shipping-method-section-delivery .checkout-delivery-date .product.data.items > .item.content {
    margin-top: 0;
  }
  .layout-3columns-osc .md-osc .shipping-method-section-delivery .checkout-delivery-date .product.data.items .title-container {
    overflow-x: scroll;
  }
  .layout-3columns-osc .md-osc .shipping-method-section-delivery .checkout-delivery-date .product.data.items .delivery-date-tab-title {
    min-width: 400px;
  }
  .layout-3columns-osc .md-osc .shipping-method-section-delivery .checkout-delivery-date .product.data.items > .item.title > .switch {
    font-size: 1.4rem;
  }
  .layout-2columns-osc .md-osc .shipping-method-section-delivery .checkout-delivery-date .product.data.items .title-container {
    overflow-x: scroll;
  }
  .layout-2columns-osc .md-osc .shipping-method-section-delivery .checkout-delivery-date .product.data.items .delivery-date-tab-title {
    min-width: 400px;
  }
  .layout-2columns-osc .md-osc .shipping-method-section-delivery .checkout-delivery-date .product.data.items > .item.title > .switch {
    font-size: 1.4rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.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%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    position: relative;
    /*.product-item-inner {
			margin: 9px -9px 0 -10px;
		}
		.product-item-details {
			position: relative;
		}*/
  }
  .page-products .products-grid .product-item .product-item-info {
    /*.mdquickview.md_quickview_button_1 span {
				padding: 18px;
				display: block;
			}*/
  }
  .page-products .products-grid .product-item .product-item-info:hover .mdquickview.md_quickview_button_2 {
    display: block;
    z-index: 9;
    position: absolute;
    text-indent: -10000px;
    width: 33px;
    height: 35px;
    background-repeat: no-repeat;
    top: -46px;
    right: 5px;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    /*padding-left: 5px;*/
    white-space: nowrap;
    /*width: 50%;*/
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .product-item-actions .actions-primary {
    display: table-cell;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 33.33333333%;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 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: 20px 0;
  clear: both;
  width: 1210px;
  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-radius: 0;
  background: transparent;
  padding: 7px 14px 8px 14px;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  border: solid 1px #000000;
  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: #000000;
  color: #ffffff;
  border: solid 1px #000000;
  text-decoration: none;
}
._md-buzz {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.column.main .checkout-container.md-checkout #address-section .field.city-drop-down,
.column.main .checkout-container.md-checkout .payment-method-section .field.city-drop-down,
.column.main .checkout-container.md-checkout #address-section .field.billing-city-drop-down,
.column.main .checkout-container.md-checkout .payment-method-section .field.billing-city-drop-down {
  width: 50%;
  padding: 0 5px;
}
.column.main .checkout-container.md-checkout .fieldset > .field.choice:before {
  padding: 0;
  width: inherit;
  float: none;
}
.search-autocomplete {
  border: 0px solid #dddddd;
  background: #fff;
  border-radius: 6px 0 6px 6px;
}
.search-autocomplete.three-columns {
  width: 810px !important;
  box-shadow: 0 3px 5px rgba(50, 50, 50, 0.25);
}
.search-autocomplete.three-columns .tabs {
  display: none;
}
.search-autocomplete.three-columns .suggestions-box {
  float: left;
  width: 270px;
}
.search-autocomplete.three-columns .product-search-items-box {
  float: left;
  width: 272px;
  position: relative;
  z-index: 1;
}
.search-autocomplete.three-columns .category-cms-box {
  float: left;
  width: 268px;
  position: relative;
  z-index: 2;
}
.search-autocomplete.three-columns .category-cms-box ul li {
  padding: 0;
}
.search-autocomplete.three-columns .category-cms-box ul li a {
  padding: 6px 10px;
  display: block;
}
.search-autocomplete.three-columns .category-cms-box ul li a:hover {
  color: #000;
}
.search-autocomplete.three-columns.two-result {
  width: 542px !important;
}
.search-autocomplete.three-columns.one-result {
  width: 268px !important;
}
.search-autocomplete ul li {
  padding: 5px 10px;
}
.search-autocomplete ul li a {
  text-decoration: none;
  color: #333;
}
.search-autocomplete ul li a:hover {
  color: #000000;
}
.search-autocomplete ul.suggestions li:last-child {
  border-bottom: 0;
}
.search-autocomplete ul.product-search-items li {
  padding: 6px 10px 6px;
  min-height: 79px;
  overflow: auto;
}
.search-autocomplete ul.product-search-items li .qs-option-details {
  float: right;
  width: 75%;
}
.search-autocomplete ul.product-search-items li .qs-option-details .qs-name {
  display: block;
  height: 20px;
  overflow: hidden;
}
.search-autocomplete ul.product-search-items li .qs-option-details .qs-desc {
  color: #000000;
  font-size: 13px;
}
.search-autocomplete ul.product-search-items li .qs-option-details .qs-desc ul li {
  min-height: 10px;
}
.search-autocomplete ul.product-search-items li .qs-option-details .qs-desc .qs-price {
  font-size: 10px;
  display: block;
  margin: 0px 0 0;
}
.search-autocomplete ul.product-search-items li .qs-option-details .qs-desc .qs-price b {
  font-size: 13px;
  font-weight: 700;
}
.search-autocomplete ul.suggestions li:last-child {
  border-bottom: 0px solid #e5e5e5;
}
.search-autocomplete > .tab-content:not(:empty) {
  border-radius: 3px;
  -webkit-box-shadow: 3px 0 6px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 3px 0 6px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 3px 0 6px 0px rgba(50, 50, 50, 0.25);
}
.search-autocomplete .tab-content:nth-child(2) {
  position: relative;
  z-index: 3;
}
.search-autocomplete .tab-content:nth-child(3) {
  position: relative;
  z-index: 2;
}
.search-autocomplete ul:not(:empty) {
  border: 0;
}
.search-autocomplete div.qs-heading {
  background: #000000;
  border-bottom: 0px solid #dddddd;
  border-top: 0px solid #dddddd;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  margin: 0px 0 0 0;
  text-align: left;
}
.search-autocomplete div.qs-no-results {
  padding: 20px;
  text-align: center;
}
.search-autocomplete .category-links-items {
  display: block;
}
.search-autocomplete .category-links-items li {
  display: block;
}
.search-autocomplete .cms-page-items {
  display: block;
}
.search-autocomplete .cms-page-items li {
  display: block;
}
.md-elastic-result .price-wrapper.as-price .price,
.md-elastic-result .price-wrapper.special-price .price {
  font-weight: normal;
}
.md-elastic-result .special-price .price,
.md-elastic-result .special-price .label {
  font-size: 1.2rem;
}
.qs-price span.search-as-price {
  padding-left: 10px;
  font-size: 1.2rem;
}
body.search-light-bg:before {
  background: rgba(0, 0, 0, 0.5);
  content: " ";
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 4;
}
.block-search .control .search-pop.close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 7px;
  background: #fff;
  z-index: 2;
  display: inline-block;
  text-decoration: none;
}
.block-search .control .search-pop.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .control .search-pop.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  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;
}
.block-search .control .search-pop.close:hover:before {
  color: inherit;
}
.block-search .control .search-pop.close:active:before {
  color: inherit;
}
.block-search .control .view-all-result {
  float: right;
  color: #FFFFFF;
}
.block-search .control .view-all-btm-box {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0 9px 0;
  background: #e7e7e7;
}
.block-search .control .view-all-btm-box .view-all-result {
  float: none;
  font-weight: bold;
  font-size: 13px;
}
.block-search .control .search-autocomplete .tab-content:empty {
  display: none;
}
.block-search .control .search-autocomplete .tab-content ul:empty,
.block-search .control .search-autocomplete .tab-content div:empty {
  display: none;
}
.mdsearch-result-page .product.data.items > .item.title {
  display: none;
}
.mdsearch-result-page .product.data.items > .item.content {
  border-top: none;
  margin: 0;
}
@media only screen and (max-width: 908px) {
  .search-autocomplete.three-columns {
    width: 710px !important;
  }
  .search-autocomplete.three-columns .suggestions-box {
    width: 200px;
  }
  .search-autocomplete.three-columns .product-search-items-box {
    width: 270px;
  }
  .search-autocomplete.three-columns .category-cms-box {
    width: 240px;
  }
  .search-autocomplete.three-columns.two-result .suggestions-box {
    width: 50%;
  }
  .search-autocomplete.three-columns.two-result .product-search-items-box {
    width: 50%;
  }
  .search-autocomplete.three-columns.two-result .category-cms-box {
    width: 50%;
  }
  .search-autocomplete.three-columns.one-result .suggestions-box {
    width: 100%;
  }
  .search-autocomplete.three-columns.one-result .product-search-items-box {
    width: 100%;
  }
  .search-autocomplete.three-columns.one-result .category-cms-box {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .search-autocomplete {
    border: 1px solid #dddddd;
    background: #fff;
  }
  .search-autocomplete.three-columns {
    width: 100% !important;
    left: 0px !important;
    padding: 0 15px!important;
    border: none;
    box-shadow: none;
  }
  .search-autocomplete.three-columns .tabs {
    display: block;
    float: left;
    width: 100%;
    border: #ddd solid 0px;
    box-shadow: 0 3px 5px rgba(50, 50, 50, 0.25);
  }
  .search-autocomplete.three-columns .tabs li {
    width: 33.33%;
    border-top: 0;
    float: left;
    font-weight: bold;
    border-left: #ccc solid 1px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    background: #00a9e0;
    color: #fff;
  }
  .search-autocomplete.three-columns .tabs li.current {
    background: #4a3c31;
  }
  .search-autocomplete.three-columns .tabs li:first-child {
    border: 0;
  }
  .search-autocomplete.three-columns .suggestions-box,
  .search-autocomplete.three-columns .product-search-items-box,
  .search-autocomplete.three-columns .category-cms-box {
    display: none;
    border: #ddd solid 1px;
    border-top: 0;
    padding: 0 0 4px;
    border-radius: 0 0 4px 4px;
    width: 100%;
    box-shadow: 0 3px 5px rgba(50, 50, 50, 0.25);
    margin-bottom: 12px;
  }
  .search-autocomplete.three-columns .suggestions-box div.qs-heading,
  .search-autocomplete.three-columns .product-search-items-box div.qs-heading,
  .search-autocomplete.three-columns .category-cms-box div.qs-heading {
    display: none;
  }
  .search-autocomplete.three-columns .category-cms-box div.qs-heading {
    display: block;
    background: #f2f2f2;
    color: #333;
    border-top: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
  }
  .search-autocomplete.three-columns .suggestions-box.current,
  .search-autocomplete.three-columns .product-search-items-box.current,
  .search-autocomplete.three-columns .category-cms-box.current {
    display: block;
  }
  .search-autocomplete.three-columns.two-result {
    width: 100% !important;
  }
  .search-autocomplete.three-columns.two-result .tabs li {
    width: 50%;
  }
  .search-autocomplete.three-columns.two-result .suggestions-box,
  .search-autocomplete.three-columns.two-result .product-search-items-box,
  .search-autocomplete.three-columns.two-result .category-cms-box {
    width: 100%;
  }
  .search-autocomplete.three-columns.one-result {
    width: 100% !important;
  }
  .search-autocomplete.three-columns.one-result .tabs li {
    width: 100%;
  }
  .search-autocomplete.three-columns.one-result .suggestions-box,
  .search-autocomplete.three-columns.one-result .product-search-items-box,
  .search-autocomplete.three-columns.one-result .category-cms-box {
    width: 100%;
  }
  body.search-light-bg:before {
    display: none;
  }
  .block-search .control .search-pop.close {
    display: block;
    top: 25px;
    right: 20px;
  }
  .search-autocomplete .suggestions-box,
  .search-autocomplete .product-search-items-box,
  .search-autocomplete .category-cms-box {
    height: auto !important;
  }
  .search-autocomplete .product-search-items-box {
    display: flex !important;
    flex-flow: column;
  }
  .search-autocomplete .product-search-items-box .product-search-items {
    order: 1;
  }
  .search-autocomplete .product-search-items-box div.qs-heading {
    display: block !important;
    order: 2;
    text-align: center;
    font-size: 0;
    margin: 0 0 -5px 0;
  }
  .search-autocomplete .product-search-items-box div.qs-heading .view-all-result {
    float: none;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .block.block-search form.active .field.search .control {
    clear: both;
    margin: 0;
    position: absolute;
    padding: 0;
    right: 15px;
    left: 15px;
    bottom: 60px;
    top: auto;
    z-index: 109;
  }
  .sticky .block.block-search form.active .field.search .control {
    top: 5px;
    bottom: auto;
  }
}
.checkout-container .opc-progress-bar {
  margin-top: 20px;
}
.checkout-container .opc-wrapper .opc .fieldset .field .label {
  text-align: left;
}
.checkout-container .checkout-payment-method .payment-method-content {
  padding-left: 0;
}
.checkout-container .checkout-payment-method .payment-option-title .action-toggle {
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .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;
  }
}
div.cms-content .cms-content-important {
  font-size: 14px;
  font-weight: 300;
  background: transparent;
  margin: 0;
  padding: 0 0 0 0;
}
div.cms-content h2 {
  font-size: 16px;
  font-weight: 600;
  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;
  text-decoration: underline;
}
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;
}
/********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;
  }
}
.contact-index-index .contact-banner {
  position: relative;
  text-align: center;
}
.contact-index-index .contact-banner .page-title-wrapper {
  position: absolute;
  width: 1210px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  margin: auto;
  text-align: left;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  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.contact {
  float: left;
  width: 670px;
  padding: 20px 0 30px 40px;
  max-width: 100%;
}
.contact-index-index .columns .column .md-contact-bg form.contact .fieldset {
  margin-bottom: 0;
}
.contact-index-index .columns .column .md-contact-bg form.contact .fieldset .field {
  margin: 0 0 14px 0;
  float: left;
  width: 100%;
}
.contact-index-index .columns .column .md-contact-bg form.contact .fieldset .field .field {
  margin: 0 0 0 0;
  width: 49%;
  float: left;
}
.contact-index-index .columns .column .md-contact-bg form.contact .fieldset .field .field.telephone {
  float: right;
}
.contact-index-index .columns .column .md-contact-bg form.contact .fieldset .field .control {
  width: 100%;
}
.contact-index-index .columns .column .md-contact-bg form.contact .fieldset .field .control .input-text {
  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.contact .fieldset .field .control .input-text:focus {
  -moz-box-shadow: 0px 0px 6px rgba(132, 184, 230, 0.8);
  -webkit-box-shadow: 0px 0px 6px rgba(132, 184, 230, 0.8);
  box-shadow: 0px 0px 6px rgba(132, 184, 230, 0.8);
}
.contact-index-index .columns .column .md-contact-bg form.contact .fieldset .field .control textarea.input-text {
  height: auto;
}
.contact-index-index .columns .column .md-contact-bg form.contact .fieldset .field .control .input-text::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #d8d7d7;
}
.contact-index-index .columns .column .md-contact-bg form.contact .fieldset .field .control .input-text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d8d7d7;
  opacity: 1;
}
.contact-index-index .columns .column .md-contact-bg form.contact .fieldset .field .control .input-text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d8d7d7;
  opacity: 1;
}
.contact-index-index .columns .column .md-contact-bg form.contact .fieldset .field .control .input-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d8d7d7;
}
.contact-index-index .columns .column .md-contact-bg form.contact .fieldset .field .control .input-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d8d7d7;
}
.contact-index-index .columns .column .md-contact-bg form.contact .fieldset .field .control .input-text::placeholder {
  /* Most modern browsers support this now. */
  color: #d8d7d7;
}
.contact-index-index .columns .column .md-contact-bg form.contact .fieldset h3 {
  font-size: 20px;
  color: #2b2a2a;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-index-index .columns .column .md-contact-bg form.contact .fieldset p {
  font-size: 14px;
  color: #2b2a2a;
  font-weight: 300;
  margin-bottom: 30px;
}
.contact-index-index .columns .column .md-contact-bg form.contact .actions-toolbar {
  margin: 0;
}
.contact-index-index .columns .column .md-contact-bg form.contact .actions-toolbar .action {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 400;
  padding: 20px 50px;
  border: solid 1px #000000;
}
.contact-index-index .columns .column .md-contact-bg form.contact .actions-toolbar .action:hover {
  border: solid 1px #000000;
}
.contact-index-index .columns .column .md-contact-bg .md-contact-info {
  width: 450px;
  max-width: 100%;
  padding: 30px;
  background: #000000;
  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: #FFFFFF;
  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: 49%;
  }
}
@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;
  }
}
.login-container {
  clear: both;
}
.login-container .block-customer-login.block,
.login-container .block-new-customer.block {
  border: 1px solid #cccccc;
  padding: 50px;
  min-height: 370px;
  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: 20px;
  color: #323232;
  text-transform: uppercase;
  font-weight: 500;
}
.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 .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.password .control:after,
.login-container .block-new-customer.block .block-content .field.password .control:after {
  content: "\e909";
}
.login-container .block-customer-login.block .block-content .field.email .control:after,
.login-container .block-new-customer.block .block-content .field.email .control:after {
  content: "\e90a";
}
.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-radius: 0;
  background: transparent;
  padding: 7px 14px 8px 14px;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  border: solid 1px #000000;
  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: 120px;
}
.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: #000000;
  color: #ffffff;
  border: solid 1px #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;
}
.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: #000000;
}
.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: #7bc4e4;
}
.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: 50px;
  right: 50px;
}
.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;
}
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 .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-radius: 0;
  background: transparent;
  padding: 7px 14px 8px 14px;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  border: solid 1px #000000;
  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: #000000;
  color: #ffffff;
  border: solid 1px #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: #000000;
}
form.form.forget.password .actions-toolbar .secondary .action:hover {
  text-decoration: none;
  color: #7bc4e4;
}
.form.create.account.form-create-account {
  width: 40%;
  min-width: 0;
  max-width: 100%;
}
.form.create.account.form-create-account .fieldset {
  margin-bottom: 20px;
}
.form.create.account.form-create-account .fieldset .legend {
  margin: 0 0 10px 0;
}
.form.create.account.form-create-account .fieldset .label {
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  margin: 0 0 5px 0;
  color: #7e7e7e;
}
.form.create.account.form-create-account .fieldset .field {
  margin-bottom: 20px;
}
.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 #cust_countrycode {
  width: 100%;
  padding: 4px;
  margin-bottom: 10px;
}
.form.create.account.form-create-account .fieldset .field .control #cust_mobile_number {
  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;
}
.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 .secondary .action {
  color: #000000;
}
.form.create.account.form-create-account .actions-toolbar .secondary .action:hover {
  text-decoration: none;
  color: #7bc4e4;
}
.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: #000000;
}
.column.main form.form.send.friend .actions-toolbar .secondary .action.back:hover {
  text-decoration: none;
  color: #7bc4e4;
}
.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: #000000;
  border: 1px solid #000000;
  padding: 2px;
  line-height: normal;
}
/********Account Section********/
.account .sidebar-main .account-nav .content {
  background: transparent;
  /*border: 1px solid #ccc;*/
  padding: 0;
}
.account .sidebar-main .account-nav .content .item a {
  color: #333333;
  font-weight: 300;
  padding-left: 0;
  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: 13px;
}
.account .sidebar-main .account-nav .content .item a:hover {
  color: #000000;
  padding-left: 5px;
  background: transparent;
}
.account .sidebar-main .account-nav .content .item.current strong {
  color: #000000;
  /*padding-left: @md-size-ten;*/
  background: transparent;
  border: 0;
  padding-left: 0;
  font-weight: 300;
  font-size: 13px;
}
.account .sidebar-main .account-nav .content .item .delimiter {
  border-color: #f2f2f2;
  margin-left: 0;
  margin-right: 0;
}
.account .sidebar .block {
  border: 1px solid #c3c3c3;
  margin-bottom: 17px;
  padding: 15px 20px;
}
.account .sidebar .block-title {
  font-size: 21px;
  color: #373638;
}
.account .sidebar .block-title strong {
  font-weight: 400;
  font-size: 21px;
}
.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;
}
.account .order-actions-toolbar .action.order,
.account .order-actions-toolbar .action.print {
  float: none;
  display: initial;
}
.account .column.main {
  font-weight: 300;
  font-size: 13px;
  /*.actions-toolbar {
                .secondary {
                    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,
.account .column.main .form-newsletter-manage .legend {
  margin-left: 0;
  width: auto;
  padding: 0;
}
.account .column.main .block.block-reviews-dashboard .item {
  margin: 0 0 20px 0;
}
.account .column.main .block.block-reviews-dashboard .item .product-name {
  font-weight: 600;
}
.account .column.main .form-edit-account .actions-toolbar {
  margin: 0;
  width: 100%;
  float: left;
}
.account .column.main .form-edit-account .fieldset {
  width: 49%;
  float: left;
  margin: 0 0 20px 0;
}
.account .column.main .form-edit-account .fieldset.fieldset-fullname {
  width: 100%;
}
.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;
}
.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;
}
.account .column.main .form-edit-account .fieldset > .field:not(.choice) > .label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  padding: 0 0 10px 0;
  width: 100%;
}
.account .column.main .form-edit-account .field.password-info {
  clear: left;
}
.account .column.main .order-details-items {
  border-color: #e9e8e8;
}
.account .column.main .order-links {
  padding-bottom: 10px;
  border-color: #e9e8e8;
}
.account .column.main .block-title {
  margin: 0 0 15px 0;
  border-bottom: 1px solid #e9e8e8;
  padding-bottom: 10px;
}
.account .column.main .block-title strong {
  font-size: 22px;
  font-weight: 500;
}
.account .column.main .block-title .action.view,
.account .column.main .block-title .action.edit {
  float: right;
  margin: 7px 0 0 0;
}
.account .column.main .block .block-content .box-title > span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.account .column.main .block .box-actions {
  font-weight: 500;
}
.account .column.main .block .box-actions .action.change-password {
  margin-left: 20px;
}
.account .column.main .data.table thead th {
  font-weight: 600;
  background: #f5f5f5;
  border: 0;
}
.account .column.main .data.table .price-including-tax .price,
.account .column.main .data.table .price-excluding-tax .price {
  font-weight: 600;
  font-size: 14px;
}
.account .column.main .data.table.table-order-items tbody + tbody {
  border-color: #e9e8e8;
}
.account .column.main .data.table.table-order-items tfoot .subtotal th,
.account .column.main .data.table.table-order-items tfoot .subtotal td {
  border-color: #e9e8e8;
}
.account .column.main .form-wishlist-items .product-item-photo {
  border: 1px solid #e9e8e8;
  position: relative;
}
.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: #000000;
}
.account .column.main .form-wishlist-items .product-item-actions .action.edit:before {
  content: "\e926";
}
.account .column.main .form-wishlist-items .product-item-actions .action.delete:before {
  content: "\e925";
}
.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;
  margin: 4px 0 0 15px;
}
.account .column.main .form-wishlist-items .product-item-actions .tocart {
  padding: 4px 7px;
  font-size: 11px;
  color: #333333;
  background: transparent;
  border: 1px solid #333333;
  text-transform: uppercase;
  /*&:hover {
                            border-color: @md-color-orange;
                            color: @md-color-orange;
                        }*/
}
.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 .toolbar.wishlist-toolbar {
  text-align: left;
}
.account .column.main .toolbar.wishlist-toolbar .toolbar-amount {
  margin: 0 10px 0 0;
  padding: 0;
}
/******START CSS FOR CHANGE MOBILE NUMBER*****/
.account .fieldset.clschangemobilenumber {
  float: right !important;
}
.account .column.main .form-edit-account .fieldset .control #cust_countrycode {
  width: 80%;
  padding: 4px;
  margin-bottom: 10px;
}
.account .column.main .form-edit-account .fieldset .control #cust_mobile_number {
  width: 80%;
}
.account .column.main .form-edit-account .fieldset .control .status_hint {
  font-size: 14px;
}
.account .column.main .form-edit-account .fieldset .control #clsgetotp {
  margin-top: 13px;
  border: 0;
  height: 25px;
  padding: 10px 12px 22px 12px;
}
.account .column.main .form-edit-account .fieldset .control #clsgetotp:hover {
  margin-top: 13px;
  background: #000000;
  color: #ffffff;
  border: 0;
  height: 25px;
  padding: 10px 12px 22px 12px;
}
.account .column.main .form-edit-account .fieldset .control .success {
  margin: 5px 0 5px;
  padding: 10px 12px 10px;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
}
.account .column.main .form-edit-account .fieldset .control .error {
  margin: 5px 0 5px;
  padding: 10px 12px 10px;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
}
.account .column.main .form-edit-account .fieldset .otpverify_block .success {
  margin: 46px 0 5px;
  padding: 10px 12px 10px;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
}
.account .column.main .form-edit-account .fieldset .otpverify_block .error {
  margin: 46px 0 5px;
  padding: 10px 12px 10px;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
}
.account .column.main .form-edit-account .actions-toolbar .secondary .back span {
  color: black;
  font-size: 15px;
  font-weight: 500;
}
/******END CSS FOR CHANGE MOBILE NUMBER*****/
/******Address Book*****/
.columns .column form.form-address-edit {
  width: 40%;
  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 .fieldset .field.street .control .nested {
  margin: 20px 0 0;
}
.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: #000000;
  margin-top: 16px;
}
.columns .column form.form-address-edit .actions-toolbar .secondary .action:hover {
  text-decoration: none;
  color: #7bc4e4;
}
.checkout-success .action.primary.continue {
  border-radius: 0;
  background: transparent;
  padding: 7px 14px 8px 14px;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  border: solid 1px #000000;
  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;
}
.checkout-success .action.primary.continue:hover {
  background: #000000;
  color: #ffffff;
  border: solid 1px #000000;
  text-decoration: none;
}
.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;
}
.form-wishlist-items .products-grid.wishlist .product-image-container {
  position: static;
}
.account #payfort_add_card .fieldset .legend {
  margin-left: 0;
  text-align: left;
}
.account #payfort_add_card .fieldset > .field {
  margin: 0;
}
.account #payfort_add_card .fieldset > .field:not(.choice) > .control {
  margin-bottom: 20px;
}
.account #payfort_add_card .fieldset > .field:not(.choice) > .label {
  text-align: left;
}
.account #payfort_add_card .fieldset > .field.expiration {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.account.vault-cards-listaction .action.new {
  display: inline-block;
  padding: 10px;
  border: solid 1px #000000;
}
/**********Responsive**********/
@media only screen and (max-width: 1024px) {
  .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 {
    width: 100%;
    min-height: 0;
    margin: 0 0 30px 0;
    padding: 30px;
  }
  .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: 767px) {
  .login-container .block-new-customer.block .block-content .actions-toolbar .primary .action {
    display: inline-block;
  }
  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 .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: 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;
  }
  .account .page-main .column.main .products-grid.wishlist .product-item .product-reviews-summary {
    display: block;
    margin-left: 95px;
    text-align: left;
  }
}
@media only screen and (min-width: 767px) {
  .fieldset .fullname .field .label {
    width: 100%;
    font-weight: 600;
    text-align: left;
  }
}
@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;
    padding: 0 10px;
  }
  .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;
  }
}
@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: 800px) and (max-width: 1000px) {
  .login-container .block-customer-login.block,
  .login-container .block-new-customer.block {
    min-height: 390px;
  }
}
.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;
}
.filter-options .filter-options-item .filter-options-content .item .md-price-slider .ui-slider-horizontal {
  margin: 0 0 10px;
}
.filter-options .filter-options-item .filter-options-content .item .md-price-slider .ui-slider-handle {
  background-color: #000000;
}
.filter-options .filter-options-item .filter-options-content .item .md-price-filter-box-sidebar {
  margin: 10px 0 0;
}
.filter-options .filter-options-item .filter-options-content .item .md-price-filter-box-sidebar:before,
.filter-options .filter-options-item .filter-options-content .item .md-price-filter-box-sidebar:after {
  content: '';
  display: table;
}
.filter-options .filter-options-item .filter-options-content .item .md-price-filter-box-sidebar:after {
  clear: both;
}
.md-price-filter-box-sidebar .go-button {
  margin: 15px 0 0;
}
/********Full Width Layout********/
.list-product-tags{padding: 0px;}
.list-product-tags li{ list-style-type: none; float: left; margin:5px 10px; border: 1px solid #000000; border-radius: 5px; padding: 5px;}
.list-product-tags li:hover{
    background-color: #e4e4e4;
}
.list-product-tags a:hover{
    color: black;
    text-decoration: none;
}

.list-product-tags li {
    margin: 0px;
    float: none;
    display: inline-flex;
    flex: auto;
    border: 0px;
    border-radius: 0px;
    padding: 0px 10px 0px 10px;
    border-right: 1px solid #000000;
}

.lofproducttags-tag-view .tag-list, .catalog-category-view .tag-list{
     border-right: unset;
}

.list-product-tags li:hover {
    background-color: #fff; 
}

.tag-list img{
    width:20px;
} .popup-newsletter .block.newsletter {
        width: 100%;
    }
    .newsletter-content {
        display: none;
    }
    .newsletter-content .messages {
        display: none;
    }
    .newsletter-content h2 {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
        line-height: initial;
        margin: 15px 0px;
    }
    .newsletter-content.block.newsletter .actions {
        display: block;
        margin-top: 10px;
        width: 100%;
    }
    .newsletter-content .actions .action.subscribe.primary {
        border-radius: 3px;
        width: 100%;
        display: block;
    }/*!
 *  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_SocialLogin/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/Magedelight/FashionGo/en_US/Magedelight_SocialLogin/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/Magedelight/FashionGo/en_US/Magedelight_SocialLogin/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/Magedelight/FashionGo/en_US/Magedelight_SocialLogin/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/Magedelight/FashionGo/en_US/Magedelight_SocialLogin/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/Magedelight/FashionGo/en_US/Magedelight_SocialLogin/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}
@font-face {
    font-family: 'FontAwesome';
    src: url('../../frontend/Magedelight/FashionGo/en_US/Meetanshi_WhatsappContact/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../../frontend/Magedelight/FashionGo/en_US/Meetanshi_WhatsappContact/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../frontend/Magedelight/FashionGo/en_US/Meetanshi_WhatsappContact/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../frontend/Magedelight/FashionGo/en_US/Meetanshi_WhatsappContact/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../frontend/Magedelight/FashionGo/en_US/Meetanshi_WhatsappContact/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../frontend/Magedelight/FashionGo/en_US/Meetanshi_WhatsappContact/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.wobble-vertical {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-vertical:hover, .wobble-vertical:focus, .wobble-vertical:active {
    -webkit-animation-name: wobble-vertical;
    animation-name: wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.wobble-horizontal {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-horizontal:hover, .wobble-horizontal:focus, .wobble-horizontal:active {
    -webkit-animation-name: wobble-horizontal;
    animation-name: wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@keyframes pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.pulse-grow {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse-grow:hover, .pulse-grow:focus, .pulse-grow:active {
    -webkit-animation-name: pulse-grow;
    animation-name: pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@keyframes pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.pulse-shrink {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse-shrink:hover, .pulse-shrink:focus, .pulse-shrink:active {
    -webkit-animation-name: pulse-shrink;
    animation-name: pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.slideDownReturn {
    -webkit-animation-name: slideDownReturn;
    animation-name: slideDownReturn;
    animation-duration: 2s;
}

@keyframes slideDownReturn {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.slideLeftReturn {
    -webkit-animation-name: slideLeftReturn;
    animation-name: slideLeftReturn;
    animation-duration: 2s;
}

@keyframes slideLeftReturn {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.slideRightReturn {
    -webkit-animation-name: slideRightReturn;
    animation-name: slideRightReturn;
    animation-duration: 2s;
}

@keyframes slideRightReturn {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.slideUpReturn {
    -webkit-animation-name: slideUpReturn;
    animation-name: slideUpReturn;
    animation-duration: 2s;
}

@keyframes slideUpReturn {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.spaceInLeft {
    -webkit-animation-name: spaceInLeft;
    animation-name: spaceInLeft;
    animation-duration: 2s;
}

@keyframes spaceInLeft {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transform: scale(.2) translate(-200%, 0%);
        transform: scale(.2) translate(-200%, 0%);
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transform: scale(1) translate(0%, 0%);
        transform: scale(1) translate(0%, 0%);
    }
}

.spaceInDown {
    -webkit-animation-name: spaceInDown;
    animation-name: spaceInDown;
    animation-duration: 2s;
}

@keyframes spaceInDown {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(.2) translate(0%, 200%);
        transform: scale(.2) translate(0%, 200%);
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1) translate(0%, 0%);
        transform: scale(1) translate(0%, 0%);
    }
}

.spaceInRight {
    -webkit-animation-name: spaceInRight;
    animation-name: spaceInRight;
    animation-duration: 2s;
}

@keyframes spaceInRight {
    0% {
        opacity: 0;
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scale(.2) translate(200%, 0%);
        transform: scale(.2) translate(200%, 0%);
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scale(1) translate(0%, 0%);
        transform: scale(1) translate(0%, 0%);
    }
}

.spaceInUp {
    -webkit-animation-name: spaceInUp;
    animation-name: spaceInUp;
    animation-duration: 2s;
}

@keyframes spaceInUp {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-transform: scale(.2) translate(0%, -200%);
        transform: scale(.2) translate(0%, -200%);
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-transform: scale(1) translate(0%, 0%);
        transform: scale(1) translate(0%, 0%);
    }
}

.tinRightIn {
    -webkit-animation-name: tinRightIn;
    animation-name: tinRightIn;
    animation-duration: 2s;
}

@keyframes tinRightIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1, 1) translateX(900%);
        transform: scale(1, 1) translateX(900%);
    }
    50%, 70%, 90% {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1) translateX(0);
        transform: scale(1.1, 1.1) translateX(0);
    }
    60%, 80%, 100% {
        opacity: 1;
        -webkit-transform: scale(1, 1) translateX(0);
        transform: scale(1, 1) translateX(0);
    }
}

.tinLeftIn {
    -webkit-animation-name: tinLeftIn;
    animation-name: tinLeftIn;
    animation-duration: 2s;
}

@keyframes tinLeftIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1, 1) translateX(-900%);
        transform: scale(1, 1) translateX(-900%);
    }
    50%, 70%, 90% {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1) translateX(0);
        transform: scale(1.1, 1.1) translateX(0);
    }
    60%, 80%, 100% {
        opacity: 1;
        -webkit-transform: scale(1, 1) translateX(0);
        transform: scale(1, 1) translateX(0);
    }
}

.tinDownIn {
    -webkit-animation-name: tinDownIn;
    animation-name: tinDownIn;
    animation-duration: 2s;
}

@keyframes tinDownIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1, 1) translateY(900%);
        transform: scale(1, 1) translateY(900%);
    }
    50%, 70%, 90% {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1) translateY(0);
        transform: scale(1.1, 1.1) translateY(0);
    }
    60%, 80%, 100% {
        opacity: 1;
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
}

.tinUpIn {
    -webkit-animation-name: tinUpIn;
    animation-name: tinUpIn;
    animation-duration: 2s;
}

@keyframes tinUpIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1, 1) translateY(-900%);
        transform: scale(1, 1) translateY(-900%);
    }
    50%, 70%, 90% {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1) translateY(0);
        transform: scale(1.1, 1.1) translateY(0);
    }
    60%, 80%, 100% {
        opacity: 1;
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
}

.fa_whatsapp {
    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-whatsapp:before {
    content: "\f232";
}

.whatsapp_a {
    position: fixed;
    border-radius: 50%;
    height: 60px;
    text-align: center;
    width: 60px;
    text-decoration: none;
}

.whatsapp_a span {
    font-size: 40px;
    margin-top: 10px;
}

.wa_contact {
    display: none;
}

.closeWhatsappButton {
    position: fixed;
    cursor: pointer;
    z-index: 100000000;
}

.closeButtonWebImage {
    width: 7px;
    height: 6px;
    background-image: url("../../frontend/Magedelight/FashionGo/en_US/Meetanshi_WhatsappContact/images/close.png");
}

.closeButtonMobileImage {
    background-image: url("../../frontend/Magedelight/FashionGo/en_US/Meetanshi_WhatsappContact/images/Close-Mobile.png");
    width: 13px;
    height: 11px;
    background-size: 13px 11px;
    background-repeat: no-repeat;
}

.wa_contact .wa_contact_title {
    display: none;
    position: absolute;
    text-align: center;
    background-color: #F8F8F8;
    font-family: "Open Sans", serif;
    color: #5D4E4E;
    padding: 2px 12px 2px 10px;
    font-size: 12px;
    border-radius: 3px;
    white-space: nowrap;
    border: 1px solid #EBEBEB;
}

#wa_contact:hover #wa_contact_title {
    display: block;
}

.wa_contact {
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 99999999;
}
.whatsappToggle {
    background-color: #0dc152;
    color: rgba(255, 255, 255, 1);
    display: none;
    align-items: center;
    justify-content: center;
    height: 40px;
    white-space: nowrap;
    line-height: 100%;
    padding: 1px 20px;
    border-radius: 50px;
    position: fixed;
    cursor: pointer;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
    transition: box-shadow 80ms ease-in-out, width .4s ease .2s;
    z-index: 9999999;
}

.fa_whatsapp {
    font-size: 25px;
}
.whatsappClose{
    font-size: 22px;
}
.whatsappText {
    font-size: 14px;
}

.fa-whatsappClose:before {
    content: "\f00d";
    color: #fff;
}

.whatsappBox {
    position: fixed;
    background: white;
    max-width: 360px;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 8px 25px -5px rgba(45, 62, 79, .15);
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    z-index: 99999;
}
.whatsappBox_top{
    transform: translateY(-50px) scale(0.9);
}
.whatsappBox_bottom{
    transform: translateY(50px) scale(0.9);
}
.whatsapp_show {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
}

.whatsappDescription {
    background-color: #0dc152;
    color: rgba(255, 255, 255, 1);
    padding: 15px 40px 15px 20px;
    border-radius: 6px 6px 0 0
}

.whatsappClose {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7px;
    right: 7px;
    opacity: .5;
    transition: opacity .3s;
}

.whatsappClose:hover {
    cursor: pointer;
    opacity: 1
}

.whatsappAdmin {
    max-height: 461px;
    padding: 10px;
    overflow-y: auto;
}
.whatsappAdmin > a {
    text-decoration: none;
}

.whatsappAccount {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: rgba(85, 85, 85, 1);
}

.whatsappBox.whatsappBox_bottom.fa-caret-down::before {
    content: "";
}
.whatsappImage {
    float: left;
    width: 60px;
    height: 60px;
    position: relative;
    background: transparent url('../../frontend/Magedelight/FashionGo/en_US/Meetanshi_WhatsappContact/images/logo-green-small.png') center center no-repeat;
    background-size: cover;
}

.whatsappAdminInfo {
    float: left;
    width: calc(100% - 40px);
    padding-left: 10px
}

.fa-caret-down:after, .fa-caret-up:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    z-index: -1;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .02);
}

.fa-caret-down:after {
    bottom: -7px;
    border: 1px solid #FFF;
    background-color: #FFF;
}

.fa-caret-up:before {
    top: -7px;
    border: 1px solid #0dc152;
    background-color: #0dc152;
}

.whatsappAccount:hover {
    background-color: rgba(245, 245, 245, 1);
    border-color: rgba(245, 245, 245, 1);
    color: rgba(85, 85, 85, 1);
    border-radius: 6px;
}
#whatsappToggle .fa_whatsapp{
    margin-right: 5px;
}
.whatsappAccount:active, .whatsappAccount:visited, .whatsappAccount:focus{
    color: rgba(85, 85, 85, 1);
}
.whatsappAdminInfo > span{
    width: 100%;
    float: left;
}
.whatsappAdminInfo .span_name{
    font-weight: 600;
}
.whatsappAdminInfo .span_default{
    font-size: 13px;
}
@media (min-width: 320px) and (max-width: 768px) {
    #whatsappBox {
        max-width: 280px;
    }
}

@media screen and (max-width: 768px) {
    .whatsapp_a span {
        font-size: 40px;
        margin-top: 0;
    }
    .wa_contact, .closeWhatsappButton{
        position: fixed;
    }
    .whatsapp_a{
        position: absolute;
    }
    #wa_icon {
        font-size: 40px;
        position: relative;
        top: 10px;
    }
}
.simplepopup {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    display:none;
}

.simplepopup .simplepopup-content {
    background-color: #fefefe;
    margin: 15% auto;
    border: 1px solid #888;
    max-width: 80%;
    width: max-content;
    overflow: hidden;
    word-wrap: break-word;
    position: relative;
}


/* The Close Button */
.simplepopup .close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: -10px;
    right: 0;
}

.simplepopup .close:hover,
.simplepopup .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* The block content */
.simplepopup .simplepopup-content .simplepopup-block-content {
    margin: 2rem;
}

/** The don't show checkbox  */
.simplepopup .dontShowFeature {
    position:absolute;
    bottom:0.5rem;
    left:2rem;
}

.simplepopup .holiday-gift img {
    width: 350px;
}

@media only screen and (max-width: 768px){
    .simplepopup .holiday-gift img {
        width: 350px;
    }
}/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.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
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../frontend/Magedelight/FashionGo/en_US/SalamsJofDev_ProductSlider/css/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../frontend/Magedelight/FashionGo/en_US/SalamsJofDev_ProductSlider/css/fonts/slick.eot');
    src: url('../../frontend/Magedelight/FashionGo/en_US/SalamsJofDev_ProductSlider/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../frontend/Magedelight/FashionGo/en_US/SalamsJofDev_ProductSlider/css/fonts/slick.woff') format('woff'), url('../../frontend/Magedelight/FashionGo/en_US/SalamsJofDev_ProductSlider/css/fonts/slick.ttf') format('truetype'), url('../../frontend/Magedelight/FashionGo/en_US/SalamsJofDev_ProductSlider/css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\e919';
    font-family: 'md-ico-fgo';
}
[dir='rtl'] .slick-prev:before
{
    content: '\e901';
    font-family: 'md-ico-fgo';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: "\e901";
    font-family: 'md-ico-fgo';
}
[dir='rtl'] .slick-next:before
{
    content: "\e919";
    font-family: 'md-ico-fgo';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.mk-downloadlink-container{
    padding: 5px;
    height: 30px;
}
.mk-lightTheme{
    background-color: #ffffff;
    color: #000000;
}
.mk-darkTheme{
    background-color: #000000;
    color: #ffffff;
}
.mk-downloadlink-label-container{
    float: left;
    width: 70%;
}
.mk-downloadlink-label{
    text-align: right;
    display: block;
    padding-right: 10px;
    line-height: 30px;
}
.mk-downloadlink-button-container{
    float: left;
    width: 27%;
}
.mk-downloadlink-playstore-button{
    display: inline-block;
    width: 90px;
    margin-right: 5px;
}
.mk-downloadlink-appstore-button{
    display: inline-block;
    width: 90px;
}
.mk-downloadlink-close-button{
    cursor: pointer;
    float: right;
    width: 18px;
    margin: 6px 5px 0px 0px;
}
.mk-downloadlink-image-button{
    border: 1px solid #fff;
    display: block;
    border-radius: 5px;
}
.mk-downloadlink-hidden{
    display: none;
}
@media only screen and (max-width: 800px) {
    .mk-downloadlink-button-container {
        width: 35%;
    }
    .mk-downloadlink-label-container {
        width: 60%;
    }
}
@media only screen and (max-width: 549px) {
    .mk-downloadlink-button-container {
        width: 45%;
    }
    .mk-downloadlink-label-container {
        width: 38%;
    }
}
@media only screen and (max-width: 500px) {
    .mk-downloadlink-button-container {
        width: 48%;
    }
    .mk-downloadlink-label-container {
        width: 45%;
    }
}
@media only screen and (max-width: 406px) {
    .mk-downloadlink-container {
        height: 64px;
    }
    .mk-downloadlink-button-container {
        width: 47%;
    }
    .mk-downloadlink-close-button {
        margin: 23px 5px 0px 0px;
    }
}
@media only screen and (max-width: 297px) {
    .mk-downloadlink-button-container {
        width: 40%;
    }
}:root {
	--mm-ocd-width: 100%;
	--mm-ocd-min-width: 200px;
	--mm-ocd-max-width: 100%;
}

body.mm-ocd-opened {
	overflow-y: hidden;
	-ms-scroll-chaining: none;
	overscroll-behavior: none
}
body.mm-ocd-opened:before {
	content: '';
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: rgba(0, 0, 0, .25);
	z-index: 9999;
}

.mm-ocd {
	position: fixed; 
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	z-index: 10000;
	overflow: hidden;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
	background: rgba(0, 0, 0, 0);
	-webkit-transition-property: bottom, background-color;
	-o-transition-property: bottom, background-color;
	transition-property: bottom, background-color;
	-webkit-transition-duration: 0s, .3s;
	-o-transition-duration: 0s, .3s;
	transition-duration: 0s, .3s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-delay: .45s, .15s;
	-o-transition-delay: .45s, .15s;
	transition-delay: .45s, .15s;
	/* width: calc(100% - 54px); */
	width: 80%;
}

.mm-ocd--open {
	bottom: 0;
	background: rgba(0, 0, 0, .25);
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.mm-ocd__content {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 80%;
	width: var(--mm-ocd-width);
	min-width: 200px;
	min-width: var(--mm-ocd-min-width);
	max-width: 440px;
	max-width: var(--mm-ocd-max-width);
	background: #fff;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}

.mm-ocd--left .mm-ocd__content {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.mm-ocd--right .mm-ocd__content {
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mm-ocd--open .mm-ocd__content {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-ocd__backdrop {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
	width: calc(100% - 80%);
	width: calc(100% - var(--mm-ocd-width));
	min-width: calc(100% - 440px);
	min-width: calc(100% - var(--mm-ocd-max-width));
	max-width: calc(100% - 200px);
	max-width: calc(100% - var(--mm-ocd-min-width));
	background: rgba(3, 2, 1, 0)
}

.mm-ocd--left .mm-ocd__backdrop {
	right: 0
}

.mm-ocd--right .mm-ocd__backdrop {
	left: 0
}

.mm-spn,
.mm-spn a,
.mm-spn span,
.mm-spn li,
.mm-spn span,
.mm-spn ul {
	display: block;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

:root {
	--mm-spn-item-height: 40px;
	--mm-spn-item-indent: 20px;
	--mm-spn-line-height: 24px
}

.mm-spn {
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.mm-spn ul {
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	left: 100%;
	bottom: 0;
	z-index: 2;
	width: 130%;
	padding-right: 30%;
	line-height: 24px;
	line-height: var(--mm-spn-line-height);
	overflow: visible;
	overflow-y: auto;
	background: inherit;
	-webkit-transition: left .3s ease 0s;
	-o-transition: left .3s ease 0s;
	transition: left .3s ease 0s;
	cursor: default
}

.mm-spn ul:after {
	content: '';
	display: block;
	height: 40px;
	height: var(--mm-spn-item-height)
}

.mm-spn>ul {
	left: 0
}

.mm-spn ul.mm-spn--open {
	left: 0;
	top: 40px;
}

.mm-spn ul.mm-spn--parent {}

.mm-spn ul.mm-spn--parent {
	left: -30%;
	overflow-y: hidden
}

.mm-spn li.custom-menu-link:before {
	display: none;
}

.mm-spn li.custom-menu-link {
	margin-bottom: 10px;
    margin-top: 10px;
}


.mm-spn li.mobile-signin-link,
.mm-spn--open li.mobile-signin-link,
.mm-spn--parent  li.mobile-signin-link{
	margin-bottom: 50px;
}

.mm-spn li.custom-menu-link a {	
	color: #aaa;
    text-transform: capitalize;
	font-weight: 500;
	font-size: 16px;
	padding: 5px 20px; 
}

.mm-spn li.custom-menu-link:after {
	display: none;
}


.mm-spn li.custom-menu-link.mobile-signin-link a:before  {
    content: "\e90a";
    font-family: 'md-ico-fgo';
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    color: #2a2a2a;
    margin-right: 10px;
}
.mm-spn li.custom-menu-link.mobile-close-button {
	text-align: right;
    position: fixed;
    z-index: 10;
    right: 0;
    top: 0;
    margin: 0;
}
.mm-spn li.custom-menu-link.mobile-close-button a {
	font-size:0;
	padding: 8px 20px;
}
.mm-spn li.custom-menu-link.mobile-close-button a span {
	display: none;
}

.mm-spn li.custom-menu-link.mobile-close-button a:before  { 
    content: "\e91c"; 
    font-family: 'md-ico-fgo';
	font-size: 20px;
	line-height: normal;
    display: inline-block;
    vertical-align: middle;
    color: #2a2a2a;
    margin-right: 0;
}


.mm-spn li {
	position: relative;
	background: inherit;
	cursor: pointer
}

.mm-spn li.level0 a.level-top{
	text-transform: uppercase;
}

.mm-spn li.viewall {
	
}

.mm-spn li.viewall a {
	text-decoration: underline; 
	text-transform: none;
}
.mm-spn li.viewall:before {
	display: none;
}

.mm-spn li:before {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	top: calc(var(--mm-spn-item-height)/ 2);
	right: 20px;
	right: calc(var(--mm-spn-item-height)/ 2);
	z-index: 0;
	width: 10px;
	height: 10px;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(45deg) translate(0, -50%);
	-ms-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
    color: #212a2f;
}

.mm-spn li.menu-block-img:before {
	display: none

}

.mm-spn li.level2 a{
	font-size: 11px;
	color: #707070;
	padding-top: 0;
	padding-bottom: 0;
}

.mm-spn li.level2:before {
	display: none;
}

.mm-spn a.level-top,
.mm-spn span.level-top {
	position: relative;
	z-index: 1;
	padding: 10px 20px;
}

.mm-spn span {
	
}
.mm-spn a,
.mm-spn span {
	position: relative;
	z-index: 1;
	padding: 10px 20px;
}

.mm-spn a {
    font-weight: 600;
    font-size: 13px; 
}


.mm-spn a.level-top,
.mm-spn span.level-top{
    font-weight: 600;
    font-size: 13px; 
}

.mm-spn a:not(:last-child),
.mm-spn span:not(:last-child){
	width: calc(100% - 40px);
	width: calc(100% - var(--mm-spn-item-height))
}

.mm-spn a:not(:last-child):after {

}

.mm-spn .submenu span {
	padding: 0;
}

.mm-spn--parent  .cl-menu-wrapper a {
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    color: #212a2f;
}

.mm-spn--parent .cl-menu-wrapper .mega-menu-callout  {
    display: none;
}

.mm-spn span {
	background: 0 0
}
.mm-spn span.megaitemicons {
    display:none;
}
.mm-spn.mm-spn--navbar {
	cursor: pointer
}

.mm-spn.mm-spn--navbar:before {
	content: '';
	display: block;
	position: absolute;
	top: 80px;
	
	left: 20px;
	left: var(--mm-spn-item-indent);
	width: 10px;
	height: 10px;
	margin-top: 2px;
	border-top: 2px solid;
	border-left: 2px solid;
	-webkit-transform: rotate(-45deg) translate(50%, -50%);
	-ms-transform: rotate(-45deg) translate(50%, -50%);
	transform: rotate(-45deg) translate(50%, -50%);
    color: #212a2f;
    z-index: 2;  
}

.mm-spn.mm-spn--navbar.mm-spn--main {
	cursor: default
}

.mm-spn.mm-spn--navbar.mm-spn--main:before {
	content: none;
	display: none; 
}

.mm-spn.mm-spn--navbar:after {
	content: attr(data-mm-spn-title);
	display: block;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	height: 58px;
	height: var(--mm-spn-item-height);
	padding: 0 40px;
	padding: 0 calc(var(--mm-spn-item-indent) * 2);
	line-height: 58px;
	line-height: var(--mm-spn-item-height);
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background-color: #f7f7f7;
    font-weight: 700;
    font-size:16px;
    text-transform: uppercase;
    color: #212a2f;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
	padding-left: 20px;
    padding-left: var(--mm-spn-item-indent);
    display:none;
}

.mm-spn.mm-spn--navbar:not(.mm-spn--main) ul {
	top: 110px;
}

.mm-spn.mm-spn--navbar ul:before {
	content: '';
	display: block;
	position: fixed;
	top: inherit;
	z-index: 2;
	width: 100%;
	opacity: .15
}

.mm-spn.mm-spn--light {
	background: #fff;
}

.mm-spn.mm-spn--dark {
	color: #ddd;
	background: #333
}

.mm-spn.mm-spn--vertical {
	overflow-y: auto
}

.mm-spn.mm-spn--vertical ul { 
	width: 100%;
	padding-right: 0;
	position: static
}

.mm-spn.mm-spn--vertical ul ul {
	display: none;
	padding-left: 20px;
	padding-left: var(--mm-spn-item-indent)
}

.mm-spn.mm-spn--vertical ul ul:after {
	height: 25px;
	height: calc(var(--mm-spn-item-height)/ 2)
}

.mm-spn.mm-spn--vertical ul.mm-spn--open {
	display: block
}

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
	-webkit-transform: rotate(135deg) translate(-50%, 0);
	-ms-transform: rotate(135deg) translate(-50%, 0);
	transform: rotate(135deg) translate(-50%, 0)
}

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
	content: none;
	display: none
}

.md-search-products .search .block .item {
    display: none;
}