/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/*.top-banners > .row{
display: flex;
justify-content: center; 
align-items: flex-start;
}*/
/*.top-banners .column-width-3{
	width: 33.33%;
	max-width: 340px;
} */
.top-banners .banner-description {
  padding: 0 1em 1.5em 1em;
}
.top-banners .title-one {
  font-size: 1.7em;
}

#header.fixed-top.hide-bar .header-nav {
  background: rgba(0, 0, 0, 0.87);
}
.product-manufacturer > a {
  max-width: 90px;
}
.product-prices .current-price > .price--net {
  font-weight: 500;
  font-size: 17px;
}
.product-prices .current-price {
  float: left;
  margin: 0 12px;
}
.quick-delivery-details-wrapper {
  float: left;
  margin: 0 12px;
}
.top-menu .sub-menu .inner-wrapper > .top-menu {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* -webkit-box-flex: 5; */
  /* -webkit-flex: 5 0 56%; */
  -ms-flex: 5 0 56%;
  flex: 1;
  justify-content: flex-end;
  align-content: flex-start;
  text-align: right;
}
.top-menu[data-depth="1"] > li {
  padding: 0 10px 0 0;
  min-width: 20%;
  max-width: 20%;
  margin-bottom: 45px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
}
@media screen and (max-width: 992px) {
  .top-menu[data-depth="1"] > li {
    max-width: 100%;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
  }
}
.footer-home-section {
  display: none;
}
#footer {
  margin-top: 0;
}

.manufacturers-home {
  margin-top: 0;
  padding: 5% 0;
}
.manufacturers-home .manufacturer-items img {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  object-fit: contain;
  height: 100%;
  max-height: 120px;
}
.manufacturers-home .carousel-view .manufacturer-items {
  height: 100%;
}

.manufacturers-home .manufacturer-items > a {
  padding: 10px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.manufacturers-home .owl-carousel .owl-item {
  display: flex;
  align-items: center;
  max-height: 210px;
}
.manufacturers-home {
  background-color: #fff;
}
#not-found-info {
  padding-top: 40px;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.product-details-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product-details-flex .product-manufacturer {
  width: 30%;
  min-width: 100px;
}
.product-details-flex #product-details {
  margin-left: 15px;
  width: calc(70% - 15px);
  min-width: 120px;
}
@font-face {
  font-family: "WorkSans";
  src: url(../css/WorkSans-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "WorkSans";
  src: url(../css/WorkSans-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "WorkSans";
  src: url(../css/WorkSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  font-family: "WorkSans", sans-serif;
  background: #ffffff;
}
.page-heading .heading-counter {
  font: 0.6em/1 "WorkSans", sans-serif;
  padding-left: 17px;
  text-transform: none;
}
.top-menu[data-depth="1"] > li {
  flex: auto;
  max-width: 20%;
}

@media screen and (max-width: 992px) {
  .top-menu[data-depth="1"] > li {
    flex: auto;
    max-width: 100%;
  }
  .top-menu .sub-menu .inner-wrapper > .top-menu {
    flex-direction: column;
  }
}

ul.category-sub-menu [data-depth="1"] > a {
  padding-left: 40px;
  padding-right: 10px;
}
.ps-alert-success .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ps-alert-success .item i {
  width: 100%;
  max-width: 80px;
}
.ps-alert-success .item i svg {
  width: 100%;
  max-width: 100px;
}
.ps-alert-success .item p {
  margin: 0;
}
section#main {
  padding-bottom: 45px;
}

.lcp.prompt_messages {
  left: -115px;
}

.js-mailalert {
  margin-top: 10px;
}

.top-email {
  margin-left: 10px;
}

.top-email a {
  display: flex;
  font-weight: 500;
  font-size: 1.3rem;
  align-items: center;
}

.top-email a::before {
  content: "3";
  display: inline-block;
  font-family: "fontello";
  font-size: 19px;
  top: 0;
  left: 0;
  margin-right: 10px;
  line-height: 1.9;
}

.top-quick-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.top-phone {
  margin-left: 10px;
}

.top-phone a {
  display: flex;
  font-weight: 500;
  font-size: 1.3rem;
  align-items: center;
}

.top-phone a::before {
  content: "H";
  display: inline-block;
  font-family: "fontello";
  font-size: 19px;
  top: 0;
  left: 0;
  margin-right: 10px;
  line-height: 1.9;
}

.top-search {
  flex: 1;
  padding: 10px;
  min-width: 200px;
  display: none;
}

@media (max-width: 991px) {
  .top-quick-info {
    width: 100%;
  }

  .top-search {
    display: block;
  }
}

.font-tpay img {
  filter: grayscale(100%);
}
.font-tpay img:hover {
  filter: grayscale(0);
}

.search-bar__start-search {
  display: none;
}

.search-bar__submit {
  display: none;
}

#header .search-bar__text {
  font-size: 100%;
  padding-left: 8px;
}

@media (max-width: 991px) {
  #header .search-bar__start-search {
    display: none;
  }
  #header .search-bar__btn {
    display: inline-block;
  }
  #header .search-bar__wrap {
    flex-direction: row-reverse;
  }
  #header .search-bar__text:focus {
    color: rgba(255, 255, 255, 0.9);
  }
  #header .search-bar__submit {
    display: none;
  }
}

@media (min-width: 992px) {
  body .top-menu .sub-menu a:hover,
  body #header .search-bar__text:focus,
  body #header .search-bar__text:focus ~ .search-bar__btn,
  body #header .search-bar__text:focus ~ .search-close,
  body #header .search-bar__btn:hover {
    color: rgba(255, 255, 255, 0.9);
  }


  #header .search-bar__wrap {
    align-items: center;
  }

  #header .search-bar__btn {
    display: none;
  }

  #header .search-bar__start-search {
    display: none;
    color: white;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.9);
    background-color: transparent;
    border: none;
  }

  #header .search-bar__start-search--visible {
    display: inline-block;
  }

  #header .search-bar__submit {
    display: none;
  }

  #header .search-bar__submit--visible {
    display: inline-block;
    color: white;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.9);
    background-color: transparent;
    border: none;
  }

  #header .search-bar__text {
    flex: 1;
  }

  #header #_desktop_search_bar {
    padding: 8px 18px;
    border-radius: 5px;
    border-left: 1px solid #1071b9;
    border-right: 1px solid #1071b9;
    border-top: 1px solid #1071b9;
    border-bottom: 1px solid #1071b9;
  }
}

.cart-summary-line .label::after {
  content: ":";
}

.cart-subtotals > div:nth-child(2) {
  display: inline-block;
}

.price--gross {
  font-weight: bold;
}

.top-banner--large {
  width: 38.93%;
}

.top-banner--small {
  width: 20.35%;
}

.top-banner--large figure,
.top-banner--large figure > img,
.top-banner--small figure,
.top-banner--small figure > img {
  height: 240px;
}

.top-banner--large figure > img,
.top-banner--small figure > img {
  object-fit: cover;
}

@media (max-width: 600px) {
  .top-banner--large,
  .top-banner--small {
    width: 100%;
  }
  .top-banner .img-banner {
    width: 100%;
  }
}

.btn-to-top {
  right: unset;
  left: 30px;
  bottom: 30px;
}

.widget {
  margin: 0;
}

.widget--instagram {
  margin-top: -20px;
}

.widget--facebook {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 992px) {
  .widget--instagram {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .widget--facebook {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.product-additional-info {
  display: flex;
  flex-direction: column;
}

.js-mailalert {
  display: none;
}

#left-column .thumbnail-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

#left-column .thumbnail-container .thumbnail-wrapper {
  max-width: none;
}

#htmlbanners11 {
  display: none;
}

#products #htmlbanners11 {
  display: block;
}

#products #htmlbanners11 .htmlbanners11-inner {
  display: flex !important;
  justify-content: center;
}

body .top-search .search-bar .search-bar__text:focus,
#header .top-search .search-bar__text:focus {
  color: black;
}

.product-available {
  background-color: #1071b9;
  color: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  display: inline-block;
  padding: 2px 16px;
}

.product-preview-badges {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  width: 140px;
  height: 140px;
}

.product-preview-badges__badge {
  background-color: #010101;
  border-bottom: 3px solid #ffcd00;
  border-top: 3px solid #ffcd00;
  color: #fff;
  padding: 4px 0;
  width: 200px;
  text-align: center;
  transform: rotate(45deg);
  position: absolute;
  right: -40px;
  top: 40px;
  font-size: 13px;
  text-transform: uppercase;
}

.wishlist {
  position: absolute;
  top: 0;
  left: 0;
}

.wishlist .buttons_bottom_block {
  line-height: normal;
  padding: 0;
}

.wishlist .add_to_ws_wishlist {
  display: block;
  width: 32px;
  height: 32px;
  padding: 16px;
  box-sizing: content-box;
}

.wishlist .engine-selected {
  display: none !important;
}

.wishlist .engine-unselected {
  display: block !important;
}

.wishlist .wl-checked .engine-selected {
  display: block !important;
}

.wishlist .wl-checked .engine-unselected {
  display: none !important;
}

#wishlist_button {
  height: auto;
  line-height: initial;
  padding: 16px;
}

.products article .wishlist-button-add {
  position: static;
  top: unset;
  right: unset;
  margin: 0 auto;
  box-shadow: none;
  background-color: white;
  border-radius: 30%;
  background-size: 80%;
}

.products article .wishlist-button-add {
  display: block;
  background-image: url("../img/icon/engine-unselected.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  height: 40px;
}

.products article .wishlist-button-add.checked {
  background-image: url("../img/icon/engine-selected.svg");
}

.wishlist-add-to-new {
  width: auto !important;
}

.icon-engine {
  background-image: url("../img/icon/engine-selected.svg");
  font-size: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  height: 40px;
}

.page-my-account #content .links a .link-item .icon-engine {
  background-image: url("../img/icon/engine-selected.svg");
  font-size: 0 !important;
}

.page-my-account #content .links a .link-item:hover .icon-engine {
  background-image: url("../img/icon/engine-selected-white.svg");
}

.wishlist-button-add .wishlist-button-product {
  float: left;
}

.wishlist-button-add-wrapper:not(.product) {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.wishlist-button-add-wrapper.product {
  display: inline-block;
  margin: 12px 0;
}

.wishlist-button-add-wrapper.product .btn {
  padding: 7px 20px;
}

.wishlist-button-add-wrapper.product .btn .icon-engine {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 16px;
}

.wishlist-button-add-wrapper.product .btn:hover .icon-engine {
  background-image: url("../img/icon/engine-selected-white.svg");
}

.wishlist-shortcut {
  position: relative;
}

.wishlist-shortcut__wishlists {
  display: none;
  z-index: 100;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 200px;
  background-color: rgba(34, 34, 34, 0.98);
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.wishlist-shortcut:hover .wishlist-shortcut__wishlists {
  display: flex;
}

.wishlist-shortcut__wishlists a {
  display: block;
  padding: 12px;
}

.wishlist-shortcut__link .icon {
  width: 24px;
  height: 24px;
  background-image: url("../img/icon/engine-selected-white.svg");
  font-size: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.9;
}

.wishlist-shortcut__link:hover .icon {
  background-image: url("../img/icon/engine-selected-purple.svg");
}

.wishlist-toast.success {
  background-color: #1071b9 !important;
  border-color: #1071b9 !important;
}

.product-price {
  margin: 0 -12px !important;
}

.product-prices > .product-discount,
.product-prices > .product-price {
  display: inline-flex;
  flex-direction: column;
}

@media (min-width: 700px) {
  .product-price {
    margin: 0 !important;
  }

  .product-prices > .product-discount,
  .product-prices > .product-price {
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }

  .product-prices > .product-price > .current-price {
    margin-left: 0;
  }

  .product-prices > .product-price > .quick-delivery-details-wrapper {
    margin-right: 0;
  }
}

.blockcart .bootstrap-touchspin {
  padding: 28px 32px;
}

.blockcart .bootstrap-touchspin .form-control {
  background-color: #fff;
}

.wishlist-remove-button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.cart-grid
  .js-carousel-products
  .thumbnail-container
  .thumbnail-wrapper
  .wishlist-button-add {
  display: none;
}

.grid-large .catalog-products .product-miniature {
  width: 50%;
}

@media (min-width: 576px) {
  .grid-large .catalog-products .product-miniature {
    width: 33.33333333333%;
  }
}

@media (min-width: 769px) {
  .grid-large .catalog-products .product-miniature {
    width: 25%;
  }
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  border-radius: 100% !important;
}

.owl-nav .owl-prev .font-arrow-left,
.owl-nav .owl-next .font-arrow-right {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
}

.blog_post_position_container {
  background: none;
}

.blog_post_position_container .blog-post {
  background: none;
}
.footer-container
  .blog_post_position_container
  .blog-posts-container
  .blog-post
  .post-info-block
  .post-title
  h2 {
  margin-top: 0;
}

.footer-container
  .blog_post_position_container
  .blog-posts-container
  .blog-post
  .post-info-block
  .post-title
  a {
  color: #fff;
}

.footer-container .blog_post_position_container .title {
  margin: 0;
}

.block_newsletter {
  margin-top: 24px;
}

.availability-info {
  cursor: pointer;
  color: inherit;
  position: relative;
  background-color: transparent;
  border: none;
  padding: 0;
}

.availability-info__content {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  background-color: #1071b9;
  border: 1px solid #1071b9;
  border-radius: 10px;
  color: #fff;
  padding: 4px;
  z-index: 1000;
  min-width: 100px;
  max-width: 200px;
  transform: translateX(-50%);
}

.availability-info:hover .availability-info__content {
  display: block;
}

.wai-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 45% !important;
}

.maguro-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 30% !important;
}
#header{
  background: rgba(0, 0, 0, 0.87);
}
/*#header, #header .header-top {
  background-color: transparent;
}*/

#search_widget {
  overflow: visible;
  margin-bottom: 0;
}

.add-to-cart-product-list {
  background-color: transparent;
  cursor: pointer;
  font-size: 22px;
  color: #9e9e9e;
  display: inline-block;
  margin: 0 1px;
  outline: none;
  border: none;
}

.add-to-cart-product-list.disabled {
  cursor: not-allowed;
}

.add-to-cart-product-list span {
  font-size: 0;
}

.grid .thumbnail-container:hover .highlighted-informations button {
  -webkit-animation: rotateIn .6s;
  -o-animation: rotateIn .6s;
  animation: rotateIn .6s;
}

.grid .thumbnail-container .highlighted-informations button:hover {
  color: #1071B9;
}

.top-localization-settings {
  display: flex;
  padding: 10px;
  justify-content: space-between;
}

#search_widget form input {
  background-color: transparent;
}

#header #_mobile_search_bar {
  border-radius: 5px;
    border-left: 1px solid #1071b9;
    border-right: 1px solid #1071b9;
    border-top: 1px solid #1071b9;
    border-bottom: 1px solid #1071b9;
}

#_mobile_search_bar .search-bar .search-bar__btn {
  background-color: transparent;
  color: #1071B9;
}

@media only screen and (min-width: 768px) {
  #search_widget {
    float: none;
  }
}

#currency_change_error a {
  text-decoration: underline;
}

.checkout-step .step-title .description {
  display: none;
  font-size: 12px;
  margin-left: 12px;
}


@media only screen and (min-width: 768px) {
  .checkout-step .step-title .description {
    display: inline;
  }
}

.checkout-step .step-title .description::before {
  content: "(";
}

.checkout-step .step-title .description::after {
  content: ")";
}

.carrier-extra-content {
  flex-direction: column;
}

#amazzing_filter .compact-toggle {
  align-items: center;
  justify-content: center;
  background-color: #1071B9;
  color: #fff;
  box-shadow: 8px 8px 24px 0px rgb(66 68 90);
  bottom: 10%;
  top: unset;
  left: -50%;
  width: 100px;
  transform: translateX(-50%);
}

.has-compact-filter #amazzing_filter .compact-toggle {
  display: flex;
}

#amazzing_filter .compact-toggle .compact-toggle-text {
  position: static;
  transform: none;
  transform-origin: unset;
  left: unset;
  bottom: unset;
}

#amazzing_filter .compact-toggle .compact-toggle-icon {
  display: inline-block;
}

#menu-floating-icon {
  align-items: center;
  justify-content: center;
  background-color: #1071B9;
  color: #fff;
  box-shadow: 8px 8px 24px 0px rgb(66 68 90);
  bottom: 10%;
  left: 50%;
  width: 100px;
  transform: translateX(-50%);
  border-radius: 35px;
  position: fixed;
  z-index: 100;
  padding: 7px;
  text-align: center;
  display: none;
}

.page-index #menu-floating-icon {
  display: block;
}

.cart-wishlist-item {
  display: flex;
  align-items: center;
}

.cart-wishlist-item > .product-price {
  font-size: 16px;
}

.cart-wishlist-item > .cart-info {
  flex: 1;
}

.cart-wishlist-item > .bootstrap-touchspin {
  width: auto;
}

.cart-wishlist-item > .cart-info .product-name {
  font-size: 20px;
}

.cart-wishlist-item > .remove-from-cart {
  margin-left: 16px;
}

@media (max-width: 991px) {
  .submenu .dropdown-item {
    padding-left: 20px;
  }
}

.cart-container .cart-items .cart-item .bootstrap-touchspin .form-control {
  width: 45px;
  padding-right: 0;
}

.cart-container .cart-items .cart-item-header .col-md-4,
.cart-container .cart-items .cart-item-header .col-md-7 {
  overflow: hidden;
  text-overflow: ellipsis;
}

.payment-brands {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #f2f2f2;
  width: 100%;
  padding: 8px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 24px;
}

.payment-brand {
  height: 30px;
  margin-right: 12px;
}

.payment-brand-small {
  height: 20px;
}

@media (min-width: 992px) {
  .header-top .top-nav-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
  }

  .header-top .bottom-nav-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }

  #_desktop_search_bar {
    flex: 1;
    margin: 0 8px;
  }

  .top-phone {
    position: relative;
    padding-right: 15px;
  }

  .top-phone::after {
    content: '';
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    height: 21px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .header-top-line {
    position: relative;
  }

  .header-top-line::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,.2);
  }

  .wishlist-shortcut {
    padding-left: 8px;
  }

  .header_user_info a {
    padding: 0 8px;
  }

  .header_user_info a.logout i {
    margin-right: 0;
  }

  .cart-header > .inner-wrapper {
    padding: 9px 8px;
  }

  .ui-tooltip {
    background: black;
    color: white;
    border: none;
    outline: none;
    box-shadow: none;
  }

  .top-menu[data-depth="0"] {
    justify-content: flex-start;
  }
}

#authentication .custom-checkbox label {
  padding-left: 0;
}

.custom-checkbox input[type="checkbox"] + span {
  border-width: 3px;
}

.custom-checkbox input[type="checkbox"] + span .checkbox-checked {
  left: -2px;
}

#conditions-to-approve > ul > li {
  margin-bottom: 12px;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
  color: #ffffff;
}
@media (min-width: 1440px) {
  .container {
    padding-left: 0;
    padding-right: 0;
    width: 1400px;
  }
}

@media (min-width: 1200px) {
  .top-menu[data-depth="0"] > li > a{
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 900;
    

  }
}
@media (min-width: 1440px) {
  .top-menu[data-depth="0"] > li > a{
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 1px;
  }
}

@media (min-width: 992px) {
  .top-menu[data-depth="2"] {
    margin-top: 10px;
  }
  .top-menu[data-depth="1"] > li > a{
    font-weight: 900;
    border-bottom: 1px solid #fff;
  }
}
.top-menu[data-depth="2"] a{
  text-transform: lowercase;
  margin-bottom:10px;
}
#header .header-top-line{
  background:#1071b9;
}