/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.sections.nav-sections .section-item-content .menu-container.horizontal-menu {
  background: #ff4538;
  max-width: 100%;
}
.section-item-content .menu-container .menu > ul > li.brand-menu {
  position: static;
}
.section-item-content .menu-container .menu .md-top-menu-items {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 40px;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li > a {
  margin-right: 0;
  color: #fff;
}
.sections.nav-sections .section-items .section-item-content .menu-container .menu > ul > li:last-child {
  background-color: #fff;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li > ul {
  width: 400px;
  padding: 20px 15px;
}
.sections.nav-sections .section-item-content .menu-container.horizontal-menu {
  max-width: 100%;
  padding: 0 40px;
  text-align: left;
}
.sections.nav-sections .section-items .section-item-content .menu-container .menu > ul > li:last-child a {
  color: #051075;
}
.nav-sections.sections .nav-sections-items {
  width: 100%;
}
.section-item-content .menu-container .menu > ul > li:hover > a:after {
  background-color: #051075;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li.active a:after {
  background-color: transparent;
}
.section-item-content .menu-container .menu > ul > li {
  position: relative;
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li > a {
  margin-right: 0;
  text-transform: none;
  font-weight: 600;
}
.section-item-content .menu-container .menu > ul > li {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.section-item-content .menu-container .menu > ul > li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  /* <-- Adjust this to your desired height */
  background-color: #fff;
  /* same as your border color */
}
.sections.nav-sections .section-item-content .menu-container .menu > ul > li > a {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.section-item-content .menu-container .menu > ul > li.brand-menu > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  /* <-- Adjust this to your desired height */
  background-color: #fff;
  /* same as your border color */
}
.section-item-content .menu-container .menu > ul > li:last-child:after,
.section-item-content .menu-container .menu > ul > li.brand-menu:after {
  display: none;
}
.section-item-content .menu-container .menu > ul > li.brand-menu ul.animated .horizontalmenu-new.new-brand-menu ul {
  width: 20%;
  display: inline-block;
}
@media only screen and (max-width: 1275px) {
  .nav-sections.sections .section-item-content .menu-container .menu ul li span.plus {
    right: 0 !important;
  }
  .sections.nav-sections .section-item-content .menu-container.horizontal-menu {
    background: transparent !important;
    padding: 0 !important;
  }
  .section-item-content .menu-container .menu .md-top-menu-items {
    padding: 0 15px !important;
  }
  .nav-sections.sections .section-item-content .menu-container .menu > ul > li > a {
    margin-right: 0 !important;
  }
  .nav-sections.sections .section-item-content .menu-container .menu > ul > li {
    margin: 0 !important;
  }
  .nav-sections.sections .section-item-content .menu-container .menu > ul > li:first-child {
    position: relative;
  }
}
@media only screen and (max-width: 1276px) {
  .section-item-content .menu-container .menu .md-top-menu-items {
    flex-wrap: wrap;
  }
  .section-item-content .menu-container .menu > ul > li {
    display: block;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li > a {
    justify-content: start;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li.active a {
    color: white;
  }
  .section-item-content .menu-container .menu > ul > li::after,
  .section-item-content .menu-container .menu > ul > li.brand-menu > a::before {
    display: none;
  }
  .section-item-content .menu-container .menu > ul > li {
    border-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .section-item-content .menu-container .menu > ul > li.brand-menu ul.animated .horizontalmenu-new.new-brand-menu ul {
    width: 33.33%;
  }
  .section-item-content .menu-container .menu {
    background: transparent;
  }
  .section-item-content .menu-container .menu > ul > li:hover {
    background: transparent;
  }
}
@media only screen and (max-width: 480px) {
  .section-item-content .menu-container .menu > ul > li.brand-menu ul.animated .horizontalmenu-new.new-brand-menu ul {
    width: 50%;
  }
}
/***MD Color Var***/
/***Header***/
/***Banner Slider***/
/***Product Slider***/
/***Font Size Header***/
/***Breadcrumbs***/
/***Font Size Breadcrumbs***/
/***Footer***/
/***Font Size Footer***/
/***Width***/
/***Add to Cart and Icons***/
/***Mini Cart***/
/***Social Share on Detail page***/
/***User Dropdown***/
/***Cart Page***/
/***More Button***/
/***Product Page***/
/***MD Google Font***/
/*@font-family-name__base: 'Roboto';*/
/***MD Icons Var***/
/***MD Color Var***/
/*@md-color-orange: #dc914f;*/
/**MD Size Var**/
/**MD Font Size Var**/
/**MD Boxes Var**/
/*****Listing Page****/
/*****Detail Page****/
/*****Cart Page****/
/**************/
@media screen and (max-width: 812px) {
  .section-item-content .menu-container .menu > ul > li.menu-dropdown-icon > a:before {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1275px) {
  .nav-open body._has-modal .sections.nav-sections {
    opacity: 0;
    visibility: hidden;
  }
  .nav-sections .switcher strong span {
    font-weight: bold;
  }
  .nav-toggle:before {
    color: #000000;
    content: '\e954';
    font-family: 'md-ico-fgo';
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .md-store-locator-icon.link {
    float: left;
    width: 44%;
    padding: 10px 10px;
    border-bottom: 0;
    color: #fff;
    background-color: #000;
    margin: 10px 5px 10px 10px;
    font-size: 12px;
    border-radius: 6px;
  }
  .nav-sections .md-store-locator-icon.link:before {
    content: "\e941";
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    font-family: 'md-ico-fgo';
    float: left;
    padding-right: 5px;
    color: #fff;
  }
  .nav-sections .md-store-locator-icon.link a {
    color: #fff;
    padding: 3px 6px;
    display: inline-block;
  }
  .nav-sections .md-store-locator-icon.link:hover {
    background: #d71923;
    color: #ffffff;
    border-color: #d71923;
  }
  .nav-sections .md-store-locator-icon.link:hover a {
    color: #ffffff;
  }
  .nav-sections .md-order-track-icon.link {
    width: 45%;
    padding: 10px 10px;
    border-bottom: 0;
    float: left;
    background-color: #000;
    color: #fff;
    margin: 10px 5px;
    font-size: 12px;
    border-radius: 6px;
  }
  .nav-sections .md-order-track-icon.link:before {
    content: "\e942";
    font-size: 26px;
    font-weight: 400;
    line-height: 23px;
    font-family: 'md-ico-fgo';
    float: left;
    padding-right: 5px;
  }
  .nav-sections .md-order-track-icon.link a {
    color: #fff;
    padding: 3px 6px;
    display: inline-block;
  }
  .nav-sections .md-order-track-icon.link:hover {
    background: #d71923;
    color: #ffffff;
    border-color: #d71923;
  }
  .nav-sections .md-order-track-icon.link:hover a {
    color: #ffffff;
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 11px 10px;
    float: left;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    color: #000;
    position: relative;
  }
  .nav-sections .switcher .options {
    display: block;
  }
  .nav-sections .switcher .options .action.toggle {
    display: block;
  }
  .nav-sections .switcher .options .action.toggle:after {
    content: "";
    display: none;
  }
  .nav-sections .switcher .options .action.toggle.active,
  .nav-sections .switcher .options .action.toggle.active {
    display: block;
  }
  .nav-sections .switcher .options .action.toggle.active:active:after,
  .nav-sections .switcher .options .action.toggle.active:active:after {
    content: "";
    display: none;
  }
  .nav-sections .switcher .options .action.toggle.active:after,
  .nav-sections .switcher .options .action.toggle.active:after {
    content: "";
    display: none;
  }
  .nav-sections .switcher .switcher-trigger strong:after {
    position: absolute;
    right: 0px;
    top: -8px;
    content: "\f0d7";
    font-size: 14px;
    line-height: 36px;
    color: #333;
    font-weight: normal;
    font-family: "FontAwesome";
  }
  .nav-sections .switcher .switcher-trigger.active strong:after {
    content: "\f0d8";
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 61px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 1274px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    /*margin-bottom: @indent__s;*/
    max-width: 100%;
  }
  .nav-sections.sections {
    width: 100%;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    /*display: block !important;*/
    display: block;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: inline-block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
}
@media only screen and (max-width: 1275px) {
  nav.navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  nav.navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0;
  }
  .nav-sections.sections .section-item-content .menu-container .menu > ul > li > a {
    color: #000;
  }
  .nav-sections .section-item-content .menu-container .menu > ul > li.home {
    display: none;
  }
}
@media screen and (max-width: 825px) {
  .modal-popup.md-newsletter-popup .modal-inner-wrap {
    overflow-y: hidden;
    width: 95% !important;
    height: auto !important;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto;
    width: 280px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-popup-wrapper {
    padding: 15px;
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amscroll-arrow-icon {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
}
.amscroll-chevron-icon {
  width: 24px;
  height: 24px;
  background: url('../Amasty_Scroll/images/chevron.svg');
}
@-webkit-keyframes amScrollRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amscroll-arrow-style {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.amscroll-arrow-style:before {
  border-radius: 100px;
}
.amscroll-arrow-style:after {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
}
.amscroll-arrow-style .amscroll-text {
  display: none;
}
.amscroll-text-style {
  padding-right: 7px;
  border-radius: 100px;
  transform: rotate(-90deg) translate(60px, 60px);
}
.amscroll-text-style:before {
  border-radius: 100px;
}
.amscroll-text-style:after {
  width: 24px;
  height: 24px;
  background: url('../Amasty_Scroll/images/chevron.svg');
}
.amscroll-edge-style {
  right: 0;
  padding: 4px 26px 4px 20px;
  border-radius: 20px 20px 0 0;
  transform: rotate(-90deg) translate(71px, 72px);
}
.amscroll-edge-style .amscroll-text {
  margin-right: 20px;
}
.amscroll-edge-style:before {
  border-radius: 20px 20px 0 0;
}
.amscroll-edge-style:after {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
  transform: rotate(90deg) translateX(2px);
}
.mst-search-in__wrapper {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.mst-search-in__wrapper .mst-search-in__title {
  border: none;
  padding: 6px 3px 6px 6px;
  margin-right: 3px;
  font-weight: 600;
  white-space: nowrap;
}
.mst-search-in__wrapper .mst-search-in__item {
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  padding: 6px 12px;
  color: #494949;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
}
.mst-search-in__wrapper .mst-search-in__item span.name i {
  font-style: normal;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:after {
  font-size: 7px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #757575;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:last-child:after {
  display: none;
}
.mst-search-in__wrapper .mst-search-in__item span.count {
  color: #757575;
  display: block;
  margin-left: 8px;
  font-size: 80%;
}
.mst-search-in__wrapper .mst-search-in__item span.count:before {
  content: "(";
}
.mst-search-in__wrapper .mst-search-in__item span.count:after {
  content: ")";
}
.mst-search-in__wrapper .mst-search-in__item:hover {
  border-color: #ff5501;
  text-decoration: none;
}
.mst_categorySearchLoader {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.mst_categorySearchLoader .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst_categorySearchLoader .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mst_categorySearch {
  display: block;
  position: relative;
}
.mst_categorySearch_searchIcon {
  position: absolute;
  left: 10px;
  font-size: 21px;
  color: #bbbbbb;
}
span.mst_categorySearch_totals {
  position: absolute;
  right: 0;
  padding: 6px 15px 6px 15px;
  color: #999;
  display: none;
}
input#mst_categorySearch {
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
.mst_categorySearchLoader .fa-spinner {
  font-size: 30px;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('../Ananta_TelephoneValidation/images/flags.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url('../Ananta_TelephoneValidation/images/flags@2x.png');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
@media (min-width: 768px) {
  .owl-item .banner-wrapper a {
    width: 100%;
  }
  .owl-item .banner-wrapper a.mobile-banner {
    display: none;
  }
  .owl-item .banner-wrapper div {
    width: 100%;
  }
  .owl-item .banner-wrapper div.mobile-banner {
    display: none;
  }
}
@media (max-width: 767px) {
  .owl-item .banner-wrapper a.mobile-banner {
    display: block;
  }
  .owl-item .banner-wrapper a.desktop-banner {
    display: none;
  }
  .owl-item .banner-wrapper div.mobile-banner {
    display: block;
  }
  .owl-item .banner-wrapper div.desktop-banner {
    display: none;
  }
}
.message.global.cookie.ktpl-gdpr-cookie-notice {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
  line-height: 2;
  padding: 30px;
  margin: 0;
  display: block;
  z-index: 10;
  padding: 15px;
}
.ktpl-gdpr-cookie-notice.message.global h3 {
  margin-top: 0;
}
.ktpl-gdpr-cookie-notice.gdpr-box-shadow {
  -webkit-box-shadow: -2px 2px 82px -26px #000000;
  box-shadow: -2px 2px 82px -26px #000000;
}
.ktpl-gdpr-cookie-notice.text-align-center {
  text-align: center;
}
.ktpl-gdpr-cookie-notice.text-align-left {
  text-align: left;
}
.ktpl-gdpr-cookie-notice.text-align-right {
  text-align: right;
}
/**
  * KrishTechnolabs
  *
  * PHP version 7
  *
  * @category  KrishTechnolabs
  * @package   Ktpl_ProductLabel
  * @author    Kirti Nariya <kirti.nariya@krishtechnolabs.com>
  * @copyright 2019 (c) KrishTechnolabs (https://www.KrishTechnolabs.com/)
  * @license   https://www.krishtechnolabs.com/LICENSE.txt Krish License
  * @link      https://www.krishtechnolabs.com/
  */
.product-image-wrapper .top_left {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  max-width: 25%;
}
.product-image-wrapper .top_left span + img {
  margin-top: 5px;
}
.product-image-wrapper .top_right {
  position: absolute;
  top: 0;
  z-index: 2;
  right: 0;
  max-width: 25%;
}
.product-image-wrapper .top_right span + img {
  margin-top: 5px;
}
.product-image-wrapper .lower_left {
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  max-width: 25%;
}
.product-image-wrapper .lower_left span + img {
  margin-top: 5px;
}
.product-image-wrapper .lower_right {
  position: absolute;
  bottom: 0;
  z-index: 2;
  right: 0;
  max-width: 25%;
}
.product-image-wrapper .lower_right span + img {
  margin-top: 5px;
}
.page-products .product-item .labeltype-text {
  padding: 15px;
  border-radius: 10px;
  display: inline-block;
}
.page-products .product-item .product-image-wrapper .category {
  right: 5px;
}
.product.media {
  position: relative;
}
.product.media .top_left {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  max-width: 10%;
  margin-top: 20px;
}
.product.media .top_left .labeltype-text {
  display: inline-block;
}
.product.media .top_left span + img {
  margin-top: 5px;
}
.product.media .top_right {
  position: absolute;
  top: 0;
  z-index: 2;
  right: 0;
  max-width: 10%;
  margin-top: 20px;
}
.product.media .top_right .labeltype-text {
  display: inline-block;
}
.product.media .top_right span + img {
  margin-top: 5px;
}
.product.media .lower_left {
  position: absolute;
  bottom: 110px;
  z-index: 2;
  left: 0;
  max-width: 10%;
}
.product.media .lower_left .labeltype-text {
  display: inline-block;
}
.product.media .lower_left span + img {
  margin-top: 5px;
}
.product.media .lower_right {
  position: absolute;
  bottom: 110px;
  z-index: 2;
  right: 0;
  max-width: 10%;
}
.product.media .lower_right .labeltype-text {
  display: inline-block;
}
.product.media .lower_right span + img {
  margin-top: 5px;
}
.product.media .labeltype-text {
  text-transform: uppercase;
  padding: 15px;
  border-radius: 10px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_RewardPoints
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.payment-cart-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.reward-points-payment-content .reward-rate {
  text-align: left;
  margin: 10px 0;
}
.reward-points-payment-content .reward-rate .content {
  margin-left: 10px;
}
.reward-points-payment-content .range-slider {
  max-width: 285px;
  margin: 10px;
}
.reward-points-payment-content .extra-controls {
  margin-left: 50px;
}
.reward-points-payment-content strong {
  font-weight: 600;
}
.reward-points-payment-content .mp-spent {
  width: 58px;
  text-align: center;
}
.payment-checkout-content {
  width: 80%;
  margin-left: 10px;
}
.mp-reward-points {
  line-height: 20px;
  margin: 10px 5px 10px 5px;
}
.mp-reward-points img,
.mp-reward-points .mp-point-label {
  float: left;
}
.mp-reward-points .mp-point-label {
  margin: 0 0 0 5px;
  font-weight: 600;
}
.mp-reward-points .clr {
  clear: both;
}
.mp-reward-points.mp-product {
  padding: 1rem 0;
}
.mp-reward-points .register {
  font-size: 1.4rem;
  font-weight: 600;
}
.mp-reward-cart {
  margin-left: 15px;
}
.reward-information .box {
  margin-bottom: 3rem;
}
.item-balance {
  padding: 0 20px;
  margin: 10px 0;
  text-align: center;
}
.item-balance .box-balance {
  border-radius: 5px;
  height: 90px;
  box-shadow: 3px 3px 5px #D9D9D9;
}
.item-balance .box-balance > span {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  line-height: 30px;
  color: #ffffff;
  font-size: 20px;
}
.item-balance .box-balance .label {
  font-size: 1.8rem;
}
.item-balance .available {
  background: #39E070;
}
.item-balance .holding {
  background: #25B9F6;
}
.item-balance .earned {
  background: #0249D3;
}
.item-balance .paid {
  background: #5865F2;
}
.item-balance .label {
  padding-top: 5px;
}
.form-rewards-setting .actions-toolbar {
  clear: both;
}
table.data.table {
  word-break: break-all;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
/*
 * Copyright (c) 2021 Mastercard
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.checkout-payment-method .payment-method._active .payment-method-content .form.hidden {
  display: none;
}
/* Begin Tamara payment css */
.message.error.hidden-error-iframe {
  display: none;
}
.tamara-promo-widget-wrapper {
  margin-bottom: 20px;
}
/* End Tamara payment css*/
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/* 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 {
  /*background: none;
     color: inherit;
     border: none;
     padding: 0 !important;
     font: inherit;*/
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* * Owl Carousel - Animate Plugin */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* * Owl Carousel - Auto Height Plugin */
.owl-height {
  transition: height 500ms ease-in-out;
}
/* * Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/* * Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../../../../frontend/Magento/blank/en_US/Mageplaza_Core/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.mdslider-container {
  margin: 0 -20px;
  text-align: center;
}
.mdslider-container .owl-carousel,
.mdslider-container .slick-slider {
  position: relative;
}
.mdslider-container .owl-carousel .slick-list .banner-details,
.mdslider-container .slick-slider .slick-list .banner-details {
  position: relative;
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption {
  position: absolute;
  background-color: rgba(35, 31, 32, 0.7);
  color: #fff;
  font-size: 18px;
  padding: 10px 10px;
  margin: 0;
  display: none;
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption.activate,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption.activate {
  /* display: block; */
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption.default,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption.default {
  top: 15px;
  left: 15px;
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption.top-left,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption.top-left {
  top: 15px;
  left: 15px;
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption.top-middle,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption.top-middle {
  top: 15px;
  left: 45%;
  transform: translateX(-50%);
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption.top-right,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption.top-right {
  top: 15px;
  right: 15px;
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption.middle-left,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption.middle-left {
  top: 45%;
  left: 0;
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption.middle-center,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption.middle-center {
  padding: 0;
  top: 45%;
  left: 0;
  right: 0;
  background: transparent;
  text-align: center;
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption.middle-center p,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption.middle-center p {
  background-color: rgba(35, 31, 32, 0.7);
  display: inline-block;
  padding: 10px;
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption.middle-right,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption.middle-right {
  right: 15px;
  top: 45%;
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption.bottom-left,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption.bottom-left {
  left: 15px;
  bottom: 15px;
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption.bottom-middle,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption.bottom-middle {
  bottom: 15px;
  left: 45%;
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption.bottom-right,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption.bottom-right {
  bottom: 15px;
  right: 15px;
}
.mdslider-container .owl-carousel .slick-list .banner-details .banner-caption p,
.mdslider-container .slick-slider .slick-list .banner-details .banner-caption p {
  margin: 0;
}
.mdslider-container .owl-carousel button.slick-arrow.slick-prev,
.mdslider-container .slick-slider button.slick-arrow.slick-prev,
.mdslider-container .owl-carousel button.slick-arrow.slick-next,
.mdslider-container .slick-slider button.slick-arrow.slick-next {
  height: 46px;
}
.mdslider-container .owl-carousel:hover button.slick-arrow.slick-prev,
.mdslider-container .slick-slider:hover button.slick-arrow.slick-prev {
  display: block !important;
  height: 46px;
}
.mdslider-container .owl-nav > button,
.mdslider-container .slick-arrow {
  background: #ffffff;
  position: absolute;
  top: 50%;
  font-size: 0;
  z-index: 1;
  margin: -15px 0 0 0;
  width: 47px;
  display: block;
}
.mdslider-container .owl-nav > button:before,
.mdslider-container .slick-arrow:before {
  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 {
  text-decoration: none;
}
.mdslider-container .owl-nav > button.owl-prev,
.mdslider-container .slick-arrow.owl-prev,
.mdslider-container .owl-nav > button.slick-prev,
.mdslider-container .slick-arrow.slick-prev {
  left: 0;
}
.mdslider-container .owl-nav > button.owl-prev:before,
.mdslider-container .slick-arrow.owl-prev:before,
.mdslider-container .owl-nav > button.slick-prev:before,
.mdslider-container .slick-arrow.slick-prev:before {
  content: "\e916";
  font-size: 20px;
  color: #000000;
}
.mdslider-container .owl-nav > button.owl-next,
.mdslider-container .slick-arrow.owl-next,
.mdslider-container .owl-nav > button.slick-next,
.mdslider-container .slick-arrow.slick-next {
  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 {
  content: "\e915";
  font-size: 20px;
  color: #000000;
}
.mdslider-container .owl-nav > button:hover,
.mdslider-container .slick-arrow:hover {
  background: #000000;
}
.mdslider-container .owl-nav > button:hover:before,
.mdslider-container .slick-arrow:hover:before {
  color: #231f20;
}
.mdslider-container .slick-dots {
  position: absolute;
  z-index: 8;
  list-style: none;
  margin: 0px 0 0 0;
  margin: -30px 0 10px 0;
  bottom: -20px;
}
.mdslider-container .slick-dots > li {
  display: inline-block;
  padding: 0;
  margin: 0 1px;
  min-width: 30px;
}
.mdslider-container .slick-dots > li button {
  font-size: 0;
  padding: 0;
  width: 30px;
  height: 10px;
  background: #000000;
  border-radius: 0;
  border: none;
}
.mdslider-container .slick-dots > li:hover button,
.mdslider-container .slick-dots > li.slick-active button {
  background: #000000;
}
.mdslider-container .owl-dots {
  position: relative;
  z-index: 8;
  list-style: none;
  margin: 0px 0 0 0;
  margin: -30px 0 10px 0;
}
.mdslider-container .owl-dots button {
  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 {
  background: #000000;
}
.mdslider-container .home-banner-text-box.center-box {
  padding: 0;
  text-align: left;
}
.mdslider-container .home-banner-text-box.center-box a {
  color: #ffffff;
  font-size: 25px;
  line-height: 30px;
  font-family: 'Orienta';
}
.mdslider-container .home-banner-text-box.center-box .home-banner-text-men {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #2e2e2e;
  padding: 7px 20px;
  margin: -52px 0 0 0;
  text-align: right;
}
.mdslider-container .home-banner-text-box.center-box .home-banner-text-men:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 75px 0;
  border-color: transparent #2e2e2e transparent;
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
}
.mdslider-container .home-banner-text-box.center-box .home-banner-text-women {
  position: absolute;
  right: 50%;
  top: 50%;
  background: #231f20;
  padding: 7px 20px;
  margin: 22px 0 0 0;
}
.mdslider-container .home-banner-text-box.center-box .home-banner-text-women:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 75px 0;
  border-color: transparent transparent #231f20;
  content: "";
  position: absolute;
  right: -25px;
  bottom: 0;
}
.mdslider-container .slider-title {
  text-align: center;
  text-transform: capitalize;
  font-size: 26px;
  color: #333;
  font-weight: 600;
}
.mdslider-container .slider-caption {
  text-align: center;
  font-size: 20px;
  color: #333;
}
.mdslider-container .owl-carousel {
  position: relative;
}
.mdslider-container .owl-carousel .owl-item .banner-details {
  position: relative;
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption {
  position: absolute;
  background: #222;
  opacity: 0.8;
  color: #fff;
  padding: 10px 10px;
  margin: 0;
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption.default {
  top: 15px;
  left: 15px;
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption.top-left {
  top: 15px;
  left: 15px;
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption.top-middle {
  top: 15px;
  left: 45%;
  transform: translateX(-50%);
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption.top-right {
  top: 15px;
  right: 15px;
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption.middle-left {
  top: 45%;
  left: 15px;
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption.middle-center {
  padding: 0;
  top: 45%;
  left: 0;
  right: 0;
  background: transparent;
  text-align: center;
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption.middle-center p {
  background-color: rgba(35, 31, 32, 0.7);
  display: inline-block;
  padding: 10px;
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption.middle-right {
  right: 15px;
  top: 45%;
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption.bottom-left {
  left: 15px;
  bottom: 15px;
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption.bottom-middle {
  bottom: 15px;
  left: 45%;
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption.bottom-right {
  bottom: 15px;
  right: 15px;
}
.mdslider-container .owl-carousel .owl-item .banner-details .banner-caption p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .mdslider-container {
    margin: 0;
  }
  .mdslider-container .owl-carousel .slick-list .banner-details .banner-caption,
  .mdslider-container .slick-slider .slick-list .banner-details .banner-caption {
    font-size: 12px;
    padding: 5px 5px;
  }
  .mdslider-container .owl-nav > button,
  .mdslider-container .slick-arrow {
    width: 30px;
    padding: 0px;
  }
  .mdslider-container .slick-dots {
    margin-top: -20px;
  }
  .mdslider-container .slick-dots > li button {
    width: 20px;
    height: 5px;
  }
  .mdslider-container .home-banner-text-box.center-box {
    display: none;
  }
  .mdslider-container .owl-nav > button,
  .mdslider-container .slick-arrow {
    height: 32px;
  }
}
@font-face {
  font-family: "Storelocator";
  src: url('../Magedelight_LocatorAndPickup/fonts/icon.woff2') format('woff2'), url('../Magedelight_LocatorAndPickup/fonts/icon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@media screen and (max-width: 1239px) {
  .search-by-distance .track1 label {
    margin-left: 4px;
  }
  .store-list ul .store-list-item .store-list-button button {
    padding: 5px 7px;
    margin: 0 5px 0 0;
    font-size: 12px;
    width: auto;
  }
  .store-list ul .store-list-item .store-list-button button.direction-view-btn {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-info-main .product-info-postcode-store .store-information {
    float: left;
    width: 100%;
  }
  #store-information-button {
    height: 40px;
    line-height: 40px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1279px) {
  .product-info-main .product-info-postcode-store .store-information {
    width: 44%;
  }
  #store-information-button {
    min-width: 100%;
    padding: 0px 0px 0px 10px;
    margin-left: 10px;
  }
  #store-information-button span {
    font-size: 14px;
    padding: 0 0px 0 30px;
  }
  #store-information-button span:before {
    margin: 0px 0 0 -34px;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.megaitemicons {
  margin: 0 0px 0 0;
}
.section-item-content .menu-container .menu > ul > li.column1-with-image ul.column2 > li:first-child {
  width: 33%;
}
.section-item-content .menu-container .menu > ul > li.column1-with-image ul.column2 > li:last-child {
  width: 67%;
}
.section-item-content .menu-container {
  display: inline-block;
  max-width: 1441px;
  width: 100%;
  margin: 0 auto;
}
.section-item-content .menu-container .menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.section-item-content .menu-container .menu > ul > li {
  /*float: left;*/
  display: inline-block;
  padding: 0;
  margin: 0 0px 0 0px;
}
.section-item-content .menu-container .menu > ul > li span.plus {
  display: none;
  width: 36px;
  cursor: pointer;
  height: 36px;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 5px;
  background: #fff;
  z-index: 99;
}
.section-item-content .menu-container .menu > ul > li span.plus:before {
  content: "\f0d7";
  font-size: 14px;
  line-height: 36px;
  color: #333;
  font-weight: normal;
  font-family: "FontAwesome";
}
.section-item-content .menu-container .menu > ul > li span.plus.active:before {
  content: "\f0d8";
}
.section-item-content .menu-container .menu > ul > li .right-side-img {
  border: #ddd solid 1px;
  padding: 4px 4px 0px 4px;
  display: inline-block;
  background: #fff;
}
.section-item-content .menu-container .menu > ul > li .right-side-img img {
  padding: 0;
  margin: 0;
}
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul {
  margin: 0;
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul.column1 {
  width: 60%;
}
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li {
  margin: 0;
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 30px;
}
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01,
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02,
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03 {
  float: left;
  width: 33.33%;
}
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01 h4,
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02 h4,
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03 h4 {
  color: #333;
}
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01 ul li,
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02 ul li,
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03 ul li {
  width: 100%;
  float: left;
  padding: 0 0 6px 0;
}
.section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box04 {
  float: left;
  width: 100%;
  padding: 18px 0 18px;
}
.section-item-content .menu-container .menu > ul > li.four-col-prod .product-column-count3 {
  float: left;
  border-left: #ddd solid 0px;
  margin: 0 0 0 0px;
  width: 100%;
}
.section-item-content .menu-container .menu > ul > li.four-col-prod .product-column-count3 .products-grid .product-item {
  width: 100%;
  padding: 0 0 20px 0;
  margin-left: 0;
}
.section-item-content .menu-container .menu > ul > li.four-col-prod .product-column-count3 .products-grid .product-item .product-item-info .product-item-photo {
  float: left;
  width: 30%;
}
.section-item-content .menu-container .menu > ul > li.four-col-prod .product-column-count3 .products-grid .product-item .product-item-info .product-item-details {
  float: right;
  width: 62%;
}
.section-item-content .menu-container .menu > ul > li.four-col-prod .product-column-count3 .products-grid .product-item .product-item-info:hover {
  background: none;
  box-shadow: inherit;
  border: #fff solid 1px;
}
.section-item-content .menu-container .menu > ul > li.single-links-block ul {
  margin: 0;
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li.single-links-block ul.column1 {
  width: 260px;
  left: auto;
  padding: 8px 20px;
}
.section-item-content .menu-container .menu > ul > li.one-col-full-video ul.column1 iframe {
  width: 100%;
}
.section-item-content .menu-container .menu > ul > li.menu-dropdown-icon > a:before {
  content: '';
  font-size: 18px;
  font-weight: normal;
  font-family: "FontAwesome";
  margin: 0;
  color: #ffffff;
  line-height: 18px;
  float: right;
}
.section-item-content .menu-container .menu > ul > li.menu-dropdown-icon > a:hover:before {
  color: #ffffff;
}
.section-item-content .menu-container .menu > ul > li.menu-dropdown-icon:hover > a {
  color: #000;
}
.section-item-content .menu-container .menu > ul > li.menu-dropdown-icon:hover > a:before {
  color: #000;
}
.section-item-content .menu-container .menu > ul > li.active > a {
  color: #ffffff;
}
.section-item-content .menu-container .menu > ul > li.active > a:before {
  color: #ffffff;
}
.section-item-content .menu-container .menu > ul > li.active .megaitemicons:before {
  color: #ffffff;
}
.section-item-content .menu-container .menu > ul > li.has-active {
  /*background: #f47727;
                        > a {
                            color: #fff;
                        }
                        .megaitemicons {
                            &:before {
                                color: #fff;
                            }
                        }*/
}
.section-item-content .menu-container .menu > ul > li ul {
  margin: 0 0 0px 0;
  float: left;
  width: 100%;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0 0 4px 4px;
}
.section-item-content .menu-container .menu > ul > li ul li {
  margin: 0;
  padding: 0px 0 5px 0;
  float: left;
  width: 100%;
}
.section-item-content .menu-container .menu > ul > li ul li .megaitemicons {
  display: none;
}
.section-item-content .menu-container .menu > ul > li ul li .megaitemicons:before {
  display: none;
}
.section-item-content .menu-container .menu > ul > li ul li a {
  color: #666666 !important;
  padding: 0;
  text-decoration: none;
  transition: 0.15s padding ease-out, 0.15s margin ease-out, 0.15s border ease-out;
}
.section-item-content .menu-container .menu > ul > li ul li a:hover {
  color: #ffffff;
  padding: 0 0 0 6px;
}
.section-item-content .menu-container .menu > ul > li ul li .product-item-name a {
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li ul li .block-products-list a.product-item-photo:before,
.section-item-content .menu-container .menu > ul > li ul li .block-products-list .product-item-name a:before {
  display: none;
}
.section-item-content .menu-container .menu > ul > li ul li .block-products-list a.product-item-photo:hover,
.section-item-content .menu-container .menu > ul > li ul li .block-products-list .product-item-name a:hover {
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li ul li .block-products-list .product-item-actions .actions-primary + .actions-secondary {
  vertical-align: top;
}
.section-item-content .menu-container .menu > ul > li ul li .block-products-list .product-item-actions a:before {
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  font-family: "FontAwesome";
}
.section-item-content .menu-container .menu > ul > li ul li .block-products-list .product-item-actions a:hover {
  /*color: #ff00ff;*/
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li ul li .block-products-list .product-item-actions a.action.towishlist:before {
  content: "\f004";
}
.section-item-content .menu-container .menu > ul > li ul li .block-products-list .product-item-actions a.action.tocompare:before {
  content: "\f24d";
}
.section-item-content .menu-container .menu > ul > li ul li h4 a:before {
  display: none;
}
.section-item-content .menu-container .menu > ul > li:hover {
  /*background: #f47727;
                        color: #fff;*/
  /*> a {
                            color: #fff;
                        }*/
  /*.megaitemicons {
                            &:before {
                                color: #fff;
                            }
                        }*/
}
.section-item-content .menu-container .menu > ul > li:hover > ul {
  display: block;
}
.section-item-content .menu-container .menu > ul > li:hover .product-item .price-box .price {
  color: #ffffff;
}
.section-item-content .menu-container .menu > ul > li:hover > a:after {
  content: "";
  position: absolute;
  bottom: -4px;
  height: 3px;
  width: 100%;
  background: #da191f;
  background-color: #D71921;
  left: 0;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  z-index: 999999999999;
}
.section-item-content .menu-container .menu > ul > li > a {
  display: inline-block;
  color: #000;
  font-size: 13px;
  padding: 0 10px 14px 10px;
  margin: 0 0px 0 0;
  font-weight: 400;
  position: relative;
  text-decoration: none;
}
.section-item-content .menu-container .menu > ul > li > a:after {
  content: "";
  height: 1px;
  width: 0;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.section-item-content .menu-container .menu > ul > li > a:hover:after {
  content: "";
  position: absolute;
  bottom: -4px;
  height: 3px;
  width: 100%;
  background: #ffffff;
  background-color: #D71921;
  left: 0;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  z-index: 999999999999;
}
.section-item-content .menu-container .menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #fff;
  padding: 25px 25px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 99;
  left: 0;
  top: 50px;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  border-top: 1px solid #d71921;
}
.section-item-content .menu-container .menu > ul > li > ul > li p {
  margin: 0;
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li > ul > li h4 {
  color: #000;
  font-size: 13px;
}
.section-item-content .menu-container .menu > ul > li > ul > li h2 {
  /*border-bottom: #e8e8e8 solid 1px;*/
  font-size: 14px;
  padding: 0px 0 10px;
  margin: 0 0 0px 0;
  color: #ffffff;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
  font-size: 15px;
  margin-top: 2rem;
  padding-bottom: 0;
}
.section-item-content .menu-container .menu > ul > li > ul > li h3 {
  padding: 0 0 10px 0;
  margin: 0 0 0px 0;
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
}
.section-item-content .menu-container .menu > ul > li > ul > li > a {
  color: #ffffff;
  line-height: 20px;
  font-size: 13px;
}
.section-item-content .menu-container .menu > ul > li > ul > li .block-title {
  border-bottom: #ddd solid 1px;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  color: #ffffff;
}
.section-item-content .menu-container .menu > ul > li > ul > li .block-title strong {
  font-weight: 700;
}
.section-item-content .menu-container .menu > ul > li ul.column2 > li {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}
.section-item-content .menu-container .menu > ul > li ul.column3 > li {
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
}
.section-item-content .menu-container .menu > ul > li ul.column4 > li {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}
.section-item-content .menu-container .menu > ul > li ul.column5 > li {
  width: 20%;
  padding: 0 10px;
  box-sizing: border-box;
}
.section-item-content .menu-container .menu-mobile {
  display: none;
  padding: 20px;
}
.section-item-content .menu-container .menu-mobile:after {
  content: "\f105";
  font-size: 18px;
  font-weight: normal;
  font-family: "FontAwesome";
  color: #333;
  line-height: 20px;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}
.section-item-content .menu-container .menu-dropdown-icon:before {
  display: none;
  cursor: pointer;
  float: right;
  padding: 1em 2em;
  background: #fff;
  content: "\f105";
  font-size: 18px;
  font-weight: normal;
  font-family: "FontAwesome";
  color: #333;
  line-height: 20px;
}
.section-item-content .menu-container.horizontal-menu .menu.vertical-left,
.section-item-content .menu-container.horizontal-menu .menu.vertical-right {
  width: 25%;
}
.section-item-content .menu-container.horizontal-menu .menu.vertical-right {
  float: right;
}
.vertical-left-menu {
  float: left;
  width: 24%;
  margin: 0 0 20px 0;
}
.vertical-left-menu .block-title {
  float: left;
  font-size: 16px;
  width: 100%;
  padding: 9px 0;
  margin: 0;
  text-transform: uppercase;
  background: #ff5733;
  text-align: center;
  color: #fff;
}
.vertical-left-menu .block-title strong {
  font-weight: 700;
}
.vertical-right-menu {
  float: right;
  width: 24%;
  margin: 0 0 20px 0;
}
.vertical-right-menu .block-title {
  float: left;
  font-size: 16px;
  width: 100%;
  padding: 9px 0;
  margin: 0;
  text-transform: uppercase;
  background: #87c13b;
  text-align: center;
  color: #fff;
}
.vertical-right-menu .block-title strong {
  font-weight: 700;
}
.banner-with-menu-left {
  float: left;
  width: 74%;
}
.banner-with-menu-left .home-main {
  height: 355px;
  background: #0870af;
  margin-bottom: 20px;
}
.banner-with-menu-right {
  float: right;
  width: 74%;
}
.banner-with-menu-right .home-main {
  height: 355px;
  background: #0870af;
  margin-bottom: 20px;
}
.section-item-content .menu-container .menu.vertical-left {
  float: left;
  width: 100%;
  background: #f2f2f2;
}
.section-item-content .menu-container .menu.vertical-left > ul {
  position: relative;
}
.section-item-content .menu-container .menu.vertical-left > ul > li {
  width: 100%;
  display: inline-block;
}
.section-item-content .menu-container .menu.vertical-left > ul > li.menu-dropdown-icon > a:before {
  content: "\f105";
  font-size: 18px;
  font-weight: normal;
  font-family: "FontAwesome";
  color: #333;
  line-height: 20px;
}
.section-item-content .menu-container .menu.vertical-left > ul > li.menu-dropdown-icon > a:hover:before {
  color: #fff;
}
.section-item-content .menu-container .menu.vertical-left > ul > li > a {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.section-item-content .menu-container .menu.vertical-left > ul > li > ul {
  width: 900px;
  top: 0;
  right: auto;
  left: 100%;
}
.section-item-content .menu-container .menu.vertical-left > ul > li > ul.column1 {
  width: 900px;
  left: 100%;
}
.section-item-content .menu-container .menu.vertical-left > ul > li.single-links-block ul.column1 {
  width: 260px;
}
.section-item-content .menu-container .menu.vertical-left > ul > li.three-col-small-banner ul.column1 {
  width: 740px;
}
.section-item-content .menu-container .menu.vertical-right {
  float: left;
  width: 100%;
  background: #f2f2f2;
}
.section-item-content .menu-container .menu.vertical-right > ul {
  position: relative;
}
.section-item-content .menu-container .menu.vertical-right > ul > li {
  width: 100%;
  display: inline-block;
}
.section-item-content .menu-container .menu.vertical-right > ul > li.menu-dropdown-icon > a:before {
  content: "\f104";
  position: absolute;
  left: 20px;
  margin: -2px 0 0 0;
  font-size: 18px;
  font-weight: normal;
  font-family: "FontAwesome";
  color: #333;
  line-height: 20px;
}
.section-item-content .menu-container .menu.vertical-right > ul > li.menu-dropdown-icon > a:hover:before {
  color: #fff;
}
.section-item-content .menu-container .menu.vertical-right > ul > li > a {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0.9em 1.8em 0.9em 3.2em;
}
.section-item-content .menu-container .menu.vertical-right > ul > li > ul {
  width: 900px;
  top: 0;
  right: 100%;
  left: auto;
}
.section-item-content .menu-container .menu.vertical-right > ul > li > ul.column1 {
  width: 900px;
  left: auto;
  right: 100%;
}
.section-item-content .menu-container .menu.vertical-right > ul > li.single-links-block ul.column1 {
  width: 260px;
}
.section-item-content .menu-container .menu.vertical-right > ul > li.three-col-small-banner ul.column1 {
  width: 740px;
}
.section-item-content .menu-container .stickyalias {
  height: 65px;
  width: 100%;
}
.section-item-content .menu-container.horizontal-menu ul > li.dropdown ul li.menu-footer,
.section-item-content .menu-container.horizontal-menu ul > li.dropdown ul li.menu-header {
  width: 100%;
}
.section-item-content .menu-container.horizontal-menu ul > li.dropdown ul li.menu-sidebar-left,
.section-item-content .menu-container.horizontal-menu ul > li.dropdown ul li.menu-sidebar-right {
  width: 25%;
}
.drill-down-menu-box {
  width: 100%;
  display: table;
  clear: both;
  margin: 0 0 60px;
}
.drill-down-menu-box .drill-down-menu {
  float: left;
  width: 500px;
  border: #ddd solid 1px;
}
.drill-down-menu-box .drill-down-menu .block-title {
  background: #524d49;
  font-size: 16px;
  display: block;
  text-align: center;
  padding: 9px 0;
  text-transform: uppercase;
  color: #fff;
  float: left;
  width: 100%;
}
.section-item-content .menu-container .menu.drillDown {
  background: #f2f2f2;
  float: left;
  width: 100%;
}
.section-item-content .menu-container .menu.drillDown > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
.section-item-content .menu-container .menu.drillDown > ul > li > a:hover {
  color: #000;
}
.section-item-content .menu-container .menu.drillDown > ul > li > a.active {
  background: #f47727;
  color: #fff;
}
.section-item-content .menu-container .menu.drillDown > ul > li > ul {
  position: relative;
  box-shadow: none;
  border: none;
  border-top: #ddd solid 1px;
  padding: 22px;
}
.section-item-content .menu-container .menu.drillDown > ul > li > ul h4 {
  margin: 0 0 20px 0;
  padding: 0 0 16px;
  border-bottom: #e5e5e5 solid 1px;
}
.section-item-content .menu-container .menu.drillDown > ul > li > ul.column2 > li {
  width: 100%;
  padding: 0 4px;
}
.section-item-content .menu-container .menu.drillDown > ul > li > ul.column3 > li {
  width: 100%;
  padding: 0 4px;
}
.section-item-content .menu-container .menu.drillDown > ul > li > ul.column4 > li {
  width: 100%;
  padding: 0 4px;
}
.section-item-content .menu-container .menu.drillDown > ul > li > ul.column5 > li {
  width: 100%;
  padding: 0 4px;
}
.section-item-content .menu-container .menu.drillDown > ul > li ul[class^="column"] > li,
.section-item-content .menu-container .menu.drillDown > ul > li ul[class*=" column"] > li {
  width: 100%;
}
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul.column1 {
  width: 100%;
}
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li {
  margin: 0;
  padding: 0;
}
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box {
  width: 100%;
  float: left;
  padding: 0;
}
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01,
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02,
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03,
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box04 {
  float: left;
  width: 100%;
  padding: 0;
}
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01 ul,
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02 ul,
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03 ul,
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box04 ul {
  margin: 0 0 25px 0;
}
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01 ul li,
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02 ul li,
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03 ul li,
.section-item-content .menu-container .menu.drillDown > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box04 ul li {
  width: 100%;
  float: left;
  padding: 0 0 6px 0;
}
.section-item-content .menu-container .menu.drillDown > ul > li.four-col-prod ul.column4 {
  width: 100%;
}
.section-item-content .menu-container .menu.drillDown > ul > li.four-col-prod ul.column4 li {
  padding: 0 0 20px 0;
}
.section-item-content .menu-container .menu.drillDown > ul > li.four-col-prod ul.column4 li ul {
  margin: 0;
}
.section-item-content .menu-container .menu.drillDown > ul > li.four-col-prod ul.column4 li ul li {
  padding: 6px 0 0 0;
}
.section-item-content .menu-container .menu.drillDown > ul > li.four-col-prod .product-column-count3 {
  margin: 0 0 0 0px;
  width: 100%;
}
.section-item-content .menu-container .menu.drillDown > ul > li.menu-dropdown-icon .megaitemicons:before {
  font-size: 17px;
}
.section-item-content .menu-container .menu.drillDown > ul > li.menu-dropdown-icon > a:before {
  color: #333;
  line-height: 18px;
  float: right;
}
.section-item-content .menu-container .menu.drillDown > ul > li.menu-dropdown-icon > a:hover:before {
  color: #fff;
}
.section-item-content .menu-container .menu.drillDown > ul > li.menu-dropdown-icon:hover > a:before {
  color: #333;
}
.section-item-content .menu-container .menu.drillDown > ul > li:hover {
  background: #fff;
  color: #333;
}
.section-item-content .menu-container .menu.drillDown > ul > li:hover > a {
  color: #000;
}
.section-item-content .menu-container .menu.drillDown > ul > li:hover > a.active {
  color: #fff;
}
.section-item-content .menu-container .menu.drillDown > ul > li:hover > a.active .megaitemicons:before {
  color: #fff;
}
.section-item-content .menu-container .menu.drillDown > ul > li:hover > a .megaitemicons:before {
  color: #333;
}
.section-item-content .menu-container .menu.drillDown > ul > li.open > a {
  color: #fff;
  background: #f47727;
}
.section-item-content .menu-container .menu.drillDown > ul > li.open > a:before {
  color: #fff;
}
.section-item-content .menu-container .menu.drillDown > ul > li.open > a:hover:before {
  color: #fff;
}
.section-item-content .menu-container .menu.drillDown > ul > li.open > a .megaitemicons:before {
  color: #fff;
}
.section-item-content .menu-container .menu.drillDown > ul > li.menu-dropdown-icon > a:before {
  display: none;
}
.section-item-content .menu-container .menu.drillDown > ul > li.single-links-block ul.column1 {
  width: 100%;
}
.section-item-content .menu-container .menu.drillDown > ul > li span.plus {
  display: block;
  background: none;
}
.section-item-content .menu-container .menu.drillDown > ul > li span.plus.active:before {
  color: #000;
}
.section-item-content .menu-container .menu.drillDown > ul > li:hover > ul {
  display: none;
}
.section-item-content .menu-container .menu.drillDown > ul > li > ul.active {
  display: block;
  position: relative;
  border: 0;
  border-top: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  box-shadow: none;
  width: 100%;
}
.section-item-content .menu-container .menu.drillDown > ul > li .products-grid .product-item {
  width: 100%;
  padding: 0 0 0px 0;
}
.section-item-content .menu-container .menu.drillDown > ul > li .products-grid .product-item .product-item-info .product-item-photo {
  float: left;
  width: 30%;
}
.section-item-content .menu-container .menu.drillDown > ul > li .products-grid .product-item .product-item-info .product-item-details {
  float: right;
  width: 62%;
}
.section-item-content .menu-container .menu.drillDown > ul > li .products-grid .product-item .product-item-info:hover {
  background: none;
  box-shadow: inherit;
  border: #fff solid 1px;
}
.vertext-heading {
  clear: both;
  color: #ff5501;
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 22px;
  padding: 24px 0;
  position: relative;
  text-align: center;
}
.vertext-heading:before {
  background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, #ffffff 25%, #cecece 100%) repeat scroll 0 0;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 1080px) {
  .section-item-content .menu-container {
    width: 100%;
  }
  .section-item-content .menu-container .menu.horizontal {
    width: 100%;
    left: 0;
  }
  .section-item-content .menu-container .menu > ul > li > a {
    /*padding: 1em 1.5em;*/
  }
}
@media only screen and (max-width: 1074px) {
  .section-item-content .menu-container {
    width: 100%;
  }
  .section-item-content .menu-container .menu.vertical-left > ul > li > ul {
    width: 748px;
  }
  .section-item-content .menu-container .menu.vertical-left > ul > li > ul.column1 {
    width: 748px;
  }
  .section-item-content .menu-container .menu > ul > li > a {
    /*padding: 1em 1em;*/
  }
}
@media only screen and (max-width: 800px) {
  .vertical-left-menu,
  .banner-with-menu-right,
  .banner-with-menu-left,
  .vertical-right-menu {
    width: 100%;
  }
}
/*@media only screen and (max-width:(@screen__m + 110)) {*/
@media only screen and (max-width: 767px) {
  .section-item-content .menu-container {
    width: 100%;
    float: left;
    border: 0;
    border-bottom: #ddd solid 2px;
  }
  .section-item-content .menu-container .menu {
    background: #fff;
    float: left;
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li {
    width: 100%;
    display: block;
    position: relative;
    border-top: #ddd solid 1px;
  }
  .section-item-content .menu-container .menu > ul > li.single-links-block ul.column1 {
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li > a:hover {
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li > a.active {
    background: #f47727;
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li > ul {
    position: relative;
    box-shadow: none;
    border: none;
    border-top: #ddd solid 1px;
    padding: 16px;
    width: 100% !important;
  }
  .section-item-content .menu-container .menu > ul > li > ul h4 {
    margin: 0 0 20px 0;
    padding: 0 0 16px;
    border-bottom: #e5e5e5 solid 1px;
  }
  .section-item-content .menu-container .menu > ul > li > ul.column2 > li {
    width: 100%;
    padding: 0 4px;
  }
  .section-item-content .menu-container .menu > ul > li > ul.column3 > li {
    width: 100%;
    padding: 0 4px;
  }
  .section-item-content .menu-container .menu > ul > li > ul.column4 > li {
    width: 100%;
    padding: 0 4px;
  }
  .section-item-content .menu-container .menu > ul > li > ul.column5 > li {
    width: 100%;
    padding: 0 4px;
  }
  .section-item-content .menu-container .menu > ul > li ul[class^="column"] > li,
  .section-item-content .menu-container .menu > ul > li ul[class*=" column"] > li {
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li .menu-sidebar-right {
    display: none;
  }
  .section-item-content .menu-container .menu > ul > li .menu-sidebar-left,
  .section-item-content .menu-container .menu > ul > li .menu-sidebar-right {
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul {
    margin: 0;
    padding: 16px;
  }
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul.column1 {
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li {
    margin: 0;
    padding: 0;
  }
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box {
    width: 100%;
    float: left;
    padding: 0;
  }
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box04 {
    float: left;
    width: 100%;
    padding: 0;
  }
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01 ul,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02 ul,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03 ul,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box04 ul {
    margin: 0 0 25px 0;
  }
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box01 ul li,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box02 ul li,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box03 ul li,
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li .electronics-menu-box .electronics-menu-box04 ul li {
    width: 100%;
    float: left;
    padding: 0 0 6px 0;
  }
  .section-item-content .menu-container .menu > ul > li.three-col-small-banner ul li.megaStaticBlock ul {
    padding: 0;
  }
  .section-item-content .menu-container .menu > ul > li.four-col-prod ul.column4 {
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li.four-col-prod ul.column4 li {
    padding: 0 0 20px 0;
  }
  .section-item-content .menu-container .menu > ul > li.four-col-prod ul.column4 li ul {
    margin: 0;
  }
  .section-item-content .menu-container .menu > ul > li.four-col-prod ul.column4 li ul li {
    padding: 6px 0 0 0;
  }
  .section-item-content .menu-container .menu > ul > li.four-col-prod .product-column-count3 {
    margin: 0 0 0 0px;
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li.menu-dropdown-icon .megaitemicons:before {
    font-size: 17px;
  }
  .section-item-content .menu-container .menu > ul > li.menu-dropdown-icon > a:before {
    color: #333;
    line-height: 18px;
    float: right;
  }
  .section-item-content .menu-container .menu > ul > li.menu-dropdown-icon > a:hover:before {
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li.menu-dropdown-icon:hover > a:before {
    color: #333;
  }
  .section-item-content .menu-container .menu > ul > li:hover {
    background: #fff;
    color: #333;
  }
  .section-item-content .menu-container .menu > ul > li:hover > a {
    color: #000;
  }
  .section-item-content .menu-container .menu > ul > li:hover > a.active {
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li:hover > a.active .megaitemicons:before {
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li:hover > a .megaitemicons:before {
    color: #333;
  }
  .section-item-content .menu-container .menu > ul > li.open > a {
    color: #fff;
    background: #f47727;
  }
  .section-item-content .menu-container .menu > ul > li.open > a:before {
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li.open > a:hover:before {
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li.open > a .megaitemicons:before {
    color: #fff;
  }
  .section-item-content .menu-container .menu > ul > li.menu-dropdown-icon > a:before {
    display: none;
  }
  .section-item-content .menu-container .menu > ul > li span.plus {
    display: block;
    background: none;
  }
  .section-item-content .menu-container .menu > ul > li span.plus.active:before {
    color: #000;
  }
  .section-item-content .menu-container .menu > ul > li:hover > ul {
    display: none;
  }
  .section-item-content .menu-container .menu > ul > li > ul.active {
    display: block;
    position: relative;
    border: 0;
    border-top: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
    box-shadow: none;
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li .products-grid .product-item {
    width: 100%;
    padding: 0 0 0px 0;
  }
  .section-item-content .menu-container .menu > ul > li .products-grid .product-item .product-item-info .product-item-photo {
    float: left;
    width: 30%;
  }
  .section-item-content .menu-container .menu > ul > li .products-grid .product-item .product-item-info .product-item-details {
    float: right;
    width: 62%;
  }
  .section-item-content .menu-container .menu > ul > li .products-grid .product-item .product-item-info:hover {
    background: none;
    box-shadow: inherit;
    border: #fff solid 1px;
  }
  .section-item-content .menu-container .menu.vertical-left > ul > li > ul {
    left: 0;
    right: 0;
    width: 100%;
  }
  .section-item-content .menu-container .menu.vertical-left > ul > li > ul.column1 {
    left: 0;
    right: 0;
    width: 100% !important;
  }
  .section-item-content .menu-container .menu.vertical-right > ul > li > a {
    padding: 1em;
  }
  .section-item-content .menu-container .menu.vertical-right > ul > li > ul {
    left: 0;
    right: 0;
    width: 100%;
  }
  .section-item-content .menu-container .menu.vertical-right > ul > li > ul.column1 {
    left: 0;
    right: 0;
    width: 100% !important;
  }
  .drill-down-menu-box .drill-down-menu {
    width: 100%;
  }
  .banner-with-menu-right .home-main {
    height: auto;
  }
  .banner-with-menu-left .home-main {
    height: auto;
  }
}
@media only screen and (max-width: 580px) {
  .banner-with-menu-right .home-main {
    height: auto;
  }
  .banner-with-menu-right .home-main img {
    margin-left: 0;
  }
  .banner-with-menu-right .home-main .content.bg-white {
    display: none;
  }
  .banner-with-menu-left .home-main {
    height: auto;
  }
  .banner-with-menu-left .home-main img {
    margin-left: 0;
  }
  .banner-with-menu-left .home-main .content.bg-white {
    display: none;
  }
  .vertext-heading {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .section-item-content .menu-container .menu > ul > li ul li a {
    display: inherit;
  }
}
@font-face {
  font-family: 'svgicons';
  src: url('../Magedelight_SocialLogin/fonts/svgicons.woff2') format('woff2'), url('../Magedelight_SocialLogin/fonts/svgicons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
.modal-inner-wrap.md-social-popup {
  width: 80%;
  border: 0;
  border-radius: 8px;
  max-width: 650px;
  background: none;
  min-height: auto;
}
.modal-inner-wrap.md-social-popup .modal-header {
  background: #fff;
  border-radius: 4px 4px 0px 0px;
  padding: 0;
}
.modal-inner-wrap.md-social-popup .modal-header .action-close {
  display: block;
  border: #fff solid 0px;
  margin: 16px 16px 0 0;
  border-radius: 100px;
  width: 26px;
  height: 26px;
  padding: 0;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.modal-inner-wrap.md-social-popup .modal-header .modal-title {
  background: #e7e7e7;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 4px 4px 0px 0px;
  display: block;
  padding: 14px 20px;
}
.modal-inner-wrap.md-social-popup .modal-content {
  background: #fff;
  padding: 18px 40px 20px;
  border-radius: 0px 0px 4px 4px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form {
  float: left;
  width: 50%;
  position: relative;
  padding: 0 40px 0 0;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .form-list,
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .sociallogin-input-box {
  padding: 0 0 10px 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .form-list .login-label,
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .sociallogin-input-box .login-label {
  display: block;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .form-list .input-text,
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .sociallogin-input-box .input-text {
  border-radius: 2px;
  font-family: inherit;
  font-size: 1.1em;
  height: 35px;
  margin: 0;
  padding: 5px 4px;
  width: 100%;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .form-list label.label:after,
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .sociallogin-input-box label.label:after,
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .form-list label.required:after,
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .sociallogin-input-box label.required:after {
  color: red;
  content: " *";
  font-size: 12px;
  font-weight: normal;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-login-popup-button {
  padding-top: 10px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-login-popup-button .pass-register {
  float: left;
  width: 100%;
  padding: 10px 0 16px 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-login-popup-button .pass-register #md-forgot-password {
  float: left;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-login-popup-button .pass-register #md-sociallogin-create {
  float: left;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-login-popup-button .pass-register span {
  float: left;
  color: #c1c1c1;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .form-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .form-list li .name-firstname {
  margin: 0 0 10px 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .form-list li .actions-toolbar {
  margin: 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .form-list li .actions-toolbar .md-back {
  line-height: 32px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-forgot-user {
  margin: 0 0 30px 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-forgot-user .md-login-input-box {
  margin: 14px 0 6px 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-forgot-user .primary {
  float: left;
  margin-right: 20px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-forgot-user .secondary {
  float: right;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-forgot-user .secondary .md-back {
  line-height: 32px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-login-user:after,
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-forgot-user:after {
  right: -15px;
  text-align: center;
  position: absolute;
  line-height: 28px;
  top: 116px;
  border-radius: 100px;
  background: #fff;
  width: 30px;
  height: 30px;
  content: "or";
  color: #666;
  display: inline-block;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-forgot-user:after {
  top: 100px;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user {
  float: left;
  width: 50%;
  position: relative;
  padding: 0 40px 0 0;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .md-login-form-popup .password-strength-meter {
  padding: 0 5px;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .form-list,
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .sociallogin-input-box {
  padding: 0 0 10px 0;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .form-list .login-label,
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .sociallogin-input-box .login-label {
  display: block;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .form-list .input-text,
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .sociallogin-input-box .input-text {
  border-radius: 2px;
  box-shadow: 0 2px 2px #e3e3e3 inset;
  font-family: inherit;
  font-size: 1.1em;
  height: 35px;
  margin: 0;
  padding: 5px 4px;
  width: 96%;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .form-list label.label:after,
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .sociallogin-input-box label.label:after,
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .form-list label.required:after,
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .sociallogin-input-box label.required:after {
  color: red;
  content: " *";
  font-size: 12px;
  font-weight: normal;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .md-login-popup-button {
  padding-top: 10px;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .md-login-popup-button .pass-register {
  float: left;
  width: 100%;
  padding: 10px 0 16px 0;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .md-login-popup-button .pass-register #md-forgot-password {
  float: left;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .md-login-popup-button .pass-register #md-sociallogin-create {
  float: left;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .md-login-popup-button .pass-register span {
  float: left;
  color: #c1c1c1;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .form-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .form-list li .name-firstname {
  margin: 0 0 10px 0;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .form-list li .actions-toolbar {
  margin: 0;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .form-list li .actions-toolbar .md-back {
  line-height: 32px;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .md-forgot-user {
  margin: 0 0 30px 0;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .md-forgot-user .md-login-input-box {
  margin: 14px 0 6px 0;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .md-forgot-user .primary {
  float: left;
  margin-right: 20px;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .md-forgot-user .secondary {
  float: left;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user .md-forgot-user .secondary .md-back {
  line-height: 32px;
}
.modal-inner-wrap.md-social-popup .modal-content .md-create-user.md-register-user:after {
  right: -15px;
  text-align: center;
  position: absolute;
  line-height: 28px;
  top: 200px;
  border-radius: 100px;
  background: #fff;
  width: 30px;
  height: 30px;
  content: "or";
  color: #666;
  display: inline-block;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social {
  float: right;
  width: 42%;
  box-sizing: border-box;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-h3 {
  border: 0;
  margin: 8px 0 12px;
  padding: 0 0 4px 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social {
  margin: 0 0 0px;
  padding: 0 0 0px;
  list-style: none;
  float: left;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li {
  padding: 0 10px 0px 0;
  width: 220px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li button {
  width: 100%;
  background: #ccc;
  border-radius: 3px;
  text-align: left;
  float: left;
  line-height: 30px;
  color: #333;
  border: 0;
  height: 32px;
  padding: 0;
  margin: 0 0 10px 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li button:hover {
  opacity: .9;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li button: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 {
  padding: 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li button span .fa {
  width: 32px;
  background: #b7b7b7;
  height: 32px;
  color: #333;
  font-size: 18px;
  float: left;
  padding: 0;
  text-align: center;
  line-height: 32px;
  border-radius: 3px 0 0 3px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li button span span {
  padding: 0 0 0 14px;
  float: left;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all {
  margin: 8px 0 6px;
  border-top: #ddd solid 1px;
  padding: 15px 0 0;
  list-style: none;
  width: 100% !important;
  float: left;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all li {
  display: block;
  margin: 0;
  padding: 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all li button {
  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 {
  opacity: .9;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all li button: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 {
  padding: 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social-all li button 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 {
  padding: 0 0 0 14px;
  float: left;
  display: none;
}
.modal-inner-wrap.md-social-popup .modal-content .md-login-h3 {
  color: #666;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 4px;
  text-rendering: optimizespeed;
  text-transform: uppercase;
  margin: 8px 0 12px 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md-more-less {
  background: #333;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  float: left;
  font-weight: bold;
  padding: 6px 10px;
  min-width: 110px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-more-less.plus:before {
  background: #fff;
  border-radius: 100px;
  color: #333;
  content: "+";
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 20px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-more-less.minus:before {
  background: #fff;
  border-radius: 100px;
  color: #333;
  content: "-";
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 20px;
}
.checkout-index-index #md-login-social li.button.popup {
  width: 66.66666667%;
  padding-right: 30px;
}
.customer-account-create {
  overflow-x: hidden;
}
.customer-account-create div#md-login-social {
  float: none;
  display: block;
  width: 47%;
  margin: 0 auto;
}
.customer-account-create #md-login-social .md-login-social {
  float: none;
  width: 100%;
  display: block;
}
.customer-account-create #md-login-social .md-login-social li.button.popup {
  float: none;
  width: 100%;
}
body #md-login-social .md-login-social li button:not(.primary) {
  color: #000 !important;
  background: #fff !important;
  box-shadow: none;
  border: 2px solid #ccc;
  border-radius: 10px;
  text-align: center;
  padding: 7px 0;
  height: auto;
  float: none;
  width: 100%;
}
body #md-login-social .md-login-social li button span .fa:before {
  display: none;
}
body #md-login-social .md-login-social li button span .fa {
  background-image: url(../images/social-google-img.png);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-right: 10px;
}
body #md-login-social .md-login-social li button span span {
  float: none;
  vertical-align: middle;
  font-size: 19px;
}
#md-login-social .md-login-social li .or-option {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  padding: 10px 0px;
  position: relative;
  height: 40px;
}
#md-login-social .md-login-social li .or-option span {
  z-index: 0;
  background-color: #fff;
  position: absolute;
  padding: 0 10px;
  left: 50%;
  transform: translate(-50%, 0%);
}
#md-login-social .md-login-social li .or-option:before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background-color: #ccc;
  position: absolute;
  top: 19px;
  left: 0;
  z-index: 0;
}
#md-login-social {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
#md-login-social .md-login-h3 {
  border-bottom: #ddd solid 1px;
  margin: 0 0 20px;
  padding: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
}
#md-login-social .md-login-social {
  margin: 0 0 0px;
  padding: 0 0 0px;
  list-style: none;
  display: block;
  width: 100%;
  float: left;
}
#md-login-social .md-login-social li {
  padding: 0 10px 0 0;
  float: left;
  margin: 0;
  width: 47%;
}
#md-login-social .md-login-social li button {
  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 {
  opacity: .9;
}
#md-login-social .md-login-social li button: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 {
  padding: 0;
}
#md-login-social .md-login-social li button span .fa {
  width: 32px;
  height: 32px;
  color: #333;
  font-size: 18px;
  float: left;
  padding: 0;
  text-align: center;
  line-height: 32px;
  border-radius: 20px;
}
#md-login-social .md-login-social li button span span {
  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 {
  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 {
  opacity: .9;
}
#md-login-social .md-login-social-btn li button:not(.primary),
#md-login-social .md-login-social-all li button: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 {
  padding: 0;
}
#md-login-social .md-login-social-btn li button span .fa,
#md-login-social .md-login-social-all li button 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 {
  padding: 0 0 0 14px;
  float: left;
  display: none;
}
#md-login-social #md-more-less {
  background: #333;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  float: left;
  display: block;
  margin: 0 0 0px 0;
  font-weight: bold;
  clear: both;
  padding: 6px 10px;
  min-width: 110px;
}
#md-login-social #md-more-less.plus:before {
  background: #fff;
  border-radius: 100px;
  color: #333;
  content: "+";
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 20px;
}
#md-login-social #md-more-less.minus:before {
  background: #fff;
  border-radius: 100px;
  color: #333;
  content: "-";
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 20px;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.bottom #md-login-form {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 0;
  border-right: 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.bottom #md-login-form .md-login-user:after,
.modal-inner-wrap.md-social-popup .modal-content #md_popup.bottom #md-login-form .md-forgot-user:after {
  left: 50%;
  bottom: -30px;
  right: inherit;
  top: inherit;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.bottom .md-create-user.md-register-user {
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0;
  border-right: 0;
  border-bottom: 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.bottom .md-create-user.md-register-user:after {
  left: 50%;
  bottom: -30px;
  right: inherit;
  top: inherit;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.bottom #md-login-social {
  width: 100%;
  border-top: 1px solid #dddddd;
  padding: 40px 0 0;
  margin: 16px 0 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-form {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 0;
  border-right: 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-form .md-login-user:after,
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-form .md-forgot-user:after {
  left: 50%;
  bottom: -30px;
  right: inherit;
  top: inherit;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top .md-create-user.md-register-user {
  width: 100%;
  padding: 0;
  margin: 0;
  border-right: 0;
  border-bottom: 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top .md-create-user.md-register-user:after {
  left: 50%;
  bottom: -30px;
  right: inherit;
  top: inherit;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-social {
  width: 100%;
  border-top: 1px solid #dddddd;
  padding: 40px 0 0;
  margin: 16px 0 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-form {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 0;
  border-right: 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-form .md-login-user:after,
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-form .md-forgot-user:after {
  left: 50%;
  bottom: inherit;
  right: inherit;
  top: -43px;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top .md-create-user.md-register-user {
  width: 100%;
  padding: 0 0 26px 0;
  margin: 0;
  border-right: 0;
  border-bottom: 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top .md-create-user.md-register-user:after {
  left: 50%;
  bottom: inherit;
  right: inherit;
  top: -43px;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-social {
  width: 100%;
  border-top: 0;
  border-bottom: 1px solid #dddddd;
  padding: 0 0 40px;
  margin: 0 0 26px;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.left #md-login-form {
  width: 52%;
  padding: 0 0 0 40px;
  margin: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 1px solid #dddddd;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.left #md-login-form .md-login-user,
.modal-inner-wrap.md-social-popup .modal-content #md_popup.left #md-login-form .md-forgot-user {
  min-height: 324px;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.left #md-login-form .md-login-user:after,
.modal-inner-wrap.md-social-popup .modal-content #md_popup.left #md-login-form .md-forgot-user:after {
  bottom: inherit;
  left: -15px;
  top: 50%;
  right: inherit;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.left .md-create-user.md-register-user {
  width: 52%;
  padding: 0 0 26px 40px;
  margin: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 1px solid #dddddd;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.left .md-create-user.md-register-user:after {
  left: 50%;
  bottom: inherit;
  left: -15px;
  top: 50%;
  right: inherit;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.left #md-login-social {
  width: 48%;
  float: left;
  border-top: 0;
  border-bottom: 0px solid #dddddd;
  padding: 0 0 40px;
  margin: 0 0 26px;
}
@media only screen and (max-width: 768px) {
  .customer-account-create div#md-login-social,
  #md-login-social .md-login-social li {
    width: 100%;
  }
  body.checkout-index-index #md-login-social li.button.popup {
    width: 100%;
    padding-right: 0px;
  }
  .social-popup.modal-popup.modal-slide {
    left: 0;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.md-social-popup {
    min-height: auto;
    border-radius: 4px;
    margin: 14px;
    max-width: 740px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.md-social-popup .modal-content #md_popup.left #md-login-social {
    width: 100%;
    border-bottom: 1px solid #dddddd;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.md-social-popup .modal-content #md_popup.left #md-login-social:after {
    top: inherit;
    bottom: -15px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.md-social-popup .modal-content #md_popup.left #md-login-form {
    width: 100%;
    padding: 0;
    border: 0;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.md-social-popup .modal-content #md_popup.left .md-create-user.md-register-user {
    border-left: 0;
    padding: 0 0 26px;
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-social:after {
    top: inherit;
    bottom: -15px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-title {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content {
    padding: 18px 26px 20px;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-form {
    border: 0;
    padding: 0;
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-form .md-login-user:after,
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-form .md-forgot-user:after {
    display: none;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-form .md-login-user .form-list,
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-form .md-forgot-user .form-list,
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-form .md-login-user .sociallogin-input-box,
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-form .md-forgot-user .sociallogin-input-box {
    padding: 0 0 10px 0;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-form .md-login-user .form-list .input-text,
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-form .md-forgot-user .form-list .input-text,
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-form .md-login-user .sociallogin-input-box .input-text,
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-form .md-forgot-user .sociallogin-input-box .input-text {
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content .md-create-user.md-register-user {
    border: 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content .md-create-user.md-register-user .form-list,
  .modal-popup.modal-slide._inner-scroll .modal-content .md-create-user.md-register-user .sociallogin-input-box {
    padding: 0 0 10px 0;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content .md-create-user.md-register-user .form-list .input-text,
  .modal-popup.modal-slide._inner-scroll .modal-content .md-create-user.md-register-user .sociallogin-input-box .input-text {
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content .md-create-user.md-register-user:after {
    display: none;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-social {
    width: 100%;
    border-top: 1px solid #ddd;
    margin: 16px 0 0 0;
    padding: 20px 0 0 0;
    position: relative;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-social .md-login-social {
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-social .md-login-social-all {
    width: 100%;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-social #md-more-less {
    clear: both;
  }
  .modal-popup.modal-slide._inner-scroll .modal-content #md-login-social:after {
    left: 50%;
    text-align: center;
    position: absolute;
    line-height: 28px;
    top: -16px;
    margin: 0 0 0 -15px;
    border-radius: 100px;
    background: #fff;
    width: 30px;
    height: 30px;
    content: "or";
    color: #666;
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  #amasty-shopby-product-list .toolbar.toolbar-products {
    position: relative;
    min-height: 110px;
  }
  #amasty-shopby-product-list .toolbar.toolbar-products .pages {
    float: left;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
  }
  #amasty-shopby-product-list .bottom-toolbar .toolbar.toolbar-products {
    min-height: auto;
  }
  #amasty-shopby-product-list .bottom-toolbar .toolbar.toolbar-products .pages {
    position: relative;
    width: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .block-reorder .actions-toolbar .primary .tocart {
    font-size: 10px;
  }
}
@media screen and (max-width: 1080px) {
  #amasty-shopby-product-list .toolbar.toolbar-products {
    position: relative;
  }
  #amasty-shopby-product-list .toolbar.toolbar-products p#toolbar-amount {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  #amasty-shopby-product-list .toolbar.toolbar-products .modes {
    position: absolute;
    right: 0;
    top: 12px;
  }
  #amasty-shopby-product-list .toolbar.toolbar-products .pages {
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sidebar-main.sidebar .filter-current {
    padding: 0;
    margin: 0 0 10px 0;
  }
  .sidebar-main.sidebar .filter-current + .filter-actions {
    top: auto;
    position: relative;
    bottom: 10px;
  }
  .sidebar-main.sidebar .filter-current + .filter-actions .filter-clear {
    color: #231f20;
  }
  .page-products .columns .sidebar .block {
    padding: 10px 10px;
  }
  .page-products .page-main .sidebar .block-title strong {
    font-weight: 600;
    font-size: 16px;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
  }
  .sidebar .product-items .product-item-details .product-item-actions .action.delete {
    margin: -2px 0 0;
  }
  .sidebar .block.block-wishlist .product-items .product-item {
    border-bottom: 1px solid #ccc;
    float: left;
    padding-bottom: 20px;
    width: 100%;
  }
  .products-list .product-item {
    padding-bottom: 15px;
  }
  .products-list .product-item-details .product-item-content {
    width: 100%;
  }
  .products-list .product-item-details .product-item-inner {
    width: 100%;
    padding: 0px;
  }
  .products-list.list .product-items .product-reviews-summary,
  .products-list.list .product-items .actions {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #amasty-shopby-product-list .toolbar.toolbar-products .modes {
    position: relative;
    right: 0;
    top: 0;
  }
  .catalog-category-view .product-items li .swatch-attribute .swatch-option.color,
  .ambrand-index-index .product-items li .swatch-attribute .swatch-option.color {
    /*width: 64px;
                            height: 32px !important;
                            margin-bottom: 5px;  */
  }
  .catalog-category-view .product-items li .swatch-attribute .swatch-option.text,
  .ambrand-index-index .product-items li .swatch-attribute .swatch-option.text {
    width: 64px;
    height: 32px;
    line-height: 16px;
    font-size: 10px;
  }
  .page-products .sidebar-additional {
    margin-top: 20px;
  }
  .page-products .sidebar-main.sidebar a {
    font-size: 12px;
    font-weight: 300;
    color: #333333;
  }
  .page-products .sidebar-main.sidebar a:hover {
    color: #231f20;
  }
  .page-products .sidebar .block.block-wishlist,
  .page-products .sidebar .block.block-reorder,
  .page-products .sidebar .block.block-compare {
    border: 1px solid #e9e8e8;
    margin-bottom: 17px;
    padding: 10px 20px;
    float: left;
    width: 100%;
  }
  .page-products .sidebar .block.block-wishlist.block-reorder .actions-toolbar,
  .page-products .sidebar .block.block-reorder.block-reorder .actions-toolbar,
  .page-products .sidebar .block.block-compare.block-reorder .actions-toolbar,
  .page-products .sidebar .block.block-wishlist.block-compare .actions-toolbar,
  .page-products .sidebar .block.block-reorder.block-compare .actions-toolbar,
  .page-products .sidebar .block.block-compare.block-compare .actions-toolbar {
    margin-bottom: 0;
  }
  .page-products .sidebar .block.block-wishlist.block-reorder .actions-toolbar .primary,
  .page-products .sidebar .block.block-reorder.block-reorder .actions-toolbar .primary,
  .page-products .sidebar .block.block-compare.block-reorder .actions-toolbar .primary,
  .page-products .sidebar .block.block-wishlist.block-compare .actions-toolbar .primary,
  .page-products .sidebar .block.block-reorder.block-compare .actions-toolbar .primary,
  .page-products .sidebar .block.block-compare.block-compare .actions-toolbar .primary,
  .page-products .sidebar .block.block-wishlist.block-reorder .actions-toolbar .action,
  .page-products .sidebar .block.block-reorder.block-reorder .actions-toolbar .action,
  .page-products .sidebar .block.block-compare.block-reorder .actions-toolbar .action,
  .page-products .sidebar .block.block-wishlist.block-compare .actions-toolbar .action,
  .page-products .sidebar .block.block-reorder.block-compare .actions-toolbar .action,
  .page-products .sidebar .block.block-compare.block-compare .actions-toolbar .action {
    margin-bottom: 0;
  }
  .page-products .sidebar .block-title {
    font-size: 16px;
    font-weight: 600;
    color: #373638;
  }
  .page-products .sidebar .block-title strong {
    font-weight: 400;
    font-size: 21px;
  }
  .page-products .sidebar .empty {
    font-size: 14px;
    font-weight: 300;
  }
  .field.limiter {
    display: none;
  }
  .toolbar-sorter.sorter {
    float: right;
    margin: 0px;
  }
  .toolbar-sorter.sorter .sorter-label {
    font-size: 15px;
  }
  .toolbar.toolbar-products {
    padding: 15px 10px;
    text-align: center;
    margin: 20px 0 15px 0;
    position: relative;
    z-index: 1;
  }
  .toolbar.toolbar-products .toolbar-amount {
    display: none;
  }
  .sidebar-main.sidebar .filter-current {
    padding: 0;
    margin: 0 0 10px 0;
  }
  .sidebar-main.sidebar .filter-current + .filter-actions {
    top: 10px;
    right: 15px;
  }
}
.block.widget .block-content .products-grid .wed-product li.product-item-popular:first-child {
  display: block !important;
  visibility: hidden;
}
.block.widget .block-content .products-grid .wed-product li.product-item-popular {
  display: none !important;
  visibility: hidden;
}
.block.widget .block-content .products-grid .wed-product.slick-initialized li.product-item-popular:first-child {
  visibility: visible;
}
.block.widget .block-content .products-grid .wed-product.slick-initialized li.product-item-popular {
  display: block !important;
  visibility: visible;
}
.__title-gray-line {
  position: relative;
}
.__title-gray-line:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 65px;
  background: #f0f0f0;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: -15px;
}
/*.block.crosssell {
    .block-title {
        text-align: center;
        > h3 {
            font-size: @md-font-size-18;
            font-weight: @font-weight__heavier;
            color: @md-color-3;
            text-transform: uppercase;
            text-align: center;
            .__title-gray-line;  
        }
    }
}*/
.block.crosssell,
.block.upsell,
.block.related {
  display: inline-block;
  width: 100%;
  text-transform: none;
  margin: 73px 0 0 0;
  padding: 0px;
  position: relative;
}
.block.crosssell .block-title,
.block.upsell .block-title,
.block.related .block-title {
  padding: 0px;
  margin: 0px 0px 15px 0px;
}
.block.crosssell .block-title > h3,
.block.upsell .block-title > h3,
.block.related .block-title > h3 {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  text-transform: none;
  text-align: center;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.block.crosssell .product-items li .product-item-info,
.block.upsell .product-items li .product-item-info,
.block.related .product-items li .product-item-info {
  border: 0;
}
.block.crosssell .product-items li .product-item-info .product-item-name,
.block.upsell .product-items li .product-item-info .product-item-name,
.block.related .product-items li .product-item-info .product-item-name {
  margin: 8px 0 20px 0;
}
.block.crosssell .slick-nav,
.block.upsell .slick-nav,
.block.related .slick-nav {
  display: inline-block;
  margin: 0px;
}
.block.crosssell .slick-nav .control-nav.prev,
.block.upsell .slick-nav .control-nav.prev,
.block.related .slick-nav .control-nav.prev {
  margin: 0px;
  position: absolute;
  left: 0;
  top: 45%;
  z-index: 9;
  width: auto;
}
.block.crosssell .slick-nav .control-nav.prev .arrow:before,
.block.upsell .slick-nav .control-nav.prev .arrow:before,
.block.related .slick-nav .control-nav.prev .arrow:before {
  content: "\e919";
}
.block.crosssell .slick-nav .control-nav.next,
.block.upsell .slick-nav .control-nav.next,
.block.related .slick-nav .control-nav.next {
  margin: 0px;
  position: absolute;
  right: 0;
  top: 45%;
  z-index: 9;
  transform: rotate(-180deg);
}
.block.crosssell .slick-nav .control-nav .arrow:before,
.block.upsell .slick-nav .control-nav .arrow:before,
.block.related .slick-nav .control-nav .arrow:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.block.crosssell .slick-nav .control-nav .arrow:hover,
.block.upsell .slick-nav .control-nav .arrow:hover,
.block.related .slick-nav .control-nav .arrow:hover {
  text-decoration: none;
}
.block.crosssell .slick-nav .control-nav .arrow:before,
.block.upsell .slick-nav .control-nav .arrow:before,
.block.related .slick-nav .control-nav .arrow:before {
  content: "\e901";
  color: #000;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  line-height: 35px;
}
.block.crosssell .slick-nav .control-nav .arrow .arrow-inner,
.block.upsell .slick-nav .control-nav .arrow .arrow-inner,
.block.related .slick-nav .control-nav .arrow .arrow-inner {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
.block.crosssell .slick-nav .control-nav .arrow:hover,
.block.upsell .slick-nav .control-nav .arrow:hover,
.block.related .slick-nav .control-nav .arrow:hover,
.block.crosssell .slick-nav .control-nav .arrow:hover:before,
.block.upsell .slick-nav .control-nav .arrow:hover:before,
.block.related .slick-nav .control-nav .arrow:hover:before {
  color: #000000;
  border-color: #ffffff;
}
.block.crosssell .slick-nav .control-nav .arrow.slick-hidden,
.block.upsell .slick-nav .control-nav .arrow.slick-hidden,
.block.related .slick-nav .control-nav .arrow.slick-hidden {
  display: block;
}
.block.crosssell .slick-nav .control-nav .arrow.slick-hidden:before,
.block.upsell .slick-nav .control-nav .arrow.slick-hidden:before,
.block.related .slick-nav .control-nav .arrow.slick-hidden:before {
  opacity: 0;
}
.block.crosssell .slick-nav .control-nav.next .line-big,
.block.upsell .slick-nav .control-nav.next .line-big,
.block.related .slick-nav .control-nav.next .line-big {
  float: left;
}
.block.crosssell .slick-nav .control-nav.next .line-big:after,
.block.upsell .slick-nav .control-nav.next .line-big:after,
.block.related .slick-nav .control-nav.next .line-big:after {
  left: auto;
  right: -10px;
}
.block.crosssell .slick-nav .control-nav.next .line-small,
.block.upsell .slick-nav .control-nav.next .line-small,
.block.related .slick-nav .control-nav.next .line-small {
  right: auto;
  left: 0;
}
.block.crosssell .slick-nav .control-nav.next .arrow,
.block.upsell .slick-nav .control-nav.next .arrow,
.block.related .slick-nav .control-nav.next .arrow {
  float: left;
}
.block.crosssell .slick-nav .control-nav.next .arrow:before,
.block.upsell .slick-nav .control-nav.next .arrow:before,
.block.related .slick-nav .control-nav.next .arrow:before {
  content: "\e919";
}
.block.crosssell .block-content,
.block.upsell .block-content,
.block.related .block-content {
  clear: both;
}
.block.crosssell .block-content .products,
.block.upsell .block-content .products,
.block.related .block-content .products {
  margin-top: 0;
}
.block.crosssell .block-content .products .slick-initialized .slick-slide,
.block.upsell .block-content .products .slick-initialized .slick-slide,
.block.related .block-content .products .slick-initialized .slick-slide {
  margin: 0px 20px;
}
.block.crosssell .block-content .products .slick-initialized .slick-slide .product-item-info .product-image-wrapper,
.block.upsell .block-content .products .slick-initialized .slick-slide .product-item-info .product-image-wrapper,
.block.related .block-content .products .slick-initialized .slick-slide .product-item-info .product-image-wrapper {
  padding-bottom: 100% !important;
}
.block.crosssell .block-content .products .slick-initialized .slick-slide .product-item-info .product-image-wrapper .slick-slide img,
.block.upsell .block-content .products .slick-initialized .slick-slide .product-item-info .product-image-wrapper .slick-slide img,
.block.related .block-content .products .slick-initialized .slick-slide .product-item-info .product-image-wrapper .slick-slide img {
  display: inline-block;
  margin: 0px;
  text-align: center;
  margin: 0px auto;
}
.block.crosssell .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details,
.block.upsell .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details,
.block.related .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details {
  padding: 0px 20px;
}
.block.crosssell .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .price-box .price,
.block.upsell .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .price-box .price,
.block.related .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .price-box .price {
  font-size: 18px;
  color: #000;
}
.block.crosssell .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .price-box .old-price .price,
.block.upsell .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .price-box .old-price .price,
.block.related .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .price-box .old-price .price {
  font-size: 16px;
  color: #999;
}
.block.crosssell .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .product-item-name,
.block.upsell .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .product-item-name,
.block.related .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .product-item-name {
  margin-bottom: 5px;
  min-height: 40px;
  overflow: hidden;
}
.block.crosssell .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .product-item-name a,
.block.upsell .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .product-item-name a,
.block.related .block-content .products .slick-initialized .slick-slide .product-item-info .product-item-details .product-item-name a {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 44px;
}
.block.crosssell .block-content .block-actions,
.block.upsell .block-content .block-actions,
.block.related .block-content .block-actions {
  background: #eaeaea;
  padding: 10px 15px;
  color: #868485;
}
.block.crosssell .block-content .block-actions button.select,
.block.upsell .block-content .block-actions button.select,
.block.related .block-content .block-actions button.select {
  background: transparent;
  color: #231f20;
  padding: 0;
  display: initial;
}
.block.crosssell .block-content .products-grid .product-item,
.block.upsell .block-content .products-grid .product-item,
.block.related .block-content .products-grid .product-item {
  margin: 0;
  padding: 0;
}
.block.crosssell .block-content .products-grid .product-item .product-item-info .field.choice.related,
.block.upsell .block-content .products-grid .product-item .product-item-info .field.choice.related,
.block.related .block-content .products-grid .product-item .product-item-info .field.choice.related {
  background: #231f20;
  display: inline-block;
  padding: 6px 14px;
  color: #ffffff;
  font-size: 15px;
}
.block.crosssell .column.main .block.crosssell .slick-nav .control-nav.prev,
.block.upsell .column.main .block.crosssell .slick-nav .control-nav.prev,
.block.related .column.main .block.crosssell .slick-nav .control-nav.prev,
.block.crosssell .column.main .block.upsell .slick-nav .control-nav.prev,
.block.upsell .column.main .block.upsell .slick-nav .control-nav.prev,
.block.related .column.main .block.upsell .slick-nav .control-nav.prev,
.block.crosssell .column.main .block.related .slick-nav .control-nav.prev,
.block.upsell .column.main .block.related .slick-nav .control-nav.prev,
.block.related .column.main .block.related .slick-nav .control-nav.prev {
  width: 10px;
  left: 0;
}
.block.crosssell .column.main .block.crosssell .slick-nav .control-nav.next,
.block.upsell .column.main .block.crosssell .slick-nav .control-nav.next,
.block.related .column.main .block.crosssell .slick-nav .control-nav.next,
.block.crosssell .column.main .block.upsell .slick-nav .control-nav.next,
.block.upsell .column.main .block.upsell .slick-nav .control-nav.next,
.block.related .column.main .block.upsell .slick-nav .control-nav.next,
.block.crosssell .column.main .block.related .slick-nav .control-nav.next,
.block.upsell .column.main .block.related .slick-nav .control-nav.next,
.block.related .column.main .block.related .slick-nav .control-nav.next {
  width: 10px;
  right: -10px;
}
.block.crosssell .block.related .product-items li .product-item-info,
.block.upsell .block.related .product-items li .product-item-info,
.block.related .block.related .product-items li .product-item-info {
  border: 1px solid #eee;
  border-radius: 4px;
}
.block.related .grid .product-items li .product-image-photo {
  max-width: 100% !important;
}
.block.crosssell .block-content .products .slick-initialized .slick-slide .product-item-info,
.block.upsell .block-content .products .slick-initialized .slick-slide .product-item-info,
.block.related .block-content .products .slick-initialized .slick-slide .product-item-info {
  width: auto;
  max-width: 400px;
}
.block.crosssell .block-content .products li.product.product-other-item:first-child,
.block.upsell .block-content .products li.product.product-other-item:first-child,
.block.related .block-content .products li.product.product-other-item:first-child {
  display: block !important;
  visibility: hidden;
}
.block.crosssell .block-content .products li.product.product-other-item,
.block.upsell .block-content .products li.product.product-other-item,
.block.related .block-content .products li.product.product-other-item {
  display: none !important;
  visibility: hidden;
}
.block.crosssell .block-content .products .product-items.slick-initialized li.product.product-other-item:first-child,
.block.upsell .block-content .products .product-items.slick-initialized li.product.product-other-item:first-child,
.block.related .block-content .products .product-items.slick-initialized li.product.product-other-item:first-child {
  visibility: visible;
}
.block.crosssell .block-content .products .product-items.slick-initialized li.product.product-other-item,
.block.upsell .block-content .products .product-items.slick-initialized li.product.product-other-item,
.block.related .block-content .products .product-items.slick-initialized li.product.product-other-item {
  display: block !important;
  visibility: visible;
}
@media screen and (max-width: 1180px) {
  .catalog-product-view .product-info-main .product-info-postcode-store {
    flex-flow: column;
  }
  .catalog-product-view .product-info-main .product-info-postcode-store .md-postcode {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0;
  }
  .catalog-product-view .product-info-main .product-info-postcode-store .store-information {
    width: 100%;
    max-width: 100%;
    margin: 0px 0;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view header.modal-header .modal-title {
    padding-bottom: 0px;
  }
  #store-information-list .store-column {
    width: 49%;
    float: none;
    margin: 0 0 10px;
    display: inline-block;
    vertical-align: top;
  }
  #store-information-list .store-column .store-inner-column {
    padding: 5px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .product-info-main .product-info-stock-sku {
    font-size: 13px;
  }
  .product-info-main .product-info-stock-sku .store-information #store-information-button span {
    padding: 10px 5px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 1024px) {
  .product-info-main .product-social-links .action > span {
    float: right;
    padding: 0px 0px 0px 10px;
  }
  .catalog-category-view.page-products .sidebar .block-title,
  .ambrand-index-index .sidebar .block-title,
  .catalogsearch-result-index .sidebar .block-title {
    display: block;
  }
  .catalog-category-view.page-products .column.main,
  .ambrand-index-index .column.main,
  .catalogsearch-result-index .column.main {
    border: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product.media .product-info-social-share .socialshare-label {
    z-index: 1;
  }
  .catalog-category-view.page-products .sidebar .filter-options .filter-options-item,
  .ambrand-index-index .sidebar .filter-options .filter-options-item,
  .catalogsearch-result-index .sidebar .filter-options .filter-options-item {
    padding: 10px 0;
  }
  .catalog-category-view.page-products .sidebar .filter-options .filter-options-item:first-child,
  .ambrand-index-index .sidebar .filter-options .filter-options-item:first-child,
  .catalogsearch-result-index .sidebar .filter-options .filter-options-item:first-child {
    border-top: 0;
  }
  .catalog-category-view.page-products .sidebar .filter-options .filter-options-item .filter-options-title,
  .ambrand-index-index .sidebar .filter-options .filter-options-item .filter-options-title,
  .catalogsearch-result-index .sidebar .filter-options .filter-options-item .filter-options-title {
    font-size: 14px;
  }
  .rtl-layout .page-layout-1column .product-info-main .product-info-stock-sku {
    float: none !important;
  }
  .rtl-layout .page-layout-1column .product-info-main .product.attribute.sku {
    border-right: 1px solid #ccc;
  }
  .product-info-main .page-title-wrapper h1.page-title,
  .block-bundle-summary .page-title-wrapper h1.page-title {
    font-size: 22px;
    line-height: 24px;
  }
  .product-info-main .product-reviews-summary .reviews-actions .review-box,
  .block-bundle-summary .product-reviews-summary .reviews-actions .review-box {
    padding: 0 0 0 8px;
    margin: 0 0 0 2px;
  }
  .product-info-main .product.attribute.sku,
  .block-bundle-summary .product.attribute.sku {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    clear: both;
    float: left;
    margin-right: 10px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
  }
  .product-info-main .price-box,
  .block-bundle-summary .price-box {
    margin-top: 25px;
  }
  .product-info-main .price-box .price-wrapper .price,
  .block-bundle-summary .price-box .price-wrapper .price {
    font-size: 23px;
  }
  .product-info-main .price-box .special-price,
  .block-bundle-summary .price-box .special-price,
  .product-info-main .price-box .old-price,
  .block-bundle-summary .price-box .old-price {
    float: none !important;
  }
  .product-info-main .price-box .special-price .price,
  .block-bundle-summary .price-box .special-price .price,
  .product-info-main .price-box .old-price .price,
  .block-bundle-summary .price-box .old-price .price {
    font-size: 16px;
    margin-top: 5px;
  }
  .product.info.detailed {
    margin: 15px -15px 0px -15px;
  }
  .product.info .product.data.items > .item.title {
    margin: 0;
  }
  .product.info .product.data.items > .item.title > .switch {
    background: transparent;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    border-width: 1px 0 1px 0;
    margin: -1px 0px;
  }
  .product.info .product.data.items > .item.title > .switch:after {
    content: '';
    font-family: 'md-ico-fgo';
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
  }
  .product.info .product.data.items > .item.title > .switch:hover {
    text-decoration: none;
  }
  .product.info .product.data.items > .item.title > .switch:after {
    content: "\e94c";
    font-size: 15px;
    font-weight: 400;
    float: right;
    line-height: 37px;
  }
  .product.info .product.data.items > .item.title:focus,
  .product.info .product.data.items > .item.title:hover,
  .product.info .product.data.items > .item.title.active {
    border: 0;
    background: #f7f7f7;
    margin: 0;
  }
  .product.info .product.data.items > .item.title:focus > .switch,
  .product.info .product.data.items > .item.title:hover > .switch,
  .product.info .product.data.items > .item.title.active > .switch {
    background: #f7f7f7;
  }
  .product.info .product.data.items > .item.title:focus > .switch:after,
  .product.info .product.data.items > .item.title:hover > .switch:after,
  .product.info .product.data.items > .item.title.active > .switch:after {
    content: "\e94a";
  }
  .product.info .product.data.items > .item.content {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    border: 0;
    background: #f7f7f7;
    margin: 0;
    padding: 0px 20px 10px 20px;
  }
  .product.info .product.data.items > .item.content .review-form .fieldset {
    margin-bottom: 20px;
  }
  .product.info .product.data.items > .item.content .review-form .fieldset .review-legend.legend strong {
    margin: 10px 0 0 0;
  }
  .product.info .product.data.items > .item.content .review-form .action.submit.primary {
    padding: 13px 25px;
    border-radius: 4px;
  }
  .block-wishlist .block-title strong {
    margin: 0 0 10px 0;
  }
  .block-compare .block-title strong {
    margin: 0 0 10px 0;
  }
  .block-compare .actions-toolbar {
    margin: 10px 0 20px 0;
    width: 100%;
    float: left;
  }
  .block-compare .actions-toolbar .primary,
  .block-compare .actions-toolbar .secondary {
    float: left;
  }
  .block-compare .actions-toolbar .primary.secondary,
  .block-compare .actions-toolbar .secondary.secondary {
    float: right;
  }
  table.table.table-comparison .product-item-actions .actions-secondary,
  table.table.table-comparison .product-item-actions .actions-primary {
    display: table-cell;
  }
  .zoom-img {
    bottom: 35px;
    right: 10px;
    z-index: 1;
  }
}
@media screen and (max-width: 479px) {
  #store-information-list .store-column {
    width: 100%;
  }
  #store-information-list .store-column .store-inner-column {
    min-height: initial;
  }
  .product-info-main .product-info-stock-sku .store-information #store-information-button span {
    font-size: 11px;
  }
}
@media (max-width: 1500px) and (min-width: 1025px) {
  .partialpayment-box-container .field .field.choice label.label {
    max-width: 100%;
  }
  .partialpayment-box-container .field .control {
    height: auto;
  }
}
@media (max-width: 2000px) and (min-width: 1025px) {
  .product-options-bottom .box-tocart .partialpayment-box-container .field select {
    width: 100%;
  }
  .product-options-bottom .box-tocart .partialpayment-box-container .field select ~ br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .block.block-search {
    float: right;
    margin-top: 0;
  }
  .block.block-search form.active .field.search .control {
    clear: both;
    margin: 0;
    position: absolute;
    padding: 0;
    right: 41px;
    left: 50px;
    bottom: 2px;
    z-index: 9;
  }
  .block.block-search form.active .field.search .control input {
    position: static;
  }
  .mst-searchautocomplete__item.magento_catalog_product img {
    max-width: 50px;
  }
  .mst-searchautocomplete__item.magento_catalog_product .meta {
    margin: 0 5px 0 0;
    font-size: 13px;
  }
}
._summary-label-color {
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 839px) {
  .page-wrapper .cart .gift-options {
    min-width: 120px;
  }
  .checkout-cart-index .grid .product-items li .product-item-info .product-item-inner {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .coupon-section.summary.title a.action {
    display: inline-block;
    width: auto;
    margin: 0 auto !important;
    float: none;
    padding: 7px 7px 5px;
  }
  .checkout-cart-index .gift-wrapping-preview img {
    max-width: 100%;
    width: 150px;
  }
}
/*.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m ) {*/
@media only screen and (max-width: 769px) {
  .cart-container {
    display: flex;
    flex-direction: column;
  }
  .cart-container .cart-summary {
    order: 1;
  }
  .cart-container .form-cart {
    order: 0;
  }
  .page-wrapper .cart-container .checkout-methods-items .action.primary {
    max-width: 100%;
  }
  .page-wrapper .cart-container .paypal.checkout.paypal-logo {
    max-width: 100%;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart-container .paypal.checkout.paypal-logo {
    max-width: 320px;
    margin: 0 auto;
  }
  .cart-gift-item {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-container .form-cart .cart.table-wrapper .product-item-name a {
    font-size: 14px;
  }
  .cart-container .form-cart .cart.table-wrapper .item .col.item {
    padding-bottom: 10px;
  }
  .cart-container .form-cart .cart .product-item-details .actions-toolbar .dydr .action {
    font-weight: 600;
    font-size: 10px;
    padding: 0 0;
  }
  .cart-container .form-cart .actions .action.clear,
  .cart-container .form-cart .actions .action.update,
  .cart-container .form-cart .actions .action.continue {
    padding: 10px 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .cart-container .cart.table-wrapper .gift-content._active .gift-options .gift-message .field.field-to,
  .cart-container .cart.table-wrapper .gift-content._active .gift-options .gift-message .field.field-from {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
@media only screen and (max-width: 769px) {
  .cart-container .cart-summary {
    padding: 1px 10px 25px;
    width: 31.099174%;
  }
  .cart-container .form-cart {
    width: 100% !important;
  }
  .cart-container .form-cart .actions .clear,
  .cart-container .form-cart .actions .update,
  .cart-container .form-cart .actions .continue {
    width: 100%;
    margin-left: 0 !important;
  }
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update {
    margin-bottom: 10px;
    text-align: center;
  }
  .cart-container .form-cart .cart.table-wrapper .product-item-photo {
    max-width: 100%;
    top: 10px;
    width: auto;
    position: absolute;
  }
  .cart-container .form-cart .cart.table-wrapper .item-options dt {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    color: #333333;
  }
  .cart-container .form-cart .cart.table-wrapper .item .col {
    min-height: 0;
    padding: 5px 0 5px 26%;
  }
  .cart-container .form-cart .cart.table-wrapper .item .col.item {
    padding-top: 20px;
  }
  .cart-container .form-cart .cart.table-wrapper .item .col.subtotal {
    padding-bottom: 20px;
  }
  .cart-container .form-cart .cart.table-wrapper .item .col.qty,
  .cart-container .form-cart .cart.table-wrapper .item .col.price,
  .cart-container .form-cart .cart.table-wrapper .item .col.subtotal,
  .cart-container .form-cart .cart.table-wrapper .item .col.msrp {
    width: auto;
    clear: both;
    text-align: left;
  }
  .cart-container .form-cart .cart.table-wrapper .item .col.qty:before,
  .cart-container .form-cart .cart.table-wrapper .item .col.price:before,
  .cart-container .form-cart .cart.table-wrapper .item .col.subtotal:before,
  .cart-container .form-cart .cart.table-wrapper .item .col.msrp:before {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 10px;
    float: left;
    padding: 0 10px 0 0px;
  }
  .cart-container .form-cart .cart.table-wrapper .item .col.qty:before {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 769px) {
  .checkout-cart-index .cart-container .checkout-methods-items {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 10px;
  }
  .checkout-cart-index .cart-container .checkout-methods-items li.item:last-child {
    display: none;
  }
  .checkout-cart-index .cart-container .checkout-methods-items li.item button.action.primary.checkout {
    margin-top: 0;
  }
  .cart-container .cart-summary {
    width: 100%;
    padding: 0;
    position: inherit;
    border: 0;
  }
  .cart.table-wrapper .items tbody tr td .field.qty {
    margin: -4px 0 0 0;
  }
  .cart.table-wrapper .col.qty span.increment_qty:before {
    right: -20px;
  }
  .cart.table-wrapper .col.qty span.decrement_qty:before {
    right: -20px;
  }
  .cart.table-wrapper .items tbody tr td.subtotal .actions-toolbar {
    padding-top: 10px;
  }
  .column.main .block.crosssell .grid .product-items li .product-item-info .product-item-details {
    padding: 0;
  }
  .column.main .block.crosssell .grid .product-items li .product-item-info .product-item-details strong.product.name.product-item-name a {
    line-height: 18px;
    font-size: 15px;
  }
  .block.crosssell .block-content .products .slick-initialized .slick-slide,
  .block.upsell .block-content .products .slick-initialized .slick-slide,
  .block.related .block-content .products .slick-initialized .slick-slide {
    margin: 0 10px;
  }
  .column.main .block.crosssell .slick-nav .control-nav.prev {
    top: 40%;
    width: unset;
    left: -10px;
  }
  .column.main .block.crosssell .slick-nav .control-nav.next {
    top: 40%;
    width: unset;
    width: 10px;
  }
  #block-summary form#co-shipping-method-form .fieldset .items.methods .shipping-methods {
    float: left;
    width: 100%;
  }
  .checkout-cart-index .page-main > .page-title-wrapper .page-title {
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 500px) {
  .cart-container .form-cart .cart.table-wrapper .item .col {
    min-height: 0;
    padding: 5px 0 5px 38%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .cart.table-wrapper .items tbody tr td.subtotal .actions-toolbar span.dydr a.action.action-edit {
    padding-right: 6px;
  }
  .cart.table-wrapper .items tbody tr .col.qty span.increment_qty:before {
    right: 16px;
  }
  .cart.table-wrapper .items tbody tr .col.qty span.decrement_qty:before {
    right: 16px;
  }
  .cart-container .cart-summary .cart-summary-top-container .coupon-section.summary.title,
  .cart-container .cart-summary .cart-summary-top-container .message.info.reward.reward-checkout,
  .cart-container .cart-summary .cart-summary-top-container .block.giftcard {
    margin: 0 16px;
  }
  .cart-container .cart-summary .block.shipping {
    padding: 18px 16px 30px 16px;
  }
  .cart-container .cart-summary .block.shipping #block-summary form#co-shipping-method-form .fieldset .items.methods .shipping-methods {
    width: 100%;
  }
  .cart-container .cart-summary .cart-totals {
    padding: 18px 16px 30px 15px;
  }
  .cart-container .cart-summary .cart-totals .table-wrapper .grand.totals th strong,
  .cart-container .cart-summary .cart-totals .table-wrapper .grand.totals td strong {
    font-size: 20px;
  }
  .cart-container .cart-summary .checkout-methods-items {
    padding: 18px 16px 30px 16px;
  }
}
@media screen and (max-width: 1024px) {
  .column.main .checkout-container.md-checkout .field label.label {
    padding-right: 0;
    font-size: 11px !important;
  }
  .onestepcheckout-index-index .checkout-payment-method .giftcardaccount .actions-toolbar .primary button.action,
  .onestepcheckout-index-index .checkout-payment-method .giftcardaccount .actions-toolbar .secondary button.action {
    padding: 8px 13px;
  }
}
@media screen and (max-width: 520px) {
  .onestepcheckout-index-index #giftcard-form .actions-toolbar {
    margin: 10px 0;
    padding: 0px;
  }
}
@media screen and (max-width: 479px) {
  .checkout-payment-method .checkout-billing-address .billing-address-details {
    padding-left: 0px;
  }
  .one-step-checkout .checkout-column-block.one-step-payment .payment-option.opc-payment-additional .actions-toolbar {
    padding: 5px 0 0 0;
  }
  .column.main .checkout-container.md-checkout .payment-method-section .fieldset .field {
    padding: 0px !important;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .table-checkout-shipping-method td {
    word-break: break-all;
    font-size: 12px;
  }
  .order-review-section .checkout-review-item tr td,
  .order-review-section .checkout-review-item tr th {
    /* max-width:90px; */
  }
  .order-review-section .checkout-review-item tr td .osc-product-image,
  .order-review-section .checkout-review-item tr th .osc-product-image {
    width: 100% !important;
  }
  .order-review-section .checkout-review-item tr td .osc-product-image img,
  .order-review-section .checkout-review-item tr th .osc-product-image img {
    max-width: 50%;
  }
  .order-review-section .checkout-review-item tr td .product-name,
  .order-review-section .checkout-review-item tr th .product-name,
  .order-review-section .checkout-review-item tr td .item-options,
  .order-review-section .checkout-review-item tr th .item-options {
    padding: 0 !important;
    width: 100% !important;
  }
  .order-review-section .checkout-review-item tr td:last-child,
  .order-review-section .checkout-review-item tr th:last-child {
    padding-right: 5px;
  }
  .order-review-section .checkout-review-item tr td:nth-child(1),
  .order-review-section .checkout-review-item tr th:nth-child(1) {
    width: 50% !important;
  }
  .order-review-section .checkout-review-item tr td:nth-child(2),
  .order-review-section .checkout-review-item tr th:nth-child(2) {
    width: 20% !important;
    padding: 8px 5px !important;
  }
  .order-review-section .checkout-review-item tr td:nth-child(3),
  .order-review-section .checkout-review-item tr th:nth-child(3) {
    width: 30% !important;
  }
  .order-review-section .checkout-review-item tr td:nth-child(3) .subtotal,
  .order-review-section .checkout-review-item tr th:nth-child(3) .subtotal {
    text-align: right;
  }
}
@font-face {
  font-family: 'magento-icons';
  src: url('../Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
.wrap-text {
  margin-bottom: 30px;
}
.form-add-user .field.email .exist-notification-message {
  color: #999999;
  font-size: 12px;
  padding-top: 5px;
}
/*.media-width(@extremum, @break) when (@extremum = 'min') and (@break = (@screen__m + 1)) {
    .modals-wrapper {
        .modal-popup {
            .modal-inner-wrap {
                width: 428px;
            }
        }
    }
}*/
@media screen and (max-width: 1200px) {
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar {
    right: inherit;
    top: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .gift-summary {
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .gift-summary {
    margin-top: 60px;
  }
}
@media screen and (max-width: 812px) {
  .product-info-main .product-reviews-summary .reviews-actions {
    display: none;
  }
  .review-ratings .label.rating-label {
    display: none;
  }
  .block.review-list .block-content .review-details .review-date {
    top: 18px;
  }
  .review-ratings .rating-summary .rating-result {
    margin-left: -5px;
    margin-right: 10px;
    margin-top: 0;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.swatch-attribute .swatch-option {
  display: inline-block;
  float: none;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  min-width: 23px;
  min-height: 23px;
  position: relative;
}
.swatch-attribute .swatch-option:hover:before,
.swatch-attribute .swatch-option.selected:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.swatch-attribute .swatch-option:hover:hover,
.swatch-attribute .swatch-option.selected:hover {
  text-decoration: none;
}
.swatch-attribute .swatch-option:hover:before,
.swatch-attribute .swatch-option.selected:before {
  content: "\e91e";
  color: #ffffff;
  font-size: 12px;
  line-height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: -6px 0 0 0;
  text-shadow: 0px 1px 0px #000;
}
.swatch-attribute .swatch-option.color {
  border: 0;
  min-width: 20px;
  min-height: 12px;
}
.swatch-attribute .swatch-option.color:hover:before,
.swatch-attribute .swatch-option.color.selected:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.swatch-attribute .swatch-option.color:hover:hover,
.swatch-attribute .swatch-option.color.selected:hover {
  text-decoration: none;
}
.swatch-attribute .swatch-option.color:hover:before,
.swatch-attribute .swatch-option.color.selected:before {
  content: "\e91e";
  color: #ffffff;
  font-size: 12px;
  line-height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: -6px 0 0 0;
  text-shadow: 0px 1px 0px #000;
}
.swatch-attribute .swatch-option.text {
  color: #ffffff;
  border: 1px solid #cccccc;
  min-width: 26px;
  height: 25px;
  background: transparent;
  border-radius: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  padding: 3px 4px;
  margin: 0 2px;
}
.swatch-attribute .swatch-option.text:hover,
.swatch-attribute .swatch-option.text.selected {
  background: #efeded;
  border: 1px solid #cccccc;
}
.swatch-attribute .swatch-option.color {
  border: 0;
}
.page-products .sidebar-main.sidebar .swatch-option {
  margin: 0 5px 5px 0;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  float: left;
  width: 28px;
  min-height: 18px;
  height: 18px;
}
.page-products .sidebar-main.sidebar .swatch-option.color {
  border-radius: 4px;
  border: 1px solid #ebebeb;
  float: left;
  width: 28px;
  min-height: 18px;
  height: 18px;
}
.grid .swatch-attribute .swatch-option.color,
.list .swatch-attribute .swatch-option.color {
  border: 0;
  border-radius: 0;
  margin: 0 1px;
  min-width: 20px;
  min-height: 12px;
}
.grid .swatch-attribute .swatch-option.color:after,
.list .swatch-attribute .swatch-option.color:after {
  content: "";
  border: 1px solid #ebebeb;
  float: left;
  position: absolute;
  left: 0px;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .rtl-layout .cart-container .form-cart .cart .product-item-details .actions-toolbar .dydr {
    padding-left: 10px;
    padding-right: 0px;
    margin-right: 0;
    margin-left: 6px;
  }
  .rtl-layout .table-checkout-shipping-method {
    width: 100%;
  }
  .rtl-layout .opc-block-summary {
    padding-left: 10px;
    padding-right: 10px;
  }
  .rtl-layout .account .column.main .form-wishlist-items .products-grid .product-items .product-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 1439px) {
  .rtl-layout .sticky .logo {
    margin-top: 7px;
  }
}
@media screen and (max-width: 1239px) {
  .rtl-layout .products-list.list .product-items .actions .tocart {
    padding: 10px;
  }
  .rtl-layout .sticky .section-item-content .menu-container .menu > ul > li {
    margin-left: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  .rtl-layout .page-wrapper .column.main .checkout-container.md-checkout .order-review-section {
    float: none;
    margin-left: 0;
    overflow-x: auto;
  }
}
@media only screen and (max-width: 767px) {
  .rtl-layout #back-top {
    height: 30px;
    width: 30px;
    left: 10px;
    bottom: 10px;
  }
  .rtl-layout #back-top span.icon-uparrow {
    font-size: 10px;
    line-height: 14px;
    padding: 0px 0 0 0px;
  }
  .rtl-layout #back-top span.icon-uparrow:before {
    font-size: 30px;
    line-height: 10px;
    margin-top: 0;
    top: 2px;
  }
  .rtl-layout.nav-open .nav-toggle:after {
    left: 0px;
    right: unset;
  }
  .rtl-layout.nav-open .nav-sections {
    left: unset;
    right: 0;
  }
  .account .product-items .product-image-wrapper .top_right {
    max-width: 30px;
  }
  .rtl-layout .section-item-content .menu-container .menu > ul > li span.plus {
    right: unset;
    left: 5px;
  }
  .rtl-layout .nav-sections .section-item-content .menu-container .menu > ul > li {
    float: right;
    text-align: right;
  }
  .rtl-layout .wishlist-index-index .page-wrapper .products-grid .product-item .price-box {
    clear: left;
  }
  .rtl-layout .account .page-wrapper .column.main .form-wishlist-items .box-tocart + .product-item-actions {
    float: left !important;
  }
  .rtl-layout .products-grid.wishlist .product-item-photo {
    float: right;
    margin-left: 20px !important;
  }
  .rtl-layout .wishlist-dropdown ul.dropdown:before {
    left: 60px;
    top: -12px;
  }
  .rtl-layout .wishlist-dropdown .action.toggle.active {
    display: block;
  }
  .rtl-layout .product-items .product-image-wrapper .top_right {
    max-width: 30px;
  }
  .rtl-layout .block-wishlist-management .wishlist-dropdown.move {
    float: left;
    width: 100%;
  }
  .rtl-layout .wishlist-dropdown ul.dropdown:after {
    left: 59px;
    top: -14px;
  }
  .rtl-layout .account.sales-order-view table#my-orders-table td.col,
  .rtl-layout .account.sales-order-history table#my-orders-table td.col {
    text-align: right;
  }
  .rtl-layout .vault-cards-listaction .table-wrapper.my-credit-cards table#my-orders-table td.col {
    text-align: right;
  }
  .rtl-layout .vault-cards-listaction .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .rtl-layout .vault-cards-listaction .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 100px;
    padding-left: 10px;
    position: absolute;
    right: 0;
  }
  .rtl-layout .post-list-wrapper .post-list {
    padding-right: 0px;
  }
  .rtl-layout .blog-page .sidebar.sidebar-additional li {
    list-style-position: inside;
  }
  .rtl-layout .post-list .post-holder .post-header .addthis_toolbox {
    float: right;
    padding-top: 10px;
    clear: right;
    margin-bottom: 10px;
  }
  .rtl-layout .ktpl-searchautocomplete__item.magento_catalog_product {
    text-align: right;
  }
  .rtl-layout .ktpl-searchautocomplete__item.magento_catalog_product {
    align-items: initial;
  }
  .rtl-layout .block-search input {
    margin-bottom: 8px;
  }
  .rtl-layout .page-products .product-item .labeltype-text {
    padding: 7px;
  }
  .rtl-layout .footer .block.newsletter .form.subscribe {
    text-align: right;
  }
  .rtl-layout .footer .block.newsletter .form.subscribe .actions {
    right: auto;
    left: 0;
  }
  .rtl-layout .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .rtl-layout .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 0;
    padding-left: 10px;
  }
  .rtl-layout .logo {
    text-align: center;
  }
  .rtl-layout .nav-toggle {
    right: 15px;
    left: auto;
  }
  .rtl-layout .nav-sections .navigation li.level0 {
    margin-left: 0;
  }
  .rtl-layout .nav-sections .navigation li.level0.parent .level-top:after {
    margin-right: 0px;
    margin-left: 10px;
    left: 0;
    right: auto;
  }
  .rtl-layout .nav-sections .navigation li.level0 .level-top {
    padding-right: 15px;
    padding-left: 40px;
  }
  .rtl-layout .nav-sections .navigation .submenu:not(:first-child) > li > a {
    padding-right: 10px;
  }
  .rtl-layout .block-search .label {
    margin-left: 0;
  }
  .rtl-layout .header.content .header-right-section .block-search {
    float: left;
    margin-right: 20px;
    margin-left: 0;
  }
  .rtl-layout .page-footer .md-footer-copy .md-footer-cms-links li {
    float: none;
  }
  .rtl-layout .center-box.home-category-section .cat-box > li:nth-child(even) > a .cat-image {
    text-align: left;
  }
  .rtl-layout .center-box.home-category-section .cat-box > li:nth-child(even) > a .cat-content {
    left: auto;
    right: 10px;
    text-align: right;
  }
  .rtl-layout .toolbar-amount,
  .rtl-layout .sorter {
    float: none;
    text-align: right;
  }
  .rtl-layout .page-layout-1column .product-info-main .product-social-links .product-addto-links .action > span,
  .rtl-layout .page-layout-1column .product-info-main .product-social-links .mailto.friend span {
    padding-right: 8px;
    padding-left: 0;
    float: left;
  }
  .rtl-layout .page-layout-1column .product-info-main .product.attribute.sku {
    border: 0;
  }
  .rtl-layout .product.info .product.data.items > .item.title > .switch:after {
    float: left;
  }
  .rtl-layout .block.filter {
    left: 0;
    right: auto;
  }
  .rtl-layout .block.filter .filter-title strong {
    left: 0;
    right: auto;
  }
  .rtl-layout .cart-container .form-cart .cart.table-wrapper .item .col {
    float: right;
    padding-right: 41%;
    padding-left: 0;
  }
  .rtl-layout .cart-container .form-cart .cart.table-wrapper .item .col.qty:before,
  .rtl-layout .cart-container .form-cart .cart.table-wrapper .item .col.price:before,
  .rtl-layout .cart-container .form-cart .cart.table-wrapper .item .col.subtotal:before,
  .rtl-layout .cart-container .form-cart .cart.table-wrapper .item .col.msrp:before {
    float: right;
    padding: 1px 0 0 10px;
  }
  .rtl-layout .cart-container .form-cart .cart.table-wrapper .product-item-photo {
    padding: 0;
    right: 0;
    left: auto;
  }
  .rtl-layout .abs-shopping-cart-items-desktop .actions .action,
  .rtl-layout .block-cart-failed .actions .action,
  .rtl-layout .cart-container .cart-gift-item .actions .action,
  .rtl-layout .cart-container .form-cart .actions .action {
    margin-right: 0;
    text-align: center;
  }
  .rtl-layout .checkout-container .authentication-wrapper {
    position: absolute;
    left: 20px;
    margin-top: 0px;
  }
  .rtl-layout .field .control._with-tooltip {
    clear: both;
  }
  .rtl-layout .actions-toolbar .primary {
    float: none;
  }
  .rtl-layout .actions-toolbar .primary .action.action-update {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .rtl-layout .actions-toolbar .secondary {
    float: none;
  }
  .rtl-layout .multicheckout .actions-toolbar .secondary .action {
    margin-right: 0;
  }
  .rtl-layout .multicheckout .box-title span {
    margin-left: 10px;
    margin-right: 0px;
  }
  .rtl-layout .multicheckout.order-review .data.table.table-order-review tbody tr td.col {
    text-align: right;
  }
  .rtl-layout .multicheckout.order-review .data.table.table-order-review tbody tr td.col:before {
    padding-right: 0;
    padding-left: 10px;
  }
  .rtl-layout .account .order-details-items .table-wrapper .data.table.table-order-items tr td,
  .rtl-layout .account .order-details-items .table-wrapper .data.table.table-order-items tr td:last-child {
    text-align: right;
  }
  .rtl-layout .account .column.main .form-wishlist-items .products-grid .product-items .product-item {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .rtl-layout .products-grid.wishlist .product-items .product-item .product-item-info > .product-item-name {
    float: right;
    margin: -4px 0 5px 0;
    max-width: 150px;
  }
  .rtl-layout .wishlist-index-index .page-wrapper .products-grid .product-item .price-box {
    display: block;
    clear: left;
  }
  .rtl-layout .column.main .form-wishlist-items .multiselect-wishlist {
    float: right;
  }
}
.shop-by-categories.home-category-section,
.shop-by-categories.favourite-accesories-main {
  margin: 0 -15px;
  padding: 30px 0 0px 0;
}
.shop-by-categories.home-category-section .category-list,
.shop-by-categories.favourite-accesories-main .category-list {
  position: relative;
  margin: 0 15px;
}
.shop-by-categories.home-category-section .category-list .content-overlay,
.shop-by-categories.favourite-accesories-main .category-list .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 3px;
}
.shop-by-categories.home-category-section .category-list .content-overlay .content-overlay-border,
.shop-by-categories.favourite-accesories-main .category-list .content-overlay .content-overlay-border {
  border: 1px solid #fff;
  width: 92%;
  height: 90%;
  margin: 4% 5% 5% 4%;
  opacity: 0.2;
  border-radius: 4px;
}
.shop-by-categories.home-category-section .category-list .btn,
.shop-by-categories.favourite-accesories-main .category-list .btn {
  height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  background-color: #d32f2f;
  float: left;
  width: 100%;
  max-width: 47%;
  margin: 0 auto;
  float: none;
  color: #fff;
  font-weight: bold;
  padding: 11px 0px;
  position: absolute;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 42%;
  border-radius: 5px;
  opacity: 0;
  min-width: 120px;
}
.shop-by-categories.home-category-section .category-list .btn:hover,
.shop-by-categories.favourite-accesories-main .category-list .btn:hover {
  background-color: #fff;
  color: #d32f2f;
}
.shop-by-categories.home-category-section .category-list:hover .btn,
.shop-by-categories.favourite-accesories-main .category-list:hover .btn {
  opacity: 1;
}
.shop-by-categories.home-category-section .category-list:hover .content-overlay,
.shop-by-categories.favourite-accesories-main .category-list:hover .content-overlay {
  opacity: 1;
}
.shop-by-categories.home-category-section .category-list h3,
.shop-by-categories.favourite-accesories-main .category-list h3 {
  display: inline-block;
  width: 100%;
  margin: 15px 0 0 0;
  text-align: center;
  vertical-align: top;
}
.shop-by-categories.home-category-section .category-list h3 a,
.shop-by-categories.favourite-accesories-main .category-list h3 a {
  color: #333333;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
.shop-by-categories.home-category-section .category-list img,
.shop-by-categories.favourite-accesories-main .category-list img {
  display: inline-block;
  vertical-align: top;
}
.shop-by-categories.home-category-section h2.title,
.shop-by-categories.favourite-accesories-main h2.title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #000;
}
section.shop-by-categories .carousel figure a .carousel-img {
  background-color: #eaeaec;
  border-radius: 10px;
  border: 1px solid #ccc;
}
section.shop-by-categories .carousel figure:hover .carousel-img:before {
  border-radius: 10px !important;
}
.shop-by-categories.home-category-section .category-list .content-overlay .content-overlay-border {
  width: 88%;
  height: 90.5%;
  margin: 5.5% 5% 5% 5.5%;
}
.homepage-main .grid .product-items li .swatch-attribute span.swatch-attribute-selected-option {
  display: none;
}
.md-home-promo-banner,
.big-banner-section {
  margin: 30px -15px 0;
}
.md-home-promo-banner .banner-block,
.big-banner-section .banner-block {
  margin: 0 15px;
}
.md-home-promo-banner .banner-block img,
.big-banner-section .banner-block img {
  width: 100%;
  display: bock;
}
.md-home-promo-banner {
  margin-top: 80px;
}
.favourite-accesories-main.shop-by-categories {
  /*		margin:0 -33px;*/
}
.favourite-accesories-main.shop-by-categories .category-list {
  margin: 0 32px;
}
.favourite-accesories-main.shop-by-categories .category-list .btn {
  top: 36%;
}
.feature-brand-main {
  margin-top: 70px;
}
@media (max-width: 1500px) {
  .favourite-accesories-main.shop-by-categories {
    margin: 0 -15px;
  }
  .favourite-accesories-main.shop-by-categories .category-list {
    margin: 0 15px;
  }
}
@media (max-width: 1150px) {
  .favourite-accesories-main.shop-by-categories,
  .home-category-section.shop-by-categories {
    margin: 0 -5px;
  }
  .favourite-accesories-main.shop-by-categories .category-list,
  .home-category-section.shop-by-categories .category-list {
    margin: 0 5px;
  }
}
@media (max-width: 1025px) {
  .md-home-promo-banner {
    margin: 30px 0px 0;
  }
  .md-home-promo-banner .pagebuilder-column-group {
    display: inline-block !important;
    width: 100%;
  }
  .md-home-promo-banner .pagebuilder-column-group .banner-block {
    width: 100% !important;
    margin: 10px 0;
  }
}
@media (max-width: 1023px) {
  .home-category-section.shop-by-categories {
    margin: 0;
  }
  .home-category-section.shop-by-categories .category-list img,
  .favourite-accesories-main.shop-by-categories .category-list img {
    width: 100%;
  }
  .shop-by-categories.favourite-accesories-main .category-list,
  .shop-by-categories.home-category-section .category-list {
    margin: 0;
    padding: 0 5px;
  }
  .shop-by-categories.favourite-accesories-main .slick-slide,
  .shop-by-categories.home-category-section .slick-slide {
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .md-home-promo-banner .banner-block,
  .big-banner-section .banner-block {
    margin: 10px 0;
  }
  .md-home-promo-banner,
  .big-banner-section {
    margin: 0px 0px 0;
  }
  .shop-by-categories.home-category-section h2.title,
  .shop-by-categories.favourite-accesories-main h2.title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px 0;
  }
  .shop-by-categories.home-category-section,
  .shop-by-categories.favourite-accesories-main {
    padding: 25px 0 0px 0 !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .shop-by-categories.home-category-section .category-list .btn {
    top: 35%;
  }
  .shop-by-categories.favourite-accesories-main .category-list .btn {
    top: 26%;
  }
  .feature-brand-main .amslider.am-brand-slider .swiper-brand .am-image-wrapper .am-image {
    max-width: 83% !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1230px) {
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-info li.item:last-child {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 1275px) {
  .logo {
    padding-left: 15px;
  }
  .nav-sections .navigation li.level0 {
    margin: 0;
  }
  .nav-sections .navigation li.level0 .level-top {
    padding: 8px 40px 8px 15px;
    display: block;
  }
  .nav-sections .navigation li.level0.parent .level-top:after {
    top: auto;
    font-size: 14px;
    color: #ffffff;
    right: 15px;
  }
  .nav-sections .navigation li.level0.parent .level-top.ui-state-active:after {
    content: "\e921";
  }
  .nav-sections.sections .nav-sections-items {
    padding: 0 !important;
  }
  .nav-toggle {
    top: 10px;
    left: 15px;
  }
  .nav-toggle:before {
    color: #000000;
    font-size: 25px;
  }
  .nav-sections.sections .section-item-content .menu-container .menu > ul > li {
    padding: 8px 0;
    border-top: #ddd solid 1px;
    width: 100%;
  }
  .nav-sections.sections .section-item-content .menu-container .menu > ul > li.subscribe-now-menu {
    padding-left: 10px;
    padding-top: 18px;
  }
  .nav-sections.sections .section-item-content .menu-container .menu > ul > li.home {
    display: none;
  }
  .section-item-content .menu-container .menu > ul > li span.plus:before {
    content: '\f107';
  }
  .section-item-content .menu-container .menu > ul > li span.plus.active:before {
    content: '\f106';
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:nth-child(1) {
    width: 100%;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:nth-child(2) {
    width: 100%;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:nth-child(3) {
    width: 100%;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:nth-child(4) {
    width: 100%;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:last-child {
    width: 100%;
    display: none;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li > ul {
    padding: 4px 20px;
  }
  .nav-sections.sections .section-item-content .menu-container .menu > ul > li > ul > li h2 {
    margin: 5px 0;
  }
  .section-item-content .menu-container .menu > ul > li:hover > a:after {
    content: none;
  }
  .section-item-content .menu-container .menu > ul > li.menu-dropdown-icon:hover > a {
    color: #000000;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li.subscribe-now-menu a {
    background-image: url(../images/bg-subscribenow.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 172px;
    color: #fff;
    max-height: 31px;
    line-height: 10px;
  }
  .section-item-content .menu-container .menu > ul > li > a {
    font-size: 15px;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li.subscribe-now-menu {
    background-image: none;
  }
  .sections.nav-sections .section-item-content .menu-container.horizontal-menu {
    border-bottom: 0;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
    border-bottom: 1px solid #F4F4F4;
  }
  .nav-sections .md-store-locator-icon.link:before {
    color: #fff;
  }
  .nav-sections.sections .section-item-content .menu-container .menu > ul > li > a {
    display: block;
    padding: 10px 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    text-align: left;
  }
  .nav-sections.sections .section-item-content .menu-container .menu ul li span.plus {
    top: 10px;
    right: 16px;
    color: #000;
    display: block;
    background: none;
  }
  .section-item-content .menu-container .menu > ul > li:hover > ul {
    display: none;
  }
  .nav-sections.sections .nav-sections-item-title.active {
    border-bottom: 5px solid #d32f2f;
    position: relative;
  }
  .section-item-content .menu-container .menu > ul > li > ul {
    position: relative;
    box-shadow: none;
    border: none;
    border-top: #ddd solid 1px;
    padding: 16px;
    width: 100% !important;
  }
  .nav-sections.sections .section-item-content .menu-container .menu > ul > li ul {
    top: 0;
    margin: 0;
  }
  .nav-sections.sections {
    background-color: #fff;
  }
  .nav-sections.sections .nav-sections-item-title {
    background: #fff;
    border-bottom: 5px solid #f4f4f4;
    float: left;
    height: auto;
    padding-top: 0px;
    text-align: center;
    width: 50%;
    padding: 15px 0;
    text-transform: uppercase;
    border: 0;
    font-size: 16px;
  }
  .nav-sections.sections .nav-sections-item-title {
    border-bottom: 5px solid #f4f4f4;
  }
  .nav-sections-item-title .nav-sections-item-switch {
    color: #999999;
    font-size: 18px;
    font-weight: bold;
  }
  .nav-sections-item-title.active .nav-sections-item-switch {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
  }
  .nav-sections.sections .nav-sections-item-content {
    padding: 0;
    position: relative;
  }
  .nav-sections.sections .section-item-content .menu-container .menu > ul > li:first-child {
    border-top: 0;
  }
  .nav-sections .header.links li a {
    text-transform: uppercase;
    border-top: 0;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    padding: 17px 10px;
  }
}
@media only screen and (max-width: 1139px) {
  .footer-info-banner .guarantee,
  .footer-info-banner .free-delivery,
  .footer-info-banner .rewards {
    font-size: 1.3rem;
  }
  .footer-info-banner .guarantee span:before,
  .footer-info-banner .free-delivery span:before,
  .footer-info-banner .rewards span:before {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1081px) {
  .logo {
    padding-left: 30px;
  }
}
/****Ipad****/
@media only screen and (max-width: 1024px) {
  section.shop-by-categories .carousel figure {
    padding: 0;
  }
  section.shop-by-accessories,
  section.shop-by-categories {
    display: block;
    width: 100%;
    padding: 0 !important;
  }
  section.shop-by-accessories .shop-by-accessories-slider,
  section.shop-by-categories .shop-by-accessories-slider,
  section.shop-by-accessories .carousel,
  section.shop-by-categories .carousel {
    display: block;
    width: 100%;
  }
  section.shop-by-accessories .shop-by-accessories-slider button.slick-next.slick-arrow,
  section.shop-by-categories .shop-by-accessories-slider button.slick-next.slick-arrow,
  section.shop-by-accessories .carousel button.slick-next.slick-arrow,
  section.shop-by-categories .carousel button.slick-next.slick-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: 0 0;
    box-shadow: none;
    right: 2px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 30px;
    bottom: auto;
  }
  section.shop-by-accessories .shop-by-accessories-slider button.slick-prev.slick-arrow:before,
  section.shop-by-categories .shop-by-accessories-slider button.slick-prev.slick-arrow:before,
  section.shop-by-accessories .carousel button.slick-prev.slick-arrow:before,
  section.shop-by-categories .carousel button.slick-prev.slick-arrow:before {
    font-family: 'md-ico-fgo';
    color: #858585;
    content: '\e913';
    font-size: 15px;
    font-weight: bolder;
    padding: 0 7px;
    line-height: 29px;
  }
  section.shop-by-accessories .shop-by-accessories-slider button.slick-next.slick-arrow:before,
  section.shop-by-categories .shop-by-accessories-slider button.slick-next.slick-arrow:before,
  section.shop-by-accessories .carousel button.slick-next.slick-arrow:before,
  section.shop-by-categories .carousel button.slick-next.slick-arrow:before {
    font-family: 'md-ico-fgo';
    color: #858585;
    content: '\e914';
    font-size: 15px;
    font-weight: bolder;
    padding: 0 7px;
    line-height: 29px;
  }
  section.shop-by-accessories .shop-by-accessories-slider button.slick-prev.slick-arrow,
  section.shop-by-categories .shop-by-accessories-slider button.slick-prev.slick-arrow,
  section.shop-by-accessories .carousel button.slick-prev.slick-arrow,
  section.shop-by-categories .carousel button.slick-prev.slick-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: 0 0;
    box-shadow: none;
    left: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 30px;
    bottom: auto;
  }
  section.shop-by-accessories ul.slick-dots li.slick-active button,
  section.shop-by-categories ul.slick-dots li.slick-active button {
    background: #666;
  }
  .slick-dots li button,
  .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
    width: 10px;
    height: 10px;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }
  .page-header .header.panel .top-sale {
    width: 67%;
  }
  .page-header .header.panel .header-top-right-section {
    float: right;
    width: 33%;
  }
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions form.action .tocart {
    font-size: 13px;
  }
  .block-banners-slider .slick-dots > li {
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }
  .block-banners-slider .slick-dots > li button {
    width: 10px;
    height: 10px;
  }
  .center-box.home-category-section .cat-box > li {
    width: 100%;
  }
  .center-box.home-category-section .cat-box > li > a {
    height: 136px;
  }
  .home-men-collection-section {
    margin: 0px;
  }
}
@media only screen and (max-width: 991px) {
  footer.page-footer .footer-flex {
    display: unset;
  }
  footer.page-footer .footer-flex .follow-us > div {
    display: unset;
    align-items: center;
  }
  footer.page-footer .footer-flex .payment-method > div {
    display: unset;
  }
  footer.page-footer .footer-flex .follow-us {
    text-align: left;
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  footer.page-footer .footer-flex .follow-us ul {
    padding-left: 12px;
  }
  footer.page-footer .footer-flex .payment-method {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  footer.page-footer .footer-flex .payment-method ul li {
    margin-bottom: 8px;
  }
  footer.page-footer .footer-flex .download-app {
    float: left;
    width: 100%;
  }
  footer.page-footer .footer-flex .download-app h3 {
    margin: 0;
    padding-top: 17px;
  }
  footer.page-footer .footer-bottom-newsletter {
    max-width: 100%;
    margin: 0 auto;
    padding: 22px 15px;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .title {
    float: left;
    width: 100%;
    padding-left: 0;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .title strong {
    font-size: 22px;
    color: #231f20;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .title span {
    font-size: 16px;
    color: #666666;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content {
    float: left;
    width: 100%;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container .actions button {
    width: 102px;
    height: 40px;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container input {
    height: 40px;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container input::-webkit-input-placeholder {
    color: #afaeae;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container input:-moz-placeholder {
    color: #afaeae;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container input::-moz-placeholder {
    color: #afaeae;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container input:-ms-input-placeholder {
    color: #afaeae;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container input:-moz-placeholder {
    color: #c2c2c2;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container input::-moz-placeholder {
    color: #c2c2c2;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content input::-webkit-input-placeholder {
    color: red;
  }
  .nav-sections.sections .nav-sections-items {
    padding: 16px 10px 14px 10px;
  }
  .section-item-content .menu-container .menu > ul > li {
    margin: 0 15px 0 0px;
  }
}
@media only screen and (max-width: 880px) {
  .modal-popup .modal-footer button {
    margin: 5px 0;
  }
  .section-item-content .menu-container .menu > ul > li {
    margin: 0 10px 0 0px;
  }
  .section-item-content .menu-container .menu > ul > li > a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 825px) {
  .page-header .header.content {
    padding-bottom: 10px;
  }
  .message.global.cookie.ktpl-gdpr-cookie-notice {
    bottom: 15px !important;
    left: 15px !important;
    right: 15px !important;
    padding: 15px !important;
    width: auto !important;
  }
  .section-item-content .menu-container .menu > ul > li {
    margin: 0 10px 0 0px;
  }
  .section-item-content .menu-container .menu > ul > li a {
    font-size: 13px;
  }
  .footer-info-banner .free-delivery,
  .footer-info-banner .rewards,
  .footer-info-banner .guarantee {
    padding: 10px 0 10px 0;
  }
  .footer-info-banner .free-delivery span,
  .footer-info-banner .rewards span,
  .footer-info-banner .guarantee span {
    width: 100%;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
  }
  .footer-info-banner .free-delivery span:before,
  .footer-info-banner .rewards span:before,
  .footer-info-banner .guarantee span:before {
    margin: 0 0 10px 0;
    width: 100%;
    line-height: normal;
    font-size: 40px;
    font-weight: normal;
  }
  /********Add to Cart and Icons******/
  .grid .product-items li {
    padding: 5px;
  }
  .grid .product-items li .product-item-info .product-reviews-summary {
    display: none !important;
  }
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action.towishlist:before,
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action.tocompare:before,
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action.mdquickview:before,
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action .tocart:before {
    font-size: 16px;
  }
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions .tocart:before {
    font-size: 16px;
  }
}
/****Mobile****/
@media only screen and (min-width: 991px) {
  footer.page-footer .md-footer-container .md-footer-links .links ul {
    display: block !important;
  }
  .footer.content .footer-bottom-colored ul {
    display: block !important;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1275px) {
  .page-header .header.content .header-right-section .md-store-locator-icon.link {
    padding-right: 18px;
  }
  .page-header .header.content .header-right-section .md-header-links .welcome {
    margin: 0 26px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .homepage-main .home-category-section.center-box.feature-brand-main .amslider .swiper-button-prev {
    left: -10px;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main .amslider .swiper-button-next {
    right: -10px;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main .amslider .swiper-brand .am-image-wrapper > .am-image {
    max-width: 90px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .page-header .header.content {
    padding: 7px 20px!important;
  }
  .page-header .header.content .header-right-section .wishlist-icon.header ul li.link.wishlist a:before {
    padding-right: 0px;
  }
  .cms-fashiongo-homepage .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-header .header.panel .top-sale {
    width: 100%;
    float: left;
    max-width: 100%;
    text-align: center;
  }
  .page-header .header.panel .header-top-right-section {
    float: right;
    width: 100%;
    margin: 7px 0 0 0;
  }
  .page-header .header.content .block.block-search {
    margin: 10px 0 0 12px;
    width: 49%;
    width: 45%;
  }
  .page-header .header.content .header-right-section {
    width: 24%;
  }
  .page-header .header.content .header-right-section .md-store-locator-icon.link {
    display: none;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li > a {
    margin-right: 10px;
    padding: 14px 6px;
  }
  .nav-sections.sections .nav-sections-items {
    padding: 0 10px;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:nth-child(1) {
    width: 18%;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:nth-child(2) {
    width: 18%;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:nth-child(3) {
    width: 18%;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:nth-child(4) {
    width: 18%;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li ul.column5 > li:last-child {
    width: 27%;
  }
  .homepage-main .home-banner-section.center-box .md-home-promo-banner a {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
  }
  .homepage-main .home-banner-section.center-box .md-home-promo-banner a:last-child {
    float: left;
    text-align: left;
    margin: 0;
  }
  .homepage-main .home-banner-section.center-box .md-home-promo-banner a img {
    width: 100%;
  }
  .homepage-main .home-category-section.center-box .shop-by-categories .block-content ul.content-category {
    display: unset;
  }
  .homepage-main .home-category-section.center-box .shop-by-categories .block-content ul.slick-dots li {
    width: auto;
    float: none;
  }
  .homepage-main .home-category-section.center-box .shop-by-categories .block-content ul.content-category li {
    margin: 0 5px;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular {
    /* margin: 0 5px; */
    max-width: 100%;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .product-image-photo {
    /* margin: 0 5px; */
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info {
    max-width: 100%;
  }
  .homepage-main .home-category-section.center-box.favourite-accesories-main .block-content ul.slick-dots {
    display: none !important;
  }
  .homepage-main .home-category-section.center-box.favourite-accesories-main {
    padding: 26px 0 0px 0;
  }
  .homepage-main .home-category-section.center-box.favourite-accesories-main ul.content-category li {
    margin: 0 5px;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main .amslider-header-container,
  .homepage-main .home-category-section.center-box.feature-brand-main a.am-slider-header-link {
    margin-top: -54px;
    font-size: 12px;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main .amslider.am-brand-slider {
    margin-bottom: 0px;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-title a {
    font-size: 22px;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-description {
    font-size: 14px;
    line-height: 18px;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-read-more {
    height: 35px;
    width: 130px;
    font-size: 14px;
    line-height: 36px;
  }
  .fashiongo_instagram_feed {
    padding: 20px 0 18px 0;
  }
  .fashiongo_instagram_feed .instagram-head span.insta-title {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 26px 0;
    padding-left: 36px;
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 0 3px;
  }
  footer.page-footer .footer-bottom-newsletter .block.newsletter .content .form.subscribe .input-field-container {
    max-width: 100%;
  }
  footer.page-footer .md-footer-container .md-footer-links div.title strong::after {
    font-size: 15px;
    top: 5px;
  }
  footer.page-footer .md-footer-container .md-footer-links div.title strong::after {
    font-size: 13px !important;
    top: 6px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1130px) {
  footer.page-footer .footer-flex .payment-method ul li {
    width: 47px;
    height: 37px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1254px) {
  footer.page-footer .md-footer-container .md-footer-links .links {
    padding: 0 0 0 50px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1370px) {
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-title a {
    text-decoration: none;
    font-size: 20px;
    color: #231f20;
    font-weight: bold;
    line-height: 19px;
    align-items: center;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-info span {
    font-style: normal;
    font-size: 11px;
    color: #666666;
    text-transform: uppercase;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-info li.item span a {
    font-style: normal;
    font-size: 11px;
    color: #666666;
    text-transform: uppercase;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-description {
    color: #666666;
    font-size: 13px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 991px) {
  footer.page-footer .md-footer-container {
    border-bottom: 1px solid #191919;
    margin-bottom: 30px;
  }
  footer.page-footer .md-footer-container .md-footer-intro {
    float: left;
    width: 100%;
    border-bottom: 1px solid #191919;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  footer.page-footer .md-footer-links {
    float: left;
    width: 100%;
    padding-left: 0;
    display: unset;
    justify-content: unset;
  }
  footer.page-footer .md-footer-links div.title strong {
    font-size: 16px;
  }
  footer.page-footer .links {
    margin-bottom: 15px;
    padding: 0;
    margin: 0px 0 20px 0;
    display: block;
  }
  footer.page-footer .footer-flex .follow-us h3,
  footer.page-footer .footer-flex .payment-method h3,
  footer.page-footer .footer-flex .download-app h3 {
    font-size: 17px;
    margin: 0 0 20px 0;
    display: block;
    float: left;
    width: 100%;
  }
  footer.page-footer .footer.content .footer-flex ul {
    display: block !important;
  }
  footer.page-footer .md-footer-container .md-footer-links div.title {
    position: relative;
  }
  footer.page-footer .md-footer-container .md-footer-links div.title strong::after {
    content: '\e92c';
    font-family: 'md-ico-fgo';
    float: right;
    font-size: 8px;
    position: absolute;
    right: 0;
    top: 10px;
  }
  footer.page-footer .md-footer-container .md-footer-links .active div.title strong::after {
    content: '\e92d';
    font-family: 'md-ico-fgo';
    float: right;
  }
  footer.page-footer .md-footer-container .md-footer-intro {
    float: left;
    width: 100%;
  }
  footer.page-footer .md-footer-container .md-footer-links {
    float: left;
    width: 100%;
    padding-left: 0;
    display: unset;
    justify-content: unset;
  }
  footer.page-footer .md-footer-container .md-footer-links .links {
    margin-bottom: 15px;
    display: block;
    padding: 0;
    width: 100%;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular,
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body section.shop-by-accessories,
  body section.shop-by-categories {
    padding: 0 15px;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main .amslider-header-container,
  .vas-home-title h2 {
    font-size: 20px !important;
  }
  .grid .product-items li .product-item-info .product-item-inner {
    top: auto !important;
    opacity: 1;
    padding: 0 10px;
    bottom: 10px;
  }
  .grid .product-items li .swatch-attribute .swatch-option {
    width: 24px;
    height: 24px;
  }
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions form.action .tocart {
    font-size: 12px;
    width: 100%;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro.red-bg .red-title h3 {
    font-size: 16px;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular {
    padding: 0 5px !important;
  }
  .shop-by-categories.latest-news-update .content-heading h2.title {
    font-size: 20px;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular:hover .product-item-info .product-item-details .product-item-inner .product-item-actions.actions {
    margin: 0;
    padding: 0;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular:hover .product-item-info .product-item-details .product-item-inner .product-item-actions.actions button.tocart.primary {
    width: 100%;
  }
  section.shop-by-accessories .shop-by-accessories-slider figure,
  section.shop-by-categories .shop-by-accessories-slider figure,
  section.shop-by-accessories .carousel figure,
  section.shop-by-categories .carousel figure {
    padding: 0;
  }
  .favourite-accesories-main .slick-slider .slick-dots {
    display: none !important;
  }
  .slick-dots {
    padding: 8px 0 0 0;
  }
  .slick-dots li {
    height: 10px;
    margin: 0 2px;
    width: 10px;
  }
  .slick-dots li button {
    height: 10px;
    width: 10px;
  }
  .homepage-main .md-home-promo-banner,
  .homepage-main .category-banner-section {
    display: none;
  }
  .homepage-main .md-home-promo-banner.mobile-banner,
  .homepage-main .category-banner-section.mobile-banner {
    display: block;
  }
  .homepage-main .md-home-promo-banner.mobile-banner a,
  .homepage-main .category-banner-section.mobile-banner a {
    text-align: center;
  }
  .homepage-main .md-home-promo-banner.mobile-banner a:last-child,
  .homepage-main .category-banner-section.mobile-banner a:last-child {
    float: left;
    text-align: center;
  }
  .homepage-main .md-home-promo-banner.mobile-banner a img,
  .homepage-main .category-banner-section.mobile-banner a img {
    width: 100%;
  }
  .ktpl-searchautocomplete__autocomplete._active {
    max-height: 465px;
    overflow-y: auto;
  }
  .ktpl-searchautocomplete__item.magento_catalog_product {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: initial;
  }
  .block.block-search form.active .field.search .control input {
    position: static;
    margin: 0 0 7px 8px;
  }
  .footer .block.newsletter .form.subscribe {
    width: 100%;
    position: relative;
    padding: 0 135px 0 0;
    text-align: left;
  }
  .footer .block.newsletter .form.subscribe .actions {
    position: absolute;
    right: 0;
    top: 0;
  }
  .columns .column.main {
    max-width: 100%;
  }
  .center-box.home-category-section .home-discount-sale {
    width: 100%;
  }
  .center-box.home-category-section .home-discount-sale > a img {
    max-width: 100%;
    float: left;
    padding: 5px;
    width: 100%;
  }
  .center-box.home-category-section .cat-box {
    width: 100%;
  }
  .center-box.home-category-section .cat-box > li > a {
    height: auto;
  }
  /**********/
  .cms-fashiongo-homepage .page-main,
  .cms-home .page-main {
    padding: 0 15px;
  }
  .cms-fashiongo-homepage .center-box.home-web-pro,
  .cms-home .center-box.home-web-pro,
  .cms-fashiongo-homepage .center-box.home-new-pro,
  .cms-home .center-box.home-new-pro {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header.content {
    padding-bottom: 20px;
  }
  .logo {
    float: left;
    margin: -12px 0 0px 44px;
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 100%;
    text-align: center;
    text-align: left;
    padding-left: 0;
  }
  .logo img,
  .logo .logo-link {
    display: inline-block;
  }
  .page-header .header.content {
    padding: 20px 12px 0px 12px!important;
  }
  .page-header .header.content .header-right-section {
    width: 22%;
    margin: 0;
  }
  .page-header .header.content .header-right-section .minicart-wrapper {
    margin: 0 0 0 14px;
  }
  .page-header .header.content .header-right-section .minicart-wrapper .action.showcart {
    margin: 0;
  }
  .footer-info-banner-box {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin: 0;
    float: left;
  }
  .footer-info-banner-box .footer-info-banner .rewards span {
    font-size: 10px;
    padding-left: 0;
    display: flex;
    flex-flow: column;
  }
  .footer-info-banner-box .footer-info-banner .rewards span:before {
    width: 40px;
    height: 33px;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 10px auto;
  }
  .footer-info-banner-box .footer-info-banner .free-delivery span,
  .footer-info-banner-box .footer-info-banner .guarantee span {
    font-size: 10px;
  }
  .footer-info-banner-box .footer-info-banner .free-delivery span:before,
  .footer-info-banner-box .footer-info-banner .guarantee span:before {
    font-size: 35px;
  }
  .footer-info-banner-box .footer-info-banner .free-delivery:after,
  .footer-info-banner-box .footer-info-banner .guarantee:after {
    top: 10px;
    margin: 0;
  }
  .page-wrapper .breadcrumbs .items {
    padding: 10px 0;
  }
  .block-banners-slider .slick-dots > li.slick-active button,
  .block-banners-slider .slick-dots > li.slick-active .cart.table-wrapper .actions-toolbar > .action {
    background-color: #fff;
  }
  .block-banners-slider .slick-dots > li button,
  .block-banners-slider .slick-dots > li .cart.table-wrapper .actions-toolbar > .action {
    background-color: #000;
  }
  .shop-by-categories .slick-dots li.slick-active button,
  .shop-by-categories .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action {
    background: #666;
  }
  .homepage-main .feature-brand-main .am-brand-slider .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #666666;
    background-color: #fff;
    width: 10px;
    height: 10px;
    margin: 0 2px;
  }
  .homepage-main .feature-brand-main .am-brand-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #666;
  }
  .homepage-main .home-category-section.center-box {
    padding: 12px 0 15px 0;
  }
  .homepage-main .home-category-section.center-box ul.slick-dots {
    padding: 5px 0 0 0;
  }
  .homepage-main .swiper-brand .am-image-wrapper,
  .homepage-main #amslider_id1952 .swiper-brand .am-image-wrapper > .am-image {
    max-width: 100% !important;
  }
  .homepage-main .amslider.am-brand-slider {
    margin: 0 !important;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main .swiper-brand .am-image-wrapper > .am-image {
    max-width: 100% !important;
  }
  .homepage-main h2.title,
  .homepage-main .section_slider_block.center-box.home-new-pro h3,
  .homepage-main .home-category-section.center-box.feature-brand-main .amslider-header-container,
  .homepage-main .home-category-section.center-box.feature-brand-main h3.am-slider-header,
  .homepage-main .home-blog-section.center-box h3 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
  }
  .homepage-main .shop-by-categories .block-content ul.content-category li {
    margin: 0 5px;
  }
  .homepage-main .home-banner-section.center-box .md-home-promo-banner a {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro {
    padding: 24px 0 5px 0;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .product-item-details {
    padding: 0 10px;
  }
  .homepage-main .home-banner-section.center-box .category-banner-section a {
    float: left;
    width: 100%;
    margin-bottom: 5px;
  }
  .homepage-main .home-category-section.center-box.favourite-accesories-main {
    padding: 22px 0 0px 0;
  }
  .homepage-main .home-category-section.center-box .shop-your-favourite-accessories .block-content ul.content-category li {
    margin: 0 5px;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main .am-slider-container .amslider-header-container {
    padding: 0;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main .am-slider-container .amslider.am-brand-slider .swiper-slide {
    padding: 0 10px;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main a.am-slider-header-link {
    display: none;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main .swiper-button-prev,
  .homepage-main .home-category-section.center-box.feature-brand-main .amslider .swiper-button-next {
    display: none;
  }
  .homepage-main .home-category-section.center-box .block-content ul.content-category {
    display: unset !important;
    justify-content: unset !important;
  }
  .homepage-main .home-category-section.center-box .shop-by-categories {
    margin-bottom: 0px;
  }
  .homepage-main .home-category-section.center-box .shop-by-categories .block-content ul.slick-dots li {
    width: unset;
    float: none;
  }
  .homepage-main .home-category-section.center-box .slick-dots li button,
  .homepage-main .home-category-section.center-box .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
    height: 10px;
    width: 10px;
    border: 1px solid #666666;
  }
  .homepage-main .home-category-section.center-box .slick-dots li.slick-active button,
  .homepage-main .home-category-section.center-box .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action {
    background: #666;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .product-image-photo {
    margin: 0 8px;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info:hover .action.towishlist {
    right: 10px;
    top: 10px;
  }
  .homepage-main .home-category-section.center-box.favourite-accesories-main .block-content ul.slick-dots {
    display: none !important;
  }
  .homepage-main .home-blog-section.center-box .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: unset;
  }
  .homepage-main .home-category-section.center-box .shop-by-categories .block-content ul.content-category li .set-overlay span.btn,
  .homepage-main .home-category-section.center-box .shop-your-favourite-accessories .block-content ul.content-category li span.btn {
    min-width: 90px;
    height: 30px;
    font-size: 13px;
    line-height: 9px;
  }
  .homepage-main .home-blog-section.center-box .slick-dots li button,
  .homepage-main .slick-dots li .cart.table-wrapper .actions-toolbar > .action {
    height: 10px;
    width: 10px;
    border: 1px solid #666666;
  }
  .homepage-main .home-blog-section.center-box .slick-dots li.slick-active button,
  .homepage-main .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action {
    background: #666;
  }
  .homepage-main .home-category-section.center-box.feature-brand-main .amslider .swiper-pagination {
    display: block !important;
  }
  .homepage-main .home-blog-section.center-box h3 a {
    display: none;
  }
  .homepage-main .home-blog-section.center-box .slick-dots {
    padding-bottom: 0;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder {
    display: flex !important;
    margin: 0 0 15px 0;
    padding: 0;
    max-height: unset;
    width: 100%;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-ftimg-hld {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0px;
    flex: 0 0 37%;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content {
    float: left;
    width: 100%;
    text-align: left;
    padding: 7px 16px 8px 16px;
    flex: 0 0 65%;
    flex-wrap: wrap;
    /* padding-top: 5px; */
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-title {
    width: 100%;
    padding: 0;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-title a {
    font-size: 18px;
    line-height: 14px;
    padding: 12px 0;
    color: #231F20;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-info {
    padding: 0 0 10px 0;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-info li.item {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-info li.item span {
    font-size: 13px;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-header .post-info li.item span a {
    font-size: 13px;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-description .post-text-hld {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
    color: #666;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-description .post-read-more {
    padding-top: 0;
    height: auto;
    width: auto;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    padding: 0 18px;
    margin-top: 15px;
  }
  .homepage-main .home-blog-section.center-box ul.post-list li.post-holder .post-content .post-description .post-text-hld > div > div {
    padding: 0 !important;
    margin: 0 0 7px 0!important;
    display: unset !important;
  }
  .homepage-main .favourite-accesories-main .slick-prev:active,
  .homepage-main .favourite-accesories-main .slick-next:active,
  .homepage-main .favourite-accesories-main .slick-prev:focus,
  .homepage-main .favourite-accesories-main .slick-next:focus,
  .homepage-main .favourite-accesories-main .slick-prev:not(.primary),
  .homepage-main .favourite-accesories-main .slick-next:not(.primary) {
    background: transparent;
  }
  .homepage-main .favourite-accesories-main .slick-prev:before,
  .homepage-main .favourite-accesories-main .slick-next:before,
  .homepage-main .favourite-accesories-main .slick-prev:after,
  .homepage-main .favourite-accesories-main .slick-next:after {
    color: #858585;
    font-size: 22px;
  }
  .homepage-main .favourite-accesories-main .slick-prev,
  .homepage-main .favourite-accesories-main .slick-next {
    width: auto;
    height: auto;
    top: 44%;
  }
  .homepage-main .favourite-accesories-main .slick-prev {
    left: 0;
  }
  .homepage-main .favourite-accesories-main .slick-next {
    right: 0;
  }
  .homepage-main .home-category-section.center-box .shop-your-favourite-accessories .block-content ul.content-category li .set-overlay span.btn {
    height: auto;
  }
  #banners-slider .slick-slide img {
    width: 100%;
  }
  .fashiongo_instagram_feed {
    padding: 0px 0 18px 0;
  }
  .fashiongo_instagram_feed .instagram-head {
    margin-bottom: 10px;
  }
  .fashiongo_instagram_feed .instagrampro-view #thumbnail-slider .thumb {
    width: auto;
    height: auto;
    border-radius: 3px;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    object-fit: unset;
  }
  .fashiongo_instagram_feed .owl-carousel .item {
    height: auto;
  }
  .fashiongo_instagram_feed .instagrampro-view #mainimgdiv {
    height: auto;
  }
  .fashiongo_instagram_feed .instagram-head span.insta-title {
    padding-left: 30px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 15px 0;
    background-size: 25px;
    background-position: 0 2px;
  }
  .fashiongo_instagram_feed .instagrampro-view.clearer .owl-theme .owl-dots {
    display: none;
  }
  footer.page-footer .md-footer-container .md-footer-links div.title strong::after {
    font-size: 10px;
  }
  .sections.nav-sections .section-item-content .menu-container .menu > ul > li.subscribe-now-menu {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #amslider_id5139 .ambrands-swiper-brand .ambrands-image-block,
  #amslider_id5139 .ambrands-swiper-brand .ambrands-image-block > .ambrands-image {
    max-width: 80px;
  }
  .page-footer #back-top {
    height: 30px;
    width: 30px;
    left: 10px;
    bottom: 10px;
  }
  .page-footer #back-top span.icon-uparrow {
    font-size: 10px;
    line-height: 14px;
    padding: 0px 0 0 0px;
  }
  .page-footer #back-top span.icon-uparrow:before {
    font-size: 30px;
    line-height: 10px;
    margin-top: 0;
    top: 2px;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .home-new-pro-grid .block-products-list .slick-nav .control-nav.prev a.wed-slick-prev.arrow.slick-arrow {
    left: -8px;
  }
  .header.content .header-right-section .switcher-currency .options.active .dropdown {
    min-width: 138px;
  }
  /*****Product Slider Arrow****/
  .block.crosssell .slick-nav .control-nav .line-big,
  .block.upsell .slick-nav .control-nav .line-big,
  .block.related .slick-nav .control-nav .line-big,
  .cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav .line-big,
  .cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav .line-big,
  .cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav .line-big,
  .cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav .line-big {
    width: 125px;
  }
  .block.crosssell .slick-nav .control-nav .line-big:before,
  .block.upsell .slick-nav .control-nav .line-big:before,
  .block.related .slick-nav .control-nav .line-big:before,
  .cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav .line-big:before,
  .cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav .line-big:before,
  .cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav .line-big:before,
  .cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav .line-big:before {
    width: 125px;
  }
  .block.crosssell .slick-nav .control-nav .line-big:after,
  .block.upsell .slick-nav .control-nav .line-big:after,
  .block.related .slick-nav .control-nav .line-big:after,
  .cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav .line-big:after,
  .cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav .line-big:after,
  .cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav .line-big:after,
  .cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav .line-big:after {
    top: 14px;
    left: -10px;
  }
  .block.crosssell .slick-nav .control-nav .line-small,
  .block.upsell .slick-nav .control-nav .line-small,
  .block.related .slick-nav .control-nav .line-small,
  .cms-fashiongo-homepage .center-box.home-web-pro .block.widget .slick-nav .control-nav .line-small,
  .cms-fashiongo-homepage .center-box.home-new-pro .block.widget .slick-nav .control-nav .line-small,
  .cms-home .center-box.home-web-pro .block.widget .slick-nav .control-nav .line-small,
  .cms-home .center-box.home-new-pro .block.widget .slick-nav .control-nav .line-small {
    width: 100px;
  }
  /****Home Discount***/
  .center-box.home-category-section .cat-box > li {
    width: 100%;
  }
  .center-box.home-category-section .cat-box > li > a .cat-content .cat-title {
    font-size: 14px;
    font-weight: 500;
  }
  .center-box.home-category-section .cat-box > li > a .cat-image img {
    max-width: 45%;
  }
  .page-footer .md-footer-copy .md-footer-cms-links > li {
    border: 0;
    margin: 0;
  }
}
.messages .message.success > div:before {
  font-family: 'md-ico-fgo';
}
@media (max-width: 1500px) {
  .homepage-main .favourite-accesories-main .shop-by-categories {
    margin: 0 -15px;
  }
  .homepage-main .favourite-accesories-main .shop-by-categories .category-list {
    margin: 0 15px;
  }
}
@media (max-width: 1150px) {
  .homepage-main .favourite-accesories-main .shop-by-categories,
  .homepage-main .home-category-section .shop-by-categories {
    margin: 0 -5px;
  }
  .homepage-main .favourite-accesories-main .shop-by-categories .category-list,
  .homepage-main .home-category-section .shop-by-categories .category-list {
    margin: 0 5px;
  }
}
@media (max-width: 1025px) {
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .action.towishlist {
    top: 10px;
    z-index: 9999999999999;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .action.towishlist:before {
    content: '\e943';
    font-family: 'md-ico-fgo';
    font-size: 23px;
    color: #000;
  }
  .homepage-main .md-home-promo-banner {
    margin: 30px 0px 0;
  }
  .homepage-main .md-home-promo-banner .pagebuilder-column-group {
    display: inline-block !important;
    width: 100%;
  }
  .homepage-main .md-home-promo-banner .pagebuilder-column-group .banner-block {
    width: 100% !important;
    margin: 10px 0;
  }
  .shop-by-categories .slick-slider {
    display: block !important;
  }
}
@media (max-width: 1023px) {
  .shop-by-categories .content-category {
    position: relative;
    display: inline-block !important;
  }
  .shop-by-categories .slick-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 22px;
    height: 35px;
    background: none;
    box-shadow: none;
  }
  .shop-by-categories .slick-arrow:before {
    line-height: 35px;
    font-family: 'md-ico-fgo';
    font-size: 22px;
    color: #858585;
  }
  .shop-by-categories .slick-arrow.slick-prev {
    left: 5px;
  }
  .shop-by-categories .slick-arrow.slick-prev:before {
    content: '\e913';
  }
  .shop-by-categories .slick-arrow.slick-next {
    right: 10px;
  }
  .shop-by-categories .slick-arrow.slick-next:before {
    content: '\e914';
  }
  .homepage-main .home-category-section .shop-by-categories {
    margin: 0;
  }
  .homepage-main .home-category-section .shop-by-categories .category-list img,
  .homepage-main .favourite-accesories-main .shop-by-categories .category-list img {
    width: 100%;
  }
  .homepage-main .favourite-accesories-main .shop-by-categories .category-list,
  .homepage-main .home-category-section .shop-by-categories .category-list {
    margin: 0;
    padding: 0 5px;
  }
  .homepage-main .favourite-accesories-main .slick-slide,
  .homepage-main .home-category-section .slick-slide {
    margin: 0 5px;
  }
}
@media screen and (max-width: 1360px) and (min-width: 1209px) {
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .product-item-details .price-box.price-final_price span.old-price .price {
    font-size: 12px;
  }
  .homepage-main .section_slider_block.center-box.home-new-pro .products-grid.grid ol.product-items li.product-item-popular .product-item-info .product-item-details .price-box.price-final_price .price {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .page-header {
    border: 0;
  }
  .page-header .header.content {
    display: flex;
    width: 100%;
  }
  .page-header .header.content .block.block-search {
    float: unset;
    width: unset;
    margin: 0;
  }
  .page-header .header.content .block.block-search .label {
    margin-top: 0;
  }
  .page-header .header.content .block.block-search .label:before {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    margin: 3px 0 0 0;
  }
  .page-header .header.content .header-right-section {
    width: unset;
  }
  .page-header .header.content .header-right-section .minicart-wrapper .action.showcart:before {
    font-size: 24px;
    line-height: 22px;
  }
  .page-header .header.content .header-right-section .wishlist-icon.header {
    display: none;
  }
  .page-header .header.content .header-right-section .md-store-locator-icon.link {
    display: none;
  }
  .homepage-main .home-category-section.center-box .block-content ul.content-category {
    display: inline-block !important;
  }
  .md-home-promo-banner,
  .big-banner-section {
    margin: 0px 0px 0;
  }
  .homepage-main .md-home-promo-banner .banner-block,
  .homepage-main .big-banner-section .banner-block {
    margin: 10px 0;
  }
  .homepage-main .home-category-section .shop-by-categories {
    margin: 0 -5px;
  }
}
@media only screen and (min-width: 2000px) {
  .shop-by-categories.favourite-accesories-main .category-list img,
  .shop-by-categories.home-category-section .category-list img {
    width: 100%;
  }
  .fashiongo_instagram_feed .instagrampro-view #thumbnail-slider img {
    max-width: 100%;
  }
  .fashiongo_instagram_feed .instagrampro-view #thumbnail-slider .owl-carousel .owl-item .instagram-slider-li.item {
    max-width: 100%;
  }
}
.account .column.main .form-wishlist-items .comment-box textarea::-webkit-input-placeholder {
  color: #999 !important;
}
.account .column.main .form-wishlist-items .comment-box textarea::-moz-placeholder {
  color: #999 !important;
}
.account .column.main .form-wishlist-items .comment-box textarea:-ms-input-placeholder {
  color: #999 !important;
}
.account .column.main .form-wishlist-items .comment-box textarea:-moz-placeholder {
  color: #999 !important;
}
.account .column.main .form-wishlist-items .box-tocart .fieldset .product-item-actions .label,
.account .column.main .form-wishlist-items .box-tocart .fieldset .field.qty .label {
  color: #333;
  margin: 0 9px 0 0;
  padding: 0;
  line-height: 35px;
}
.account .column.main .form-wishlist-items .box-tocart .fieldset .product-item-actions .label span:after,
.account .column.main .form-wishlist-items .box-tocart .fieldset .field.qty .label span:after {
  content: '.';
}
.account .column.main .form-wishlist-items .box-tocart .fieldset .product-item-actions {
  margin: 0 !important;
  position: relative !important;
  right: auto;
}
.wishlist-index-index .products-grid .product-item .product-item-inner {
  position: relative;
}
.wishlist-index-index .products-grid .product-item-info .product-item-actions {
  position: absolute !important;
  right: 20px;
}
.wishlist-index-index .products-grid .product-item-info .product-item-actions a.action.edit {
  position: absolute;
  right: 5px;
  top: 9px !important;
}
.wishlist-index-index .products-grid .product-item-info .product-item-actions a.action.delete {
  position: absolute;
  right: 0px;
  top: 9px !important;
}
.wishlist-index-index .products-grid .product-item-info .box-tocart .fieldset .product-item-actions .actions-primary button {
  width: 106px;
  height: 35px;
  background: #000000;
  color: #ffffff;
  border: 1px solid #000;
}
.wishlist-index-index .products-grid .product-item-info .box-tocart .fieldset .product-item-actions .actions-primary button:hover {
  background: #d71923;
  color: #ffffff;
  border-color: #d71923;
}
@media (max-width: 1300px) and (min-width: 767px) {
  .account .column.main .form-wishlist-items .box-tocart .fieldset .field.qty {
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
  }
  .wishlist-index-index .products-grid .product-item-info .box-tocart .fieldset .product-item-actions .actions-primary button {
    margin-left: 0 !important;
  }
  .wishlist-index-index .products-grid .product-item-info .price-box,
  .wishlist-index-index .products-grid .product-item-info .product-item-inner {
    padding: 0 5px !important;
  }
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .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,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  [class*='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class*='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class*='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .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: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  [class*='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class*='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-wishlist-management:after,
  .header.content:after,
  .page-header .header.panel:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  [class*='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .toolbar-giftregistry-results:after,
  .account .toolbar:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .account .toolbar,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .account .toolbar .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .account .toolbar .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  /* RTL Compatible css */
  /*   .rtl-layout {
        .page-layout-2columns-left {
            .column.main {
                float: left;
            }
            .sidebar-main {
                float: right;
                padding-right: 0%;
                padding-left: 2%;
            }
            .sidebar-additional { 
                clear: right;
                float: right;
                padding-right: 0%;
                padding-left: 2%;
            }
        }

    } */
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .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 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .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;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .modal-popup.modal-slide._inner-scroll.mdquickview-popup .modal-inner-wrap {
    height: 85%;
    max-height: 85%;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .amscroll-backtotop-block.-desktop-arrow {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:after {
    width: 14px;
    height: 28px;
    background: url('../Amasty_Scroll/images/arrow.svg');
  }
  .amscroll-backtotop-block.-desktop-arrow .amscroll-text {
    display: none;
  }
  .amscroll-backtotop-block.-desktop-text {
    padding-right: 7px;
    border-radius: 100px;
    transform: rotate(-90deg) translate(60px, 60px);
  }
  .amscroll-backtotop-block.-desktop-text:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-text:after {
    width: 24px;
    height: 24px;
    background: url('../Amasty_Scroll/images/chevron.svg');
  }
  .amscroll-backtotop-block.-desktop-edge {
    right: 0;
    padding: 4px 26px 4px 20px;
    border-radius: 20px 20px 0 0;
    transform: rotate(-90deg) translate(71px, 72px);
  }
  .amscroll-backtotop-block.-desktop-edge .amscroll-text {
    margin-right: 20px;
  }
  .amscroll-backtotop-block.-desktop-edge:before {
    border-radius: 20px 20px 0 0;
  }
  .amscroll-backtotop-block.-desktop-edge:after {
    width: 14px;
    height: 28px;
    background: url('../Amasty_Scroll/images/arrow.svg');
    transform: rotate(90deg) translateX(2px);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px;
    z-index: 1001;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    display: inline-block;
    margin: 0 0 0 15px;
    position: static;
    transform: translateY(-2px);
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover {
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 6px;
    cursor: pointer;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar {
    height: 12px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 22px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [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;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .page-products .sidebar-main.sidebar .swatch-option {
    min-height: 22px;
    height: 24px;
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products.page-layout-2columns-right .columns .column.main,
  .page-products.page-layout-2columns-left .columns .column.main {
    width: 69.6969697%;
    width: 77.8%;
  }
  .page-products.page-layout-2columns-right .sidebar.sidebar-additional,
  .page-products.page-layout-2columns-left .sidebar.sidebar-additional {
    width: 21.21212121%;
  }
  .page-products.page-layout-2columns-right .sidebar-main.sidebar,
  .page-products.page-layout-2columns-left .sidebar-main.sidebar {
    font-weight: 300;
    color: #333333;
    width: 21.21212121%;
  }
  .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;
  }
  .page-products .sidebar .block-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    margin: 15px 0px;
    text-transform: capitalize;
  }
  .page-products .sidebar .block-title strong {
    font-weight: 600;
    text-transform: none;
    font-size: 16px;
    text-transform: capitalize;
  }
  .page-products .sidebar .empty {
    font-size: 14px;
    font-weight: 300;
  }
  /**********/
  .account .toolbar.wishlist-toolbar .pages {
    margin: 0 auto 12px auto;
    float: right;
    display: inline-block;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    display: inline-block;
  }
  .products.wrapper ~ .toolbar .pages .action {
    border-radius: 50%;
  }
  .products.wrapper ~ .toolbar .pages .item {
    margin: 0 5px 0 5px;
  }
  .products.wrapper ~ .toolbar .pages .item .page {
    border: 1px solid #cbcaca;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-weight: normal;
    color: #ccc;
  }
  .products.wrapper ~ .toolbar .pages .item .page:hover {
    background: #231f20;
    color: #ffffff;
  }
  .products.wrapper ~ .toolbar .pages .item > a {
    -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;
  }
  .products.wrapper ~ .toolbar .pages .item .action.previous,
  .products.wrapper ~ .toolbar .pages .item .action.next {
    margin: 0;
  }
  .products.wrapper ~ .toolbar .pages .item .action.previous:hover,
  .products.wrapper ~ .toolbar .pages .item .action.next:hover {
    border-color: #231f20;
  }
  .products.wrapper ~ .toolbar .pages .item .action.previous:hover:before,
  .products.wrapper ~ .toolbar .pages .item .action.next:hover:before {
    color: #231f20;
  }
  .products.wrapper ~ .toolbar .pages .item.current .page {
    border: 0;
    color: #ffffff;
    background: #231f20;
  }
  .toolbar-amount {
    float: left;
    display: block !important;
  }
  .limiter {
    float: right;
    color: #231f20;
    margin-left: 38px;
    display: none;
  }
  .limiter .label span {
    font-weight: 700;
  }
  .limiter .label span:after {
    content: ':';
  }
  .limiter .control select {
    width: 70px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #231f20;
    font-size: 13px;
    font-weight: 400;
  }
  .products.wrapper ~ .toolbar .limiter {
    /*display: block;*/
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  /******Tabs*****/
  .product.info.detailed .data.item.title {
    float: none;
    display: inline-block;
    background: #ffffff;
    z-index: 9;
    margin: 0 -2px;
    padding: 0 10px 0 10px;
    position: relative;
  }
  .product.info.detailed .data.item.title .data.switch:focus,
  .product.info.detailed .data.item.title .data.switch {
    background: transparent;
    border: 0;
    /*border-right: 1px solid @md-color-tab-border;*/
    text-transform: none;
    height: auto;
    font-size: 18px;
    color: #999;
    padding: 15px 20px 15px 20px;
    font-weight: normal;
  }
  .product.info.detailed .data.item.title.active .data.switch {
    color: #231f20;
    border-bottom: 5px solid #231f20;
    border-radius: 0px;
    font-weight: bold;
  }
  .product.info.detailed .data.item.title span.counter {
    display: none;
  }
  .product.info.detailed .product.data.items {
    border-bottom: 1px solid #eee;
    text-align: left;
    padding-top: 0px;
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
  }
  .product.info.detailed .product.data.items:before {
    content: "";
    height: 1px;
    width: 100%;
    top: 20px;
  }
  .product.info.detailed .product.data.items .data.item.content {
    margin-top: 58px;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    border: 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    margin: 0px 0 0 0;
    line-height: 22px;
  }
  .product.info.detailed .block.review-add .review-form {
    width: 100%;
    max-width: 100%;
  }
  .product.info.detailed .block.review-add .review-form .actions-toolbar {
    margin-left: 0;
  }
  .product.info.detailed .block.review-add .review-form .fieldset {
    margin-bottom: 20px;
    max-width: 50%;
  }
  .product.info.detailed .block.review-add .review-form .fieldset > .field .control,
  .product.info.detailed .block.review-add .review-form .fieldset > .field > .label {
    width: 100%;
    text-align: left;
  }
  .product.info.detailed .block.review-add .review-form .fieldset .review-legend.legend span {
    float: left;
  }
  .product.info.detailed .block.review-add .review-form .fieldset .review-legend.legend strong {
    margin-left: 5px;
    float: left;
    font-weight: 500;
  }
  .product.info.detailed .block.review-add .review-form .fieldset .field label {
    font-weight: 600;
    margin: 0;
    padding: 0 0 10px 0;
  }
  .product.info.detailed .block.review-add .review-form .fieldset .field.review-field-ratings label.label {
    padding: 5px 5px 0 0;
  }
  .product.info.detailed .block.review-add .review-form .fieldset .field.review-field-ratings .control {
    margin-bottom: 18px;
    margin-top: 0;
    padding: 0;
    display: block;
  }
  .product.info.detailed .block.review-add .review-form .fieldset .field textarea,
  .product.info.detailed .block.review-add .review-form .fieldset .field .input-text {
    height: 45px;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #FFFFFF;
    color: #999999;
    font-size: 15px;
    border-radius: 4px;
  }
  .product.info.detailed .block.review-add .review-form .fieldset .field textarea {
    height: auto;
    border-radius: 4px;
  }
  .product.info.detailed .block.review-add .review-form .action.submit.primary {
    text-decoration: none;
    background: #000000;
    color: #ffffff;
    height: 45px;
    border-radius: 4px;
    font-weight: 300;
    padding: 13px 25px;
    font-size: 16px;
    border: 1px solid #000;
    -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.detailed .block.review-add .review-form .action.submit.primary:hover {
    text-decoration: none;
    background: #d71923;
    color: #ffffff;
    border-color: #d71923;
  }
  .product.info.detailed .block.review-list .block-content .review-item {
    border-color: #e9e8e8;
  }
  .product.info.detailed .block.review-list .block-content .review-item .review-title {
    color: #000000;
    font-weight: 400;
    font-size: 17px;
  }
  .product.info.detailed .block.review-list .block-content .review-toolbar {
    border-color: #e9e8e8;
  }
  .product.info.detailed .block.review-list .block-content .review-author .review-details-value {
    font-weight: 300;
    color: #231f20;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 47%;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 41px;
  }
  .page-layout-1column .product.media {
    width: 52.5%;
    margin: 0px 0px 0px 0px;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .mst-searchautocomplete__autocomplete._active {
    display: block !important;
    left: 0 !important;
    right: auto !important;
  }
  .ktpl-searchautocomplete__autocomplete ul,
  .mst-searchautocomplete__autocomplete ul {
    max-height: 300px;
    overflow-y: auto;
    max-width: 99.9%;
  }
  .block-search {
    float: left;
    position: relative;
    z-index: 4;
    width: 350px;
    margin: -5px 20px 0 0;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 0;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    /*.lib-button-reset();*/
    pointer-events: inherit;
    background: transparent;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    right: 15px;
    top: 6px;
    z-index: 1;
    padding: 0;
    /*line-height: 0px;*/
  }
  .block-search .action.search:before {
    content: '';
    font-family: 'md-ico-fgo';
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
  }
  .block-search .action.search:hover {
    text-decoration: none;
  }
  .block-search .action.search span {
    text-indent: -999em;
    float: left;
    display: none;
  }
  .block-search .action.search:before {
    content: "\e91f";
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-footer .footer-info-banner-box {
    margin: 100px auto -7px auto !important;
  }
  .block.block-cart-failed {
    width: 67.60330578999999%;
  }
  .checkout-cart-index .gift-wrapping-preview img {
    max-width: 200px;
    width: 100%;
  }
  .checkout-cart-index .block.crosssell,
  .checkout-cart-index .block.upsell,
  .checkout-cart-index .block.related {
    margin-top: 25px !important;
  }
  .cart-container .form-cart {
    width: 64.92424242%;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    float: right;
    position: relative;
    background: #ffffff;
    z-index: 1;
    width: 31.28787879%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: 100%;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 15px 0;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
    padding-left: 20px;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 380px;
  }
  .layout-3columns-osc .md-osc .md-osc-new-layout .checkout-column-osc .checkout-column-block #address-section {
    width: 100%;
    margin: 0 !important;
  }
  fieldset#billing-new-address-form .choice.field:before {
    width: auto;
    padding: 0;
  }
  .checkout-index-index._has-modal .modal-popup.store-by-map-popup .modal-inner-wrap {
    left: 0;
    right: 0;
    margin: 20px auto !important;
  }
  .column.main .checkout-container.md-checkout #address-section #shipping {
    padding: 0;
    border: none;
  }
  .column.main .checkout-container.md-checkout .field {
    margin: 0 0 10px;
    vertical-align: top;
  }
  .column.main .checkout-container.md-checkout .field.md-input-width-50 {
    margin: 0 0 10px;
  }
  .column.main .checkout-container.md-checkout fieldset.field {
    margin: 0;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 25%;
  }
  .opc-wrapper .fieldset > .field.required,
  .opc-wrapper .fieldset > .field._required {
    position: relative;
  }
  .opc-wrapper .fieldset > .field.required > label,
  .opc-wrapper .fieldset > .field._required > label {
    padding-right: 25px;
  }
  .opc-wrapper .fieldset > .field.required > label:after,
  .opc-wrapper .fieldset > .field._required > label:after {
    margin-left: 10px;
    position: absolute;
    top: 9px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    /*.lib-css(max-width, @checkout-shipping-address__max-width);*/
    width: 100%;
    margin-top: 0;
  }
  .table-checkout-shipping-method {
    width: 100%;
  }
  .opc-sidebar {
    margin: 0 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
    border-radius: 4px;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
    border-radius: 4px;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
    position: absolute;
    top: -85px;
    right: 0;
    z-index: 99;
    margin-top: 0;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
    color: #231f20;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.block-new-company {
    clear: none;
    float: right;
  }
  .login-container .block.block-new-company .actions-toolbar {
    margin-top: 25px;
  }
  .links-container {
    display: inline-block;
    position: relative;
  }
  .links-container:before,
  .links-container:after {
    content: '';
    display: table;
  }
  .links-container:after {
    clear: both;
  }
  .links-container .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .links-container .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .links-container .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 2.2rem;
    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;
  }
  .links-container .action.switch:hover:after {
    color: inherit;
  }
  .links-container .action.switch:active:after {
    color: inherit;
  }
  .links-container .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .links-container .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .links-container .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 2.2rem;
    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;
  }
  .links-container .action.switch.active:hover:after {
    color: inherit;
  }
  .links-container .action.switch.active:active:after {
    color: inherit;
  }
  .links-container ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .links-container ul li {
    margin: 0;
    padding: 0;
  }
  .links-container ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .links-container ul:before,
  .links-container ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .links-container ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .links-container ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .links-container ul:before {
    right: 10px;
    top: -12px;
  }
  .links-container ul:after {
    right: 9px;
    top: -14px;
  }
  .links-container.active {
    overflow: visible;
  }
  .links-container.active ul {
    display: block;
  }
  .links-container li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: .8em;
  }
  .links-container li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .links-container li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .links-container li a:active {
    color: #333333;
    text-decoration: none;
  }
  .links-container .customer-menu {
    display: none;
  }
  .links-container .action.switch {
    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;
    color: #ffffff;
  }
  .links-container .action.switch:focus,
  .links-container .action.switch:active {
    background: none;
    border: none;
  }
  .links-container .action.switch:hover {
    background: none;
    border: none;
  }
  .links-container .action.switch.disabled,
  .links-container .action.switch[disabled],
  fieldset[disabled] .links-container .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .links-container .header.links {
    min-width: 225px;
  }
  .links-container.active .action.switch:after {
    content: '\e621';
  }
  .links-container.active .customer-menu {
    display: block;
  }
  .links-container .greet {
    display: none;
  }
  .customer-register .links-container-title {
    cursor: pointer;
  }
  .manage-company-accounts .message + .actions-toolbar {
    margin-top: 50px;
  }
  .modal-popup .actions-toolbar .secondary .action {
    background: none;
    border: none;
    color: #1979c3;
    font-weight: 400;
    margin: .7rem 1.5rem;
    padding: 0;
  }
  .modal-popup .actions-toolbar .secondary .action:active,
  .modal-popup .actions-toolbar .secondary .action:not(:focus) {
    box-shadow: none;
  }
  .modal-popup input:hover,
  .modal-popup textarea:hover {
    border-color: #68a8e0;
  }
  .modal-popup.popup-tree .modal-inner-wrap .modal-footer {
    border-top: none;
    text-align: left;
  }
  .popup-tree .fieldset {
    margin-bottom: 0;
  }
  .popup-tree .modal-footer .primary {
    margin-right: 10px;
  }
  .popup-tree .modal-footer .secondary {
    background: none;
    border: none;
    color: #1979c3;
    font-weight: 400;
    margin: .7rem 1.5rem;
    padding: 0;
  }
  .popup-tree .modal-footer .secondary:active,
  .popup-tree .modal-footer .secondary:not(:focus) {
    box-shadow: none;
  }
  .page-title .edit-company-profile {
    left: -10px;
    position: relative;
  }
  .company-profile-index .column.main .block .box-account-information .box-content,
  .company-profile-index .column.main .block .box-address-information .box-content,
  .company-profile-index .column.main .block .box-contact-information .box-content {
    line-height: 24px;
  }
  .company-profile-edit .column.main .form-edit-company {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .company-profile-edit .column.main .form-edit-company .fieldset,
  .company-profile-edit .column.main .form-edit-company .actions-toolbar {
    width: 52%;
  }
  .company-account-index .columns .column.main .block:not(.widget) .box-content strong {
    display: inline-block;
    width: 17%;
  }
  .company-account-create .columns .main .form-create-account {
    width: 51%;
  }
  .company-account-create .columns .main .form-create-account .fieldset-fullname .fields .field:last-child {
    margin: 0 0 10px;
  }
  .company-users-index .long-text-field {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .jstree li a {
    position: relative;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form-newsletter-manage .fieldset .field.choice {
    margin-top: 0;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .column.main .form-add-invitations .fieldset .actions-toolbar .secondary {
    float: right;
  }
  .account.page-layout-2columns-left .column.main .form-add-invitations .fieldset .actions-toolbar .secondary button {
    margin: 0;
  }
  .account.page-layout-2columns-left .columns {
    padding-top: 55px;
  }
  .account.page-layout-2columns-left .sidebar-main {
    width: 23.5%;
    padding-right: 0;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    border-top: 5px solid #999;
    border-bottom: 5px solid #999;
    margin-bottom: 17px;
    padding: 0;
  }
  .account.page-layout-2columns-left .sidebar-additional {
    width: 23.5%;
    padding-right: 0;
  }
  .account.page-layout-2columns-left .sidebar-additional .block {
    border-bottom: 1px solid #999;
    border-top: 0;
    padding: 15px;
    margin: 0;
  }
  .account.page-layout-2columns-left .sidebar-additional .block .block-title strong {
    text-align: inherit;
  }
  .account.page-layout-2columns-left .column.main {
    width: 70.4%;
  }
  .account.page-layout-2columns-left .column.main .page-title-wrapper h1.page-title {
    margin-bottom: 40px;
  }
  .account.page-layout-2columns-left .column.main .page-title-wrapper h1.page-title span {
    color: #3C3C3C;
    font-size: 30px;
    font-weight: bold;
    display: block;
  }
  .account.page-layout-2columns-left .column.main .fieldset {
    margin-bottom: 20px;
  }
  .account.page-layout-2columns-left .column.main .fieldset > .field:not(.choice) > .label {
    float: left;
    text-align: left;
    font-weight: normal;
    padding: 0 0 7px 0;
    color: #333333;
    font-size: 14px;
    width: 100%;
  }
  .account.page-layout-2columns-left .column.main .fieldset .field {
    margin: 0 0 14px;
  }
  .account.page-layout-2columns-left .column.main .fieldset .control .input-text,
  .account.page-layout-2columns-left .column.main .fieldset .control select,
  .account.page-layout-2columns-left .column.main .fieldset .control textarea {
    border: 1px solid #CCCCCC;
    height: 45px;
    width: 100%;
    border-radius: 4px;
  }
  .account.page-layout-2columns-left .column.main .fieldset .control textarea {
    height: 82px;
  }
  .account.page-layout-2columns-left .column.main .actions-toolbar.order-actions-toolbar {
    margin-bottom: 10px;
  }
  .account.page-layout-2columns-left .column.main .actions-toolbar.order-actions-toolbar a,
  .account.page-layout-2columns-left .column.main .actions-toolbar.order-actions-toolbar button {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 0px;
  }
  .account.page-layout-2columns-left .column.main .actions-toolbar {
    margin: 0;
  }
  .account.page-layout-2columns-left .column.main .actions-toolbar a,
  .account.page-layout-2columns-left .column.main .actions-toolbar button {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 4px;
  }
  .account.page-layout-2columns-left .column.main .actions-toolbar .secondary a.action.back {
    color: #006BB4;
    font-size: 14px;
    text-transform: capitalize;
    padding: 0;
    font-weight: normal;
  }
  .account.page-layout-2columns-left .column.main .giftcard-account {
    float: left;
    width: 100%;
  }
  .account.page-layout-2columns-left .column.main .giftcard-account .form-giftcard-redeem .fieldset {
    margin-bottom: 20px;
  }
  .account.page-layout-2columns-left .column.main .giftcard-account .form-giftcard-redeem .fieldset > .field:not(.choice) > .label {
    float: left;
    text-align: left;
    font-weight: normal;
    padding: 0 0 7px 0;
    color: #333333;
    font-size: 14px;
    width: 100%;
  }
  .account.page-layout-2columns-left .column.main .giftcard-account .form-giftcard-redeem .fieldset .control .input-text {
    border: 1px solid #CCCCCC;
    height: 45px;
    max-width: 500px;
    width: 100%;
    border-radius: 4px;
  }
  .account.page-layout-2columns-left .column.main .giftcard-account .form-giftcard-redeem .actions-toolbar {
    margin: 0;
  }
  .account.page-layout-2columns-left .column.main .giftcard-account .form-giftcard-redeem .actions-toolbar button {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 4px;
  }
  .account.page-layout-2columns-left .column.main .giftcard-account .form-giftcard-redeem .actions-toolbar .secondary {
    float: left;
  }
  .account.page-layout-2columns-left .column.main .form-giftregistry-edit .field.required.date .control,
  .account.page-layout-2columns-left .column.main .form-giftregistry-share .field.required.date .control {
    display: flex;
  }
  .account.page-layout-2columns-left .column.main .form-giftregistry-edit div#registrant-container .actions-toolbar .secondary,
  .account.page-layout-2columns-left .column.main .form-giftregistry-share div#registrant-container .actions-toolbar .secondary,
  .account.page-layout-2columns-left .column.main .form-giftregistry-edit #recipients-options .actions-toolbar .secondary,
  .account.page-layout-2columns-left .column.main .form-giftregistry-share #recipients-options .actions-toolbar .secondary {
    float: right;
  }
  .account.page-layout-2columns-left .column.main .form-giftregistry-edit div#registrant-container .actions-toolbar .secondary button,
  .account.page-layout-2columns-left .column.main .form-giftregistry-share div#registrant-container .actions-toolbar .secondary button,
  .account.page-layout-2columns-left .column.main .form-giftregistry-edit #recipients-options .actions-toolbar .secondary button,
  .account.page-layout-2columns-left .column.main .form-giftregistry-share #recipients-options .actions-toolbar .secondary button,
  .account.page-layout-2columns-left .column.main .form-giftregistry-edit div#registrant-container .actions-toolbar .secondary .action.add,
  .account.page-layout-2columns-left .column.main .form-giftregistry-share div#registrant-container .actions-toolbar .secondary .action.add,
  .account.page-layout-2columns-left .column.main .form-giftregistry-edit #recipients-options .actions-toolbar .secondary .action.add,
  .account.page-layout-2columns-left .column.main .form-giftregistry-share #recipients-options .actions-toolbar .secondary .action.add {
    margin: 0;
  }
  .account.page-layout-2columns-left .column.main .form-giftregistry-edit .actions-toolbar .secondary .action.add,
  .account.page-layout-2columns-left .column.main .form-giftregistry-share .actions-toolbar .secondary .action.add {
    margin: 0;
  }
  .account.page-layout-2columns-left .column.main .form-gdpr-manage .fieldset > .field.choice:before {
    width: auto;
    padding: 0;
  }
  .account.page-layout-2columns-left .column.main .form-gdpr-manage .fieldset label {
    width: auto;
    float: unset;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 12px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .product-full-width-section h2.product-section-title {
    color: #231f20;
    border: 1px solid #231f20;
    border-radius: 3px;
    padding: 9px 9px 9px 9px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    margin: 0 auto;
    display: table;
    width: auto;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .rtl-layout column:not(.sidebar-main) form .actions-toolbar,
  .rtl-layout .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 0;
    margin-right: 25.8%;
  }
  .rtl-layout .limiter {
    float: left;
  }
  .rtl-layout .account .toolbar .toolbar-amount {
    float: right;
  }
  .rtl-layout .account .toolbar .pager .limiter {
    float: left;
  }
  .rtl-layout .account .toolbar.wishlist-toolbar .pages {
    float: left;
  }
  .rtl-layout .wishlist-dropdown ul.dropdown:before {
    left: auto;
    right: 10px;
  }
  .rtl-layout .wishlist-dropdown ul.dropdown:after {
    left: auto;
    right: 9px;
  }
  .rtl-layout .block-wishlist-management .wishlist-toolbar-select,
  .rtl-layout .block-wishlist-management .wishlist-notice,
  .rtl-layout .block-wishlist-management .wishlist-dropdown.move {
    margin-right: 0px;
    margin-left: 20px;
  }
  .rtl-layout .block-wishlist-management .wishlist-toolbar {
    float: left;
  }
  .rtl-layout .block-wishlist-management .wishlist-notice {
    margin-right: 0px;
    margin-left: 20px;
  }
  .rtl-layout .block-wishlist-management .wishlist-info {
    float: right;
  }
  .rtl-layout .block-wishlist-management .wishlist-select-items {
    padding-right: 0;
    padding-left: 160px;
  }
  .rtl-layout .footer.content .block.newsletter {
    float: left;
  }
  .rtl-layout .footer.content .footer-bottom-colored [data-content-type=row][data-appearance=contained] {
    float: right;
  }
  .rtl-layout .ktpl-searchautocomplete__autocomplete._active {
    left: 0 !important;
    right: auto !important;
  }
  .rtl-layout .ktpl-searchautocomplete__autocomplete._active.ktpl-2-cols {
    left: 0 !important;
    right: auto !important;
  }
  .rtl-layout .page-wrapper .header.content .header-right-section {
    margin-top: 7px;
  }
  .rtl-layout form.md-testimonial-form.create.account .fieldset .md-testi-form-box {
    float: right;
  }
  .rtl-layout form.md-testimonial-form.create.account .fieldset .md-testi-form-box:nth-child(even) {
    float: left;
  }
  .rtl-layout .ktpl-searchautocomplete__autocomplete._active.ktpl-2-cols .ktpl-searchautocomplete__index {
    clear: right;
    float: right;
  }
  .rtl-layout .ktpl-searchautocomplete__autocomplete._active.ktpl-2-cols div.magento_catalog_product {
    clear: left;
    float: left;
  }
  .rtl-layout .section-item-content .menu-container .menu > ul > li {
    margin-left: 13px;
    margin-right: 0px;
  }
  .rtl-layout .section-item-content .menu-container .menu > ul > li:last-child {
    margin-left: 0px;
  }
  .multishipping-checkout-addresses.page-layout-checkout .column.main {
    min-height: 600px;
  }
  .ktpl-searchautocomplete__autocomplete .ktpl-searchautocomplete__index-title {
    width: 99.8%;
  }
  .sticky .logo {
    margin-top: 4px;
  }
  .column.main .checkout-container.md-checkout #address-section#address-section .fieldset .label:before,
  .column.main .checkout-container.md-checkout input[type="checkbox"] + label:before {
    margin: 0px;
  }
  .account .order-actions-toolbar a.action.print {
    margin-right: 7px;
  }
  .footer.content .footer-bottom-colored [data-content-type=row][data-appearance=contained] .md-footer-container {
    width: 100%;
  }
  .footer.content .footer-bottom-colored [data-content-type=row][data-appearance=contained] {
    display: inline-block;
    width: 100%;
    float: left;
  }
  .checkout-cart-index .page-footer .footer-info-banner-box {
    margin: 60px auto 0 auto;
  }
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .header.panel > .header.links {
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
    display: inherit;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 27px 20px 22px;
    text-align: center;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
    z-index: 9;
  }
  .page-header .header.panel {
    padding-top: 0;
    padding-bottom: 0;
    padding: 10px 40px;
    max-width: 100%;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-header .md-order-track-icon.link {
    display: inline-block;
  }
  .page-header .md-order-track-icon.link:hover:before {
    color: #da191f;
  }
  .page-header .md-order-track-icon.link:before {
    content: "\e942";
    font-size: 26px;
    font-weight: 400;
    line-height: 23px;
    font-family: 'md-ico-fgo';
    float: left;
    padding-right: 5px;
    color: #231f20;
  }
  .page-header .md-order-track-icon.link:hover {
    color: #d32f2f;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
    margin: 30px 0;
    font-size: 30px;
    color: #231f20;
    font-family: 'Roboto';
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0px 0;
    float: left;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action {
    width: 40px;
  }
  .wishlist-index-index .products-grid .product-item {
    border: 1px solid #eeeeee;
    border-radius: 4px;
  }
  .wishlist-index-index .products-grid .product-item .product-image-container {
    width: 100% !important;
  }
  .wishlist-index-index .products-grid .product-item .product-image-container .product-image-photo {
    width: 100%;
  }
  .wishlist-index-index .products-grid .product-item-info .multiselect-wishlist {
    padding: 0 0 0 20px;
  }
  .wishlist-index-index .products-grid .product-item-info .product-reviews-summary {
    padding: 0 20px;
  }
  .wishlist-index-index .products-grid .product-item-info .product-reviews-summary .reviews-actions {
    float: right;
    text-align: right;
  }
  .wishlist-index-index .products-grid .product-item-info .product-reviews-summary .reviews-actions a {
    font-size: 14px;
    color: #000;
  }
  .wishlist-index-index .products-grid .product-item-info .product-item-name {
    padding-right: 20px;
    margin-bottom: 14px;
  }
  .wishlist-index-index .products-grid .product-item-info .product-item-name a {
    color: #000000;
    font-size: 15px;
    line-height: 19px;
  }
  .wishlist-index-index .products-grid .product-item-info .price-box,
  .wishlist-index-index .products-grid .product-item-info .product-item-inner {
    padding: 0 20px;
  }
  .wishlist-index-index .products-grid .product-item-info .box-tocart .fieldset > .field:not(.choice) > .label {
    width: auto;
  }
  .wishlist-index-index .products-grid .product-item-info .box-tocart .fieldset .field.qty label {
    width: auto;
  }
  .wishlist-index-index .products-grid .product-item-info .box-tocart .fieldset .field.qty .control .input-text {
    height: 35px !important;
    width: 40px !important;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 0;
  }
  .wishlist-index-index .products-grid .product-item-info .box-tocart .fieldset .product-item-actions .actions-primary button {
    background-color: #000000;
    padding: 8px 17px;
    border-radius: 4px;
    margin-left: 10px;
    border: 0;
  }
  .wishlist-index-index .products-grid .product-item-info .box-tocart .fieldset .product-item-actions .actions-primary button:hover {
    background-color: #da191f;
  }
  .wishlist-index-index .products-grid .product-item-info .box-tocart .fieldset .product-item-actions .actions-primary button span {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
  }
  .wishlist-index-index .products-grid .product-item-info .product-item-actions {
    position: absolute !important;
    right: 20px;
  }
  .wishlist-index-index .products-grid .product-item-info .product-item-actions a.action.edit {
    position: absolute;
    right: 5px;
    top: 9px !important;
  }
  .wishlist-index-index .products-grid .product-item-info .product-item-actions a.action.edit:before {
    content: '\e930';
    font-family: 'md-ico-fgo';
    color: #666666;
    font-size: 16px;
  }
  .wishlist-index-index .products-grid .product-item-info .product-item-actions a.action.delete {
    position: absolute;
    right: 0px;
    top: 9px !important;
  }
  .wishlist-index-index .products-grid .product-item-info .product-item-actions a.action.delete:before {
    content: '\e92f';
    font-family: 'md-ico-fgo';
    color: #666666;
    font-size: 12px !important;
    line-height: 16px;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 100%;
  }
  .mst-searchautocomplete__autocomplete {
    width: 100%;
    min-width: 50rem;
  }
  .mst-searchautocomplete__autocomplete._active {
    display: block !important;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols {
    width: 720px !important;
    position: absolute;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index {
    clear: left;
    float: left;
    display: block;
    position: relative;
    max-width: 240px;
    width: 240px;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-right: 1px solid #efefef;
    margin-right: -1px;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product {
    width: 480px !important;
    max-width: 480px !important;
    clear: right;
    float: right;
    border-left: 1px solid #efefef;
    border-right: unset;
    margin-left: -1px;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__show-all {
    clear: both;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .rtl-layout .md-price-filter-box-sidebar .go-button {
    float: none;
    margin: 10px 0 0px 0;
  }
  .md-price-filter-box-sidebar {
    margin-top: 5px;
  }
  .block-search .field.search .control {
    background-color: #ffffff;
  }
  .column.main .checkout-container.md-checkout .order-review-section.order-review-section .box-qty input#qty_input {
    width: 60px !important;
    min-width: initial;
    text-align: center;
  }
  .data.table.table-totals ~ .apply-coupon-box .messages {
    top: -42px;
  }
  .amazon-button-container .field-tooltip.toggle {
    margin: -23px 0 0 0;
  }
  .cms-page-view .privacy-policy-content {
    width: 100%;
    padding-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: left;
  }
  .rtl-layout .block.block-order-details-view .box.box-order-billing-address {
    float: right !important;
    clear: right !important;
  }
  .rtl-layout .block.block-order-details-view .box.box-order-billing-method {
    float: left !important;
  }
  .account.page-layout-2columns-left .page-main .page.messages .messages {
    margin-bottom: -30px;
  }
  .account .sidebar .block.block-reorder .actions-toolbar .secondary {
    float: none;
  }
  .account .column.main .form-wishlist-items .product-item-actions .tocart {
    padding: 4px 4px;
    font-size: 9px;
  }
  .account .column.main .form-wishlist-items .product-item-actions .wishlist-dropdown.move {
    margin-top: 0px;
  }
  .account .column.main .form-wishlist-items .product-item-actions .wishlist-dropdown {
    margin-bottom: 5px;
  }
  .account .column.main .form-wishlist-items .box-tocart {
    position: relative;
  }
  .account .column.main .form-wishlist-items .box-tocart .field.qty div.mage-error {
    position: absolute;
    left: 0;
    white-space: nowrap;
    font-size: 10px;
  }
  .subscribenow-account-view .block.block-order-details-view .col-1-sub {
    display: inline-block;
    width: 50%;
    margin: 10px -5px 20px;
    padding: 0 10px;
  }
  .back-subscription {
    padding: 10px 0;
  }
  .rtl-layout .fieldset > .field:not(.choice) > .control {
    float: right;
  }
  .rtl-layout .form-create-return .fieldset .actions-toolbar button.action.remove.delete {
    right: auto;
    left: 0;
  }
  .rtl-layout #rma_create_form .fieldset > .field .control {
    width: 70%;
  }
  .rtl-layout .column .block-addbysku .fieldset .fields .actions-toolbar {
    left: 0;
    right: auto;
  }
  .form-create-return .fieldset .actions-toolbar button.action.remove.delete {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
  }
  #rma_create_form .fieldset > .field.address.shipping address.control {
    padding: 1px 0 0 10px;
  }
  form#rma_create_form fieldset.fieldset {
    margin: 0 0 10px;
  }
  .account .order-actions-toolbar {
    display: block;
    clear: both;
  }
  .order-details-items .order-title a.action.track {
    font-weight: 500;
    float: right;
    margin: 10px 0 0 0;
  }
  .sales-order-view .page-title-wrapper h1.page-title,
  .sales-order-invoice .page-title-wrapper h1.page-title,
  .sales-order-shipment .page-title-wrapper h1.page-title {
    display: inline-block;
    width: auto;
    vertical-align: top;
    font-weight: 500;
    margin: 27px 0px 5px 0;
  }
  .sales-order-view .page-title-wrapper span.order-status,
  .sales-order-invoice .page-title-wrapper span.order-status,
  .sales-order-shipment .page-title-wrapper span.order-status {
    display: inline-block;
    vertical-align: top;
    margin: 30px 10px 0 10px;
  }
  .sales-order-view .page-title-wrapper .order-date,
  .sales-order-invoice .page-title-wrapper .order-date,
  .sales-order-shipment .page-title-wrapper .order-date {
    margin: 30px 0 25px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  [class*='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .semple-photo-gallery {
    display: flex;
    margin: 0 -15px;
  }
  .semple-photo-gallery img {
    width: 100%;
    display: block;
    height: 100%;
  }
  .semple-photo-gallery .first {
    width: 25%;
    padding: 0 15px;
  }
  .semple-photo-gallery .two,
  .semple-photo-gallery .third {
    width: 37.5%;
    padding: 0 15px;
  }
  .semple-photo-gallery .two .twoimages-box {
    display: flex;
    flex-flow: column;
    margin: -15px 0;
  }
  .semple-photo-gallery .two .twoimages-box .img-02,
  .semple-photo-gallery .two .twoimages-box .img-01 {
    width: 100%;
    padding: 15px 0;
  }
  .footer.content .footer-bottom-colored [data-content-type=row][data-appearance=contained] {
    width: 100%;
  }
  #edit-wishlist-form .fieldset > .field:not(.choice) {
    display: flex;
  }
  #edit-wishlist-form .fieldset > .field:not(.choice) .label {
    min-width: 125px;
    width: auto;
    line-height: 45px;
    padding-top: 0;
    text-align: left;
  }
  #edit-wishlist-form .fieldset > .field:not(.choice) .control {
    width: 100%;
  }
}
@media all and (min-width: 1024px), print {
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .ampromo-popup-wrapper {
    max-width: 960px;
    width: 100%;
  }
  .ampromo-popup-wrapper .slick-dotted.slick-slider {
    margin-bottom: 3rem;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid {
    margin: 0px 0 0 0;
    /*.product-item {
                margin-left: calc(~'(100% - 4 * 23.233%) / 3');
                padding: 0;
                width: 23.233%;

                &:nth-child(4n + 1) {
                    margin-left: 0;
                }
            }*/
  }
  .page-products .products-grid .product-items {
    margin: 0 0 0 -40px;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc(0.348%);
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 100%;
  }
  .rtl-layout .section-item-content .menu-container .menu > ul > li {
    margin-left: 30px;
    margin-right: 0px;
  }
  .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action {
    width: 47px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 31.3%;
  }
  .wishlist-index-index .products-grid .product-item::nth-child(4n + 1) {
    margin-left: 0;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .account .sidebar .block.block-reorder .actions-toolbar .secondary {
    float: right;
  }
  .account .column.main .form-wishlist-items .product-item-actions .tocart {
    padding: 4px 4px;
    font-size: 11px;
  }
}
@media all and (min-width: 1280px), print {
  .amslider .wrapper {
    justify-content: center;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  .account .column.main .form-wishlist-items .product-item-actions .tocart {
    padding: 4px 7px;
  }
}
@font-face {
  font-family: 'md-ico-fgo';
  src: url('../fonts/md-icon/md-ico-fgo.eot?b3u09l');
  src: url('../fonts/md-icon/md-ico-fgo.eot?b3u09l#iefix') format('embedded-opentype'), url('../fonts/md-icon/md-ico-fgo.ttf?b3u09l') format('truetype'), url('../fonts/md-icon/md-ico-fgo.woff?b3u09l') format('woff'), url('../fonts/md-icon/md-ico-fgo.svg?b3u09l#md-ico-fgo') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'md-ico-fgo' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-search .nested {
  display: none;
}
.cms-fashiongo-homepage .page-main,
.cms-home .page-main {
  max-width: 100%;
}
.center-box {
  margin: 0px auto;
  padding: 0px 0;
  clear: both;
  width: 1320px;
  max-width: 100%;
}
._md-icon-before:before {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
._md-icon-before:hover {
  text-decoration: none;
}
._md-icon-after:after {
  content: '';
  font-family: 'md-ico-fgo';
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
._md-icon-after:hover {
  text-decoration: none;
}
._md-transition-2 {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
._md-transition-5 {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
._md-rotation-h {
  transform: translateX(-1px) rotateY(-180deg);
  -ms-transform: translateX(-1px) rotateY(-180deg);
  -webkit-transform: translateX(-1px) rotateY(-180deg);
}
._md-rotation-v {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
._md-image-zoom {
  transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96) 0s;
}
._md-image-zoom:hover {
  transform: scale(1.1);
}
._md-button {
  border: 0;
  border-radius: 0;
  background: #000000;
  padding: 7px 14px 8px 14px;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  line-height: normal;
}
._md-button:hover {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}
._md-buzz {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@media screen and (max-width: 1239px) {
  .rtl-layout .store-list ul .store-list-item .store-list-button button.direction-view-btn,
  .rtl-layout .store-list ul .store-list-item .store-list-button .cart.table-wrapper .actions-toolbar > .action.direction-view-btn {
    margin-left: 0px;
    margin-right: 0px;
  }
  .rtl-layout .store-list ul .store-list-item .store-list-button button {
    margin: 0 0 0 5px;
  }
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-social .md-login-social > li {
  width: 145px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li button {
  border-radius: 20px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li button span .fa {
  border-radius: 20px;
}
.modal-inner-wrap.md-social-popup .modal-content {
  padding: 18px 20px 20px;
  border-radius: 0 0 4px 4px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-social .md-login-social li button span span {
  padding: 1px 10px 0;
}
.modal-inner-wrap.md-social-popup .modal-content #md_popup.top #md-login-social {
  padding: 0 0 30px;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .form-list .login-label,
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .sociallogin-input-box .login-label {
  display: block;
  padding: 0 0 5px;
  font-weight: 600;
}
.modal-inner-wrap.md-social-popup .modal-content #md-login-form .md-login-popup-button .pass-register {
  float: right;
  width: auto;
  padding: 6px 0 10px;
}
.modal-inner-wrap.md-social-popup .modal-header .action-close {
  display: block;
  border: #fff solid 0px;
  margin: 16px 16px 0 0;
  width: 26px;
  height: 26px;
  padding: 0;
  line-height: 22px;
  text-align: center;
  color: #fff;
}
.modal-inner-wrap.md-social-popup .modal-header .action-close::before {
  line-height: 22px;
  color: #000;
  font-weight: 700;
  font-size: 30px;
}
.modal-inner-wrap.md-social-popup .fieldset > .field:not(.choice) > .label {
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
  font-weight: 600;
}
.modal-inner-wrap.md-social-popup .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.modal-inner-wrap.md-social-popup .fieldset > .field {
  margin-bottom: 20px;
}
.modal-inner-wrap.md-social-popup .fieldset > .field.choice::before,
.modal-inner-wrap.md-social-popup .fieldset > .field.no-label::before {
  width: auto;
  padding: 0;
}
.modal-inner-wrap.md-social-popup .fieldset {
  margin-bottom: 0;
}
.modal-inner-wrap.md-social-popup .fieldset .field.choice {
  position: relative;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .checkout-index-index .form-login .actions-toolbar {
    text-align: center;
    width: auto;
  }
  .checkout-index-index .form-login .actions-toolbar .secondary,
  .checkout-index-index .form-login .actions-toolbar .primary {
    float: none;
  }
  /*.layout-3columns-osc .md-osc .md-osc-new-layout .checkout-column-osc {
        width: 100%; 
    }*/
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .page-wrapper {
    overflow-x: hidden;
  }
  .checkout-index-index .page-wrapper .field-tooltip .field-tooltip-content {
    width: 200px !important;
    left: -16px !important;
    top: 41px !important;
    right: auto !important;
  }
  .checkout-index-index .page-wrapper .field-tooltip .field-tooltip-content:before,
  .checkout-index-index .page-wrapper .field-tooltip .field-tooltip-content:after {
    right: auto !important;
    left: 18px !important;
    top: -20px !important;
    transform: rotate(270deg) !important;
  }
  .checkout-index-index .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr td.qty-box:before,
  .checkout-index-index .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr td:before {
    float: right;
    width: 100%;
    text-align: right;
  }
  .checkout-index-index .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr td.qty-box .box-qty {
    float: right;
    width: 100%;
    text-align: right;
  }
  .column.main .checkout-container.md-checkout .order-review-section.order-review-section .data-table.checkout-review-item tbody td:first-child:before {
    display: none;
  }
  .page-wrapper .field-tooltip .field-tooltip-content {
    width: 200px;
    left: auto;
    top: -7px;
    right: 34px;
  }
  .page-wrapper .field-tooltip .field-tooltip-content:before,
  .page-wrapper .field-tooltip .field-tooltip-content:after {
    right: -20px;
    border-left-color: #f4f4f4;
    border-right-color: transparent;
    left: auto;
    top: 12px;
  }
  .page-wrapper .field-tooltip .field-tooltip-content:after {
    border-right-color: transparent;
    border-left-color: #f4f4f4;
  }
  .page-wrapper .field-tooltip .field-tooltip-content:before {
    border-left-color: #666;
    border-right-color: transparent;
  }
  .opc-estimated-wrapper {
    padding: 18px 0px;
  }
  .opc-estimated-wrapper div.estimated-block {
    font-weight: 600;
  }
  .opc-estimated-wrapper .minicart-wrapper {
    float: right;
    margin: 10px 0 0 0;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    background: transparent;
    padding: 0;
  }
  .checkout-container .checkout-payment-method .payment-method-content {
    padding-left: 15px;
  }
  .checkout-container .checkout-payment-method .billing-address-same-as-shipping-block label {
    float: left;
    width: 100%;
  }
  .checkout-container .checkout-payment-method .billing-address-same-as-shipping-block label:before {
    top: 0;
    margin: 3px 0 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .column.main .checkout-container.md-checkout .order-review-section span.price-excluding-tax {
    text-align: right;
  }
  .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr td {
    padding: 10px;
  }
  .column.main .checkout-container.md-checkout .md-osc .order-review-section .data-table.checkout-review-item tbody tr:last-child td:first-child tr:last-child {
    border-bottom: none;
  }
  .one-step-checkout .checkout-column-block.one-step-payment .payment-option.opc-payment-additional {
    padding-bottom: 20px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .column.main .checkout-container.md-checkout .order-review-section.order-review-section .box-qty input#qty_input {
    width: 40px !important;
  }
  .column.main .checkout-container.md-checkout #address-section,
  .column.main .checkout-container.md-checkout .payment-method-section,
  .column.main .checkout-container.md-checkout .order-review-section,
  .column.main .checkout-container.md-checkout .checkout-shipping-address,
  .column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping {
    padding: 10px;
  }
  table#checkout-review-table tr td {
    padding-bottom: 10px;
  }
  .column.main .checkout-container.md-checkout #address-section .fieldset .field.md-input-width-50,
  .column.main .checkout-container.md-checkout .payment-method-section .fieldset .field.md-input-width-50,
  .column.main .checkout-container.md-checkout .order-review-section .fieldset .field.md-input-width-50,
  .column.main .checkout-container.md-checkout .checkout-shipping-address .fieldset .field.md-input-width-50,
  .column.main .checkout-container.md-checkout .md-osc-billing-address-after-shipping .fieldset .field.md-input-width-50 {
    width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  #checkout-review-table tr td:nth-child(1),
  #checkout-review-table tr th:nth-child(1) {
    width: 50% !important;
  }
  #checkout-review-table tr td:nth-child(2),
  #checkout-review-table tr th:nth-child(2) {
    width: 20% !important;
    text-align: center;
  }
  #checkout-review-table tr td:nth-child(3),
  #checkout-review-table tr th:nth-child(3) {
    width: 30% !important;
  }
  #checkout-review-table tr td:nth-child(3) .subtotal,
  #checkout-review-table tr th:nth-child(3) .subtotal {
    text-align: right;
  }
  #checkout-review-table tr td tr.even,
  #checkout-review-table tr th tr.even {
    display: inline-block;
    width: 100%;
  }
}
/********Full Width Layout********/
@media only screen and (min-width: 1210px) {
  body.full-width-layout {
    /****Home Page****/
    /****Listing Page****/
  }
  body.full-width-layout.contact-index-index .contact-banner .page-title-wrapper,
  body.full-width-layout .header.content,
  body.full-width-layout .page-header .header.panel,
  body.full-width-layout .center-box.home-category-section,
  body.full-width-layout .center-box.home-new-pro,
  body.full-width-layout .footer-info-banner-box,
  body.full-width-layout .footer.content .footer-bottom-colored,
  body.full-width-layout .page-footer .md-footer-copy .md-footer-copy-box {
    width: 100%;
    max-width: 100%;
  }
  body.full-width-layout .center-box.home-category-section .home-discount-sale {
    width: 42%;
  }
  body.full-width-layout .center-box.home-category-section .cat-box {
    width: 58%;
  }
  body.full-width-layout .center-box.home-category-section .cat-box > li {
    width: 40%;
  }
  body.full-width-layout .center-box.home-category-section .cat-box > li:nth-child(2),
  body.full-width-layout .center-box.home-category-section .cat-box > li:nth-child(3) {
    width: 60%;
  }
  body.full-width-layout .page-wrapper .breadcrumbs .items,
  body.full-width-layout .page-main {
    width: 100%;
    max-width: 100%;
  }
  body.full-width-layout .page-wrapper .breadcrumbs .items {
    padding-right: 0;
    padding-left: 0;
  }
  body.full-width-layout.page-products .products-grid .product-item {
    width: 20%;
  }
  body.full-width-layout .grid .product-items li .product-item-info .product-item-inner .product-item-actions .action {
    width: 40px;
  }
}
@media only screen and (max-width: 1080px) {
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance {
    margin: 0px auto;
    text-align: center;
    display: flex;
    flex-flow: wrap;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .input-location {
    min-width: 48%;
    width: 48%;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .radius-input-container {
    min-width: 48%;
    width: 48%;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .search-type {
    margin: 15px 0 0;
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cms-subscribe-now .page-main .products-grid {
    margin: 20px 0px 0px 0px;
  }
  .cms-subscribe-now .page-main .products-grid .product-items {
    margin: 0px -5px;
  }
  .cms-subscribe-now .page-main .products-grid .product-items .product-item-popular {
    padding: 0px 5px 10px 5px;
    width: 50%;
  }
  .cms-subscribe-now .page-main .products-grid .product-items .product-item-popular .product-item-info .product-item-details {
    padding: 10px;
  }
  .cms-subscribe-now .page-main .products-grid .product-items .product-item-popular .product-item-info .product-item-details .product-item-name a {
    font-size: 14px;
  }
  .looknbuy-index-looks .page-main .products-grid {
    margin: 20px 0px 0px 0px;
  }
  .looknbuy-index-looks .page-main .products-grid .product-items {
    margin: 0px -5px;
  }
  .looknbuy-index-looks .page-main .products-grid .product-items .item {
    padding: 0px 5px 10px 5px;
    width: 50%;
  }
  .looknbuy-index-looks .page-main .products-grid .product-items .item .product-item-info .product-item-details {
    padding: 10px;
  }
  .looknbuy-index-looks .page-main .products-grid .product-items .item .product-item-info .product-item-details a.cart-item-link {
    font-size: 12px;
    padding: 0px 6px;
  }
  .storelocator-index-index .map-container {
    width: 100%;
  }
  .storelocator-index-index #map {
    height: 300px;
  }
  .storelocator-index-index .ajax-info .product.data.items {
    padding: 28px 20px 8px 20px;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address {
    padding: 20px 0px;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .input-location {
    display: inline-block;
    min-width: 100%;
    width: 100%;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .input-location input {
    margin: 0px;
    width: 100%;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .radius-input-container {
    min-width: 100%;
    width: 100%;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .radius-input-container input {
    margin: 0px;
    width: 86%;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .radius-input-container label {
    width: 100%;
    text-align: left;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .search-type {
    margin: 15px 0px 0px 0px;
    width: 100%;
    display: flex;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .search-type .button {
    width: 50%;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-subscribe-now .page-main .products-grid {
    margin: 20px 0px 0px 0px;
  }
  .cms-subscribe-now .page-main .products-grid .product-items {
    margin: 0px -10px;
  }
  .cms-subscribe-now .page-main .products-grid .product-items .product-item-popular {
    padding: 0px 10px 20px 10px;
  }
  .cms-subscribe-now .page-main .products-grid .product-items .product-item-popular .product-item-info .product-item-details {
    padding: 10px;
  }
  .cms-subscribe-now .page-main .products-grid .product-items .product-item-popular .product-item-info .product-item-details .product-item-name a {
    font-size: 15px;
  }
  .looknbuy-index-looks .page-main .products-grid {
    margin: 20px 0px 0px 0px;
  }
  .looknbuy-index-looks .page-main .products-grid .product-items {
    margin: 0px -10px;
  }
  .looknbuy-index-looks .page-main .products-grid .product-items .item {
    padding: 0px 10px 20px 10px;
  }
  .looknbuy-index-looks .page-main .products-grid .product-items .item .product-item-info .product-item-details {
    padding: 10px;
  }
  .looknbuy-index-looks .page-main .products-grid .product-items .item .product-item-info .product-item-details a.cart-item-link {
    font-size: 12px;
    padding: 0px 6px;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .input-location {
    min-width: 48%;
    width: 48%;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .input-location input {
    margin: 0px;
    width: 60%;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .radius-input-container {
    display: inline-block;
    min-width: 48%;
    width: 48%;
    margin: 0px;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .search-type {
    display: inline-block;
    margin: 20px 0 0 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .input-location {
    min-width: 350px;
    width: 32%;
  }
  .storelocator-index-index .ajax-info .product.data.items #tab-address .search-by-distance .input-location input {
    width: 60%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1210px) {
  .contact-index-index div.contact-banner {
    line-height: 12px;
  }
  .contact-index-index div.contact-banner .page-title-wrapper {
    width: 100%;
  }
  .contact-index-index .columns .column.main .md-contact-bg .md-contact-info,
  .contact-index-index .columns .column.main .md-contact-bg form {
    width: 39%;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-index-index div.contact-banner {
    line-height: 12px;
  }
  .contact-index-index div.contact-banner .page-title-wrapper {
    width: 100%;
  }
  .contact-index-index div.contact-banner .page-title-wrapper h1 {
    font-size: 14px;
    font-weight: 600;
  }
  .contact-index-index div.contact-banner .page-title-wrapper h4 {
    font-size: 11px;
    font-weight: 600;
  }
  .contact-index-index .columns .column.main .md-contact-bg {
    margin: 20px 0;
  }
  .contact-index-index .columns .column.main .md-contact-bg form {
    width: 100%;
    padding: 20px;
  }
  .contact-index-index .columns .column.main .md-contact-bg .md-contact-info {
    width: 100%;
    padding: 20px;
  }
}
/**********Responsive**********/
@media only screen and (max-width: 1239px) {
  .account .sidebar .block-title strong {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .login-container .block-new-customer.block.block-new-customer.block .actions-toolbar .primary a.action,
  .login-container .block-new-customer.block.block-new-customer.block .actions-toolbar .primary:last-child button {
    padding: 7px 15px;
  }
  .form.create.account.form-create-account {
    width: 50%;
  }
}
@media only screen and (max-width: 950px) {
  .login-container .block-customer-login.block .block-content .login:after {
    top: 10px;
    right: 30px;
  }
  form.form.forget.password {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .login-container .block-customer-login.block,
  .login-container .block-new-customer.block {
    min-height: 0;
    margin: 0 0 30px 0;
    padding: 30px;
    width: 100%;
  }
  .form.create.account.form-create-account {
    width: 100%;
  }
  .column.main form.form.send.friend > .fieldset {
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }
  .column.main form.form.send.friend .actions-toolbar {
    width: 100%;
  }
  /******Address Book*****/
  .columns .column.main form.form-address-edit {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .login-container .block-customer-login.block,
  .login-container .block-new-customer.block {
    padding: 30px 20px;
  }
  .login-container .block-customer-login.block .block-title strong,
  .login-container .block-new-customer.block .block-title strong {
    font-size: 18px;
  }
}
@media only screen and (max-width: 639px) {
  .account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tr {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .account .block-collapsible-nav .item > strong,
  .account .account-nav .item > strong,
  .account .block-collapsible-nav .item a,
  .account .account-nav .item a {
    padding: 8px 18px 8px 15px;
  }
  .account .login-container .block-new-customer.block.block-new-customer.block .actions-toolbar .primary:last-child {
    padding-left: 0px;
  }
  .account .page-title-wrapper h1.page-title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
  }
  .account .column.main .block-addresses-list .block-content .table-wrapper table tr,
  .account .column.main .block-balance-history .block-content .table-wrapper table tr,
  .account .column.main .block-reward-history .block-content .table-wrapper table tr {
    padding: 0 10px;
    margin-bottom: 5px;
  }
  .customer-account-login .page-main .columns,
  .customer-account-create .page-main .columns {
    display: unset;
  }
  .customer-account-login .register-block-container,
  .customer-account-create .register-block-container {
    float: left;
    width: 100%;
    margin: 0;
    max-width: 100%;
    box-shadow: none;
    padding: 0;
  }
  .customer-account-login .register-block-container #md-login-social .md-login-social li,
  .customer-account-create .register-block-container #md-login-social .md-login-social li {
    padding: 0 10px 10px 0;
  }
  .customer-account-login .login-container .login-block-container,
  .customer-account-create .login-container .login-block-container {
    width: 100%;
    padding: 15px 0 0 0;
    margin-bottom: 20px;
    box-shadow: unset;
  }
  .customer-account-login .login-container .login-block-container #md-login-social .md-login-social li,
  .customer-account-create .login-container .login-block-container #md-login-social .md-login-social li {
    margin: 0 0 7px 0px;
  }
  .customer-account-login .login-container .block-new-customer,
  .customer-account-create .login-container .block-new-customer {
    width: 100%;
    float: left;
    padding: 0;
  }
  .rtl-layout .product-group-product .product-info-main .price-box {
    float: right;
  }
  .rtl-layout .table-wrapper.grouped table.data.grouped td.col {
    text-align: right;
  }
  .rtl-layout .table-wrapper.grouped table.data.grouped td.col:before {
    padding: 0 0 2px 10px !important;
  }
  .table-wrapper.grouped table.data.grouped td.col {
    text-align: left;
    padding: 10px !important;
    margin: -1px 0px 0px;
    border: 1px solid #c0c0c0 !important;
  }
  table#my-orders-table tbody tr {
    margin: 0 0 15px;
  }
  .account .column.main .block-title strong {
    font-weight: 600 !important;
  }
  .account .order-details-items .order-title > strong {
    font-weight: 600;
  }
  .account .column.main .block .block-content .box {
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
  }
  .login-container .block-new-customer.block .block-content .actions-toolbar .primary .action {
    display: inline-block;
    padding: 7px 36px 8px 36px;
  }
  form.form.forget.password {
    width: 100%;
  }
  form.form.forget.password .fieldset .field .control .nested .captcha .captcha-img {
    float: left;
  }
  form.form.forget.password .fieldset .field .control .nested .action.reload {
    margin: 16px 0 0 0;
  }
  .column.main form.form.send.friend .actions-toolbar .secondary {
    width: 100%;
  }
  .multicheckout .actions-toolbar .secondary {
    width: 100%;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin: 10px 0 0 0;
  }
  /*****Account Responsive*****/
  .account .sidebar .block {
    float: left;
    width: 100%;
  }
  .account .sidebar .block.block-reorder .actions-toolbar,
  .account .sidebar .block.block-compare .actions-toolbar {
    margin-bottom: 0;
  }
  .account .sidebar .block.block-reorder .actions-toolbar .primary,
  .account .sidebar .block.block-compare .actions-toolbar .primary,
  .account .sidebar .block.block-reorder .actions-toolbar .action,
  .account .sidebar .block.block-compare .actions-toolbar .action {
    margin-bottom: 0;
  }
  .account .page-main {
    padding-top: 0;
  }
  .account .page-main .column.main {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .account .page-main .column.main .product-items {
    margin-left: 0;
  }
  .account .page-main .column.main .products-grid.wishlist {
    margin-right: 0;
  }
  .account .page-main .column.main .products-grid.wishlist .product-item {
    padding: 20px 0px 20px 0px;
  }
  .account .page-main .column.main .actions-toolbar .secondary {
    width: 100%;
  }
  .account .page-main .column.main .form-wishlist-items .product-item-actions {
    margin: 0;
  }
  .account .page-main .column.main .form-edit-account .fieldset {
    width: 100%;
  }
  .account .return-status,
  .account .order-status {
    margin: 0px 0 30px 0;
  }
  .account .order-details-items .data.table tfoot tr,
  .account .order-details-items .data.table tfoot th {
    font-weight: bold;
  }
  .account .order-details-items .table-wrapper .data.table.table-order-items tr td,
  .account .order-details-items .table-wrapper .data.table.table-order-items tr td:last-child {
    text-align: left;
  }
  .account .order-details-items .actions-toolbar {
    display: inline-block;
  }
  .multicheckout.order-review .data.table.table-order-review tbody tr {
    /*td.col, 
                    td:before {
                        text-align: @text-right;
                        color: red;
                    }*/
  }
  .multicheckout.order-review .data.table.table-order-review tbody tr td.col {
    text-align: left;
  }
  .multicheckout.order-review .data.table.table-order-review tbody tr td.col:before {
    text-align: left;
  }
  .multicheckout.order-review .data.table.table-order-review tbody tr td.col:last-child {
    text-align: right;
  }
  .multicheckout.order-review .data.table.table-order-review tbody tr td.col:last-child:before {
    text-align: right;
    padding-right: 0;
  }
}
@media screen and (max-width: 400px) {
  .account .page-wrapper .column.main .block .block-content .box {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 920px) {
  .account .column.main .form-wishlist-items .box-tocart {
    width: 100%;
  }
  .account .column.main .form-wishlist-items .box-tocart .fieldset .field.qty {
    float: left;
  }
  .account .column.main .form-wishlist-items .product-item-inner > .product-item-actions {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .account .column.main .form-wishlist-items .product-item-inner > .product-item-actions .action {
    float: left;
  }
  .account .column.main .form-wishlist-items .product-item-inner > .product-item-actions .action.delete {
    float: right;
  }
  .account .products-grid.wishlist ol li .product-item-info .product-item-inner .giftregisty-dropdown.add {
    margin: 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .account .page-main .column.main .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #md-login-social .md-login-social li button {
    width: auto;
    margin-bottom: 10px;
  }
  .customer-account-login .login-container .login-block-container {
    padding: 20px;
  }
  .customer-account-login .login-container .block-new-customer.block {
    padding: 10px;
  }
}
@media screen and (max-width: 980px) and (min-width: 768px) {
  .footer .block.newsletter .content .actions {
    position: static;
  }
  .footer .block.newsletter .field {
    padding: 0px;
    margin-bottom: 10px;
  }
  .page-footer .footer.content .md-footer-container .links {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .fashiongo_instagram_feed .owl-nav {
    opacity: 0;
    height: 0;
    margin: 5px 0;
  }
  .fashiongo_instagram_feed #mainimgdiv {
    width: 100% !important;
    height: auto;
  }
  .fashiongo_instagram_feed #mainimgdiv > a {
    position: relative;
    padding-bottom: 100%;
  }
  .instagrampro-view {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1239px) {
  .wishlist-index-index .page.messages {
    margin: 0 0 25px;
  }
  .wishlist-index-index .block-wishlist-management .wishlist-toolbar {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0 -10px;
    font-size: 0;
    display: block;
  }
  .wishlist-index-index .products-grid .product-item {
    margin: 0 !important;
    width: 33.33% !important;
    font-size: 13px;
    padding: 10px;
  }
  .wishlist-index-index .products-grid .product-item .product-image-container {
    width: 100% !important;
  }
  .wishlist-index-index .products-grid .product-item .product-item-info {
    width: 100%;
  }
}
