.ul-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.header-container {
  background-color: #e5e5e5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.header-top {
  background-color: #202020;
}
.header-top .header-top-links .toplinks-wrapper {
  float: right;
}
.header-top .header-top-links .toplinks-wrapper .header.links li {
  float: left;
}
.header-top .header-top-links .toplinks-wrapper .header.links li.link.compare {
  display: none;
}
.header-top .header-top-links .toplinks-wrapper .header.links li a {
  position: relative;
  color: #bcbdc7;
}
.header-top .header-top-links .toplinks-wrapper .header.links li.myaccount-link a:before {
  content: '\f007';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  position: absolute;
  left: -18px;
  top: 13.5px;
}
.header-top .header-top-links .toplinks-wrapper .header.links li.link.wishlist a:before {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  position: absolute;
  left: -20px;
  top: 13.5px;
}
.header-top .header-top-links .toplinks-wrapper .header.links li.checkout-link a:before {
  content: '\f046';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: -20px;
  top: 13.5px;
}
.header-top .header-top-links .toplinks-wrapper .header.links li.authorization-link a:before {
  content: '\f023';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: -17px;
  top: 13.5px;
}
.header-top .header-top-links .toplinks-wrapper .header.links li a {
  white-space: nowrap;
  display: block;
  line-height: 40px;
  overflow: hidden;
  text-indent: 30px;
  padding-right: 10px;
  transition: padding 0.4s ease 0s;
  -webkit-transition: padding 0.4s ease 0s;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}
.header-top .header-top-links .toplinks-wrapper .header.links li a:hover {
  color: #000;
}
/**
 * Language - currency
 */
.header-container .language-currency::after {
  content: "";
  display: block !important;
  clear: both;
}
.header-container .language-currency .switcher-label {
  display: none;
}
.header-container .language-currency .switcher {
  float: left;
  margin-right: 20px;
}
.header-container .language-currency .switcher-content {
  position: relative;
}
.header-container .language-currency .switcher-content:hover .action-switcher:before {
  display: block;
}
.header-container .language-currency .switcher-content:hover .dropdown-switcher {
  display: block;
}
.header-container .language-currency .action-switcher {
  position: relative;
}
.header-container .language-currency .heading-switcher {
  display: block;
  height: 34px;
  line-height: 34px;
  color: #bcbdc7;
}
.header-container .language-currency .heading-switcher span:after {
  margin-left: 3px;
  vertical-align: top;
  position: relative;
  top: 1px;
  content: '\e92e';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
}
.header-container .language-currency .heading-switcher:hover {
  cursor: pointer;
}
.header-container .language-currency .dropdown-switcher {
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  padding: 10px 10px 0;
  white-space: nowrap;
  min-width: 150px;
  z-index: 310;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.header-container .language-currency .list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-container .language-currency .list-item li {
  padding: 0 10px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  background-color: #f5f5f5;
}
.header-container .language-currency .list-item li:hover {
  border-color: #222;
  background-color: #fff;
}
.header-container .language-currency .list-item a {
  padding: 8px 0;
  display: block;
  color: #222;
  font-weight: 600;
}
.header-container .language-currency .switcher-language .list-item li a span,
.header-container .language-currency .switcher-language .heading-switcher {
  background-size: 20px auto;
  background-position: left center;
  padding-left: 25px;
}
.header-container .header-top-r {
  float: right;
  display: flex;
  flex-wrap: wrap;
}
.header-container .header-top-r .location {
  position: relative;
  padding-left: 21px;
}
.header-container .header-top-r .location:before {
  position: absolute;
  left: 0;
  top: 4px;
  color: #bcbdc7;
  content: '\e945';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.header-container .header-top-r .location a {
  display: block;
  height: 34px;
  line-height: 33px;
  color: #bcbdc7;
}
.header-container .header-top-r .location a:hover {
  color: #fff;
}
.header-container .header-top-r .customer-links {
  margin-left: 40px;
  padding-left: 22px;
  position: relative;
}
.header-container .header-top-r .customer-links:before {
  position: absolute;
  left: 0;
  top: 4px;
  color: #bcbdc7;
  content: '\e95e';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.header-container .header-top-r .customer-links > .header.links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.header-container .header-top-r .customer-links > .header.links > li {
  display: flex;
  margin: 0;
}
.header-container .header-top-r .customer-links > .header.links > li:not(:last-child):after {
  content: "/";
  margin: 0 5px;
  line-height: 34px;
  font-size: 15px;
  position: relative;
  top: -1px;
}
.header-container .header-top-r .customer-links > .header.links > li > a {
  display: inline-block;
  height: 34px;
  line-height: 33px;
  color: #bcbdc7;
}
.header-container .header-top-r .customer-links > .header.links > li > a:hover {
  color: #fff;
}
.header-container .header-top-r .customer-welcome:after {
  display: none;
}
.header-container .header-top-r .customer-welcome .greet.welcome {
  line-height: 34px;
  color: #bcbdc7;
  position: relative;
  font-weight: 700;
}
.header-container .header-top-r .customer-welcome .greet.welcome:after {
  position: relative;
  top: 1px;
}
.header-container .header-top-r .customer-welcome .greet.welcome:before {
  content: "";
  display: none;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
}
.header-container .header-top-r .customer-welcome:hover .greet.welcome:before {
  display: block;
}
.header-container .header-top-r .header.links .customer-welcome .customer-menu {
  right: 0;
  left: auto;
}
.header-middle {
  padding: 25px 0;
}
.header-middle::after {
  content: "";
  display: block !important;
  clear: both;
}
.header-middle .l-content {
  float: left;
  width: 300px;
}
.header-middle .r-content {
  padding-top: 6px;
  float: right;
  width: calc(100% - 300px);
}
.header-middle .r-content .content {
  display: table;
  width: 100%;
}
.header-middle .search-container {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
/**
 * Search core
 */
.header-container .block-search {
  width: 100% !important;
  padding: 0 !important;
}
.header-container .block-search .label,
.header-container .block-search .nested {
  display: none !important;
}
.header-container .block-search .form.minisearch {
  display: table;
  width: 100%;
}
.header-container .block-search .field.search {
  display: table-cell;
  width: 100%;
  vertical-align: top;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
}
.header-container .block-search .field.search .control {
  margin: 0;
  padding: 0;
  border-right: none;
}
.header-container .block-search .field.search .input-text {
  background: none;
  position: static;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  width: 100%;
  height: 40px;
  padding-right: 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.header-container .block-search .actions {
  display: table-cell;
  vertical-align: top;
}
.header-container .block-search .actions .action.search {
  position: static;
  height: 40px;
  width: 54px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  opacity: 1 !important;
  border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
}
.header-container .block-search .actions .action.search:before {
  line-height: inherit;
  color: inherit;
  content: '\e954';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}
.header-container .block-search .actions .action.search span {
  display: none;
}
/**
 * Searchbox pro
 */
.header-container .block-search.search-pro .control {
  display: flex;
}
.header-container .block-search.search-pro .searchbox-cat {
  background-color: transparent;
  padding-left: 20px;
  height: 40px;
  border-width: 0 1px 0 0;
  width: 150px;
  color: #444;
  position: relative;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
/**
 * Cart header
 */
.header-container .minicart-header {
  display: table-cell;
}
.header-container .minicart-wrapper {
  margin: 0;
  padding-left: 30px;
  float: none;
}
.header-container .minicart-wrapper .action.showcart {
  padding-left: 43px;
  position: relative;
  height: 45px;
  display: block;
  font-weight: 700;
}
.header-container .minicart-wrapper .action.showcart:before {
  display: none;
}
.header-container .minicart-wrapper .action.showcart:after {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  content: '\e957';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 21px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.header-container .minicart-wrapper .action.showcart .text {
  position: static;
  display: block;
  width: auto;
  height: auto;
  padding: 0 0 5px;
  margin: 0;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
}
.header-container .minicart-wrapper .action.showcart .counter-number {
  display: none !important;
}
.header-container .minicart-wrapper .action.showcart .counter-label {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}
.header-container .minicart-wrapper .action.showcart .counter-label span:last-child:after {
  content: "-";
  margin: 0 2px;
}
.header-container .minicart-wrapper .action.showcart .counter.qty {
  background: none;
  display: flex !important;
  white-space: nowrap;
  vertical-align: top;
  width: auto;
  height: auto;
  min-width: auto;
  color: #666;
  font-weight: 400;
  margin: 0;
  padding-left: 1px;
  line-height: 1;
}
.header-container .minicart-wrapper .action.showcart .price-container .price {
  font-size: unset;
}
.header-container .minicart-wrapper .action.showcart .price-minicart {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.header-container .minicart-wrapper .action.showcart .subtotal .label {
  display: none;
}
.header-container .minicart-wrapper .mage-dropdown-dialog {
  padding-top: 10px;
}
/**
 * Call
 */
.header-container .cms-header {
  display: table-cell;
  padding-left: 30px;
  vertical-align: top;
}
.header-container .cms-header .call-title {
  color: #222;
  font-weight: 700;
}
.header-container .cms-header p {
  margin: 0;
}
.header-container .cms-header .call-us-content {
  white-space: nowrap;
  color: #666;
  text-transform: uppercase;
  padding-left: 50px;
  position: relative;
}
.header-container .cms-header .call-us-content:before {
  width: 40px;
  height: 40px;
  border: 2px solid #666;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  content: '\e94c';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
}
.header-container .cms-header a {
  color: #666;
}
.header-bottom {
  height: 47.75px;
  background-color: #fff;
}
/**
 * Desktop menu
 */
.desktop-menu::after {
  content: "";
  display: block !important;
  clear: both;
}
.desktop-menu .horizontal-block .note-msg {
  color: #fff;
  margin: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
}
.desktop-menu .horizontal-block .sm_megamenu_menu > li {
  float: left;
  margin-right: 0;
  margin-left: 0;
}
.desktop-menu .horizontal-block .sm_megamenu_menu > li > a {
  background-color: transparent;
  display: block;
  height: 60px;
  line-height: 60px;
  position: relative;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  font-size: 107.69%;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.desktop-menu .horizontal-block .sm_megamenu_menu > li > a .icon_items {
  position: absolute;
  top: -15px;
  right: 0;
  line-height: 1;
}
.desktop-menu .horizontal-block .sm_megamenu_menu > li.parent-item > a .sm_megamenu_title:after {
  vertical-align: top;
  margin-left: 3px;
  content: '\f0d7';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
}
.desktop-menu .horizontal-block .sm_megamenu_menu > li > div {
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.desktop-menu .horizontal-block .sm_megamenu_menu > li:hover > a,
.desktop-menu .horizontal-block .sm_megamenu_menu > li.sm_megamenu_actived > a {
  color: #fff;
}
.horizontal-block {
  position: relative;
}
.horizontal-block .custom-item-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.horizontal-block .custom-item-menu ul,
.horizontal-block .custom-item-menu ul li {
  margin-bottom: 0;
}
.horizontal-block .custom-item-menu ul li {
  display: inline-block;
  margin-left: 25px;
}
.horizontal-block .custom-item-menu ul li a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 107.69%;
}
/**
 * Css menu
 */
.desktop-menu .navigation {
  background: none;
  font-weight: unset;
}
.desktop-menu .navigation .ui-icon {
  display: none !important;
}
.desktop-menu .navigation > ul {
  padding: 0;
}
.desktop-menu .navigation > ul > li {
  margin: 0;
}
.desktop-menu .navigation > ul > li.parent > a:after {
  vertical-align: top;
  margin-left: 3px;
  position: relative;
  top: 0;
  content: '\f0d7';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 12px;
}
.desktop-menu .navigation > ul > li > a {
  font-weight: 700;
  height: 60px !important;
  line-height: 60px !important;
  padding: 0 !important;
  margin-right: 30px;
  border: none !important;
  text-transform: uppercase;
  font-size: 107.69%;
  color: #222 !important;
}
.desktop-menu .navigation > ul > li > a:before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.desktop-menu .navigation .level0 .submenu {
  border: none !important;
  font-weight: 400;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.desktop-menu .navigation .level0 .submenu a {
  padding: 10px 20px;
  border: none !important;
}
.desktop-menu .navigation .level0 .submenu .parent > a:after {
  float: right;
  content: '\e930';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.desktop-menu .navigation .level0 .submenu li:hover,
.desktop-menu .navigation .level0 .submenu li:hover > a {
  background-color: #f3f4f8;
}
/**
 * Boxed layout
 */
.layout-boxed .header-container {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}
.layout-boxed .header-container .header-top,
.layout-boxed .header-container .header-middle,
.layout-boxed .header-container .header-bottom {
  padding-left: 15px;
  padding-right: 15px;
}
/** sagar csss start */
.header-container .block-search .field.search {
  border-radius: 0px;
  border: 1px solid #000;
}
.header-container .block-search .field.search .input-text::placeholder {
  color: #000000;
  opacity: 1;
}
.header-container .block-search .actions {
  border: 1px solid #000;
}
.header-container .block-search .actions .action.search:before {
  color: #ffffff;
}
.header-container .block-search .form.minisearch {
  width: 339px;
}
.header-12-style .header-container .block-search .actions .action.search {
  border-radius: 0px;
}
.logo-content .logo img {
  width: 390px;
  height: 60px;
}
.header-middle {
  background: #fff;
}
#notice-cookie-block .actions #btn-cookie-allow span {
  font-size: 14px;
}
.header-12-style .header-container .minicart-wrapper .action.showcart:after {
  font-family: FontAwesome !important;
  content: '\f291';
  color: #ffffff !important;
  font-size: 16px;
  line-height: 34px;
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  width: 36px;
  height: 34px;
  border-radius: 0px;
}
.header-bottom.ontop-element {
  background: #036;
}
.desktop-menu .horizontal-block .sm_megamenu_menu > li.parent-item > a .sm_megamenu_title:after {
  content: '' !important;
}
.custom-menu-links .top-menu-items ul li {
  padding: 0px 25px 0px 11px;
}
.desktop-menu .horizontal-block .sm_megamenu_menu > li > a {
  height: 48px !important;
}
li.other-toggle.sm_megamenu_lv1.sm_megamenu_drop.parent.parent-item:hover {
  background: #fff;
}
li.other-toggle.sm_megamenu_lv1.sm_megamenu_drop.parent.parent-item {
  height: 47px;
}
li.other-toggle.sm_megamenu_lv1.sm_megamenu_drop.parent.parent-item:hover span.sm_megamenu_title {
  color: #036 !important;
}
.phone-header {
  float: right;
  margin-top: 5px;
  color: #666666;
  text-transform: uppercase;
  display: flex;
}
.header-container .cms-header .phone-header p.title {
  font-weight: 600;
  color: #222 !important;
  font-size: 14px;
  position: relative;
  top: 3px;
  margin-bottom: 6px;
  line-height: 16.8px;
}
.header-container .cms-header p {
  font-size: 100%;
  margin: 0;
}
.header-container .cms-header {
  width: 100%;
}
.phone-header:before {
  content: '\f095 ';
  font-family: FontAwesome;
  width: 34px;
  height: 34px;
  font-size: 21px;
  border: 2px solid #666666;
  border-radius: 39px;
  padding-left: 8px;
  margin-right: 7px;
  margin-top: 5px;
}
.header-middle .search-container {
  padding: 5px 20px 0px 0px;
  position: absolute;
}
.header-container .minicart-wrapper {
  top: 5px;
  padding-left: 27px;
}
.header-container .block-search .form.minisearch {
  width: 339px;
}
.header-container .block-search .field.search .input-text {
  width: 283px;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 14px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-bottom: 2px;
  border: unset !important;
}
.block-search .block-content {
  float: right;
  display: table;
}
.header-container .block-search .field.search {
  max-height: 40px;
  display: block;
}
.header-container .block-search .actions {
  padding: 0px;
  border: unset;
}
.toplinks-wrapper .customer-links ul.header.links {
  margin: 0px;
}
.price {
  font-family: Oswald, "Open Sans", Helvetica, Arial, sans-serif;
}
span.sm_megamenu_title {
  font-size: 15px;
}
.header-container .block-search .actions .action.search:before {
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  line-height: 2.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding-left: 1px;
}
body#html-body {
  font-size: 14px;
}
.header-container .cms-header p {
  color: #444 !important;
}
.products.products-grid {
  padding: 0 0 26px !important;
}
.container .row.row-topheader {
  display: block;
}
.custom-menu-links .find-store {
  width: 20%;
}
ul.header.links {
  display: flex;
}
.header-style-12 .header-top .toplinks-wrapper::before {
  position: relative;
  color: white;
}
input#search-mobile::placeholder {
  color: #000;
  opacity: 3;
}
h1.logo-content {
  display: flex;
  justify-content: center;
}
.logo-header {
  display: flex;
  justify-content: left;
}
.toplinks-wrapper .header.links .counter.qty:before {
  content: '\(';
}
.toplinks-wrapper .header.links .link.wishlist .items:after {
  content: '\)';
}
.header-container .block-search .actions .action.search {
  width: auto !important;
}
/** sagar csss end */
.cms-index-index .header-style-12 .header-middle .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.home-item-parent > a {
  color: #fff;
}
.header-style-12 {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.header-style-12 .navigation-wrapper {
  border: none;
}
.header-style-12 .header-top {
  background: #F1F2F2;
  height: 40px;
  line-height: 40px;
}
.header-style-12 .header-top .custom-menu-links {
  display: flex;
}
.header-style-12 .header-top .custom-menu-links .find-store {
  margin-right: 9px;
  padding-right: 0;
}
.header-style-12 .header-top .custom-menu-links .find-store .wrapper:before {
  content: '';
  position: absolute;
  background-image: url(../images/icon_sprite.png);
  background-position: 6px -219px;
  height: 30px;
  width: 30px;
  top: 3px;
  left: -12px;
}
.header-style-12 .header-top .custom-menu-links a {
  color: #000;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 32px;
}
.header-style-12 .header-top .custom-menu-links .top-menu-items ul li {
  display: block;
  float: left;
  padding: 0px 25px 0px 9px;
}
.header-style-12 .header-top .language-currency-header .language-wrapper,
.header-style-12 .header-top .language-currency-header .currency-wrapper {
  float: left;
  margin-right: 20px;
  margin-top: 2px;
}
.header-style-12 .header-top .language-currency-header .language-wrapper .dropdown .mage-dropdown-dialog,
.header-style-12 .header-top .language-currency-header .currency-wrapper .dropdown .mage-dropdown-dialog {
  left: 0;
  top: 28px;
}
.header-style-12 .header-top .language-currency-header .language-wrapper .switcher-label,
.header-style-12 .header-top .language-currency-header .currency-wrapper .switcher-label {
  display: none;
}
.header-style-12 .header-top .language-currency-header .language-wrapper .switcher-trigger,
.header-style-12 .header-top .language-currency-header .currency-wrapper .switcher-trigger {
  margin-top: 6px;
  cursor: pointer;
  position: relative;
}
.header-style-12 .header-top .language-currency-header .language-wrapper .switcher-trigger.active strong,
.header-style-12 .header-top .language-currency-header .currency-wrapper .switcher-trigger.active strong {
  color: #fff;
}
.header-style-12 .header-top .language-currency-header .language-wrapper .switcher-trigger strong,
.header-style-12 .header-top .language-currency-header .currency-wrapper .switcher-trigger strong {
  font-weight: normal;
  color: #bcbdc7;
}
.header-style-12 .header-top .language-currency-header .language-wrapper .switcher-trigger strong:after,
.header-style-12 .header-top .language-currency-header .currency-wrapper .switcher-trigger strong:after {
  margin-left: 3px;
}
.header-style-12 .header-top .language-currency-header .language-wrapper .mage-dropdown-dialog ul li a,
.header-style-12 .header-top .language-currency-header .currency-wrapper .mage-dropdown-dialog ul li a {
  display: block;
  padding: 3px 0;
}
.header-style-12 .header-top .language-currency-header .language-wrapper .switcher-trigger strong {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
.header-style-12 .header-top .language-currency-header .language-wrapper .mage-dropdown-dialog ul li a {
  background-repeat: no-repeat;
  background-position: left center;
  white-space: nowrap;
  padding-left: 20px;
}
.header-style-12 .header-top .header-top-links .toplinks-wrapper {
  float: right;
  margin-right: 10px;
}
.header-style-12 .header-top .header-top-links .toplinks-wrapper .header.links li {
  float: left;
}
.header-style-12 .header-top .header-top-links .toplinks-wrapper .header.links li.link.compare {
  display: none;
}
.header-style-12 .header-top .header-top-links .toplinks-wrapper .header.links li a {
  position: relative;
  color: #bcbdc7;
}
.header-style-12 .header-top .header-top-links .toplinks-wrapper .header.links li.myaccount-link a:before {
  content: '\f007';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  position: absolute;
  left: -18px;
  top: 13.5px;
}
.header-style-12 .header-top .header-top-links .toplinks-wrapper .header.links li.link.wishlist a:before {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  position: absolute;
  left: -20px;
  top: 13.5px;
}
.header-style-12 .header-top .header-top-links .toplinks-wrapper .header.links li.checkout-link a:before {
  content: '\f046';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: -20px;
  top: 13.5px;
}
.header-style-12 .header-top .header-top-links .toplinks-wrapper .header.links li.authorization-link a:before {
  content: '\f023';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: -17px;
  top: 13.5px;
}
.header-style-12 .header-top .header-top-links .toplinks-wrapper .header.links li a {
  white-space: nowrap;
  display: block;
  line-height: 40px;
  overflow: hidden;
  text-indent: 30px;
  padding-right: 10px;
  transition: padding 0.4s ease 0s;
  -webkit-transition: padding 0.4s ease 0s;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}
.header-style-12 .header-top .header-top-links .toplinks-wrapper .header.links li a:hover {
  color: #000;
}
.header-style-12 .header-middle {
  padding: 27px 0;
}
.header-style-12 .header-middle .logo-content {
  margin: 0;
  line-height: 0;
}
.header-style-12 .header-middle .logo-content .logo {
  display: inline-block;
  line-height: 0;
  background: white;
}
.header-style-12 .header-middle .search-header {
  float: right;
  padding: 5px 30px 0 0;
}
.header-style-12 .header-middle .search-header .sm-searchbox .sm-searchbox-content {
  position: relative;
}
.header-style-12 .header-middle .search-header .sm-searchbox .sm-searchbox-content .control .searchbox-cat {
  position: absolute;
  left: -2px;
  top: 0;
  background-color: none;
  width: 130px;
  border: none;
  border-right: 1px solid #e5e5e5;
  color: #444;
  height: 40px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  padding-left: 15px;
}
.header-style-12 .header-middle .search-header .sm-searchbox .sm-searchbox-content .control .searchbox-cat:hover {
  cursor: pointer;
}
.header-style-12 .header-middle .search-header .sm-searchbox .sm-searchbox-content .control #searchbox {
  padding-left: 140px;
  border: none;
  color: #444;
  padding-right: 40px;
  width: 470px;
  height: 40px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.header-style-12 .header-middle .search-header .sm-searchbox .sm-searchbox-content .actions .btn-searchbox {
  height: 40px;
  opacity: 1;
  padding: 0 !important;
  position: absolute;
  right: -2px;
  text-align: center;
  top: 0;
  width: 54px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
}
.header-style-12 .header-middle .search-header .sm-searchbox .sm-searchbox-content .actions .btn-searchbox:before {
  color: #fff;
}
.header-style-12 .header-middle .search-header .sm-searchbox .sm-searchbox-content .actions .btn-searchbox span {
  display: none;
}
.header-style-12 .header-middle .search-header .sm-searchbox .sm-searchbox-content .actions .btn-searchbox:hover:before {
  color: #333;
}
.header-style-12 .header-middle .search-header .search-wrapper .block-content {
  display: table;
  float: right;
}
.header-style-12 .header-middle .search-header .search-wrapper .field.search {
  display: table-cell;
  vertical-align: top;
}
.header-style-12 .header-middle .search-header .search-wrapper .field.search .control .nested {
  display: none;
}
.header-style-12 .header-middle .search-header .search-wrapper .field.search .control .input-text {
  width: 245px;
  padding-left: 20px;
  height: 40px;
  border: none;
  border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
}
.header-style-12 .header-middle .search-header .search-wrapper .actions {
  display: table-cell;
  vertical-align: top;
}
.header-style-12 .header-middle .search-header .search-wrapper .actions .btn-search-header {
  opacity: 1;
  text-align: center;
  padding: 0 !important;
  height: 40px;
  width: 54px;
  line-height: 30px;
  border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
}
.header-style-12 .header-middle .search-header .search-wrapper .actions .btn-search-header:before {
  content: '\f002';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.header-style-12 .header-middle .search-header .search-wrapper .actions .btn-search-header span {
  display: none;
}
.header-style-12 .header-middle .search-header .search-wrapper .actions .btn-search-header:hover:before {
  color: #ddd;
}
.header-style-12 .header-middle .minicart-header .minicart-content .cart-wrapper .minicart-wrapper {
  margin: 0;
  top: 5px;
}
.header-style-12 .header-middle .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart {
  cursor: pointer;
  position: relative;
  padding-left: 44px;
}
.header-style-12 .header-middle .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart:before {
  color: #fff;
  content: '\f291';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  width: 36px;
  height: 34px;
}
.header-style-12 .header-middle .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .text {
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
}
.header-style-12 .header-middle .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .counter {
  padding: 0;
  color: #666 !important;
}
.header-style-12 .header-middle .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .counter:before,
.header-style-12 .header-middle .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .counter:after {
  display: none;
}
.header-style-12 .header-middle .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .counter .counter-number {
  display: none;
}
.header-style-12 .header-middle .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .counter .counter-label {
  display: table-cell;
  white-space: nowrap;
}
.header-style-12 .header-middle .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .counter .price-minicart {
  display: table-cell;
}
.header-style-12 .header-middle .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .counter .price-minicart:before {
  content: "-";
  padding: 0 2px;
  display: table-cell;
}
.header-style-12 .header-middle .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .counter .price-minicart .subtotal {
  display: table-cell;
}
.header-style-12 .header-middle .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .counter .price-minicart .label {
  display: none;
}
.header-style-12 .header-bottom {
  background: #003366;
}
.header-style-12 .header-bottom .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li + li {
  margin-left: 15px;
}
.header-style-12 .header-bottom .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > .sm_megamenu_head {
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  text-rendering: optimizeLegibility;
  padding: 16px 7px;
}
.header-style-12 .header-bottom .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > .sm_megamenu_head .icon_items img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.header-style-12 .header-bottom .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.parent-item > a:after {
  display: none;
}
.header-style-12 .header-bottom .horizontal-css > ul {
  padding: 0;
}
.header-style-12 .header-bottom .horizontal-css > ul:before {
  display: none;
}
.header-style-12 .header-bottom .horizontal-css > ul > li {
  float: left;
}
.header-style-12 .header-bottom .horizontal-css > ul > li > a {
  background: none !important;
  color: #222222;
  display: block;
  font-size: 116.67%;
  font-weight: 700;
  line-height: 60px;
  margin-right: 20px;
  padding: 0;
  text-transform: uppercase;
}
.header-style-12 .header-bottom .horizontal-css > ul > li > ul {
  left: 0 !important;
  top: 60px !important;
}
.header-style-12 .header-bottom .horizontal-css > ul > li.parent > a:before {
  display: none;
}
.header-style-12 .header-bottom .horizontal-css > ul > li.parent > a:after {
  color: #bcbdc7;
  margin-left: 5px;
}
.header-style-12 .header-bottom .link-right li {
  float: right;
  position: relative;
  display: block;
  margin-left: 20px;
}
.header-style-12 .header-bottom .link-right li a {
  display: block;
  line-height: 60px;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 116.67%;
}
.header-style-12 .header-bottom .link-right li .icon {
  font-size: 91.67%;
  color: #fff;
  display: inline-block;
  background-color: #e74c3c;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  line-height: 18px;
  height: 18px;
  padding: 0 7px;
  position: absolute;
  top: 0;
  right: 0;
}
.header-style-12 .header-bottom .link-right li .icon:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -5px;
  left: 10px;
  border-top: 5px solid #e74c3c;
  border-right: 5px solid transparent;
}
.header-style-12 .header-bottom .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > .sm_megamenu_head {
  background: #fff;
}
.header-style-12 .header-bottom .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived > .sm_megamenu_head {
  background: #fff;
}
.title-home-page::before {
  background-color: #FFDE2F;
}
#yt-totop-fix {
  background-color: #FFDE2F;
}
.owl-dots .owl-dot:hover {
  background-color: #FFDE2F;
}
.owl-dots .owl-dot.active {
  background-color: #FFDE2F;
}
.footer-container .newsletter-footer #newsletter-footer {
  background: none;
  border-color: #333333;
  color: #000000;
  margin-bottom: 10px;
}
.footer-container .newsletter-footer .action-button button {
  background-color: #1a1a1a;
  width: 100%;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.header-style-12 .header-middle .search-header .search-wrapper .field.search .control .input-text {
  width: 285px;
  border: 1px solid #000000;
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}
.header-style-12 .header-middle .search-header .search-wrapper .actions .btn-search-header {
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}
.header-style-12 .header-middle .middle-content .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
}
.header-style-12 .header-top .row-topheader {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
}
.footer-style-5 {
  background-color: #ffffff;
  color: #000000;
}
.footer-style-5 .footer-top-services {
  background: #e5e5e5;
  border-bottom: 5px solid #FFDE2F;
}
.footer-style-5 a {
  color: #000000;
}
.footer-style-5 .socials-footer .socials-wrap {
  padding: 20px 0;
  border-bottom: 0 none;
}
.footer-style-5 .socials-footer .socials-wrap ul li.youtube-social a {
  background-color: #ff0000;
}
.footer-style-5 .socials-footer .socials-wrap ul li.instagram-social a {
  background-color: #57544F;
}
.category-wrap-container .collections {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.category-wrap-container .collections .collect {
  float: none;
  width: 212px;
  padding: 0;
}
.category-wrap-container .collections .collect a {
  height: 195px;
}
.home-page-12 .collections-wrapper {
  margin-bottom: 20px;
}
.home-page-12 .custom-slider .owl-carousel-custom-1 .owl-controls .owl-nav .owl-prev:hover:before {
  background-color: black;
}
.home-page-12 .custom-slider .owl-carousel-custom-1 .owl-controls .owl-nav .owl-next:hover:before {
  background-color: black;
}
.slider-brand-container {
  margin-bottom: 30px;
}
.slider-brand-container .slider-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.slider-brand-container .slider-content .item {
  max-width: 170px;
  height: auto;
  margin: 0 0 30px;
}
.slider-brand-container .slider-content-bottom {
  max-width: 870px;
  margin: 0 auto;
}
.block-minicart .minicart-items .product-item-details .update-cart-item {
  padding: 0 12px !important;
}
/** mini cart css start */
.minicart-header .minicart-wrapper .mage-dropdown-dialog {
  width: 320px;
}
div#minicart-content-wrapper .block-content .items-total {
  float: none;
  display: none;
}
.block-content .header-minicart {
  background-color: #003366;
  margin: 0px 0px 5px;
  color: #fff;
  padding: 8px 20px;
  font-size: 116.67%;
  text-transform: uppercase;
  height: 43.09px;
}
.header-container .minicart-header .minicart-wrapper .block-minicart {
  padding: 0px;
}
.header-minicart span.text-right {
  float: right;
}
.minicart-header .minicart-wrapper .block-minicart .minicart-items-wrapper {
  padding: 20px 10px 20px 20px;
}
.minicart-wrapper .block-minicart .product-item-photo {
  width: 80px;
  border: 1px solid #ddd;
}
.minicart-header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items li.item.product .product a.product-item-photo .product-image-container {
  height: auto;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-details {
  padding-left: 95px !important;
  margin-left: 0px !important;
  position: relative;
}
.minicart-wrapper .block-minicart .minicart-items strong.product-item-name {
  font-size: 116.67%;
  line-height: 1.4;
  margin-bottom: 10px;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-details .product-item-pricing {
  position: relative;
}
.product-item-pricing .price-container {
  position: absolute;
  top: 5px;
  right: 0;
}
span.price-excluding-tax {
  font-size: 100%;
}
span.price-excluding-tax span.minicart-price span.price {
  padding-right: 0px;
  color: #036;
  font-size: 14.35px !important;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-details .details-qty label.label {
  width: auto;
  font-weight: 500;
  color: #000;
  font-size: 100%;
  padding: 0px;
  margin: 0px;
  text-align: left;
}
.minicart-wrapper .block-minicart .minicart-items .item-qty {
  height: 30px;
  width: 35px;
  font-size: 100%;
  border: 1px solid #adadad;
  line-height: 1.66;
  background-color: #fff;
  -webkit-box-shadow: none !important;
}
.update-cart-item:before {
  content: '\f044';
  font-family: FontAwesome;
}
.mage-dropdown-dialog .block-minicart .minicart-items .product-item-details .update-cart-item {
  overflow: visible;
  color: #036 !important;
  font-size: 20px !important;
  padding: 0px !important;
  background: transparent;
  margin: 0px;
  position: absolute;
}
.minicart-wrapper .product .actions .primary a.action.edit {
  display: none;
}
.minicart-items .action.delete:after {
  content: '\f057';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  font-synthesis: weight style;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 19px;
  position: absolute;
  top: 69px;
  left: 71px;
  z-index: 9;
}
.minicart-items .action.delete:before {
  content: '' !important;
}
.minicart-header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items {
  height: auto !important;
  max-height: 250px;
  overflow-y: auto;
}
.mage-dropdown-dialog .block-minicart .subtotal {
  margin: 0 0px !important;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-transform: capitalize;
  color: #444;
  text-align: left;
  padding: 13px 20px 10px;
}
.mage-dropdown-dialog .block-minicart .subtotal .label {
  font-weight: 400 !important;
  font-size: 116.67% !important;
  color: #444;
}
span.price-excluding-tax span.minicart-price span.price {
  font-size: 14.35px !important;
}
.mage-dropdown-dialog .block-minicart .subtotal .amount.price-container {
  float: right;
}
.block-minicart .subtotal .amount.price-container .price-wrapper .price {
  color: #036;
  font-size: 14.75px !important;
}
.minicart-wrapper .block-minicart .actions {
  background-color: #fff;
  margin: 0 0px;
  padding: 15px 0px;
}
.block-minicart .block-content > .actions .action.viewcart {
  cursor: pointer;
  display: inline-block;
  height: 38px;
  padding: 0 20px;
  text-transform: capitalize;
  background-color: #003366;
  font-size: 116.67%;
  color: #fff;
  font-weight: 400;
  margin-right: 10px;
  line-height: 38px;
  width: 45%;
  text-align: center;
}
.block-minicart .block-content > .actions .action.checkout {
  cursor: pointer;
  display: inline-block;
  height: 38px;
  padding: 0 20px;
  text-transform: capitalize;
  background-color: #003366;
  font-size: 116.67%;
  color: #fff;
  font-weight: 400;
  line-height: 38px;
  width: 45%;
  text-align: center;
}
.minicart-wrapper .block-minicart {
  padding: 0px !important;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper {
  padding: 20px 10px 20px 20px !important;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-name a:hover {
  color: #036;
}
.mage-dropdown-dialog .block-minicart .minicart-items .product-item-details .update-cart-item span {
  display: none;
}
.mage-dropdown-dialog .block-minicart .minicart-items .product-item-details .update-cart-item:hover {
  background: unset;
}
.minicart-header .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product {
  display: contents;
}
.block-minicart li {
  border: none !important;
  padding: 10px 0 !important;
}
/** mini cart css end */
/** search Mirasvit css start */
.mst-searchautocomplete__autocomplete._active.mst-2-cols {
  margin-top: 0px;
  box-sizing: border-box;
  border-radius: 0px !important;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
  width: 186px;
  height: 20px;
  margin: auto;
}
.mst-searchautocomplete__wrapper div div:not(.mst-searchautocomplete__misspelled_text) {
  position: relative;
  min-height: 0px;
  overflow: unset;
}
.mst-searchautocomplete__index.magento_catalog_category {
  position: absolute !important;
  top: 220px;
  left: 0;
}
.mst-searchautocomplete__index.magento_catalog_product {
  position: absolute !important;
  left: 223px;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
  background: #efefef;
  padding: 15px 11px !important;
  font-size: 13px !important;
  color: #999;
  margin: 0px !important;
}
.block .block-title::before,
.block .title::before {
  display: none !important;
}
.mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__show-all {
  bottom: 2px;
  position: absolute;
}
.mst-searchautocomplete__autocomplete._active.mst-2-cols {
  height: 500px;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
  padding: 8px 10px !important;
  font-size: 16.8px !important;
  font-weight: 400;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper {
  height: 112px !important;
  width: 112px !important;
  margin-right: 14px !important;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper img {
  height: 112px !important;
  width: 91px !important;
}
.mst-searchautocomplete__item.magento_catalog_product .description {
  font-size: 16.8px !important;
  color: #999 !important;
  height: 4.1rem !important;
  line-height: 2rem !important;
}
.mst-searchautocomplete__item.magento_catalog_product .price {
  color: #036;
  font-size: 18.2px !important;
}
.mst-searchautocomplete__autocomplete ul li._active {
  background: transparent !important;
}
/** responsive */
@media (min-width: 768px) and (max-width: 1199px) {
  .field.search .mst-searchautocomplete__autocomplete._active.mst-2-cols {
    width: 465px !important;
  }
  .field.search .mst-searchautocomplete__item.magento_catalog_product {
    display: block;
  }
  .field.search .mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product {
    width: 240px !important;
    max-width: unset !important;
  }
  .field.search .mst-searchautocomplete__autocomplete {
    min-width: unset;
  }
  .field.search .mst-searchautocomplete__autocomplete ul {
    max-height: 500px;
    overflow: scroll;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols {
    height: 600px !important;
  }
}
@media (max-width: 767px) {
  .header-mobile .mobile-bottom .block-search-mobile .form.minisearch .field.search .control .mst-searchautocomplete__autocomplete._active.mst-2-cols {
    height: 905px !important;
  }
  .mst-searchautocomplete__index.magento_catalog_product {
    left: unset !important;
  }
  .mst-searchautocomplete__index.magento_catalog_category {
    top: 0;
    position: relative !important;
  }
}
@media (max-width: 550px) {
  .mst-searchautocomplete__item.magento_catalog_product {
    display: inline-block !important;
  }
}
body button {
  overflow: hidden;
}
.block-minicart .block-content > .actions .action.checkout,
.block-minicart .block-content > .actions .action.viewcart {
  overflow: hidden;
  position: relative;
}
.block-minicart .block-content > .actions .action.checkout:before,
.block-minicart .block-content > .actions .action.viewcart:before {
  content: '' !important;
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background: linear-gradient(90deg, transparent, rgba(245, 184, 0, 0.3), transparent);
  transition: left .6s;
}
.block-minicart .block-content > .actions .action.checkout:hover:before,
.block-minicart .block-content > .actions .action.viewcart:hover:before {
  left: 100%;
}
@media only screen and (min-width: 1163px) and (max-width: 1340px) {
  .header-style-12 .header-bottom .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li + li {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1073px) and (max-width: 1162px) {
  .header-style-12 .header-bottom .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li + li {
    margin-left: 1px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1052px) {
  .header-style-12 .header-bottom .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li + li {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  span.sm_megamenu_title {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .search-container {
    right: 182px;
  }
  body:not(.layout-boxed) .container,
  body:not(.layout-boxed) .page-main {
    max-width: 970px;
  }
}
@media (max-width: 1199px) {
  .header-style-12 .header-middle .phone-header {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-style-12 .header-top .toplinks-wrapper::before {
    height: 36px;
    width: 36px;
    content: '\f007';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: white;
    font-size: 25px;
    line-height: 33px;
  }
  .header-style-12 .header-top .toplinks-wrapper .header.links {
    display: none;
    position: absolute;
    background-color: #333;
    top: 35px;
    right: 0;
    padding: 10px 30px 10px 20px;
    z-index: 10009;
  }
  .header-style-12 .header-top .toplinks-wrapper:hover .header.links {
    display: block;
  }
  .header-style-12 .header-top .toplinks-wrapper .header.links li {
    display: block;
    margin: 0 !important;
  }
  .header-style-12 .header-top .toplinks-wrapper .header.links li a {
    color: #fff !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body:not(.layout-boxed) .container,
  body:not(.layout-boxed) .page-main {
    max-width: 750px;
  }
}
@media (max-width: 768px) {
  body:not(.layout-boxed) .container,
  body:not(.layout-boxed) .page-main {
    max-width: 720px;
  }
}
@media (max-width: 576px) {
  body:not(.layout-boxed) .container,
  body:not(.layout-boxed) .page-main {
    max-width: 540px;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .page-header .header-style-12 .header-top .custom-menu-links .find-store {
    width: 25%;
  }
  .page-header .header-style-12 .header-top .custom-menu-links a {
    font-size: 11px;
  }
}
@media (max-width: 380px) {
  .page-wrapper .header-style-12 .header-top .custom-menu-links a {
    font-size: 9px;
  }
}
@media only screen and (max-width: 992px) {
  .header-style-12 .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart .counter.qty {
    display: block;
  }
  .header-style-12 .header-middle .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart {
    cursor: pointer;
    position: relative;
    padding-left: 44px;
  }
  .header-style-12 .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart {
    width: 40px !important;
  }
  .header-container .minicart-wrapper .action.showcart {
    cursor: pointer;
    position: relative;
    width: 40px !important;
    height: 34px !important;
    padding: 0 !important;
    left: 20px;
  }
  .header-container .minicart-wrapper .action.showcart .counter-number {
    display: block !important;
    white-space: nowrap;
    background: #ffde2f none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff !important;
    float: right;
    font-size: 12px;
    font-weight: 400;
    left: 0px;
    line-height: 20px !important;
    top: 0px !important;
    width: 20px;
    position: relative;
    z-index: 999;
  }
  .minicart-mobile .minicart-wrapper .action.showcart .counter.qty {
    display: block !important;
    padding: 0;
    color: #666 !important;
    width: auto;
    height: auto;
    position: static;
    background: 0 0!important;
    margin: 0;
    min-width: 18px;
    overflow: hidden;
    line-height: 24px;
    border-radius: 2px;
    text-align: center;
    white-space: normal;
  }
  .minicart-wrapper .block-minicart .product-item-photo .product-image-container {
    height: auto !important;
  }
  .logo-header {
    justify-content: center !important;
  }
}
@media (max-width: 480px) {
  .header-mobile .mobile-bottom .block-search-mobile .form.minisearch .actions button {
    right: -13px !important;
  }
}
