<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&amp;display=swap.less');
body {
  font-family: 'Montserrat', sans-serif;
}
.header_main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
}
.header_left {
  flex: 0 25%;
}
.header_center {
  flex: 0 50%;
}
.header_right {
  flex: 0 25%;
}
.header_right__sections {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page-title {
  color: #000000;
  font-weight: 500;
  font-size: 26px;
}
.overlay {
  position: absolute;
  top: 6%;
  background: #0003;
  z-index: 95;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  display: none;
}
.mobile-menu-close {
  display: none !important;
}
.block-search {
  width: 100%;
  float: none;
  padding: 0;
}
.block-search .control {
  padding: 0;
}
.block-search input {
  position: relative;
  left: 0;
  padding: 25px 20px 25px 50px;
  color: #2d2d2d;
  border-radius: 50px;
  border: 1px solid #666666;
  width: 100%;
}
.block-search input::placeholder {
  color: #666666;
}
.block-search .action.search::before {
  color: #666666;
  font-size: 30px;
}
.block-search .action.search {
  position: absolute;
  left: 3%;
  top: 20%;
  width: 30px;
}
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  opacity: 1;
}
.search-autocomplete dl dt:not(:empty) {
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  color: #206AE1;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 10px 0;
}
.search-autocomplete dl dd:not(:empty) {
  border: none;
  display: flex;
  padding: 10px 20px;
  justify-content: flex-start;
  gap: 50px;
}
.search-autocomplete {
  box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.25);
  background: white;
  border-radius: 20px;
}
.smile-elasticsuite-autocomplete-result .product-image-box {
  float: none;
  padding: 0;
  width: auto;
}
.smile-elasticsuite-autocomplete-result .product-image-box img {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  width: 90px;
}
.smile-elasticsuite-autocomplete-result .product-shop {
  float: none;
  width: auto;
  margin: 0;
}
.smile-elasticsuite-autocomplete-result .product-shop .product-name {
  font-size: 16px;
}
.smile-elasticsuite-autocomplete-result .product-item .price-box .price {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.smile-elasticsuite-autocomplete-result .price-excluding-tax .price {
  font-size: 14px;
}
.title-category + dd {
  gap: 0 !important;
}
.smile-elasticsuite-autocomplete-result .category-mini-crumb {
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #000;
}
.smile-elasticsuite-autocomplete-result .qs-option-name {
  font-size: 14px;
  font-weight: 600;
  color: #206AE1;
  padding: 0 4px;
}
.search-autocomplete dl:last-child {
  padding-bottom: 10px;
}
.minicart-wrapper .action.showcart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.minicart-wrapper .action.showcart::before,
.minicart-wrapper .action.showcart:hover::before {
  display: none;
}
.minicart-wrapper .action.showcart i {
  font-size: 20px;
  padding: 0 10px;
}
.minicart-wrapper .action.showcart .basket-text {
  font-size: 14px;
  font-weight: 500;
  color: #206AE1;
}
.miniaccount i {
  font-size: 20px;
  padding: 0 10px;
}
.miniaccount a,
.minicart a:hover {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.miniaccount .account-text {
  font-size: 14px;
  font-weight: 500;
  color: #206AE1;
}
.minicart-wrapper .action.showcart.active::before {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #206AE1;
  margin: 0 5px;
}
.nav-sections-item-content &gt; * {
  display: block;
}
.nav-sections {
  background: #ffffff;
  box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.2);
  margin: 0 0 40px 0;
}
.navigation {
  background: #ffffff;
}
.navigation ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.navigation ul li a {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}
.navigation ul li.level0 {
  position: static;
  padding: 0 20px;
}
.navigation ul li.level0:last-child {
  padding: 0 20px;
}
.navigation ul li.level0:hover {
  background: #F2F2F2;
}
.navigation .level0.parent:hover &gt; .submenu {
  display: grid;
}
.navigation .level1.parent &gt; .level-top {
  line-height: 24px;
}
.navigation .level0.parent &gt; .level-top &gt; .ui-menu-icon {
  display: none;
}
.navigation .level0 .submenu {
  background: #F2F2F2;
  z-index: 999;
  border: none;
  width: 100%;
  left: 0 !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: flex-start;
  padding: 20px;
  justify-items: space-between;
  gap: 10px 0;
}
.navigation .level0 .submenu li:hover {
  background: transparent;
}
.navigation .level0 .submenu li a {
  color: #206AE1;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.navigation .level0 .submenu li a:after {
  content: '';
  display: inline-block;
  background: url('../images/header/next.png') no-repeat;
  width: 14px;
  height: 14px;
  background-size: 100%;
}
.navigation .level0 .submenu li a:hover {
  background: transparent;
  color: #206AE1;
}
.navigation .level0.active &gt; .level-top,
.navigation .level0.has-active &gt; .level-top,
.navigation .level0 .submenu .active &gt; a {
  border: none;
}
.navigation .sub-menu--deep li a:after {
  display: none !important;
}
.navigation .sub-menu--deep {
  align-items: flex-start;
  flex-direction: column;
}
.navigation .level1 .sub-menu--deep li a {
  padding: 0 20px;
  font-size: 12px;
  color: #575757;
  font-weight: 500;
}
.navigation ul li a.all-menu {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.navigation ul li a.all-menu:before {
  content: '';
  display: inline-block;
  background: url('../images/header/all-menu.svg') no-repeat;
  background-size: 100%;
  height: 18px;
  width: 18px;
}
.side-menu {
  width: 20%;
  position: fixed;
  left: 0;
  height: 100vh;
  overflow-y: scroll;
  top: 0;
  background: #ffffff;
  box-shadow: 10px 0 5px -2px rgba(0, 0, 0, 0.15);
  z-index: 99999;
  padding: 40px 0;
  transform: translate(-120%);
  transition: all, 0.3s;
}
.side-menu.open {
  transform: translate(0);
}
.side-menu ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
}
.side-menu ul li {
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 10px 0;
  position: relative;
  cursor: pointer;
}
.side-menu ul li.has-children.open:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url('../images/down-arrow.png') no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 20px;
}
.side-menu ul li.has-children:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url('../images/up-arrow.png') no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 20px;
}
.side-menu ul li a {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
.side-menu ul.sub-level1 {
  padding: 10px;
  display: none;
}
.side-menu ul.sub-level1.open {
  display: flex;
}
.side-menu ul.sub-level1 li {
  border: none;
  padding: 0;
}
.side-menu ul.sub-level1 li a {
  color: #575757;
  font-weight: 500;
}
.side-menu ul.sub-level2 {
  padding: 10px;
}
.side-menu ul.sub-level2 li a {
  color: #206AE1;
  font-weight: 500;
  font-size: 12px;
}
.menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all, 0.3s;
}
.menu-overlay.visible {
  visibility: visible;
  opacity: 1;
  transition: all, 0.3s;
}
.close-menu {
  width: 32px;
  height: 32px;
  background: #ffffff;
  position: absolute;
  right: 10px;
  top: 10px;
}
.close-menu img {
  width: 24px;
  height: 24px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .mega-navigation {
    background-color: #ffffff;
    padding: 0;
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 0 40px 0;
  }
  .mega-navigation .container {
    box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.2);
  }
  .mega-navigation__inner {
    height: 100%;
    align-items: center;
  }
  .mega-navigation .wysiwyg {
    float: right;
  }
  .mega-navigation li {
    margin: 0;
  }
  .mega-navigation li.open .level1,
  .mega-navigation li:first-child .level1 {
    display: block;
  }
  .mega-navigation .level1 .right-nav {
    float: right;
  }
  .mega-navigation .level1 .right-nav li {
    margin: 0;
  }
  .mega-navigation .level1 .right-nav li a {
    font-weight: normal;
    color: black;
  }
  .mega-navigation .level1 .right-nav li:hover {
    background: none;
  }
  .mega-navigation .level1 .right-nav li:hover a {
    color: black;
  }
  .mega-navigation .level1 .main-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  .mega-navigation .level1 li {
    min-height: 50px;
    position: relative;
  }
  .mega-navigation .level1 li .sub-menu {
    margin: auto;
    margin-top: 0;
    z-index: 999;
    border-bottom: 0;
    padding: 0;
  }
  .mega-navigation .level1 li .sub-menu li {
    min-width: 200px;
    min-height: 25px;
  }
  .mega-navigation .level1 li a {
    color: black;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 0 10px;
  }
  .mega-navigation .level1 li:hover {
    background: #fff;
    color: black;
  }
  .mega-navigation .level1 li:hover a {
    color: black;
  }
  .mega-navigation .level1 li:hover .sub-menu-container {
    position: absolute;
    display: block;
    overflow-y: scroll;
    width: 100vw;
    max-width: 1260px;
    height: auto;
    background-color: #fff;
    z-index: 3;
    padding: 40px;
    -webkit-box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.5);
  }
  .mega-navigation .level1 li:hover .sub-menu-container .sub-menu.sub-menu--shallow {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 500px;
    float: left;
  }
  .mega-navigation .level1 li:hover .sub-menu-container .sub-menu.sub-menu--shallow li a {
    padding-left: 0;
    color: black;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    line-height: 14px;
  }
  .mega-navigation .level1 li:hover .sub-menu-container .sub-menu.sub-menu--shallow .sub-menu.sub-menu--deep {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: 10px;
    min-height: auto;
  }
  .mega-navigation .level1 li:hover .sub-menu-container .sub-menu.sub-menu--shallow .sub-menu.sub-menu--deep li {
    min-width: 200px;
  }
  .mega-navigation .level1 li:hover .sub-menu-container .sub-menu.sub-menu--shallow .sub-menu.sub-menu--deep li a {
    padding: 0;
    margin: 0;
    font-weight: normal;
    color: #206AE1;
    font-size: 14px;
  }
  .mega-navigation .level1 li:hover .sub-menu--shallow &gt; li {
    text-align: left;
    float: left;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .mega-navigation .level1 li:hover .sub-menu--shallow &gt; li a {
    text-align: left;
  }
  .mega-navigation .level1 li:hover .sub-menu li.back,
  .mega-navigation .level1 li:hover .sub-menu li.js-add-title {
    display: none;
  }
  .mega-navigation .level1 li:hover .sub-menu li {
    display: block;
  }
  .mega-navigation .level1 li:hover .sub-menu li a {
    color: #4F5C70;
  }
  .mega-navigation .account-mobile,
  .mega-navigation .mobile-menu-links,
  .mega-navigation .js-close-menu {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .mega-navigation .level1 li a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .mega-navigation {
    position: fixed;
    height: 100%;
    top: 0;
    right: -100%;
    transition: right .1s linear;
    z-index: 99999;
    width: 100%;
    text-align: right;
    padding: 0;
    background-color: black;
  }
  .mega-navigation ul &gt; ul {
    padding-left: 0;
  }
  .mega-navigation .mega-navigation__inner {
    height: 100%;
  }
  .mega-navigation .level1 {
    background: black;
    margin: 0;
    height: 100%;
  }
  .mega-navigation .level1 .main-menu {
    padding-left: 0;
    padding: 30px;
    height: 100%;
  }
  .mega-navigation .level1 li {
    border-bottom: 1px #fff solid;
  }
  .mega-navigation .level1 li.parent {
    position: relative;
  }
  .mega-navigation .level1 li.parent.open {
    position: inherit;
  }
  .mega-navigation .level1 li.parent .arrow-icon {
    width: 45px;
    height: 62px;
    position: absolute;
    content: '';
    background-image: url(../images/icon-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    width: 20px;
    height: 50%;
    right: 0;
    top: 5px;
  }
  .mega-navigation .level1 li a {
    color: black;
    font-size: 14px;
    padding: 5px 0;
    display: block;
  }
  .mega-navigation .level1 li a:hover {
    text-decoration: none;
  }
  .mega-navigation .level1 .menu2 {
    display: none;
  }
  .mega-navigation .top-header .close {
    position: absolute;
    display: none;
    left: -30px;
    top: 0;
    width: 63px;
    height: 63px;
    z-index: 99999;
    text-indent: 100%;
    black-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon-close.svg);
  }
  .mega-navigation .mobile-menu-links {
    list-style: none;
    padding-top: 30px;
  }
  .mega-navigation .mobile-menu-links li a {
    color: black;
    font-size: 16px;
  }
  .mega-navigation .account-mobile .account-links {
    margin-top: 30px;
    padding-top: 10px;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
  }
  .mega-navigation .account-mobile .account-links li {
    position: relative;
    display: inline-block;
    width: 25%;
    padding-bottom: 25%;
    text-indent: -9999px;
    height: 0;
  }
  .mega-navigation .account-mobile .account-links li:first-child {
    margin-left: 0;
  }
  .mega-navigation .account-mobile .account-links li:last-child {
    margin-right: 0;
  }
  .mega-navigation .account-mobile .account-links li a {
    position: absolute;
    border: 1px black solid;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon-user.svg);
    background-size: 100%;
    padding: 5px;
  }
  .mega-navigation .account-mobile .account-links li .phone {
    background-image: url(../images/icon-phone.svg);
  }
  .mega-navigation .account-mobile .account-links li .contact {
    background-image: url(../images/icon-contact.svg);
    background-size: 45px;
    stroke-width: 2;
    background-color: black;
  }
  body.menu-open {
    overflow: hidden;
    position: fixed;
  }
  body.menu-open:before {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    content: '';
    z-index: 997;
    width: 100%;
    height: 100%;
  }
  .mega-navigation .wysiwyg {
    display: none;
  }
  .mega-navigation.is-open {
    right: 0;
    width: calc(55%);
    display: inline-block;
    text-align: left;
    background: black;
    padding-bottom: 80px;
  }
  .mega-navigation.is-open li.inspiration,
  .mega-navigation.is-open li.trade {
    display: none;
    margin-bottom: 0;
  }
  .mega-navigation.is-open .top-header .close {
    display: block;
  }
  .mega-navigation.is-open .page-header__primary_nav,
  .mega-navigation.is-open .page-header__nav-link {
    display: none;
  }
  .mega-navigation ul li.top .sub-menu {
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(55%);
    background-color: #fff;
    z-index: 1;
    padding: 20px 0 60px 0;
    right: -100%;
    transition: right .1s linear;
  }
  .mega-navigation ul li.top .sub-menu.is-open {
    right: -45px;
    background-color: black;
    background-image: url(../images/mobile-bg.svg);
    background-repeat: no-repeat;
    background-position: 0 180px;
    background-size: 100%;
  }
  .mega-navigation ul li.top .sub-menu.is-open.sub-menu--shallow,
  .mega-navigation ul li.top .sub-menu.is-open.sub-menu--deep {
    position: fixed;
    right: 0;
    padding: 10px 20px 80px 20px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .mega-navigation ul li.top .sub-menu.is-open.sub-menu--shallow .parent .arrow-icon,
  .mega-navigation ul li.top .sub-menu.is-open.sub-menu--deep .parent .arrow-icon {
    background-image: url(../images/icon-right-arrow.svg);
  }
  .mega-navigation ul li.top .sub-menu.is-open.sub-menu--shallow li,
  .mega-navigation ul li.top .sub-menu.is-open.sub-menu--deep li {
    width: 100%;
  }
  .mega-navigation ul li.top .sub-menu.is-open.sub-menu--shallow li a,
  .mega-navigation ul li.top .sub-menu.is-open.sub-menu--deep li a {
    color: #fff;
  }
  .mega-navigation ul li.top .sub-menu.is-open.sub-menu--shallow .parent,
  .mega-navigation ul li.top .sub-menu.is-open.sub-menu--deep .parent {
    position: relative;
  }
  .mega-navigation ul li.top .sub-menu.is-open.sub-menu--deep {
    z-index: 999;
  }
  .mega-navigation ul li.top .sub-menu .js-add-title {
    font-weight: 500;
    font-size: 24px;
    color: black;
    padding: 10px 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .mega-navigation ul li.top .sub-menu .back {
    color: black;
    position: relative;
    font-size: 16px;
    padding: 10px;
    margin-top: 36px;
    padding-left: 32px;
    font-weight: 600;
  }
  .mega-navigation ul li.top .sub-menu .back:before {
    position: absolute;
    background-image: url(../images/icon-left-arrow.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    width: 20px;
    height: 75%;
    left: 0;
    top: 5px;
    content: '';
  }
}
.breadcrumbs {
  margin: 0 auto 20px auto;
}
.breadcrumbs .item:not(:last-child):after {
  content: '/';
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
.breadcrumbs .item {
  display: inline !important;
}
.breadcrumbs .item a,
.breadcrumbs .item span,
.breadcrumbs .item strong {
  color: #000000;
  font-size: 14px;
}
.prefooter {
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.33);
  margin-top: 40px;
}
.prefooter_sections {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prefooter_sections__section {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
  padding: 20px;
}
.prefooter_sections__section--image {
  margin: 0 10px;
}
.prefooter_sections__section--image img {
  width: 42px;
  height: 42px;
}
.prefooter_sections__section--content {
  margin: 0 10px;
  padding: 0 20px;
}
.prefooter_sections__section--content h4 {
  font-size: 16px;
  font-weight: 600;
}
.mainfooter {
  width: 100%;
  padding: 40px 0;
  background-color: #F5F5F5;
  background-image: url(../images/footer/X.svg);
  background-repeat: no-repeat;
  background-size: 42%;
  background-position: 132% 100%;
}
.mainfooter_brand {
  width: 100%;
  padding: 20px;
}
.mainfooter_brand img {
  width: 200px;
}
.mainfooter_sections {
  width: 75%;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.mainfooter_sections__section h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px 0;
  color: #000000;
}
.mainfooter_sections__section ul {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}
.mainfooter_sections__section ul li {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 0;
}
.mainfooter_sections__section ul li a {
  text-decoration: none;
  color: #000000;
}
.mainfooter_sections__section ul li a:hover {
  text-decoration: none;
}
.copyright {
  width: 100%;
  padding: 10px 0;
  background: #000000;
}
.copyright_sections {
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright_sections__section ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}
.copyright_sections__section ul li {
  font-size: 32px;
  color: #ffffff;
  margin: 0 10px;
}
.copyright_sections__section p {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
}
.cart-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  padding: 0 0 40px 0;
}
.cart-item-count {
  margin: 10px 0 0 0;
}
.cart_summary {
  padding: 20px;
  background: #206AE1;
  flex: 0 30%;
  border-radius: 20px;
  margin-top: -5%;
}
.cart-container form {
  flex: 0 70%;
  margin: 20px 20px 0 0;
}
.cart_summary__text p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.cart_summary__text h3 {
  font-size: 26px;
  color: #ffffff;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.cart_summary__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px 0 0 0;
}
.cart_summary__buttons a:first-child {
  display: block;
  margin: 10px auto;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  background: #ffffff;
  padding: 8px 20px;
  border-radius: 5px;
}
.cart_summary__buttons a:hover {
  text-decoration: none;
}
.cart_summary__buttons a:last-child {
  color: #ffffff;
  display: block;
  margin: 5px auto;
  font-size: 14px;
  text-decoration: underline;
}
.cart_summary__buttons a.logged-in {
  display: block;
  margin: 10px auto;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  background: #ffffff;
  padding: 8px 20px;
  border-radius: 5px;
  text-decoration: none;
}
.cart_summary__secure {
  margin: 20px 0 0 0;
}
.cart_summary__secure h3 {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}
.cart_summary__secure ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}
.cart_summary__secure ul li {
  font-size: 32px;
  color: #ffffff;
  margin: 0 10px;
}
.cart_items {
  width: 100%;
  padding: 10px 0;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.33);
}
.cart_items__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.33);
}
.cart_items__item:last-child {
  border: none;
}
.cart_items__item--image {
  flex: 0 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart_items__item--details {
  flex: 0 55%;
}
.cart_items__item--details h3 {
  font-size: 20px;
  color: #000000;
  margin: 0 0 40px 0;
  font-weight: 400;
}
.cart_items__item--details h3 a {
  color: #000000;
}
.cart_items__item--details h3 a:hover {
  text-decoration: none;
}
.cart_items__item--details .field.qty {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart_items__item--details .field.qty span {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}
.cart_items__item--details .field.qty input[type="number"] {
  width: 25%;
  margin: 0 10px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  padding: 8px 10px;
  height: auto;
}
.cart_items__item--final {
  flex: 0 25%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 20px 0 0;
  flex-direction: column;
}
.cart_items__item--final .cart-actions {
  margin: 0 0 60px 0;
}
.cart_items__item--final .cart-actions a {
  font-size: 16px;
  text-align: right;
  text-decoration: underline;
  color: #206AE1;
}
.cart_items__item--final .price-including-tax {
  font-weight: 400;
  font-size: 26px;
  color: #000000;
}
.cart_items__item--final .price-including-tax .price {
  font-weight: 400;
}
.cart_items__item--final .price-including-tax strong {
  font-size: 14px;
  font-weight: 400;
}
.cart_empty {
  width: 100%;
  padding: 10px 0;
  margin: 10px 0;
}
.cart_empty p {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 20px 0;
}
.cart_empty a {
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 40px;
  background: #206AE1;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0;
}
.cart_empty a:hover {
  text-decoration: none;
}
.use-ajax.action.towishlist.action-towishlist {
  display: none;
}
.cart_update {
  width: 100%;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: end;
}
.cart_update button {
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  background: #206AE1;
  padding: 10px 20px;
  border: none;
}
.login {
  width: 35%;
  padding: 20px 40px;
  background: #206AE1;
  border-radius: 20px;
  margin: 0 auto;
}
.login_header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.login_header h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
}
.login_form {
  width: 100%;
}
.login_form__input {
  width: 100%;
  padding: 0 0 20px 0;
}
.login_form__input label {
  font-size: 14px;
  color: #ffffff;
  display: block;
  margin: 0 0 10px 0;
}
.login_form__input input {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 20px 10px;
  color: #ffffff;
}
.login_form__forgotten {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login_form__forgotten a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: underline;
}
.login_form__submit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 10px 0;
}
.login_form__submit button {
  padding: 10px 20px;
  border-radius: 5px;
  background: #ffffff;
  border: none;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}
.forgotten {
  width: 35%;
  padding: 20px 40px;
  background: #206AE1;
  border-radius: 20px;
  margin: 0 auto;
}
.forgotten_header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.forgotten_header h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
}
.forgotten_form {
  width: 100%;
}
.forgotten_form__input {
  width: 100%;
  padding: 0 0 20px 0;
}
.forgotten_form__input label {
  font-size: 14px;
  color: #ffffff;
  display: block;
  margin: 0 0 10px 0;
}
.forgotten_form__input input {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 20px 10px;
  color: #ffffff;
}
.forgotten_form__captcha {
  width: 100%;
  padding: 0 0 20px 0;
}
.forgotten_form__captcha label {
  font-size: 14px;
  color: #ffffff;
  display: block;
  margin: 0 0 10px 0;
}
.forgotten_form__captcha input {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 20px 10px;
  color: #ffffff;
}
.forgotten_form__captcha .control.captcha-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.forgotten_form__captcha button {
  padding: 5px 10px;
  border-radius: 5px;
  background: #ffffff;
  border: none;
  color: #000000;
  font-weight: 500;
  font-size: 12px;
}
.forgotten_form__submit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 10px 0;
}
.forgotten_form__submit button {
  padding: 10px 20px;
  border-radius: 5px;
  background: #ffffff;
  border: none;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}
.register {
  width: 35%;
  padding: 20px 40px;
  background: #206AE1;
  border-radius: 20px;
  margin: 0 auto;
}
.register_header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.register_header h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
}
.register_form {
  width: 100%;
}
.register_form__input {
  width: 100%;
  padding: 0 0 20px 0;
}
.register_form__input label {
  font-size: 14px;
  color: #ffffff;
  display: block;
  margin: 0 0 10px 0;
}
.register_form__input input {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 20px 10px;
  color: #ffffff;
}
.register_form__newsletter {
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.register_form__newsletter label {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}
.register_form__submit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 10px 0;
}
.register_form__submit button {
  padding: 10px 20px;
  border-radius: 5px;
  background: #ffffff;
  border: none;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}
.account_navigation {
  width: 100%;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.33);
}
.account_navigation .nav.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
.account_navigation .nav.items .nav.item {
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
}
.account_navigation .nav.items .nav.item:after {
  content: '';
  display: block;
  background: url('../images/account/arrow-right.png') no-repeat;
  background-size: 24px 24px;
  background-position: right center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  opacity: 0.5;
}
.account_navigation .nav.items .nav.item.current strong {
  color: #206AE1;
  font-weight: 500;
  cursor: pointer;
}
.account_navigation .nav.items .nav.item.current:after {
  opacity: 1;
}
.account_navigation .nav.items .nav.item a {
  color: #000000;
  font-weight: 500;
}
.account_title {
  width: 100%;
  padding: 0 0 30px 0;
}
.account_title h1 {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
}
.account_info {
  width: 100%;
  padding: 0 0 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.account_info__block {
  border: 1px solid rgba(0, 0, 0, 0.33);
  background: #F7F7F7;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.account_info__block--title {
  width: 100%;
}
.account_info__block--title h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.account_info__block--content {
  width: 100%;
  padding: 10px 0;
}
.account_info__block--content p {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}
.account_info__block--actions {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.account_info__block--actions a {
  padding: 0 20px;
  font-size: 14px;
  text-decoration: underline;
  color: #206AE1;
}
.account_addresses {
  width: 100%;
  padding: 0 0 20px 0;
  display: flex;
  flex-wrap: no-wrap;
  justify-content: space-between;
  gap: 20px;
}
.account_addresses__title {
  width: 100%;
  padding: 0 0 20px 0;
  display: flex;
  justify-content: space-between;
}
.account_addresses__title h2 {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.account_addresses__title a {
  font-size: 14px;
  text-decoration: underline;
  color: #206AE1;
}
.account_addresses__block {
  border: 1px solid rgba(0, 0, 0, 0.33);
  background: #F7F7F7;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.account_addresses__block--title {
  width: 100%;
}
.account_addresses__block--title h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.account_addresses__block--content {
  width: 100%;
  padding: 10px 0;
}
.account_addresses__block--content p {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  line-height: 28px;
}
.account_addresses__block--actions {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.account_addresses__block--actions a {
  padding: 0 20px;
  font-size: 14px;
  text-decoration: underline;
  color: #206AE1;
}
.block.block-dashboard-orders {
  display: none;
}
.address_form {
  border: 1px solid rgba(0, 0, 0, 0.33);
  background: #F7F7F7;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.address_form__notifications {
  width: 100%;
  padding: 0 0 20px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.address_form__notifications--notification {
  width: 50%;
  padding: 10px 20px;
  background: #206AE1;
  border-radius: 10px;
  margin: 0 0 10px 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
.address_form__notifications--notification:before {
  content: '!';
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #ffffff;
  color: #206AE1;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.address_form__notifications--notification span {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.address_form__name .register_form__input label {
  color: #000000;
}
.address_form__name .register_form__input input {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.33);
  color: #000000;
}
.address_form__input {
  width: 100%;
  padding: 0 0 20px 0;
}
.address_form__input .required label {
  display: flex;
  gap: 5px;
}
.address_form__input .required label:after {
  content: '*';
  display: block;
  font-size: 14px;
  color: red;
  font-weight: 600;
}
.address_form__input label {
  font-size: 14px;
  color: #000000;
  display: block;
  margin: 0 0 10px 0;
}
.address_form__input input {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.33);
  color: #000000;
  border-radius: 5px;
  padding: 20px 10px;
}
.address_form__input .nested {
  padding: 5px 0;
}
.address_form__input select {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.33);
  color: #000000;
  border-radius: 5px;
  font-size: 14px;
  min-height: 40px;
  padding: 0 10px;
}
.address_form__actions {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.address_form__actions a {
  font-size: 14px;
  color: #206AE1;
  font-weight: 600;
  text-decoration: underline;
}
.address_form__actions button {
  border-radius: 5px;
  border: none;
  padding: 10px 40px;
  background: #206AE1;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.address_form__defaults {
  width: 100%;
  display: flex;
  padding: 0 0 20px 0;
  justify-content: space-between;
  align-items: center;
}
.address_form__defaults label {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.address_book {
  width: 100%;
  padding: 0 0 20px 0;
  display: flex;
  flex-wrap: no-wrap;
  justify-content: space-between;
  gap: 20px;
}
.address_book__block {
  border: 1px solid rgba(0, 0, 0, 0.33);
  background: #F7F7F7;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.address_book__block--title {
  width: 100%;
}
.address_book__block--title h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.address_book__block--content {
  width: 100%;
  padding: 10px 0;
}
.address_book__block--content p {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}
.address_book__block--actions {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.address_book__block--actions a {
  padding: 0 20px;
  font-size: 14px;
  text-decoration: underline;
  color: #206AE1;
}
.address_list {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.33);
  background: #F7F7F7;
  border-radius: 20px;
  padding: 20px 0;
}
.address_list .address_list__title {
  width: 100%;
  padding: 10px 20px;
}
.address_list .address_list__title h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.address_list .address_list__addresses {
  width: 100%;
}
.address_list .address_list__addresses p.empty {
  font-size: 14px;
  color: #000000;
  text-align: center;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.address_list .address_list__addresses--address {
  width: 100%;
  display: flex;
  flex-wrap: no-wrap;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
}
.address_list .address_list__addresses--address-content {
  width: 100%;
}
.address_list .address_list__addresses--address-content p {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  margin: 0;
  line-height: 28px;
}
.address_list .address_list__addresses--address-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
}
.address_list .address_list__addresses--address-actions a {
  font-size: 14px;
  color: #206AE1;
  text-decoration: underline;
  font-weight: 600;
}
.address_list .address_list__addresses--address-actions button {
  padding: 0;
  border: none;
  background: transparent;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
  color: #f44336;
}
.address_list .customer-addresses-toolbar {
  margin: 20px 0;
  padding: 0 10px 20px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.address_list .customer-addresses-toolbar span,
.address_list .customer-addresses-toolbar strong {
  font-size: 14px;
}
.address_list .customer-addresses-toolbar select {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.33);
  color: #000000;
  border-radius: 5px;
  font-size: 14px;
  min-height: 40px;
  padding: 0 10px;
}
.address_list__new {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.address_list__new a {
  font-size: 14px;
  color: #206AE1;
  font-weight: 600;
  text-decoration: underline;
}
.account_information {
  width: 100%;
  padding: 10px 0;
}
.account_information__form {
  width: 100%;
}
.account_information__form--title {
  width: 100%;
  padding: 10px 0;
}
.account_information__form--title h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.account_information__form--change {
  width: 100%;
  padding: 20px 0;
}
.account_information__form--change-title {
  width: 100%;
  padding: 10px 0;
}
.account_information__form--change-title h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.account_information__form--change-input {
  width: 100%;
  padding: 0 0 20px 0;
}
.account_information__form--change-input label {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin: 0 0 10px 0;
}
.account_information__form--change-input input {
  border-radius: 5px;
  background: #ffffff;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.33);
  padding: 20px 10px;
}
.account_information__form--form {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.33);
  background: #F7F7F7;
  border-radius: 20px;
  padding: 20px;
}
.account_information__form--form-input {
  width: 100%;
  padding: 0 0 20px 0;
}
.account_information__form--form-input label {
  color: #000000;
}
.account_information__form--form-input input {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.33);
  color: #000000;
}
.account_information__form--form-checkboxes {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.account_information__form--form-checkboxes label {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  cursor: pointer;
}
.account_information__form--form-buttons {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: flex-end;
}
.account_information__form--form-buttons button {
  border-radius: 5px;
  border: none;
  padding: 10px 40px;
  background: #206AE1;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.account_history {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.33);
  background: #F7F7F7;
  padding: 0 40px;
  margin: 0 0 20px 0;
}
.account.sales-order-view .column.main {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0 20px;
}
.history_orders .back-button {
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 40px;
  background: #206AE1;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0;
  display: inline-block;
  float: right;
  text-align: center;
}
.account_history__order {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.33);
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  align-items: center;
  padding: 20px 0;
}
.account_history__order--number h4 {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.account_history__order--number p {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 30px;
}
.account_history__order--date h4 {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.account_history__order--date p {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 30px;
}
.account_history__order--link {
  align-self: right;
}
.account_history__order--link a {
  display: block;
  text-align: right;
  font-size: 16px;
  text-decoration: underline;
  color: #206AE1;
  font-weight: 500;
}
.account_history__order:last-child {
  border: none;
}
.items.order-links {
  display: none;
}
.history_orders__items {
  width: 100%;
  padding: 10px;
  background: #F7F7F7;
  border: 1px solid rgba(0, 0, 0, 0.33);
  border-radius: 15px;
}
.history_orders__items--item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.33);
}
.history_orders__items--item:first-child {
  padding: 10px 10px 20px 10px;
}
.history_orders__items--item .order_item__image {
  flex: 0 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history_orders__items--item .order_item__image img {
  border-radius: 10px;
}
.history_orders__items--item .order_item__details {
  flex: 0 55%;
}
.history_orders__items--item .order_item__details h3 {
  font-size: 16px;
  color: #000000;
  margin: 0 0 40px 0;
  font-weight: 400;
}
.history_orders__items--item .order_item__details p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.history_orders__items--item .order_item__details p span {
  margin: 0 0 0 10px;
}
.history_orders__items--item .order_item__final {
  flex: 0 25%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 20px 0 0;
  flex-direction: column;
}
.history_orders__items--item .order_item__final p {
  font-size: 26px;
  font-weight: 400;
  color: #000000;
  display: flex;
}
.history_orders__items--item .order_item__final p span {
  font-size: 14px;
  font-weight: 400;
}
.history_orders__items--item .order_item__final p span.price {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin: 0 5px 0 0;
}
.history_orders__items--item:last-child {
  border: none;
}
.history_details {
  background: #206AE1;
  border-radius: 20px;
  padding: 20px;
}
.history_details__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
}
.history_details__header h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}
.history_details__header p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}
.history_details__method {
  padding: 20px 0;
}
.history_details__method h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}
.history_details__method p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}
.history_details__method span {
  position: relative;
  top: 2px !important;
  left: 0 !important;
  margin: 0 0 0 20px;
  font-size: 14px;
  color: #ffffff;
}
.history_details__delivery {
  padding: 0 0 20px 0;
}
.history_details__delivery h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}
.history_details__delivery p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
}
.history_details__delivery p a {
  color: #ffffff;
  font-weight: 500;
}
.history_details__deliverymethod {
  padding: 0 0 20px 0;
}
.history_details__deliverymethod h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}
.history_details__deliverymethod p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}
.history_details__totals p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px 0;
}
.history_details__totals h3 {
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.toolbar-amount {
  display: none;
}
.toolbar.toolbar-products {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.toolbar.toolbar-products:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.33);
  padding: 20px 0;
}
.toolbar.toolbar-products .pages {
  display: block;
}
.toolbar.toolbar-products .pages .item,
.toolbar.toolbar-products .pages strong.page {
  font-size: 18px;
}
.toolbar.toolbar-products .item.pages-item-previous a,
.toolbar.toolbar-products .item.pages-item-next a {
  border: none;
  background: #206AE1;
  border-radius: 5px;
  color: #ffffff;
}
.toolbar.toolbar-products .item.pages-item-previous a:before,
.toolbar.toolbar-products .item.pages-item-next a:before {
  color: #ffffff;
}
.category {
  width: 100%;
  margin-top: -4%;
}
.category_mobile {
  display: none;
}
.category .toolbar-sorter.sorter {
  background: #F5F5F5;
  border: 1px solid rgba(0, 0, 0, 0.33);
  border-radius: 5px;
  padding: 5px 10px;
  width: 22%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category .toolbar-sorter.sorter label {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
}
.category .toolbar-sorter.sorter select {
  margin: 0;
  border: none;
  background: #F5F5F5;
  font-size: 14px;
  text-align: right;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}
.category_products {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  justify-content: space-between;
}
.catalog-category-view .column.main {
  width: 80%;
}
.catalog-category-view .sidebar.sidebar-main {
  width: 20%;
}
.product-card {
  padding: 0 0 20px 0;
  display: flex;
  flex-direction: column;
}
.product-card_image {
  border: 1px solid rgba(0, 0, 0, 0.33);
  border-radius: 20px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-card_name {
  width: 100%;
  padding: 10px 0;
}
.product-card_name h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.product-card_name h2 a {
  color: #000000;
}
.product-card_price {
  width: 100%;
  padding: 10px 0;
}
.product-card_price .price-including-tax span {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.product-card_price .price-excluding-tax span {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.product-card_add {
  width: 100%;
  padding: 10px 0;
  margin-top: auto;
}
.product-card_add button {
  background: #206AE1;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
}
.action.sorter-action.sort-asc {
  display: none;
}
.block-subtitle.filter-subtitle {
  display: none;
}
.block.filter {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.33);
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 0;
}
.block.filter .filter-options-title,
.filter-label {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}
.filter-options .filter-options-content {
  margin: 0;
}
.block-title.filter-title {
  display: none;
}
.block-subtitle.filter-current-subtitle {
  font-size: 14px;
  color: #206AE1;
  font-weight: 700;
}
.filter-value {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.filter-current .action.remove span {
  display: none;
}
.filter-current .action.remove:after {
  content: '';
  display: inline-block;
  margin: 0 0 0 10px;
  width: 14px;
  height: 14px;
  background: url('../images/remove.png') no-repeat;
  background-size: 100%;
  position: relative;
  top: 2px;
}
.action.clear.filter-clear {
  background: #206AE1;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  padding: 5px;
  border: none;
  display: block;
  width: 100%;
  text-align: center;
}
.action.clear.filter-clear:hover {
  text-decoration: none;
}
.filter-current + .filter-actions {
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
  padding: 20px 0;
}
.filter_section {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
  padding: 0 20px 10px 20px;
}
.filter_section:last-child {
  border: none;
  padding: 0 20px;
}
.filter_section:first-child {
  padding: 10px 20px 10px 20px;
}
.filter-options {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.filter-options .filter-options-title {
  margin: 0 0 10px 0;
}
.filter-options-content ol li a {
  font-size: 14px;
  color: #206AE1;
  font-weight: 500;
}
.filter-options .filter-options-content ol {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
}
.filter-options-content {
  display: none;
}
.filter-options-content.opened {
  display: block;
}
.filter-options-item.opened .filter-options-title:after {
  background: url('../images/up-arrow.png') no-repeat;
  background-size: 100%;
}
.filter-options-item.opened .filter-options-content {
  display: block;
}
.filter-options-item .filter-options-title {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.filter-options-item .filter-options-title:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/down-arrow.png') no-repeat;
  background-size: 100%;
}
.smile-es-range-slider .ui-slider-handle {
  background: #206AE1;
}
.smile-es-range-slider .action.primary.small {
  background: #206AE1;
  border-color: #206AE1;
  border-radius: 10px;
}
.product_main {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product.media {
  background: #F7F7F7;
  border-radius: 20px;
  padding: 20px;
}
.fotorama-item {
  padding: 10px;
}
.fotorama__stage {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.33);
}
.fotorama__nav.fotorama__nav--thumbs {
  padding: 10px 0;
}
.fotorama__thumb {
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.33);
}
.fotorama__thumb-border {
  border: 1px solid #206AE1;
  border-radius: 10px;
}
.page-layout-1column .product-info-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}
.page-title-wrapper.product .page-title {
  font-size: 28px;
  font-weight: 400;
  color: #000000;
  margin: 0;
}
.product-info-price .price-wrapper.price-including-tax .price {
  font-size: 35px;
  font-weight: 700;
  color: #000000;
  margin: 0 10px 0 0;
}
.product-info-price .price-container.price-final_price.tax.weee {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product_main__add {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
}
.product_main__add .product_main__add--quantity {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 40%;
}
.product_main__add .product_main__add--quantity label {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin: 0 20px 0 0;
}
.product_main__add .product_main__add--quantity input {
  border: 1px solid #000000;
  border-radius: 10px;
}
.product_main__add .product_main__add--button button {
  border-radius: 5px;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 20px;
  background: #206AE1;
}
.column.main .block .title strong {
  font-size: 26px;
  font-weight: 500;
  color: #000000;
}
.product-info-main .price-box {
  margin: 0;
}
.suggested {
  width: 100%;
  padding: 10px 0;
  margin: 20px 0;
}
.suggested_products {
  width: 100%;
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2%;
}
.suggested_products__product {
  flex: 0 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  background: #ffffff;
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.2);
  margin: 0 0 2% 0;
}
.suggested_products__product--details h4 {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
}
.suggested_products__product--details a {
  margin: 20px 0 0 0;
  text-decoration: underline;
  color: #206AE1;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  display: block;
}
.suggested_products__product--image a {
  width: 150px;
  height: 150px;
  display: block;
  border-radius: 10px;
}
.suggested_products__product--image a img {
  width: 100%;
  height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.33);
  border-radius: 10px;
}
.product_details {
  width: 100%;
  padding: 0 0 20px 0;
}
.product_details__section {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.33);
}
.product_details__section.open .product_details__section--title {
  margin: 0 0 20px 0;
}
.product_details__section.open .product_details__section--title {
  background: url(../images/up-arrow.png) no-repeat right top;
  background-size: 24px 24px;
}
.product_details__section.open .product_details__section--content {
  display: block;
}
.product_details__section--title {
  width: 100%;
  margin: 0;
  background: url(../images/down-arrow.png) no-repeat right top;
  background-size: 24px 24px;
  cursor: pointer;
}
.product_details__section--title h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.product_details__section--content {
  width: 100%;
  overflow: auto;
  padding: 0 40px 0 0;
  display: none;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  line-height: 24px;
}
.product_details__section--content.short_description {
  display: block;
}
.product_details__section--content b {
  font-weight: 600;
  display: block;
}
.product_details__section--content table {
  font-size: 14px;
  width: 75%;
}
.product_details__section--content table tbody tr {
  background: #ffffff;
}
.product_details__section--content table tbody tr:nth-child(even) {
  background: #F7F7F7;
}
.product_details__section--content table tbody tr th {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  padding: 20px;
  vertical-align: top;
}
.product_details__section--content table tbody tr td {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  padding: 20px;
  vertical-align: middle;
}
.product_details__section--content table tbody tr td.data {
  font-weight: 700;
  text-align: right;
}
.product_details__section--content p {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  line-height: 24px;
}
.product_details__section--content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product_details__section--content ul li {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding: 10px 0 10px 35px;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  background: url(../images/check-button.png) no-repeat left center;
  background-size: 24px 24px;
}
.two_box {
  width: 100%;
  padding: 40px;
}
.two_box__title {
  width: 100%;
  padding: 0 0 20px 0;
}
.two_box__title h2 {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
}
.two_box__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.two_box__section {
  border-radius: 20px;
  padding: 20px;
  max-width: 550px;
  width: 100%;
  max-height: 450px;
  height: 450px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.two_box__section.keyboards {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.75) 100%), url('../images/home/keyboard.png') no-repeat;
  background-size: 100%;
  background-position: center center;
}
.two_box__section.cordless {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.75) 100%), url('../images/brands/cordless.png') no-repeat;
  background-size: 100%;
  background-position: center center;
}
.two_box__section.airfan {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.75) 100%), url('../images/brands/dyson_air_fan.png') no-repeat;
  background-size: 100%;
  background-position: center center;
}
.two_box__section.cables {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)), url('../images/home/cables.png') no-repeat;
  background-size: 100%;
  background-position: center center;
}
.two_box__section--title {
  width: 100%;
  margin: 20px 0;
}
.two_box__section--title h2 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
}
.two_box__section--button {
  width: 100%;
  margin: 20px 0;
}
.two_box__section--button a {
  text-decoration: none;
  background: #ffffff;
  text-align: center;
  padding: 10px 20px;
  border-radius: 5px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.two_box__section--button a:hover {
  text-decoration: none;
}
.shop_brands {
  width: 100%;
  padding: 40px;
}
.shop_brands__title {
  width: 100%;
  padding: 0 0 20px 0;
  display: flex;
  justify-content: space-between;
}
.shop_brands__title h2 {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
}
.shop_brands__title a {
  font-size: 16px;
  color: #206AE1;
  font-weight: 400;
  text-decoration: underline;
}
.shop_brands__slide {
  display: flex !important;
  justify-content: center;
}
.shop_brands__slide a {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.33);
  padding: 10px;
  width: 250px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.shop_brands__slide img {
  width: 150px;
}
.shop_brands__logos {
  width: 100%;
  padding: 0 20px;
}
.shop_brands__logos .slick-dots {
  padding: 0;
  position: relative;
  top: 40px;
}
.shop_brands__logos .slick-dots li {
  width: 48px;
}
.shop_brands__logos .slick-dots li button {
  border-radius: 10px;
  width: 48px;
  height: 6px;
  border: none;
  background: #BBBBBB;
}
.shop_brands__logos .slick-dots li.slick-active button {
  background: #000000;
}
.shop_brands__logos .slick-prev.slick-arrow {
  background: #ffffff;
  left: 0;
  height: 100px;
  width: 30px;
  border-radius: 0 10px 10px 0;
  z-index: 1;
  top: 40%;
}
.shop_brands__logos .slick-prev.slick-arrow::before {
  font-size: 18px;
  color: #000000;
  font-weight: 900;
}
.shop_brands__logos .slick-next.slick-arrow {
  background: #ffffff;
  right: 0;
  height: 100px;
  width: 30px;
  border-radius: 10px 0 0 10px;
  z-index: 1;
  top: 40%;
}
.shop_brands__logos .slick-next.slick-arrow::before {
  font-size: 18px;
  color: #000000;
  font-weight: 900;
}
.featured_products {
  width: 100%;
  padding: 40px;
}
.featured_products__title {
  width: 100%;
  padding: 0 0 20px 0;
  display: flex;
  justify-content: space-between;
}
.featured_products__title h2 {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
}
.featured_products__title a {
  font-size: 16px;
  color: #206AE1;
  font-weight: 400;
  text-decoration: underline;
}
.featured_products__blocks {
  width: 100%;
  padding: 20px 0;
  display: grid;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
}
.featured_products__blocks .featured_product {
  flex: 0 32%;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.2);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.featured_products__blocks .featured_product__image {
  flex: 0 50%;
}
.featured_products__blocks .featured_product__image img {
  display: block;
  float: right;
  width: 125px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.33);
  max-width: 125px;
}
.featured_products__blocks .featured_product__details {
  flex: 0 50%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.featured_products__blocks .featured_product__details--title {
  width: 100%;
  padding: 0 0 20px 0;
}
.featured_products__blocks .featured_product__details--title h3 {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  line-height: 32px;
}
.featured_products__blocks .featured_product__details--link {
  width: 100%;
}
.featured_products__blocks .featured_product__details--link a {
  font-size: 14px;
  color: #206AE1;
  font-weight: 400;
  text-decoration: underline;
}
.shop_recommended {
  width: 100%;
  padding: 40px 0;
  background: #F5F5F5;
  border-radius: 20px;
}
.shop_recommended__title {
  width: 100%;
  padding: 0 0 20px 0;
}
.shop_recommended__title h2 {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  text-align: center;
}
.shop_recommended__sections {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 40px 20px 40px;
  gap: 5%;
}
.shop_recommended__sections--featured {
  border-radius: 20px;
  padding: 20px;
  max-width: 450px;
  width: 100%;
  max-height: 450px;
  height: 450px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.75) 100%), url('../images/home/samsung_featured.png') no-repeat;
  background-size: 100%;
  background-position: center center;
}
.shop_recommended__sections--featured.dyson {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.75) 100%), url('../images/home/brands/dyson_featured.jpg') no-repeat;
  background-size: 100%;
  background-position: center center;
}
.shop_recommended__sections--featured-title {
  width: 100%;
  margin: 20px 0;
}
.shop_recommended__sections--featured-title h2 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
}
.shop_recommended__sections--featured-button {
  width: 100%;
  margin: 20px 0;
}
.shop_recommended__sections--featured-button a {
  text-decoration: none;
  background: #ffffff;
  text-align: center;
  padding: 10px 20px;
  border-radius: 5px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.shop_recommended__sections--featured-button a:hover {
  text-decoration: none;
}
.shop_recommended__sections--products {
  display: grid;
  justify-content: space-between;
  align-items: flex-start;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.shop_recommended__sections--products .recommended_product {
  flex: 0 33%;
}
.shop_recommended__sections--products .recommended_product__image {
  width: 100%;
}
.shop_recommended__sections--products .recommended_product__image img {
  display: block;
  margin: 0 auto 10px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.33);
}
.shop_recommended__sections--products .recommended_product__title {
  width: 100%;
  margin: 0 0 20px 0;
}
.shop_recommended__sections--products .recommended_product__title h3 {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
.shop_recommended__sections--products .recommended_product__price {
  width: 100%;
  margin: 0 0 20px 0;
}
.shop_recommended__sections--products .recommended_product__price h5 {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
.shop_recommended__sections--products .recommended_product__button {
  width: 100%;
  padding: 20px 0 0 0;
}
.shop_recommended__sections--products .recommended_product__button a {
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  background: #206AE1;
  padding: 10px 20px;
}
.newsletter {
  width: 100%;
  padding: 80px 40px 40px 40px;
}
.newsletter_container {
  width: 100%;
  background: url(../images/home/newsletter.png) no-repeat center center;
  background-size: 100%;
  padding: 40px;
  border-radius: 10px;
  min-height: 250px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.newsletter_container__title {
  width: 50%;
}
.newsletter_container__title h3 {
  font-size: 28px;
  font-weight: 500;
  color: #000000;
  line-height: 40px;
}
.newsletter_container__email {
  width: 50%;
  position: relative;
  margin: 10px 0 0 0;
}
.newsletter_container__email input[type="email"] {
  width: 100%;
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 30px 10px;
  color: #000000;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
}
.newsletter_container__email input[type="email"]::placeholder {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  opacity: 1;
  font-family: 'Montserrat', sans-serif;
}
.newsletter_container__email input[type="submit"] {
  position: absolute;
  right: 10px;
  top: 8px;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background: #000;
  border: none;
  border-radius: 10px;
}
.slider .slick-prev.slick-arrow {
  background: #ffffff;
  left: 0;
  height: 100px;
  width: 30px;
  border-radius: 0 10px 10px 0;
  z-index: 1;
}
.slider .slick-prev.slick-arrow::before {
  font-size: 18px;
  color: #000000;
  font-weight: 900;
}
.slider .slick-next.slick-arrow {
  background: #ffffff;
  right: 0;
  height: 100px;
  width: 30px;
  border-radius: 10px 0 0 10px;
  z-index: 1;
}
.slider .slick-next.slick-arrow::before {
  font-size: 18px;
  color: #000000;
  font-weight: 900;
}
.slider .slick-dots {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 25%;
}
.slider .slick-dots li {
  width: 48px;
}
.slider .slick-dots li button {
  border-radius: 10px;
  width: 48px;
  height: 6px;
  border: none;
  background: #BBBBBB;
}
.slider .slick-dots li.slick-active button {
  background: #ffffff;
}
.slide {
  position: relative;
}
.slide:before {
  background: #000000;
  border-radius: 20px;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.slide img {
  border-radius: 20px;
}
.slide_content {
  position: absolute;
  top: 25%;
  left: 8%;
  width: 32%;
}
.slide_content h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  color: #ffffff;
  margin: 0 0 10px 0;
}
.slide_content p {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 10px 0;
  line-height: 24px;
}
.slide_content a {
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  background: #206AE1;
  padding: 10px 20px;
}
.appliancity {
  width: 100%;
  padding: 0 40px;
  margin: 40px 0;
}
.appliancity a img {
  border-radius: 20px;
}
.successful {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.successful_left {
  flex: 0 50%;
}
.successful_left__title {
  width: 100%;
  padding: 0 0 20px 0;
  position: relative;
}
.successful_left__title::before {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  background: url('../images/check-mark.png') no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 15%;
}
.successful_left__title h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  color: #000000;
  margin: 0 0 0 30px;
}
.successful_left__content {
  padding: 0 0 20px 0;
  width: 100%;
}
.successful_left__content h5 {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.successful_left__content p {
  font-size: 14px;
  color: #000000;
  line-height: 25px;
  padding: 10px 0 0 0;
  font-weight: 400;
}
.successful_left__actions {
  width: 100%;
}
.successful_left__actions a {
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}
.successful_left__actions a:hover {
  text-decoration: none;
}
.successful_left__actions a.continue {
  color: #ffffff;
  background: #206AE1;
}
.successful_left__actions a.create {
  border: 1px solid #206AE1;
  color: #206AE1;
  margin: 0 0 0 10px;
}
.successful_right {
  flex: 0 50%;
  background: #F7F7F7;
  border: 1px solid rgba(0, 0, 0, 0.33);
  border-radius: 20px;
  padding: 20px 40px;
}
.successful_right__title {
  width: 100%;
  padding: 10px 0;
  margin: 0 0 20px 0;
}
.successful_right__title h3 {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  text-align: center;
}
.successful_right__block {
  width: 100%;
  padding: 10px 0;
}
.successful_right__block h5 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #000000;
}
.successful_right__block p {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}
.successful_right__totals {
  width: 100%;
  padding: 10px 0;
}
.successful_right__totals p {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
}
.successful_right__totals p.total {
  font-size: 24px;
  font-weight: 500;
}
.brands {
  width: 100%;
  padding: 10px 0;
}
.brands_banner {
  width: 100%;
  padding: 20px;
}
.brands_banner img {
  width: 100%;
  border-radius: 20px;
}
.brands_popular {
  width: 100%;
  padding: 40px;
}
.brands_popular__title {
  width: 100%;
  padding: 20px 0;
}
.brands_popular__title h4 {
  font-size: 26px;
  font-weight: 500;
  color: #000000;
}
.brands_popular__sections {
  width: 100%;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6%;
}
.brands_popular__sections--section {
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  max-height: 450px;
  height: 450px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.brands_popular__sections--section h5 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
}
.brands_popular__sections--section a {
  text-decoration: none;
  background: #ffffff;
  text-align: center;
  padding: 5px 0;
  border-radius: 5px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  width: 30%;
  display: block;
  margin: 20px 0;
}
.brands_popular__sections--section.windows {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.75) 100%), url('../images/brands/windows_block.png') no-repeat;
  background-size: 100%;
  background-position: center center;
}
.brands_popular__sections--section.logitech {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.75) 100%), url('../images/brands/logitech_block.png') no-repeat;
  background-size: 100%;
  background-position: center center;
}
.brands_blocks {
  width: 100%;
  padding: 0 40px;
}
.brands_blocks__title {
  width: 100%;
  padding: 0 0 20px 0;
}
.brands_blocks__title h4 {
  font-size: 26px;
  font-weight: 500;
  color: #000000;
}
.brands_blocks__sections {
  width: 100%;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.brands_blocks__sections--section {
  flex: 0 23%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.brands_blocks__sections--section a:hover {
  text-decoration: none;
}
.brands_blocks__sections--section-logo {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.33);
  padding: 10px;
  width: 250px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.brands_blocks__sections--section-logo img {
  width: 150px;
}
.brands_blocks__sections--section p {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  padding: 20px 0;
  color: #206AE1;
  font-weight: 600;
}
.brand {
  width: 100%;
  padding: 10px 0;
}
.brand_icons {
  width: 100%;
  padding: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.brand_icons__icon {
  flex: 0 33%;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0 20px;
  align-content: center;
}
.brand_icons__icon img {
  width: 32px;
  height: 32px;
  margin: 0 20px 0 0;
}
.brand_icons__icon p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #000000;
}
.brand_videos {
  width: 100%;
  padding: 20px 40px;
}
.brand_videos__title {
  width: 100%;
  padding: 0 0 40px 0;
}
.brand_videos__title h4 {
  font-size: 26px;
  line-height: 40px;
  color: #000000;
  text-align: center;
  font-weight: 500;
}
.brand_videos__sections {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.brand_videos__sections--featured {
  flex: 0 75%;
}
.brand_videos__sections--featured iframe {
  width: 100% !important;
  height: 500px !important;
  border-radius: 20px;
}
.brand_videos__sections--list {
  flex: 0 25%;
}
.brand_videos__sections--list ul {
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  flex-direction: row;
  height: 100%;
  align-content: space-between;
}
.brand_videos__sections--list ul li {
  border-radius: 20px;
}
.brand_videos__sections--list ul li.active {
  border: 4px solid #206AE1;
}
.brand_videos__sections--list ul li a img {
  width: 100%;
  border-radius: 16px;
}
.authentication-wrapper {
  display: none;
}
.checkout-index-index .nav-sections {
  display: block;
}
.opc-wrapper .step-content {
  padding: 0 20px 0 0;
}
.opc-wrapper .form-shipping-address {
  max-width: 100%;
}
.checkout_step {
  width: 100%;
}
.checkout_step__title {
  width: 100%;
  padding: 10px 0;
}
.checkout_step__title h2 {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.checkout_step__subtitle {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}
.checkout_step__email {
  width: 100%;
  padding: 20px 0 0 0;
}
.checkout_step__email .field {
  margin: 0;
}
.checkout_step__email .fieldset .control {
  width: 100% !important;
  float: none !important;
}
.checkout_step__email label {
  display: block !important;
  font-size: 14px;
  color: #000000;
  font-weight: 500 !important;
  width: 100% !important;
  text-align: left !important;
  float: none !important;
  margin: 0 0 5px 0 !important;
}
.checkout_step__email input[type="email"] {
  width: 100% !important;
  margin: 0 !important;
  height: auto;
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.33);
  padding: 10px;
}
.checkout-index-index .breadcrumbs {
  margin: 0 auto;
}
#shipping-new-address-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#shipping-new-address-form label {
  display: block !important;
  font-size: 14px;
  color: #000000;
  font-weight: 500 !important;
  width: 100% !important;
  text-align: left !important;
  float: none !important;
  margin: 0 0 5px 0 !important;
}
#shipping-new-address-form legend {
  display: block !important;
  font-size: 14px;
  color: #000000;
  font-weight: 500 !important;
  width: 100% !important;
  text-align: left !important;
  float: none !important;
  margin: 0 0 5px 0 !important;
}
#shipping-new-address-form .control {
  width: 100% !important;
  float: none !important;
}
#shipping-new-address-form .field {
  margin: 0;
}
#shipping-new-address-form .field-tooltip-action {
  display: none;
}
#shipping-new-address-form input {
  width: 100% !important;
  margin: 0 !important;
  height: auto;
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.33);
  padding: 10px;
}
#shipping-new-address-form select {
  width: 100% !important;
  margin: 0 !important;
  height: auto;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.33);
  padding: 10px;
}
.checkout_shippingMethods {
  width: 100%;
}
.checkout_shippingMethods__title {
  width: 100%;
  padding: 10px 0;
}
.checkout_shippingMethods__title h2 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
.checkout_shippingMethods__choices {
  width: 100%;
  background: #F7F7F7;
  border-radius: 5px;
  padding: 40px;
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.checkout_shippingMethods__choices--choice {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.33);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
  align-content: center;
}
.checkout_shippingMethods__choices--choice-radio {
  display: flex;
  align-content: center;
}
.checkout_shippingMethods__choices--choice-text h4 {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.checkout_shippingMethods__choices--choice-text p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}
.checkout_shippingMethods__choices--choice-price {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.checkout_shippingMethods__choices--choice-price .price {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.opc-wrapper .form-login {
  margin: 0;
}
.checkout_continue {
  background: #206AE1;
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  border: none;
}
.checkout_continue:hover {
  background: #206AE1;
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  border: none;
}
.opc-block-summary {
  background: #206AE1;
  border-radius: 20px;
  padding: 20px;
  margin: 0;
}
.opc-block-summary .totals th span {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.opc-block-summary .totals th .value {
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
}
.opc-block-summary .totals td span {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}
.opc-block-summary .totals-tax th {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.opc-block-summary .totals-tax th.mark {
  font-weight: 600;
}
.opc-block-summary .totals-tax td span {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}
.opc-block-summary .grand.totals th strong {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
}
.opc-block-summary .grand.totals td span {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
}
.block.items-in-cart {
  display: none;
}
.opc-block-summary .title {
  display: none;
}
.opc-block-shipping-information {
  padding: 0;
}
.shipping-information {
  background: #206AE1;
  border-radius: 20px;
  padding: 20px;
  margin: 20px 0 0 0;
}
.checkout-index-index .modal-content {
  background: transparent;
  box-shadow: none;
}
.shipping-information-title span {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}
.opc-block-shipping-information .shipping-information-title {
  border: none;
  margin: 0;
}
.shipping-information-content {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.shipping-information-content a {
  color: #ffffff;
}
.opc-block-shipping-information .shipping-information-title .action-edit::before {
  display: none;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  text-decoration: underline;
  color: #ffffff;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover {
  text-decoration: underline;
  color: #ffffff;
}
.opc-block-shipping-information .shipping-information-title .action-edit &gt; span {
  position: static;
  width: auto;
  height: auto;
  overflow: auto;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.fieldset hr {
  display: none;
}
.payment-methods .step-title {
  display: none;
}
.payment-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 20px 0 0 0;
}
.payment-group .payment-method {
  border: 1px solid #0003;
  border-radius: 5px;
  height: auto;
  padding: 10px;
  margin: 0;
}
.payment-method-title.field.choice label {
  cursor: pointer;
}
.payment-group .payment-method._active {
  border: 1px solid #206AE1;
}
.checkout-payment-method .payment-method-title {
  padding: 0;
}
.payment-method-title label span {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}
.checkout-payment-method .payment-option-title {
  border: none;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border: none;
}
.payment-method-billing-address {
  padding: 20px 0;
}
.billing-address-same-as-shipping-block.field.choice label {
  cursor: pointer;
}
.billing-address-same-as-shipping-block.field.choice label span {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  padding: 0;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.checkout-payment-method .checkout-billing-address .billing-address-details a {
  color: #000000;
}
.payment-method-content .action.primary.checkout {
  background: #206AE1;
  border-radius: 5px;
  padding: 5px 20px !important;
  font-size: 16px !important;
  color: #ffffff;
  font-weight: 500;
  border: none;
}
.billing-address-form form fieldset.address {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.billing-address-form form fieldset.address label {
  display: block !important;
  font-size: 14px;
  color: #000000;
  font-weight: 500 !important;
  width: 100% !important;
  text-align: left !important;
  float: none !important;
  margin: 0 0 5px 0 !important;
}
.billing-address-form form fieldset.address legend {
  display: block !important;
  font-size: 14px;
  color: #000000;
  font-weight: 500 !important;
  width: 100% !important;
  text-align: left !important;
  float: none !important;
  margin: 0 0 5px 0 !important;
}
.billing-address-form form fieldset.address .control {
  width: 100% !important;
  float: none !important;
}
.billing-address-form form fieldset.address .field {
  margin: 0;
}
.billing-address-form form fieldset.address .field-tooltip-action {
  display: none;
}
.billing-address-form form fieldset.address input {
  width: 100% !important;
  margin: 0 !important;
  height: auto;
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.33);
  padding: 10px;
}
.billing-address-form form fieldset.address select {
  width: 100% !important;
  margin: 0 !important;
  height: auto;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.33);
  padding: 10px;
}
.checkout-billing-address .action.action-cancel {
  background: #ff1744;
  border-radius: 5px;
  padding: 5px 20px !important;
  font-size: 16px !important;
  color: #ffffff;
  font-weight: 500;
  border: none;
  margin: 0;
}
.checkout-billing-address .action.action-cancel:hover {
  background: #ff1744;
  border-radius: 5px;
  padding: 5px 20px !important;
  font-size: 16px !important;
  color: #ffffff;
  font-weight: 500;
  border: none;
  margin: 0;
  text-decoration: none;
}
.checkout-billing-address .action.action-update {
  background: #206AE1;
  border-radius: 5px;
  padding: 5px 20px !important;
  font-size: 16px !important;
  color: #ffffff;
  font-weight: 500;
  border: none;
}
.checkout-billing-address .actions-toolbar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.checkout-billing-address .action.action-edit-address {
  background: #206AE1;
  border-radius: 5px;
  padding: 5px 20px !important;
  font-size: 16px !important;
  color: #ffffff;
  font-weight: 500;
  border: none;
}
.discount-code .payment-option-title {
  padding: 20px 0 !important;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #206AE1;
  font-size: 14px;
  font-weight: 500;
}
.checkout-payment-method .payment-option-content {
  padding: 0;
}
.form-discount #discount-code {
  width: 100% !important;
  margin: 0 !important;
  height: auto;
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.33);
  padding: 10px;
}
.opc-wrapper .form-discount {
  max-width: 100%;
}
.form-discount .action.action-apply {
  background: #206AE1;
  border-radius: 5px;
  padding: 5px 20px !important;
  font-size: 16px !important;
  color: #ffffff;
  font-weight: 500;
  border: none;
}
.totals.discount .title {
  display: block;
}
.form-discount .action.action-cancel {
  background: #ff1744;
  border-radius: 5px;
  padding: 5px 20px !important;
  font-size: 16px !important;
  color: #ffffff;
  font-weight: 500;
  border: none;
  margin: 0;
  text-decoration: none;
}
.shipping-address-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 20px 0;
}
.opc-wrapper .shipping-address-item {
  width: 100%;
  font-size: 14px;
  line-height: 32px;
  color: #000000;
  font-weight: 500;
}
.opc-wrapper .shipping-address-item::before {
  display: none;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #206AE1;
}
.action.action-select-shipping-item {
  background: transparent;
  border-radius: 5px;
  padding: 5px 20px !important;
  font-size: 16px !important;
  color: #206AE1;
  font-weight: 500;
  border: none;
  text-decoration: underline;
}
.opc-wrapper .shipping-address-item.selected-item::after {
  background: #206AE1;
}
.new-address-popup {
  display: flex;
  justify-content: flex-end;
}
.new-address-popup .action.action-show-popup {
  background: #206AE1;
  border-radius: 5px;
  padding: 5px 20px !important;
  font-size: 16px !important;
  color: #ffffff;
  font-weight: 500;
  border: none;
}
.modal-footer .action.primary.action-save-address {
  background: #206AE1;
  border-radius: 5px;
  padding: 5px 20px !important;
  font-size: 16px !important;
  color: #ffffff;
  font-weight: 500;
  border: none;
  margin: 0 20px 0 0;
}
.modal-footer .action.secondary.action-hide-popup {
  background: #ff1744;
  border-radius: 5px;
  padding: 5px 20px !important;
  font-size: 16px !important;
  color: #ffffff;
  font-weight: 500;
  border: none;
  margin: 0;
  text-decoration: none;
}
.modal-header .modal-title {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  border: none;
}
.sorter-action,
.block.block-wishlist {
  display: none;
}
.catalogsearch-result-index .column.main {
  width: 100%;
  float: none;
}
.catalogsearch-result-index .sidebar.sidebar-main,
.catalogsearch-result-index .sidebar.sidebar-additional {
  display: none;
}
.catalogsearch-result-index .category_products {
  gap: 40px;
}
.contact {
  width: 100%;
  padding: 10px 0;
}
.contact_header .container {
  background: url("../images/contact-page-banner.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-size: 100%;
  min-height: 300px;
  border-radius: 20px;
}
.contact_header__contact {
  padding: 40px;
}
.contact_header__contact h2 {
  font-size: 32px;
  line-height: 44px;
  color: #ffffff;
  font-weight: 500;
}
.contact_boxes {
  width: 100%;
  padding: 0 0 40px 0;
  margin-top: -80px;
}
.contact_boxes .container {
  padding: 0 8%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
.contact_boxes__box {
  border-radius: 20px;
  background: #ffffff;
  min-height: 150px;
  padding: 40px;
  box-shadow: 0 0px 16px 8px #00000033;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.contact_boxes__box a {
  font-size: 14px;
  color: #206AE1;
  text-decoration: underline;
  font-weight: 500;
  text-align: center;
  display: block;
  line-height: 24px;
  margin: 20px 0 0 0;
}
.contact_sections {
  width: 100%;
  padding: 40px 0;
}
.contact_sections .container {
  padding: 0 8%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 40px;
}
.contact_sections__map iframe {
  border-radius: 20px;
  max-width: 100%;
}
.contact_sections__form {
  padding: 20px 40px;
  border-radius: 20px;
  background: #F5F5F5;
}
.contact_sections__form label {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #000000;
  margin: 10px 0;
}
.contact_sections__form .control {
  width: 100% !important;
  float: none !important;
}
.contact_sections__form input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #00000033;
  padding: 10px;
  height: auto;
}
.contact_sections__form textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #00000033;
  padding: 10px;
  height: auto;
  resize: vertical;
  height: 150px;
}
.contact_sections__form button {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  padding: 10px 15px;
  background: #206AE1 !important;
  border-radius: 5px;
  float: none !important;
  width: 100% !important;
  display: block !important;
  margin: 20px auto 0 !important;
  font-family: 'Montserrat', sans-serif !important;
  border: none !important;
}
.contact_sections__form .actions-toolbar {
  margin: 0 !important;
  display: flex;
  justify-content: center;
}
.contact_sections__form .fieldset {
  margin: 0 !important;
}
h2[data-content-type="heading"] {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
div[data-content-type="text"] p {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  line-height: 24px;
}
div[data-content-type="text"] ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div[data-content-type="text"] ul li {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding: 10px 0 10px 35px;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  background: url(../images/check-button.png) no-repeat left center;
  background-size: 24px 24px;
}
@media (max-width: 1400px) {
  .side-menu {
    width: 25%;
  }
  .featured_products__blocks .featured_product__details--title h3 {
    font-size: 16px;
    line-height: 28px;
  }
  .two_box__container {
    gap: 20px;
  }
  .shop_recommended__sections--products .recommended_product__title h3 {
    font-size: 16px;
  }
  .shop_recommended__sections {
    align-items: center;
  }
  .prefooter_sections__section--content {
    padding: 0;
  }
  .category .toolbar-sorter.sorter {
    width: 25%;
  }
  .filter_section,
  .filter_section:first-child {
    padding: 10px;
  }
  .block.filter .filter-options-title,
  .filter-label {
    font-size: 14px;
  }
  .suggested_products__product--details h4 {
    font-size: 16px;
  }
  .account_navigation {
    padding: 0 10px;
  }
  .history_orders__items--item .order_item__final {
    padding: 0;
  }
  .history_details__header h3 {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .side-menu {
    width: 30%;
  }
  .slide_content {
    width: 60%;
  }
  .slide_content h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .featured_products__blocks .featured_product {
    flex: 0 48%;
  }
  .shop_brands__logos {
    gap: 20px;
  }
  .shop_recommended__sections--featured {
    background-size: 100% 100%;
  }
  .shop_recommended__sections {
    justify-content: center;
    gap: 40px;
    flex-direction: column;
  }
  .newsletter_container {
    background-size: 150% 100%;
  }
  .newsletter_container__title h3 {
    font-size: 20px;
  }
  .newsletter_container__email {
    width: 56%;
  }
  .two_box__section.keyboards,
  .two_box__section.cables {
    background-size: 100% 100%;
  }
  .prefooter_sections__section {
    padding: 20px 0;
  }
  .brands_banner,
  .brands_popular__sections--section.windows,
  .brands_popular__sections--section.logitech {
    background-size: 100% 100%;
  }
  .brands_banner__content h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .category .toolbar-sorter.sorter {
    width: 32%;
  }
  .catalog-category-view .sidebar.sidebar-main {
    width: 25%;
  }
  .catalog-category-view .column.main {
    width: 75%;
  }
  .category_products {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .suggested_products__product {
    flex: 0 48%;
  }
  .suggested_products {
    gap: 20px;
  }
  .shipping-information-title span {
    font-size: 14px;
  }
  .login,
  .forgotten,
  .register {
    width: 45%;
  }
  .account .sidebar.sidebar-main {
    width: 26%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 74%;
  }
  .account.sales-order-view .column.main {
    grid-template-columns: 1fr;
  }
  .history_details__header {
    grid-template-columns: 1fr;
    align-items: flex-start;
    justify-items: flex-start;
  }
  .brand_icons__icon {
    padding: 0;
  }
  .two_box__section.airfan,
  .two_box__section.cordless {
    background-size: 100% 100%;
  }
  .header_right__sections .account-text,
  .header_right__sections .basket-text {
    display: none;
  }
  .filter_section:last-child {
    padding: 10px;
  }
}
@media (max-width: 1080px) {
  .suggested_products {
    grid-template-columns: 1fr 1fr;
  }
  .category {
    margin-top: 4%;
  }
  .featured_products__blocks {
    grid-template-columns: 1fr 1fr;
  }
  .side-menu {
    width: 35%;
  }
  .navigation ul li.level0 {
    padding: 0;
  }
  .account_info {
    grid-template-columns: 1fr;
  }
  .account.sales-order-view .column.main {
    gap: 20px;
  }
  .mainfooter_brand img {
    width: 100px;
  }
  .mainfooter_sections {
    width: 100%;
  }
  .prefooter_sections__section--content {
    margin: 0;
  }
  .prefooter_sections__section--content h4 {
    font-size: 12px;
  }
  .slide_content {
    top: 15%;
  }
  .slide_content h2 {
    font-size: 18px;
  }
  .newsletter_container {
    background-size: 150% 125%;
    background-position: center left;
  }
  .newsletter_container__title {
    width: 100%;
  }
  .newsletter_container__email {
    width: 100%;
  }
  .newsletter_container__email input[type="email"] {
    background: #ffffff;
  }
  .two_box__container,
  .brands_popular__sections {
    display: grid;
    grid-template-columns: 1fr;
  }
  .two_box__section,
  .brands_popular__sections--section {
    max-width: 100%;
  }
  .brands_banner__content {
    width: 40%;
  }
  .brands_blocks__sections--section-logo {
    width: 100%;
  }
  .brands_blocks__title {
    padding: 20px 0;
  }
  .catalog-category-view .column.main,
  .catalog-category-view .sidebar.sidebar-main {
    width: 100%;
  }
  .category_mobile {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 20px;
  }
  .toolbar.toolbar-products {
    margin: 0;
  }
  .category_mobile_filters {
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.33);
    padding: 5px 30px;
    border-radius: 20px;
  }
  .category_mobile_filters span {
    font-size: 14px;
    color: #206AE1;
    font-weight: 500;
    display: flex;
    align-content: center;
    gap: 10px;
  }
  .category_mobile_filters span:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../images/filter.png') no-repeat;
    background-size: 100%;
  }
  .catalog-category-view .sidebar.sidebar-main {
    display: none;
    z-index: 9999;
    width: 100%;
    position: static;
    top: 4%;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    transition: all,0.3s;
  }
  .catalog-category-view .sidebar.sidebar-main.open {
    display: block;
    transition: all,0.3s;
  }
  .catalogsearch-result-index .sidebar.sidebar-main {
    display: none;
    z-index: 9999;
    width: 100%;
    position: static;
    top: 4%;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    transition: all,0.3s;
  }
  .catalogsearch-result-index .sidebar.sidebar-main.open {
    display: block;
    transition: all,0.3s;
  }
  .block.filter {
    margin: 0;
    box-shadow: none;
  }
  .page-layout-1column .product.media,
  .page-layout-1column .product-info-main {
    width: 100%;
  }
  .product_main {
    flex-wrap: wrap;
  }
  .page-title-wrapper.product .page-title {
    text-align: center;
  }
  .product-info-price .price-container.price-final_price.tax.weee,
  .product_main__add {
    justify-content: center;
  }
  .product-info-price .price-container.price-final_price.tax.weee {
    margin: 20px 0;
  }
  .cart-container form,
  .cart_summary {
    flex: 0 100%;
  }
  .cart_summary {
    margin: 20px 0 0 0;
  }
  .cart-container {
    flex-wrap: wrap;
  }
  .cart-container form {
    margin: 20px 0 0 0;
  }
  .opc-sidebar,
  .opc-wrapper {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
  }
  .successful {
    flex-wrap: wrap;
  }
  .successful_left,
  .successful_right {
    flex: 100%;
  }
  .successful_right {
    margin: 20px 0 0 0;
  }
  .login,
  .forgotten,
  .register {
    width: 75%;
  }
  .account .sidebar.sidebar-main,
  .account.page-layout-2columns-left .column.main {
    width: 100%;
    padding: 0;
  }
  .account .columns {
    display: flex;
    gap: 20px;
  }
  .account_title {
    padding: 0;
  }
  .brand_icons {
    flex-wrap: wrap;
  }
  .brand_icons__icon {
    padding: 20px 0;
    flex: 0 100%;
  }
  .brands_banner {
    background-size: 100%;
    min-height: auto;
    max-height: auto;
  }
  .two_box__section.airfan,
  .two_box__section.cordless {
    background-size: 100%;
  }
  .brand_videos__sections {
    flex-wrap: wrap;
  }
  .brand_videos__sections--featured,
  .brand_videos__sections--list {
    flex: 100%;
  }
  .brand_videos__sections--list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 990px) {
  .contact_sections .container {
    padding: 0 8% !important;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact_boxes .container {
    padding: 0 8% !important;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 770px) {
  .contact_header .container {
    background-size: 100% 100%;
  }
  .side-menu {
    width: 100%;
  }
  .mega-navigation {
    text-align: left;
  }
  .nav-toggle {
    position: static;
  }
  .nav-toggle:before {
    color: #206AE1;
  }
  .block-search .control {
    border: none;
    margin: 0;
  }
  .featured_products {
    padding: 40px 0;
  }
  .featured_products__blocks {
    display: grid;
    grid-template-columns: 1fr;
  }
  .slick-dots {
    display: none !important;
  }
  .slide_content {
    width: 85%;
    top: 10px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .slide_content h2 {
    text-align: center;
    color: #ffffff;
    font-weight: 600;
  }
  .slide_content a {
    display: block;
    text-align: center;
    width: 50%;
    margin: 0 auto;
  }
  .slick-dots {
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
  }
  .slide:before {
    background: #000000;
    border-radius: 10px;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .slick-dots li.slick-active button,
  .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar &gt; .action,
  .slick-dots li.slick-active .action-gift {
    background: #ffffff;
  }
  .shop_brands {
    padding: 40px 0;
  }
  .shop_brands__logos {
    grid-template-columns: 1fr;
  }
  .shop_recommended__sections--products {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .newsletter_container {
    background-size: 200% 100%;
    background-position: 0% center;
  }
  .newsletter_container__email input[type="submit"] {
    position: static;
    margin: 10px auto;
    display: block;
  }
  .newsletter {
    padding: 80px 0 40px 0;
  }
  .two_box {
    padding: 40px 0;
  }
  .prefooter_sections {
    display: grid;
    grid-template-columns: 1fr;
  }
  .prefooter_sections__section {
    justify-content: flex-start;
  }
  .prefooter_sections__section--content h4 {
    font-size: 16px;
  }
  .brands_banner {
    max-height: 100%;
    background-size: 100% 100%;
  }
  .brands_banner__content {
    width: 45%;
  }
  .brands_popular {
    padding: 40px 0;
  }
  .brands_blocks {
    padding: 40px 0;
  }
  .brands_blocks__sections {
    grid-template-columns: 1fr 1fr;
  }
  .category .toolbar-sorter.sorter {
    width: 45%;
  }
  .catalog-category-view .sidebar.sidebar-main {
    top: calc(-55%);
  }
  .category_products {
    grid-template-columns: 1fr 1fr;
  }
  .suggested_products {
    display: grid;
    grid-template-columns: 1fr;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  #shipping-new-address-form,
  .billing-address-form form fieldset.address,
  .checkout-billing-address .actions-toolbar {
    grid-template-columns: 1fr;
  }
  .login,
  .forgotten,
  .register {
    width: 100%;
  }
  .search.results {
    padding: 40px 0;
  }
  .account .columns {
    flex-direction: column-reverse;
  }
  .account_addresses,
  .address_book,
  .address_form__defaults {
    display: grid;
    grid-template-columns: 1fr;
  }
  .address_form__defaults {
    gap: 20px;
  }
  .history_orders {
    grid-row-start: 2;
  }
  .header_main {
    padding: 20px 0;
  }
  .block-search input {
    display: none;
    position: absolute;
    top: 0;
    z-index: 999999;
    height: 80px;
    border: none;
    border-radius: 0;
    margin: 0;
  }
  .header_right__sections {
    justify-content: space-between;
  }
  .field.search {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
  }
  .block-search .label::before {
    color: #206AE1;
  }
  .block-search .label.active + .control input {
    position: absolute;
  }
  .block-search .label {
    cursor: pointer;
  }
  .field.search.open input {
    display: block;
  }
  .block-search .label.close:before {
    content: '\e616';
  }
  .search-autocomplete {
    display: none !important;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    padding: 0;
    margin: 0;
    float: none;
  }
  .navigation ul {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }
  .navigation ul li.level0 {
    width: 100%;
  }
  .navigation ul li.level0:last-child {
    padding: 0;
  }
  .navigation .level0 &gt; .level-top {
    text-transform: capitalize;
    font-weight: 500;
  }
  .navigation .level0 .submenu {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .navigation .submenu &gt; li {
    width: 100%;
  }
  .navigation .level0.active &gt; a:not(.ui-state-active),
  .navigation .level0.has-active &gt; a:not(.ui-state-active) {
    border-color: transparent;
  }
  .mobile-menu-close {
    display: flex !important;
    justify-content: flex-end;
    width: 100%;
    padding: 10px;
  }
  .mobile-menu-close a img {
    width: 24px;
    height: 24px;
  }
  .cart_items__item {
    flex-direction: column;
    position: relative;
  }
  .cart_items__item--final .cart-actions a {
    position: absolute;
    top: 10px;
    right: 20px;
  }
  .cart_items__item--details {
    margin: 20px 0 0 0;
  }
  .cart_items__item--details .field.qty {
    justify-content: center;
  }
  .cart_items__item--final .cart-actions {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 639px) {
  .minicart-wrapper,
  .block-search {
    margin: 0;
  }
  .checkout-payment-method .payment-methods,
  .checkout-payment-method .payment-option {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .prefooter_sections {
    justify-items: center;
  }
  .mainfooter_sections {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
  }
  .copyright_sections {
    flex-direction: column;
    justify-content: center;
  }
  .shop_recommended__sections--products {
    grid-template-columns: 1fr;
  }
  .newsletter_container__title h3 {
    text-align: center;
  }
  .slide_content,
  .slick-dots {
    width: 100%;
  }
  .brands_banner {
    background-size: 200%;
  }
  .brands_banner__content {
    width: 60%;
  }
  .category .toolbar-sorter.sorter {
    width: 50%;
  }
  .modal-header {
    display: none;
  }
}
@media (max-width: 428px) {
  .header_center {
    flex: 0 45%;
  }
  .header_right {
    flex: 0 35%;
  }
  .slider {
    min-height: 250px;
    max-height: 250px;
  }
  .slide_content a {
    width: 100%;
  }
  .slider .slide img {
    max-width: 175%;
  }
  .slide_content h2 {
    font-size: 14px;
  }
  .slide_content p {
    font-size: 13px;
  }
  .slide_content {
    width: 80%;
    top: 10%;
  }
  .brands_banner {
    background-size: 175%;
  }
  .brands_banner__content {
    margin: 0;
  }
  .category .toolbar-sorter.sorter {
    width: 100%;
  }
  .category {
    margin: 20px 0 0 0;
  }
  .category_mobile_filters {
    padding: 10px 20px;
    width: 100%;
  }
  .category_mobile {
    padding: 20px 0;
  }
  .catalog-category-view .sidebar.sidebar-main {
    top: 6%;
  }
  .checkout_shippingMethods__choices {
    padding: 40px 20px;
  }
  .overlay {
    top: 9%;
  }
  .account_history__order {
    grid-template-columns: 1fr 1fr;
  }
  .account_history__order--link a {
    text-align: left;
  }
  .history_orders__items--item {
    flex-direction: column;
    align-items: center;
  }
  .history_orders__items--item .order_item__details p {
    text-align: center;
  }
  .history_orders__items--item .order_item__details h3 {
    margin: 20px 0;
  }
  .shop_recommended__sections--featured.dyson,
  .two_box__section.airfan,
  .two_box__section.cordless {
    background-size: 150%;
  }
  .brand_videos {
    padding: 20px 0;
  }
  .brand_videos__sections--featured iframe {
    height: 250px !important;
  }
  .brand_videos__sections--list ul li a img {
    border-radius: 5px;
  }
  .brand_videos__sections--list ul li {
    border-radius: 5px;
  }
  .shipping-address-items {
    grid-template-columns: 1fr;
  }
  .opc-wrapper .step-content {
    padding: 0;
  }
}
@media (max-width: 375px) {
  .header_right {
    flex: 0 40%;
  }
  .slide_content {
    width: 70%;
    top: 20%;
  }
  .slider {
    min-height: 200px;
    max-height: 200px;
  }
  .slick-dots {
    bottom: -12%;
  }
  .featured_products__title,
  .shop_brands__title {
    flex-direction: column;
  }
  .shop_recommended__sections {
    padding: 0 0 20px 0;
  }
  .newsletter_container {
    padding: 40px 0;
  }
  .brands_banner {
    background-size: 250%;
    background-position: 30% 50%;
  }
  .brands_banner__content {
    width: 70%;
  }
  .catalog-category-view .sidebar.sidebar-main {
    top: 5%;
  }
  .category_products {
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .product-card_name h2,
  .product-card_price {
    text-align: center;
  }
  .product-card_add {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-card_image {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cart_items__item--details h3 {
    text-align: center;
  }
  .successful_left__actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .successful_left__actions a.create {
    margin: 0;
  }
}
</pre></body></html>