@charset "UTF-8";
body {
  font: 13px/19px 'Montserrat', Arial, Helvetica, sans-serif;
}

.page-title-wrapper {
  margin-top: 40px;
}
.col
a,box-content {
  color: #3c683c;
}

.catalog-product-view .page-title-wrapper {
  margin-top: 0px;
}

.cms-index-index .page-wrapper,
.page-wrapper {
  overflow: auto;
  overflow-x: hidden;
}

.category-baustoffe .columns,
.categorypath-baustoffe .columns {
  margin-bottom: 0px;
}

.category-baustoffe .columns .column.main,
.categorypath-baustoffe .columns .column.main {
  padding-bottom: 0px;
  min-height: auto !important;
}

.category-baustoffe .message.info.empty,
.categorypath-baustoffe .message.info.empty {
  display: none !important;
}

.columns .column.main {
  padding-bottom: 37px;
}

.footer-newsletter .newsletter-title h4 {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}

.footer-newsletter #main-newsletter-footer {
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .nav-sections {
    margin: 0;
  }
}

.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 10px;
}

input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
  border-color: #0a364d;
  color: #0a364d;
  font: 300 12px/16px 'Montserrat', Arial, Helvetica, sans-serif;
  height: 37px;
  padding: 10px 12px 9px;
}

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="email"]:-moz-placeholder {
  color: #0a364d;
  opacity: .3;
}

textarea {
  border-color: #0a364d;
  color: #0a364d;
  font: 300 12px/16px 'Montserrat', Arial, Helvetica, sans-serif;
  padding: 10px 12px 9px;
}

textarea.mage-error {
  border-color: #0a364d;
}

textarea::-webkit-input-placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder, textarea:-moz-placeholder {
  color: #0a364d;
  opacity: .3;
}

select {
  color: #0a364d;
  border-color: #0a364d;
  font: 300 12px/16px 'Montserrat', Arial, Helvetica, sans-serif;
  height: 37px;
  padding: 10px 8px 9px;
}

.action.primary {
    background: #3B683C;
    border-radius: 0;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    border-radius: 30px !important;
    border-radius: 54px;
    font-weight: 500;
}

.action.primary:hover {
  background: #0a364d;
  opacity: .8;
}

.action.secondary {
  background: #777777;
  border-radius: 0;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  color: #fff;
  border: 1px solid #777777;
}

.action.secondary:hover {
  background: #777777;
  opacity: .8;
}

/* Global */
@media only screen and (min-width: 768px) {
  .account.page-layout-2columns-left .sidebar-additional,
  .account.page-layout-2columns-left .sidebar-main,
  .page-layout-2columns-left .sidebar-additional,
  .page-layout-2columns-left .sidebar-main {
    width: 33.8%;
    padding-right: 4.3%;
  }
  .account.page-layout-2columns-left .column.main,
  .page-layout-2columns-left .column.main {
    width: 66.2%;
    padding: 0 0 31px;
  }
}

@media only screen and (min-width: 1000px) {
  .account.page-layout-2columns-left {
    display: none;
  }
  .account.page-layout-2columns-left .sidebar-additional,
  .account.page-layout-2columns-left .sidebar-main {
    width: 22.3%;
    padding-right: 4.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
    padding: 0 0 31px;
  }
}

.account.page-layout-2columns-left {
  display: block;
}

.account.page-layout-2columns-left .columns.collapsed-menu #hide-menu-icon {
  display: none;
}

.account.page-layout-2columns-left .columns.collapsed-menu #show-menu-icon {
  display: block;
}

.account.page-layout-2columns-left .columns.collapsed-menu .sidebar-additional,
.account.page-layout-2columns-left .columns.collapsed-menu .sidebar-main {
  width: 33px;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .account.page-layout-2columns-left .columns.collapsed-menu .sidebar-additional,
  .account.page-layout-2columns-left .columns.collapsed-menu .sidebar-main {
    width: 100%;
  }
}

.account.page-layout-2columns-left .columns.collapsed-menu .sidebar-additional .user-left-nav,
.account.page-layout-2columns-left .columns.collapsed-menu .sidebar-main .user-left-nav {
  width: 33px;
  overflow: hidden;
}

.account.page-layout-2columns-left .columns.collapsed-menu .sidebar-additional .user-left-nav li.item a, .account.page-layout-2columns-left .columns.collapsed-menu .sidebar-additional .user-left-nav li.item strong,
.account.page-layout-2columns-left .columns.collapsed-menu .sidebar-main .user-left-nav li.item a,
.account.page-layout-2columns-left .columns.collapsed-menu .sidebar-main .user-left-nav li.item strong {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 767px) {
  .account.page-layout-2columns-left .columns.collapsed-menu .sidebar-additional .user-left-nav,
  .account.page-layout-2columns-left .columns.collapsed-menu .sidebar-main .user-left-nav {
    width: 100%;
    overflow: visible;
  }
}

.account.page-layout-2columns-left .columns.collapsed-menu .column.main {
  width: calc(100% - 33px);
}

.main .page-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  margin: 0 0 10px;
}

.main .sub-category .page-title {
  font-size: 25px;
  line-height: 32px;
  color: #0a364d;
  margin-top: -5px;
}

.product-item .price-box .price {
  font: bold 35px/42px 'Montserrat', Arial, Helvetica, sans-serif;
}

/* Global End */
/* `crumbs */
.breadcrumbs {
  margin-bottom: 17px;
}

.breadcrumbs .back-link {
  float: left;
  font-size: 11px;
  line-height: 14px;
  margin: 0 4.3% 0 0;
  padding: 19px 0 15px;
  border-bottom: 2px solid #eee;
  text-transform: uppercase;
  width: 29.5%;
}

.breadcrumbs .back-link a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 15px;
  color: #3B683C;
}

.breadcrumbs .back-link a::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 3px;
  border: solid #3B683C;
  width: 5px;
  height: 5px;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: inset 1px -1px 1px -1px #3B683C;
  box-shadow: inset 1px -1px 1px -1px #3B683C;
}

.breadcrumbs .items {
  overflow: hidden;
  font-size: 11px;
  line-height: 14px;
  color: #999;
  padding: 19px 0 15px;
  border-bottom: 2px solid #eee;
}

.breadcrumbs .items a {
  color: #888;
}

.breadcrumbs .items .item {
  position: relative;
  padding: 0 5px 0 5px;
}

.breadcrumbs .items .item:not(:last-child)::after {
  content: "»";
  font-size: 11px;
  line-height: 15px;
  position: absolute;
  right: -3px;
  top: -2px;
}

.breadcrumbs .items .item:first-child {
  padding-right: 5px;
  text-transform: uppercase;
}

.breadcrumbs .items .item:first-child a {
  color: #3B683C;
}

.breadcrumbs .items .item:first-child::after {
  content: "";
  border-left: 1px solid #ccc;
  height: 10px;
  top: 3px;
  right: -2px;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs .back-link {
    width: 40%;
  }
}

@media only screen and (max-width: 449px) {
  .breadcrumbs .back-link {
    float: none;
    width: auto;
    margin: 0;
  }
}

.catalog-product-view .breadcrumbs .back-link {
  width: 32.3%;
  margin: 0 1.8% 0 0;
}

@media only screen and (max-width: 767px) {
  .catalog-product-view .breadcrumbs .back-link {
    width: 40%;
  }
}

@media only screen and (max-width: 449px) {
  .catalog-product-view .breadcrumbs .back-link {
    float: none;
    width: auto;
    margin: 0;
  }
}

/* breadcrumbs End */
/* Header */
.page-header .header-sticky-wrapper.is-stuck ~ .policy-info-wrap {
  margin-top: 137px;
}

.ie11 header.page-header {
  position: relative;
}

.header .minicart-wrapper {
  border-left: 2px solid #e5eaec;
  margin: 13px 14px 0 0;
  padding: 0 0 2px 24px;
}

.header .wishlist-popup-wrapper {
  margin: 11px 0 0 0;
  padding: 0 16px 0 16px;
  border-left: 2px solid #e5eaec;
}

.header .wishlist-popup-wrapper .action.wishlistpopup {
  display: inline-block;
}

.header .wishlist-popup-wrapper .action.wishlistpopup .counter.qty .counter-number {
  margin-top: 4px;
  top: 11px;
}

.header .wishlist-popup-wrapper .action.wishlistpopup::before {
  height: 37px;
  margin: 0 0 -4px;
}

.header .wishlist-popup-wrapper .block-wishlist {
  font-size: 11px;
  line-height: 13px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.header .wishlist-popup-wrapper .block-wishlist .product-item:not(:first-child),
.header .wishlist-popup-wrapper .block-wishlist li {
  padding: 19px 0 14px;
  border: 0;
  border-bottom: 2px solid #e9e9e9;
}

.header .wishlist-popup-wrapper .block-wishlist .product-item:first-child {
  padding-top: 0;
}

.header .wishlist-popup-wrapper .block-wishlist .wishlist-items-wrapper {
  padding: 15px 25px 36px;
}

.header .wishlist-popup-wrapper .block-wishlist .block-title strong {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  display: block;
  margin: 0 0 4px 4px;
}

.header .wishlist-popup-wrapper .block-wishlist .discount-label,
.header .wishlist-popup-wrapper .block-wishlist .old-price {
  display: none;
}

.header .wishlist-popup-wrapper .block-wishlist .price-container .price-wrapper:not(.price-excluding-tax), .header .wishlist-popup-wrapper .block-wishlist .price-container .price-wrapper.price-excluding-tax::before {
  display: none;
}

.header .wishlist-popup-wrapper .block-wishlist .price-container .price {
  font-size: 12px !important;
  line-height: 16px;
  font-weight: normal;
  color: #181b1c;
  display: inline-block;
  vertical-align: top;
}

.header .wishlist-popup-wrapper .block-wishlist .product-item .price-box {
  padding: 0 5px 0 0;
  display: none;
}

.header .wishlist-popup-wrapper .block-wishlist .minicart-items-wrapper {
  padding: 15px 20px;
}

.header .wishlist-popup-wrapper .block-wishlist .product-item-actions {
  margin: -11px -4px 0 0;
}

.header .wishlist-popup-wrapper .block-content > .actions .viewcart {
  font-size: 12px;
  line-height: 16px;
  padding: 11px 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header .login-popup-wrapper {
  margin: 11px 10px 0 24px;
}

.header .login-popup-wrapper .block-customer-login {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  width: 245px;
  right: -105px;
}

.header .login-popup-wrapper .block-customer-login .block-customer-login-wrapper {
  text-align: center;
}

.header .login-popup-wrapper .block-customer-login .block-customer-login-wrapper::after {
  border-color: transparent transparent #3B683C transparent;
  border-width: 0 0 15px 590px;
  left: auto;
  right: 0;
}

.header .login-popup-wrapper .block-customer-login::before {
  right: 116px;
  border-width: 6px;
}

.header .login-popup-wrapper .block-customer-login::after {
  right: 116px;
  top: -13px;
  border: solid;
  border-width: 6px;
  border-color: transparent transparent #ededed transparent;
}

.header .login-popup-wrapper .block-customer-login .block-title {
  margin: 0 0 18px;
}

.header .login-popup-wrapper .block-customer-login .block-title h3 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #0a364d;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.header .login-popup-wrapper .block-customer-login .customer-popup-menu {
  margin: 0;
  padding: 0 0 12px;
  list-style: none;
}

.header .login-popup-wrapper .block-customer-login .customer-popup-menu li {
  margin: 0 0 11px;
  padding: 0;
}

.header .login-popup-wrapper .block-customer-login .customer-popup-menu li a {
  color: #3B683C;
}

.header .login-popup-wrapper .block-customer-login .actions-toolbar {
  border: 0;
  margin: 0;
  padding: 17px 0 6px;
}

.header .login-popup-wrapper .block-customer-login .actions-toolbar .action.primary.gray {
  background: #3B683C;
  padding: 11px 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
}

.header .login-popup-wrapper .block-customer-login .block.social-login-authentication-channel {
  margin-bottom: 0;
}

.header.content {
  padding-top: 44px;
}

.header.content .logo {
  margin: 4px 28px 26px 3px;
}

@media screen and (max-width: 1350px) {
  .checkout-cart-index .login-popup-wrapper .block-customer-login {
    right: -26px;
  }
  .checkout-cart-index .login-popup-wrapper .block-customer-login::before {
    right: 40px;
  }
  .checkout-cart-index .login-popup-wrapper .block-customer-login::after {
    right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .header.content {
    padding-top: 20px;
  }
}

.block-search {
  float: none;
  display: table;
  font-size: 1px;
  line-height: 0;
  padding: 0;
  width: auto !important;
}

.block-search label {
  display: none;
}

.block-search::after {
  content: ". .";
  word-spacing: 9999px;
}

.block-search .block-content {
  margin-top: 0;
}

.block-search .field.search .control .action.search {
  bottom: auto;
  top: 4px;
  right: 4px;
  height: 47px;
  width: 47px;
}

.block-search .field.search .control .action.search::after {
  margin-top: -8px;
  margin-left: -7px;
}

.block-search .field.search .control .input {
  padding: 11px 65px 9px 23px;
  font-family: inherit;
}

.login-container .block-new-customer {
  margin-bottom: 20px;
}

.login-container .block.account-social-login {
  clear: right;
  float: right;
}

@media only screen and (max-width: 768px) {
  .login-container .block.account-social-login {
    clear: both;
    float: none;
  }
}

.login-container .block.account-social-login .block-content {
  text-align: left !important;
}

@media only screen and (max-width: 768px) {
  .login-container .block.account-social-login .block-content {
    text-align: center !important;
  }
}

.login-container .actions-toolbar .secondary {
  float: left;
}

@media screen and (max-width: 767px) {
  .login-container .actions-toolbar .secondary {
    float: none;
    text-align: center;
  }
}

/* Search Autocomplete */
#algolia-autocomplete-container {
  font-size: 14px;
  line-height: 20px;
}

#algolia-autocomplete-container .autocomplete-wrapper {
  position: relative;
  z-index: 1;
}

#algolia-autocomplete-container .other-sections {
  margin: 0 0 50px 0;
}

#algolia-autocomplete-container .aa-dataset-products .aa-suggestions {
  margin-top: 31px;
  margin-bottom: 20px;
}

#algolia-autocomplete-container.is-stuck .aa-dropdown-menu {
  left: 50% !important;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

#algolia-autocomplete-container .col9,
#algolia-autocomplete-container .col3 {
  width: 100%;
}

#algolia-autocomplete-container .aa-dropdown-menu {
  width: 877px;
  min-width: auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-suggestions .aa-suggestion .product,
#algolia-autocomplete-container .aa-dropdown-menu .aa-suggestions .aa-suggestion .category {
  display: none;
  font: 14px/20px 'Montserrat', Arial, Helvetica, sans-serif;
  color: #0a364d;
  padding: 0 0 20px;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-suggestions .aa-suggestion:first-child .product,
#algolia-autocomplete-container .aa-dropdown-menu .aa-suggestions .aa-suggestion:first-child .category {
  display: block;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit {
  color: #0a364d;
}

#algolia-autocomplete-container .aa-dropdown-menu .other-sections .algoliasearch-autocomplete-hit {
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

#algolia-autocomplete-container .aa-dropdown-menu .other-sections .algoliasearch-autocomplete-hit:hover {
  text-decoration: underline;
}

#algolia-autocomplete-container .aa-dropdown-menu .other-sections .algoliasearch-autocomplete-hit small {
  display: none;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .algoliasearch-autocomplete-hit {
  margin: 0 0 15px;
  padding: 0;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .algoliasearch-autocomplete-hit:hover {
  text-decoration: underline;
}

#algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .algoliasearch-autocomplete-hit:hover .info {
  text-decoration: underline;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .thumb {
  margin: -4px 0 0 -8px;
}

#algolia-autocomplete-container .aa-dropdown-menu .algoliasearch-autocomplete-hit .info {
  margin-left: 35px;
}

#algolia-autocomplete-container #autocomplete-products-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: auto;
  background: none;
  display: block;
}

#algolia-autocomplete-container #autocomplete-products-footer a {
  display: inline-block;
  vertical-align: top;
  background: #f49c00;
  border-color: #f49c00;
  border-radius: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  padding: 11px 25px 10px;
  min-width: 230px;
}

#algolia-autocomplete-container #autocomplete-products-footer a:hover {
  background: #f49c00;
  opacity: .8;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  #algolia-autocomplete-container .other-sections {
    margin: 31px 10px 20px 0;
  }
}

@media only screen and (min-width: 768px) {
  #algolia-autocomplete-container .aa-dataset-products .aa-suggestions {
    margin-bottom: 94px;
  }
}

@media only screen and (min-width: 768px) {
  #algolia-autocomplete-container .col9 {
    width: 74.5%;
  }
  #algolia-autocomplete-container .col3 {
    width: 25.5%;
  }
}

@media only screen and (min-width: 768px) {
  #algolia-autocomplete-container #autocomplete-products-footer {
    left: 29px;
  }
}

/* Search Autocomplete End */
#algolia-autocomplete-tt.algolia-autocomplete {
  height: auto;
  min-height: 46px;
}

.header-sticky-wrapper.is-stuck {
  background: rgba(255, 255, 255, 0.95);
}

.header-sticky-wrapper.is-stuck .header.content {
  padding: 4px 20px 4px 35px;
}

.header-sticky-wrapper.is-stuck .header.content .navigation-wrapper {
  margin: 7px 40px 0 0;
}

.header-sticky-wrapper.is-stuck .header.content .logo {
  margin-top: 1px;
  margin-right: 21px;
  margin-bottom: -5px;
}

.header-sticky-wrapper.is-stuck .minicart-wrapper {
  margin-top: 5px;
}

.header-sticky-wrapper.is-stuck .wishlist-popup-wrapper {
  margin: 5px 0 0 0;
}

.header-sticky-wrapper.is-stuck .login-popup-wrapper {
  margin: 5px 11px 0 14px;
  padding: 0 0 0 13px;
  border-left: 2px solid #e5eaec;
}

.header-sticky-wrapper.is-stuck .block-search {
  margin: 0;
}

.header-sticky-wrapper.is-stuck .block-search .field.search .control .action.search {
  height: 40px;
  width: 40px;
  top: 3px;
  right: 3px;
}

.header-sticky-wrapper.is-stuck .block-search .field.search .control .action.search::after {
  margin-top: -8px;
  margin-left: -8px;
}

.header-sticky-wrapper.is-stuck .block-search .field.search .control input {
  height: 46px;
}

body:not(.cms-index-index) .header.content .logo {
  float: left;
  width: auto;
  margin: 10px 21px 20px 20px;
}

body:not(.cms-index-index) .header.content .logo .logo-sticky {
  display: block;
}

body:not(.cms-index-index) .header.content .logo .main-logo {
  display: none;
}

@media only screen and (max-width: 767px) {
  .logo {
    float: left;
    width: auto;
  }
  .logo .main-logo {
   
  }
}

/* Header End */
/* Navigation */
.home-navigation-container {
  overflow: visible;
}

.home-navigation-wrapper {
  padding: 24px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.home-navigation-wrapper::after {
  content: "";
  display: block;
  clear: both;
}

.home-navigation-wrapper ul.manufacturers-block {
  float: none;
  width: auto;
  overflow: hidden;
  margin: 0 0 -17px;
}

.home-navigation-wrapper ul.manufacturers-block li {
  float: left;
  width: 50%;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.home-navigation-wrapper ul.manufacturers-block li.wide {
  width: auto;
  margin: 0;
}

.home-navigation-wrapper ul.manufacturers-block li img {
  display: inline-block;
  vertical-align: top;
}

.home-navigation-wrapper .navigation.home-nav .level0:not(.parent) a::after {
  display: none;
}

.home-navigation-wrapper .navigation.home-nav .level0 > .level-top {
  height: auto;
  overflow: hidden;
  line-height: 13px;
  padding: 0 32px 0 6px;
  display: block;
}

.home-navigation-wrapper .navigation.home-nav .level0 > .level-top .category-image {
  margin: 0 5px 0 0;
  width: 32px;
  min-height: 35px;
  height: 30px;
  /* ie11 fix */
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-navigation-wrapper .navigation.home-nav .level0 > .level-top .category-image:empty::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  background: #0a364d;
  border-radius: 50%;
}

.home-navigation-wrapper .navigation.home-nav .level0 > .level-top .category-image .image {
  margin: 0;
  max-width: 20px;
  max-height: 20px;
  width: auto;
  height: auto;
}

.home-navigation-wrapper .navigation.home-nav .level0 > .level-top .category-image + span {
  display: block;
  overflow: hidden;
  padding: 11px 0;
  font-weight: normal;
}

.home-navigation-wrapper .navigation.home-nav li.all-category {
  display: none;
}

.navigation.home-nav {
  width: 32.5%;
}

.navigation.home-nav .category-image .image {
  width: auto;
}

.navigation.home-nav li.level0 {
  border-right: 1px solid #0a374a;
}

.navigation.home-nav li.level0 .submenu {
  background: rgba(255, 255, 255, 0.95);
  border: 0;
  margin: 0 0 0 1px !important;
}

.navigation.home-nav li.level0 .submenu li {
  text-transform: none;
  font-size: 12px;
  line-height: 15px;
}

.navigation.home-nav li.level0 .submenu li .category-image {
  margin-right: 14px;
}

.navigation.home-nav li.level0 .submenu li a {
  font-weight: normal;
  color: #0a364d;
  background: none;
  -webkit-transition: color .3s;
  transition: color .3s;
  padding: 3px 0 2px 0;
  border-bottom: 2px solid rgba(7, 48, 64, 0.05);
}

.navigation.home-nav li.level0 .submenu li a:hover {
  color: #f49c00;
}

.navigation.home-nav li.level0 .submenu .parent-info {
  font-family: inherit;
  font-size: 20px;
  line-height: 23px;
  font-weight: 300;
  padding: 17px 80px 16px 2px;
  border-bottom: 2px solid rgba(7, 48, 64, 0.25);
}

.navigation.home-nav li.level0 .submenu .parent-info .category-image {
  width: 65px;
  height: 65px;
  max-height: 85%;
  top: 50%;
  right: 3px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navigation.home-nav li.level0 .submenu .parent-info .category-image .image {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .navigation.home-nav {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .navigation.home-nav li.level0 .submenu {
    border: 0;
  }
}

.header .navigation-wrapper {
  float: left;
  margin: 7px 79px 0 0;
}

.header .navigation-wrapper .action {
  display: block;
  position: relative;
  padding: 6px 10px 6px 37px;
  font-size: 14px;
  line-height: 20px;
  color: #3333330a;
  border: 2px solid #333333;
  border-radius: 50px;
}

.header .navigation-wrapper .action:hover {
  display: block;
  position: relative;
  padding: 6px 10px 6px 37px;
  font-size: 14px;
  line-height: 20px;
  color: #3333330a;
  border: 2px solid #cdcdcd;
  border-radius: 50px;
  background:#424040;
}


.header .navigation-wrapper .action.shownavigation::before {
  content: '';
  margin: 0;
  position: absolute;
  left: 8px;
  top: 11px;
  background: url("../images/manu-icon.svg") no-repeat;
  width: 9px;
  height: 10px;
}

.header .navigation-wrapper .action.shownavigation:hover::before {
  content: '';
  margin: 0;
  position: absolute;
  left: 8px;
  top: 11px;
  background: url("../images/manu-icon1.svg") no-repeat;
  width: 9px;
  height: 10px;
}

@media only screen and (max-width: 449px) {
  .header .navigation-wrapper {
    margin-right: 20px;
  }
}

.navigation-wrapper .navigation {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  z-index: 1000;
  top: 42px;
  left: -24px;
  width: 381px;
  max-width: 30vw;
  background: rgba(10, 54, 77, 0.97);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  word-wrap: break-word;
  display: none;
}

.navigation-wrapper .navigation ul {
  padding: 14px 30px 30px;
}

.navigation-wrapper .navigation::after {
  content: "";
  position: absolute;
  left: 33px;
  bottom: 100%;
  border: 5px solid;
  border-color: transparent transparent #0a364d transparent;
  opacity: 0.98;
}

.navigation-wrapper .navigation::before {
  content: "";
  position: absolute;
  left: 33px;
  bottom: 100%;
  opacity: 0.98;
  width: 100%;
  height: 10px;
}

.navigation-wrapper .navigation .level0 {
  margin: 0 0 9px;
  padding: 0;
  font-size: inherit;
  border: 0;
}

.navigation-wrapper .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
.navigation-wrapper .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
  margin: 0;
}

.navigation-wrapper .navigation .level0.active .all-category .ui-state-focus {
  border: 0;
  display: block;
}

.navigation-wrapper .navigation .level0.active > .level-top {
  border: 0;
  color: #f49c00;
}

.navigation-wrapper .navigation .level0 > .level-top {
  color: #fff;
  line-height: inherit;
  -webkit-transition: color .1s;
  transition: color .1s;
  margin: 0;
  padding: 5px 30px 5px 0;
  display: block;
  vertical-align: top;
  position: relative;
  font-weight: inherit;
}

.navigation-wrapper .navigation .level0 > .level-top:hover {
  color: #f49c00;
}

.navigation-wrapper .navigation .level0.has-active > .level-top {
  border: 0;
  color: #f49c00;
}

.navigation-wrapper .navigation .level0.home-link {
  margin: 0 0 16px;
  padding: 0 0 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.navigation-wrapper .navigation .level0.home-link > .level-top {
  color: #f49c00;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

.navigation-wrapper .navigation .level0.home-link > .level-top:hover {
  color: #fff;
}

.navigation-wrapper .navigation .level0:not(.home-link).parent > .level-top::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 9px;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  -webkit-transition: border-color 0.1s;
  transition: border-color 0.1s;
}

.navigation-wrapper .navigation .level0:not(.home-link).parent > .level-top:hover::after {
  border-color: #f49c00;
}

.navigation-wrapper .navigation .level0 .submenu {
  background: rgba(10, 54, 77, 0.97);
  margin: 0 0 -9px;
  padding: 9px 0 0 20px;
  font-weight: inherit;
}

.navigation-wrapper .navigation .level0 .submenu li {
  position: relative;
  margin: 0 0 9px;
  font-weight: inherit;
}

.navigation-wrapper .navigation .level0 .submenu a {
  position: relative;
  padding: 5px 30px 5px 0;
  color: #fff;
  background: none !important;
  -webkit-transition: color .1s;
  transition: color .1s;
}

.navigation-wrapper .navigation .level0 .submenu a:hover {
  color: #fff;
  background: none;
}

.navigation-wrapper .navigation .level0 .submenu .parent::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 9px;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  -webkit-transition: border-color 0.1s;
  transition: border-color 0.1s;
}

.navigation-wrapper .navigation .level0 .submenu .parent:hover {
  color: #f49c00 !important;
}

.navigation-wrapper .navigation .level0 .submenu .parent:hover::after {
  border-color: #f49c00;
}

.navigation-wrapper .navigation .level0 .submenu ul {
  border: 0;
}

@media only screen and (min-width: 768px) {
  .navigation-wrapper .navigation .level0 .submenu {
    left: 100% !important;
    top: -14px !important;
    margin: 0 0 0 30px !important;
    padding: 14px 15px 5px;
  }
  .navigation-wrapper .navigation .level0 .submenu ul {
    margin: 0 0 0 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .navigation-wrapper .navigation .level0 .submenu {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media only screen and (max-width: 767px) {
  .navigation-wrapper .navigation {
    left: 0;
    top: 75px;
    width: 100%;
    max-width: none;
  }
  .navigation-wrapper .navigation::after {
    left: 108px;
  }
}

/* Navigation End */
/* Minicart */
.minicart-wrapper .block-minicart {
  font-size: 11px;
  line-height: 13px;
  right: -8px;
  width: 329px;
  margin: 7px 0 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.minicart-wrapper .block-minicart .product-item:not(:first-child),
.minicart-wrapper .block-minicart li {
  padding: 19px 0 14px;
  border: 0;
  border-bottom: 2px solid #e9e9e9;
}

.minicart-wrapper .block-minicart .price-container {
  font-size: 12px;
  line-height: 15px;
  padding: 0 5px 0 0;
}

.minicart-wrapper .block-minicart .price-container .price {
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
}

.minicart-wrapper .block-minicart #minicart-content-wrapper {
  padding: 15px 25px 21px;
}

.minicart-wrapper .block-minicart #minicart-content-wrapper::after {
  border-color: transparent transparent #3B683C transparent;
  border-width: 0 0 15px 590px;
  left: auto;
  right: 0;
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  display: block;
  margin: 0 0 4px 4px;
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper {
  padding: 15px 20px;
}

.minicart-wrapper .block-minicart[heightclass="4"] #minicart-content-wrapper .minicart-items-wrapper {
  max-height: 350px;
}

.minicart-wrapper .block-minicart[heightclass="3"] #minicart-content-wrapper .minicart-items-wrapper {
  max-height: 300px;
}

.minicart-wrapper .block-minicart[heightclass="2"] #minicart-content-wrapper .minicart-items-wrapper {
  max-height: 150px;
}

.minicart-wrapper .block-minicart[heightclass="1"] #minicart-content-wrapper .minicart-items-wrapper {
  max-height: 75px;
}

.minicart-wrapper .block-minicart[heightclass="0"] #minicart-content-wrapper .minicart-items-wrapper {
  display: none;
}

.minicart-wrapper .block-minicart::before {
  top: -11px;
  right: 16px;
  border-width: 6px;
}

.minicart-wrapper .block-minicart::after {
  top: -13px;
  right: 16px;
  border-width: 6px;
  border-color: transparent transparent #ededed transparent;
}

.minicart-wrapper .block-minicart .subtotal {
  padding: 0 4px 0 5px;
}

.minicart-wrapper .block-minicart .subtotal .label {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
}

.minicart-wrapper .block-minicart .subtotal .label .label-tax {
  font-size: 10px;
  line-height: 15px;
  font-weight: normal;
  color: #c5c5c6;
}

.minicart-wrapper .block-minicart .subtotal .price-container .price-including-tax + .price-excluding-tax {
  margin: 0;
  vertical-align: top;
  /*display:none;*/
}

.minicart-wrapper .block-minicart .subtotal .price {
  font-size: inherit;
  line-height: inherit;
}

.minicart-wrapper .block-minicart .amount .price-wrapper:first-child .price {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
}

.minicart-wrapper .block-content > .actions {
  margin-top: 18px;
}

.minicart-wrapper .block-content > .actions .viewcart {
  font-size: 12px;
  line-height: 16px;
  padding: 11px 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.minicart-wrapper .product .actions {
  margin: -24px -4px 0 0;
}

.ie11 .header .wishlist-popup-wrapper .block-wishlist,
.ie11 .header .login-popup-wrapper .block-customer-login,
.ie11 .minicart-wrapper .block-minicart {
  -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
}

.minicart-items {
  overflow-x: hidden;
  overflow-y: auto;
}

.minicart-items .product-item-name {
  padding: 0 0 5px;
}

.minicart-items .product-item-pricing {
  padding: 1px 0 0;
}

/* Minicart End */
/* Product */
.page-product-configurable .page-title-wrapper {
  margin-bottom: 20px;
}

.page-product-configurable .product-info-main > form {
  float: left;
  width: 60%;
}

@media only screen and (max-width: 1023px) {
  .page-product-configurable .product-info-main > form {
    width: 100%;
    float: none;
  }
}

.page-product-configurable .product-control {
  padding-bottom: 18px;
}

.page-product-configurable .product-control .btn-list {
  float: left;
  margin: 15px 0;
}

.page-product-configurable .product-control .btn-list li:first-child {
  margin-left: 0;
}

.page-product-configurable .product-options-wrapper {
  padding-left: 0;
}

.page-product-configurable .product-options-wrapper label.label {
  text-align: left !important;
  padding-top: 9px !important;
  width: 100% !important;
  padding-bottom: 10px !important;
}

.page-product-configurable .column.main > .wrap-table {
  clear: both;
}

.page-product-configurable table tr:last-child td {
  border-bottom: none;
}

.page-product-configurable table td.qty-block {
  text-align: right;
}

.page-product-configurable .emmo-product-section-separator {
  border: none;
  padding: 0;
  margin: 0;
}

.page-product-configurable .page-main > .page-title-wrapper {
  color: #0a364d;
  padding: 9px 0 24px;
}

.page-product-configurable .page-main > .page-title-wrapper .page-title {
  display: block;
  margin: 0 0 4px;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
}

.page-product-configurable .page-main > .page-title-wrapper .manufacturer-title {
  display: block;
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
}

.product-control {
  overflow: hidden;
  margin: 0 0 22px;
  padding: 6px 0 13px 3px;
  font-size: 12px;
  line-height: 16px;
  color: #0a364d;
  border-bottom: 2px solid #f0f0f0;
}

.product-control .title {
  float: left;
  font-weight: normal;
}

.product-control .btn-list {
  float: right;
  margin: -6px 0 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}

.product-control .btn-list li {
  float: left;
  margin: 0 0 0 8px;
}

.product-control .btn-list li a {
  color: #c1c1c1;
  background: #fff;
  border-color: #c1c1c1;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
  padding: 5px 9px 5px 10px;
}

.product-control .btn-list li a.active, .product-control .btn-list li a:hover {
  color: #fff;
  background: #82cde3;
  border-color: #82cde3;
}

.product-options-wrapper {
  padding: 0 0 0 16px;
}

.product-options-wrapper .swatch-opt {
  margin: 0;
}

.product-options-wrapper .swatch-attribute-label {
  margin: 0 0 10px;
  padding: 0 0 0 16px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #0a364d;
  font-weight: normal;
  cursor: pointer;
}

.product-options-wrapper .swatch-attribute-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  border: solid #0a364d;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.product-options-wrapper .swatch-attribute.active .swatch-attribute-label::after {
  top: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swatch-attribute-options {
  margin: 0 !important;
  padding: 0 18px 11px;
}

.swatch-attribute-options .swatch-option {
  outline: none;
  border-color: #82cde3;
  background: #fff;
  color: #82cde3;
  font-weight: normal;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 0 8px 8px 0;
  padding: 7px 12px 5px;
  max-width: none;
  min-width: 9px;
  height: auto;
  text-align: center;
}

.swatch-attribute-options .swatch-option.selected, .swatch-attribute-options .swatch-option:hover {
  color: #fff;
  outline: none;
  border-color: #82cde3;
  background: #82cde3 !important;
}

.product.media .label-container {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
  color: #fff;
  padding: 15px 12px 9px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.product.media .label-container::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  top: auto;
  height: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0 0 44px 510px;
  border-color: transparent transparent #f49c00 transparent;
}

.product.media .label-container .label-span {
  display: block;
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  z-index: 1;
}

.product.media .label-container .label-span .image-span {
  display: none;
}

.image-note {
  font-size: 11px;
  line-height: 16px;
  font-weight: 300;
  color: #c1c1c1;
  padding: 10px 4px 20px 9px;
}

.gallery-placeholder .fotorama__thumb-border {
  border-width: 3px;
}

.gallery-placeholder .video-thumb-icon::after {
  display: none;
}

.gallery-placeholder .video-thumb-icon .fotorama__thumb::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -3px;
  border: 7px solid;
  border-color: transparent transparent transparent #f39b00;
  z-index: 1;
  -webkit-box-shadow: -4px 0 0 14px rgba(255, 255, 255, 0.9);
  box-shadow: -4px 0 0 14px rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.9);
}

.gallery-placeholder .fotorama__thumb::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #f0f0f0;
  -webkit-transition: border .3s;
  transition: border .3s;
}

.gallery-placeholder .fotorama__thumb:hover::after {
  border-color: #979797;
}

.gallery-placeholder .fotorama__stage.fotorama__shadows--left::after,
.gallery-placeholder .fotorama__nav.fotorama__shadows--left::after,
.gallery-placeholder .fotorama__stage.fotorama__shadows--right::after,
.gallery-placeholder .fotorama__nav.fotorama__shadows--right::after {
  display: none;
}

.page-product-configurable .gallery-placeholder .fotorama__thumb-border {
  border: 0;
  background: none;
}

.page-product-configurable .gallery-placeholder .fotorama__thumb-border::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  border: 7px solid;
  border-color: #f49c00 transparent transparent #f49c00;
}

.product.info.detailed .additional-attributes {
  width: 100%;
  max-width: 457px;
  margin: -10px 0 0;
  border-collapse: separate;
}

.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  background: #f6f6f6;
  border-bottom: 5px solid #fff !important;
  padding: 3px 9px 4px !important;
  font-weight: 300;
  color: #0a364d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product.info.detailed .additional-attributes > thead > tr > th::before,
.product.info.detailed .additional-attributes > tbody > tr > th::before,
.product.info.detailed .additional-attributes > tfoot > tr > th::before,
.product.info.detailed .additional-attributes > thead > tr > td::before,
.product.info.detailed .additional-attributes > tbody > tr > td::before,
.product.info.detailed .additional-attributes > tfoot > tr > td::before {
  font-weight: 500 !important;
  color: inherit !important;
}

.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  width: 47.8%;
  position: relative;
}

.product.info.detailed .additional-attributes > thead > tr > th::after,
.product.info.detailed .additional-attributes > tbody > tr > th::after,
.product.info.detailed .additional-attributes > tfoot > tr > th::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  bottom: 4px;
  border-right: 1px solid #d9d9d9;
}

.product.info.detailed .product.data.items > .item.title {
  float: none;
  margin: 0;
  padding: 0 0 13px 29px;
  position: relative;
}

.product.info.detailed .product.data.items > .item.title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 25px;
  height: 21px;
  background: url("../images/ico-default.svg") no-repeat;
}

.product.info.detailed .product.data.items > .item.title[id*="description"]::after {
  left: 3px;
  top: 4px;
  width: 16px;
  height: 21px;
  background: url("../images/ico-description.svg") no-repeat;
}

.product.info.detailed .product.data.items > .item.title[id*="additional"]::after {
  left: 1px;
  top: 5px;
  width: 18px;
  height: 18px;
  background: url("../images/ico-additional.svg") no-repeat;
}

.product.info.detailed .product.data.items > .item.title[id*="reviews"]::after {
  left: 1px;
  top: 5px;
  width: 20px;
  height: 19px;
  background: url("../images/ico-star.svg") no-repeat;
}

.product.info.detailed .product.data.items > .item.title[id*="accessories"]::after {
  left: 0;
  top: 4px;
  width: 21px;
  height: 21px;
  background: url("../images/ico-accessories.svg") no-repeat;
}

.product.info.detailed .product.data.items > .item.title > .switch {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #0a364d;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  cursor: default;
}

.product.info.detailed .product.data.items > .item.content {
  float: none;
  margin: 0;
  border: 0;
  padding: 20px 15px 38px 4px;
  font-weight: 300;
}

.product.info.detailed .product.data.items > .item.content .table-wrapper {
  overflow: visible;
}

.product.info.detailed .product.data.items > .item.content h4 {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
}

.product.info.detailed .product.data.items > .item.content p {
  margin: 0 0 21px;
}

.product.info.detailed .product.data.items > .item.content .description ul {
  margin: 0 0 23px;
  padding: 0;
  list-style: none;
}

.product.info.detailed .product.data.items > .item.content .description ul li {
  margin: 0;
  padding: 0 0 4px 30px;
  position: relative;
  text-indent: 10px;
}

.product.info.detailed .product.data.items > .item.content .description ul li::after {
  content: "»";
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  left: 20px;
  top: -1px;
}

.product .review-list {
  padding: 0 0 30px;
}

.product .review-list .block-title {
  margin: -4px 0 0;
  padding: 0 5px 13px;
}

.product .review-list .block-title strong {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
}

.product .review-items {
  max-width: 840px;
  color: #0a364d;
  font-size: 12px;
  line-height: 15px;
  padding: 0 0 4px;
}

.product .review-items .review-item {
  margin: 0 0 12px;
  padding: 14px 28px 7px 26px;
  border: 0;
  background: #f6f6f6;
  border-radius: 9px;
}

.product .review-items .review-item .review-details {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  overflow: hidden;
}

.product .review-items .review-item .review-details .holder {
  float: left;
  padding: 5px 0 0;
}

.product .review-items .review-item .review-details .holder strong {
  font-weight: normal;
}

.product .review-items .review-item .review-details .holder .review-title {
  font-size: inherit;
  margin: 0;
}

.product .review-items .review-item .review-details .review-ratings {
  float: right;
}

.product .review-items .review-item .review-details .review-ratings .rating-label {
  display: none;
}

.product .review-items .review-item .review-content {
  margin: 0;
  padding: 1px 70px 6px 31px;
  min-height: 27px;
  position: relative;
}

.product .review-items .review-item .review-content::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("../images/ico-review.svg") no-repeat;
}

.product .more-reviews {
  padding: 0 25px;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.product .more-reviews a {
  color: #82cde3;
}

.product .equipment-list {
  margin: -3px -15px 0 -4px;
  padding: 0 0 11px;
  list-style: none;
}

.product .equipment-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 19px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.product .equipment-list li .image-block {
  min-width: 81px;
  padding: 0 14px 0 0;
}

.product .equipment-list li .image-block img {
  display: inline-block;
  vertical-align: top;
}

.product .equipment-list li .product-item-details {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  margin: 0 auto 0 0;
  padding: 4px 20px 0 19px;
  font-size: 11px;
  line-height: 16px;
}

.product .equipment-list li .product-item-details::after {
  content: "";
  position: absolute;
  left: 0;
  top: -4999px;
  border-left: 2px solid #f0f0f0;
  height: 9999px;
}

.product .equipment-list li .product-item-details .product-item-name {
  display: block;
  margin: 0 0 -3px;
  font-size: 14px;
  line-height: 17px;
  overflow: hidden;
  max-width: 100%;
}

.product .equipment-list li .product-item-details .item-sku,
.product .equipment-list li .product-item-details .item-ean-gtin {
  color: #ababab;
}

.product .equipment-list li .product-item-details .item-delivery {
  margin: 0 0 -1px;
  padding: 12px 0 0;
}

.product .equipment-list li .product-item-details .item-delivery .marked {
  font-weight: bold;
  color: #7ed321;
}

.product .equipment-list li .price-holder {
  text-align: center;
  position: relative;
  padding: 0 19px 0 21px;
  min-width: 11.7%;
}

.product .equipment-list li .price-holder::after {
  content: "";
  position: absolute;
  left: 0;
  top: -4999px;
  border-left: 2px solid #f0f0f0;
  height: 9999px;
}

.product .equipment-list li .price-holder .map-old-price {
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 16px;
}

.product .equipment-list li .price-holder .map-old-price .price-msrp_price {
  display: inline;
}

.product .equipment-list li .price-holder .map-old-price .price-msrp_price .price-including-tax {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.product .equipment-list li .price-holder .price-excluding-tax {
  font-size: 24px;
  line-height: 30px;
  color: #82cde3;
  margin: 1px 0 0;
  padding: 0 0 3px;
  position: relative;
}

.product .equipment-list li .price-holder .price-excluding-tax::before {
  content: attr(data-label) ". ";
  position: absolute;
  left: 0;
  bottom: 0;
  color: #a1a1a1;
  font-size: 11px;
  line-height: 13px;
  white-space: nowrap;
  min-width: 100%;
}

.product .equipment-list li .price-holder .price-including-tax {
  color: #a1a1a1;
  font-size: 11px;
  line-height: 16px;
}

.product .equipment-list li .price-holder .price-including-tax .price {
  font-weight: 300;
}

.product .equipment-list li .qty-block {
  position: relative;
  padding: 0 0 1px 4.28%;
  min-width: 288px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product .equipment-list li .qty-block::after {
  content: "";
  position: absolute;
  left: 0;
  top: -4999px;
  border-left: 2px solid #f0f0f0;
  height: 9999px;
}

.product .equipment-list li .qty-block form {
  overflow: hidden;
}

.product .equipment-list li .qty-block form .control {
  float: left;
  padding: 0 1px;
}

.product .equipment-list li .qty-block form .control .input-text {
  float: left;
  border-color: #c6c6c6;
  width: 113px;
  height: 34px;
  padding: 11px 10px 9px;
  text-align: center;
}

.product .equipment-list li .qty-block form .control .btn-control {
  margin: 0 -1px;
  float: left;
  width: 38px;
  height: 32px;
  background: #fefefe;
  border: 1px solid #c6c6c6;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
}

.product .equipment-list li .qty-block form .control .btn-control::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 16px;
  width: 16px;
  border-top: 2px solid #f4a518;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.product .equipment-list li .qty-block form .control .btn-control.plus::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 9px;
  height: 16px;
  border-left: 2px solid #f4a518;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.product .equipment-list li .qty-block form .control .btn-control:hover::after, .product .equipment-list li .qty-block form .control .btn-control:hover::before {
  opacity: .5;
}

.product .equipment-list li .qty-block form .btn {
  float: left;
}

.product .equipment-list li .qty-block form .btn .tocart {
  overflow: hidden;
  text-indent: -9999px;
  width: 48px;
  height: 34px;
  position: relative;
}

.product .equipment-list li .qty-block form .btn .tocart::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 6px;
  width: 17px;
  height: 20px;
  background: url("../images/minicart-white.svg") 0 0/cover no-repeat;
}

.product .btn-equipment {
  text-align: center;
  padding: 0 0 20px;
}

.product .btn-equipment .action.primary {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #82cde3;
  background: #fff;
  color: #82cde3;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 18px 17px 18px 15px;
  border-radius: 0;
  width: 100%;
  max-width: 365px;
}

@media only screen and (max-width: 900px) {
  .product .equipment-list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

@media only screen and (max-width: 900px) {
  .product .equipment-list li .product-item-details {
    max-width: none;
    width: calc(100% - 95px);
    padding-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 900px) {
  .product .equipment-list li .price-holder {
    width: 45%;
    padding-left: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .product .equipment-list li .price-holder::after {
    left: 95px;
  }
}

@media only screen and (max-width: 900px) {
  .product .equipment-list li .price-holder {
    width: auto;
    padding: 0 10px 0 115px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .product .equipment-list li .price-holder::after {
    left: 95px;
  }
}

@media only screen and (max-width: 767px) {
  .product .equipment-list li .price-holder {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 900px) {
  .product .equipment-list li .qty-block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 115px;
    width: 100%;
  }
  .product .equipment-list li .qty-block::after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .product .equipment-list li .qty-block form .control .input-text {
    width: 50px;
  }
}

.review-control-vote label::before {
  color: #f5a623;
}

.review-form {
  max-width: 840px;
}

.review-form .fieldset .review-legend.legend {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 15px;
}

.review-form .fieldset .review-legend.legend span {
  padding: 0 7px 0 0;
}

.review-form .fieldset .review-legend.legend strong {
  display: inline;
  font-weight: 500;
}

.review-form .review-fieldset {
  margin: 0 0 10px;
}

.review-form .review-fieldset .review-field-ratings legend.label {
  float: none;
  text-align: left;
  display: block;
  padding: 0 0 10px;
  font-weight: 500;
  width: 100%;
}

.review-form .review-fieldset .review-field-ratings .review-field-rating .label {
  padding: 8px 10px 5px 0;
}

.review-form .review-form-actions {
  margin: 0 !important;
}

.review-form .review-form-actions .action.submit.primary {
  background: #3B683C;
  border-color: #0a364d;
  border-radius: 0;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  padding: 12px 16px 11px;
}

.review-form .review-form-actions .action.submit.primary:hover {
  background: #0a364d;
  opacity: .8;
}

.rating-summary .rating-result {
  margin: 0;
  width: 80px;
}

.rating-summary .rating-result::before {
  font-size: 19px;
  line-height: 24px;
  letter-spacing: -3.3px;
  height: 24px;
}

.rating-summary .rating-result > span::before {
  font-size: 19px;
  line-height: 24px;
  letter-spacing: -3.3px;
  height: 24px;
  color: #f5a623;
}

@media only screen and (min-width: 768px) {
  .page-layout-1column .product.media {
    width: 32.3%;
  }
  .page-layout-1column .product-info-main {
    width: 67.7%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 0 25px 20px;
  }
}

@media only screen and (min-width: 900px) {
  .page-layout-1column .product-info-main .product-info-left {
    float: left;
    padding: 3px 15px 0 0;
    width: 63.7%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #0a364d;
  }
  .page-layout-1column .product-info-main .product-info-cart {
    float: right;
    width: 36.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
}

a[data-wishlist-pid].link-disabled {
  cursor: progress;
}

a[data-wishlist-pid].link-disabled span {
  color: #999;
}

.product-info-main .price-box .price > .price-box > .weee {
  margin: 0;
  float: left;
  width: 100%;
}

.product-info-main .price-box .price-label-custom {
  float: left;
  width: 100%;
  margin: -1px 0 5px;
  color: #a1a1a1;
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
}

.product-info-main .page-title-wrapper .page-title {
  margin: 0 0 2px;
  font-size: 25px;
  line-height: 30px;
  color: #0a364d;
}

.product-info-main .product-info-cart .product-info-cart-holder {
  margin: 0 0 20px;
}

.product-info-main .product-addto-links {
  margin: 8px -3px 0;
}

.product-info-main .action.towishlist {
  background: #e6e6e6;
  border-color: #e6e6e6;
  display: block;
  text-align: center;
  border-radius: 0;
  color: #0a364d;
  font: bold 11px/16px 'Montserrat', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 11px 16px 12px 18px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  margin-top: 10px;
}

.product-info-main .action.towishlist:hover {
  background: #e6e6e6;
  border-color: #e6e6e6;
  color: #0a364d;
  opacity: .7;
}

.product-info-main .action.towishlist span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 30px;
}

.product-info-main .action.towishlist span::after {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 18px;
  height: 25px;
  background: url("../images/ico-wishlist-small.svg") 0 0/cover no-repeat;
}

.page-products .product-items .action.wishlistbtn,
.cms-home .product-items .action.wishlistbtn {
  background: #e6e6e6;
  border-color: #e6e6e6;
  display: block;
  text-align: center;
  border-radius: 0;
  color: #0a364d;
  font: normal 11px 'Montserrat', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 5px 10px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  margin-top: 5px;
  line-height: 15px;
}

.page-products .product-items .action.wishlistbtn:hover,
.cms-home .product-items .action.wishlistbtn:hover {
  background: #e6e6e6;
  border-color: #e6e6e6;
  color: #0a364d;
  opacity: .7;
}

.page-products .product-items .action.wishlistbtn span,
.cms-home .product-items .action.wishlistbtn span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 18px;
}

.page-products .action.wishlistbtn span::after,
.cms-home .action.wishlistbtn span::after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 12px;
  height: 18px;
  background: url("../images/ico-wishlist-small.svg") no-repeat;
  background-size: 100%;
}

.product-info-main .contact-block {
  padding: 0 2px;
}

.product-info-main .contact-block .title {
  display: block;
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
  padding: 0 0 10px;
  color: #0a364d;
}

.product-info-main .contact-block .chat {
  display: block;
  width: 100%;
  border: 2px solid #82cde3;
  background: #fff;
  color: #82cde3;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 17px 17px 15px 15px;
}

.product-info-main .contact-block .chat span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 39px;
}

.product-info-main .contact-block .chat span::after {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 27px;
  height: 23px;
  background: url("../images/ico-chat.svg") no-repeat;
}

.product-info-main .item-delivery {
  padding: 25px 0 0;
  font-size: 11px;
  line-height: 15px;
}

.product-info-main .item-delivery span {
  font-weight: bold;
}

.product-info-main .form-cart-top .discount-label,
.product-info-main .product-options-wrapper .discount-label {
  position: absolute;
  right: -4px;
  top: -34px;
  background: #f49c00;
  font-size: 11px;
  line-height: 16px;
  font-weight: normal;
  color: #fff;
  padding: 2px 7px 3px 6px;
}

.product-info-main .form-cart-top .price-box,
.product-info-main .product-options-wrapper .price-box {
  margin: 0 0 8px;
}

.product-info-main .form-cart-top .price-box::after,
.product-info-main .product-options-wrapper .price-box::after {
  content: "";
  display: block;
  clear: both;
}

.product-info-main .form-cart-top .price-box .map-old-price,
.product-info-main .product-options-wrapper .price-box .map-old-price {
  float: left;
  margin: 0;
  padding: 0 5px 14px 0;
  line-height: 16px;
  font-weight: normal;
}

.product-info-main .form-cart-top .price-box .map-old-price .price-container,
.product-info-main .product-options-wrapper .price-box .map-old-price .price-container {
  display: inline;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.product-info-main .form-cart-top .price-box .map-old-price .price-container .price-including-tax,
.product-info-main .product-options-wrapper .price-box .map-old-price .price-container .price-including-tax {
  font-size: inherit;
  line-height: inherit;
}

.product-info-main .form-cart-top .price-box .map-old-price .price-container .price-including-tax::before,
.product-info-main .product-options-wrapper .price-box .map-old-price .price-container .price-including-tax::before {
  display: none;
}

.product-info-main .form-cart-top .price-box .save-price,
.product-info-main .product-options-wrapper .price-box .save-price {
  float: left;
  font-size: 11px;
  line-height: 16px;
  font-weight: normal;
  color: #d90101;
  padding: 0 0 14px;
}

.product-info-main .form-cart-top .price-container .price-including-tax,
.product-info-main .product-options-wrapper .price-container .price-including-tax,
.product-info-main .form-cart-top .price-container .price-excluding-tax,
.product-info-main .product-options-wrapper .price-container .price-excluding-tax {
  margin: 0;
  position: relative;
  padding: 2px;
}

.product-info-main .form-cart-top .price-container .price-including-tax::after,
.product-info-main .product-options-wrapper .price-container .price-including-tax::after,
.product-info-main .form-cart-top .price-container .price-excluding-tax::after,
.product-info-main .product-options-wrapper .price-container .price-excluding-tax::after {
  content: "";
  display: block;
  clear: both;
}

.product-info-main .form-cart-top .price-container .price-including-tax::before,
.product-info-main .product-options-wrapper .price-container .price-including-tax::before,
.product-info-main .form-cart-top .price-container .price-excluding-tax::before,
.product-info-main .product-options-wrapper .price-container .price-excluding-tax::before {
  position: absolute;
  left: 3px;
  bottom: 0;
  content: '';
  color: #a1a1a1;
  font-size: 11px;
  line-height: 15px;
}

.product-info-main .form-cart-top .price-container .price-including-tax .price,
.product-info-main .product-options-wrapper .price-container .price-including-tax .price,
.product-info-main .form-cart-top .price-container .price-excluding-tax .price {
  color: #82cde3;
  font-size: 35px;
  line-height: 44px;
  font-weight: bold;
}

.product-info-main .product-options-wrapper .price-container .price-excluding-tax .price,
.product-info-main .product-options-wrapper .price-box.price-final_price .price-container.tax.weee .price-wrapper span.price {
  color: #82cde3;
  font-size: 35px;
  line-height: 44px;
  font-weight: bold;
}

.product-info-main .form-cart-top .price-box.price-final_price .price-container.tax.weee .price-wrapper span.price {
  color: #82cde3;
  font-size: 35px;
  line-height: 44px;
  font-weight: bold;
}

.product-info-main .price-tier_price {
  margin: -10px 0 10px;
}

.product-info-main .price-tier_price .prices-tier {
  margin: 0;
  padding: 0;
}

.product-info-main .shipping-note {
  font-size: 11px;
  line-height: 15px;
  padding: 0 0 23px;
}

.product-info-main .box-tocart {
  display: block;
  margin: 0;
}

.product-info-main .box-tocart .field.qty {
  display: block;
  margin: 0 0 28px;
  padding: 0;
}

.product-info-main .box-tocart .field.qty .label {
  display: none;
}

.product-info-main .box-tocart .field.qty .control {
  overflow: hidden;
  padding: 0 1px;
  float: left;
}

.product-info-main .box-tocart .field.qty .control .btn-control {
  margin: 0 -1px;
  float: left;
  width: 38px;
  height: 32px;
  background: #fefefe;
  border: 1px solid #c6c6c6;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
}

.product-info-main .box-tocart .field.qty .control .btn-control::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 16px;
  width: 16px;
  border-top: 2px solid #f4a518;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.product-info-main .box-tocart .field.qty .control .btn-control.plus::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 9px;
  height: 16px;
  border-left: 2px solid #f4a518;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.product-info-main .box-tocart .field.qty .control .btn-control:hover::after, .product-info-main .box-tocart .field.qty .control .btn-control:hover::before {
  opacity: .5;
}

.product-info-main .box-tocart .field.qty .control .input-text {
  float: left;
  border-color: #c6c6c6;
  width: 57px;
  height: 34px;
  padding: 11px 10px 9px;
}

.product-info-main .product-info-box {
  margin: 0 0 12px;
  padding: 0 12px 15px 0;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}

.product-info-main .product-info-box .aw-sbb-brand-info {
  float: right;
  margin: 9px 0 0 20px;
}

.product-info-main .product-info-box .aw-sbb-brand-info .brand-logo {
  margin: 0;
  padding: 0;
  height: auto;
}

.product-info-main .product-info-box .aw-sbb-brand-info img {
  display: inline-block;
  vertical-align: top;
}

.product-info-main .product-info-box .product-info-block {
  border: 0;
  margin: 0;
  padding: 0;
}

.product-info-main .product-info-block {
  overflow: hidden;
  margin: 0 0 16px;
  padding: 0 0 16px;
  list-style: none;
  font-weight: 300;
  border-bottom: 1px solid #e0e0e0;
}

.product-info-main .product-info-block li {
  margin: 0 0 1px;
}

.product-info-main .product-info-block li .title {
  font-weight: normal;
}

.product-info-main .key-facts .title {
  padding: 0 0 17px;
  display: block;
  font-weight: normal;
}

.product-info-main .key-facts .key-facts-list {
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-weight: 300;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.product-info-main .key-facts .key-facts-list li {
  width: 46%;
  margin: 0 0 12px;
  padding: 0 10px 0 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.product-info-main .key-facts .key-facts-list li.specifications::after {
  background-image: url("../images/ico-additional.svg");
}

.product-info-main .key-facts .key-facts-list li.reviews::after {
  background-image: url("../images/ico-star.svg");
}

.product-info-main .key-facts .key-facts-list li.description::after {
  background-image: url("../images/ico-description.svg");
}

.product-info-main .key-facts .key-facts-list li.recommendations::after {
  background-image: url("../images/ico-default.svg");
}

.product-info-main .key-facts .key-facts-list li.equipment::after {
  background-image: url("../images/ico-equipment.svg");
}

.product-info-main .key-facts .key-facts-list li::after {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.product-info-main .key-facts .key-facts-list li a {
  color: #0a364d;
}

.item-delivery span {
  font-weight: bold;
}

.config-logo {
  clear: both;
  padding: 8px 0 6px;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}

.config-logo img {
  display: inline-block;
  vertical-align: top;
}

.wrap-table {
  padding: 26px 3px 22px;
  color: #a0a0a0;
  font-size: 11px;
  line-height: 15px;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}

.simples-list {
  font-size: 11px;
  line-height: 15px;
}

.simples-list td {
  padding: 17px 0;
  vertical-align: middle;
  border-bottom: 1px solid #e0e0e0;
}

.simples-list td.min-qty {
  color: #181b1c;
  text-align: center;
  padding: 0 0 0 20px;
  max-width: 120px;
}

.simples-list td.product-item-details {
  padding: 26px 0 26px 2px;
  padding-bottom: 20px;
}

.simples-list td .product-item-name {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}

.simples-list td .item-sku {
  color: #ababab;
  display: block;
}

.simples-list td .discount-label {
  display: none;
}

.simples-list td.price-holder {
  padding: 18px 20px 16px;
  text-align: center;
  width: 220px;
}

.simples-list td.price-holder .map-old-price {
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 16px;
}

.simples-list td.price-holder .map-old-price .price-msrp_price {
  display: inline;
}

.simples-list td.price-holder .map-old-price .price-msrp_price .price-including-tax {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.simples-list td.price-holder .price-container .price,
.simples-list td.price-holder .price-including-tax + .price-excluding-tax .price {
  font-size: inherit;
}

.simples-list td.price-holder .price-box .special-price > .price-container .price-including-tax,
.simples-list td.price-holder .price-box .special-price > .price-container .price-excluding-tax {
  font-size: 24px;
  line-height: 30px;
  color: #82cde3;
  margin: 1px 0 0;
  padding: 0 0 3px;
  position: relative;
}

.simples-list td.price-holder .price-box .special-price > .price-container .price-including-tax::before,
.simples-list td.price-holder .price-box .special-price > .price-container .price-excluding-tax::before {
  content: attr(data-label) ". ";
  position: absolute;
  left: 0;
  bottom: 0;
  color: #a1a1a1;
  font-size: 11px;
  line-height: 13px;
  white-space: nowrap;
  min-width: 100%;
}

.simples-list td.price-holder .price-box > .price-container .price-including-tax,
.simples-list td.price-holder .price-box > .price-container .price-excluding-tax {
  font-size: 24px;
  line-height: 30px;
  color: #82cde3;
  margin: 1px 0 0;
  padding: 0 0 3px;
  position: relative;
}

.simples-list td.price-holder .price-box > .price-container .price-including-tax::before,
.simples-list td.price-holder .price-box > .price-container .price-excluding-tax::before {
  content: attr(data-label) ". ";
  position: absolute;
  left: 0;
  bottom: 0;
  color: #a1a1a1;
  font-size: 11px;
  line-height: 13px;
  white-space: nowrap;
  min-width: 100%;
}

.simples-list td.price-holder .price-box .old-price:not(.map-old-price) {
  display: none;
}

.simples-list td form {
  overflow: hidden;
}

@media screen and (max-width: 400px) {
  .simples-list td form {
    display: inline-block;
  }
}

.simples-list td form .control {
  float: left;
  padding: 0 1px;
}

.simples-list td form .control .input-text {
  float: left;
  border-color: #c6c6c6;
  width: 113px;
  height: 34px;
  padding: 11px 10px 9px;
  text-align: center;
}

.simples-list td form .control .btn-control {
  margin: 0 -1px;
  float: left;
  width: 38px;
  height: 32px;
  background: #fefefe;
  border: 1px solid #c6c6c6;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
}

.simples-list td form .control .btn-control::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 16px;
  width: 16px;
  border-top: 2px solid #f4a518;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.simples-list td form .control .btn-control.plus::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 9px;
  height: 16px;
  border-left: 2px solid #f4a518;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.simples-list td form .control .btn-control:hover::after, .simples-list td form .control .btn-control:hover::before {
  opacity: .5;
}

.simples-list td form .button {
  float: left;
}

.simples-list td form .button .actions {
  margin: 0 -3px;
  padding: 0;
  display: block;
}

.simples-list td form .button .actions .tocart {
  width: 100%;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 16px 19px 16px 15px;
}

.simples-list td form .button .actions .tocart span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 33px;
}

.simples-list td form .button .actions .tocart span::after {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 21px;
  height: 23px;
  background: url("../images/minicart-white.svg") 0 0/cover no-repeat;
}

.simples-list tfoot td {
  color: #a0a0a0;
  border: 0;
  padding: 21px 0 1px 3px;
}

.simples-list tfoot td .divider {
  display: none;
}

.simples-list tfoot td .label-default {
  float: left;
  padding: 5px 0 0;
}

.simples-list tfoot td .pagination {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

.simples-list tfoot td .pagination li {
  float: left;
  margin: 0 0 0 2px;
}

.simples-list tfoot td .pagination li a {
  margin: 0;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  width: 14px;
  line-height: 14px;
  padding: 5px;
  background: #82cde3;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  text-align: center;
  position: relative;
}

.simples-list tfoot td .pagination li a:hover {
  opacity: .8;
  text-decoration: none;
}

.simples-list tfoot td .pagination li[data-page="last"] a,
.simples-list tfoot td .pagination li[data-page="next"] a,
.simples-list tfoot td .pagination li[data-page="first"] a,
.simples-list tfoot td .pagination li[data-page="prev"] a {
  overflow: hidden;
  text-indent: -9999px;
}

.simples-list tfoot td .pagination li[data-page="last"] a::after,
.simples-list tfoot td .pagination li[data-page="next"] a::after,
.simples-list tfoot td .pagination li[data-page="first"] a::after,
.simples-list tfoot td .pagination li[data-page="prev"] a::after,
.simples-list tfoot td .pagination li[data-page="last"] a::before,
.simples-list tfoot td .pagination li[data-page="next"] a::before,
.simples-list tfoot td .pagination li[data-page="first"] a::before,
.simples-list tfoot td .pagination li[data-page="prev"] a::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 9px;
  width: 5px;
  height: 5px;
  border: solid #fff;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.simples-list tfoot td .pagination li[data-page="last"] a::after,
.simples-list tfoot td .pagination li[data-page="next"] a::after,
.simples-list tfoot td .pagination li[data-page="last"] a::before,
.simples-list tfoot td .pagination li[data-page="next"] a::before {
  left: 8px;
  top: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.simples-list tfoot td .pagination li[data-page="first"] a::after {
  left: 8px;
}

.simples-list tfoot td .pagination li[data-page="first"] a::before {
  left: 12px;
}

.simples-list tfoot td .pagination li[data-page="last"] a::after {
  left: 6px;
}

.simples-list tfoot td .pagination li[data-page="last"] a::before {
  left: 10px;
}

.simples-list .action-buttons {
  width: 385px;
}

.simples-list .action-buttons > .action.primary {
  float: left;
  border-radius: 0;
  padding: 9px 15px;
  margin-left: 15px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .simples-list .action-buttons > .action.primary {
    padding: 7px 10px;
    font-size: 11px;
  }
}

.simples-list .action-buttons .add-to-cart {
  float: left;
}

.simples-list .add-to-cart-qty {
  float: left;
  width: 100%;
  position: relative;
}

.simples-list .add-to-cart-qty button,
.simples-list .add-to-cart-qty a {
  float: left;
  width: 100%;
  background-size: auto 22px !important;
  background-repeat: no-repeat !important;
  background-position: right center;
  padding: 7px 7px;
  background-origin: content-box;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: unset;
  height: auto;
  text-align: center;
  border-radius: 0px;
}

@media screen and (max-width: 1100px) {
  .simples-list .add-to-cart-qty button,
  .simples-list .add-to-cart-qty a {
    font-size: 9px;
    text-align: left;
    padding-left: 10px;
  }
}

.simples-list .add-to-cart-qty button.tocart, .simples-list .add-to-cart-qty a.tocart {
    background-image: url(../images/add-to-cart.svg);
    background-color: #3c683c;
    color: #fff;
    border-radius: 33px;
}

.simples-list .add-to-cart-qty button.variants,
.simples-list .add-to-cart-qty a.variants {
  background-image: url("../images/variants.svg");
  background-color: #82CDE3;
  color: #fff;
}

.simples-list .add-to-cart-qty button.toinquiry,
.simples-list .add-to-cart-qty a.toinquiry {
  background-image: url("../images/inquiry.svg");
  background-color: #406477;
  color: #fff;
}

.simples-list .add-to-cart-qty button:hover,
.simples-list .add-to-cart-qty a:hover {
  text-decoration: none;
}

.simples-list .add-to-cart-qty button.tocart {
  width: 80px;
  background-position: center;
  background-origin: unset;
  height: 35px;
}

@media screen and (max-width: 768px) {
  .simples-list .add-to-cart-qty button.tocart {
    height: 32px;
  }
}

.simples-list .add-to-cart-qty button.tocart span {
  opacity: 0;
  white-space: nowrap;
}

.simples-list .add-to-cart-qty .left-side {
    border: 1px solid #3c683c;
    display: block;
    float: left;
    width: 125px;
    position: relative;
    height: 33px;
    border-radius: 33px;
}

@media screen and (max-width: 768px) {
  .simples-list .add-to-cart-qty .left-side {
    height: 30px;
  }
}

.simples-list .add-to-cart-qty .left-side input {
    position: absolute;
    border: 0px;
    font-size: 14px;
    color: #3c683c;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    padding: 0px;
    width: 40px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    z-index: 5;
    background: transparent;
}

.simples-list .add-to-cart-qty .left-side input:hover, .simples-list .add-to-cart-qty .left-side input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.simples-list .add-to-cart-qty .left-side .dec, .simples-list .add-to-cart-qty .left-side .inc {
    position: absolute;
    left: 10px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 1px solid #3c683c;
    background-size: 14px !important;
    background-image: url(../images/qty-dec.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: transparent;
    font-size: 0px;
    z-index: 10;
}

@media screen and (max-width: 768px) {
  .simples-list .add-to-cart-qty .left-side .dec,
  .simples-list .add-to-cart-qty .left-side .inc {
    width: 18px;
    height: 18px;
  }
}

.simples-list .add-to-cart-qty .left-side .dec:active,
.simples-list .add-to-cart-qty .left-side .inc:active {
  background-color: #F5A623;
  background-image: url("../images/qty-dec-hover.svg");
}

.simples-list .add-to-cart-qty .left-side .inc {
  right: 10px;
  left: inherit;
  background-image: url("../images/qty-inc.svg");
}

.simples-list .add-to-cart-qty .left-side .inc:active {
  background-image: url("../images/qty-inc-hover.svg");
}

@media screen and (max-width: 1100px) {
  .simples-list .add-to-cart-qty button.tocart {
    width: 55px;
  }
}

@media screen and (max-width: 768px) {
  .simples-list .add-to-cart-qty button.tocart {
    width: 85px;
  }
}

@media only screen and (max-width: 900px) {
  .simples-list td.price-holder {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .simples-list td form .control .input-text {
    width: 80px;
  }
}

@media only screen and (max-width: 449px) {
  .simples-list td form .control .input-text {
    width: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .simples-list {
    display: block;
  }
  .simples-list tr,
  .simples-list td,
  .simples-list tfoot,
  .simples-list thead,
  .simples-list tbody {
    display: block !important;
  }
  .simples-list tr {
    overflow: hidden;
  }
  .simples-list td.product-item-details {
    float: left;
    width: 60%;
    border: 0;
    padding: 15px 0 20px;
  }
  .simples-list td.price-holder {
    float: right;
    max-width: 40%;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px 16px 20px;
  }
  .simples-list td.action-buttons {
    float: left;
    width: 100%;
    padding-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) and (max-width: 400px) {
  .simples-list td.action-buttons {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .simples-list td.action-buttons .add-to-cart {
    float: left;
  }
}

@media only screen and (max-width: 767px) and (max-width: 400px) {
  .simples-list td.action-buttons .add-to-cart {
    float: none;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .simples-list td.action-buttons > .action.primary {
    float: right !important;
  }
}

@media only screen and (max-width: 767px) and (max-width: 400px) {
  .simples-list td.action-buttons > .action.primary {
    float: none !important;
    clear: both;
    margin-left: 0;
    margin-top: 10px;
  }
}

/* Product End */
/* Product List */
.products .product-item-name {
  font-size: 14px;
  line-height: 17px;
  /*overflow: hidden;
  height: 34px !important;
  margin-bottom: 0;
  width: inherit;
  text-overflow: ellipsis;
  */
}

.product-item-link {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  background: #FFFFFF;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 2.6em;
  /* Fallback for non-webkit */
  line-height: 1.3;
  font-size: 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

@-moz-document url-prefix() {
  .product-item-link {
    overflow: hidden;
    position: relative;
    word-break: break-all;
  }
  .product-item-link:before {
    background: #FFFFFF;
    bottom: 0;
    position: absolute;
    right: 0;
    float: right;
    content: '\2026';
    margin-left: -3rem;
    width: 3rem;
  }
  .product-item-link:after {
    content: '';
    background: #FFFFFF;
    position: absolute;
    height: 20px;
    width: 100%;
    z-index: 1;
  }
}

.products .product-item-photo {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 8px;
}

.products .available-info {
  font-size: 11px;
  line-height: 14px;
  padding: 11px 0 0;
}

.products .available-info strong {
  color: #7ed321;
}

.products-bestsell_products .product-item-name {
  height: 48px;
  overflow: hidden;
  margin-bottom: 5px;
}

.product-items:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.product-items:not(.slick-slider) .product-item-details {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.products-grid .product-item-info {
  height: 100%;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.products-grid .product-item-info .product-item-details .price-box {
  margin-bottom: 14px;
  margin-top: 13px;
  border-top: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
  padding: 4px 4px 6px;
}

.products-grid .product-item-info .product-item-details .price-box .discount-label {
  top: -15px;
  right: 23px;
  padding: 4px 9px 5px 8px;
}

.products-grid .product-item-info .product-item-details .price-box::after {
  content: "";
  display: block;
  clear: both;
}

.products-grid .product-item-info .product-item-details .price-box > .price-container {
  float: left;
}

.products-grid .product-item-info .product-item-details .price-box .price-label-custom {
  float: left;
  margin: -1px 0 5px;
  width: 100%;
  font-size: 11px;
  line-height: 15px;
  color: #a1a1a1;
}

.products-grid .product-item-info .product-item-details .price-box .old-price {
  overflow: hidden;
  float: none;
  display: block;
  margin: 0;
  padding: 8px 0 0;
}

.products-grid .product-item-info .product-item-details .price-box .old-price .price-container {
  display: inline-block;
  vertical-align: top;
}

.products-grid .product-item-details .item-sku {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.products-grid .product-item-details .item-sku span {
  display: inline-block;
  vertical-align: top;
}

.products-grid .price-including-tax + .price-excluding-tax {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 8px;
}

.products-grid .price-including-tax + .price-excluding-tax::before {
  position: absolute;
  bottom: -4px;
  color: #a1a1a1;
  content: attr(data-label) ". ";
}

.block.product-listing .block-title {
  text-align: center;
}

.block.product-listing .block-title strong {
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
}

/* Product List End */
/* Policy Block */
.column.main .policy-info-wrap {
  margin: 0 0 -10px;
  padding: 39px 0 0;
}

.column.main .policy-info-wrap .policy-info {
  text-align: center;
  padding: 0;
}

.column.main .policy-info-wrap .policy-info li {
  width: auto;
  padding: 0 28px 10px;
}

/* Policy Block End */
/* Home page */
.manufacturers-logos {
  background: #f6f6f6;
  margin:;
  padding:;
}

.manufacturers-logos ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.manufacturers-logos ul li {
  text-align: center;
  margin: 0;
  padding: 0 10px 15px;
  min-width: 115px;
}

.cms-index-index .homepage-slider {
  text-align: center;
  height: auto;
}

.cms-index-index .homepage-slider .owl-carousel {
  max-height: none;
  position: relative;
  left: auto;
  width: 100vw;
  margin: 0 -50vw;
  display: inline-block;
  vertical-align: top;
}

.cms-index-index .homepage-slider .owl-carousel .owl-item .banner-item {
  padding: 35px 0 106px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cms-index-index .homepage-slider .owl-carousel .owl-item .banner-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  text-align: center;
}

.cms-index-index .homepage-slider .owl-carousel .owl-item .banner-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cms-index-index .homepage-slider .owl-carousel .owl-item .content_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: auto;
  height: 100%;
  min-height: 270px;
  position: relative;
  left: auto;
  top: auto;
}

.cms-index-index .homepage-slider .owl-theme.owl-carousel .owl-controls .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 5px 4px;
}

.cms-index-index .homepage-slider .owl-theme .owl-dots {
  bottom: 52px;
}

.cms-index-index .homepage-slider .owl-carousel .banner-item .content_slider .buttons {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}

.cms-index-index .homepage-slider .owl-carousel .banner-item .content_slider .buttons .custom_content {
  margin: 0;
}

.cms-index-index .homepage-slider .owl-carousel .banner-item .content_slider .buttons .custom_content h2 {
  margin: 0 0 6px;
  font-size: 50px;
  line-height: 60px;
  font-weight: normal;
}

.cms-index-index .homepage-slider .owl-carousel .banner-item .content_slider .buttons .custom_content h3 {
  line-height: 43px;
  margin: 0 0 14px;
}

.cms-index-index .homepage-slider .owl-carousel .banner-item .content_slider .buttons a.action.primary {
  margin: 0;
}

/* Home page End */
/* Bottom Banners */
.bottom-banners .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.bottom-banners .owl-carousel .owl-stage .banner-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}

.bottom-banners .owl-carousel .owl-stage .banner-item .banner-image {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 64.8%;
  width: 0;
}

.bottom-banners .owl-carousel .owl-stage .banner-item .banner-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bottom-banners .owl-carousel .owl-stage .banner-item .content_slider {
  font: 12px/18px 'Montserrat', Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  height: auto;
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  padding: 20px 24px 0;
}

.bottom-banners .owl-carousel .owl-stage .banner-item .content_slider .banner-title {
  margin: 0 0 2px !important;
  padding: 0;
  display: block;
  font: bold 30px/37px 'Montserrat', Arial, Helvetica, sans-serif;
  text-transform: none;
}

.bottom-banners .owl-carousel .owl-stage .banner-item .content_slider .banner-description {
  display: block;
  padding: 0 0 19px;
  font-size: 14px;
  line-height: 17px;
}

.bottom-banners .owl-carousel .owl-stage .banner-item .content_slider .buttons {
  display: block;
  text-align: left;
}

.bottom-banners .owl-carousel .owl-stage .banner-item .content_slider .buttons a.action.primary {
  position: static;
  padding: 21px 20px 15px;
  min-width: 252px;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .bottom-banners .owl-carousel .owl-stage .banner-item .banner-image {
    padding-bottom: 40%;
  }
}

@media only screen and (max-width: 449px) {
  .bottom-banners .owl-carousel .owl-stage .banner-item .content_slider .banner-title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 449px) {
  .bottom-banners .owl-carousel .owl-stage .banner-item .content_slider .banner-description {
    font-size: 12px;
    line-height: 15px;
  }
}

@media only screen and (max-width: 449px) {
  .bottom-banners .owl-carousel .owl-stage .banner-item .content_slider .buttons a.action.primary {
    padding: 15px 20px 10px;
  }
}

/* Bottom Banners End */
/* Category Page */
.page-products.page-layout-2columns-left .column.main {
  padding-top: 6px;
}

.page-products .columns {
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 52px;
}

.page-products .page-main .policy-info-wrap {
  background: none;
  border: 0;
  padding: 39px 0 64px;
}

.page-products .page-main .policy-info-wrap .policy-info {
  text-align: center;
  padding: 0;
}

.page-products .page-main .policy-info-wrap .policy-info li {
  width: auto;
  padding: 0 28px 10px;
  font-size: 18px;
  color: #0a364d;
}

.page-products .page-main .policy-info-wrap .policy-info li span::before {
  height: 14px;
  width: 17px;
  background-image: url(../images/checked-icon-orange.svg);
}

.page-products .product-listing .products-grid .product-item {
  width: 16.666666%;
}

.cms-home .products .available-info {
  text-align: center;
}

.page-products .product-listing .products-grid,
.cms-home .product-listing .products-grid {
  margin: 0 0 77px;
  padding: 0 0 92px;
}

.page-products .product-listing .products-grid .product-items,
.cms-home .product-listing .products-grid .product-items {
  margin-left: -20px;
}

.page-products .product-listing .products-grid .product-item,
.cms-home .product-listing .products-grid .product-item {
  margin: 0;
  padding: 0 0 0 20px;
  text-align: left;
}

.page-products .products .product-item-photo,
.cms-home .products .product-item-photo {
  margin: 0 0 8px;
}

.page-products .products .product-item-name,
.cms-home .products .product-item-name {
  height: auto;
}

.page-products .products .product-item-info .product-item-details .price-box,
.cms-home .products .product-item-info .product-item-details .price-box {
  margin-top: 11px;
  margin-bottom: 13px;
  padding: 4px 0 9px 7px;
}

.page-products .column.main .products-grid,
.cms-home .column.main .products-grid {
  border: 0;
  margin: 0;
  padding: 0;
}

.page-products .column.main .products-grid .product-item .map-old-price,
.cms-home .column.main .products-grid .product-item .map-old-price {
  padding-top: 15px;
}

.page-products .column.main .products-grid .product-item .product-hover-wrapper .product-item-actions,
.cms-home .column.main .products-grid .product-item .product-hover-wrapper .product-item-actions {
  display: block;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
}

.page-products .column.main .products-grid .product-item .product-hover-wrapper .product-item-actions .actions-primary,
.cms-home .column.main .products-grid .product-item .product-hover-wrapper .product-item-actions .actions-primary {
  display: block;
  width: 100%;
}

.page-products .column.main .products-grid .product-item .product-hover-wrapper .product-item-actions .actions-primary .action.primary,
.cms-home .column.main .products-grid .product-item .product-hover-wrapper .product-item-actions .actions-primary .action.primary {
  width: 100%;
  border-radius: 0;
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 5px 10px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.page-products .column.main .products-grid .product-item .product-hover-wrapper .product-item-actions .actions-primary .action.primary:hover,
.cms-home .column.main .products-grid .product-item .product-hover-wrapper .product-item-actions .actions-primary .action.primary:hover {
  opacity: .8;
}

.page-products .column.main .products-grid .product-item .product-hover-wrapper .product-item-actions .actions-primary .action.primary span,
.cms-home .column.main .products-grid .product-item .product-hover-wrapper .product-item-actions .actions-primary .action.primary span {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 21px;
  position: relative;
}

.page-products .column.main .products-grid .product-item .product-hover-wrapper .product-item-actions .actions-primary .action.primary span::after,
.cms-home .column.main .products-grid .product-item .product-hover-wrapper .product-item-actions .actions-primary .action.primary span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 17px;
  background: url("../images/minicart-white.svg") 0 0/cover no-repeat;
}

.page-products .column.main .products-grid .product-item .product-hover-wrapper .product-item-actions .actions-primary .action.primary.variants,
.cms-home .column.main .products-grid .product-item .product-hover-wrapper .product-item-actions .actions-primary .action.primary.variants {
  background: #82cde3;
  border-color: #82cde3;
}

.page-products .column.main .products-grid .product-item .product-hover-wrapper .product-item-actions .actions-primary .action.primary.variants span::after,
.cms-home .column.main .products-grid .product-item .product-hover-wrapper .product-item-actions .actions-primary .action.primary.variants span::after {
  top: 3px;
  width: 11px;
  height: 11px;
  background: url("../images/varianten-ico.svg") 0 0/cover no-repeat;
}

.page-products .column.main .products-grid .product-item .product-hover-wrapper .product-item-actions .actions-secondary,
.cms-home .column.main .products-grid .product-item .product-hover-wrapper .product-item-actions .actions-secondary {
  display: none;
}

.page-products .products-grid .product-item .product-hover-wrapper .product-item-actions,
.cms-home .products-grid .product-item .product-hover-wrapper .product-item-actions {
  top: 11px;
  bottom: 13px;
  padding: 5px 5px;
}

@media only screen and (max-width: 767px) {
  .page-products .product-listing .products-grid,
  .cms-home .product-listing .products-grid {
    margin: 0 0 30px;
    padding: 0 0 35px;
  }
}

@media only screen and (max-width: 1023px) {
  .page-products .product-listing .products-grid .product-item,
  .cms-home .product-listing .products-grid .product-item {
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .page-products .product-listing .products-grid .product-item,
  .cms-home .product-listing .products-grid .product-item {
    width: 33.333333%;
  }
}

@media only screen and (max-width: 449px) {
  .page-products .product-listing .products-grid .product-item,
  .cms-home .product-listing .products-grid .product-item {
    width: 50%;
  }
}

.price-container .weee::after {
  display: none;
}

.brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0;
  padding: 30px 0 0;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-list li {
  margin: 0 10px 9px;
}

.brand-list li img {
  min-width: 100%;
  display: inline-block;
  vertical-align: top;
}

.category-banner {
  margin: 0 0 17px;
  border: 1px solid #979797;
}

.category-banner img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
}

.category-view {
  margin: 0 0 32px;
  font-size: 12px;
  line-height: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.products.products-grid {
  margin: 0 0 20px;
  border-color: #e0e0e0;
}

.products .product-image-container {
  vertical-align: top;
}

.products .product-image-container .product-image-wrapper {
  padding-bottom: 100% !important;
}

.toolbar-products {
  color: #a0a0a0;
  font-size: 11px;
  line-height: 14px;
  margin: 0;
  padding: 0 4px 13px;
}

.toolbar-products .limiter {
  display: none;
}

.toolbar-products .modes {
  float: right;
  width: 100%;
  text-align: right;
}

.toolbar-products .sorter {
  float: right;
  width: 100%;
  text-align: right;
}

.toolbar-products .sorter .sorter-options {
  font-size: 11px;
  line-height: 15px;
  margin: 0 0 0 4px;
  padding: 6px 5px;
  height: 30px;
  min-width: 176px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

.toolbar-products .toolbar-amount {
  float: right;
  padding: 0 0 10px;
}

.toolbar-products .toolbar-total-amount {
  float: left;
}

.toolbar-products strong.page {
  vertical-align: top;
  font-size: 11px;
  line-height: 24px;
  font-weight: normal;
  color: #a0a0a0;
}

.toolbar-products .pages {
  display: block;
  float: right;
  padding: 0 0 10px 3px;
}

.toolbar-products .pages .items {
  vertical-align: top;
}

.toolbar-products .pages .action {
  margin: 0;
  vertical-align: top;
  width: 24px;
  line-height: 24px;
}

.toolbar-products .pages .action.next, .toolbar-products .pages .action.previous {
  border: 0;
  background: #82cde3;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.toolbar-products .pages .action.next::before {
  color: #fff;
  font-size: 25px;
  line-height: 24px;
  margin: 0;
}

.toolbar-products .pages .action.previous::before {
  color: #fff;
  font-size: 25px;
  line-height: 24px;
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 24px;
  margin: 0 0 0 -1px;
}

.toolbar-products .pages .item:not(.disable) .action.next:hover, .toolbar-products .pages .item:not(.disable) .action.previous:hover {
  opacity: 0.8;
}

.toolbar-products .pages .disable .action.next, .toolbar-products .pages .disable .action.previous {
  background: #dfdfdf;
}

.toolbar-products .pages .item {
  margin: 0 2px;
  font-size: 12px;
  line-height: 24px;
  vertical-align: top;
}

.subcategory-main-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -8px 0 -7px;
  padding: 0;
}

.subcategory-main-grid li {
  width: 25%;
  margin: 0;
  padding: 0 8px 15px 7px;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.subcategory-main-grid li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  color: #0a364d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 18px 20px 6px;
  background: #eee;
}

.subcategory-main-grid li .image-block {
  display: block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 5px;
  padding: 0 0 67%;
  position: relative;
  min-height: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.subcategory-main-grid li .image-block img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.subcategory-main-grid li .title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
  text-transform: uppercase;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media only screen and (max-width: 767px) {
  .subcategory-main-grid li {
    width: 33.333333%;
  }
}

@media only screen and (max-width: 449px) {
  .subcategory-main-grid li {
    width: 50%;
  }
}

.category-footer-text {
  margin: 0 0 39px;
  padding: 4px 0 49px;
  font-weight: 300;
  border-bottom: 1px solid #e0e0e0;
}

.category-footer-text h3 {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}

.category-footer-text h4 {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}

.category-footer-text p {
  margin: 0 0 26px;
}

.category-footer-text ul {
  margin: 0 0 23px;
  padding: 0;
  list-style: none;
}

.category-footer-text ul li {
  margin: 0;
  padding: 0 0 0 30px;
  position: relative;
  text-indent: 10px;
}

.category-footer-text ul li::after {
  content: "»";
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  left: 20px;
  top: -1px;
}

.category-footer-text .note {
  color: #ccc;
}

.products-grid .product-item .product-hover-wrapper {
  overflow: hidden;
}

.products-grid .product-item .product-item-actions {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#maincontent > div.columns > div > div:nth-child(9) > div > div.block-content.content > div > ol > li > div > div.product.details.product-item-details > div.product-hover-wrapper > div.price-box.price-final_price {
  padding: 5px 0 11px;
}

/* Category Page End */
/* Category Filter */
.sidebar .category-filter {
  padding: 0 0 15px;
  border-color: #f1f1f1;
  border-width: 0 0 2px;
  font-size: 11px;
  line-height: 14px;
}

.sidebar .category-filter .items .item {
  -webkit-transition: all .3s;
  transition: all .3s;
  height: auto;
  background-position: 10px center;
  margin: 0 0 6px;
}

.sidebar .category-filter .items .item[style="background-image: url('')"] a {
  padding-left: 15px;
}

.sidebar .category-filter .items .item a {
  color: #181b1c;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: inherit;
  padding: 9px 30px 10px 57px;
}

.sidebar .category-filter .items .item a::after {
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* Category Filter End */
/* Category Tree */
.homepage-categories-wrapper ul.category-tree {
  margin: 0 -15px 0 0;
  font: 1px/0 a;
  letter-spacing: -4px;
}

.homepage-categories-wrapper ul.category-tree li.parent-category-item {
  padding: 0 15px 0 0;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.homepage-categories-wrapper ul.category-tree li.parent-category-item ul {
  padding: 15px 0 17px 0;
}

.homepage-categories-wrapper ul.category-tree li.parent-category-item ul a {
  padding: 0 5px 3px 0;
}

.homepage-categories-wrapper ul.category-tree li.parent-category-item a {
  font: 12px/16px 'Montserrat', Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  padding: 0 5px 5px 0;
}

.homepage-categories-wrapper ul.category-tree li.parent-category-item a.parent-category-name {
  border-bottom: 2px solid #f5f5f5;
}

.homepage-categories-wrapper ul.category-tree li.parent-category-item a .category-title {
  font-weight: 500;
}

.homepage-categories-wrapper ul.category-tree li.parent-category-item a .category-image {
  display: none;
}

@media only screen and (max-width: 767px) {
  .homepage-categories-wrapper ul.category-tree li.parent-category-item {
    width: 50%;
  }
}

@media only screen and (max-width: 449px) {
  .homepage-categories-wrapper ul.category-tree li.parent-category-item {
    width: 100%;
  }
}

/* Category Tree End */
/* Create Account */
.customer-account-create .page-main {
  max-width: 785px;
}

.customer-account-create .columns .column.main {
  padding-top: 70px;
  padding-bottom: 96px;
}

.customer-account-create .columns .column.main .actions-toolbar {
  margin: 0;
  text-align: center;
}

.customer-account-create .columns .column.main .actions-toolbar .primary {
  float: none;
}

.customer-account-create .columns .column.main .actions-toolbar .primary .action {
  margin: 0;
  padding: 16px 10px;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  min-width: 175px;
}

.create-account-text {
  overflow: hidden;
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  color: #0a364d;
  background: #f9f9f9;
  margin: 0 0 37px;
  padding: 24px 35px 0;
}

.create-account-text p {
  margin: 0 0 22px;
}

/* Create Account Tab */
.form.create.account {
  width: auto;
}

.create-account-tab {
  margin: 0;
  padding: 8px 0 0;
  overflow: hidden;
  text-align: center;
}

.create-account-tab .tab-panel {
  display: inline-block;
  vertical-align: top;
  font-size: 25px;
  line-height: 32px;
  font-weight: 300;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

.create-account-tab .tab-panel li {
  float: left;
  padding: 0 19px 0 25px;
}

.create-account-tab .tab-panel li a {
  color: rgba(10, 54, 77, 0.5);
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.create-account-tab .tab-panel li a:hover {
  color: #f49c00;
}

.create-account-tab .tab-panel li.active {
  padding-top: 1px;
  font-weight: 500;
}

.create-account-tab .tab-panel li.active a {
  cursor: default;
  color: #f49c00;
  text-decoration: none;
}

.create-account-tab .tab-content {
  display: none;
}

.create-account-tab .tab-content.active {
  display: block;
}

.top-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0;
  padding: 0 0 20px;
  border-bottom: 2px solid #eee;
}

.top-form .form-col-left {
  width: 34.9%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 0 20px;
}

.top-form .file-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  width: 65.1%;
  padding: 0 0 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top-form .file-block .file-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px dashed #82CDE3;
  margin: 0 0 20px;
  padding: 30px 6.9% 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  color: rgba(10, 54, 77, 0.3);
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 20px;
}

.top-form .file-block .file-box p {
  color: #82cde3;
  font-weight: 500;
  font-size: 1.2em;
  position: relative;
  pointer-events: none;
}

.top-form .file-block .file-box p:before {
  position: absolute;
  content: '';
  background: url("../images/upload-icon.svg") no-repeat center center;
  width: 48px;
  height: 48px;
  background-size: 100%;
  top: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top-form .file-block input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.top-form .file-block .file-thumbnails {
  font: 1px/0 a;
  letter-spacing: -4px;
  margin: 0 -5px;
  padding: 0 0 20px;
}

.top-form .file-block .file-thumbnails li {
  position: relative;
  display: inline-block;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 5px;
  vertical-align: top;
  font: 12px/18px 'Montserrat', Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.top-form .file-block .file-thumbnails li .image-holder {
  margin: 0 0 2px;
  height: 75px;
  position: relative;
  overflow: hidden;
}

.top-form .file-block .file-thumbnails li .image-holder img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.top-form .file-block .file-thumbnails li .image-title {
  display: block;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.top-form .file-block .file-thumbnails li .btn-remove {
  position: absolute;
  right: 7px;
  top: 2px;
  width: 20px;
  height: 20px;
  background: #f49c00;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.top-form .file-block .file-thumbnails li .btn-remove:hover {
  opacity: .8;
}

.top-form .file-block .file-thumbnails li .btn-remove::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  height: 10px;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.top-form .file-block .file-thumbnails li .btn-remove::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  height: 10px;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-form .form-col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  width: 65.1%;
  text-align: left;
  padding: 0 0 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .top-form .form-col-left {
    width: 100%;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .top-form .file-block {
    width: 100%;
  }
  .top-form .file-block .file-box p {
    padding-top: 50px;
  }
  .top-form .file-block .file-box p:before {
    top: -15px;
  }
}

.registration-content {
  overflow: hidden;
  padding: 0 0 27px;
}

.bottom-form {
  overflow: hidden;
  margin: 0 -7px 27px;
}

.bottom-form .fieldset {
  float: left;
  margin: 0;
  padding: 0 7px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bottom-form .fieldset .fields .field {
  margin: 0 0 10px;
}

.bottom-form .fieldset .fields .field.zip {
  float: left;
  width: 88px;
}

.bottom-form .fieldset .fields .field.zip ~ .field {
  padding-left: 10px;
  overflow: hidden;
}

.bottom-form .fieldset .field.date input {
  margin-right: 0;
  width: 100%;
}

.bottom-form .fieldset .field.date .ui-datepicker-trigger {
  display: none;
}

@media only screen and (max-width: 449px) {
  .bottom-form .fieldset {
    width: 100%;
  }
}

.success-title {
  text-align: center;
  border-bottom: 2px solid #f0f0f0;
  margin: 0 0 39px;
  padding: 0 0 51px;
}

.success-title h2 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  padding: 0 0 0 83px;
  font-size: 25px;
  line-height: 32px;
  font-weight: 300;
  color: #0a364d;
}

.success-title h2::after {
  content: "";
  position: absolute;
  left: 15px;
  top: -7px;
  width: 36px;
  height: 19px;
  border: solid #7ed321;
  border-width: 0 0 9px 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.success-note {
  font-size: 12px;
  line-height: 22px;
  padding: 0 24px 6px;
  color: #0a364d;
  text-align: center;
}

.success-note p {
  margin: 0 0 22px;
}

/* Create Account Tab End */
/* Create Account End */
/* Cart */
.checkout-cart-index .page-title-wrapper {
  padding: 20px 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0px;
}

.checkout-cart-index .page-title-wrapper .title-holder {
  overflow: hidden;
  padding: 0 10px 20px 0;
  font-size: 11px;
  line-height: 15px;
  -webkit-box-flex: 999;
  -ms-flex-positive: 999;
  flex-grow: 999;
}

.checkout-cart-index .page-title-wrapper .title-holder h1 {
  margin: 0 0 2px;
  font-size: 25px;
  line-height: 34px;
  font-weight: bold;
  color: #0a364d;
}

.checkout-cart-index .page-title-wrapper .title-holder p {
  margin: 0;
}

.checkout-cart-index .page-title-wrapper .btn-holder {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.checkout-cart-index .action.primary.checkout {
  position: relative;
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 240px;
  padding: 16px 28px 17px;
}

.checkout-cart-index .action.primary.checkout::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 21px;
  width: 5px;
  height: 5px;
  border: solid #fff;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cart-container .form-cart {
  float: none;
  width: auto;
  margin: 0 0 26px;
  padding: 0 0 2px;
  border-bottom: 2px solid #f0f0f0;
}

.cart-summary {
  width: auto;
  float: none;
  top: auto !important;
  overflow: hidden;
  background: none;
  padding: 0;
}

.cart-summary .summary-holder {
  overflow: hidden;
  margin: 0 0 29px;
}

.cart-summary #discount-coupon-form {
  float: left;
  width: 49.15%;
  padding: 60px 4% 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-top: 35px;
}

.cart-summary #discount-coupon-form::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  border-left: 2px solid #f0f0f0;
  height: 9999px;
}

.cart-summary #discount-coupon-form .label-holder {
  float: left;
  padding: 0 20px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 17px;
  color: #0a364d;
  float: left;
  width: 100%;
}

.cart-summary #discount-coupon-form .label-holder .label {
  display: inline-block;
  vertical-align: top;
  padding: 1px 0 0 85px;
  position: relative;
}

.cart-summary #discount-coupon-form .label-holder .label::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  margin: -30px 0 0;
  width: 59px;
  height: 59px;
  background: url("../images/ico-ticket.svg") no-repeat;
}

.cart-summary #discount-coupon-form .coupon-form {
  overflow: hidden;
  float: left;
  padding-left: 85px;
  padding-top: 15px;
}

.cart-summary #discount-coupon-form .coupon-form .action.primary {
  float: right;
  background: #82cde3;
  border-color: #82cde3;
  padding: 12px 9px 9px 10px;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.cart-summary #discount-coupon-form .coupon-form .control {
  overflow: hidden;
}

.cart-summary #discount-coupon-form .coupon-form .control .input-text {
  border-color: #82cde3;
  height: 39px;
  font-size: 11px;
  line-height: 13px;
}

.cart-summary #cart-totals {
  float: right;
  width: 50.85%;
  border: 0;
  padding: 10px 0 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 900px) {
  .cart-summary #discount-coupon-form {
    width: 100%;
    margin: 0 0 30px;
    padding: 20px 0 35px;
    border-bottom: 2px solid #f0f0f0;
  }
}

@media only screen and (max-width: 449px) {
  .cart-summary #discount-coupon-form .label-holder {
    padding: 0 0 30px;
    max-width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 690px) {
  .cart-summary #discount-coupon-form .coupon-form {
    padding-left: 0px;
    width: 100%;
  }
  .cart-summary #discount-coupon-form .label-holder {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  .cart-summary #cart-totals {
    width: 100%;
    padding: 0;
  }
}

.cart-summary .checkout-methods-items {
  overflow: hidden;
  margin: 0;
  padding: 29px 0 0;
  border-top: 2px solid #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-summary .checkout-methods-items li {
  margin: 0 0 10px !important;
}

.cart-summary .checkout-methods-items li .action.primary.continue {
  border-radius: 0;
  background: #c1c1c1;
  border-color: #c1c1c1;
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 16px 28px 17px;
}

.cart-summary .cart-totals {
  color: #ababab;
}

.cart-summary .cart-totals .grand.totals.excl {
  color: #f49c00;
}

.cart-summary .cart-totals .grand.totals.excl strong {
  font-weight: normal;
}

.cart-summary .cart-totals tr:last-child td,
.cart-summary .cart-totals tr:last-child th {
  padding-bottom: 0;
}

.cart-summary .cart-totals .grand.totals.incl {
  font-size: 18px;
  line-height: 24px;
  color: #0a364d;
}

.cart-summary .cart-totals .grand.totals.incl th,
.cart-summary .cart-totals .grand.totals.incl td {
  padding-top: 12px;
  padding-bottom: 13px;
}

.cart-summary .cart-totals .grand.totals.incl strong {
  font-weight: normal;
}

.cart-summary .cart-totals .amount,
.cart-summary .cart-totals .mark {
  padding-top: 0;
  padding-bottom: 4px;
}

.cart-summary .cart-totals .amount {
  width: 33.33333%;
  padding-right: 0;
}

.cart-summary .cart-totals .mark {
  text-align: right;
  padding-right: 5px;
}

.cart-summary .cart-totals .totals-tax-details {
  border: 0;
}

.cart-summary .cart-totals .table.totals {
  display: block;
}

.cart-summary .cart-totals .table.totals tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.cart-summary .cart-totals .table.totals tbody tr {
  display: block;
  overflow: hidden;
  width: 100%;
}

.cart-summary .cart-totals .table.totals tbody tr.grand.totals.excl {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.cart-summary .cart-totals .table.totals tbody tr.totals-tax-details.shown {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.cart-summary .cart-totals .table.totals tbody tr.grand.totals.incl {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.cart-summary .cart-totals .table.totals tbody tr th,
.cart-summary .cart-totals .table.totals tbody tr td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cart-summary .cart-totals .table.totals tbody tr th {
  float: left;
  width: 66.666666%;
}

.cart-summary .cart-totals .table.totals tbody tr td {
  float: right;
}

@media only screen and (max-width: 449px) {
  .cart-summary .checkout-methods-items li {
    width: 100%;
  }
}

@media only screen and (max-width: 449px) {
  .cart-summary .checkout-methods-items li .action.primary {
    width: 100%;
  }
}

.cart.table-wrapper .items.table {
  border-collapse: separate;
  overflow: hidden;
}

.cart.table-wrapper .items.table td.qty,
.cart.table-wrapper .items.table th.qty,
.cart.table-wrapper .items.table td.price,
.cart.table-wrapper .items.table th.price {
  text-align: center;
}

.cart.table-wrapper .items.table td.subtotal,
.cart.table-wrapper .items.table th.subtotal,
.cart.table-wrapper .items.table td.qty,
.cart.table-wrapper .items.table th.qty,
.cart.table-wrapper .items.table td.price {
  width: 16.95%;
}

.cart.table-wrapper .items.table th.price {
  width: 16.95%;
}

.cart.table-wrapper .items.table th.subtotal {
  padding-right: 15px;
  padding-left: 15px;
}

.cart.table-wrapper .items.table td.subtotal, .cart.table-wrapper .items.table td.price {
  padding-right: 15px;
  padding-left: 15px;
}

.cart.table-wrapper .items.table th.price {
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (max-width: 1090px) {
  .cart.table-wrapper .items.table > .item {
    overflow: hidden;
    border: 0;
    margin: 18px 0 0;
    border-top: 2px solid #f0f0f0;
  }
}

@media only screen and (min-width: 1090px) {
  .col.shipping {
    width: 35%;
    padding: 0px 15px !important;
    padding-bottom: 8px !important;
  }
}

.shipping .shipping_distributor {
  display: none;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.shipping .shipping_distributor b {
  margin-left: 5px;
  color: #f59c00;
  text-transform: uppercase;
  font-weight: 500;
}

.shipping .shipping_pay_difference {
  float: left;
  width: 100%;
  font-size: 11px;
  margin-bottom: 6px;
}

.shipping .shipping_pay_difference > div {
  float: left;
  width: 100%;
  margin-bottom: 6px;
}

.shipping .shipping_pay_difference b {
  color: #9e9e9e;
  font-weight: normal;
}

.shipping .rate_details_value {
  font-size: 8px;
  float: left;
  width: 100%;
}

.shipping .rate_details_volume {
  font-size: 8px;
  float: left;
  width: 100%;
  margin-top: -5px;
}

.shipping .item-options div.field.item.choice {
  float: left;
}

.shipping .item-options div.field.item.choice.disabled {
  color: #bbb;
}

.shipping .shipping_pay_difference .input_control input:checked ~ .input_control__indicator,
.shipping .shipping_pay_difference .input_control input:checked:focus ~ .input_control__indicator {
  background: #53D551;
}

.shipping .shipping_pay_difference .input_control:hover input:not([disabled]):checked ~ .input_control__indicator {
  background: #53D551;
}

.shipping dd.item-options > div {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1090px) {
  .shipping .item-options label {
    width: 100%;
    margin-bottom: 3px;
  }
  .shipping .item-options div.field.item.choice {
    max-width: 22%;
    margin-right: 2%;
  }
  .shipping .item-options .rate_details_value,
  .shipping .item-options .rate_details_volume {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .shipping .item-options div.field.item.choice {
    max-width: 30%;
    margin-right: 2%;
  }
}

@media only screen and (max-width: 460px) {
  .shipping .item-options div.field.item.choice {
    max-width: 47%;
    margin-right: 2%;
  }
}

.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  font-size: 1rem;
}

.input_control {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  margin-bottom: 5px;
}

.input_control input {
  position: absolute;
  z-index: -1;
  opacity: 0 !important;
}

.input_control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 14px;
  width: 14px;
  background: #e6e6e6;
}

.input_control--radio .input_control__indicator {
  border-radius: 50%;
}

.input_control:hover input ~ .input_control__indicator {
  background: #ccc;
}

.input_control input:focus ~ .input_control__indicator {
  background: #ccc;
}

.input_control input:checked ~ .input_control__indicator {
  background: #f59c00;
}

.input_control:hover input:not([disabled]):checked ~ .input_control__indicator {
  background: #f59c00;
}

.input_control input:checked:focus ~ .input_control__indicator {
  background: #f59c00;
}

.input_control input:disabled ~ .input_control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.input_control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.input_control input:checked ~ .input_control__indicator:after {
  display: block;
}

.input_control--checkbox .input_control__indicator:after {
  left: 5px;
  top: 2px;
  width: 2px;
  height: 6px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.input_control--checkbox input:disabled ~ .input_control__indicator:after {
  border-color: #7b7b7b;
  opacity: 0;
}

.input_control--radio .input_control__indicator:after {
  left: 4px;
  top: 4px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.input_control--radio input:disabled ~ .input_control__indicator:after {
  background: #7b7b7b;
  opacity: 0;
}

.cart.table-wrapper .items.table td.price .holder,
.cart.table-wrapper .items.table th.price .holder {
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

.cart.table-wrapper .items.table td.qty .field,
.cart.table-wrapper .items.table th.qty .field {
  position: relative;
}

.cart.table-wrapper .items.table td.qty .control,
.cart.table-wrapper .items.table th.qty .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 0 0 4px;
}

.cart.table-wrapper .items.table td.qty .control div.mage-error,
.cart.table-wrapper .items.table th.qty .control div.mage-error {
  font-size: 10px;
  line-height: 12px;
  margin: 0;
  padding: 5px 10px 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  white-space: normal;
  width: 0;
  max-width: 100%;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cart.table-wrapper .items.table td.qty .input-text,
.cart.table-wrapper .items.table th.qty .input-text {
  border-color: #c1c1c1;
  font-weight: bold;
  float: left;
  width: 40px;
  height: 34px;
  margin: 0 5px 0 0;
  padding: 11px 4px 9px;
}

.cart.table-wrapper .items.table td.qty .btn-list,
.cart.table-wrapper .items.table th.qty .btn-list {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.cart.table-wrapper .items.table td.qty .btn-list li,
.cart.table-wrapper .items.table th.qty .btn-list li {
  margin: 0 1px 0 -1px;
  padding: 0 2px 0 4px;
  float: left;
  border-left: 1px solid #e7e7e7;
}

.cart.table-wrapper .items.table td.qty .btn-list li button,
.cart.table-wrapper .items.table th.qty .btn-list li button,
.cart.table-wrapper .items.table td.qty .btn-list li a,
.cart.table-wrapper .items.table th.qty .btn-list li a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 26px;
  height: 26px;
  margin: 0;
  position: relative;
  background: none;
  border: 0;
}

.cart.table-wrapper .items.table td.qty .btn-list li button.action-delete::after,
.cart.table-wrapper .items.table th.qty .btn-list li button.action-delete::after,
.cart.table-wrapper .items.table td.qty .btn-list li a.action-delete::after,
.cart.table-wrapper .items.table th.qty .btn-list li a.action-delete::after,
.cart.table-wrapper .items.table td.qty .btn-list li button.action-delete::before,
.cart.table-wrapper .items.table th.qty .btn-list li button.action-delete::before,
.cart.table-wrapper .items.table td.qty .btn-list li a.action-delete::before,
.cart.table-wrapper .items.table th.qty .btn-list li a.action-delete::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  width: 16px;
  height: 2px;
  background: #f49c00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.cart.table-wrapper .items.table td.qty .btn-list li button.action-delete::before,
.cart.table-wrapper .items.table th.qty .btn-list li button.action-delete::before,
.cart.table-wrapper .items.table td.qty .btn-list li a.action-delete::before,
.cart.table-wrapper .items.table th.qty .btn-list li a.action-delete::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart.table-wrapper .items.table td.qty .btn-list li button.action-delete:hover::after,
.cart.table-wrapper .items.table th.qty .btn-list li button.action-delete:hover::after,
.cart.table-wrapper .items.table td.qty .btn-list li a.action-delete:hover::after,
.cart.table-wrapper .items.table th.qty .btn-list li a.action-delete:hover::after,
.cart.table-wrapper .items.table td.qty .btn-list li button.action-delete:hover::before,
.cart.table-wrapper .items.table th.qty .btn-list li button.action-delete:hover::before,
.cart.table-wrapper .items.table td.qty .btn-list li a.action-delete:hover::before,
.cart.table-wrapper .items.table th.qty .btn-list li a.action-delete:hover::before {
  opacity: .6;
}

.cart.table-wrapper .items.table td.qty .btn-list li button.update::after,
.cart.table-wrapper .items.table th.qty .btn-list li button.update::after,
.cart.table-wrapper .items.table td.qty .btn-list li a.update::after,
.cart.table-wrapper .items.table th.qty .btn-list li a.update::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #f49c00 #f49c00 #f49c00 transparent;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  border-radius: 100%;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.cart.table-wrapper .items.table td.qty .btn-list li button.update::before,
.cart.table-wrapper .items.table th.qty .btn-list li button.update::before,
.cart.table-wrapper .items.table td.qty .btn-list li a.update::before,
.cart.table-wrapper .items.table th.qty .btn-list li a.update::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  border: solid;
  border-width: 5px 3px;
  border-color: #f49c00 transparent transparent;
  -webkit-transform: rotate(47deg);
  transform: rotate(47deg);
}

.cart.table-wrapper .items.table td.qty .btn-list li button.update:hover::after,
.cart.table-wrapper .items.table th.qty .btn-list li button.update:hover::after,
.cart.table-wrapper .items.table td.qty .btn-list li a.update:hover::after,
.cart.table-wrapper .items.table th.qty .btn-list li a.update:hover::after,
.cart.table-wrapper .items.table td.qty .btn-list li button.update:hover::before,
.cart.table-wrapper .items.table th.qty .btn-list li button.update:hover::before,
.cart.table-wrapper .items.table td.qty .btn-list li a.update:hover::before {
  opacity: .6;
}

.cart.table-wrapper .items.table th {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  border-bottom: 2px solid #eee;
  padding: 19px 0 8px;
}

.cart.table-wrapper .items.table th.qty .btn-list li a.update:hover::before {
  opacity: .6;
}

.cart.table-wrapper .items.table td {
  padding: 0;
  vertical-align: middle;
  border: solid #fff;
  border-width: 19px 0 8px;
}

.cart.table-wrapper .item .col {
  position: relative;
  overflow: hidden;
}

.cart.table-wrapper .item .col::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 2px solid #f0f0f0;
}

.cart.table-wrapper .item .col.item {
  display: table-cell;
  padding: 0;
  border-width: 18px 0 8px 1px;
}

.cart.table-wrapper .item .col.item::after {
  display: none;
}

.cart.table-wrapper .item .col.item .product-item-details {
  position: relative;
  padding: 9px 20px 0 29px;
  font-size: 11px;
  line-height: 16px;
}

.cart.table-wrapper .item .col.item .product-item-details::after {
  content: "";
  position: absolute;
  left: 0;
  top: -250%;
  height: 9999px;
  border-left: 2px solid #f0f0f0;
}

.cart.table-wrapper .item .col.item .product-item-details .item-sku,
.cart.table-wrapper .item .col.item .product-item-details .item-ean-gtin {
  color: #ababab;
}

.cart.table-wrapper .item .col.item .product-item-details .item-delivery {
  margin: 0 0 -1px;
  padding: 12px 0 0;
}

.cart.table-wrapper .item .col.item .product-item-details .item-delivery .marked {
  font-weight: bold;
  color: #7ed321;
}

.cart.table-wrapper thead + tbody {
  border: 0 !important;
}

.cart.table-wrapper thead + tbody.item .col {
  padding-top: 0;
  border-top: 31px solid #fff;
}

.cart.table-wrapper thead + tbody.item .col.item {
  padding-top: 0;
  border-top: 31px solid #fff;
}

.cart.table-wrapper .product-item-photo {
  padding-right: 24px;
}

.cart.table-wrapper .product-item-photo .product-image-container {
  width: 81px !important;
  display: inline-block;
  vertical-align: top;
}

.cart.table-wrapper .product-item-name {
  display: block;
  margin: 0 0 -3px;
  font-size: 14px;
  line-height: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 330px;
}

.cart.table-wrapper .price-excluding-tax {
  color: #0a364d;
}

.cart.table-wrapper .col.price .price-excluding-tax .price {
  font-weight: normal;
}

.cart.table-wrapper .price-including-tax {
  color: #a1a1a1;
  font-size: 11px;
  line-height: 16px;
  /*text-align: center;*/
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart.table-wrapper .price-including-tax .price {
  font-weight: 300;
}

.cart.table-wrapper .map-old-price {
  float: none;
  /*display: block;*/
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 16px;
  display: none;
}

.cart.table-wrapper .map-old-price .price-msrp_price {
  display: inline;
}

.cart.table-wrapper .map-old-price .price-msrp_price .price-including-tax {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

@media only screen and (max-width: 449px) {
  .cart.table-wrapper .items.table td.qty .control,
  .cart.table-wrapper .items.table th.qty .control {
    padding: 0;
  }
}

@media only screen and (max-width: 449px) {
  .cart.table-wrapper .items.table td.qty .input-text,
  .cart.table-wrapper .items.table th.qty .input-text {
    float: none;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 449px) {
  .cart.table-wrapper .items.table td.qty .btn-list,
  .cart.table-wrapper .items.table th.qty .btn-list {
    /*padding: 5px 0 0 0;*/
  }
}

@media only screen and (max-width: 1090px) {
  .cart.table-wrapper .items.table th.subtotal, .cart.table-wrapper .items.table th.qty, .cart.table-wrapper .items.table th.shipping, .cart.table-wrapper .items.table th.price {
    display: none;
  }
}

@media only screen and (max-width: 1090px) {
  .cart.table-wrapper .items.table td.subtotal, .cart.table-wrapper .items.table td.qty, .cart.table-wrapper .items.table td.price {
    display: block;
    width: 33.333333%;
    float: left;
    text-align: center;
    overflow: visible;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cart.table-wrapper .items.table td.subtotal::before, .cart.table-wrapper .items.table td.qty::before, .cart.table-wrapper .items.table td.price::before {
    content: attr(data-th);
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    padding-bottom: 5px;
    /*word-break: break-all;*/
    white-space: normal;
  }
  .cart.table-wrapper .items.table td.qty::after {
    display: none;
  }
  .cart.table-wrapper .items.table .shipping {
    background: #fff;
    width: 100%;
    float: left;
  }
  .cart.table-wrapper .items.table .shipping:after {
    display: none;
  }
}

@media only screen and (max-width: 449px) {
  .cart.table-wrapper .items.table td.subtotal::before, .cart.table-wrapper .items.table td.qty::before, .cart.table-wrapper .items.table td.price::before {
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media only screen and (max-width: 1090px) {
  .cart.table-wrapper .item .col.item {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 1090px) {
  .cart.table-wrapper .item .col.item .product-item-details {
    display: block;
    overflow: hidden;
    width: auto;
  }
  .cart.table-wrapper .item .col.item .product-item-details::after {
    display: none;
  }
}

@media only screen and (max-width: 1090px) {
  .cart.table-wrapper thead + tbody.item .col.item {
    max-width: 100%;
    text-align: center;
  }
  .cart.table-wrapper .product-item-name {
    max-width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  .cart.table-wrapper .product-item-photo {
    position: static;
    display: block;
    width: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .cart.table-wrapper .items.table.no-price td.qty {
    width: 100%;
  }
}

@media only screen and (max-width: 449px) {
  .cart.table-wrapper .price-excluding-tax {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    float: right;
    word-break: break-all !important;
    white-space: normal;
  }
}

@media only screen and (max-width: 1090px) {
  .cart.table-wrapper table,
  .cart.table-wrapper tr,
  .cart.table-wrapper th,
  .cart.table-wrapper td,
  .cart.table-wrapper thead,
  .cart.table-wrapper tbody {
    display: block;
  }
}

/* Cart End */
/* Fooetr */
.page-footer {
  background: #eee;
}

.page-footer .footer.content {
  margin-top: 0;
  padding-top: 53px;
  padding-bottom: 51px;
}

.page-footer .footer.content h3 {
  font-family: inherit;
  font-weight: 500;
  margin: 0 0 23px;
}

.page-footer .footer.content .footer-menu-wrapper {
  font-size: 12px;
  line-height: 19px;
}

.page-footer .footer.content .footer-menu-wrapper ul {
  font-weight: 300;
}

.page-footer .footer.content .footer-menu-wrapper ul li {
  margin: 0 0 1px !important;
}

.page-footer .footer.content .footer-menu-wrapper ul li a {
  font-family: inherit;
}

.page-footer .footer.content .footer-menu-wrapper p {
  font-family: inherit;
  font-weight: 300;
  margin: 0 0 18px;
}

.page-footer .footer .footer-logo-wrapper {
  padding: 0 0 69px;
  overflow: hidden;
}

.page-footer .footer .footer-logo-wrapper .logo {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

.page-footer .footer .footer-logo-wrapper .logo .main-logo {
  display: block !important;
}

.page-footer .footer .footer-logo-wrapper .logo .logo-sticky {
  display: none;
}

.page-footer .footer.content .footer-services-wrapper {
  margin-top: 53px;
  margin-bottom: 0;
  padding-top: 45px;
  border-top: 1px solid #c4c4c4;
}

.page-footer .footer.content .footer-services-wrapper > div {
  padding-bottom: 20px;
}

.page-footer .footer.content .footer-services-wrapper > div img {
  display: inline-block;
  vertical-align: top;
}

.page-footer .footer.content .footer-services-wrapper h3 {
  margin: 0 0 16px;
}

.page-footer .footer.content .footer-services-wrapper ul li {
  width: auto;
  max-width: 25%;
  padding: 0 29px;
}

.page-footer .footer.content .footer-services-wrapper ul li:first-child {
  padding-left: 27px;
}

.page-footer .footer.content .footer-services-wrapper ul li:last-child {
  padding-right: 27px;
}

.page-footer .footer.content .footer-services-wrapper ul li [alt="logo-7"] {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .page-footer .footer.content .footer-services-wrapper > div {
    width: 100%;
  }
}

.copyright-container {
  background: #ebebeb;
}

.copyright-container .copyright-wrapper .shop-mode,
.copyright-container .copyright-wrapper .copyright {
  max-width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .copyright-container .copyright-wrapper .shop-mode,
  .copyright-container .copyright-wrapper .copyright {
    width: 100%;
    max-width: none;
    text-align: center;
    margin: 0;
  }
}

/* Fooetr End */
/* Popup */
.modal-popup .modal-header {
  padding: 33px 25px 25px 27px;
}

.modal-popup .action-close {
  right: 22px;
  top: 29px;
  width: 13px;
  height: 13px;
}

.modal-popup .action-close::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 10px;
  width: 2px;
  height: 13px;
  background: #0a364d;
  -webkit-transition: background .3s;
  transition: background .3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-popup .action-close::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 10px;
  width: 2px;
  height: 13px;
  background: #0a364d;
  -webkit-transition: background .3s;
  transition: background .3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-popup .action-close:hover::after, .modal-popup .action-close:hover::before {
  background: #f49c00;
}

.modal-popup .modal-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding: 2px 40px 24px 57px;
  position: relative;
  color: #0a364d;
  border-color: #dce3e6;
}

.modal-popup .modal-title::after {
  content: "";
  position: absolute;
  left: 4px;
  top: -2px;
  width: 27px;
  height: 14px;
  border: solid #7ed321;
  border-width: 0 0 7px 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-popup .modal-content {
  padding: 0 30px 30px 34px;
}

.modal-popup .product-item {
  padding: 0 0 14px;
}

.modal-popup .product-item .product {
  overflow: hidden;
  padding: 0 0 20px;
}

.modal-popup .product-item .product .product-item-photo {
  float: left;
  margin: 0 25px 0 0;
}

.modal-popup .product-item .product .price-container {
  float: right;
}

.modal-popup .product-item .product .price-container .price-including-tax,
.modal-popup .product-item .product .price-container .price-excluding-tax {
  font-size: 24px;
  line-height: 32px;
  color: #82cde3;
  margin: 1px 0 0;
  padding: 0 0 11px;
  position: relative;
}

.modal-popup .product-item .product .price-container .price-including-tax .price,
.modal-popup .product-item .product .price-container .price-excluding-tax .price {
  font-size: inherit;
}

.modal-popup .product-item .product .price-container .price-including-tax::before,
.modal-popup .product-item .product .price-container .price-excluding-tax::before {
  content: attr(data-label) ". ";
  position: absolute;
  left: 0;
  bottom: 0;
  color: #a1a1a1;
  font-size: 11px;
  line-height: 13px;
  white-space: nowrap;
  min-width: 100%;
}

.modal-popup .product-item .product .product-item-details {
  overflow: hidden;
  padding: 10px 20px 0 0;
}

.modal-popup .product-item .product .product-item-details .product-item-name {
  display: block;
  margin: 0 0 3px;
}

.modal-popup .product-item .product .product-item-details .product-item-name a {
  color: #0a364d;
}

.modal-popup .product-item .product .product-item-details .product-item-qty {
  display: block;
  font-size: 10px;
  line-height: 15px;
  color: #c1c1c1;
}

.modal-popup .success-popup-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 576px;
  margin: 0 auto;
}

.modal-popup .success-popup-actions .actions {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 4px 8px;
  min-width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-popup .success-popup-actions .actions .action.primary {
  display: block;
   border-radius: 50px;
  text-align: center;
  border-radius: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px 15px 9px;
}

.modal-popup .success-popup-actions .actions .action.primary.white {
  background: #0a364d;
  color: #fff;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.modal-popup .success-popup-actions .actions .action.primary.white:hover {
  background: #3c683c;
  color: #fff;
}

/* Popup End */
.price-including-tax .cart-tax-total .price-main {
  font-size: 24px;
  line-height: 30px;
  color: #0a364d;
  margin: 11px 0 -8px;
  font-weight: 700;
}

.cart.table-wrapper .price-including-tax .cart-price .price-main .price {
  font-size: 24px;
  line-height: 30px;
  color: #0a364d;
  margin: 11px 0 -8px;
  /*font-weight: 700;*/
}

.cart.table-wrapper .price-excluding-tax .price {
  font-weight: normal;
  white-space: nowrap;
}

.cart.table-wrapper .price-excluding-tax .cart-price .price-main .price {
  font-size: 24px;
  line-height: 30px;
  color: #0a364d;
  margin: 11px 0 -8px;
  font-weight: 700;
}

button.disabled {
  opacity: 0.4 !important;
}

@media screen and (max-width: 1366px) {
  .level0.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    max-height: none !important;
  }
}

#shop-mode {
  float: left;
}

.customer-account-create .page-title-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: -80px;
}

[data-price-amount] .price {
  position: relative;
}

.price_loader {
  height: 2px;
  width: 100%;
  position: absolute;
  overflow: hidden;
  margin-top: -5px;
  background-color: transparent;
}

.price_loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -50px;
  width: 50px;
  height: 2px;
  background-color: #82cde3;
  -webkit-animation: priceloading 1s linear infinite;
          animation: priceloading 1s linear infinite;
}

@-webkit-keyframes priceloading {
  from {
    left: -50px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}

@keyframes priceloading {
  from {
    left: -50px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}

.catalog-product-view .fotorama__caption {
  display: none !important;
}

.box-tocart div.mage-error {
  position: absolute;
  font-size: 11px !important;
  margin-top: -19px !important;
}

.product-item .price-box .price {
  float: left;
  width: 100%;
  white-space: normal;
  line-height: 30px;
}

.top-form .file-block {
  position: relative;
}

.file-block .upload-error {
  position: absolute;
  width: calc(100% - 15px);
  z-index: 10;
  background: #f55e5e;
  color: #fff;
  padding: 10px 10px;
  border-radius: 10px 10px 0px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  margin-left: 15px;
}

.ui-icon-carat-1-e {
  display: none !important;
}

.item-sku,
.products-grid .product-item-details .item-sku {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.page-products .products .product-item-name,
.cms-home .products .product-item-name {
  min-height: 37px;
}

.products-bestsell_products .product-item-info .product-item-details .price-box .price {
  margin: 7px 0px;
}

.btn-inquiry {
  display: block;
  width: 100%;
  margin: 5px auto;
  padding: 10px;
  background: #ddd;
  color: black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-inquiry .inq-contents {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.btn-inquiry .inq-contents:after {
  content: '.';
  clear: both;
  visibility: hidden;
}

.btn-inquiry .inq-contents img,
.btn-inquiry .inq-contents p {
  display: block;
  float: left;
}

.btn-inquiry .inq-contents p {
  margin-left: 10px;
  color: #0d374c;
  font-weight: 550;
}

.product-item-inner .btn-inquiry {
  width: 166px;
  padding: 7px 15px;
}

.cms-home .products .delivery-time {
  min-height: 25px;
  display: inline-block;
}

.product-item .product-reviews-summary .reviews-actions {
  float: left;
  width: 100%;
  text-align: center;
  line-height: normal;
  margin-top: 0px;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 300;
}

.product-item .product-reviews-summary .rating-summary {
  margin: 0px auto;
  display: inline-block;
}

.product-item .product-reviews-summary {
  text-align: center;
  margin-top: 5px;
  float: left;
  width: 100%;
  min-height: 38px;
}

.cms-home .product-listing .products-grid .product-item {
  margin-bottom: 40px;
}

.cms-home .product-listing .products-grid .product-item .price-box .price {
  font-weight: 500;
  letter-spacing: 1px;
}

.product-item .product-reviews-summary .reviews-actions {
  text-transform: unset;
}

.cms-home .header-sticky-wrapper.sticky .navigation-wrapper {
  display: block !important;
}

body .loading-mask .loader {
  position: absolute;
  width: 100%;
  height: 100%;
}


.loading-mask {
    left: unset !important;
    right: !important;
}

body .loading-mask .loader img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  bottom: unset;
  right: unset;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
}

.minicart-wrapper .action.showcart .counter.qty .loading-mask {
  display: none;
}

.minicart-wrapper[icontype="99"] .action.showcart .counter.qty {
  width: 30px;
  left: 27px;
}

@media screen and (max-width: 767px) {
  .minicart-wrapper[icontype="99"] .action.showcart .counter.qty {
    left: 2px !important;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0.5;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0.5;
  }
}

body.ajax-loading .logo {
  -webkit-animation: fadeIn 1s infinite alternate;
          animation: fadeIn 1s infinite alternate;
}

body.customer-account-create .fieldset.taxvat .field label {
  display: none;
}

body.customer-account-create .fieldset.taxvat .field .control {
  width: 100%;
}

.logged-in {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  background: #e5efe5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  padding-right: 70px;
}

.logged-in:after {
  width: 500%;
  height: 100%;
  position: absolute;
  content: '';
  background: #e5efe5;
  left: -100%;
  top: 0;
  z-index: -1;
}

.logged-in .close {
  position: absolute;
  right: 20px;
  padding: 10px;
  background: url("../images/icon-close-green.svg") no-repeat center center;
  background-size: contain;
  width: 15px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.logged-in .message {
  color: #006400;
  font-size: 1.3em;
  line-height: 1.2em;
}

#pickup-modal-button,
.open-pickup-modal-btn,
.open-pickup-modal-btn:focus,
.open-pickup-modal-btn:active {
  margin-top: 5px;
  width: 100%;
  background: #7ed322 url("../images/pickup-light.svg") no-repeat 10px 8px;
  line-height: 37px;
  height: 37px;
  padding-left: 27px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  background-size: 21px auto !important;
  border: none;
  border-radius: 0;
}

#pickup-modal-button:hover,
.open-pickup-modal-btn:hover,
.open-pickup-modal-btn:focus:hover,
.open-pickup-modal-btn:active:hover {
  background-color: #64af14;
  background: #64af14 url("../images/pickup-light.svg") no-repeat 10px 8px;
}

#pickup-modal-button span,
.open-pickup-modal-btn span,
.open-pickup-modal-btn:focus span,
.open-pickup-modal-btn:active span {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 39px;
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.pickup-popup {
  z-index: 999;
}

.pickup-popup header.modal-header {
  padding: 0;
}

.pickup-popup header.modal-header h1 {
  padding: 25px 35px;
  border: none;
}

.pickup-popup header.modal-header h1::after {
  display: none;
}

.pickup-popup footer.modal-footer {
  padding-top: 0;
  padding-bottom: 20px;
  padding-right: 35px;
  border: none !important;
}

@media screen and (max-width: 767px) {
  .pickup-popup footer.modal-footer {
    padding-top: 2rem;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .pickup-popup footer.modal-footer {
    padding-top: 2rem;
  }
}

.pickup-popup footer.modal-footer button.pickup-modal-button {
  background: #F5A623 url("../images/pickup-light.svg") no-repeat 10px 8px;
  line-height: 40px;
  height: 40px;
  padding-left: 44px;
  padding-top: 0;
  padding-bottom: 0;
  background-size: 20px auto;
  text-transform: uppercase;
  font-size: 13px;
  border: none;
  border-radius: 0;
  padding-right: 25px;
  color: #fff;
  float: right;
}

.pickup-popup footer.modal-footer button.pickup-modal-button:hover {
  background-color: #c9871d;
}

.pickup-popup .pickup-wrap {
  height: 100%;
}

.pickup-popup .pickup-wrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pickup-popup .modal-inner-wrap {
  height: 85vh;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .pickup-popup .modal-inner-wrap {
    overflow: auto;
    background: #fff !important;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .pickup-popup .modal-inner-wrap {
    margin: 0;
    width: 95%;
    margin-left: 5%;
    height: 100vh;
    overflow: auto;
  }
}

.pickup-popup .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  height: 100%;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .pickup-popup .modal-content {
    display: block;
    height: auto;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .pickup-popup .modal-content {
    display: block;
    height: auto;
  }
}

.pickup-popup .modal-content #modal-content, .pickup-popup .modal-content #pickup-modal-content {
  height: 100%;
  width: 100%;
}

.pickup-popup .pickup-side {
  width: 35%;
  height: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .pickup-popup .pickup-side {
    height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .pickup-popup .pickup-side {
    width: 100%;
    height: 50vh;
  }
}

.pickup-popup .pickup-side > ul {
  list-style: none;
  margin: 0;
  overflow-y: auto;
  height: 100%;
  padding: 10px 0 !important;
  background-color: #f6f6f6;
  -webkit-box-flex: 9;
          flex: 9;
  -ms-flex: 9;
}

.pickup-popup .pickup-side > ul li {
  margin: 0 !important;
  background: url("../images/location-dark.svg") no-repeat 15px 24px;
  background-size: 15px 15px;
  padding: 20px 20px 20px 40px;
  position: relative;
}

.pickup-popup .pickup-side > ul li:hover, .pickup-popup .pickup-side > ul li.selected {
  background-color: rgba(130, 205, 227, 0.6);
  border-bottom-color: rgba(130, 205, 227, 0.6);
  cursor: pointer;
}

.pickup-popup .pickup-side > ul li:hover address,
.pickup-popup .pickup-side > ul li:hover .country-state,
.pickup-popup .pickup-side > ul li:hover .company, .pickup-popup .pickup-side > ul li.selected address,
.pickup-popup .pickup-side > ul li.selected .country-state,
.pickup-popup .pickup-side > ul li.selected .company {
  color: #000;
}

.pickup-popup .pickup-side > ul li:hover .distance, .pickup-popup .pickup-side > ul li.selected .distance {
  background-color: #fff;
}

.pickup-popup .pickup-side > ul li address {
  font-size: 12px;
  color: #777;
}

.pickup-popup .pickup-side > ul li address .street {
  display: block;
}

.pickup-popup .pickup-side > ul li .distance {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11px;
  color: #777;
  border-radius: 0 0 0 8px;
  padding: 2px 5px;
  background-color: #e8e8e8;
}

.pickup-popup .pickup-side > ul li .country-state {
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
  font-weight: 300;
}

.pickup-popup .pickup-side .zip-code-search {
  height: 50px;
}

.pickup-popup .pickup-side .zip-code-search input[type="text"] {
  border: 1px solid #ddd;
  padding: 10px 15px;
}

.pickup-popup .pickup-main {
  float: left;
  width: 65%;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .pickup-popup .pickup-main {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.pickup-popup .pickup-main .distributor > h2 {
  margin-top: 5px;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .pickup-popup .pickup-main .distributor > h2 {
    margin-top: 2rem;
  }
}

.pickup-popup .pickup-main .distributor .location-info {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  background: #f8f8f8;
  padding: 15px;
}

.pickup-popup .pickup-main .distributor .location-info .address,
.pickup-popup .pickup-main .distributor .location-info .work-hours {
  float: left;
  width: 50%;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .pickup-popup .pickup-main .distributor .location-info .address,
  .pickup-popup .pickup-main .distributor .location-info .work-hours {
    width: 100%;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1100px) {
  .pickup-popup .pickup-main .distributor .location-info .address,
  .pickup-popup .pickup-main .distributor .location-info .work-hours {
    font-size: 11px;
  }
}

.pickup-popup .pickup-main .distributor .location-info .address h3,
.pickup-popup .pickup-main .distributor .location-info .work-hours h3 {
  margin-top: 0;
  color: #999;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 5px;
}

.pickup-popup .pickup-main .distributor .location-info .work-hours-dropdown {
  position: relative;
}

.pickup-popup .pickup-main .distributor .location-info .work-hours-dropdown button.action {
  background: #fff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #f29105;
  margin-top: 8px;
  border: 1px solid #f29105;
  border-radius: 0;
}

.pickup-popup .pickup-main .distributor .location-info .work-hours-dropdown.active ul {
  display: block;
  position: absolute;
  background: #fff;
  list-style: none;
  padding: 15px;
  width: 250px;
  left: 0;
  -webkit-box-shadow: 0px 3px 3px #888;
          box-shadow: 0px 3px 3px #888;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .pickup-popup .pickup-main .distributor .location-info .work-hours-dropdown.active ul {
    width: 230px;
  }
}

.pickup-popup .pickup-main .distributor .location-info .work-hours-dropdown.active ul li {
  overflow: hidden;
  margin-bottom: .5rem;
}

.pickup-popup .pickup-main .distributor .location-info .work-hours-dropdown.active ul li span.day {
  float: left;
  width: 40%;
}

.pickup-popup .pickup-main .distributor .location-info .work-hours-dropdown.active ul li span.hours {
  float: left;
  width: 60%;
  text-transform: uppercase;
  color: #777;
}

.pickup-popup .pickup-main .distributor .location-info .work-hours-dropdown.active ul li.today span.day {
  color: #f29105;
}

@media screen and (max-width: 768px) {
  .pickup-popup .pickup-main .distributor .location-info .work-hours-dropdown.active ul li {
    font-size: 11px;
  }
}

.pickup-popup .pickup-main .distributor .location-info .work-hours-dropdown ul {
  display: none;
}

.pickup-popup .pickup-main .distributor .location-info .street {
  display: block;
}

.pickup-popup .pickup-main .distributor .product-info {
  clear: both;
  padding: 0;
  overflow: hidden;
}

.pickup-popup .pickup-main .distributor .product-info .pickup-product .image {
  float: left;
  width: 30%;
  max-width: 45%;
}

@media screen and (max-width: 420px) {
  .pickup-popup .pickup-main .distributor .product-info .pickup-product .image {
    width: 100%;
    max-width: 100%;
  }
}

.pickup-popup .pickup-main .distributor .product-info .pickup-product .details {
  float: left;
  width: 70%;
  padding: 0 15px;
}

@media screen and (max-width: 420px) {
  .pickup-popup .pickup-main .distributor .product-info .pickup-product .details {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.pickup-popup .pickup-main .distributor .product-info .pickup-product .name {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.pickup-popup .pickup-main .distributor .product-info .pickup-product .name a,
.pickup-popup .pickup-main .distributor .product-info .pickup-product .name a:visited {
  font-size: 14px;
  color: #0A364D;
  background: none;
}

.pickup-popup .pickup-main .distributor .product-info .pickup-product .name a:hover,
.pickup-popup .pickup-main .distributor .product-info .pickup-product .name a:visited:hover {
  text-decoration: none;
}

.pickup-popup .pickup-main .distributor .product-info .pickup-product .main-price-wrapper .package.box {
  display: none;
}

.pickup-popup .pickup-main .distributor .product-info .pickup-product .main-price-wrapper .price-box {
  margin-top: 10px;
}

.pickup-popup .pickup-main .distributor .product-info .pickup-product .main-price-wrapper .price-box .price-container .price {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #82CDE3;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.pickup-popup .pickup-main .distributor .product-info .pickup-product .main-price-wrapper .price-box .price-label-custom {
  color: #888;
  text-transform: uppercase;
}

.pickup-popup .pickup-main .distributor .product-info .pickup-product .product-availability {
  color: #7ED321;
  line-height: 1.8;
  margin-bottom: 5px;
}

.pickup-popup .pickup-main .distributor .product-info .pickup-product .shipping-cost {
  line-height: 1.8;
}

.pickup-popup .pickup-main .distributor .product-info .pickup-product .package,
.pickup-popup .pickup-main .distributor .product-info .pickup-product .delivery {
  width: 200px;
  float: none;
  max-width: 100%;
}

.pickup-popup .add-to-cart-qty {
  float: right;
  width: auto;
  position: relative;
  margin-left: 10px;
}

.pickup-popup .add-to-cart-qty button.tocart {
  width: 192px;
  background-size: auto 22px !important;
  background-repeat: no-repeat !important;
  background-position: right center;
  padding: 10px 21px;
  background-origin: content-box;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: unset;
  height: 40px;
  text-align: left;
  border-radius: 0px;
}

@media screen and (max-width: 768px) {
  .pickup-popup .add-to-cart-qty button.tocart {
    font-size: 9px;
    text-align: left;
    padding-left: 10px;
  }
}

.pickup-popup .add-to-cart-qty button.tocart.tocart {
  background-image: url("../images/add-to-cart.svg");
  background-color: #F5A623;
  color: #fff;
}

.pickup-popup .add-to-cart-qty button.tocart:hover {
  text-decoration: none;
}

.pickup-popup .add-to-cart-qty .left-side {
  border: 1px solid #F5A623;
  display: block;
  float: left;
  width: 120px;
  position: relative;
  height: 38px;
}

.pickup-popup .add-to-cart-qty .left-side input {
  position: absolute;
  border: 0px;
  font-size: 14px;
  color: #F5A623;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  padding: 0px;
  width: 40px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  z-index: 5;
  background: transparent;
}

.pickup-popup .add-to-cart-qty .left-side input:hover, .pickup-popup .add-to-cart-qty .left-side input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.pickup-popup .add-to-cart-qty .left-side .dec,
.pickup-popup .add-to-cart-qty .left-side .inc {
  position: absolute;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid #F5A623;
  background-size: 14px !important;
  background-image: url("../images/qty-dec.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: transparent;
  font-size: 0px;
  z-index: 10;
}

.pickup-popup .add-to-cart-qty .left-side .dec:active,
.pickup-popup .add-to-cart-qty .left-side .inc:active {
  background-color: #F5A623;
  background-image: url("../images/qty-dec-hover.svg");
}

.pickup-popup .add-to-cart-qty .left-side .inc {
  right: 10px;
  left: inherit;
  background-image: url("../images/qty-inc.svg");
}

.pickup-popup .add-to-cart-qty .left-side .inc:active {
  background-image: url("../images/qty-inc-hover.svg");
}

article, aside, details, figcaption, figure, main, footer, header, nav, section, summary {
    display: flow-root;
}
/*search form css from wymoind*/
body.ma-no-result div.ma-search-autocomplete-no-result {
  display: block !important;
}

.header-sticky-wrapper.is-stuck .header div.ma-search-autocomplete-no-result {
  display: none !important;
}

header .block.block-search {
  z-index: 1;
  position: relative;
}

@media (max-width: 450px) {
  header .block.block-search {
    float: left;
    position: absolute;
    right: 20px;
    left: inherit;
    margin: 0;
    width: calc(100% - 110px) !important;
    top: 18px;
  }
}

header .block.block-search div.ma-search-autocomplete-no-result {
  display: none;
  margin-top: -1px;
  z-index: 999;
  padding: 5px;
  position: absolute;
  font-size: 13px;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #0a364d;
  border-top: none;
  text-align: center;
  color: #999;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .block.block-search form.minisearch .field.search label.label {
  display: none;
}

header .block.block-search form.minisearch .field.search .control {
  width: 100%;
  display: inline-block !important;
  border-top: 0px;
}

@media (max-width: 450px) {
  header .block.block-search form.minisearch .field.search .control {
    min-height: 35px;
  }
}

header .block.block-search form.minisearch .field.search .control input {
  padding: 11px 65px 9px 23px;
  font-family: inherit;
  font-size: 16px;
  color: #000;
  height: 50px;
  text-align: center;
  font-weight: 300;
  line-height: 14px;
  background-color: #fff;
  position: static;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: -300%;
  background-clip: padding-box;
  margin-top: 2px;
  border-radius: 50px;
  border: 2px solid #536883;
}
}

@media (max-width: 450px) {
  header .block.block-search form.minisearch .field.search .control input {
    height: 35px;
    padding: 5px 10px;
    text-align: left;
    font-size: 14px;
    padding-right: 40px;
    margin: 0px;
  }
}

header .block.block-search form.minisearch .field.search .control input:focus, header .block.block-search form.minisearch .field.search .control input:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #f49c00;
}

header .block.block-search form.minisearch .field.search .control input::-ms-clear {
  display: none;
}

header .block.block-search form.minisearch .action.search {
  bottom: auto;
  top: 7px;
  right: 4px;
  height: 40px;
  width: 40px;
  background: #536983;
  cursor: pointer;
  position: absolute;
  opacity: 1;
  display: block !important;
  border: 0px;
  border-radius: 30px
}

@media (max-width: 450px) {
  header .block.block-search form.minisearch .action.search {
    height: 26px;
    width: 33px;
  }
}

header .block.block-search form.minisearch .action.search span {
  display: none;
}

header .block.block-search form.minisearch .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  content: '\e615';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  position: absolute;
  display: inline-block;
  margin: 0px;
  top: 50%;
  color: #fff;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/*search popup css from wyomind*/
header.page-header {
  z-index: 99;
}

.cms-home .header-sticky-wrapper:not(.is-stuck) {
  z-index: 5;
}

header .block.block-search .action.search {
  pointer-events: all !important;
}

@media screen and (max-width: 767px) {
  header .block.block-search {
    z-index: 999;
  }
}

header .block.block-search .field.search .control {
  position: relative;
}

header .block.block-search .field.search #search_autocomplete {
  left: 50% !important;
  width: 200% !important;
  top: 54px !important;
  background: #fff;
  border: 1px solid #0a364d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 500px !important;
  overflow: auto;
  position: absolute !important;
  display: none !important;
  padding-top: 15px;
  max-width: 960px !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 960px) {
  header .block.block-search .field.search #search_autocomplete {
    width: 100% !important;
    left: 0% !important;
    -webkit-transform: unset !important;
            transform: unset !important;
  }
}

@media screen and (max-width: 767px) {
  header .block.block-search .field.search #search_autocomplete {
    min-height: 400px !important;
    top: 34px !important;
    left: 0% !important;
    width: 100% !important;
  }
  header .block.block-search .field.search #search_autocomplete .left-side {
    display: none !important;
  }
}

header .block.block-search .field.search #search_autocomplete .left-side {
  float: left;
  width: 30%;
}

header .block.block-search .field.search #search_autocomplete .left-side .all-search-results {
  float: left;
  width: calc(100% - 40px);
  margin-bottom: 10px;
  background: #f49c01;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 4px 0px;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 20px;
  -webkit-transition: ease all 160ms;
  transition: ease all 160ms;
}

header .block.block-search .field.search #search_autocomplete .left-side .all-search-results:hover {
  text-decoration: none;
  opacity: .77;
}

header .block.block-search .field.search #search_autocomplete .left-side .ma-filter-item {
  display: none;
}

header .block.block-search .field.search #search_autocomplete .left-side .filter-categories {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  float: left;
  width: 100%;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .block.block-search .field.search #search_autocomplete .left-side .filter-categories .ma-filter-title {
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #063e57;
  letter-spacing: 1px;
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eee;
}

header .block.block-search .field.search #search_autocomplete .left-side .filter-categories .ma-filter-content {
  float: left;
  width: 100%;
  overflow: hidden;
}

header .block.block-search .field.search #search_autocomplete .left-side .filter-categories .ma-filter-content ul > li {
  margin-bottom: 4px;
}

header .block.block-search .field.search #search_autocomplete .left-side .filter-categories .ma-filter-content #ma-product-category-filter {
  padding: 0px;
  margin: 0px;
}

header .block.block-search .field.search #search_autocomplete .left-side .filter-categories .ma-filter-content #ma-product-category-filter > li {
  border-bottom: 1px solid #eee;
  padding-bottom: 4px;
}

header .block.block-search .field.search #search_autocomplete .left-side .filter-categories .ma-filter-content #ma-product-category-filter li {
  list-style: none;
  float: left;
  width: 100%;
}

header .block.block-search .field.search #search_autocomplete .left-side .filter-categories .ma-filter-content #ma-product-category-filter li > ul li {
  position: relative;
}

header .block.block-search .field.search #search_autocomplete .left-side .filter-categories .ma-filter-content #ma-product-category-filter li > ul li:before {
  content: '';
  position: absolute;
  left: -101%;
  background: #ffd3c5;
  width: 100%;
  height: 2px;
  top: 9px;
}

header .block.block-search .field.search #search_autocomplete .left-side .filter-categories .ma-filter-content #ma-product-category-filter li a {
  display: inline-block !important;
}

header .block.block-search .field.search #search_autocomplete .left-side .filter-categories .ma-filter-content #ma-product-category-filter li a:hover {
  text-decoration: none !important;
}

header .block.block-search .field.search #search_autocomplete .left-side .filter-categories .ma-filter-content #ma-product-category-filter li .count {
  margin-left: 10px;
  background: #eee;
  color: #777;
  padding: 1px 5px;
  font-size: 11px;
}

header .block.block-search .field.search #search_autocomplete .left-side .filter-categories .ma-filter-content #ma-product-category-filter li ul {
  margin: 0px;
  padding: 0px;
  margin-left: 10px;
}

header .block.block-search .field.search #search_autocomplete .ma-main {
  float: right;
  width: 70%;
}

@media screen and (max-width: 767px) {
  header .block.block-search .field.search #search_autocomplete .ma-main {
    width: 100%;
  }
}

header .block.block-search .field.search #search_autocomplete .ma-main ul.ma-grid {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 600px) {
  header .block.block-search .field.search #search_autocomplete .ma-main ul.ma-grid {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

header .block.block-search .field.search #search_autocomplete .ma-main ul.ma-grid li.item.ea {
  display: none;
}

header .block.block-search .field.search #search_autocomplete .ma-main ul.ma-grid li.no-more {
  display: none !important;
}

header .block.block-search .field.search #search_autocomplete .ma-main ul.ma-grid li.item {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  border: 0px;
  min-height: auto;
  min-width: auto;
  text-align: left;
  height: 100%;
}

header .block.block-search .field.search #search_autocomplete .ma-main ul.ma-grid li.item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .block.block-search .field.search #search_autocomplete .ma-main ul.ma-grid a.search-product-item {
  float: left;
  width: 100%;
  padding: 7px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  -webkit-transition: all ease 170ms;
  transition: all ease 170ms;
  height: 100%;
}

header .block.block-search .field.search #search_autocomplete .ma-main ul.ma-grid a.search-product-item:hover {
  background: #f6f6f6;
}

header .block.block-search .field.search #search_autocomplete .ma-main ul.ma-grid a.search-product-item * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: normal;
}

header .block.block-search .field.search #search_autocomplete .ma-main ul.ma-grid a.search-product-item:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
}

header .block.block-search .field.search #search_autocomplete .ma-main ul.ma-grid a.search-product-item .left {
  float: left;
  width: 40px;
}

header .block.block-search .field.search #search_autocomplete .ma-main ul.ma-grid a.search-product-item .left .image {
  width: 40px;
  height: 40px;
  float: left;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 4px;
  background-origin: content-box;
}

header .block.block-search .field.search #search_autocomplete .ma-main ul.ma-grid a.search-product-item .right {
  float: right;
  width: calc(100% - 50px);
  overflow: hidden;
}

header .block.block-search .field.search #search_autocomplete .ma-main ul.ma-grid a.search-product-item .right .name {
  float: left;
  width: 100%;
  font-size: 15px;
  color: #0a364d;
}

header .block.block-search .field.search #search_autocomplete .ma-main ul.ma-grid a.search-product-item .right .name .highlight {
  background: #fff7ae;
  padding: 0px 2px;
}

@media screen and (max-width: 767px) {
  header .block.block-search .field.search #search_autocomplete .ma-main ul.ma-grid a.search-product-item .right .name {
    font-size: 11px;
  }
}

header .block.block-search .field.search #search_autocomplete .ma-main ul.ma-grid a.search-product-item .right .price-wrapper {
  float: left;
  width: 100%;
  color: #f5a600;
  height: 22px;
}

@media screen and (max-width: 767px) {
  header .block.block-search .field.search #search_autocomplete .ma-main ul.ma-grid a.search-product-item .right .price-wrapper {
    font-size: 11px;
  }
}

header .block.block-search .field.search #search_autocomplete .ma-main ul.ma-grid a.search-product-item .right .price-wrapper .old-price,
header .block.block-search .field.search #search_autocomplete .ma-main ul.ma-grid a.search-product-item .right .price-wrapper .special-price,
header .block.block-search .field.search #search_autocomplete .ma-main ul.ma-grid a.search-product-item .right .price-wrapper .regular-price {
  float: left;
  margin-right: 5px;
}

header .block.block-search .field.search #search_autocomplete .ma-main ul.ma-grid a.search-product-item .right .price-wrapper .old-price {
  color: #666;
}

header .block.block-search .field.search .loader {
  position: absolute;
  right: 73px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -4px;
  opacity: 0;
  -webkit-transition: all ease 163ms;
  transition: all ease 163ms;
}

@media screen and (max-width: 767px) {
  header .block.block-search .field.search .loader {
    right: 60px;
    margin-top: -5px;
  }
}

header .block.block-search .field.search .loader span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  -webkit-animation: 3s infinite linear;
          animation: 3s infinite linear;
}

header .block.block-search .field.search input.in-progress + .loader {
  opacity: 1;
}

header .block.block-search .field.search .loader span:nth-child(1) {
  background: #f5a600;
  -webkit-animation: kiri 0.8s infinite linear;
          animation: kiri 0.8s infinite linear;
}

header .block.block-search .field.search .loader span:nth-child(2) {
  background: #8dd3e7;
  z-index: 100;
}

header .block.block-search .field.search .loader span:nth-child(3) {
  background: #063e57;
  -webkit-animation: kanan 0.8s infinite linear;
          animation: kanan 0.8s infinite linear;
}

@-webkit-keyframes kanan {
  0% {
    -webkit-transform: translateX(13px);
            transform: translateX(13px);
  }
  50% {
    -webkit-transform: translateX(-13px);
            transform: translateX(-13px);
  }
  100% {
    -webkit-transform: translateX(13px);
            transform: translateX(13px);
    z-index: 200;
  }
}

@keyframes kanan {
  0% {
    -webkit-transform: translateX(13px);
            transform: translateX(13px);
  }
  50% {
    -webkit-transform: translateX(-13px);
            transform: translateX(-13px);
  }
  100% {
    -webkit-transform: translateX(13px);
            transform: translateX(13px);
    z-index: 200;
  }
}

@-webkit-keyframes kiri {
  0% {
    -webkit-transform: translateX(-13px);
            transform: translateX(-13px);
    z-index: 200;
  }
  50% {
    -webkit-transform: translateX(13px);
            transform: translateX(13px);
  }
  100% {
    -webkit-transform: translateX(-13px);
            transform: translateX(-13px);
  }
}

@keyframes kiri {
  0% {
    -webkit-transform: translateX(-13px);
            transform: translateX(-13px);
    z-index: 200;
  }
  50% {
    -webkit-transform: translateX(13px);
            transform: translateX(13px);
  }
  100% {
    -webkit-transform: translateX(-13px);
            transform: translateX(-13px);
  }
}

header .block.block-search .field.search:hover input {
  border-color: #f49c01 !important;
}

header .block.block-search .field.search:hover #search_autocomplete,
header .block.block-search .field.search input:focus + .loader + #search_autocomplete,
header .block.block-search .field.search:hover #search_autocomplete-no-result,
header .block.block-search .field.search input:focus + .loader + #search_autocomplete + #search_autocomplete-no-result {
  border-color: #f49c01;
}

.ie11 ul.ma-grid {
  display: block !important;
}

.ie11 ul.ma-grid > li {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

body.ma-autocomplete {
  overflow: hidden;
}

body.ma-autocomplete .block-search .field.search #search_autocomplete {
  display: block !important;
}

@media screen and (min-width: 1090px) {
  header .is-stuck .loader {
    display: none !important;
  }
  body.ma-autocomplete header .is-stuck .block-search .field.search #search_autocomplete {
    display: none !important;
  }
}
/* Alisha Code*/
.home-navigation-wrapper ul.manufacturers-block {
  float: none;
  width: auto;
  overflow: hidden;
  margin: 0 0 -17px;
}

.home-navigation-wrapper ul.manufacturers-block li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 0 17px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.home-navigation-wrapper ul.manufacturers-block li.wide {
  width: auto;
  margin: 0;
}

.home-navigation-wrapper ul.manufacturers-block li img {
  display: inline-block;
  vertical-align: top;
}

@charset "UTF-8";
body {
  font: 13px/19px 'Montserrat', Arial, Helvetica, sans-serif;
}

.home-navigation-wrapper ul.manufacturers-block {
  float: none;
  width: auto;
  overflow: hidden;
  margin: 0 0 -17px;
}

.home-navigation-wrapper ul.manufacturers-block li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 0 17px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.home-navigation-wrapper ul.manufacturers-block li.wide {
  width: auto;
  margin: 0;
}

.home-navigation-wrapper ul.manufacturers-block li img {
  display: inline-block;
  vertical-align: top;
}

.manufacturers-logos {
  padding-top: 0px;
  padding-bottom: 0px;
}

[data-content-type="html"] {
  word-wrap: break-word;
}

body {
  font: 13px/19px 'Montserrat', Arial, Helvetica, sans-serif;
}

.manufacturers-logos ul {
  height: auto;
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
}

ul, ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}

body {
  color: #333333;
}

.manufacturers-logos ul li {
  margin: 10px;
  min-width: 0px;
  width: 48%;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  display: inline-block;
  height: 240px;
  max-height: 240px;
}

.manufacturers-logos ul li img {
  height: 105%;
  width: auto;
  max-width: 103%;
  height: auto;
  border: 0;
}

.gents-pockets ul {
margin: 40px;
padding: 0px 0px;
height: 480px;
margin-top: -40px;
width: 1000px;
}

.gents-pockets ul {
margin: 110px;
padding: 0px 0px;
height: 280px;
margin-top: -10px;
}

@media (min-width: 400px) and (max-width: 500px) {
 
.gents-pockets ul { 
margin-top: 10%;
height: 40px;
width: 375px;
margin-left: 15px;}
}
.alink {
  color: #1979c3;
}
.clutches-wallets ul {
  height: auto; 
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
  display: flex; 
  flex-wrap: nowrap; 
  justify-content: space-between; 
  align-items: center; 
  padding: 65px 0px;
  
}

.clutches-wallets ul li {
  margin: 12px;
  min-width: 0px;
  width: 48%; 
  padding: 0px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  display: inline-block;
  height: 240px;
  max-height: 240px;
  margin-top: -65px;
}

.clutches-wallets ul li img {
  height: 105%;
  width: auto;
  max-width: 103%;
  height: auto;
  border: 0;
}

@media (min-width: 400px) and (max-width: 500px) {
 
.clutches-wallets  ul li {
  min-width: 358px;
  max-width: 500px;
  margin-top: -15%;
  height: 160px;
  margin-bottom: 100px;
}
.clutches-wallets  ul {
  margin-bottom: -110px;
}
}



@media (min-width: 400px) and (max-width: 500px) {
 
.manufacturers-logos  ul li { min-width: 364px; max-width: 500px; font-size:45px; margin-top:3%; height: 160px; }

}

@media (min-width: 400px) and (max-width: 500px) {
 
.manufacturers-logos  ul li { min-width: 364px; max-width: 500px; font-size:45px; margin-top:3%; height: 160px; }

}

@media (min-width: 400px) and (max-width: 500px) {
 
 .manufacturers-logos  ul li { min-width: 364px; max-width: 500px; font-size:45px; margin-top:3%; height: 160px; }

}

@media (min-width: 400px) and (max-width: 500px) {
 
.manufacturers-logos  ul li { min-width: 364px; max-width: 500px; font-size:45px; margin-top:3%; height: 160px; }s

}
/*Alisha code end*/


