@charset "UTF-8";

:root {
  --max-width: 1440px;

  --font-size: 16px;
  --line-height: 1.6;
  --border-radius: 24px;
  --button-border-radius: 24px;

  --color-1: #0b88ee;
  --color-2: #444;
  --color-3: #f9f7f5;
  --color-4: #eff9fa;
  --color-5: #f2f9fe;

  --color-13: #f7f8fa;
  --color-14: #6b797a;
  --color-15: #eff9fa;
}

html {
  width: 100%;
  outline: 0 !important;
  direction: ltr;
}

body {
  font-family: "Work Sans", sans-serif;
  font-smooth: subpixel-antialiased;
  font-weight: 400;
  color: var(--color-2);
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  background: #fff;
}
body ::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  border-radius: 10px;
}
body ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 10px;
}
body ::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 10px;
}

* {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  line-height: 1.3;
}
.well h1,
.well h2,
.well h3,
.well h4,
.well h5,
.well h6 {
  margin-top: 0px;
}
h1,
.h1 {
  font-size: 31px;
}
h2,
.h2 {
  font-size: 26px;
}
h3,
.h3 {
  font-size: 21px;
}
.h4,
h4 {
  font-size: 15px;
}
h5,
h5 {
  font-size: 12px;
}
h6,
h6 {
  font-size: 11px;
}
@media (max-width: 550px) {
  h1,
  .h1 {
    font-size: 23px;
  }
  h2,
  .h2 {
    font-size: 18px;
  }
  h3,
  .h3 {
    font-size: 16px;
  }
}
a {
  color: var(--color-1);
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:focus,
a:active,
a:hover {
  text-decoration: none;
  color: #059cdc;
}

.fa {
  font-size: 14px;
}

.modal-opened {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.layered-navigation-block,
.layered-block {
  display: none;
  background-color: #000;
  height: 100%;
  opacity: 0.35;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1011;
}
.modal-opened .layered-block {
  display: block;
}
.menu-opened .layered-block {
  display: block;
  z-index: 999;
}
.ajax-loader {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: 50%;
}

.table-noborder,
.table-noborder > thead > tr > td,
.table-noborder > tbody > tr > td {
  border: 0;
}

.cart-empty {
  padding: 25px 0;
  text-align: center;
}
.total-total {
  color: var(--color-1);
}

.container {
  width: 100% !important;
  max-width: var(--max-width);
}

.navbar-toggle {
  margin: 0;
  float: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  display: none;
}

.top-bar {
  position: relative;
  height: 35px;
  background: #000;
  color: #ebebeb;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  z-index: 1005;
}
.top-bar .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.top-bar .inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-bar .left,
.top-bar .center,
.top-bar .right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-bar a {
  color: #ebebeb;
}
.top-bar a:hover {
  color: #ebebeb;
  text-decoration: none;
}
.top-bar a b {
  color: var(--color-1);
}
.top-bar .sep {
  width: 1px;
  height: 12px;
  background: #666;
}
.top-bar i {
  margin-right: 5px;
  font-size: 12px;
  vertical-align: middle;
}

header {
  position: relative;
  z-index: 1010;
  background: #fff;
  /*box-shadow:
    0 1px 0 #ebebeb,
    0 4px 20px rgba(0, 0, 0, 0.06);
  transition: box-shadow 180ms;*/
}
header .main {
  padding: 20px 0;
}
header .main .main-inner {
  height: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}
header .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
header .search {
  width: 100%;
  justify-self: center;
}
header .search .search-inner {
  margin: 0 40px 0 50px;
  position: relative;
}
header .search .search-container button {
  position: absolute;
  top: 11px;
  left: 12px;
  color: #6b797a;
  background: transparent;
  line-height: 1.2;
  border: 0;
}
header .search .search-container input {
  display: block;
  width: 100%;
  padding: 0 13px 0 45px;
  border-radius: 12px;
  border: 1px solid #e5e3de;
  height: 44px;
}
#search-by-category .search-ajax {
  position: absolute;
  z-index: 9999 !important;
  background: none repeat scroll 0% 0% #fff;
  left: 0px;
  top: 100%;
  width: 100%;
}
.ajax-result-item .product-info div.product-image {
  float: left;
  max-width: 55px;
}
.ajax-result-item .product-info .detail {
  margin-left: 70px;
  text-align: left;
}
.ajax-result-item .product-info .detail .price-box .old-price {
  text-decoration: line-through;
  color: #acacac;
  font-weight: 400;
}
.ajax-result-item .product-info .detail .price-box p {
  display: inline-block;
}
.ajax-result-item .product-info .detail .price-box {
  font-weight: 700;
  float: right;
  margin: 0 0 10px 0;
}
.ajax-result-item .product-info .detail .price-box span {
  font-size: 16px;
}
.ajax-result-item .product-info .detail .product-name {
  margin: 0;
  display: inline-block;
  max-width: 70%;
  height: auto;
}
#search-by-category .search-ajax li {
  list-style: none;
  padding: 8px 0;
  min-height: 40px;
}
#search-by-category .search-ajax li + li {
  border-top: 1px solid #ededed;
}
#search-by-category .search-ajax .ajax-result-container {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-msg {
  padding: 20px;
  margin: 0;
  color: #646464;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list {
  display: block;
  border: 1px solid #ddd;
  max-height: 300px;
  overflow: auto;
  padding: 10px;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-text {
  text-align: center;
  line-height: 29px;
  background-color: #222222;
  position: absolute;
  bottom: -15px;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-text a {
  font-weight: bold;
  font-size: 11px;
  color: #fff;
}
header .actions {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
header .actions .action-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 17px;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  color: var(--color-2);
}
header .actions .action-search {
  display: none;
}
header .actions .action-item:hover,
header .actions .action-item.active {
  background: var(--color-3);
}
header .actions .action-item .badge {
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -9px;
  align-items: center;
  border: 3px solid #fff;
  background: var(--color-1);
  color: #fff;
  display: flex;
  font-size: 10px;
  font-weight: 100;
  height: 23px;
  width: 23px;
  justify-content: center;
  line-height: 1;
}

.close-menu,
#button-menu-remove {
  background-color: #fff;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 1;
  box-shadow: 0 4px 25px -5px #0000007d;
  z-index: 1;
  border: 0;
}
#button-menu-remove {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 6 6 18"></path><path d="m6 6 12 12"></path></svg>');
}
.close-menu {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m12 19-7-7 7-7"></path><path d="M19 12H5"></path></svg>');
}
.menu {
  position: relative;
  z-index: 1009;
  background: #f9f7f5;
  border-bottom: 1px solid #ebebeb;
}
.menu .menu-heading {
  display: none;
  align-items: center;
  padding: 15px 0;
  gap: 20px;
}
.menu .menu-title {
  flex: 1;
  font-size: 24px;
  font-weight: 500;
}
.menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ebebeb;
}
.menu .nav-items {
  display: flex;
  align-items: stretch;
  height: 100%;
  gap: 0;
}
.menu .nav-item {
  position: static;
  display: flex;
  align-items: center;
}
.menu .nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 100%;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-2);
  letter-spacing: 0.01em;
  position: relative;
  transition: color 0.18s ease;
  white-space: nowrap;
}
.menu .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: var(--color-1);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px 2px 0 0;
}
.menu .nav-link:first-child {
  padding-left: 3px;
}
.menu .nav-link:first-child::after {
  left: -2px;
}
.menu .nav-item .nav-chevron {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  opacity: 0.5;
}
.menu .nav-link:focus,
.menu .nav-link:hover {
  text-decoration: none;
}
.menu .nav-link:hover::after,
.menu .nav-item.open .nav-link::after {
  transform: scaleX(1);
}
.menu .nav-item.open .nav-chevron {
  transform: rotate(180deg);
  opacity: 1;
}
.menu .nav-item.open .sub-menu {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
  display: block;
}
.menu.fix-header {
  border: none;
  background: #fff;
  width: 100%;
  max-width: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1009;
  margin: 0 auto;
  position: fixed !important;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: anim_titles;
  -moz-animation-duration: 5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);

  border-bottom: 1px solid #ebebeb;
  box-shadow: 0 3px 100px 1px #00262926;
}
.sub-item2-content {
  padding: 5px 0 20px;
  font-size: 14px;
}
.sub-item2-content h4 {
  font-size: 14px;
  font-weight: 600;
}
.sub-item2-content h5 {
  margin: 0;
  padding: 0;
}
.sub-item2-content a.a-mega-third-link {
  display: inline-block;
  transition:
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--color-2);
  padding: 5px 0;
}
.sub-item2-content a.a-mega-third-link:hover {
  text-decoration: none;
  transform: translateX(2px);
}

@media (max-width: 1024px) {
  .menu-opened {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .top-bar {
    display: none;
  }
  .navbar-toggle {
    display: block !important;
  }
  header {
    border-bottom: 1px solid #ebebeb;
  }
  header .main {
    padding: 10px 0;
  }
  header .main .main-inner {
    grid-template-columns: 40px 180px auto;
    gap: 15px;
  }
  header .actions {
    gap: 0px;
  }
  header .actions .action-item .action-label,
  header .search,
  #cart-total .total-price {
    display: none;
  }
  header .actions .action-item {
    padding: 10px 10px;
  }
  header .actions .action-search {
    display: flex;
  }
  header .actions .action-cart {
    gap: 0px;
  }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    background: #fff;
    z-index: 1011;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 48px rgba(0, 0, 0, 0.12);
    overflow-y: auto;
  }
  .menu .nav-items {
    flex-direction: column;
    align-items: normal;
  }
  .menu .nav-item {
    display: block;
    align-items: none;
  }
  .menu .nav-link {
    padding: 10px 3px;
    justify-content: space-between;
  }
  .menu .nav-item .nav-chevron {
    transform: rotate(-90deg);
  }
  .menu .nav-link::after {
    content: none;
  }
  .menu.active {
    transform: translateX(0);
  }
  .menu.active .menu-heading {
    display: flex;
  }
  .menu .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    background: #fff;
    z-index: 10;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    padding: 0;
    margin: 0;
    max-height: 100%;
    border-radius: 0;
    overflow-y: auto;
  }
  .menu .nav-item.open .sub-menu {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
    display: block;
  }
}
@media (max-width: 490px) {
  header .main .main-inner {
    grid-template-columns: 40px 130px auto;
  }
  header .actions .action-item {
    padding: 10px 7px;
  }
}
@media (max-width: 479px) {
  header {
    margin-bottom: 20px;
  }
}
@media (max-width: 375px) {
  header .actions .action-wishlist {
    display: none;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  margin: 0;
  background: none;
  text-transform: none;
  padding: 22px 0;
  border-radius: 0;
  line-height: 1;
}
.breadcrumb > li {
  display: flex;
}
.breadcrumb > li + li:before {
  content: "/";
  padding: 0;
  color: #777;
  font-size: 11px;
}
.breadcrumb li:before {
  margin: 0 8px;
}
.breadcrumb li a:hover,
.breadcrumb li:last-child a {
  color: #777;
}
.breadcrumb li a {
  color: #777;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 479px) {
  .breadcrumb {
    display: none;
  }
}

.pushbar .pushbar-inner {
  display: flex;
  flex-direction: column;
  position: fixed;
  height: 100%;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 400px;
  padding: 0;
  visibility: hidden;
  transition:
    right 0.3s,
    visibility 0.3s;
  transform: none;
  z-index: 1200;
  background-color: #fff;
  box-shadow: 0 2px 22px rgb(0 0 0 / 10%);
  text-align: left;
}
.pushbar.open .pushbar-inner {
  visibility: visible;
  right: 0;
}
.pushbar .pushbar-inner .pushbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #f0f0f0;
}
.pushbar .pushbar-inner .pushbar-header .pushbar-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
}
.pushbar .pushbar-inner .pushbar-header .pushbar-close {
  background: #fff
    url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 6 6 18"></path><path d="m6 6 12 12"></path></svg>');
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 1;
  box-shadow: 0 4px 32px -5px #00262933;
  z-index: 1;
  border: 0;
}
.pushbar .pushbar-inner .pushbar-footer {
  border-top: 1px solid #f0f0f0;
  padding: 20px 20px;
  background: #f9f9f9;
}
.pushbar .pushbar-inner .pushbar-body {
  padding: 10px 20px;
  overflow: hidden auto;
  overscroll-behavior: contain;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 3300px) {
  .pushbar .pushbar-inner {
    max-width: 40%;
  }
}

.minicart-list {
  display: flex;
  flex-direction: column;
  font-size: 13px;
}
.minicart-list li {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.minicart-list li:after {
  content: "";
  height: 10px;
  width: calc(100% + 48px);
  background-color: #f0f0f0;
  margin: 11px 0 0 -24px;
}
.minicart-list li .top {
  display: flex;
  gap: 15px;
  align-items: center;
}
.minicart-list li .top img {
  max-width: 70px;
}
.minicart-list li .top a {
  font-weight: 100;
  line-height: 19px;
  color: var(--color-2);
}
.minicart-list li .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e6e6e6;
  margin: 9px 0 0 0;
  padding: 11px 0 0 0;
}
.minicart-list li .bottom .cart-price {
  font-weight: 600;
}
.minicart-list li .bottom button {
  line-height: 20px;
  padding: 3px 10px;
  color: #444;
  font-size: 12px;
  text-transform: none;
}
