.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.main-wrapper {
  position: relative;
  padding-top: 110px;
}

.nav-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #201f1f;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 115px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}

.nav-top-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #3bf;
}

.nav-top-content.for-mobile-only {
  display: none;
}

.nav-top-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-delivery-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-top-text {
  font-family: Montserrat, sans-serif;
  color: #201f1f;
  font-size: 12px;
  font-weight: 500;
}

.nav-top-links-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

.nav-top-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 100%;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #201f1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.nav-top-link:hover {
  opacity: 1;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 4px solid transparent;
  border-bottom: 4px solid #201f1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  cursor: pointer;
}

.nav-link:hover {
  border-bottom-color: #3bf;
  background-color: #201f1f;
  color: #fff;
}

.nav-link.w--current {
  border-bottom-color: #3bf;
  color: #3bf;
}

.logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.nav-btns-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.search-btn-icon {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
}

.close-btn-icon {
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
}

.search-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px none #eb8a23;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.search-container {
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.search-block {
  margin-bottom: 10px;
}

.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-input {
  height: 60px;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.search-input::-webkit-input-placeholder {
  color: #1d1d1d;
}

.search-input:-ms-input-placeholder {
  color: #1d1d1d;
}

.search-input::-ms-input-placeholder {
  color: #1d1d1d;
}

.search-input::placeholder {
  color: #1d1d1d;
}

.search-text {
  font-family: Montserrat, sans-serif;
  color: #747474;
  font-size: 12px;
}

.body {
  font-family: Montserrat, sans-serif;
}

.nav-top-phone-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.nav-top-phone-link:hover {
  text-decoration: none;
}

.search-form-btn {
  width: 60px;
  height: 60px;
  border-bottom: 2px solid #000;
  background-color: #fff;
  background-image: url('../images/magnifying-glass.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.cart-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.cart-icon {
  width: 20px;
  height: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.btns-line {
  width: 1px;
  height: 60%;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #747474;
}

.cart-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #7c460c;
  border-radius: 20px;
  background-color: #eb8a23;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}

.first-section {
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 55vh;
  background-color: #f7f7f5;
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.banner-slider {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.banner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slide {
  width: 100%;
  height: 100%;
}

.slide.second-slide {
  background-color: #1c4467;
  background-image: radial-gradient(circle farthest-corner at 63% 50%, rgba(31, 153, 62, 0.21), #04121d);
}

.mask {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.banner-content {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner-imgs-w {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.banner-img-1 {
  position: relative;
  z-index: 1;
  height: 480px;
}

.banner-img-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 22%;
  bottom: -9%;
  z-index: 2;
}

.h1 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #201f1f;
  font-size: 46px;
  line-height: 58px;
  white-space: normal;
}

.h1-title {
  padding: 0px;
  border-radius: 3px;
  color: #e9274b;
  font-size: 10px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.left-arrow {
  display: none;
  width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #747474;
  font-size: 15px;
  cursor: pointer;
}

.left-arrow:hover {
  color: #fff;
  font-size: 21px;
}

.button {
  padding: 15px 20px;
  background-color: #201f1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.button:hover {
  background-color: #3bf;
}

.button.align-center {
  position: relative;
  left: auto;
  right: auto;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.shop-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container {
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.shop-content-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.shop-sidebar-w {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 29%;
  max-width: 310px;
  margin-right: 3%;
  padding: 30px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #201f1f;
}

.product-items-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2.3333%;
  margin-bottom: 5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-preview-item {
  width: 30%;
}

.banner-img-bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #d2e0ec;
}

.banner-img-bg.color-2 {
  background-color: #d4ebe1;
}

.banner-img-bg.color-3 {
  background-color: #f6e3e4;
}

.arrow-icon {
  position: relative;
  margin: auto;
}

.sidebar-dd {
  margin-right: 0px;
  margin-left: 0px;
  border-bottom: 1px solid #525252;
}

.sidebar-dd-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.sidebar-dd-toggle:hover {
  color: #3bf;
}

.sidebar-dd-toggle.w--open {
  color: #3bf;
}

.sidebar-heading {
  margin-bottom: 20px;
  color: #3bf;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}

.sidebar-dd-list.w--open {
  position: relative;
  padding-bottom: 10px;
  background-color: transparent;
}

.sidebar-dd-link {
  padding-left: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  cursor: pointer;
}

.sidebar-dd-link:hover {
  padding-left: 25px;
  color: #3bf;
}

.sidebar-link {
  margin-top: -1px;
  padding: 15px 15px 15px 0px;
  border-top: 1px solid #525252;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.sidebar-link:hover {
  padding-left: 5px;
  color: #3bf;
}

.btn-icon-div {
  width: auto;
}

.product-item-description {
  overflow: hidden;
  height: 14ch;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.new-price {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 700;
}

.new-price.more-s {
  font-size: 30px;
  line-height: 34px;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #201f1f;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button-2:hover {
  background-color: #ff8d8d;
}

.button-2:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.button-2.center-align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.product-item-price-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.preview-img-1 {
  position: relative;
  z-index: 2;
  display: inline-block;
  max-height: 100%;
}

.old-price {
  margin-left: 15px;
  color: #e77069;
  font-size: 13px;
  text-decoration: line-through;
}

.old-price.more-s {
  font-size: 16px;
}

.product-item-header {
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #2c2c2c;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.btn-icon {
  width: 22px;
  height: 22px;
  min-height: 22px;
  min-width: 22px;
  margin-right: 10px;
  float: left;
}

.product-badge {
  position: absolute;
  left: auto;
  top: 1%;
  right: 2%;
  bottom: auto;
  width: 80px;
  opacity: 1;
}

.preview-img-block {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.preview-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  margin-right: 2.33333%;
  margin-bottom: 3%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid transparent;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none;
}

.product-item:hover {
  border-color: #e0e0e0;
  box-shadow: none;
}

.preview-img-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.preview-img-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: inline-block;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0;
}

.cart-subtotal-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.new-price-2 {
  font-size: 24px;
  font-weight: 700;
}

.new-price-2.cart-price {
  margin-right: 10px;
  margin-bottom: 0px;
  font-size: 18px;
}

.cart-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  overflow: hidden;
}

.cart-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.remove-item-btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.35;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  cursor: pointer;
}

.remove-item-btn:hover {
  border-bottom-left-radius: 3px;
  background-color: #ededed;
  opacity: 1;
}

.cart-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(10, 10, 10, 0.3);
  opacity: 0;
}

.preview-img-1-2 {
  position: relative;
  display: inline-block;
  max-height: 100px;
}

.old-price-2 {
  margin-left: 15px;
  color: #e77069;
  font-size: 14px;
  text-decoration: line-through;
}

.old-price-2.cart-old-price {
  margin-left: 0px;
  font-size: 12px;
}

.empty-cart-text {
  margin-bottom: 25px;
}

.text-field {
  height: 30px;
  margin-bottom: 0px;
  padding: 6px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
}

.text-field:focus {
  border-color: #ff8d8d;
}

.text-field.quantity-input {
  height: 48px;
  max-width: 70px;
  margin-right: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.text-field.quantity-input:focus {
  border-bottom-color: #3bf;
}

.cart-product-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 200px;
  margin-bottom: 20px;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  background-color: #fff;
}

.cart-product-item-header {
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #201f1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.cart-product-item-header:hover {
  text-decoration: underline;
}

.empty-cart-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-list-wrapper {
  overflow: auto;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #ededed;
  border-bottom: 2px solid #ededed;
}

.cart-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cart-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart-item-info.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-cart-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  cursor: pointer;
}

.close-cart-btn:hover {
  background-color: #ededed;
}

.close-cart-btn:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.cart-item-img-w {
  max-width: 34%;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cart-heading {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.cart-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 420px;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: -3px 0 25px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.cart-container.empty-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.cart-price-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-texture {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url('../images/texture-min.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.15;
}

.nav-menu {
  height: 100%;
}

.nav-menu-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.shop-content-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 42px;
}

.first-section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slide-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slide-nav {
  bottom: -25px;
  display: none;
}

.banner-col-1 {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.banner-col-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3%;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.banner-benefit-div {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 500;
}

.banner-benefit-icon {
  width: 30px;
  margin-right: 15px;
}

.nav-delivery-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: none;
  filter: none;
}

.nav-delivery-icon {
  width: 22px;
  margin-right: 10px;
}

.link {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-family: Montserrat, sans-serif;
  color: #201f1f;
  font-size: 13px;
  line-height: 18px;
  font-weight: 800;
  text-align: right;
  cursor: pointer;
}

.link:hover {
  color: #3bf;
  text-decoration: none;
}

.item-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-dd-icon {
  position: relative;
  margin: 0px 0px 0px auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mask-2 {
  overflow: hidden;
}

.banner-img-w {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 65%;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.add-bg {
  background-color: #f7f7f5;
}

.footer {
  padding-top: 60px;
  padding-bottom: 10px;
  background-color: #201f1f;
}

.footer-container {
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-logo {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
}

.delivery-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.delivery-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.delivery-icon {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}

.delivery-heading {
  margin-bottom: 10px;
  color: #201f1f;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.paragraph {
  line-height: 22px;
}

.delivery-icon-block {
  position: relative;
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}

.delivery-icon-bg {
  position: absolute;
  left: -13%;
  top: -13%;
  right: auto;
  bottom: auto;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: rgba(51, 187, 255, 0.72);
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.footer-link-block {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.footer-link-block:hover {
  border-bottom-color: #3bf;
}

.footer-link-block.w--current {
  border-bottom-color: #3bf;
}

.phone-link {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
  cursor: pointer;
}

.phone-link:hover {
  text-decoration: none;
}

.footer-social-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.footer-social-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  cursor: pointer;
}

.footer-social-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: #c32aa3;
}

.footer-social-bg.telegram-bg {
  background-color: #08c;
}

.footer-social-bg.vk-bg {
  background-color: #4a76a8;
}

.footer-social-bg.whatsapp-bg {
  background-color: #25d366;
}

.footer-social-icon {
  position: relative;
  z-index: 1;
}

.nav-top-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-top-icon {
  position: relative;
  z-index: 1;
}

.footer-contacts {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
}

.copyright-text {
  color: #747474;
  font-size: 12px;
  text-align: center;
}

.banner-col-2-bg {
  position: absolute;
  left: auto;
  top: 7%;
  right: 0%;
  bottom: auto;
  width: 70%;
  height: 60%;
  background-color: #cfefff;
}

.breadcrumb-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2c2c2c;
  font-size: 12px;
}

.breadcrumb-link {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #2c2c2c;
  text-decoration: none;
  cursor: pointer;
}

.breadcrumb-link:hover {
  color: #3bf;
  text-decoration: underline;
}

.breadcrumb-link.w--current {
  color: #3bf;
}

.slash {
  margin-right: 5px;
  margin-left: 5px;
}

.product-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-content-2 {
  margin-top: 40px;
  padding-top: 40px;
}

.product-images-w {
  width: 50%;
}

.product-info-w {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  margin-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-product-lightbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  cursor: pointer;
}

.main-product-lightbox:hover {
  border-color: #e0e0e0;
}

.main-product-lightbox.small-lightbox {
  margin-right: -1px;
}

.product-lightbox-img {
  width: 100%;
}

.product-images-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.lightbox-hover-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(32, 31, 31, 0.37);
}

.hover-lightbox-icon {
  width: 40px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.hover-lightbox-icon.small-icon {
  width: 25px;
}

.product-item-price-w-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product-color-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}

.radio-btn-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
}

.product-radio-btn {
  margin-right: 10px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.product-color-btn {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-left: 0px;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
  background-image: url('../images/zelyonoe-haki.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  cursor: pointer;
}

.product-color-btn:hover {
  border-color: #747474;
}

.product-color-btn.w--redirected-checked {
  border-width: 2px;
  border-color: #3bf;
}

.product-color-btn.w--redirected-focus {
  box-shadow: none;
}

.product-color-btn.color-2 {
  background-image: url('../images/svetloe-haki.jpg');
}

.product-color-btn.color-3 {
  background-image: url('../images/tyomnoe-haki.jpg');
}

.radio-button-label {
  display: none;
}

.add-to-cart-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-field-2 {
  margin-bottom: 0px;
}

.quantity-input {
  height: 60px;
  margin-right: 20px;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-align: center;
}

.quantity-input::-webkit-input-placeholder {
  color: #1d1d1d;
}

.quantity-input:-ms-input-placeholder {
  color: #1d1d1d;
}

.quantity-input::-ms-input-placeholder {
  color: #1d1d1d;
}

.quantity-input::placeholder {
  color: #1d1d1d;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 3px solid #ededed;
}

.tab-link {
  margin-bottom: -3px;
  padding: 15px 25px;
  border-bottom: 3px solid #000;
  background-color: transparent;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.tab-link:hover {
  border-bottom-color: #3bf;
}

.tab-link.w--current {
  border-bottom-color: #3bf;
  background-color: transparent;
  color: #3bf;
}

.product-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-info-div.gray-bg {
  background-color: #f8f8f8;
}

.product-info-heading {
  width: 400px;
  margin-right: 30px;
  font-weight: 600;
}

.basket-form {
  background-color: transparent;
}

.basket-form-wrap {
  padding: 30px;
  background-color: #f8f8f8;
}

.calculator-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.symbol-math {
  margin-right: 10px;
  margin-left: 5px;
  font-size: 30px;
}

.symbol-math.cart-old-price {
  margin-left: 0px;
  font-size: 12px;
}

.total-price-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3bf;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

.basket-form-row.add-margin {
  margin-top: 40px;
  text-align: right;
}

.h3 {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.delivery-type-radio-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  background-color: #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  cursor: pointer;
}

.radio-button:hover {
  border-color: #3bf;
}

.radio-button.w--redirected-checked {
  border-color: #3bf;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #3bf 40%, #fff 0);
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-col {
  width: 48%;
}

.text-field-3 {
  height: 46px;
  margin-bottom: 15px;
}

.text-field-3:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #3bf;
}

.textarea {
  min-height: 150px;
  margin-bottom: 15px;
}

.text-block {
  margin-bottom: 30px;
}

.contacts-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 24px;
}

.contacts-heading {
  margin-right: 10px;
  font-weight: 700;
}

.link-2 {
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  color: #3bf;
  cursor: pointer;
}

.link-2:hover {
  text-decoration: none;
}

.map-wrap {
  margin-top: 30px;
}

.map {
  width: 100%;
  height: 500px;
}

.product-item-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  margin-right: 2.33333%;
  margin-bottom: 3%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid transparent;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none;
}

.product-item-2:hover {
  border-color: #e0e0e0;
  box-shadow: none;
}

.pagination-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-family: Montserrat, sans-serif;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.pagination-link:hover {
  border-color: #e0e0e0;
  box-shadow: none;
}

.pagination-link.w--current {
  border-color: #3bf;
  box-shadow: none;
  color: #3bf;
}

@media screen and (max-width: 991px) {
  .main-wrapper {
    padding-top: 90px;
  }
  .nav-wrapper {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .nav-container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .navbar {
    height: auto;
  }
  .nav-top-container {
    width: 95%;
  }
  .nav-delivery-block {
    margin-right: 10px;
  }
  .nav-top-text {
    font-size: 9px;
    line-height: 10px;
  }
  .nav-top-links-w {
    margin-left: 10px;
  }
  .nav-top-link {
    width: 36px;
    padding: 10px;
  }
  .nav-link {
    margin-right: auto;
    margin-left: auto;
    padding: 20px 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top-style: none;
    border-bottom-width: 3px;
    font-size: 14px;
  }
  .logo-link {
    font-size: 26px;
    line-height: 28px;
  }
  .nav-btns-w {
    height: 100%;
    margin-left: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .search-btn {
    padding: 18px;
  }
  .search-btn-icon {
    width: 18px;
    height: 18px;
  }
  .close-btn-icon {
    width: 18px;
    height: 18px;
  }
  .search-wrapper {
    height: 0px;
  }
  .search-block {
    margin-bottom: 5px;
  }
  .search-input {
    height: 48px;
    font-size: 16px;
  }
  .search-text {
    font-size: 11px;
  }
  .nav-top-phone-link {
    font-size: 13px;
    line-height: 18px;
  }
  .search-form-btn {
    width: 48px;
    height: 48px;
    background-size: 18px;
  }
  .cart-btn {
    padding: 18px;
  }
  .cart-icon {
    width: 18px;
    height: 18px;
  }
  .btns-line {
    height: 70%;
  }
  .cart-quantity {
    width: 18px;
    height: 18px;
    margin-left: 5px;
    font-size: 10px;
    line-height: 19px;
  }
  .banner-img-1 {
    height: auto;
    max-width: 92%;
  }
  .h1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }
  .button {
    padding: 13px 18px;
    font-size: 13px;
    line-height: 18px;
  }
  .shop-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .shop-sidebar-w {
    top: 120px;
    margin-right: 2%;
    padding: 25px 20px;
  }
  .product-items-w {
    margin-top: -4%;
    margin-right: -3%;
  }
  .sidebar-dd-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    white-space: pre-wrap;
  }
  .sidebar-heading {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 24px;
  }
  .sidebar-dd-link {
    padding: 8px 0px 8px 15px;
    font-size: 11px;
    line-height: 11px;
    white-space: pre-wrap;
  }
  .sidebar-dd-link:hover {
    padding-left: 20px;
  }
  .sidebar-link {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    white-space: pre-wrap;
  }
  .product-item-description {
    height: 13ch;
    font-size: 13px;
    line-height: 20px;
  }
  .new-price {
    font-size: 18px;
    line-height: 18px;
  }
  .new-price.more-s {
    font-size: 22px;
    line-height: 26px;
  }
  .button-2 {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 14px;
    line-height: 16px;
  }
  .preview-img-1 {
    width: 100%;
  }
  .old-price {
    font-size: 12px;
    line-height: 15px;
  }
  .old-price.more-s {
    margin-bottom: 3px;
    margin-left: 10px;
    font-size: 13px;
  }
  .product-item-header {
    font-size: 13px;
    line-height: 18px;
  }
  .btn-icon {
    width: 18px;
    height: 18px;
    min-height: 18px;
    min-width: 18px;
    margin-right: 6px;
  }
  .product-badge {
    width: 65px;
  }
  .preview-img-block {
    padding: 20px;
  }
  .preview-info-block {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .product-item {
    width: 47%;
    margin-top: 4%;
    margin-right: 3%;
    margin-bottom: 0%;
  }
  .preview-img-2 {
    width: 100%;
  }
  .cart-subtotal-div {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
  }
  .new-price-2 {
    font-size: 20px;
    line-height: 18px;
  }
  .new-price-2.cart-price {
    font-size: 15px;
    line-height: 16px;
  }
  .cart-wrapper {
    display: none;
    max-height: 100vh;
  }
  .remove-item-btn {
    width: 20px;
    height: 20px;
  }
  .preview-img-1-2 {
    width: auto;
  }
  .old-price-2 {
    font-size: 12px;
    line-height: 15px;
  }
  .old-price-2.cart-old-price {
    margin-top: 5px;
    font-size: 11px;
    line-height: 13px;
  }
  .text-field {
    height: 40px;
    font-size: 13px;
  }
  .text-field.quantity-input {
    height: 38px;
    max-width: 60px;
    font-size: 13px;
  }
  .cart-product-item {
    margin-bottom: 10px;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cart-product-item-header {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 15px;
  }
  .cart-list-wrapper {
    padding: 15px;
  }
  .cart-div {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .cart-header {
    padding-right: 15px;
    padding-left: 15px;
  }
  .close-cart-btn {
    width: 35px;
    height: 35px;
    padding: 10px;
  }
  .cart-item-img-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 37%;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cart-heading {
    font-size: 18px;
  }
  .cart-container {
    max-width: 350px;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .cart-price-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav-menu {
    height: auto;
    background-color: #201f1f;
  }
  .nav-menu-div {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .shop-content-area {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .h2 {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 32px;
    white-space: pre-wrap;
  }
  .first-section-container {
    width: 100%;
  }
  .banner-col-1 {
    width: 42%;
  }
  .banner-col-2 {
    margin-left: 2%;
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 50px;
  }
  .banner-benefit-div {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
  }
  .banner-benefit-icon {
    width: 26px;
    margin-right: 12px;
  }
  .nav-delivery-icon {
    width: 18px;
    margin-right: 8px;
  }
  .mask-2 {
    overflow: visible;
  }
  .section.add-bg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer-row {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-col {
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-logo {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 28px;
  }
  .delivery-col {
    padding-right: 13px;
    padding-left: 13px;
  }
  .delivery-icon {
    margin-bottom: 0px;
  }
  .delivery-heading {
    font-size: 15px;
    line-height: 20px;
  }
  .paragraph {
    font-size: 12px;
    line-height: 18px;
  }
  .delivery-icon-block {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
  .delivery-icon-bg {
    width: 50px;
    height: 50px;
  }
  .footer-link-block {
    margin-right: auto;
    font-size: 13px;
  }
  .phone-link {
    margin-left: auto;
    font-size: 18px;
  }
  .footer-social-w {
    margin-top: 0px;
    margin-left: 20px;
  }
  .nav-top-col {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .footer-contacts {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
  }
  .copyright-text {
    font-size: 10px;
    line-height: 18px;
  }
  .banner-col-2-bg {
    width: 66%;
    height: 54%;
  }
  .breadcrumb-w {
    margin-bottom: 15px;
  }
  .breadcrumb-link {
    font-size: 11px;
    line-height: 18px;
  }
  .product-w {
    width: 100%;
  }
  .product-content-2 {
    margin-top: 30px;
    padding-top: 20px;
  }
  .product-images-w {
    width: 44%;
  }
  .product-info-w {
    top: 120px;
    margin-left: 20px;
  }
  .main-product-lightbox {
    padding: 15px;
  }
  .main-product-lightbox.small-lightbox {
    width: 33.3333%;
    margin-top: -1px;
    padding: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .product-lightbox-img {
    width: 95%;
  }
  .product-images-block {
    margin-top: 10px;
    margin-right: -1px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hover-lightbox-icon {
    width: 30px;
  }
  .hover-lightbox-icon.small-icon {
    width: 20px;
  }
  .product-item-price-w-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .product-form-block {
    margin-bottom: 0px;
  }
  .product-color-w {
    margin-bottom: 20px;
  }
  .product-color-btn {
    width: 30px;
    height: 30px;
  }
  .add-to-cart-w {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .quantity-input {
    height: 44px;
    margin-right: 10px;
    font-size: 16px;
  }
  .tab-link {
    margin-bottom: -2px;
    padding: 12px 20px;
    border-bottom-width: 2px;
    font-size: 13px;
    line-height: 16px;
  }
  .product-info-block {
    padding-top: 20px;
  }
  .product-info-div {
    padding: 15px 15px 10px;
  }
  .product-info-heading {
    width: 30%;
    max-width: 400px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 13px;
    line-height: 18px;
  }
  .basket-form-wrap {
    padding: 20px;
  }
  .symbol-math {
    margin-right: 10px;
    font-size: 18px;
    line-height: 15px;
  }
  .symbol-math.cart-old-price {
    font-size: 11px;
    line-height: 13px;
  }
  .total-price-div {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .basket-form-row.add-margin {
    margin-top: 30px;
  }
  .h3 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .delivery-type-radio-btn {
    font-size: 13px;
  }
  .radio-button {
    width: 18px;
    height: 18px;
    margin-right: 7px;
  }
  .text-field-3 {
    height: 40px;
    margin-bottom: 12px;
    font-size: 12px;
  }
  .textarea {
    min-height: 100px;
    margin-bottom: 12px;
    font-size: 12px;
  }
  .text-block {
    margin-bottom: 20px;
  }
  .contacts-block {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 22px;
  }
  .contacts-heading {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .map-wrap {
    margin-top: 20px;
  }
  .map {
    height: 400px;
  }
  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
  }
  .menu-button.w--open {
    background-color: #3bf;
  }
  .product-item-2 {
    width: 47%;
    margin-top: 4%;
    margin-right: 3%;
    margin-bottom: 0%;
  }
  .pagination-w {
    margin-top: 20px;
  }
  .pagination-link {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 15px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .main-wrapper {
    padding-top: 50px;
  }
  .nav-top-content {
    display: none;
  }
  .nav-top-content.for-mobile-only {
    display: block;
    background-color: #201f1f;
  }
  .nav-top-container {
    margin-top: 10px;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid hsla(0, 0%, 45.3%, 0.49);
  }
  .nav-delivery-block {
    margin-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-top-text {
    font-size: 10px;
    line-height: 15px;
    text-align: left;
  }
  .nav-top-link {
    width: 34px;
    padding: 9px;
  }
  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding: 12px 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 13px;
  }
  .logo-link {
    padding-left: 0px;
    font-size: 22px;
    line-height: 24px;
  }
  .search-btn {
    padding: 15px;
  }
  .search-btn-icon {
    width: 16px;
    height: 16px;
  }
  .close-btn-icon {
    width: 16px;
    height: 16px;
  }
  .search-wrapper {
    height: 0px;
  }
  .search-container {
    width: 95%;
  }
  .search-input {
    height: 42px;
    font-size: 14px;
  }
  .search-text {
    font-size: 10px;
    line-height: 16px;
  }
  .nav-top-phone-link {
    color: #fff;
  }
  .search-form-btn {
    width: 42px;
    height: 42px;
    background-size: 16px;
  }
  .cart-btn {
    padding: 15px;
  }
  .cart-icon {
    width: 16px;
    height: 16px;
  }
  .cart-quantity {
    width: 18px;
    height: 18px;
    font-size: 9px;
    line-height: 17px;
  }
  .first-section {
    min-height: auto;
    box-shadow: inset 0 0 16px 0 rgba(0, 0, 0, 0.15);
  }
  .h1 {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 30px;
  }
  .button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
    line-height: 16px;
  }
  .shop-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .container {
    width: 97%;
  }
  .shop-sidebar-w {
    top: 80px;
    padding: 20px 15px;
  }
  .sidebar-dd-toggle {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 11px;
    line-height: 14px;
  }
  .sidebar-heading {
    font-size: 16px;
    line-height: 20px;
  }
  .sidebar-dd-list.w--open {
    padding-bottom: 5px;
  }
  .sidebar-dd-link {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    font-size: 10px;
  }
  .sidebar-dd-link:hover {
    padding-left: 15px;
  }
  .sidebar-link {
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 8px;
    font-size: 11px;
    line-height: 14px;
  }
  .product-item-description {
    height: 10ch;
    font-size: 12px;
    line-height: 18px;
  }
  .new-price {
    font-size: 15px;
    line-height: 16px;
  }
  .new-price.more-s {
    font-size: 18px;
    line-height: 22px;
  }
  .button-2 {
    padding: 11px 15px;
    font-size: 13px;
  }
  .product-item-price-w {
    width: 100%;
    margin-bottom: 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .old-price {
    margin-left: 5px;
    font-size: 10px;
    line-height: 15px;
  }
  .old-price.more-s {
    margin-bottom: 2px;
    font-size: 12px;
  }
  .product-item-header {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 15px;
  }
  .btn-icon {
    width: 16px;
    height: 16px;
    min-height: 16px;
    min-width: 16px;
    margin-right: 5px;
  }
  .product-badge {
    width: 55px;
  }
  .preview-img-block {
    padding: 15px;
  }
  .preview-info-block {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cart-subtotal-div {
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 16px;
  }
  .new-price-2 {
    font-size: 17px;
  }
  .new-price-2.cart-price {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .cart-footer {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }
  .old-price-2 {
    margin-left: 10px;
    font-size: 11px;
  }
  .empty-cart-text {
    margin-bottom: 20px;
    font-size: 13px;
    text-align: center;
  }
  .text-field {
    height: 36px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .text-field.quantity-input {
    margin-bottom: 0px;
  }
  .cart-product-item-header {
    margin-bottom: 13px;
  }
  .close-cart-btn {
    width: 28px;
    height: 28px;
    padding: 8px;
  }
  .cart-item-img-w {
    width: auto;
    max-width: 38%;
  }
  .cart-heading {
    font-size: 17px;
  }
  .cart-container {
    max-width: 330px;
    min-width: 300px;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-menu-div {
    padding-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .banner-col-1 {
    width: 38%;
  }
  .banner-col-2 {
    padding-top: 40px;
    padding-right: 10px;
    padding-bottom: 40px;
  }
  .banner-benefit-div {
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 16px;
  }
  .banner-benefit-icon {
    width: 22px;
    margin-right: 10px;
  }
  .nav-delivery-div {
    margin-left: 15px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .nav-delivery-icon {
    width: 22px;
  }
  .link {
    font-size: 11px;
    line-height: 14px;
  }
  .sidebar-dd-icon {
    font-size: 10px;
  }
  .section.add-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer {
    padding-top: 30px;
  }
  .footer-col {
    margin-bottom: 5px;
  }
  .footer-logo {
    font-size: 22px;
    line-height: 26px;
  }
  .delivery-col {
    padding-right: 10px;
    padding-left: 10px;
  }
  .delivery-heading {
    font-size: 13px;
    line-height: 18px;
  }
  .paragraph {
    font-size: 11px;
    line-height: 16px;
  }
  .delivery-icon-block {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .delivery-icon-bg {
    width: 40px;
    height: 40px;
  }
  .phone-link {
    font-size: 16px;
  }
  .footer-social-link {
    width: 32px;
    height: 32px;
  }
  .nav-top-col {
    padding-top: 10px;
    padding-bottom: 15px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer-contacts {
    font-size: 11px;
    line-height: 14px;
  }
  .breadcrumb-w {
    margin-bottom: 10px;
  }
  .breadcrumb-link {
    font-size: 10px;
    line-height: 12px;
  }
  .slash {
    font-size: 10px;
    line-height: 14px;
  }
  .product-content-2 {
    margin-top: 10px;
  }
  .product-info-w {
    margin-left: 10px;
  }
  .main-product-lightbox {
    padding: 10px;
  }
  .main-product-lightbox.small-lightbox {
    width: 50%;
  }
  .product-item-price-w-2 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .product-color-w {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 16px;
  }
  .product-radio-btn {
    margin-right: 5px;
  }
  .add-to-cart-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .quantity-input {
    height: 40px;
    margin-right: 0px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .product-info-div {
    padding-bottom: 5px;
  }
  .product-info-heading {
    width: 33%;
    max-width: 220px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 11px;
    line-height: 16px;
  }
  .basket-form-wrap {
    padding: 15px;
  }
  .symbol-math {
    margin-right: 10px;
    margin-left: 5px;
    font-size: 11px;
  }
  .total-price-div {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
  }
  .basket-form-row.add-margin {
    margin-top: 20px;
  }
  .h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .delivery-type-radio-btn {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .radio-button {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  .text-field-3 {
    height: 36px;
    margin-bottom: 10px;
  }
  .text-block {
    margin-bottom: 15px;
  }
  .contacts-block {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .map-wrap {
    margin-top: 10px;
  }
  .menu-button {
    padding: 13px;
  }
  .pagination-w {
    margin-top: 0px;
  }
  .pagination-link {
    width: 30px;
    height: 30px;
    margin-right: 4px;
    margin-left: 4px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    padding-top: 40px;
  }
  .nav-top-container {
    margin-top: 10px;
  }
  .nav-delivery-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav-top-text {
    font-size: 10px;
    line-height: 12px;
  }
  .nav-link {
    margin-bottom: 12px;
    padding: 5px 0px 4px;
    border-bottom-width: 2px;
    font-size: 14px;
    line-height: 18px;
  }
  .logo-link {
    font-size: 22px;
    line-height: 22px;
  }
  .search-btn {
    padding: 16px 12px 16px 14px;
  }
  .search-btn-icon {
    width: 16px;
    height: 16px;
  }
  .close-btn-icon {
    width: 16px;
    height: 16px;
  }
  .search-wrapper {
    height: 0px;
  }
  .search-input {
    height: 38px;
    font-size: 13px;
    line-height: 16px;
  }
  .search-text {
    font-size: 9px;
  }
  .search-form-btn {
    width: 38px;
    height: 38px;
    background-size: 14px;
  }
  .cart-btn {
    padding: 16px 12px;
  }
  .cart-icon {
    width: 16px;
    height: 16px;
  }
  .banner-img-1 {
    max-width: 75%;
  }
  .h1 {
    font-size: 23px;
    line-height: 30px;
  }
  .button {
    padding: 10px 15px;
    font-size: 12px;
  }
  .shop-content-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .shop-sidebar-w {
    position: relative;
    top: 0px;
    width: 100%;
    max-width: none;
    margin-right: 0%;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .product-items-w {
    margin-top: -20px;
    margin-bottom: 30px;
  }
  .sidebar-dd-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }
  .sidebar-heading {
    font-size: 18px;
    line-height: 22px;
  }
  .sidebar-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }
  .product-item-description {
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 16px;
  }
  .new-price {
    margin-right: 5px;
    font-size: 15px;
  }
  .new-price.more-s {
    font-size: 16px;
    line-height: 20px;
  }
  .button-2 {
    font-size: 11px;
    line-height: 14px;
  }
  .product-item-price-w {
    margin-bottom: 12px;
  }
  .old-price {
    margin-left: 0px;
    font-size: 10px;
  }
  .old-price.more-s {
    margin-bottom: 1px;
    margin-left: 0px;
    font-size: 11px;
  }
  .product-item-header {
    font-size: 11px;
    line-height: 14px;
  }
  .product-badge {
    width: 36px;
  }
  .preview-img-block {
    padding: 10px;
  }
  .preview-info-block {
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
  .product-item {
    margin-top: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cart-subtotal-div {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 16px;
  }
  .new-price-2 {
    margin-right: 0px;
    font-size: 15px;
  }
  .new-price-2.cart-price {
    margin-top: 2px;
    margin-right: 0px;
    font-size: 14px;
  }
  .remove-item-btn {
    width: 20px;
    height: 20px;
  }
  .old-price-2 {
    margin-left: 0px;
    font-size: 10px;
  }
  .old-price-2.cart-old-price {
    font-size: 11px;
    line-height: 16px;
  }
  .empty-cart-text {
    font-size: 12px;
  }
  .text-field {
    height: 34px;
    padding-left: 10px;
    font-size: 12px;
  }
  .text-field.quantity-input {
    height: 34px;
    max-width: 50px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 12px;
  }
  .cart-product-item-header {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 14px;
  }
  .cart-header {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .close-cart-btn {
    width: 28px;
    height: 28px;
  }
  .cart-heading {
    font-size: 16px;
    line-height: 20px;
  }
  .cart-container {
    width: 100%;
    min-width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .cart-container.empty-cart {
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .nav-menu-div {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h2 {
    font-size: 17px;
    line-height: 22px;
  }
  .first-section-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .slide-div {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .banner-col-1 {
    width: 100%;
  }
  .banner-col-2 {
    margin-left: 0%;
    padding: 50px 20px 30px;
  }
  .banner-benefit-div {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 12px;
  }
  .banner-benefit-icon {
    width: 22px;
    margin-right: 8px;
  }
  .nav-delivery-div {
    margin: 5px 15px;
  }
  .nav-delivery-icon {
    width: 18px;
    margin-right: 5px;
  }
  .link {
    font-size: 11px;
    font-weight: 700;
  }
  .footer {
    padding-top: 50px;
  }
  .footer-row {
    margin-bottom: 0px;
  }
  .footer-col {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-logo {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }
  .delivery-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .delivery-col {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .delivery-heading {
    font-size: 13px;
    line-height: 16px;
  }
  .delivery-icon-block {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  .delivery-icon-bg {
    width: 50px;
    height: 50px;
  }
  .footer-link-block {
    margin-right: 20px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
  }
  .phone-link {
    font-size: 12px;
  }
  .footer-social-link {
    margin-bottom: 10px;
  }
  .nav-top-col {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-contacts {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 10px;
    text-align: right;
  }
  .copyright-text {
    font-size: 9px;
    line-height: 16px;
  }
  .breadcrumb-w {
    margin-bottom: 15px;
  }
  .hover-lightbox-icon {
    width: 28px;
  }
  .product-item-price-w-2 {
    margin-top: 15px;
  }
  .product-color-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .radio-btn-w {
    margin-top: 10px;
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .quantity-input {
    height: 36px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .product-info-heading {
    width: 32%;
  }
  .calculator-div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .symbol-math {
    margin-left: 5px;
    font-size: 10px;
  }
  .symbol-math.cart-old-price {
    font-size: 11px;
    line-height: 16px;
  }
  .total-price-div {
    font-size: 14px;
    line-height: 24px;
  }
  .h3 {
    font-size: 14px;
  }
  .delivery-type-radio-btn {
    margin-bottom: 8px;
    font-size: 11px;
  }
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-col {
    width: 100%;
  }
  .text-field-3 {
    font-size: 11px;
  }
  .textarea {
    font-size: 11px;
  }
  .contacts-block {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 11px;
    line-height: 16px;
  }
  .contacts-heading {
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .menu-button {
    padding: 14px 10px 10px;
    font-size: 21px;
  }
  .product-item-2 {
    margin-top: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .pagination-w {
    margin-bottom: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pagination-link {
    margin-top: 5px;
    font-size: 13px;
  }
}