@charset "UTF-8";
@font-face {
  font-family: "Arimo-Regular";
  src: url("../fonts/Arimo-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Arimo-Bold";
  src: url("../fonts/Arimo-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Arimo-Italic";
  src: url("../fonts/Arimo-Italic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Blacker Sans Display";
  src: url("../fonts/Zetafonts - Blacker Sans Display Book Italic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "OpenSans-Light";
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
.drowdown-1-col {
  width: 324px !important;
}

.drowdown-3-col {
  width: 972px !important;
}

.dropdown-right {
  left: auto !important;
  right: 0;
}

.w-33 {
  width: 33.3333333333% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

*, *::before, *::after, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Arimo-Regular", sans-serif;
  color: #000;
}

.text-transparent {
  color: transparent !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.text-underline {
  text-decoration: underline;
}

.text-transform-none {
  text-transform: none;
}

.arimo-italic {
  font-family: "Arimo-Italic", sans-serif;
}

.simplecheckout-error-text {
  color: #FF5656 !important;
}

.border-none {
  border: none !important;
}

a, a:hover {
  text-decoration: none;
  color: #000;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

p, h2, h3, h4 {
  margin-bottom: 0;
}

button {
  background: none;
  border: none;
}

input {
  border: none;
  border-radius: 0;
  outline: none;
}

.slick-slide, a {
  outline: none;
}

.list-group {
  padding: 0;
  border-radius: 0;
}
.list-group .list-group-item {
  border: none;
  padding: 0;
  color: #000;
}

.border-bottom-black {
  border-bottom: 1px solid #000 !important;
}

.alert {
  text-transform: uppercase;
  border-radius: 0;
  font-size: 12px;
}

.section-alerts {
  margin-bottom: 0;
}

#ToTopButton {
  position: fixed;
  z-index: 1000;
  left: 50%;
  transform: translateX(560px);
  bottom: 40px;
  text-transform: uppercase;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  border: 1px solid #000;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 0;
}
#ToTopButton.show {
  visibility: visible;
  opacity: 0.5;
}
#ToTopButton:hover {
  opacity: 1;
}
#ToTopButton .totop-icon {
  width: 60%;
  position: absolute;
  top: 31%;
  left: 50%;
  transform: translateX(-50%);
}
#ToTopButton .totop-icon img {
  width: 100%;
}

.checkout-simplecheckout #ToTopButton {
  display: none;
}

.content-top {
  margin: 0 !important;
}

.navbar {
  margin-top: 25px;
  padding: 0;
}
.navbar .nav-link {
  padding: 1rem 0.5rem !important;
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: 0.11em;
  color: #000 !important;
}
.navbar .navbar-nav-mobile {
  display: none;
}

.dropdown .dropdown-menu {
  padding: 0;
  min-width: 0;
  border: none;
  border-radius: 0;
}
.dropdown .dropdown-menu[data-bs-popper] {
  margin-top: 0;
}
.dropdown .dropdown-toggle::after {
  border: none;
}

.italic {
  font-family: "Blacker Sans Display", sans-serif;
  font-weight: normal !important;
}

.arimo-bold {
  font-family: "Arimo-Bold", sans-serif;
  font-weight: normal !important;
}

.opensans-bold {
  font-family: "OpenSans-Bold", sans-serif;
}

.opensans-regular {
  font-family: "OpenSans-Regular", sans-serif;
}

.wrapper {
  background-color: #fff;
}

section {
  margin-bottom: 60px;
}
section .section-title {
  margin-bottom: 45px;
}
section .section-title h1, section .section-title h2, section .section-title div {
  font-family: "Arimo-Bold", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1;
}
section .section-title p {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

.content-top {
  display: none;
}

.slick-prev {
  left: 0;
  background: url(../image/prev.png) center center no-repeat !important;
}

.slick-next {
  right: 0;
  background: url(../image/next.png) center center no-repeat !important;
}

.more-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 245px;
  height: 54px;
  font-family: "Arimo-Italic", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
}

.button-italic {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.9em;
  font-family: "Arimo-Italic", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1em;
}

.button-black {
  background-color: #000 !important;
  color: #fff;
}
.button-black:hover {
  color: #fff;
}

.button-white {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  transition: 0.3s;
}
.button-white:hover {
  background-color: #000;
  color: #fff;
}

.disabled {
  pointer-events: none;
  background-color: #fff !important;
  border: 1px solid #E5E5E5;
  color: #E5E5E5;
}

.user-messages-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

.user-messages {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 1.5rem;
}
.user-messages .user-message-item {
  display: flex;
  margin-top: 1rem;
}
.user-messages .user-message-item:last-child {
  margin-top: 0;
}
.user-messages .user-message-block {
  padding: 1rem;
  background-color: #E2E1E6;
  border: 0.5px solid #000000;
  display: flex;
  align-items: center;
}
.user-messages .user-message-block .user-message {
  margin-right: 2rem;
  font-size: 12px;
  text-transform: uppercase;
}
.user-messages .user-message-block .user-message span {
  font-family: "Arimo-Bold", sans-serif;
}
.user-messages .user-message-block .close-button {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 50%;
}
.user-messages .user-message-block .close-button span {
  width: 0.5rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
}
.user-messages .user-message-block .close-button span:first-child {
  transform: rotate(45deg);
}
.user-messages .user-message-block .close-button span:last-child {
  transform: rotate(-45deg);
}

.customer-form-wrap .customer-form-title {
  margin-bottom: 25px;
  font-family: "Arimo-Bold", sans-serif;
  font-size: 24px;
  line-height: 1.33;
  text-transform: uppercase;
}
.customer-form-wrap .form-input {
  position: relative;
  margin-bottom: 16px;
}
.customer-form-wrap .form-input input, .customer-form-wrap .form-input .textfield {
  width: 100%;
  height: 100%;
  padding: 15px 0;
  padding-right: 12%;
  font-family: "Arimo-Italic", sans-serif;
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
}
.customer-form-wrap .form-input input::placeholder, .customer-form-wrap .form-input .textfield::placeholder {
  font-family: "Arimo-Italic", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #000;
}
.customer-form-wrap .form-input input[type=tel]::placeholder, .customer-form-wrap .form-input .textfield[type=tel]::placeholder {
  color: #E2E1E6;
}
.customer-form-wrap .form-input .textfield {
  display: flex;
  align-items: flex-end;
}
.customer-form-wrap .form-input input:not(input[type=radio], input[type=submit]), .customer-form-wrap .form-input .textfield {
  border-bottom: 1px solid #000;
}
.customer-form-wrap .form-input label {
  position: absolute;
  left: 0;
  bottom: -6px;
  transform: translateY(100%);
  font-family: "Arimo-Italic", sans-serif;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.customer-form-wrap .radio-wrap {
  margin-bottom: 10px;
}
.customer-form-wrap .radio-wrap .radio {
  padding-left: 43px;
  position: relative;
  cursor: pointer;
  font-family: "Arimo-Italic", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.customer-form-wrap .radio-wrap .radio .radio-input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.customer-form-wrap .radio-wrap .radio .radio-input:checked + .radio-but::before {
  background-color: #000;
}
.customer-form-wrap .radio-wrap .radio .radio-but {
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  border-radius: 50%;
  transition: 0.2s;
}
.customer-form-wrap .radio-wrap .radio .radio-but::before {
  content: "";
  position: absolute;
  width: 66.7%;
  height: 66.7%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: none;
  border: 1px solid #000;
  border-radius: 50%;
}
.customer-form-wrap .file-input-wrap {
  border: none;
}
.customer-form-wrap .form-submit-wrap {
  margin-top: 30px;
}
.customer-form-wrap .customer-form-submit {
  width: 200px;
  height: 35px;
  background-color: #000;
  font-family: "Arimo-Italic", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
}

.form-group, .form-group-new {
  position: relative;
  margin-bottom: 16px;
}
.form-group label, .form-group-new label {
  display: none !important;
}
.form-group .select2-selection, .form-group-new .select2-selection {
  width: 100%;
  height: 100%;
  padding: 15px 0;
  padding-right: 12%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000 !important;
  box-shadow: none !important;
}
.form-group .select2-selection .select2-selection__rendered, .form-group-new .select2-selection .select2-selection__rendered {
  font-family: "Arimo-Italic", sans-serif;
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000;
}
.form-group .select2-selection .select2-selection__arrow, .form-group-new .select2-selection .select2-selection__arrow {
  display: flex;
  align-items: center;
}
.form-group .select2-selection .select2-selection__arrow b, .form-group-new .select2-selection .select2-selection__arrow b {
  display: none;
}
.form-group .select2-selection .select2-selection__arrow::before, .form-group-new .select2-selection .select2-selection__arrow::before {
  content: "+";
  font-size: 20px;
}
.form-group .select2-container--open .select2-selection .select2-selection__arrow::before, .form-group-new .select2-container--open .select2-selection .select2-selection__arrow::before {
  content: "−";
}

.select2-container .select2-dropdown {
  border: none;
  border-radius: 0;
  margin-top: 0;
}
.select2-container .select2-search .select2-search__field, .select2-container .select2-search .select2-results__option, .select2-container .select2-results .select2-search__field, .select2-container .select2-results .select2-results__option {
  width: 100%;
  height: 100%;
  padding: 15px 8px;
  font-family: "Arimo-Italic", sans-serif;
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000;
  border: none;
  border-radius: 0;
}
.select2-container .select2-search {
  padding: 0;
  border-bottom: 1px solid #000;
}
.select2-container .select2-results .select2-results__option {
  transition: 0.3s;
}
.select2-container .select2-results .select2-results__option--highlighted[aria-selected] {
  background-color: #E2E1E6;
  color: #000;
}

.signin-form-wrap {
  padding: 0 50px;
}
.signin-form-wrap .text-danger {
  text-align: center;
}
.signin-form-wrap .signin-form-title {
  margin: 60px 0 50px;
  width: 100%;
  text-align: center;
  font-family: "Arimo-Bold", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
}
.signin-form-wrap .form-input {
  width: 100%;
  border: 1px solid #000;
}
.signin-form-wrap .form-input:nth-child(2) {
  margin-bottom: 25px;
}
.signin-form-wrap .form-input input {
  padding: 0 5%;
  width: 100%;
  height: 54px;
  font-family: "Arimo-Italic", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
.signin-form-wrap .form-input input::placeholder {
  color: #000;
}
.signin-form-wrap .input-submit {
  margin-bottom: 20px;
  border: none;
  display: flex;
  justify-content: center;
}
.signin-form-wrap .input-submit input {
  padding: 0;
  width: 245px;
  height: 54px;
  color: #fff;
  font-size: 20px;
}
.signin-form-wrap .forgot-pass {
  margin: 7px 0 12px;
}
.signin-form-wrap .forgot-pass a {
  font-family: "Arimo-Italic", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  text-decoration: underline;
}
.signin-form-wrap .signup-link-wrap {
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.signin-form-wrap .signup-link-wrap > div:first-child {
  margin-bottom: 5px;
  font-family: "Arimo-Italic", sans-serif;
  font-size: 18px;
  line-height: 1.8;
}
.signin-form-wrap .signup-link-wrap .signup-link a {
  padding: 0 1em;
  font-family: "Arimo-Bold", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  text-transform: uppercase;
  text-decoration: underline;
}

.callback-form-wrap {
  padding-bottom: 40px;
}
.callback-form-wrap .signin-form-title {
  margin: 50px 0 40px;
}
.callback-form-wrap .input-submit {
  margin-top: 35px;
}
.callback-form-wrap .input-submit input {
  font-size: 16px;
}

.signin-modal .modal-dialog {
  max-width: 430px;
}
.signin-modal .modal-dialog .modal-content {
  border-radius: 0;
  border: 0.5px solid #000;
}
.signin-modal .modal-dialog .modal-content .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

header {
  background-color: #fff;
  z-index: 1000;
}
header .header-wrap {
  padding: 50px 0 0;
}
header .header-wrap .search-widget {
  position: relative;
}
header .header-wrap .search-widget .search-form {
  position: absolute;
  overflow: hidden;
}
header .header-wrap .search-widget .search-form .form-input {
  width: 0;
}
header .header-wrap .search-widget .search-form .form-input input {
  width: 0;
}
header .header-wrap .search-widget .search-form.show {
  transform: translate(-100%, -50%);
  top: 50%;
  left: -10px;
}
header .header-wrap .search-widget .search-form.show .form-input {
  width: 745px;
  height: 50px;
  background-color: #fff;
  border: 0.5px solid #000;
}
header .header-wrap .search-widget .search-form.show .form-input input {
  width: 100%;
  height: 100%;
  padding-left: 25px;
  padding-right: 70px;
  font-family: "Arimo-Italic", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
}
header .header-wrap .search-widget .search-form.show .form-input input::placeholder {
  color: #E2E1E6;
}
header .header-wrap .search-widget .search-form.show .close-search-but {
  position: absolute;
  top: 50%;
  right: 1px;
  width: 50px;
  height: calc(100% - 2px);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}
header .header-wrap .search-widget .search-form.show .close-search-but:hover {
  background-color: #E2E1E6;
}
header .header-wrap .search-widget .search-form.show .close-search-but span {
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #000;
}
header .header-wrap .search-widget .search-form.show .close-search-but span:first-child {
  transform: rotate(45deg);
}
header .header-wrap .search-widget .search-form.show .close-search-but span:last-child {
  transform: rotate(-45deg);
}
header .header-wrap .logo-mobile {
  display: none;
}
header .header-wrap .categories-nav ul {
  padding-left: 0.5rem;
}
header .header-wrap .categories-nav ul li {
  margin-right: 7px;
}
header .header-wrap .categories-nav ul li:last-child {
  margin-right: 0;
}
header .header-wrap .categories-nav ul li a {
  position: relative;
}
header .header-wrap .categories-nav ul li a:hover::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 4px;
  border: 9px solid transparent;
  border-top: 8px solid #E2E1E6;
}
header .header-wrap .categories-nav ul li a:hover::after {
  content: attr(data-title);
  padding: 5px 10px;
  white-space: nowrap;
  position: absolute;
  top: -33px;
  left: -4px;
  background-color: #E2E1E6;
  font-size: 10px;
  line-height: 1.15;
  text-transform: uppercase;
}
header .header-wrap ul.header-widgets {
  display: flex;
  align-items: center;
}
header .header-wrap ul.header-widgets > li {
  display: flex;
  margin-left: 20px;
}
header .header-wrap ul.header-widgets > li a {
  display: flex;
  padding: 5px;
}
header .header-wrap ul.header-widgets > li a img {
  height: 23px;
}
header .header-wrap ul.header-widgets > li:first-child {
  margin-left: 0;
  padding: 5px;
}
header .header-wrap ul.header-widgets .header-cart-icon, header .header-wrap ul.header-widgets .header-wishlist-icon {
  position: relative;
}
header .header-wrap ul.header-widgets .header-cart-icon .header-cart-icon-sticker, header .header-wrap ul.header-widgets .header-cart-icon .header-wishlist-icon-sticker, header .header-wrap ul.header-widgets .header-wishlist-icon .header-cart-icon-sticker, header .header-wrap ul.header-widgets .header-wishlist-icon .header-wishlist-icon-sticker {
  z-index: 10;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000;
  font-family: "Arimo-Bold", sans-serif;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(45%);
}
header .header-wrap ul.header-widgets .lang-dropdown {
  display: flex;
}
header .header-wrap ul.header-widgets .lang-dropdown button {
  width: 21px;
  height: 21px;
  background-color: #000;
  font-family: "Arimo-Italic", sans-serif;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  outline: none;
}
header .header-wrap ul.header-widgets .lang-dropdown .dropdown-menu {
  transform: translate(0px, 22px) !important;
}
header .header-wrap ul.header-widgets .lang-dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  padding: 0;
  font-family: "Arimo-Italic", sans-serif;
  font-size: 11px;
  line-height: 1;
  background-color: #C4C4C4;
  color: #fff;
  text-transform: uppercase;
}
header .header-wrap ul.header-widgets .lang-dropdown .dropdown-menu .dropdown-item:first-child {
  margin-bottom: 1px;
}
header .header-wrap ul.header-widgets .lang-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #000;
}
header .header-wrap ul.header-widgets .header-sign-wrap {
  margin-left: 50px;
  position: relative;
}
header .header-wrap ul.header-widgets .header-sign-wrap a {
  text-transform: uppercase;
  letter-spacing: 0.11em;
}
header .header-wrap ul.header-widgets .header-sign-wrap .header-sign-in {
  width: 125px;
  height: 22px;
  background-color: #000;
}
header .header-wrap ul.header-widgets .header-sign-wrap .header-sign-in a {
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
}
header .header-wrap ul.header-widgets .header-sign-wrap .header-sign-up {
  display: flex;
  position: absolute;
  top: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
}
header .header-wrap ul.header-widgets .header-sign-wrap .header-sign-up a {
  height: auto;
  font-size: 11px;
  line-height: 1.2;
  text-decoration: underline;
}
header .header-wrap ul.header-widgets .header-sign-in-mobile {
  display: none;
}
header .header-wrap #headerNav .dropdown {
  position: static;
}
header .header-wrap #headerNav .dropdown .dropdown-toggle::after {
  display: none;
}
header .header-wrap #headerNav .dropdown .dropdown-toggle.show::after {
  margin: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
}
header .header-wrap #headerNav .dropdown .dropdown-toggle.show {
  font-family: "Arimo-Bold", sans-serif;
}
header .header-wrap #headerNav .dropdown .dropdown-menu.show {
  width: 1296px;
  max-height: calc(100vh - 160px);
  overflow-y: scroll;
  background-color: #F0EFF2;
  padding: 35px 20px;
}
header .header-wrap #headerNav .dropdown .dropdown-menu.show .dropdown-menu-col {
  width: 25%;
  margin: 0 1.8rem;
}
header .header-wrap #headerNav .dropdown .dropdown-menu.show .dropdown-menu-col:first-child {
  margin-left: 0;
}
header .header-wrap #headerNav .dropdown .dropdown-menu.show .dropdown-menu-col:last-child {
  margin-right: 0;
}
header .header-wrap #headerNav .dropdown .dropdown-menu.show .dropdown-menu-col h3 {
  margin-bottom: 25px;
  font-family: "Arimo-Bold", sans-serif;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
}
header .header-wrap #headerNav .dropdown .dropdown-menu.show .dropdown-menu-section h4 {
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  font-family: "Arimo-Bold", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
}
header .header-wrap #headerNav .dropdown .dropdown-menu.show .dropdown-menu-section button {
  padding: 0.3rem 0 20px;
  width: 100%;
  border-bottom: 1px solid #000000;
  transition: 0.1s;
}
header .header-wrap #headerNav .dropdown .dropdown-menu.show .dropdown-menu-section button > div {
  position: relative;
  width: 100%;
  font-family: "Arimo-Bold", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  text-align: left;
  text-transform: uppercase;
}
header .header-wrap #headerNav .dropdown .dropdown-menu.show .dropdown-menu-section button[aria-expanded=false] {
  padding: 0.3rem 0;
  border-bottom: 0.2px solid rgba(0, 0, 0, 0.3);
}
header .header-wrap #headerNav .dropdown .dropdown-menu.show .dropdown-menu-section button[aria-expanded=false] > div {
  font-family: "Arimo-Regular", sans-serif;
  color: #908F94;
}
header .header-wrap #headerNav .dropdown .dropdown-menu.show .dropdown-menu-section button[aria-expanded=false] > div::after {
  content: "+";
  color: #908F94;
  font-family: "Arimo-Regular", sans-serif;
}
header .header-wrap #headerNav .dropdown .dropdown-menu.show .dropdown-menu-section button > div::after {
  content: "–";
  font-family: "Arimo-Bold", sans-serif;
  font-size: 14px;
  color: #000;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
}
header .header-wrap #headerNav .dropdown .dropdown-menu.show .dropdown-menu-section:last-child .dropdown-menu-section-list {
  margin-bottom: 0;
}
header .header-wrap #headerNav .dropdown .dropdown-menu.show .dropdown-menu-section-list {
  margin-bottom: 30px;
}
header .header-wrap #headerNav .dropdown .dropdown-menu.show .dropdown-menu-section-list li, header .header-wrap #headerNav .dropdown .dropdown-menu.show .duplicate-link {
  display: flex;
  width: 100%;
  border-bottom: 0.2px solid rgba(0, 0, 0, 0.3);
}
header .header-wrap #headerNav .dropdown .dropdown-menu.show .dropdown-menu-section-list li:last-child, header .header-wrap #headerNav .dropdown .dropdown-menu.show .duplicate-link:last-child {
  border-bottom: 1px solid #000000;
}
header .header-wrap #headerNav .dropdown .dropdown-menu.show .dropdown-menu-section-list li a, header .header-wrap #headerNav .dropdown .dropdown-menu.show .duplicate-link a {
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  color: #908F94;
  text-transform: uppercase;
  padding: 0.3rem 0;
  transition: 0.2s;
}
header .header-wrap #headerNav .dropdown .dropdown-menu.show .dropdown-menu-section-list li a:hover, header .header-wrap #headerNav .dropdown .dropdown-menu.show .duplicate-link a:hover {
  color: #000;
}
header .header-wrap #headerNav .dropdown .dropdown-menu.show .duplicate-link {
  border-bottom: 0.2px solid rgba(0, 0, 0, 0.3) !important;
}
header .header-wrap #headerNav .nav-link {
  position: relative;
}
header .header-wrap #headerNav .nav-link:hover::after {
  content: "";
  margin: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
}
header .header-fixed {
  width: 100vw;
  position: fixed;
  top: -75px;
  z-index: 2000;
  align-items: center;
  transition: 0.2s;
  opacity: 0;
  background-color: #fff;
  border-bottom: 1px solid #C4C4C4;
}
header .header-fixed .header-wrap {
  padding-top: 15px;
}
header .header-fixed .logo {
  width: 10%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  left: calc(var(--bs-gutter-x) / 2);
  z-index: 100;
}
header .header-fixed .logo a {
  display: flex;
  width: 100% !important;
  min-height: 60px;
}
header .header-fixed .logo img {
  width: 100%;
}
header .header-fixed .navbar {
  margin-top: 0;
  padding-left: calc(10% + 25px);
  height: 100%;
}
header .header-fixed #headerNav .dropdown .dropdown-menu.show {
  max-height: calc(100vh - 80px);
  overflow-y: scroll;
}
header .header-fixed #headerNav .nav-link {
  min-height: 60px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-fixed ul.header-widgets {
  justify-content: flex-end;
  height: 100%;
}
header .header-fixed ul.header-widgets > li {
  margin-left: 7px;
}
header .header-fixed ul.header-widgets .header-sign-wrap {
  margin-left: 20px;
  flex-direction: column;
}
header .header-fixed ul.header-widgets .header-sign-wrap .header-sign-in {
  width: 80px;
}
header .header-fixed ul.header-widgets .header-sign-wrap .header-sign-up {
  top: 100%;
  position: static;
  transform: none;
}
header .header-fixed ul.header-widgets .header-sign-wrap .header-sign-up a {
  font-size: 9px;
}
header .header-fixed.fixed {
  top: 0;
  opacity: 1;
}

.header-slogan {
  padding: 7px 0;
  background-color: #000;
}
.header-slogan p {
  font-family: "Arimo-Italic", sans-serif;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.section-banners .banner-slider {
  width: 100%;
}
.section-banners .banner-slider .slick-arrow {
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 50px;
  height: 100%;
  background: none;
  border: none;
}
.section-banners .banner-slider .slick-prev {
  left: 0;
  transform: translateX(-100%);
  background: url(../image/prev.png) center center no-repeat;
}
.section-banners .banner-slider .slick-next {
  right: 0;
  transform: translateX(100%);
  background: url(../image/next.png) center center no-repeat;
}
.section-banners .banner-slider .banner {
  position: relative;
  width: 100%;
  outline: none;
}
.section-banners .banner-slider .banner.left-text-banner .banner-title {
  left: 0;
}
.section-banners .banner-slider .banner.right-text-banner .banner-title {
  right: 0;
}
.section-banners .banner-slider .banner .banner-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 150px;
  z-index: 100;
  width: 45%;
}
.section-banners .banner-slider .banner .banner-title h2 {
  width: 85%;
  font-family: "Arimo-Bold", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.section-banners .banner-slider .banner .banner-title h2 .italic {
  font-size: 28px;
}
.section-banners .banner-slider .banner .banner-title p {
  display: none;
}
.section-banners .banner-slider .banner .banner-title a {
  background-color: #000;
  color: #fff;
}
.section-banners .banner-slider .banner .banner-img img {
  width: 100%;
}

.section-offers .products-slider .slick-arrow {
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 50px;
  height: 300px;
  background: none;
  border: none;
}
.section-offers .products-slider .slick-prev {
  left: 0;
  background: url(../image/prev.png) center center no-repeat;
}
.section-offers .products-slider .slick-next {
  right: 0;
  background: url(../image/next.png) center center no-repeat;
}
.section-offers .products-slider .slick-track {
  display: flex;
}
.section-offers .products-slider .slick-track .slick-slide {
  height: inherit;
}
.section-offers .product-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
  outline: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-offers .product-wrap img {
  width: 100%;
}
.section-offers .product-wrap .item-line {
  margin: 37px auto 5px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  width: 50%;
}
.section-offers .product-wrap .product-title {
  display: block;
  margin: 0 auto 10px;
  min-height: 3.6em;
  width: 80%;
  font-family: "Arimo-Bold", sans-serif;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  text-transform: uppercase;
}
.section-offers .product-wrap p {
  margin: 0 auto 10px;
  width: 90%;
  font-family: "OpenSans-Light", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.section-offers .product-wrap .item-price {
  margin: 10px 0 40px;
  display: flex;
  justify-content: center;
}
.section-offers .product-wrap .item-price > div {
  font-family: "Arimo-Bold", sans-serif;
  font-size: 22px;
  line-height: 1;
}
.section-offers .product-wrap .item-price .item-old-price {
  margin-left: 30px;
  color: #C4C4C4;
  text-decoration: line-through;
}
.section-offers .product-wrap .more-link {
  border: 1px solid #000;
  transition: 0.3s;
  width: 165px;
  height: 45px;
  font-size: 16px;
  line-height: 1;
}
.section-offers .product-wrap .more-link:hover {
  background-color: #000;
  color: #fff;
}

.section-bestsellers .bestsellers-slider .slick-slide {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
.section-bestsellers .responsive {
  position: relative;
}
.section-bestsellers .responsive .bestseller-wrap img {
  width: 100%;
}
.section-bestsellers .responsive .more-link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 27px;
  background: rgba(255, 255, 255, 0.55);
}
.section-bestsellers .bestsellers-nav-wrap {
  margin-top: 26px;
  width: 100%;
  background-color: #000;
}
.section-bestsellers .bestsellers-nav {
  padding: 0 45px;
}
.section-bestsellers .bestsellers-nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.section-bestsellers .bestsellers-nav ul li {
  display: flex;
  align-items: center;
}
.section-bestsellers .bestsellers-nav ul li a {
  padding-right: 8px;
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  text-transform: uppercase;
}

.section-knowmore .left-side {
  min-height: 696px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-knowmore .right-side {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-knowmore .responsive-right-side-top, .section-knowmore .responsive-right-side-bottom {
  width: 100%;
  height: 50%;
}
.section-knowmore .responsive-right-side-top {
  padding-bottom: 10px;
}
.section-knowmore .responsive-right-side-bottom {
  padding-top: 10px;
}
.section-knowmore .right-side-top, .section-knowmore .right-side-bottom {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-knowmore .right-side-top h3, .section-knowmore .right-side-bottom h3 {
  margin-top: 86px;
}
.section-knowmore .left-side {
  background: url(../image/knowmore/1.png) center top no-repeat;
  background-size: cover;
}
.section-knowmore .left-side h3 {
  margin-top: 256px;
}
.section-knowmore .right-side-top {
  background: url(../image/knowmore/2.png) center top no-repeat;
  background-size: cover;
}
.section-knowmore .right-side-bottom {
  background: url(../image/knowmore/3.png) center top no-repeat;
  background-size: cover;
}
.section-knowmore h3 {
  margin-bottom: 0;
  font-size: 36px;
  line-height: 42px;
  font-family: "Arimo-Bold", sans-serif;
  text-align: center;
}
.section-knowmore p {
  margin-top: 11px;
  font-size: 18px;
  line-height: 20px;
}
.section-knowmore .more-link {
  background: rgba(255, 255, 255, 0.55);
  margin-top: 27px;
}

.section-reviews .reviews-slider .slick-list {
  display: flex !important;
}
.section-reviews .reviews-slider .slick-slide {
  height: 100%;
}
.section-reviews .review-wrap {
  margin-bottom: 0 !important;
  min-height: auto !important;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-reviews .review-wrap .review-bottom {
  position: static !important;
  margin-top: 20px;
}
.section-reviews .more-link {
  margin-top: 50px !important;
}

.section-partners .partners-wrap {
  min-height: 294px;
  background: url(../image/partners-back.png) center top no-repeat;
  background-size: cover;
}
.section-partners .partners-wrap .section-title {
  margin-top: 70px;
}
.section-partners .partners-wrap .section-title p {
  margin-top: 23px;
}
.section-partners .more-link {
  background-color: #000;
  color: #fff;
}

.section-academy a {
  text-align: center;
}
.section-academy .section-title p br {
  display: none;
}
.section-academy .more-link {
  background-color: #000;
  color: #fff;
}

footer .footer-wrap {
  padding: 30px 15px 40px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
}
footer .footer-wrap h3 {
  font-family: "Arimo-Bold", sans-serif;
  font-size: 14px;
  line-height: 1.15;
  color: #fff;
  text-transform: uppercase;
}
footer .footer-wrap .footer-nav ul li {
  display: flex;
  margin-bottom: 16px;
}
footer .footer-wrap .footer-nav ul li:last-child {
  margin-bottom: 0;
}
footer .footer-wrap .footer-nav ul li a {
  font-size: 14px;
  line-height: 1.15;
  text-transform: uppercase;
  color: #fff;
}
footer .footer-wrap .footer-nav-mobile {
  display: none;
}
footer .footer-wrap .copyrights {
  margin-top: 45px;
  font-size: 10px;
  line-height: 1.8;
  text-transform: uppercase;
  color: #fff;
}
footer .footer-wrap .footer-contacts {
  padding-left: 12px;
}
footer .footer-wrap .footer-contacts > a {
  display: block;
  margin-bottom: 20px;
  font-family: "Arimo-Bold", sans-serif;
  font-size: 14px;
  line-height: 1.15;
  color: #fff;
  text-transform: uppercase;
}
footer .footer-wrap .footer-contacts a:nth-child(2) {
  margin-top: 0;
  margin-bottom: 12px;
}
footer .footer-wrap .footer-contacts p {
  line-height: 1.5;
  color: #fff;
}
footer .footer-wrap .footer-contacts ul {
  margin-top: 50px;
}
footer .footer-wrap .footer-contacts ul li {
  display: flex;
  margin-bottom: 9px;
}
footer .footer-wrap .footer-contacts ul li a {
  font-size: 14px;
  line-height: 1.15;
  color: #fff;
}
footer .footer-wrap .footer-summands {
  padding-left: 30px;
}
footer .footer-wrap .footer-summands h3 {
  margin-bottom: 18px;
}
footer .footer-wrap .footer-summands p {
  color: #fff;
  margin-bottom: 31px;
  font-family: "Arimo-Italic", sans-serif;
  font-size: 14px;
  line-height: 1.43;
  text-transform: uppercase;
}
footer .footer-wrap .footer-summands .p-mobile {
  display: none;
}
footer .footer-wrap .footer-summands a {
  font-size: 14px;
  line-height: 1.15;
  color: #fff;
  text-transform: uppercase;
}
footer .footer-wrap .footer-social > div:first-child {
  display: flex;
  flex-direction: column;
}
footer .footer-wrap .footer-social > div:first-child a:first-child {
  margin-bottom: 17px;
}
footer .footer-wrap .footer-social > div:nth-child(2) .p-mobile {
  display: none;
}
footer .footer-wrap .footer-social > div:nth-child(2) ul {
  margin-top: 13px !important;
}
footer .footer-wrap .footer-social a {
  font-family: "Arimo-Bold", sans-serif;
  font-size: 14px;
  line-height: 1.15;
  color: #fff;
  text-transform: uppercase;
}
footer .footer-wrap .footer-social a span {
  font-family: "Arimo-Bold", sans-serif;
  font-size: 14px;
  line-height: 1.15;
  color: #fff;
  text-transform: uppercase;
}
footer .footer-wrap .footer-social p {
  margin-top: 30px;
  color: #fff;
}
footer .footer-wrap .footer-social ul li {
  margin-right: 7px;
}
footer .footer-wrap .footer-social ul li:last-child {
  margin-right: 0;
}
footer .footer-wrap .footer-social .agreements {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
footer .footer-wrap .footer-social .agreements a {
  font-family: "Arimo-Regular", sans-serif;
}
footer .footer-wrap .footer-social .agreements a:first-child {
  margin-bottom: 11px;
}
footer .footer-wrap .copyrights-mobile {
  display: none;
}

header .header-slogan ul.breadcrumb {
  margin-bottom: 0;
}
header .header-slogan ul.breadcrumb li {
  display: flex;
}
header .header-slogan ul.breadcrumb li a, header .header-slogan ul.breadcrumb li span {
  font-family: "Arimo-Italic", sans-serif;
  font-size: 12px;
  line-height: 1.15;
  color: #fff;
  text-transform: uppercase;
}
header .header-slogan ul.breadcrumb li span {
  margin: 0 4px;
}

.other-page-title-section {
  margin: 0;
}
.other-page-title-section .section-title {
  margin-bottom: 0;
}
.other-page-title-section .section-title h1, .other-page-title-section .section-title h2, .other-page-title-section .section-title div {
  font-weight: bold;
  text-align: left;
  line-height: 1.15;
  padding: 35px 0 27px 20px;
  border-bottom: 1px solid #000;
}
.other-page-title-section .section-title p {
  margin: 0;
  padding: 19px 0;
  padding-left: 20px;
  text-align: left;
}

.all-products-section {
  margin-bottom: 114px;
}
.all-products-section .product-item-wrap {
  height: 100%;
}
.width: 100% .product-item-wrap .product-col {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding-bottom: 50px;
}
.all-products-section .product-item-wrap .product-col .item-img {
  position: relative;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #e2e1e6;
}
.all-products-section .product-item-wrap .product-col .item-img .item-add-favorites {
  display: flex;
  position: absolute;
  top: 13px;
  left: 13px;
  width: 23px;
  height: 21px;
  background: url(../image/add-favorites.svg) center center no-repeat;
  background-size: contain;
  transition: 0.2s;
}
.all-products-section .product-item-wrap .product-col .item-img .item-add-favorites:hover {
  background: url(../image/add-favorites-active.svg) center center no-repeat;
  background-size: contain;
}
.all-products-section .product-item-wrap .product-col .item-img .item-marker {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 34px;
  font-size: 15px;
  color: #fff;
}
.all-products-section .product-item-wrap .product-col .item-img .blue-marker {
  background-color: #B0D8E9;
}
.all-products-section .product-item-wrap .product-col .item-img .red-marker {
  background-color: #FF5656;
}
.all-products-section .product-item-wrap .product-col .item-img img {
  width: 100%;
  opacity: 1;
  background-color: #fff;
}
.all-products-section .product-item-wrap .product-col .item-categories-wrap {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.all-products-section .product-item-wrap .product-col .item-categories-wrap img {
  height: 36px;
  width: auto;
  margin-right: 11px;
}
.all-products-section .product-item-wrap .product-col .item-categories-wrap img:last-child {
  margin-right: 0;
}
.all-products-section .product-item-wrap .product-col .item-line {
  min-height: 1em;
  margin-top: 40px;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
.all-products-section .product-item-wrap .product-col .product-title {
  display: inline-block;
  margin: 10px auto 18px;
  text-align: center;
  width: 80%;
  font-family: "Arimo-Bold", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  text-transform: uppercase;
}
.all-products-section .product-item-wrap .product-col .item-effect-type {
  margin: 0 auto;
  width: 80%;
  font-size: 14px;
  line-height: 1.15;
  font-family: "Arimo-Italic", sans-serif;
  text-transform: uppercase;
  color: #000;
}
.all-products-section .product-item-wrap .product-col .item-size {
  font-family: "Arimo-Italic", sans-serif;
  font-size: 14px;
  line-height: 1.9;
  color: #000;
}
.all-products-section .product-item-wrap .product-col .item-price {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  font-size: 19px;
}
.all-products-section .product-item-wrap .product-col .item-price > div {
  font-family: "Arimo-Bold", sans-serif;
  font-size: 22px;
  line-height: 1;
  color: #000;
}
.all-products-section .product-item-wrap .product-col .item-price .item-old-price {
  margin-left: 16px;
  color: #C4C4C4;
  text-decoration: line-through;
}
.all-products-section .product-item-wrap .product-col .prof-only {
  margin-top: 16px;
}
.all-products-section .product-item-wrap .product-col .prof-only > div {
  font-family: "Arimo-Italic", sans-serif;
  color: #B0D8E9;
  font-size: 14px !important;
  line-height: 1.6;
  text-align: center;
}
.all-products-section .product-item-wrap .product-col .prof-only > div br {
  display: none;
}
.all-products-section .product-item-wrap .product-col .item-rating {
  display: none;
  justify-content: center;
}
.all-products-section .product-item-wrap .product-col .item-rating > div {
  margin-right: 6px;
  width: 12px;
  height: 12px;
  background: url(../image/rating-star.svg) center center no-repeat;
  background-size: contain;
}
.all-products-section .product-item-wrap .product-col .item-rating > div:last-child {
  margin-right: 0;
}
.all-products-section .product-item-wrap .product-col .item-rating .rating-star-disabled {
  background: url(../image/rating-star-disabled.svg) center center no-repeat;
  background-size: contain;
}
.all-products-section .product-item-wrap .product-col .item-buy-link {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}
.all-products-section .product-item-wrap .product-col .item-buy-link a {
  width: 165px;
  height: 45px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #000;
  transition: 0.3s;
}
.all-products-section .product-item-wrap .product-col .item-buy-link a:hover {
  background-color: #000;
  color: #fff;
}
.all-products-section .all-products-signin {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border: 0.5px solid #000000;
  padding: 0 50px;
  text-align: center;
}
.all-products-section .all-products-signin h2 {
  margin: 59px 0 51px;
  font-family: "Arimo-Bold", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
}
.all-products-section .all-products-signin h2 .italic {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 7px;
}
.all-products-section .all-products-signin form .input input:not([type=submit]) {
  padding: 15px;
  width: 100%;
  height: 54px;
  border: 1px solid #000;
  font-family: "Arimo-Italic", sans-serif;
  font-size: 18px;
  line-height: 1.1;
  color: #000;
  text-align: center;
}
.all-products-section .all-products-signin form .input input:not([type=submit])::placeholder {
  color: #000;
}
.all-products-section .all-products-signin form .input:nth-child(4) {
  margin-top: 30px;
}
.all-products-section .all-products-signin form .input:last-child {
  margin-top: 47px;
}
.all-products-section .all-products-signin form .input .more-link {
  background-color: #000;
  color: #fff;
}
.all-products-section .all-products-signin form span {
  margin: 15px 0;
  display: block;
  font-family: "Arimo-Bold", sans-serif;
  font-size: 20px;
  line-height: 1.33;
}
.all-products-section .all-products-signin .all-products-signup {
  margin-bottom: 115px;
}
.all-products-section .all-products-signin .all-products-signup div {
  font-family: "Arimo-Italic", sans-serif;
  font-size: 20px;
  line-height: 1.33;
}
.all-products-section .all-products-signin .all-products-signup a {
  font-family: "Arimo-Bold", sans-serif;
  font-size: 20px;
  line-height: 1.33;
  text-decoration: underline;
}
.all-products-section .more-products-link {
  width: 100%;
}
.all-products-section .more-products-link .more-link {
  width: 332px;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
}

.about-product-section {
  margin: 59px 0 75px;
}
.about-product-section .border-bottom-black {
  padding-bottom: 70px;
}
.about-product-section .about-product-slider-wrap .about-product-slider .slick-arrow {
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 80px;
  height: 100%;
  background: none;
  border: none;
}
.about-product-section .about-product-slider-wrap .about-product-slider .slick-slide {
  padding: 0 55px;
}
.about-product-section .about-product-slider-wrap .about-product-slider-nav {
  margin-top: 20px;
}
.about-product-section .about-product-slider-wrap .about-product-slider-nav .slick-list {
  margin: 0 -10px;
}
.about-product-section .about-product-slider-wrap .about-product-slider-nav img {
  margin: 0 10px;
}
.about-product-section .about-product-info {
  padding-left: 54px;
}
.about-product-section .about-product-info .product-categories {
  margin-bottom: 45px;
  display: flex;
}
.about-product-section .about-product-info .product-categories img {
  height: 36px;
  margin-right: 11px;
}
.about-product-section .about-product-info .product-categories img:last-child {
  margin-right: 0;
}
.about-product-section .about-product-info .use-type {
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 8px 10px;
  background-color: #000;
  font-family: "Arimo-Italic", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-product-section .about-product-info .use-type:last-child {
  margin-right: 0;
}
.about-product-section .about-product-info .product-line {
  margin: 35px 0 8px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.6;
}
.about-product-section .about-product-info h1, .about-product-section .about-product-info h3, .about-product-section .about-product-info h2 {
  margin-bottom: 18px;
  width: 80%;
  font-family: "Arimo-Bold", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
}
.about-product-section .about-product-info .effect-type {
  margin-bottom: 10px;
  font-family: "Arimo-Italic", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #47C8FF;
}
.about-product-section .about-product-info p {
  font-family: "OpenSans-Light", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.about-product-section .about-product-info p span {
  font-family: "OpenSans-Bold", sans-serif;
}
.about-product-section .about-product-info .product-price-wrap {
  margin: 30px 0 40px;
  display: flex;
}
.about-product-section .about-product-info .product-price-wrap .product-price, .about-product-section .about-product-info .product-price-wrap .product-price span {
  font-family: "Arimo-Bold", sans-serif;
  font-size: 28px;
  line-height: 1;
}
.about-product-section .about-product-info .product-price-wrap .product-price-old span {
  margin-left: 20px !important;
  font-family: "Arimo-Regular", sans-serif;
  font-size: 28px;
  line-height: 1;
  color: #C4C4C4;
  text-decoration: line-through;
}
.about-product-section .about-product-info .product-price-wrap .use-type-duplicate {
  font-family: "Arimo-Italic", sans-serif;
  font-size: 20px;
  line-height: 1.15;
  color: #C4C4C4;
}
.about-product-section .about-product-info .product-price-wrap a {
  display: none;
  margin-right: 30px;
  font-family: "Arimo-Italic", sans-serif;
  font-size: 22px;
  line-height: 1.15;
  color: #32A9FF;
  text-decoration: underline;
}
.about-product-section .about-product-info .product-actions {
  display: flex;
  align-items: center;
}
.about-product-section .about-product-info .product-actions .btn-wishlist {
  margin-left: 95px;
}
.about-product-section .about-product-info .product-actions .btn-wishlist svg {
  width: 35px;
}
.about-product-section .about-product-info .product-actions .more-link.disabled {
  color: #C4C4C4 !important;
}
.about-product-section .about-product-info .more-link {
  background-color: #000;
  color: #fff;
}

.product-line-info-section {
  display: none;
  margin-bottom: 50px;
}
.product-line-info-section .border-bottom-black {
  padding-top: 73px;
}
.product-line-info-section .product-line-info-wrap h3 {
  margin-top: 11px;
  margin-bottom: 0;
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  text-transform: uppercase;
}
.product-line-info-section .product-line-info-wrap ul li {
  font-family: "OpenSans-Light", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  text-transform: uppercase;
}
.product-line-info-section .product-line-info-wrap .product-line-info-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-line-info-section .product-line-info-wrap .product-line-info-center p {
  margin-top: 40px;
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 22px;
  line-height: 1.7;
  text-align: center;
}
.product-line-info-section .product-line-info-wrap .product-line-info-right {
  padding-left: 100px;
}

.more-about-line-section {
  display: none;
  margin-bottom: 72px;
}
.more-about-line-section .border-bottom-black {
  padding-top: 150px;
}
.more-about-line-section .more-about-line-tabs {
  margin-top: 65px;
}
.more-about-line-section .more-about-line-tabs .nav-tabs {
  justify-content: space-between;
  border: none;
  margin-bottom: 50px;
}
.more-about-line-section .more-about-line-tabs .nav-tabs .nav-link {
  border: none;
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 25px;
  color: #000;
  text-transform: uppercase;
}
.more-about-line-section .more-about-line-tabs .nav-tabs .nav-link.active {
  font-family: "OpenSans-Bold", sans-serif;
}
.more-about-line-section .more-about-line-tabs .tab-content ul {
  width: 70%;
  margin: 0 auto;
}
.more-about-line-section .more-about-line-tabs .tab-content ul li, .more-about-line-section .more-about-line-tabs .tab-content ul li::after {
  font-family: "OpenSans-Light", sans-serif;
  font-size: 25px;
  line-height: 1.4;
  text-align: center;
}
.more-about-line-section .more-about-line-tabs .tab-content ul li::after {
  content: "•";
  display: block;
}
.more-about-line-section .more-about-line-tabs .tab-content ul li:last-child::after {
  display: none;
}

.recommended-products-section {
  margin-bottom: 92px;
}
.recommended-products-section .recommended-products-slider .slick-arrow {
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 70px;
  height: 50%;
  background: none;
  border: none;
}
.recommended-products-section .recommended-products-slider .slick-next {
  right: 0;
  transform: translateX(100%);
}
.recommended-products-section .recommended-products-slider .slick-prev {
  left: 0;
  transform: translateX(-100%);
}
.recommended-products-section .recommended-products-slider .slick-list {
  margin: 0 -15px;
}
.recommended-products-section .recommended-products-slider .slick-list .slick-track {
  display: flex;
}
.recommended-products-section .recommended-products-slider .product-item-wrap {
  height: inherit;
  margin: 0 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recommended-products-section .recommended-products-slider .product-item-wrap .item-img {
  position: relative;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #e2e1e6;
}
.recommended-products-section .recommended-products-slider .product-item-wrap .item-img .item-marker {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 24px;
  font-size: 11px;
  color: #fff;
}
.recommended-products-section .recommended-products-slider .product-item-wrap .item-img .blue-marker {
  background-color: #7BC1DF;
}
.recommended-products-section .recommended-products-slider .product-item-wrap .item-img .red-marker {
  background-color: #FF5656;
}
.recommended-products-section .recommended-products-slider .product-item-wrap .item-img img {
  width: 100%;
  opacity: 0.9;
}
.recommended-products-section .recommended-products-slider .product-item-wrap .item-categories-wrap {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.recommended-products-section .recommended-products-slider .product-item-wrap .item-categories-wrap img {
  height: 26px;
  width: auto;
  margin-right: 8px;
}
.recommended-products-section .recommended-products-slider .product-item-wrap .item-categories-wrap img:last-child {
  margin-right: 0;
}
.recommended-products-section .recommended-products-slider .product-item-wrap .item-line {
  margin: 30px 0 5px;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}
.recommended-products-section .recommended-products-slider .product-item-wrap .product-title {
  display: inline-block;
  margin: 0 auto 13px;
  text-align: center;
  width: 90%;
  font-family: "Arimo-Bold", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  text-transform: uppercase;
}
.recommended-products-section .recommended-products-slider .product-item-wrap .item-effect-type {
  width: 85%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.3;
  font-family: "Arimo-Italic", sans-serif;
  text-transform: uppercase;
  color: #000;
}
.recommended-products-section .recommended-products-slider .product-item-wrap .item-size {
  font-family: "Arimo-Italic", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  color: #000;
}
.recommended-products-section .recommended-products-slider .product-item-wrap .item-price {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1;
}
.recommended-products-section .recommended-products-slider .product-item-wrap .item-price .item-current-price {
  font-family: "Arimo-Bold", sans-serif;
  color: #000;
}
.recommended-products-section .recommended-products-slider .product-item-wrap .item-buy-link {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.recommended-products-section .recommended-products-slider .product-item-wrap .item-buy-link a {
  width: 165px;
  height: 45px;
  border: 1px solid #000;
  transition: 0.3s;
  font-size: 16px;
}
.recommended-products-section .recommended-products-slider .product-item-wrap .item-buy-link a:hover {
  background-color: #000;
  color: #fff;
}
.recommended-products-section .more-products-link {
  margin-top: 90px;
  width: 100%;
}
.recommended-products-section .more-products-link .more-link {
  width: 332px;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
}

.cart-products-section {
  margin-bottom: 110px;
}
.cart-products-section .cart-product-wrap {
  padding: 42px 0;
  border-bottom: 1px solid #000;
}
.cart-products-section .cart-product-wrap > div {
  padding: 0;
}
.cart-products-section .cart-product-wrap .cart-product-img {
  min-width: 170px;
  max-width: 174px;
}
.cart-products-section .cart-product-wrap .cart-product-img img {
  width: 100%;
}
.cart-products-section .cart-product-wrap .cart-product-descr {
  margin-left: 45px;
  max-width: 435px !important;
}
.cart-products-section .cart-product-wrap .cart-product-descr h3 {
  margin-bottom: 0;
  font-family: "OpenSans-SemiBold", sans-serif;
  font-size: 20px;
  line-height: 1.45;
}
.cart-products-section .cart-product-wrap .cart-product-descr p {
  font-family: "OpenSans-Light", sans-serif;
  font-size: 18px;
  line-height: 1.45;
}
.cart-products-section .cart-product-wrap .cart-product-price-wrap {
  display: flex;
}
.cart-products-section .cart-product-wrap .cart-product-price-wrap > div {
  margin-left: 56px;
}
.cart-products-section .cart-product-wrap .cart-product-price-wrap > div:first-child {
  margin-left: 0;
}
.cart-products-section .cart-product-wrap .cart-product-price-wrap h4 {
  font-family: "OpenSans-SemiBold", sans-serif;
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 43px;
}
.cart-products-section .cart-product-wrap .cart-product-price-wrap .price {
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 26px;
  line-height: 1;
}
.cart-products-section .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap h4 {
  margin-bottom: 36px;
}
.cart-products-section .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap .cart-product-numbers {
  width: 141px;
  height: 47px;
  display: flex;
}
.cart-products-section .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap .cart-product-numbers > * {
  width: 33.3333333333%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  font-family: "OpenSans-Bold", sans-serif;
  border: 1px solid #000;
}
.cart-products-section .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap .cart-product-numbers > div:nth-child(2) {
  border-left: none;
  border-right: none;
}
.cart-products-section .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap .cart-product-numbers button:hover {
  background-color: #C4C4C4;
  transition: 0.3s;
}
.cart-products-section .cart-product-wrap .cart-product-price-wrap .close-but-wrap {
  padding-top: 65px;
}
.cart-products-section .cart-product-wrap .cart-product-price-wrap .close-but-wrap button {
  width: 47px;
  height: 47px;
  border: 1px solid #000;
  position: relative;
}
.cart-products-section .cart-product-wrap .cart-product-price-wrap .close-but-wrap button:hover {
  background-color: #FF5656;
  transition: 0.3s;
}
.cart-products-section .cart-product-wrap .cart-product-price-wrap .close-but-wrap button::before, .cart-products-section .cart-product-wrap .cart-product-price-wrap .close-but-wrap button::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cart-products-section .cart-product-wrap .cart-product-price-wrap .close-but-wrap button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.cart-products-section .cart-product-wrap .cart-product-price-wrap .close-but-wrap button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cart-products-section .cart-total-wrap {
  margin-top: 41px;
  display: flex;
  justify-content: space-between;
}
.cart-products-section .cart-total-wrap .cart-promo-form {
  display: flex;
}
.cart-products-section .cart-total-wrap .cart-promo-form > * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 254px;
  height: 54px;
}
.cart-products-section .cart-total-wrap .cart-promo-form .input, .cart-products-section .cart-total-wrap .cart-promo-form .but {
  border: 1px solid rgba(0, 0, 0, 0.22);
}
.cart-products-section .cart-total-wrap .cart-promo-form .input input, .cart-products-section .cart-total-wrap .cart-promo-form .input button, .cart-products-section .cart-total-wrap .cart-promo-form .but input, .cart-products-section .cart-total-wrap .cart-promo-form .but button {
  width: 70%;
  text-align: center;
  overflow: hidden;
  border: none;
  font-family: "Arimo-Italic", sans-serif;
  font-size: 20px;
  line-height: 1.15;
  text-transform: uppercase;
  outline: none;
  color: #000;
}
.cart-products-section .cart-total-wrap .cart-promo-form .input input::placeholder, .cart-products-section .cart-total-wrap .cart-promo-form .input button::placeholder, .cart-products-section .cart-total-wrap .cart-promo-form .but input::placeholder, .cart-products-section .cart-total-wrap .cart-promo-form .but button::placeholder {
  color: rgba(0, 0, 0, 0.22);
}
.cart-products-section .cart-total-wrap .cart-promo-form .but {
  border: 1px solid #000;
  margin-left: 22px;
}
.cart-products-section .cart-total-wrap .cart-promo-form .but button {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.cart-products-section .cart-total-wrap .cart-total-price {
  display: flex;
}
.cart-products-section .cart-total-wrap .cart-total-price > div:first-child {
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 22px;
  line-height: 1.45;
  text-transform: uppercase;
}
.cart-products-section .cart-total-wrap .cart-total-price .total-price-delivery {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 70px;
}
.cart-products-section .cart-total-wrap .cart-total-price .total-price-delivery > div {
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 30px;
  line-height: 1;
}
.cart-products-section .cart-total-submit-wrap {
  margin-top: 38px;
}
.cart-products-section .cart-total-submit-wrap .more-link {
  width: 300px;
  background-color: #000;
  color: #fff;
  font-size: 19px;
}

.empty-cart {
  margin-top: 0 !important;
}
.empty-cart p {
  font-size: 16px;
  text-transform: uppercase;
  margin: 25px 0;
}
.empty-cart .more-link {
  background-color: #000;
  color: #fff;
}

#simplecheckout_customer {
  padding-bottom: 60px !important;
}

#simplecheckout_cart .checkout-heading-button a {
  padding: 0.5em 1em;
  background-color: #000;
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}

.shopping-cart-section {
  margin-top: 35px;
}
.shopping-cart-section .form-group-new {
  margin-bottom: 16px;
}
.shopping-cart-section h3 {
  font-family: "Arimo-Bold", sans-serif;
  font-size: 22px;
  line-height: 1.3;
  text-transform: uppercase;
}
.shopping-cart-section .note {
  font-family: "Arimo-Italic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.shopping-cart-section .number {
  font-size: 24px;
  line-height: 1;
  font-family: "OpenSans-Regular", sans-serif;
}
.shopping-cart-section .number span {
  font-family: "OpenSans-Bold", sans-serif;
}
.shopping-cart-section .left-side-wrap {
  padding-right: 52px;
}
.shopping-cart-section .left-side-wrap .checkout-heading span {
  font-family: "Arimo-Bold", sans-serif;
}
.shopping-cart-section .left-side-wrap input:not([type=submit], [type=radio]) {
  margin-bottom: 0 !important;
  padding: 15px 30px 15px 0;
  width: 100%;
  font-family: "Arimo-Italic", sans-serif;
  font-size: 20px;
  line-height: 1.15;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}
.shopping-cart-section .left-side-wrap input:not([type=submit], [type=radio]):last-child {
  margin-bottom: 0;
}
.shopping-cart-section .left-side-wrap input:not([type=submit], [type=radio])::placeholder {
  color: #000;
}
.shopping-cart-section .left-side-wrap .radio-wrap {
  margin-bottom: 10px;
}
.shopping-cart-section .left-side-wrap .radio-wrap .radio {
  padding-left: 43px;
  position: relative;
  cursor: pointer;
  font-family: "Arimo-Italic", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.shopping-cart-section .left-side-wrap .radio-wrap .radio .radio-input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.shopping-cart-section .left-side-wrap .radio-wrap .radio .radio-input:checked + .radio-but::before {
  background-color: #000;
}
.shopping-cart-section .left-side-wrap .radio-wrap .radio .radio-but {
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  border-radius: 50%;
  transition: 0.2s;
}
.shopping-cart-section .left-side-wrap .radio-wrap .radio .radio-but::before {
  content: "";
  position: absolute;
  width: 66.7%;
  height: 66.7%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: none;
  border: 1px solid #000;
  border-radius: 50%;
}
.shopping-cart-section .left-side-wrap > div {
  border-bottom: 3px solid #000;
  margin-bottom: 40px;
}
.shopping-cart-section .left-side-wrap > div:last-child {
  margin-bottom: 0;
}
.shopping-cart-section .left-side-wrap .new-customer-form {
  padding-bottom: 77px;
}
.shopping-cart-section .left-side-wrap .new-customer-form input[type=submit] {
  width: 200px;
  height: 36px;
  font-size: 13px;
  background-color: #000;
  color: #fff;
}
.shopping-cart-section .left-side-wrap .new-customer-form form {
  display: flex;
  justify-content: space-between;
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap {
  display: flex;
  justify-content: space-between;
  padding-right: 5px;
  padding-bottom: 23px;
  margin-bottom: 27px;
  border-bottom: 1px solid #000;
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap:nth-last-child(n-2) {
  margin-bottom: 0;
  border-bottom: 3px solid #000;
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-img {
  width: 140px;
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-img img {
  width: 100%;
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-descr {
  margin-left: 30px;
  padding-top: 22px;
  max-width: 150px;
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap {
  display: flex;
  padding-top: 22px;
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap > div {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap > div:first-child {
  margin-left: 0;
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap h4 {
  font-family: "OpenSans-SemiBold", sans-serif;
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 35px;
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .price {
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 28px;
  line-height: 1;
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap h4, .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .close-but-wrap h4 {
  margin-bottom: 34px;
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap h4 {
  font-family: "OpenSans-SemiBold", sans-serif;
  font-size: 22px;
  line-height: 1.45;
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap .cart-product-numbers {
  width: 96px;
  height: 32px;
  display: flex;
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap .cart-product-numbers > * {
  width: 33.3333333333%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  font-family: "OpenSans-Bold", sans-serif;
  border: 0.7px solid #000;
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap .cart-product-numbers > div:nth-child(2) {
  border-left: none;
  border-right: none;
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap .cart-product-numbers button:hover {
  background-color: #C4C4C4;
  transition: 0.3s;
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .close-but-wrap {
  margin-left: 25px;
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .close-but-wrap button {
  width: 32px;
  height: 32px;
  border: 0.7px solid #000;
  position: relative;
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .close-but-wrap button:hover {
  background-color: #FF5656;
  transition: 0.3s;
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .close-but-wrap button::before, .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .close-but-wrap button::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .close-but-wrap button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .close-but-wrap button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-total-price-wrap {
  display: flex;
  justify-content: space-between;
  padding: 28px 0;
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-total-price-wrap h3 {
  margin-left: 200px;
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-total-price-wrap > div {
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 28px;
  line-height: 1;
}
.shopping-cart-section .left-side-wrap .cart-wrap .cart-total-price-wrap > div span {
  font-family: "OpenSans-Bold", sans-serif;
}
.shopping-cart-section .left-side-wrap .delivery-type-wrap, .shopping-cart-section .left-side-wrap .payment-type-wrap {
  padding-bottom: 60px;
}
.shopping-cart-section .left-side-wrap .delivery-type-wrap h3, .shopping-cart-section .left-side-wrap .payment-type-wrap h3 {
  margin-bottom: 32px;
}
.shopping-cart-section .left-side-wrap .delivery-type-wrap #paymentTypeCollapse > div, .shopping-cart-section .left-side-wrap .payment-type-wrap #paymentTypeCollapse > div {
  padding: 2px 0 18px;
}
.shopping-cart-section .left-side-wrap .delivery-type-wrap #paymentTypeCollapse input, .shopping-cart-section .left-side-wrap .payment-type-wrap #paymentTypeCollapse input {
  width: 80%;
}
.shopping-cart-section .left-side-wrap .recipient-contacts {
  padding-bottom: 60px;
}
.shopping-cart-section .left-side-wrap .recipient-contacts h3 {
  margin-bottom: 18px;
}
.shopping-cart-section .left-side-wrap .recipient-contacts .note {
  margin-bottom: 33px;
}
.shopping-cart-section .left-side-wrap .recipient-contacts .recipient-title {
  margin-bottom: 18px;
}
.shopping-cart-section .left-side-wrap .recipient-contacts .recipient-title .radio-wrap:last-child {
  margin-left: 65px;
}
.shopping-cart-section .left-side-wrap .recipient-contacts .recipient-contacts-form input {
  margin-bottom: 16px !important;
}
.shopping-cart-section .left-side-wrap .recipient-contacts .recipient-contacts-form-mobile {
  display: none;
}
.shopping-cart-section .right-side-wrap {
  position: sticky;
  top: 80px;
  width: 100%;
  border: 0.5px solid #000;
  padding: 40px 25px 25px;
}
.shopping-cart-section .right-side-wrap h3 {
  margin-bottom: 26px;
  line-height: 1.6;
}
.shopping-cart-section .right-side-wrap .note {
  font-size: 20px;
  text-transform: uppercase;
}
.shopping-cart-section .right-side-wrap .cart-promocode {
  margin: 30px 0 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shopping-cart-section .right-side-wrap .cart-promocode input {
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: center;
  border-color: rgba(0, 0, 0, 0.22);
}
.shopping-cart-section .right-side-wrap .cart-promocode input::placeholder {
  color: rgba(0, 0, 0, 0.22);
}
.shopping-cart-section .right-side-wrap .cart-total {
  margin: 30px 0 25px;
}
.shopping-cart-section .right-side-wrap > p {
  margin-bottom: 30px;
  font-family: "Arimo-Italic", sans-serif;
  font-size: 16px;
  text-transform: none;
  padding: 0 5px;
}
.shopping-cart-section .right-side-wrap > p a {
  font-family: "Arimo-Italic", sans-serif;
  text-decoration: underline;
}
.shopping-cart-section .right-side-wrap .more-link {
  border: 1px solid #000;
  transition: 0.3s !important;
}
.shopping-cart-section .right-side-wrap .more-link:hover:not(.cart-promocode input:hover) {
  background-color: #000 !important;
  color: #fff;
}
.shopping-cart-section .right-side-wrap > div:last-child input {
  background-color: transparent;
  transition: 0.2s;
}
.shopping-cart-section .right-side-wrap > div:last-child input:hover {
  background-color: #000;
  color: #fff;
}

.wishlist-wrap-section .other-page-title-section {
  margin-bottom: 35px;
}
.wishlist-wrap-section #content {
  padding-right: calc(var(--bs-gutter-x) / 2) !important;
}
.wishlist-wrap-section .wishlist-item-wrap {
  padding: 18px 0;
  border-bottom: 1px solid #DEDDE2;
}
.wishlist-wrap-section .wishlist-item-wrap .col {
  padding: 0;
}
.wishlist-wrap-section .wishlist-item-wrap .wishlist-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}
.wishlist-wrap-section .wishlist-item-wrap .wishlist-item > div {
  display: flex;
  align-items: center;
}
.wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-img {
  width: 90px;
  min-height: 90px;
}
.wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-img img {
  width: 100%;
}
.wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-name {
  margin-left: 23px;
  font-family: "OpenSans-SemiBold", sans-serif;
  width: 290px;
}
.wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-index {
  font-family: "OpenSans-SemiBold", sans-serif;
  text-transform: uppercase;
}
.wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-available {
  margin-left: 45px;
  margin-right: 25px;
  width: 120px;
  font-family: "OpenSans-Regular", sans-serif;
  text-transform: lowercase;
  text-align: center;
}
.wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-price {
  width: 120px;
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 24px;
  text-align: center;
}
.wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-actions {
  display: flex;
  margin-left: 100px;
}
.wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-actions .more-link {
  width: 190px;
  height: 42px;
  font-size: 16px;
}
.wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-actions .more-link:last-child {
  margin-left: 40px;
}

.success-message-section {
  margin-bottom: 90px;
}
.success-message-section .success-message-text {
  padding: 30px 0 35px;
}
.success-message-section .success-message-text p {
  margin-bottom: 26px;
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}
.success-message-section .success-message-text p:last-child {
  margin-bottom: 0;
}
.success-message-section .more-link {
  margin-top: 40px;
  background-color: #000;
  color: #fff;
}

.clinics-contacts-section {
  padding-top: 30px;
  margin-bottom: 80px;
}
.clinics-contacts-section .clinics-contacs-wrap {
  padding-left: 8px;
}
.clinics-contacts-section .clinics-contacs-wrap h3 {
  margin-bottom: 20px;
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
}
.clinics-contacts-section .clinics-contacs-wrap .clinic-contacts-item {
  margin-bottom: 20px;
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
}
.clinics-contacts-section .clinics-contacs-wrap .clinic-contacts-item span {
  font-family: "OpenSans-SemiBold", sans-serif;
}
.clinics-contacts-section .clinics-contacs-wrap .clinic-contacts-item a {
  font-family: "OpenSans-Regular", sans-serif;
}
.clinics-contacts-section .clinics-contacs-wrap .clinic-contacts-item .contacts-page-mail {
  margin-top: 35px;
  font-family: "OpenSans-Bold", sans-serif;
}
.clinics-contacts-section .clinics-contacs-wrap .clinics-contacts-collapse-toggle {
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  border-radius: 50%;
  position: relative;
  transition: 0.3s;
}
.clinics-contacts-section .clinics-contacs-wrap .clinics-contacts-collapse-toggle span {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.clinics-contacts-section .clinics-contacs-wrap .clinics-contacts-collapse-toggle span:first-child {
  top: 31%;
}
.clinics-contacts-section .clinics-contacs-wrap .clinics-contacts-collapse-toggle span:last-child {
  top: 53%;
}
.clinics-contacts-section .clinics-contacts-map {
  width: 100%;
  height: 640px;
  margin-top: 45px;
  padding-left: 30px;
}
.clinics-contacts-section .clinics-contacts-map #clinicsMap {
  width: 100%;
  height: 100%;
}

.all-articles-section {
  margin-top: 40px;
}
.all-articles-section .article-card {
  height: 100%;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.all-articles-section .article-card .article-card-img {
  width: 100%;
}
.all-articles-section .article-card .article-card-img img {
  width: 100%;
}
.all-articles-section .article-card h3 {
  margin: 25px 0;
  font-family: "Arimo-Bold", sans-serif;
  font-size: 24px;
  line-height: 1.35;
  text-transform: uppercase;
}
.all-articles-section .article-card h3 .italic {
  font-size: 21px;
}

.article-section {
  margin: 100px 0 130px;
}
.article-section aside {
  margin-top: 100px;
}
.article-section aside .article-aside-img {
  margin-bottom: 26px;
  width: 66%;
}
.article-section aside .article-aside-img img {
  width: 100%;
}
.article-section aside .article-aside-nav {
  width: 80%;
}
.article-section aside .article-aside-nav li {
  margin-bottom: 25px;
  cursor: pointer;
}
.article-section aside .article-aside-nav li:last-child {
  margin-bottom: 0;
}
.article-section aside .article-aside-nav li a {
  font-family: "Arimo-Italic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #000;
}
.article-section .article-text-wrap > div {
  clear: both;
}
.article-section .article-text-wrap > div:last-child {
  margin-bottom: 0;
}
.article-section .article-text-wrap h1 {
  margin-left: 15px;
  margin-bottom: 50px;
  font-family: "Arimo-Bold", sans-serif;
  font-size: 50px;
  line-height: 1.15;
  text-transform: uppercase;
}
.article-section .article-text-wrap h3 {
  margin-bottom: 50px;
  font-family: "Arimo-Bold", sans-serif;
  font-size: 36px;
  line-height: 1.4;
  text-transform: uppercase;
}
.article-section .article-text-wrap .main-article-pic {
  max-width: 75%;
}
.article-section .article-text-wrap p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 26px;
}
.article-section .article-text-wrap p:last-child {
  margin-bottom: 0;
}
.article-section .article-text-wrap .article-pic-text-p {
  margin-bottom: 60px;
}
.article-section .article-text-wrap .article-pic-text-p .pic {
  margin-right: 60px;
  float: left;
  width: 46%;
}
.article-section .article-text-wrap .article-pic-text-p .pic img {
  width: 100%;
  margin-bottom: 50px;
}
.article-section .article-text-wrap .article-pic-text-p .text {
  width: 100%;
  padding-right: 50px;
}
.article-section .article-text-wrap .article-greytext-p {
  margin-bottom: 50px;
}
.article-section .article-text-wrap .article-greytext-p p {
  width: 75%;
  font-size: 22px;
  color: #908F94;
}
.article-section .article-text-wrap .article-grey-back-p .article-grey-back-p-card {
  margin-bottom: 60px;
  padding: 40px 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F7F7F7;
}
.article-section .article-text-wrap .article-grey-back-p .article-grey-back-p-card h3 {
  margin-bottom: 25px;
  text-align: center;
}
.article-section .article-text-wrap .article-grey-back-p .article-grey-back-p-card .line-h3 {
  width: 25%;
  margin: 0 auto;
  margin-bottom: 30px;
  height: 1px;
  background-color: #000;
}
.article-section .article-text-wrap .article-grey-back-p .article-grey-back-p-card p {
  width: 60%;
  text-align: center;
}
.article-section .article-text-wrap .article-grey-back-p .article-double-pics {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.article-section .article-text-wrap .article-grey-back-p .article-double-pics > div {
  width: 46%;
}
.article-section .article-text-wrap .article-grey-back-p .article-double-pics > div img {
  width: 100%;
}
.article-section .article-text-wrap .article-casual-p {
  margin-bottom: 70px;
}
.article-section .article-text-wrap .article-casual-p:last-child {
  margin-bottom: 0;
}
.article-section .article-text-wrap .article-casual-p p {
  width: 80%;
}

.section-reviews-page {
  margin: 30px 0 100px;
}
.section-reviews-page .review-wrap {
  margin-bottom: 20px;
  width: 100%;
  min-height: 475px;
  position: relative;
}
.section-reviews-page .review-wrap:hover .review-hover-wrap {
  opacity: 1;
}
.section-reviews-page .review-wrap .review-back-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-reviews-page .review-wrap .review-back-img img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-reviews-page .review-wrap .review-hover-wrap {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.82);
  opacity: 0;
  transition: 0.4s;
  backdrop-filter: blur(55px);
}
.section-reviews-page .review-wrap p {
  padding-top: 70px;
  font-size: 16px;
  line-height: 1.6;
}
.section-reviews-page .review-wrap p::before {
  content: "“";
  position: absolute;
  top: 19px;
  left: 20px;
  font-family: "Blacker Sans Display", sans-serif;
  font-size: 50px;
  line-height: 1.2;
}
.section-reviews-page .review-wrap .review-bottom {
  position: absolute;
  top: 330px;
}
.section-reviews-page .review-wrap .review-bottom .reviewer-img {
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.section-reviews-page .review-wrap .review-bottom .reviewer-img img {
  width: 100%;
  height: 100%;
}
.section-reviews-page .review-wrap .review-bottom .reviewer-name {
  font-size: 16px;
  line-height: 1.2;
  font-family: "Blacker Sans Display", sans-serif;
}
.section-reviews-page .more-link {
  margin-top: 30px;
  border: 1px solid #000;
  transition: 0.3s;
}
.section-reviews-page .more-link:hover {
  background-color: #000;
  color: #fff;
}
.section-reviews-page .more-link[aria-expanded=true] {
  display: none;
}

.section-reviews-press .reviews-press-slider .slick-arrow {
  height: 100%;
  width: 50px;
  position: absolute;
  top: 0;
  z-index: 100;
}
.section-reviews-press .reviews-press-slider .slick-prev {
  left: 0;
  transform: translateX(-100%);
}
.section-reviews-press .reviews-press-slider .slick-next {
  right: 0;
  transform: translateX(100%);
}
.section-reviews-press .reviews-press-slider .slick-list {
  margin: 0 -15px;
}
.section-reviews-press .reviews-press-slider .reviews-press-slide {
  margin: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
}
.section-reviews-press .reviews-press-slider .reviews-press-slide .slider-card {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}
.section-reviews-press .reviews-press-slider .reviews-press-slide .slider-card .slider-card-back {
  width: 100%;
}
.section-reviews-press .reviews-press-slider .reviews-press-slide .slider-card .slider-card-back img {
  width: 100%;
}
.section-reviews-press .reviews-press-slider .reviews-press-slide .slider-card .slider-card-blur-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.77);
  backdrop-filter: blur(11px);
}

.partners-page-section {
  margin-top: 30px;
}
.partners-page-section p {
  margin-bottom: 80px;
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.privacy-policy-section {
  margin-top: 47px !important;
}
.privacy-policy-section .article-casual-p {
  width: 70%;
}
.privacy-policy-section .article-casual-p h4, .privacy-policy-section .article-casual-p p {
  width: 100% !important;
}
.privacy-policy-section h4 {
  margin-bottom: 5px;
  font-family: "Arimo-Bold", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
}
.privacy-policy-section a {
  text-decoration: underline;
}
.privacy-policy-section .requisites {
  font-family: "Arimo-Bold", sans-serif;
}

.section-signup {
  margin: 40px 0 100px;
}
.section-signup h2 {
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-family: "Arimo-Bold", sans-serif;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 3px solid #000;
}
.section-signup h2 .italic {
  font-size: 22px;
}
.section-signup h2 ~ div {
  margin-top: 10px;
  font-family: "Arimo-Italic", sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #C4C4C4;
  text-transform: uppercase;
}
.section-signup .signin-link-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-signup .signin-link-wrap div {
  margin-right: 30px;
  font-family: "Arimo-Italic", sans-serif;
  font-size: 16px;
}
.section-signup .signin-link-wrap a {
  width: 200px;
  font-size: 13px;
}
.section-signup .customer-form-wrap {
  margin-top: 45px;
}
.section-signup .customer-form-wrap .customer-form-title {
  margin: 60px 0 10px;
}
.section-signup .customer-form-wrap .form-submit-wrap {
  margin-top: 65px;
}
.section-signup .customer-form-wrap .password-input {
  margin-bottom: 65px;
}
.section-signup .customer-form-wrap .password-input label {
  font-size: 16px;
  line-height: 1.4;
  text-transform: none;
  color: #C4C4C4;
}
.section-signup .spec-signup-form-wrap {
  width: 100%;
}
.section-signup .spec-signup-form-wrap .register-clinic-desc {
  margin-top: 0;
  margin-bottom: 25px;
}
.section-signup .spec-signup-form-wrap .customer-form {
  padding: 35px 20px 30px;
  border: 1px solid #000;
}
.section-signup .spec-signup-form-wrap .customer-form .customer-form-title {
  margin-bottom: 0;
}
.section-signup .spec-signup-form-wrap .customer-form h2 {
  border: none;
}
.section-signup .spec-signup-form-wrap .customer-form h2 ~ div {
  margin-top: 0;
}
.section-signup .spec-signup-form-wrap .customer-form .file-input-wrap {
  margin-top: 45px;
  margin-bottom: 0;
  line-height: normal;
  display: flex;
}
.section-signup .spec-signup-form-wrap .customer-form .file-input-wrap .file-input {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 0;
  height: 0;
}
.section-signup .spec-signup-form-wrap .customer-form .file-input-wrap label {
  position: static;
  transform: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.section-signup .spec-signup-form-wrap .customer-form .file-input-wrap label::before {
  margin-right: 15px;
  content: "";
  width: 25px;
  height: 25px;
  background: url(../image/add-file.svg) no-repeat;
  background-size: contain;
}
.section-signup .spec-signup-form-wrap .customer-form .file-input-wrap .done::before {
  background: url(../image/add-file-done.svg) no-repeat;
}

.delivery-section h3 {
  margin-bottom: 30px !important;
}
.delivery-section ul {
  margin-bottom: 26px;
  width: 80%;
  list-style-type: disc;
}
.delivery-section ul:last-child {
  margin-bottom: 0;
}
.delivery-section ul li {
  font-size: 16px;
  line-height: 1.6;
}

.product-search #search-inputs {
  margin-top: 45px;
}
.product-search #search-inputs h2 {
  font-size: 24px;
  margin-top: 40px !important;
}
.product-search #search-inputs input {
  outline: none;
  box-shadow: none;
}
.product-search #search-inputs input[type=text] {
  padding-left: 8px;
  padding-right: 8px;
}
.product-search .all-products-section {
  margin-bottom: 40px;
}

.account-account #content {
  padding-top: 40px;
}

.profile-wrap-section .signin-form-wrap {
  padding: 0;
}
.profile-wrap-section .signin-form-wrap .form-input input {
  padding: 0 5%;
}
.profile-wrap-section .signin-form-wrap .input-submit {
  justify-content: flex-start;
}
.profile-wrap-section .other-page-title-section .section-title h1, .profile-wrap-section .other-page-title-section .section-title h2, .profile-wrap-section .other-page-title-section .section-title div {
  padding-left: 0;
}
.profile-wrap-section h3 {
  font-size: 24px;
  text-transform: uppercase;
}
.profile-wrap-section #content {
  padding-right: 12%;
}
.profile-wrap-section #content h2:not(.other-page-title-section h2) {
  margin-bottom: 20px;
  font-family: "Arimo-Bold", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 35px;
}
.profile-wrap-section #content p {
  font-size: 16px;
  line-height: 1.6;
}
.profile-wrap-section #content ul {
  margin-bottom: 30px;
}
.profile-wrap-section #content ul:last-child {
  margin-bottom: 0;
}
.profile-wrap-section #content ul li {
  display: flex;
}
.profile-wrap-section #content ul li a {
  display: block;
  font-family: "Arimo-Italic", sans-serif;
  font-size: 20px;
  line-height: 1;
  padding: 0.5em 0;
  text-decoration: underline;
}
.profile-wrap-section #column-right .list-group {
  padding-top: 75px;
}
.profile-wrap-section #column-right .list-group .list-group-item {
  padding: 0.8em 0;
  border-bottom: 1px solid #000;
  font-family: "Arimo-Italic", sans-serif;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  transition: 0.3s;
}
.profile-wrap-section #column-right .list-group .list-group-item:hover {
  background-color: #E2E1E6;
}

.account-login .border-bottom {
  border-bottom: none !important;
}
.account-login .profile-wrap-section h3 {
  margin-bottom: 25px;
}
.account-login .profile-wrap-section .signin-form-wrap .form-input {
  margin-bottom: 0;
}
.account-login .profile-wrap-section .login-form-wrap .form-input:not(.input-submit) {
  margin-bottom: 0;
  width: 300px;
}
.account-login .profile-wrap-section .login-form-wrap .input-submit {
  margin-top: 24px;
}
.account-login .profile-wrap-section .login-form-wrap .forgot-pass {
  position: absolute;
  left: 0;
}
.account-login .profile-wrap-section .login-form-wrap > div:first-child {
  display: flex;
  justify-content: space-between;
}
.account-login .profile-wrap-section #content {
  padding-top: 35px;
  padding-right: calc(var(--bs-gutter-x) / 2);
}
.account-login .profile-wrap-section #content h2:not(.other-page-title-section h2) {
  margin-top: 0;
  margin-bottom: 10px;
}
.account-login .profile-wrap-section #content p {
  width: 65%;
  margin-bottom: 20px;
}

.account-forgotten .profile-wrap-section .signin-form-wrap .form-input {
  width: 300px;
  margin-bottom: 32px;
}
.account-forgotten .profile-wrap-section .signin-form-wrap .form-input:last-child {
  margin-bottom: 0;
}
.account-forgotten .profile-wrap-section #content p {
  width: 60%;
  margin-bottom: 20px;
}

.account-password .profile-wrap-section .customer-form-wrap .form-input, .account-address .profile-wrap-section .customer-form-wrap .form-input, .account-simpleedit .profile-wrap-section .customer-form-wrap .form-input, .account-newsletter .profile-wrap-section .customer-form-wrap .form-input, .account-simpleaddress-insert .profile-wrap-section .customer-form-wrap .form-input, .account-simpleaddress-update .profile-wrap-section .customer-form-wrap .form-input, .account-address-delete .profile-wrap-section .customer-form-wrap .form-input {
  width: 370px;
}
.account-password .profile-wrap-section .customer-form-wrap .form-submit-wrap, .account-address .profile-wrap-section .customer-form-wrap .form-submit-wrap, .account-simpleedit .profile-wrap-section .customer-form-wrap .form-submit-wrap, .account-newsletter .profile-wrap-section .customer-form-wrap .form-submit-wrap, .account-simpleaddress-insert .profile-wrap-section .customer-form-wrap .form-submit-wrap, .account-simpleaddress-update .profile-wrap-section .customer-form-wrap .form-submit-wrap, .account-address-delete .profile-wrap-section .customer-form-wrap .form-submit-wrap {
  margin-top: 55px;
  display: flex;
}
.account-password .profile-wrap-section .customer-form-wrap .form-submit-wrap input, .account-address .profile-wrap-section .customer-form-wrap .form-submit-wrap input, .account-simpleedit .profile-wrap-section .customer-form-wrap .form-submit-wrap input, .account-newsletter .profile-wrap-section .customer-form-wrap .form-submit-wrap input, .account-simpleaddress-insert .profile-wrap-section .customer-form-wrap .form-submit-wrap input, .account-simpleaddress-update .profile-wrap-section .customer-form-wrap .form-submit-wrap input, .account-address-delete .profile-wrap-section .customer-form-wrap .form-submit-wrap input {
  background-color: #000;
  color: #fff;
}
.account-password .profile-wrap-section .customer-form-wrap .form-submit-wrap a, .account-address .profile-wrap-section .customer-form-wrap .form-submit-wrap a, .account-simpleedit .profile-wrap-section .customer-form-wrap .form-submit-wrap a, .account-newsletter .profile-wrap-section .customer-form-wrap .form-submit-wrap a, .account-simpleaddress-insert .profile-wrap-section .customer-form-wrap .form-submit-wrap a, .account-simpleaddress-update .profile-wrap-section .customer-form-wrap .form-submit-wrap a, .account-address-delete .profile-wrap-section .customer-form-wrap .form-submit-wrap a {
  margin-left: 73px;
  cursor: pointer;
}

.address-wrap {
  padding-bottom: 65px;
  margin-bottom: 60px;
  border-bottom: 3px solid #000;
}

.account-address .profile-wrap-section .customer-form-wrap .form-submit-wrap .button-black, .account-simpleedit .profile-wrap-section .customer-form-wrap .form-submit-wrap .button-black, .account-newsletter .profile-wrap-section .customer-form-wrap .form-submit-wrap .button-black, .account-address-delete .profile-wrap-section .customer-form-wrap .form-submit-wrap .button-black {
  margin-left: 0;
}

.account-simpleaddress-insert .address-insert-wrap, .account-simpleaddress-update .address-insert-wrap {
  margin-top: 40px;
}
.account-simpleaddress-insert .address-radio-wrap, .account-simpleaddress-update .address-radio-wrap {
  display: flex;
  align-items: center;
}
.account-simpleaddress-insert .address-radio-wrap h2:not(.other-page-title-section h2), .account-simpleaddress-update .address-radio-wrap h2:not(.other-page-title-section h2) {
  margin: 0 !important;
}
.account-simpleaddress-insert .address-radio-wrap .customer-form-wrap, .account-simpleaddress-update .address-radio-wrap .customer-form-wrap {
  margin-left: 50px;
}
.account-simpleaddress-insert .address-radio-wrap .customer-form, .account-simpleaddress-update .address-radio-wrap .customer-form {
  display: flex;
}
.account-simpleaddress-insert .address-radio-wrap .customer-form .radio-wrap:last-child, .account-simpleaddress-update .address-radio-wrap .customer-form .radio-wrap:last-child {
  margin-left: 40px;
}
.account-simpleaddress-insert .address-radio-wrap .radio-wrap, .account-simpleaddress-update .address-radio-wrap .radio-wrap {
  margin-bottom: 0 !important;
}

.account-simpleedit .address-wrap, .account-newsletter .address-wrap {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.account-simpleedit .form-horizontal, .account-newsletter .form-horizontal {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.account-simpleedit .form-submit-wrap a, .account-newsletter .form-submit-wrap a {
  cursor: pointer;
}

.account-newsletter .profile-wrap-section #content h2:not(.other-page-title-section h2) {
  margin-bottom: 35px;
}

.account-order-table {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
.account-order-table tr {
  border-bottom: 0.7px solid #DEDDE2;
}
.account-order-table th {
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 13px;
}
.account-order-table td {
  font-family: "OpenSans-Regular", sans-serif;
}
.account-order-table td, .account-order-table th {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: none;
}

.account-order-table-mobile {
  display: none;
}

.account-order .profile-wrap-section #content, .account-order-info .profile-wrap-section #content {
  padding-right: 4%;
}

.account-order-info .border-bottom-black {
  padding-bottom: 15px;
}
.account-order-info .account-order-table .table-row-actions {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  text-align: right;
}
.account-order-info .account-order-table .table-row-actions > a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #000;
  display: inline-block;
  transition: 0.3s;
}
.account-order-info .account-order-table .table-row-actions > a:hover {
  background-color: #000;
}
.account-order-info .account-order-table .table-row-actions .cart-but {
  background: url(../image/account-cart.svg) center center no-repeat;
  background-size: 60%;
}
.account-order-info .account-order-table .table-row-actions .cart-but:hover {
  background-image: url(../image/account-cart-white.svg);
  background-position: center;
}
.account-order-info .account-order-table .table-row-actions .del-but {
  margin-left: 22px;
  position: relative;
}
.account-order-info .account-order-table .table-row-actions .del-but:hover span {
  background-color: #fff;
}
.account-order-info .account-order-table .table-row-actions .del-but span {
  width: 60%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}
.account-order-info .account-order-table .table-row-actions .del-but span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.account-order-info .account-order-table .table-row-actions .del-but span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.account-order-info .account-order-table tfoot tr {
  border: none;
}
.account-order-info .account-order-table tfoot td {
  font-family: "OpenSans-Bold", sans-serif;
}
.account-order-info .arimo-bold, .account-order-info .opensans-bold {
  text-transform: uppercase;
}
.account-order-info .order-title-wrap {
  margin: 35px 0 17px;
  padding-bottom: 28px;
  border-bottom: 0.7px solid #DEDDE2;
}
.account-order-info .order-title-wrap > .d-flex:first-child > div:first-child {
  margin-right: 25px;
}
.account-order-info .order-title-wrap .arimo-bold {
  font-size: 24px;
  margin-bottom: 9px;
}
.account-order-info .order-title-wrap .arimo-bold + div {
  font-size: 20px;
}
.account-order-info .order-title-wrap .payment-type-mobile {
  display: none;
}
.account-order-info .order-address-wrap {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
}
.account-order-info .order-address-wrap .opensans-bold {
  margin-bottom: 3px;
  font-size: 13px;
}
.account-order-info .order-address-wrap .opensans-regular {
  font-size: 14px;
}
.account-order-info .order-address-wrap .order-address {
  width: 250px;
  margin-right: 50px;
}
.account-order-info .order-address-wrap .order-address + div > div:first-child {
  margin-bottom: 21px;
}

.not-found-section {
  margin-bottom: 0;
  background: url(../image/404-back.png) center center no-repeat;
  background-size: cover;
}
.not-found-section .not-found-message-wrap {
  min-height: calc(100vh - 190px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.not-found-section .not-found-message-wrap .other-page-title-section {
  display: none;
}
.not-found-section .not-found-message-wrap .number-404 {
  font-family: "Arimo-Bold", sans-serif;
  font-size: 77px;
  line-height: 1.1;
  text-align: center;
}
.not-found-section .not-found-message-wrap .number-404 .italic {
  font-size: 36px;
}
.not-found-section .not-found-message-wrap h2:not(.other-page-title-section h2) {
  margin: 32px 0 11px;
  font-family: "Arimo-Bold", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}
.not-found-section .not-found-message-wrap p {
  width: 35%;
  margin-bottom: 44px;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 1399px) {
  #ToTopButton {
    transform: translateX(490px);
    width: 45px;
    height: 45px;
  }
  .more-link {
    width: 230px;
    height: 48px;
    font-size: 17px;
  }
  .button-italic {
    font-size: 15px;
  }
  .user-messages .user-message-block {
    padding: 0.8rem;
  }
  .user-messages .user-message-block .user-message {
    font-size: 11px;
    margin-right: 1.5rem;
  }
  .user-messages .user-message-block .close-button {
    width: 1.4rem;
    height: 1.4rem;
  }
  .alert {
    padding: 0.8rem;
    font-size: 11px;
  }
}
@media (max-width: 1399px) {
  section {
    margin-bottom: 50px;
  }
  section .section-title h1, section .section-title h2, section .section-title div {
    font-size: 34px;
  }
}
@media (max-width: 1399px) {
  .navbar {
    margin-top: 20px;
  }
}
@media (max-width: 1399px) {
  .signin-modal .modal-dialog {
    max-width: 410px;
  }
  .signin-form-wrap {
    padding: 0 45px;
  }
  .signin-form-wrap .signin-form-title {
    margin: 55px 0 45px;
    font-size: 22px;
  }
  .signin-form-wrap .form-input:nth-child(2) {
    margin-bottom: 22px;
  }
  .signin-form-wrap .form-input input {
    height: 48px;
    font-size: 15px;
  }
  .signin-form-wrap .input-submit {
    margin-bottom: 15px;
  }
  .signin-form-wrap .input-submit input {
    width: 230px;
    height: 48px;
    font-size: 17px;
  }
  .signin-form-wrap .forgot-pass {
    margin: 4px 0 9px;
  }
  .signin-form-wrap .forgot-pass a {
    font-size: 17px;
  }
  .signin-form-wrap .signup-link-wrap {
    margin-top: 44px;
  }
  .signin-form-wrap .signup-link-wrap > div:first-child {
    font-size: 17px;
  }
  .signin-form-wrap .signup-link-wrap .signup-link a {
    font-size: 17px;
  }
  .callback-form-wrap {
    padding-bottom: 40px;
  }
  .callback-form-wrap .signin-form-title {
    margin: 45px 0 35px;
  }
  .callback-form-wrap .input-submit {
    margin-top: 30px;
  }
  .callback-form-wrap .input-submit input {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .drowdown-1-col {
    width: 279px !important;
  }
  .drowdown-3-col {
    width: 1116px !important;
  }
  header .header-wrap .logo a {
    width: 63%;
  }
  header .header-wrap .logo a img {
    width: 100%;
  }
  header .header-wrap ul.header-widgets > li {
    margin-left: 12px;
  }
  header .header-wrap ul.header-widgets > li a img {
    height: 21px;
  }
  header .header-wrap ul.header-widgets .header-cart-icon .header-cart-icon-sticker, header .header-wrap ul.header-widgets .header-cart-icon .header-wishlist-icon-sticker, header .header-wrap ul.header-widgets .header-wishlist-icon .header-cart-icon-sticker, header .header-wrap ul.header-widgets .header-wishlist-icon .header-wishlist-icon-sticker {
    width: 17px !important;
    height: 17px !important;
    font-size: 10px !important;
  }
  header .header-wrap ul.header-widgets .header-sign-wrap {
    margin-left: 38px;
  }
  header .header-wrap #headerNav .nav-link {
    font-size: 13px;
  }
  header .header-wrap #headerNav .dropdown .dropdown-menu.show {
    width: 1116px;
  }
  header .header-fixed .header-wrap {
    padding-top: 10px;
  }
  header .header-fixed #headerNav .nav-link {
    font-size: 11px;
  }
  header .header-fixed ul.header-widgets .header-sign-wrap {
    display: none;
  }
  header .header-fixed ul.header-widgets .header-sign-in-mobile {
    display: block;
    margin-left: 12px;
  }
}
@media (max-width: 1399px) {
  .section-banners .banner-slider .banner .banner-title {
    bottom: 110px;
  }
}
@media (max-width: 1399px) {
  .section-offers .product-wrap .item-price {
    margin-bottom: 36px;
  }
}
@media (max-width: 1399px) {
  .section-knowmore h3 {
    font-size: 34px;
  }
  .section-knowmore p {
    font-size: 17px;
    line-height: normal;
  }
  .section-knowmore .left-side {
    min-height: 640px;
  }
  .section-knowmore .left-side h3 {
    margin-top: 250px;
  }
  .section-knowmore .right-side-top h3, .section-knowmore .right-side-bottom h3 {
    margin-top: 64px;
  }
}
@media (max-width: 1399px) {
  .section-reviews {
    margin-bottom: 80px;
  }
  .section-reviews .review-wrap {
    min-height: 455px;
  }
}
@media (max-width: 1399px) {
  .section-partners .partners-wrap {
    min-height: 275px;
  }
  .section-partners .partners-wrap .section-title {
    margin-top: 60px;
    margin-bottom: 38px;
  }
}
@media (max-width: 1399px) {
  .section-academy img {
    width: 160px;
  }
}
@media (max-width: 1399px) {
  footer .footer-wrap a, footer .footer-wrap p {
    font-size: 12px !important;
  }
  footer .footer-wrap a span, footer .footer-wrap p span {
    font-size: 12px !important;
  }
  footer .footer-wrap .footer-summands .footer-summands-logo img {
    width: 110px;
  }
  footer .footer-wrap .footer-social ul li a img {
    width: 35px;
  }
}
@media (max-width: 1399px) {
  .other-page-title-section .section-title h1, .other-page-title-section .section-title h2, .other-page-title-section .section-title div {
    font-size: 32px;
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1399px) {
  .all-products-section {
    margin-bottom: 85px;
  }
  .all-products-section .product-item-wrap {
    padding-bottom: 36px !important;
  }
  .all-products-section .product-item-wrap .product-col .item-img .item-marker {
    width: 140px;
    height: 30px;
    font-size: 14px;
  }
  .all-products-section .product-item-wrap .product-col .item-categories-wrap img {
    height: 29px;
    margin-right: 9px;
  }
  .all-products-section .product-item-wrap .product-col .item-line {
    margin-top: 35px;
    font-size: 15px;
  }
  .all-products-section .product-item-wrap .product-col h3 {
    width: 95%;
    font-size: 13px;
  }
  .all-products-section .product-item-wrap .product-col .item-effect-type {
    font-size: 13px;
  }
  .all-products-section .product-item-wrap .product-col .item-size {
    font-size: 13px;
  }
  .all-products-section .product-item-wrap .product-col .item-price {
    margin-top: 14px;
  }
  .all-products-section .product-item-wrap .product-col .item-price > div {
    font-size: 20px;
  }
  .all-products-section .product-item-wrap .product-col .item-buy-link {
    margin-top: 24px;
  }
  .all-products-section .product-item-wrap .product-col .item-buy-link a {
    width: 160px;
    height: 42px;
    font-size: 14px;
  }
  .all-products-section .more-products-link .more-link {
    width: 320px;
    height: 50px;
    font-size: 18px;
  }
}
@media (max-width: 1399px) {
  .about-product-section .about-product-info {
    padding-left: 25px;
  }
  .about-product-section .about-product-info .product-categories {
    margin-bottom: 37px;
  }
  .about-product-section .about-product-info .product-categories img {
    height: 34px;
  }
  .about-product-section .about-product-info .product-line {
    margin-top: 30px;
  }
  .about-product-section .about-product-info .product-price-wrap .product-price, .about-product-section .about-product-info .product-price-wrap .product-price span, .about-product-section .about-product-info .product-price-wrap .product-price-old span {
    font-size: 26px;
  }
  .about-product-section .about-product-info .product-price-wrap .use-type-duplicate {
    font-size: 19px;
  }
  .about-product-section .about-product-info .product-actions .btn-wishlist {
    margin-left: 80px;
  }
  .about-product-section .about-product-info .product-actions .btn-wishlist img {
    width: 32px;
  }
  .recommended-products-section {
    margin-bottom: 75px;
  }
  .recommended-products-section .recommended-products-slider .product-item-wrap h3 {
    width: 95%;
    font-size: 13px;
  }
  .recommended-products-section .recommended-products-slider .product-item-wrap .item-buy-link a {
    width: 160px;
    height: 42px;
    font-size: 14px;
  }
  .recommended-products-section .more-products-link {
    margin-top: 65px;
  }
}
@media (max-width: 1399px) {
  .cart-products-section {
    margin-bottom: 90px;
  }
  .cart-products-section .cart-product-wrap {
    padding: 35px 0;
  }
  .cart-products-section .cart-product-wrap .cart-product-img {
    min-width: 0;
    max-width: none;
    width: 160px;
  }
  .cart-products-section .cart-product-wrap .cart-product-descr {
    max-width: 380px !important;
    margin-left: 25px;
  }
  .cart-products-section .cart-product-wrap .cart-product-descr h3 {
    font-size: 19px;
  }
  .cart-products-section .cart-product-wrap .cart-product-descr p {
    font-size: 18px;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap > div {
    margin-left: 35px;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap h4 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap .price {
    font-size: 24px;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap h4 {
    margin-bottom: 30px;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap .cart-product-numbers {
    width: 126px;
    height: 42px;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap .cart-product-numbers > * {
    font-size: 16px;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap .close-but-wrap {
    padding-top: 56px;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap .close-but-wrap button {
    width: 42px;
    height: 42px;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap .close-but-wrap button::before, .cart-products-section .cart-product-wrap .cart-product-price-wrap .close-but-wrap button::after {
    width: 17px;
  }
  .cart-products-section .cart-total-wrap {
    margin-top: 36px;
  }
  .cart-products-section .cart-total-wrap .cart-promo-form > * {
    width: 230px;
    height: 48px;
  }
  .cart-products-section .cart-total-wrap .cart-promo-form .input input, .cart-products-section .cart-total-wrap .cart-promo-form .but button {
    font-size: 17px;
  }
  .cart-products-section .cart-total-wrap .cart-total-price {
    align-items: center;
  }
  .cart-products-section .cart-total-wrap .cart-total-price > div:first-child {
    font-size: 19px;
  }
  .cart-products-section .cart-total-wrap .cart-total-price .total-price-delivery {
    padding: 0 35px;
  }
  .cart-products-section .cart-total-wrap .cart-total-price .total-price-delivery > div {
    font-size: 25px;
  }
  .cart-products-section .cart-total-submit-wrap {
    margin-top: 36px;
  }
  .cart-products-section .cart-total-submit-wrap .more-link {
    width: 275px;
    font-size: 17px;
  }
}
@media (max-width: 1399px) {
  .simple-content .checkout-heading {
    font-size: 21px !important;
    margin-bottom: 1.4rem !important;
  }
  #simplecheckout_cart .checkout-heading-button a {
    font-size: 12px !important;
  }
  #simplecheckout_customer {
    padding-bottom: 50px !important;
  }
  .shopping-cart-section .form-group-new {
    margin-bottom: 12px;
  }
  .shopping-cart-section h3 {
    font-size: 20px;
  }
  .shopping-cart-section .number {
    font-size: 20px;
  }
  .shopping-cart-section .left-side-wrap {
    padding-right: 45px;
  }
  .shopping-cart-section .left-side-wrap > div {
    margin-bottom: 35px;
  }
  .shopping-cart-section .left-side-wrap input:not([type=submit], [type=radio]) {
    font-size: 18px;
    padding: 12px 25px 12px 0;
  }
  .shopping-cart-section .left-side-wrap .radio-wrap .radio {
    padding-left: 40px;
    font-size: 18px;
  }
  .shopping-cart-section .left-side-wrap .radio-wrap .radio .radio-but {
    width: 22px;
    height: 22px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap {
    padding-bottom: 20px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap:nth-child(n-2) {
    border-bottom: 2.5px solid #000;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-img {
    width: 115px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-descr {
    margin-left: 10px;
    padding-top: 15px;
    max-width: 140px;
    font-size: 15px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap {
    padding-top: 15px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap > div {
    margin-left: 30px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap h4 {
    font-size: 18px;
    margin-bottom: 28px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap h4, .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .close-but-wrap h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap .cart-product-numbers {
    width: 90px;
    height: 30px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .close-but-wrap button {
    width: 30px;
    height: 30px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-total-price-wrap {
    padding: 22px 0;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-total-price-wrap > div {
    font-size: 25px;
  }
  .shopping-cart-section .left-side-wrap .delivery-type-wrap, .shopping-cart-section .left-side-wrap .payment-type-wrap, .shopping-cart-section .left-side-wrap .recipient-contacts, .shopping-cart-section .left-side-wrap #simplecheckout_shipping_address {
    padding-bottom: 50px;
  }
  .shopping-cart-section .left-side-wrap .recipient-contacts-form input {
    margin-bottom: 12px !important;
  }
  .shopping-cart-section .right-side-wrap {
    padding: 35px 23px 20px;
  }
  .shopping-cart-section .right-side-wrap .simplecheckout-summary-totals .cart-promocode .more-link[type=text] {
    margin-bottom: 25px !important;
    width: 230px !important;
  }
  .shopping-cart-section .right-side-wrap .note {
    font-size: 18px;
  }
  .shopping-cart-section .right-side-wrap .cart-promocode {
    margin: 25px 0 40px;
  }
  .shopping-cart-section .right-side-wrap .summary-agreement {
    font-size: 15px;
  }
}
@media (max-width: 1399px) {
  .product-search #search-inputs {
    margin-top: 38px;
  }
  .product-search #search-inputs h2 {
    font-size: 22px;
    margin-top: 32px !important;
  }
  .product-search .all-products-section {
    margin-bottom: 30px;
  }
}
@media (max-width: 1399px) {
  .wishlist-wrap-section .other-page-title-section {
    margin-bottom: 28px;
  }
  .wishlist-wrap-section .wishlist-item-wrap {
    padding: 16px 0;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item {
    font-size: 16px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-img {
    width: 84px;
    min-height: 84px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-name {
    margin-left: 20px;
    width: 250px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-available {
    margin-left: 35px;
    margin-right: 15px;
    width: 105px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-price {
    width: 105px;
    font-size: 22px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-actions {
    margin-left: 75px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-actions .more-link {
    width: 175px;
    height: 38px;
    font-size: 15px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-actions .more-link:last-child {
    margin-left: 35px;
  }
}
@media (max-width: 1399px) {
  .all-articles-section .article-card h3 {
    margin: 20px 0;
    font-size: 21px;
  }
  .all-articles-section .article-card h3 .italic {
    font-size: 18px;
  }
}
@media (max-width: 1399px) {
  .article-section {
    margin: 75px 0 100px;
  }
  .article-section aside {
    margin-top: 80px;
  }
  .article-section aside .article-aside-nav li {
    margin-bottom: 20px;
  }
  .article-section aside .article-aside-nav li a {
    font-size: 15px;
  }
  .article-section .article-text-wrap h1 {
    margin-left: 10px;
    margin-bottom: 42px;
    font-size: 40px;
  }
  .article-section .article-text-wrap h3 {
    margin-bottom: 38px;
    font-size: 32px;
  }
  .article-section .article-text-wrap .article-pic-text-p {
    margin-bottom: 56px;
  }
  .article-section .article-text-wrap .article-pic-text-p .pic {
    margin-right: 45px;
    width: 41%;
  }
  .article-section .article-text-wrap .article-grey-back-p .article-grey-back-p-card {
    margin-bottom: 52px;
    padding: 34px 0 44px;
  }
  .article-section .article-text-wrap .article-grey-back-p .article-grey-back-p-card h3 {
    margin-bottom: 20px;
  }
  .article-section .article-text-wrap .article-grey-back-p .article-grey-back-p-card p {
    width: 80%;
  }
  .article-section .article-text-wrap .article-casual-p {
    margin-bottom: 56px;
  }
  .article-section .article-text-wrap .article-greytext-p p {
    width: 85%;
    font-size: 21px;
  }
}
@media (max-width: 1399px) {
  .customer-form-wrap .customer-form-title {
    font-size: 22px;
  }
  .customer-form-wrap .form-input {
    margin-bottom: 14px;
  }
  .customer-form-wrap .form-input input, .customer-form-wrap .form-input .textfield {
    padding: 13px 0;
    font-size: 18px;
  }
  .customer-form-wrap .form-input input::placeholder, .customer-form-wrap .form-input .textfield::placeholder {
    font-size: 18px;
  }
  .customer-form-wrap .form-input label {
    font-size: 11px;
  }
  .customer-form-wrap .radio-wrap {
    margin-bottom: 13px !important;
  }
  .customer-form-wrap .radio-wrap .radio {
    padding-left: 38px !important;
    font-size: 18px !important;
  }
  .customer-form-wrap .radio-wrap .radio .radio-but {
    width: 22px !important;
    height: 22px !important;
  }
}
@media (max-width: 1399px) {
  .partners-page-section p {
    margin-bottom: 65px;
  }
  .partners-page-section .customer-form .mt-5 {
    margin-top: 2.5rem !important;
  }
}
@media (max-width: 1399px) {
  .form-group, .form-group-new {
    margin-bottom: 14px;
  }
  .form-group .select2-selection, .form-group-new .select2-selection {
    padding: 13px 0;
    padding-right: 8%;
  }
  .form-group .select2-selection .select2-selection__rendered, .form-group-new .select2-selection .select2-selection__rendered {
    font-size: 18px;
  }
  .form-group .select2-selection .select2-selection__arrow::before, .form-group-new .select2-selection .select2-selection__arrow::before {
    font-size: 18px;
  }
  .select2-container .select2-search .select2-search__field, .select2-container .select2-search .select2-results__option, .select2-container .select2-results .select2-search__field, .select2-container .select2-results .select2-results__option {
    padding: 13px 8px;
  }
}
@media (max-width: 1399px) {
  .section-signup {
    margin: 35px 0 75px;
  }
  .section-signup h2 {
    font-size: 22px;
    padding: 8px 0;
  }
  .section-signup h2 .italic {
    font-size: inherit;
  }
  .section-signup .signin-link-wrap {
    justify-content: space-between;
  }
  .section-signup .signin-link-wrap > div {
    margin-right: 0;
    font-size: 15px;
  }
  .section-signup .signin-link-wrap a {
    width: 190px;
    font-size: 12px;
  }
  .section-signup .customer-form-wrap .customer-form-title {
    margin: 50px 0 10px;
  }
  .section-signup .spec-signup-form-wrap .register-clinic-desc {
    font-size: 11px;
    margin-bottom: 20px;
  }
  .section-signup .spec-signup-form-wrap .customer-form {
    padding: 30px 15px 25px;
  }
  .section-signup .spec-signup-form-wrap .customer-form h2 {
    font-size: 20px;
  }
  .section-signup .spec-signup-form-wrap .customer-form h2 .italic {
    font-size: inherit;
  }
  .section-signup .spec-signup-form-wrap .customer-form .file-input-wrap {
    margin-top: 32px;
  }
  .section-signup .spec-signup-form-wrap .customer-form .file-input-wrap label::before {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 1399px) {
  .profile-wrap-section h3 {
    font-size: 22px;
  }
  .profile-wrap-section #content h2:not(.other-page-title-section h2) {
    margin-bottom: 16px;
    font-size: 22px;
  }
  .profile-wrap-section #content p {
    font-size: 16px;
  }
  .profile-wrap-section #content ul {
    margin-bottom: 25px;
  }
  .profile-wrap-section #content ul li a {
    font-size: 18px;
  }
  .profile-wrap-section #column-right .list-group .list-group-item {
    font-size: 18px;
  }
}
@media (max-width: 1399px) {
  .account-login .profile-wrap-section .login-form-wrap .form-input:not(.input-submit) {
    width: 260px;
  }
  .account-login .profile-wrap-section .login-form-wrap .form-input:not(.input-submit) input {
    font-size: 14px;
  }
  .account-login .profile-wrap-section #content p {
    width: 75%;
  }
}
@media (max-width: 1399px) {
  .account-forgotten .profile-wrap-section .signin-form-wrap .form-input {
    width: 290px;
    margin-bottom: 26px;
  }
}
@media (max-width: 1399px) {
  .account-password .profile-wrap-section .customer-form-wrap .form-input, .account-address .profile-wrap-section .customer-form-wrap .form-input, .account-simpleedit .profile-wrap-section .customer-form-wrap .form-input, .account-newsletter .profile-wrap-section .customer-form-wrap .form-input, .account-simpleaddress-insert .profile-wrap-section .customer-form-wrap .form-input, .account-simpleaddress-update .profile-wrap-section .customer-form-wrap .form-input, .account-address-delete .profile-wrap-section .customer-form-wrap .form-input {
    width: 325px;
  }
  .account-password .profile-wrap-section .customer-form-wrap .form-submit-wrap, .account-address .profile-wrap-section .customer-form-wrap .form-submit-wrap, .account-simpleedit .profile-wrap-section .customer-form-wrap .form-submit-wrap, .account-newsletter .profile-wrap-section .customer-form-wrap .form-submit-wrap, .account-simpleaddress-insert .profile-wrap-section .customer-form-wrap .form-submit-wrap, .account-simpleaddress-update .profile-wrap-section .customer-form-wrap .form-submit-wrap, .account-address-delete .profile-wrap-section .customer-form-wrap .form-submit-wrap {
    margin-top: 45px;
  }
  .account-password .profile-wrap-section .customer-form-wrap .form-submit-wrap a, .account-address .profile-wrap-section .customer-form-wrap .form-submit-wrap a, .account-simpleedit .profile-wrap-section .customer-form-wrap .form-submit-wrap a, .account-newsletter .profile-wrap-section .customer-form-wrap .form-submit-wrap a, .account-simpleaddress-insert .profile-wrap-section .customer-form-wrap .form-submit-wrap a, .account-simpleaddress-update .profile-wrap-section .customer-form-wrap .form-submit-wrap a, .account-address-delete .profile-wrap-section .customer-form-wrap .form-submit-wrap a {
    margin-left: 60px;
  }
}
@media (max-width: 1399px) {
  .account-address .address-wrap, .account-address-delete .address-wrap {
    padding-bottom: 58px;
    margin-bottom: 55px;
  }
}
@media (max-width: 1399px) {
  .account-simpleaddress-insert .address-insert-wrap, .account-simpleaddress-update .address-insert-wrap {
    margin-top: 35px;
  }
  .account-simpleaddress-insert .address-radio-wrap .customer-form .radio-wrap:last-child, .account-simpleaddress-update .address-radio-wrap .customer-form .radio-wrap:last-child {
    margin-left: 35px;
  }
}
@media (max-width: 1399px) {
  .account-newsletter .profile-wrap-section #content h2:not(.other-page-title-section h2) {
    margin-bottom: 28px;
  }
}
@media (max-width: 1399px) {
  .account-order-table {
    font-size: 13px;
  }
  .account-order-table th {
    font-size: 12px;
  }
}
@media (max-width: 1399px) {
  .account-order-info .account-order-table .table-row-actions > a {
    width: 28px;
    height: 28px;
  }
  .account-order-info .account-order-table .table-row-actions .del-but {
    margin-left: 17px;
  }
  .account-order-info .order-title-wrap {
    margin-top: 30px;
  }
  .account-order-info .order-title-wrap .arimo-bold {
    font-size: 22px;
  }
  .account-order-info .order-title-wrap .arimo-bold + div {
    font-size: 18px;
  }
}
@media (max-width: 1399px) {
  .not-found-section .not-found-message-wrap .number-404 {
    font-size: 73px;
  }
  .not-found-section .not-found-message-wrap .number-404 .italic {
    font-size: 32px;
  }
  .not-found-section .not-found-message-wrap h2:not(.other-page-title-section h2) {
    font-size: 22px;
  }
  .not-found-section .not-found-message-wrap p {
    margin-bottom: 38px;
    font-size: 15px;
  }
}
@media (max-width: 1399px) {
  .clinics-contacts-section {
    margin-bottom: 60px;
  }
  .clinics-contacts-section .clinics-contacts-map {
    margin-top: 30px;
    height: 550px;
  }
}
@media (max-width: 1399px) {
  .success-message-section {
    margin-bottom: 70px;
  }
  .success-message-section .success-message-text {
    padding: 22px 0 27px;
  }
  .success-message-section .success-message-text p {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .success-message-section .more-link {
    margin-top: 35px;
  }
}
@media (max-width: 1199px) {
  #ToTopButton {
    transform: translateX(400px);
    bottom: 30px;
    width: 40px;
    height: 40px;
  }
  .more-link {
    width: 220px;
    height: 45px;
    font-size: 16px;
  }
  .user-messages {
    padding-bottom: 1rem;
  }
  .user-messages .user-message-block {
    padding: 0.7rem;
  }
  .user-messages .user-message-block .user-message {
    font-size: 10px;
    margin-right: 1rem;
  }
  .user-messages .user-message-block .close-button {
    width: 1.2rem;
    height: 1.2rem;
  }
  .alert {
    padding: 0.7rem;
    font-size: 10px;
  }
}
@media (max-width: 1199px) {
  section .section-title {
    margin-bottom: 35px;
  }
  section .section-title h1, section .section-title h2, section .section-title div {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .signin-modal .modal-dialog {
    max-width: 380px;
  }
  .signin-form-wrap .signin-form-title {
    margin: 50px 0 40px;
    font-size: 20px;
  }
  .signin-form-wrap .form-input:nth-child(2) {
    margin-bottom: 20px;
  }
  .signin-form-wrap .form-input input {
    height: 45px;
    font-size: 14.5px;
  }
  .signin-form-wrap .input-submit {
    margin-bottom: 15px;
  }
  .signin-form-wrap .input-submit input {
    width: 220px;
    height: 45px;
    font-size: 16px;
  }
  .signin-form-wrap .forgot-pass {
    margin: 2px 0 7px;
  }
  .signin-form-wrap .forgot-pass a {
    font-size: 16px;
  }
  .signin-form-wrap .signup-link-wrap {
    margin-top: 38px;
  }
  .signin-form-wrap .signup-link-wrap > div:first-child {
    margin-bottom: 3px;
    font-size: 16px;
  }
  .signin-form-wrap .signup-link-wrap .signup-link a {
    font-size: 16px;
  }
  .callback-form-wrap {
    padding-bottom: 35px;
  }
  .callback-form-wrap .errors .text-danger {
    font-size: 15px;
  }
  .callback-form-wrap .signin-form-title {
    margin: 40px 0 30px;
  }
  .callback-form-wrap .input-submit {
    margin-top: 30px;
  }
  .callback-form-wrap .input-submit input {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .drowdown-1-col {
    width: 234px !important;
  }
  .drowdown-3-col {
    width: 936px !important;
  }
  .other-page-title-section .section-title h1, .other-page-title-section .section-title h2, .other-page-title-section .section-title div {
    font-size: 28px;
    padding-top: 23px;
    padding-bottom: 20px;
  }
  .other-page-title-section .section-title p {
    font-size: 17px;
  }
  header .header-wrap .logo a {
    width: 67%;
  }
  header .header-wrap ul.header-widgets > li {
    margin-left: 8px;
  }
  header .header-wrap ul.header-widgets > li a img {
    height: 20px;
  }
  header .header-wrap ul.header-widgets .header-sign-wrap {
    margin-left: 30px;
  }
  header .header-wrap #headerNav .nav-link {
    font-size: 12.5px;
  }
  header .header-wrap #headerNav .dropdown .dropdown-menu.show {
    width: 936px;
  }
  header .header-wrap #headerNav .dropdown .dropdown-menu.show .dropdown-menu-section button > div {
    font-size: 13px;
  }
  header .header-wrap #headerNav .dropdown .dropdown-menu.show .dropdown-menu-section-list li a, header .header-wrap #headerNav .dropdown .dropdown-menu.show .duplicate-link a {
    font-size: 13px;
  }
  header .header-wrap #headerNav .dropdown .dropdown-menu.show .dropdown-menu-col h3 {
    font-style: 13px;
  }
  header .header-fixed .header-wrap .logo {
    width: 14%;
  }
  header .header-fixed .header-wrap .logo a {
    width: 100%;
  }
  header .header-fixed .navbar {
    width: 100%;
    padding-left: calc(14% + 20px);
  }
  header .header-fixed #headerNav .nav-link {
    font-size: 10.5px;
  }
  header .header-fixed ul.header-widgets {
    display: none;
  }
  .header-slogan p {
    font-size: 11px;
  }
  .section-banners .banner-slider .banner .banner-title {
    bottom: 85px;
  }
  .section-banners .banner-slider .banner .banner-title h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .section-banners .banner-slider .banner .banner-title h2 .italic {
    font-size: 23px;
  }
  .section-offers .products-slider .slick-arrow {
    height: 210px;
  }
  .section-offers .product-wrap h3 {
    width: 95%;
  }
  .section-bestsellers .bestsellers-nav ul li a {
    font-size: 12px;
  }
  .section-knowmore h3 {
    font-size: 32px;
  }
  .section-knowmore p {
    font-size: 16px;
    line-height: normal;
  }
  .section-knowmore .left-side {
    min-height: 580px;
  }
  .section-knowmore .left-side h3 {
    margin-top: 200px;
  }
  .section-knowmore .right-side-top h3, .section-knowmore .right-side-bottom h3 {
    margin-top: 46px;
  }
  .section-reviews {
    margin-bottom: 70px;
  }
  .section-reviews .section-title {
    margin-bottom: 20px;
  }
  .section-reviews .review-wrap {
    padding: 0 15px;
    min-height: 550px;
  }
  .section-reviews .review-wrap p::before {
    left: 0;
  }
  .section-reviews .review-wrap .review-bottom .reviewer-img {
    width: 75px;
    height: 75px;
  }
  .section-reviews-press .reviews-press-slider .reviews-press-slide .slider-card .slider-card-blur-logo img {
    max-width: 90%;
  }
  .section-partners .partners-wrap {
    min-height: 260px;
  }
  .section-partners .partners-wrap .section-title {
    margin: 55px 0 25px;
  }
  .section-academy img {
    width: 145px;
  }
  footer .footer-wrap .footer-summands .footer-summands-logo img {
    width: 100px;
  }
  footer .footer-wrap .footer-social ul li a img {
    width: 30px;
  }
  .all-products-section {
    margin-bottom: 80px;
  }
  .all-products-section .product-item-wrap .product-col .item-img .item-add-favorites {
    top: 10px;
    left: 10px;
    width: 21px;
    height: 19px;
  }
  .all-products-section .product-item-wrap .product-col h3 {
    margin-bottom: 16px;
    width: 90%;
    font-size: 12px;
    line-height: 1.5;
  }
  .all-products-section .product-item-wrap .product-col .item-categories-wrap img {
    height: 26px;
    margin-right: 8px;
  }
  .all-products-section .product-item-wrap .product-col .item-line {
    font-size: 14px;
    margin-top: 30px;
  }
  .all-products-section .product-item-wrap .product-col .item-effect-type {
    font-size: 12px;
  }
  .all-products-section .product-item-wrap .product-col .item-size {
    font-size: 12px;
  }
  .all-products-section .product-item-wrap .product-col .item-price {
    margin-top: 14px;
  }
  .all-products-section .product-item-wrap .product-col .item-price > div {
    font-size: 19px;
  }
  .all-products-section .product-item-wrap .product-col .prof-only > div {
    font-size: 13px !important;
  }
  .all-products-section .product-item-wrap .product-col .item-buy-link {
    margin-top: 24px;
  }
  .all-products-section .product-item-wrap .product-col .item-buy-link a {
    width: 155px;
    height: 40px;
    font-size: 14px;
  }
  .about-product-section {
    margin-bottom: 65px;
  }
  .about-product-section .about-product-info {
    padding-left: 0;
  }
  .about-product-section .about-product-info .product-categories {
    margin-bottom: 30px;
  }
  .about-product-section .about-product-info .product-categories img {
    height: 32px;
  }
  .about-product-section .about-product-info .product-line {
    margin-top: 20px;
    font-size: 15px;
  }
  .about-product-section .about-product-info h3, .about-product-section .about-product-info .effect-type, .about-product-section .about-product-info p {
    font-size: 15px;
  }
  .about-product-section .about-product-info .product-price-wrap {
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .about-product-section .about-product-info .product-price-wrap .product-price, .about-product-section .about-product-info .product-price-wrap .product-price span, .about-product-section .about-product-info .product-price-wrap .product-price-old span {
    font-size: 24px;
  }
  .about-product-section .about-product-info .product-price-wrap .use-type-duplicate {
    font-size: 18px;
  }
  .about-product-section .about-product-info .product-actions .btn-wishlist {
    margin-left: 70px;
  }
  .about-product-section .about-product-info .product-actions .btn-wishlist svg {
    width: 30px;
  }
  .recommended-products-section {
    margin-bottom: 70px;
  }
  .recommended-products-section .recommended-products-slider .slick-arrow {
    width: 40px;
  }
  .recommended-products-section .more-products-link {
    margin-top: 55px;
  }
  .recommended-products-section .more-products-link .more-link {
    width: 310px;
  }
}
@media (max-width: 1199px) {
  .cart-products-section {
    margin-bottom: 75px;
  }
  .cart-products-section .cart-product-wrap {
    padding: 25px 0;
  }
  .cart-products-section .cart-product-wrap .cart-product-img {
    width: 150px;
  }
  .cart-products-section .cart-product-wrap .cart-product-descr {
    max-width: 310px !important;
    margin-left: 20px;
  }
  .cart-products-section .cart-product-wrap .cart-product-descr h3 {
    font-size: 18px;
  }
  .cart-products-section .cart-product-wrap .cart-product-descr p {
    font-size: 16px;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap > div {
    margin-left: 30px;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap h4 {
    font-size: 16px;
    margin-bottom: 34px;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap .price {
    font-size: 20px;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap h4 {
    margin-bottom: 24px;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap .cart-product-numbers {
    width: 120px;
    height: 40px;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap .cart-product-numbers > * {
    font-size: 14px;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap .close-but-wrap {
    padding-top: 47px;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap .close-but-wrap button {
    width: 40px;
    height: 40px;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap .close-but-wrap button::before, .cart-products-section .cart-product-wrap .cart-product-price-wrap .close-but-wrap button::after {
    width: 15px;
  }
  .cart-products-section .cart-total-wrap {
    margin-top: 30px;
  }
  .cart-products-section .cart-total-wrap .cart-promo-form > * {
    width: 200px;
    height: 42px;
  }
  .cart-products-section .cart-total-wrap .cart-promo-form .input input, .cart-products-section .cart-total-wrap .cart-promo-form .but button {
    font-size: 15px;
  }
  .cart-products-section .cart-total-wrap .cart-total-price > div:first-child {
    font-size: 18px;
  }
  .cart-products-section .cart-total-wrap .cart-total-price .total-price-delivery {
    padding: 0 30px;
  }
  .cart-products-section .cart-total-wrap .cart-total-price .total-price-delivery > div {
    font-size: 23px;
  }
  .cart-products-section .cart-total-submit-wrap {
    margin-top: 30px;
  }
  .cart-products-section .cart-total-submit-wrap .more-link {
    width: 270px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .simple-content .checkout-heading {
    font-size: 19px !important;
    margin-bottom: 1.2rem !important;
  }
  #simplecheckout_cart .checkout-heading-button a {
    font-size: 11px !important;
  }
  #simplecheckout_customer {
    padding-bottom: 40px !important;
  }
  .shopping-cart-section .form-group-new {
    margin-bottom: 12px;
  }
  .shopping-cart-section h3 {
    font-size: 18px;
  }
  .shopping-cart-section .number {
    font-size: 18px;
  }
  .shopping-cart-section .note {
    font-size: 14px;
  }
  .shopping-cart-section .left-side-wrap {
    padding-right: 25px;
  }
  .shopping-cart-section .left-side-wrap > div {
    margin-bottom: 30px;
  }
  .shopping-cart-section .left-side-wrap input:not([type=submit], [type=radio]) {
    font-size: 16px;
    padding: 12px 25px 12px 0;
  }
  .shopping-cart-section .left-side-wrap .radio-wrap .radio {
    font-size: 17px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap {
    padding-bottom: 18px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-img {
    width: 95px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-descr {
    max-width: 125px;
    font-size: 14px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap {
    padding-top: 15px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap > div {
    margin-left: 23px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap h4 {
    font-size: 16px;
    margin-bottom: 23px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap h4, .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .close-but-wrap h4 {
    font-size: 16px;
    margin-bottom: 17px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap .cart-product-numbers {
    width: 84px;
    height: 28px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .close-but-wrap button {
    width: 28px;
    height: 28px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-total-price-wrap {
    padding: 19px 0;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-total-price-wrap > div {
    font-size: 23px;
  }
  .shopping-cart-section .left-side-wrap .delivery-type-wrap, .shopping-cart-section .left-side-wrap .payment-type-wrap, .shopping-cart-section .left-side-wrap .recipient-contacts, .shopping-cart-section .left-side-wrap #simplecheckout_shipping_address {
    padding-bottom: 40px;
  }
  .shopping-cart-section .left-side-wrap .recipient-contacts-form input {
    margin-bottom: 12px !important;
  }
  .shopping-cart-section .right-side-wrap {
    padding: 30px 20px 15px;
  }
  .shopping-cart-section .right-side-wrap .simplecheckout-summary-totals .cart-promocode .more-link[type=text] {
    margin-bottom: 20px !important;
    width: 220px !important;
  }
  .shopping-cart-section .right-side-wrap .simplecheckout-summary-totals .summary-block-total {
    padding-bottom: 0.7rem !important;
  }
  .shopping-cart-section .right-side-wrap .simplecheckout-summary-totals .summary-block-total#total_total {
    margin-bottom: 20px !important;
  }
  .shopping-cart-section .right-side-wrap .note {
    font-size: 16px;
  }
  .shopping-cart-section .right-side-wrap .cart-promocode {
    margin: 22px 0 30px;
  }
  .shopping-cart-section .right-side-wrap .summary-agreement {
    font-size: 14px;
    margin-bottom: 26px;
  }
}
@media (max-width: 1199px) {
  .product-search #search-inputs {
    margin-top: 34px;
  }
  .product-search #search-inputs h2 {
    font-size: 20px;
    margin-top: 28px !important;
  }
  .product-search #search-inputs input {
    height: 45px;
    font-size: 15px !important;
  }
}
@media (max-width: 1199px) {
  .wishlist-wrap-section .other-page-title-section {
    margin-bottom: 25px;
  }
  .wishlist-wrap-section .wishlist-item-wrap {
    padding: 14px 0;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item {
    font-size: 14px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-img {
    width: 78px;
    min-height: 78px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-name {
    margin-left: 15px;
    width: 200px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-available {
    margin-left: 25px;
    margin-right: 5px;
    width: 95px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-price {
    width: 85px;
    font-size: 19px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-actions {
    margin-left: 50px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-actions .more-link {
    width: 155px;
    height: 33px;
    font-size: 13px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-actions .more-link:last-child {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .all-articles-section {
    margin: 35px 0;
  }
  .all-articles-section .article-card {
    padding-bottom: 35px;
  }
  .all-articles-section .article-card h3 {
    margin: 17px 0;
    font-size: 18px;
  }
  .all-articles-section .article-card h3 .italic {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .article-section {
    margin: 55px 0 90px;
  }
  .article-section aside {
    margin-top: 68px;
  }
  .article-section aside .article-aside-nav {
    width: 90%;
  }
  .article-section aside .article-aside-nav li {
    margin-bottom: 18px;
  }
  .article-section aside .article-aside-nav li a {
    font-size: 14px;
  }
  .article-section .article-text-wrap h1 {
    margin-left: 0;
    font-size: 36px;
  }
  .article-section .article-text-wrap h3 {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .article-section .article-text-wrap p {
    font-size: 15px;
  }
  .article-section .article-text-wrap .article-pic-text-p {
    margin-bottom: 50px;
  }
  .article-section .article-text-wrap .article-pic-text-p .pic {
    margin-right: 40px;
    width: 41%;
  }
  .article-section .article-text-wrap .article-grey-back-p .article-grey-back-p-card {
    margin-bottom: 46px;
    padding: 30px 0 40px;
  }
  .article-section .article-text-wrap .article-grey-back-p .article-grey-back-p-card .line-h3 {
    margin-bottom: 20px;
  }
  .article-section .article-text-wrap .article-casual-p {
    margin-bottom: 50px;
  }
  .article-section .article-text-wrap .article-greytext-p p {
    font-size: 19px;
  }
}
@media (max-width: 1199px) {
  .customer-form-wrap .customer-form-title {
    font-size: 20px;
  }
  .customer-form-wrap .form-input {
    margin-bottom: 12px;
  }
  .customer-form-wrap .form-input input, .customer-form-wrap .form-input .textfield {
    padding: 11px 0;
    font-size: 15px;
  }
  .customer-form-wrap .form-input input::placeholder, .customer-form-wrap .form-input .textfield::placeholder {
    font-size: 15px;
  }
  .customer-form-wrap .form-input label {
    font-size: 10px;
  }
  .customer-form-wrap .radio-wrap {
    margin-bottom: 10px !important;
  }
  .customer-form-wrap .radio-wrap .radio {
    padding-left: 34px !important;
    font-size: 15px !important;
  }
  .customer-form-wrap .radio-wrap .radio .radio-but {
    width: 20px !important;
    height: 20px !important;
  }
}
@media (max-width: 1199px) {
  .partners-page-section p {
    margin-bottom: 50px;
  }
  .partners-page-section .customer-form .mt-5 {
    margin-top: 2rem !important;
  }
}
@media (max-width: 1199px) {
  .form-group, .form-group-new {
    margin-bottom: 12px;
  }
  .form-group .select2-selection, .form-group-new .select2-selection {
    padding: 11px 0;
    padding-right: 8%;
  }
  .form-group .select2-selection .select2-selection__rendered, .form-group-new .select2-selection .select2-selection__rendered {
    font-size: 15px;
  }
  .form-group .select2-selection .select2-selection__arrow::before, .form-group-new .select2-selection .select2-selection__arrow::before {
    font-size: 15px;
  }
  .select2-container .select2-search .select2-search__field, .select2-container .select2-search .select2-results__option, .select2-container .select2-results .select2-search__field, .select2-container .select2-results .select2-results__option {
    padding: 11px 8px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .section-signup {
    margin: 35px 0 75px;
  }
  .section-signup .w-85 {
    width: 95% !important;
  }
  .section-signup .simpleregister-block-content .simpleregister-button-block {
    margin-top: 20px;
  }
  .section-signup h2 {
    font-size: 20px;
  }
  .section-signup h2 .italic {
    font-size: inherit;
  }
  .section-signup .signin-link-wrap > div {
    font-size: 14px;
  }
  .section-signup .signin-link-wrap a {
    width: 150px;
    font-size: 11px;
  }
  .section-signup .customer-form-wrap {
    margin-top: 40px;
  }
  .section-signup .customer-form-wrap .customer-form-title {
    margin: 40px 0 8px;
  }
  .section-signup .spec-signup-form-wrap .register-clinic-desc {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .section-signup .spec-signup-form-wrap .customer-form {
    padding: 25px 10px;
  }
  .section-signup .spec-signup-form-wrap .customer-form h2 {
    font-size: 17px;
  }
  .section-signup .spec-signup-form-wrap .customer-form .file-input-wrap {
    margin-top: 24px;
  }
  .section-signup .spec-signup-form-wrap .customer-form .file-input-wrap label::before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1199px) {
  .profile-wrap-section h3 {
    font-size: 20px;
  }
  .profile-wrap-section #content h2:not(.other-page-title-section h2) {
    margin-top: 28px;
    margin-bottom: 12px;
    font-size: 20px;
  }
  .profile-wrap-section #content p {
    font-size: 15px;
  }
  .profile-wrap-section #content ul li a {
    font-size: 17px;
  }
  .profile-wrap-section #column-right .list-group .list-group-item {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .account-login .profile-wrap-section h3 {
    margin-bottom: 20px;
  }
  .account-login .profile-wrap-section .login-form-wrap .form-input:not(.input-submit) {
    width: 215px;
  }
  .account-login .profile-wrap-section .login-form-wrap .form-input:not(.input-submit) input {
    font-size: 13px;
  }
  .account-login .profile-wrap-section #content h2:not(.other-page-title-section h2) {
    margin-bottom: 7px;
  }
  .account-login .profile-wrap-section #content p {
    width: 85%;
  }
}
@media (max-width: 1199px) {
  .account-forgotten .profile-wrap-section .signin-form-wrap .form-input {
    width: 265px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .account-password .profile-wrap-section .customer-form-wrap .form-input, .account-address .profile-wrap-section .customer-form-wrap .form-input, .account-simpleedit .profile-wrap-section .customer-form-wrap .form-input, .account-newsletter .profile-wrap-section .customer-form-wrap .form-input, .account-simpleaddress-insert .profile-wrap-section .customer-form-wrap .form-input, .account-simpleaddress-update .profile-wrap-section .customer-form-wrap .form-input, .account-address-delete .profile-wrap-section .customer-form-wrap .form-input {
    width: 270px;
  }
  .account-password .profile-wrap-section .customer-form-wrap .form-submit-wrap, .account-address .profile-wrap-section .customer-form-wrap .form-submit-wrap, .account-simpleedit .profile-wrap-section .customer-form-wrap .form-submit-wrap, .account-newsletter .profile-wrap-section .customer-form-wrap .form-submit-wrap, .account-simpleaddress-insert .profile-wrap-section .customer-form-wrap .form-submit-wrap, .account-simpleaddress-update .profile-wrap-section .customer-form-wrap .form-submit-wrap, .account-address-delete .profile-wrap-section .customer-form-wrap .form-submit-wrap {
    margin-top: 35px;
  }
  .account-password .profile-wrap-section .customer-form-wrap .form-submit-wrap a, .account-address .profile-wrap-section .customer-form-wrap .form-submit-wrap a, .account-simpleedit .profile-wrap-section .customer-form-wrap .form-submit-wrap a, .account-newsletter .profile-wrap-section .customer-form-wrap .form-submit-wrap a, .account-simpleaddress-insert .profile-wrap-section .customer-form-wrap .form-submit-wrap a, .account-simpleaddress-update .profile-wrap-section .customer-form-wrap .form-submit-wrap a, .account-address-delete .profile-wrap-section .customer-form-wrap .form-submit-wrap a {
    margin-left: 55px;
  }
}
@media (max-width: 1199px) {
  .account-address .address-wrap, .account-address-delete .address-wrap {
    padding-bottom: 52px;
    margin-bottom: 45px;
  }
}
@media (max-width: 1199px) {
  .account-order-table {
    font-size: 12px;
  }
  .account-order-table td, .account-order-table th {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1199px) {
  .account-order-info .account-order-table .table-row-actions > a {
    width: 24px;
    height: 24px;
  }
  .account-order-info .account-order-table .table-row-actions .del-but {
    margin-left: 12px;
  }
  .account-order-info .order-title-wrap {
    padding-bottom: 22px;
  }
  .account-order-info .order-title-wrap .arimo-bold {
    font-size: 20px;
  }
  .account-order-info .order-title-wrap .arimo-bold + div {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .not-found-section .not-found-message-wrap .number-404 {
    font-size: 70px;
  }
  .not-found-section .not-found-message-wrap .number-404 .italic {
    font-size: 30px;
  }
  .not-found-section .not-found-message-wrap h2:not(.other-page-title-section h2) {
    margin-top: 28px;
    font-size: 20px;
  }
  .not-found-section .not-found-message-wrap p {
    margin-bottom: 34px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .clinics-contacts-section .clinics-contacts-map {
    padding-left: 20px;
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .success-message-section {
    margin-bottom: 55px;
  }
  .success-message-section .success-message-text {
    padding: 18px 0 26px;
  }
  .success-message-section .success-message-text p {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .success-message-section .more-link {
    margin-top: 28px;
  }
}
@media (max-width: 991px) {
  #ToTopButton {
    transform: translateX(300px);
  }
}
@media (max-width: 991px) {
  header {
    position: sticky;
    top: 0;
  }
  header .navbar {
    margin-top: 0;
  }
  header .navbar-toggler {
    position: absolute;
    top: -26px;
    right: 0;
    outline: none;
    border: none;
    box-shadow: none;
    width: 17px;
    height: 13px;
    box-sizing: content-box;
  }
  header .navbar-toggler:focus {
    box-shadow: none;
  }
  header .navbar-toggler .navbar-toggler-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  header .navbar-toggler .navbar-toggler-icon span {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #000;
  }
  header .navbar-nav {
    display: none;
  }
  header .navbar-nav-mobile {
    display: flex !important;
    margin-top: 25px;
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
  }
  header .navbar-nav-mobile .accordion > .accordion-item {
    border: none;
  }
  header .navbar-nav-mobile .accordion > .accordion-item:last-child > .accordion-header .accordion-button:last-child, header .navbar-nav-mobile .accordion > .accordion-item:last-child > .accordion-header > .accordion-link:last-child {
    border-bottom: 2px solid #000;
  }
  header .navbar-nav-mobile .accordion > .accordion-item .accordion-button, header .navbar-nav-mobile .accordion > .accordion-item .accordion-link {
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    padding: 10px 0;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
  }
  header .navbar-nav-mobile .accordion > .accordion-item .accordion-link {
    display: block;
  }
  header .navbar-nav-mobile .accordion > .accordion-item .accordion-button:after {
    content: "+";
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none;
    transition: none;
    transform: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 24px;
    line-height: 1;
  }
  header .navbar-nav-mobile .accordion > .accordion-item .accordion-button:not(.collapsed)::after {
    content: "–";
    background-image: none;
  }
  header .navbar-nav-mobile .accordion > .accordion-item .accordion-collapse.show {
    margin-bottom: 10px;
  }
  header .navbar-nav-mobile .accordion > .accordion-item .accordion-body {
    padding: 0;
    padding-left: 25px;
  }
  header .navbar-nav-mobile #accordionNavbar > .accordion-item:last-child .accordion-button {
    border-bottom: 1px solid #000;
  }
  header .header-fixed {
    display: none;
  }
  header .header-wrap {
    padding: 25px 0;
    justify-content: space-between;
  }
  header .header-wrap > div:first-child {
    display: none !important;
  }
  header .header-wrap .logo {
    justify-content: flex-start !important;
    height: 100%;
  }
  header .header-wrap .logo a {
    display: flex;
    align-items: center;
    width: 60%;
  }
  header .header-wrap ul.header-widgets {
    padding-right: 65px;
  }
  header .header-wrap ul.header-widgets .header-sign-wrap .header-sign-in {
    width: 100px;
  }
  .header-slogan {
    padding: 8px 0;
  }
  .header-slogan p {
    font-size: 8px;
  }
  .section-offers .products-slider .slick-arrow {
    height: 150px;
  }
  .section-offers .product-wrap h3 {
    width: 95%;
  }
}
@media (max-width: 991px) {
  .privacy-policy-section {
    margin-top: 35px !important;
  }
  .privacy-policy-section .article-casual-p {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .other-page-title-section .section-title {
    padding: 0 0.5rem;
  }
  .other-page-title-section .section-title h1, .other-page-title-section .section-title h2, .other-page-title-section .section-title div {
    padding: 1em 15px 0.5em !important;
    font-size: 24px;
    text-align: center;
  }
  .signin-modal .modal-dialog {
    max-width: none;
  }
  .button-italic {
    font-size: 18px;
  }
  .slick-slider .slick-dots {
    margin-top: 24px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .slick-slider .slick-dots li {
    margin-right: 13px;
    display: flex;
  }
  .slick-slider .slick-dots li:last-child {
    margin-right: 0;
  }
  .slick-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    background-color: #C4C4C4;
    border: none;
    border-radius: 50%;
    font-size: 0px;
  }
  .slick-slider .slick-dots .slick-active button {
    background-color: #000;
  }
  .alert {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  header .header-wrap {
    padding: 18px 0;
    justify-content: flex-start;
    border-bottom: 1px solid #C4C4C4;
  }
  header .header-wrap .logo {
    position: absolute;
    width: 130px;
    height: auto;
    top: 35px;
    left: 20%;
    transform: translateY(-50%);
  }
  header .header-wrap .logo a {
    width: 100%;
  }
  header .header-wrap .logo a img {
    width: 100%;
  }
  header .header-wrap .categories-nav {
    display: none;
  }
  header .header-wrap ul.header-widgets {
    padding-right: 5px;
  }
  header .header-wrap ul.header-widgets > li {
    margin-left: 2px;
  }
  header .header-wrap ul.header-widgets > li a {
    padding: 4px;
  }
  header .header-wrap ul.header-widgets > li a img {
    height: 15px;
  }
  header .header-wrap ul.header-widgets .header-cart-icon .header-cart-icon-sticker, header .header-wrap ul.header-widgets .header-cart-icon .header-wishlist-icon-sticker, header .header-wrap ul.header-widgets .header-wishlist-icon .header-cart-icon-sticker, header .header-wrap ul.header-widgets .header-wishlist-icon .header-wishlist-icon-sticker {
    top: 3px !important;
    width: 14px !important;
    height: 14px !important;
    font-size: 8px !important;
    line-height: 1 !important;
  }
  header .header-wrap ul.header-widgets .lang-dropdown button {
    height: 15px;
    width: 15px;
    font-size: 8px;
  }
  header .header-wrap ul.header-widgets .lang-dropdown .dropdown-menu {
    transform: translate(0px, 16px) !important;
  }
  header .header-wrap ul.header-widgets .lang-dropdown .dropdown-menu .dropdown-item {
    height: 15px;
    width: 15px;
    font-size: 8px;
  }
  header .header-wrap ul.header-widgets .header-sign-wrap {
    display: none;
  }
  header .header-wrap ul.header-widgets .header-sign-in-mobile {
    display: block;
  }
  header .header-slogan {
    padding: 8px;
  }
  header .header-slogan p {
    font-size: 8px;
  }
}
@media (max-width: 575px) {
  #ToTopButton {
    display: none;
  }
  .user-messages {
    padding-bottom: 2rem;
  }
  .user-messages .user-message-item {
    margin-top: 0.7rem;
  }
  .user-messages .user-message-block {
    position: relative;
    width: 100%;
    padding: 0.7rem;
  }
  .user-messages .user-message-block .user-message {
    margin: 0;
    padding-right: 2rem;
    font-size: 12px;
  }
  .user-messages .user-message-block .close-button {
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    right: 1rem;
  }
  section {
    margin-bottom: 35px;
  }
  section .section-title {
    margin-bottom: 20px;
  }
  section .section-title h1, section .section-title h2, section .section-title div {
    font-size: 24px;
    line-height: 1.3;
  }
  section .section-title p {
    font-size: 14px;
    line-height: 1.15;
  }
  .navbar {
    position: static;
    margin-top: 0;
    width: 100%;
  }
  .navbar .navbar-toggler {
    position: absolute;
    top: 35px;
    left: 15px;
    transform: translateY(-50%);
    outline: none;
    border: none;
    box-shadow: none;
    width: 17px;
    height: 13px;
    box-sizing: content-box;
  }
  .navbar .navbar-toggler .navbar-toggler-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .navbar .navbar-toggler .navbar-toggler-icon span {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #000;
  }
  .navbar .navbar-nav {
    display: none;
  }
  .navbar .navbar-nav-mobile {
    display: flex;
    width: 100%;
    padding: 0 15% 0 7%;
    max-height: calc(100vh - 93px);
  }
  .navbar .navbar-nav-mobile .accordion .accordion-item {
    border: none;
  }
  .navbar .navbar-nav-mobile .accordion .accordion-item:last-child .accordion-button {
    border-bottom: 3px solid #000;
  }
  .navbar .navbar-nav-mobile .accordion .accordion-item .accordion-button, .navbar .navbar-nav-mobile .accordion .accordion-item .accordion-link {
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    padding: 14px 0;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
  }
  .navbar .navbar-nav-mobile .accordion .accordion-item .accordion-button:not(.collapsed) {
    font-family: "OpenSans-Bold", sans-serif;
    color: #000;
    border-bottom: 3px solid #000;
  }
  .navbar .navbar-nav-mobile .accordion .accordion-item .accordion-button:after {
    content: "+";
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none;
    transition: none;
    transform: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 24px;
    line-height: 1;
  }
  .navbar .navbar-nav-mobile .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    content: "-";
    background-image: none;
  }
  .navbar .navbar-nav-mobile .accordion .accordion-item .accordion-body {
    padding: 0;
    padding-left: 25px;
  }
  .navbar .navbar-nav-mobile #accordionNavbar > .accordion-item:last-child .accordion-button {
    border-bottom: 1px solid #000;
  }
  .more-link {
    width: 210px;
    height: 45px;
    font-size: 17px;
  }
  .header-slogan {
    margin-top: 69px;
  }
  .section-banners .banner-slider .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 38%;
  }
  .section-banners .banner-slider .slick-dots li {
    margin-right: 13px;
    display: flex;
  }
  .section-banners .banner-slider .slick-dots li:last-child {
    margin-right: 0;
  }
  .section-banners .banner-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    background-color: #C4C4C4;
    border: none;
    border-radius: 50%;
    font-size: 0px;
  }
  .section-banners .banner-slider .slick-dots .slick-active button {
    background-color: #000;
  }
  .section-banners .banner-slider .banner.left-text-banner .banner-img img {
    right: 0;
    left: auto;
  }
  .section-banners .banner-slider .banner.right-text-banner .banner-img img {
    left: 0;
    right: auto;
  }
  .section-banners .banner-slider .banner .banner-img {
    position: relative;
    display: flex;
    overflow: hidden;
  }
  .section-banners .banner-slider .banner .banner-img::before {
    content: "";
    width: 100%;
    display: block;
    margin-top: 57%;
  }
  .section-banners .banner-slider .banner .banner-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
  }
  .section-banners .banner-slider .banner .banner-title {
    width: 100%;
  }
  .section-banners .banner-slider .banner .banner-title:nth-child(odd), .section-banners .banner-slider .banner .banner-title:nth-child(even) {
    position: static;
    align-items: center;
  }
  .section-banners .banner-slider .banner .banner-title:nth-child(odd) h2, .section-banners .banner-slider .banner .banner-title:nth-child(even) h2 {
    margin: 27px 0 19px;
    font-size: 24px;
    line-height: 1.3;
  }
  .section-offers {
    margin-bottom: 50px;
  }
  .section-offers .section-title p {
    display: none;
  }
  .section-offers .products-slider {
    padding: 0 7px;
  }
  .section-offers .product-wrap {
    padding: 0 8px;
  }
  .section-offers .product-wrap .product-img {
    min-height: 175px;
    max-height: 180px;
    position: relative;
    overflow: hidden;
  }
  .section-offers .product-wrap .product-img img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .section-offers .product-wrap .item-line {
    margin-top: 18px;
    font-size: 12px;
  }
  .section-offers .product-wrap h3 {
    max-width: 95%;
    font-size: 12px;
    line-height: 1.5;
    margin: 13px auto;
  }
  .section-offers .product-wrap .item-price {
    margin: 5px 0 20px;
  }
  .section-offers .product-wrap .item-price > div {
    font-size: 18px;
  }
  .section-offers .product-wrap .item-price .item-old-price {
    margin-left: 15px;
  }
  .section-offers .product-wrap .effect-type, .section-offers .product-wrap p {
    display: none;
  }
  .section-offers .product-wrap .more-link {
    width: 136px;
    height: 32px;
    font-size: 11px;
  }
  .section-bestsellers .section-title {
    margin-bottom: 29px;
  }
  .section-bestsellers .responsive {
    margin-bottom: 75px;
    display: flex;
    position: relative;
  }
  .section-bestsellers .responsive::before {
    content: "";
    display: block;
    width: 100%;
    margin-top: 85%;
  }
  .section-bestsellers .responsive .more-link {
    top: auto;
    bottom: -73px;
    background: #000;
    color: #fff;
  }
  .section-bestsellers .bestseller-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  .section-bestsellers .bestseller-wrap img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .section-bestsellers .bestsellers-nav-wrap {
    margin-top: 35px;
    background-color: #fff;
  }
  .section-bestsellers .bestsellers-nav-wrap .bestsellers-nav {
    background: none;
    padding: 0 0.75rem;
  }
  .section-bestsellers .bestsellers-nav-wrap .bestsellers-nav ul {
    flex-direction: column;
  }
  .section-bestsellers .bestsellers-nav-wrap .bestsellers-nav ul li {
    border-top: 1px solid #000;
    width: 100%;
  }
  .section-bestsellers .bestsellers-nav-wrap .bestsellers-nav ul li:last-child {
    border-bottom: 1px solid #000;
  }
  .section-bestsellers .bestsellers-nav-wrap .bestsellers-nav ul li a {
    padding: 15px 0;
    width: 100%;
    line-height: 1.12;
    padding-right: 0;
    text-align: center;
    font-size: 16px;
    color: #000;
  }
  .section-bestsellers .bestsellers-nav-wrap .bestsellers-nav ul li img {
    display: none;
  }
  .section-knowmore {
    margin-bottom: 55px;
  }
  .section-knowmore .left-side, .section-knowmore .right-side {
    min-height: auto;
  }
  .section-knowmore .responsive-left-side {
    display: flex;
    position: relative;
  }
  .section-knowmore .responsive-left-side::before {
    content: "";
    display: block;
    width: 100%;
    margin-top: 80%;
  }
  .section-knowmore .responsive-right-side-top, .section-knowmore .responsive-right-side-bottom {
    margin-top: 9px;
    display: flex;
    position: relative;
    padding: 0;
  }
  .section-knowmore .responsive-right-side-top::before, .section-knowmore .responsive-right-side-bottom::before {
    content: "";
    display: block;
    width: 100%;
    margin-top: 52%;
  }
  .section-knowmore .left-side, .section-knowmore .right-side-top, .section-knowmore .right-side-bottom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  .section-knowmore .left-side h3, .section-knowmore .right-side-top h3, .section-knowmore .right-side-bottom h3 {
    margin-top: 17%;
    font-size: 24px;
    line-height: 1.5;
  }
  .section-knowmore .left-side {
    background-position: center;
  }
  .section-knowmore .right-side-top, .section-knowmore .right-side-bottom {
    height: auto;
  }
  .section-knowmore .right-side-top h3, .section-knowmore .right-side-bottom h3 {
    margin-top: 5.5%;
  }
  .section-knowmore .right-side-top p, .section-knowmore .right-side-bottom p {
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.15;
  }
  .section-knowmore .more-link {
    margin-top: 16px;
  }
  .section-reviews .section-title {
    margin-bottom: 10px;
  }
  .section-reviews .section-title h2 {
    margin-bottom: 0;
  }
  .section-reviews .reviews-slider .slick-list {
    display: block !important;
  }
  .section-reviews .review-wrap {
    min-height: auto;
    padding-left: 35px;
    padding-right: 30px;
    width: 75%;
    margin: 0 auto;
  }
  .section-reviews .review-wrap::before {
    left: 18px;
  }
  .section-reviews .review-wrap p {
    padding-top: 62px;
  }
  .section-reviews .review-wrap .review-bottom {
    margin-top: 20px;
    position: static;
  }
  .section-reviews .more-link {
    margin-top: 30px !important;
  }
  .section-reviews-press .reviews-press-slider {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
  .section-reviews-press .reviews-press-slider .slick-arrow {
    width: 30px;
  }
  .section-reviews-press .reviews-press-slider .slick-prev, .section-reviews-press .reviews-press-slider .slick-next {
    transform: none;
  }
  .section-reviews-press .reviews-press-slider .reviews-press-slide .slider-card .slider-card-blur-logo img {
    max-width: 80%;
  }
  .section-reviews-press .slick-arrow {
    background-size: 14px !important;
  }
  .section-partners {
    display: flex;
    position: relative;
    margin-bottom: 40px;
  }
  .section-partners::before {
    content: "";
    display: block;
    width: 100%;
    margin-top: 52%;
  }
  .section-partners .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .section-partners .partners-wrap {
    min-height: auto;
    height: 100%;
    margin: 0;
    background-position: right top;
  }
  .section-partners .partners-wrap .section-title {
    margin-top: 8%;
    margin-bottom: 5%;
  }
  .section-partners .partners-wrap .section-title h2 {
    line-height: 1.3;
  }
  .section-partners .partners-wrap .section-title p {
    margin-top: 3.7%;
  }
  .section-academy img {
    width: 140px;
  }
  .section-academy .section-title p {
    font-size: 14px;
    line-height: 1.7;
  }
  .section-academy .section-title p br {
    display: inline;
  }
  footer .footer-wrap {
    margin: 0;
    padding: 24px 5px 10px;
  }
  footer .footer-wrap a, footer .footer-wrap p {
    font-size: 14px !important;
  }
  footer .footer-wrap a span, footer .footer-wrap p span {
    font-size: 14px !important;
  }
  footer .footer-wrap .footer-logo {
    text-align: center;
    margin-bottom: 37px !important;
  }
  footer .footer-wrap .footer-nav {
    display: none;
  }
  footer .footer-wrap .copyrights {
    display: none;
  }
  footer .footer-wrap .footer-nav-mobile {
    display: flex;
  }
  footer .footer-wrap .footer-nav-mobile a {
    line-height: 1.15;
    text-transform: uppercase;
    color: #fff;
  }
  footer .footer-wrap .footer-nav-mobile .delivery-link {
    font-family: "Arimo-Bold", sans-serif;
  }
  footer .footer-wrap .footer-contacts {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    width: 100%;
  }
  footer .footer-wrap .footer-contacts > a {
    display: none;
  }
  footer .footer-wrap .footer-contacts p {
    line-height: 1.5;
    width: 50%;
  }
  footer .footer-wrap .footer-contacts ul {
    margin-top: 0;
  }
  footer .footer-wrap .footer-contacts ul li {
    margin-bottom: 5px;
  }
  footer .footer-wrap .footer-contacts ul li:last-child {
    margin-bottom: 0;
  }
  footer .footer-wrap .footer-summands {
    padding-left: 0;
    margin-top: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .footer-wrap .footer-summands h3 {
    display: none;
  }
  footer .footer-wrap .footer-summands .footer-summands-logo {
    order: 1;
    width: 100%;
    text-align: center;
  }
  footer .footer-wrap .footer-summands .footer-summands-logo img {
    width: 24%;
  }
  footer .footer-wrap .footer-summands p {
    display: none;
  }
  footer .footer-wrap .footer-summands .p-mobile {
    display: block;
    margin: 16px 0 24px;
    order: 2;
    text-align: center;
    font-family: "Arimo-Italic", sans-serif;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
  }
  footer .footer-wrap .footer-summands .academy-link {
    order: 3;
  }
  footer .footer-wrap .footer-summands .academy-link a {
    font-family: "Arimo-Bold", sans-serif;
  }
  footer .footer-wrap .footer-social > div:first-child {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 5px;
  }
  footer .footer-wrap .footer-social > div:first-child a {
    margin-bottom: 0 !important;
  }
  footer .footer-wrap .footer-social > div:first-child a:last-child span {
    display: none;
  }
  footer .footer-wrap .footer-social > div:nth-child(2) {
    display: flex;
    align-items: center;
    margin-top: 23px;
  }
  footer .footer-wrap .footer-social > div:nth-child(2) p {
    order: 2;
    display: none;
  }
  footer .footer-wrap .footer-social > div:nth-child(2) .p-mobile {
    display: block;
    margin-top: 0;
    margin-left: 15px;
  }
  footer .footer-wrap .footer-social > div:nth-child(2) ul {
    order: 1;
    margin-top: 0 !important;
  }
  footer .footer-wrap .footer-social > div:nth-child(2) ul li a img {
    width: 26px;
  }
  footer .footer-wrap .footer-social .agreements {
    flex-direction: row;
    justify-content: space-between;
  }
  footer .footer-wrap .footer-social .agreements a {
    font-size: 11px !important;
    text-align: center;
  }
  footer .footer-wrap .footer-social .agreements a:first-child {
    margin-right: 8px;
  }
  footer .footer-wrap .copyrights-mobile {
    display: block;
    margin-top: 20px;
  }
  footer .footer-wrap .copyrights-mobile .payments-mobile .payment:first-child {
    margin-right: 0 !important;
  }
  footer .footer-wrap .copyrights-mobile p {
    margin-left: 10px;
    font-size: 8px !important;
    line-height: 1.8;
    color: #fff;
    text-transform: uppercase;
  }
}
@media (max-width: 575px) {
  .about-product-section {
    margin: 30px 0;
  }
  .about-product-section .about-product-slider-nav {
    display: none;
  }
  .about-product-section .about-product-info {
    padding-left: 0;
  }
  .about-product-section .about-product-info .product-line, .about-product-section .about-product-info h3, .about-product-section .about-product-info .effect-type, .about-product-section .about-product-info p {
    font-size: 16px;
  }
  .about-product-section .about-product-info .product-categories {
    margin: 20px 0 25px;
    justify-content: center;
  }
  .about-product-section .about-product-info .product-categories img {
    height: 28px;
  }
  .about-product-section .about-product-info > div:nth-child(2) {
    justify-content: center;
  }
  .about-product-section .about-product-info > div:last-child {
    display: flex;
    justify-content: center;
  }
  .about-product-section .about-product-info .use-type {
    padding: 5px 10px;
    font-size: 10px;
  }
  .about-product-section .about-product-info .product-price-wrap {
    justify-content: center;
  }
  .about-product-section .about-product-info .product-actions {
    position: relative;
  }
  .about-product-section .about-product-info .product-actions .btn-wishlist {
    margin-left: 0;
    position: absolute;
    right: 5%;
  }
  .about-product-section .about-product-info .product-actions .btn-wishlist svg {
    width: 28px;
  }
  .about-product-section .border-bottom-black {
    padding-bottom: 40px;
    margin: 0;
  }
  .recommended-products-section .recommended-products-slider .slick-dots {
    margin-top: 24px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .recommended-products-section .recommended-products-slider .slick-dots li {
    margin-right: 13px;
    display: flex;
  }
  .recommended-products-section .recommended-products-slider .slick-dots li:last-child {
    margin-right: 0;
  }
  .recommended-products-section .recommended-products-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    background-color: #C4C4C4;
    border: none;
    border-radius: 50%;
    font-size: 0px;
  }
  .recommended-products-section .recommended-products-slider .slick-dots .slick-active button {
    background-color: #000;
  }
  .recommended-products-section .recommended-products-slider .product-item-wrap .item-categories-wrap img {
    height: 20px;
    margin-right: 6px;
  }
  .recommended-products-section .recommended-products-slider .product-item-wrap .item-img .item-marker {
    width: 86px;
    height: 20px;
    font-size: 10px;
  }
  .recommended-products-section .recommended-products-slider .product-item-wrap .item-line {
    margin-top: 25px;
    font-size: 12px;
  }
  .recommended-products-section .recommended-products-slider .product-item-wrap h3 {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .recommended-products-section .recommended-products-slider .product-item-wrap .item-effect-type {
    width: 100%;
    font-size: 12px;
  }
  .recommended-products-section .recommended-products-slider .product-item-wrap .item-size {
    font-size: 12px;
  }
  .recommended-products-section .recommended-products-slider .product-item-wrap .item-price {
    margin-top: 14px;
  }
  .recommended-products-section .recommended-products-slider .product-item-wrap .item-price > div {
    font-size: 14px;
  }
  .recommended-products-section .recommended-products-slider .product-item-wrap .prof-only {
    font-size: 10px;
  }
  .recommended-products-section .recommended-products-slider .product-item-wrap .item-buy-link {
    margin-top: 20px;
  }
  .recommended-products-section .recommended-products-slider .product-item-wrap .item-buy-link a {
    width: 135px;
    height: 30px;
    font-size: 11px;
  }
  .recommended-products-section .more-products-link {
    margin-top: 45px;
  }
}
@media (max-width: 575px) {
  .all-products-section .product-item-wrap {
    padding-bottom: 25px !important;
  }
  .all-products-section .product-item-wrap .product-col {
    padding-bottom: 20px !important;
  }
  .all-products-section .product-item-wrap .product-col .item-img .item-marker {
    width: 86px;
    height: 20px;
    font-size: 10px;
  }
  .all-products-section .product-item-wrap .product-col .item-img .item-add-favorites {
    top: 6px;
    left: 8px;
    width: 19px;
    height: 17px;
  }
  .all-products-section .product-item-wrap .product-col .item-categories-wrap img {
    height: 20px;
    margin-right: 6px;
  }
  .all-products-section .product-item-wrap .product-col .item-line {
    margin-top: 25px;
    font-size: 12px;
  }
  .all-products-section .product-item-wrap .product-col h3 {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .all-products-section .product-item-wrap .product-col .item-effect-type {
    width: 100%;
    font-size: 12px;
  }
  .all-products-section .product-item-wrap .product-col .item-size {
    font-size: 12px;
  }
  .all-products-section .product-item-wrap .product-col .item-price {
    margin-top: 14px;
  }
  .all-products-section .product-item-wrap .product-col .item-price > div {
    font-size: 14px;
  }
  .all-products-section .product-item-wrap .product-col .prof-only {
    font-size: 10px;
  }
  .all-products-section .product-item-wrap .product-col .item-buy-link {
    margin-top: 20px;
  }
  .all-products-section .product-item-wrap .product-col .item-buy-link a {
    width: 135px;
    height: 30px;
    font-size: 11px;
  }
  .all-products-section .more-products-link .more-link {
    width: 210px;
    height: 45px;
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .checkout-heading {
    text-align: center;
  }
  #simplecheckout_cart .checkout-heading {
    text-align: left;
  }
  #simplecheckout_cart .checkout-heading-button a {
    font-size: 12px !important;
  }
  .simple-content .checkout-heading {
    font-size: 18px !important;
    margin-bottom: 1.4rem !important;
  }
  #simplecheckout_customer {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 575px) {
  .cart-products-section {
    margin-bottom: 85px;
  }
  .cart-products-section .cart-product-wrap {
    padding: 25px 0 30px;
    margin: 0;
  }
  .cart-products-section .cart-product-wrap > div {
    flex-direction: column;
  }
  .cart-products-section .cart-product-wrap .cart-product-img {
    min-width: 100px;
    width: 100px;
  }
  .cart-products-section .cart-product-wrap .cart-product-descr {
    max-width: none;
    display: flex;
    align-items: center;
    padding-right: 10%;
  }
  .cart-products-section .cart-product-wrap .cart-product-descr h3 {
    padding-top: 0;
  }
  .cart-products-section .cart-product-wrap .cart-product-descr p {
    display: none;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap {
    padding-top: 0;
    padding-left: 8px;
    margin-top: 30px;
    justify-content: space-between;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap > div {
    margin-left: 0;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap h4 {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap .price {
    line-height: 33px;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap h4 {
    margin-bottom: 15px;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap .cart-product-numbers {
    width: 99px;
    height: 33px;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap .cart-product-numbers > * {
    font-size: 12px;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap .close-but-wrap {
    margin-top: 35px;
    padding: 0;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap .close-but-wrap button {
    width: 33px;
    height: 33px;
  }
  .cart-products-section .cart-product-wrap .cart-product-price-wrap .close-but-wrap button::before, .cart-products-section .cart-product-wrap .cart-product-price-wrap .close-but-wrap button::after {
    width: 12px;
  }
  .cart-products-section .cart-total-wrap {
    margin-top: 35px;
    flex-direction: column;
  }
  .cart-products-section .cart-total-wrap .cart-promo-form {
    flex-direction: column;
    align-items: center;
  }
  .cart-products-section .cart-total-wrap .cart-promo-form .input {
    width: 224px;
  }
  .cart-products-section .cart-total-wrap .cart-promo-form .input input {
    font-size: 18px;
  }
  .cart-products-section .cart-total-wrap .cart-promo-form .but {
    width: 224px;
    margin-left: 0;
    margin-top: 18px;
  }
  .cart-products-section .cart-total-wrap .cart-promo-form .but button {
    font-size: 18px;
  }
  .cart-products-section .cart-total-wrap .cart-total-price {
    margin-top: 40px;
    padding: 0 16px;
    justify-content: space-between;
    align-items: center;
  }
  .cart-products-section .cart-total-wrap .cart-total-price > div:first-child {
    font-size: 20px;
  }
  .cart-products-section .cart-total-wrap .cart-total-price .total-price-delivery {
    padding: 0;
  }
  .cart-products-section .cart-total-wrap .cart-total-price .total-price-delivery > div {
    font-size: 28px;
  }
  .cart-products-section .cart-total-submit-wrap {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
  }
  .cart-products-section .cart-total-submit-wrap > div:first-child {
    order: 2;
    margin-top: 20px;
  }
  .cart-products-section .cart-total-submit-wrap > div:first-child .more-link {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
  }
  .cart-products-section .cart-total-submit-wrap > div:first-child .more-link:hover {
    background-color: #000;
    color: #fff;
  }
  .cart-products-section .cart-total-submit-wrap > div:last-child {
    order: 1;
  }
  .empty-cart p {
    width: 93%;
    font-size: 18px !important;
    text-align: center;
    margin: 25px auto !important;
  }
  .empty-cart .more-link {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .shopping-cart-section {
    margin-bottom: 70px;
  }
  .shopping-cart-section h3 {
    font-size: 18px;
    text-align: center;
  }
  .shopping-cart-section .left-side-wrap {
    padding-right: 0;
  }
  .shopping-cart-section .left-side-wrap #simplecheckout_customer .simplecheckout-block-content .form-group-new, .shopping-cart-section .left-side-wrap #simplecheckout_shipping_address .simplecheckout-block-content .form-group-new {
    width: 100% !important;
    padding: 0 !important;
  }
  .shopping-cart-section .left-side-wrap input:not([type=submit], [type=radio]) {
    font-size: 18px;
  }
  .shopping-cart-section .left-side-wrap > div {
    margin-bottom: 30px;
  }
  .shopping-cart-section .left-side-wrap > div:last-child {
    border-bottom: none;
  }
  .shopping-cart-section .left-side-wrap .radio-wrap .radio {
    font-size: 14px;
    padding-left: 35px;
  }
  .shopping-cart-section .left-side-wrap .radio-wrap .radio .radio-but {
    width: 20px;
    height: 20px;
    top: 0;
  }
  .shopping-cart-section .left-side-wrap .new-customer-form {
    padding-bottom: 30px !important;
  }
  .shopping-cart-section .left-side-wrap .new-customer-form .new-customer-form-title {
    display: none !important;
  }
  .shopping-cart-section .left-side-wrap .new-customer-form .new-customer-form-title-mobile {
    padding: 0 5px;
  }
  .shopping-cart-section .left-side-wrap .new-customer-form .new-customer-form-title-mobile h3 {
    font-size: 18px;
    text-align: center;
  }
  .shopping-cart-section .left-side-wrap .new-customer-form .new-customer-form-title-mobile .note {
    margin: 30px 0;
  }
  .shopping-cart-section .left-side-wrap .new-customer-form .new-customer-form-title-mobile a {
    text-decoration: underline;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap {
    flex-direction: column;
    padding: 25px 0 30px;
    margin: 0;
    border-bottom: 1px solid #000 !important;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap:first-child {
    padding-top: 10px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-img {
    min-width: 100px;
    width: 100px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-descr {
    padding-top: 0;
    padding-right: 10%;
    margin-left: 20px;
    max-width: none;
    font-family: "OpenSans-SemiBold", sans-serif;
    font-size: 18px;
    display: flex;
    align-items: center;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap {
    padding-top: 0;
    padding-left: 8px;
    margin-top: 30px;
    justify-content: space-between;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap > div {
    margin-left: 0;
    align-items: flex-start;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap h4 {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .number {
    font-size: 20px;
    line-height: 33px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap h4 {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap .cart-product-numbers {
    width: 99px;
    height: 33px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .cart-product-numbers-wrap .cart-product-numbers > * {
    font-size: 12px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .close-but-wrap {
    padding: 0;
    margin-left: 0;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .close-but-wrap h4 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .close-but-wrap button {
    width: 33px;
    height: 33px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .close-but-wrap button::before, .shopping-cart-section .left-side-wrap .cart-wrap .cart-product-wrap .cart-product-price-wrap .close-but-wrap button::after {
    width: 12px;
  }
  .shopping-cart-section .left-side-wrap .cart-wrap .cart-total-price-wrap {
    display: none !important;
  }
  .shopping-cart-section .left-side-wrap .delivery-type-wrap, .shopping-cart-section .left-side-wrap .payment-type-wrap, .shopping-cart-section .left-side-wrap #simplecheckout_shipping_address {
    padding-bottom: 30px;
  }
  .shopping-cart-section .left-side-wrap .delivery-type-wrap h3, .shopping-cart-section .left-side-wrap .payment-type-wrap h3, .shopping-cart-section .left-side-wrap #simplecheckout_shipping_address h3 {
    margin-bottom: 25px;
  }
  .shopping-cart-section .left-side-wrap .recipient-contacts {
    padding-bottom: 40px;
  }
  .shopping-cart-section .left-side-wrap .recipient-contacts h3 {
    margin-bottom: 25px;
  }
  .shopping-cart-section .left-side-wrap .recipient-contacts .note {
    display: none;
  }
  .shopping-cart-section .left-side-wrap .recipient-contacts .w-50 {
    width: 100% !important;
  }
  .shopping-cart-section .left-side-wrap .recipient-contacts .recipient-title {
    justify-content: space-between;
  }
  .shopping-cart-section .left-side-wrap .recipient-contacts .recipient-title h3 {
    font-family: "Arimo-Italic", sans-serif;
    font-size: 16px;
  }
  .shopping-cart-section .left-side-wrap .recipient-contacts .recipient-title .radio-wrap:last-child {
    margin-left: 0;
  }
  .shopping-cart-section .left-side-wrap .recipient-contacts .recipient-contacts-form {
    display: none !important;
  }
  .shopping-cart-section .left-side-wrap .recipient-contacts .recipient-contacts-form-mobile {
    display: block;
  }
  .shopping-cart-section .left-side-wrap .recipient-contacts .recipient-contacts-form-mobile input {
    margin-bottom: 12px !important;
  }
  .shopping-cart-section .left-side-wrap #simplecheckout_recipient {
    border-bottom: none;
  }
  .shopping-cart-section .right-side-wrap {
    position: static;
    padding: 45px 25px 15px;
  }
  .shopping-cart-section .right-side-wrap .checkout-heading {
    font-size: 22px !important;
  }
  .shopping-cart-section .right-side-wrap .simplecheckout-summary-totals .cart-promocode .more-link[type=text] {
    margin-bottom: 25px !important;
    width: 210px !important;
  }
  .shopping-cart-section .right-side-wrap h3 {
    font-size: 22px;
  }
  .shopping-cart-section .right-side-wrap .note {
    font-size: 18px;
  }
  .shopping-cart-section .right-side-wrap .number {
    font-size: 24px;
  }
  .shopping-cart-section .right-side-wrap #summary-submit {
    background-color: #000;
    color: #fff;
  }
}
@media (max-width: 575px) {
  .product-search #search-inputs {
    margin-top: 40px;
  }
  .product-search #search-inputs h2 {
    margin-top: 35px !important;
    font-size: 18px;
  }
  .product-search #search-inputs input {
    margin: 0 auto;
  }
  .product-search #search-inputs input[type=text] {
    width: 90%;
  }
  .product-search #search-inputs input[type=button] {
    height: 45px !important;
  }
}
@media (max-width: 575px) {
  .wishlist-wrap-section .other-page-title-section {
    margin-bottom: 0;
  }
  .wishlist-wrap-section .wishlist-item-wrap {
    padding: 0;
    border-bottom: none;
  }
  .wishlist-wrap-section .wishlist-item-wrap .col {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item {
    padding: 25px 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 18px;
    border-bottom: 1px solid #DEDDE2;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item > div {
    width: 100%;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item > div:last-child {
    margin-top: 18px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-img {
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-name {
    display: flex;
    margin-left: 7%;
    padding-right: 10%;
    width: auto;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-index {
    min-width: 100px;
    max-width: 100px;
    text-align: center;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-available {
    margin: 0;
    width: auto;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-price {
    margin-right: 7%;
    font-size: 18px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-actions {
    width: 100%;
    margin-top: 25px;
    margin-left: 0;
    justify-content: center;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-actions .more-link {
    width: 165px;
    height: 35px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-actions .more-link:last-child {
    margin-left: 5%;
  }
}
@media (max-width: 575px) {
  .all-articles-section .article-card {
    padding: 0 11% 50px;
    text-align: center;
  }
  .all-articles-section .article-card h3 {
    margin: 25px 0;
    font-size: 24px;
  }
  .all-articles-section .article-card h3 .italic {
    font-size: 21px;
  }
  .all-articles-section .article-card .more-link {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .article-section {
    margin: 35px 0 50px;
  }
  .article-section aside {
    display: none;
  }
  .article-section .article-text-wrap > div {
    margin-bottom: 30px !important;
  }
  .article-section .article-text-wrap > div:last-child {
    margin-bottom: 0 !important;
  }
  .article-section .article-text-wrap h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .article-section .article-text-wrap h1 br {
    display: none;
  }
  .article-section .article-text-wrap h3 {
    margin-bottom: 16px;
    padding: 0 12px;
    font-size: 22px;
    text-align: center;
  }
  .article-section .article-text-wrap h3 br {
    display: none;
  }
  .article-section .article-text-wrap p {
    padding: 0 !important;
    margin-bottom: 1rem;
    font-size: 15px;
    width: 100%;
  }
  .article-section .article-text-wrap .main-article-pic {
    max-width: none;
    width: 100%;
  }
  .article-section .article-text-wrap .article-pic-text-p .pic {
    width: 100%;
    float: none;
  }
  .article-section .article-text-wrap .article-pic-text-p .pic img {
    margin-bottom: 16px;
  }
  .article-section .article-text-wrap .article-pic-text-p .text {
    padding-right: 0;
  }
  .article-section .article-text-wrap .article-grey-back-p .article-grey-back-p-card {
    margin-bottom: 30px;
    padding: 30px 10px 40px;
  }
  .article-section .article-text-wrap .article-grey-back-p .article-grey-back-p-card h3, .article-section .article-text-wrap .article-grey-back-p .article-grey-back-p-card .line-h3 {
    margin-bottom: 16px;
  }
  .article-section .article-text-wrap .article-grey-back-p .article-grey-back-p-card p {
    width: 90%;
  }
  .article-section .article-text-wrap .article-grey-back-p .article-double-pics {
    margin-bottom: 30px;
  }
  .article-section .article-text-wrap .article-grey-back-p .article-double-pics > div {
    width: 48%;
  }
  .article-section .article-text-wrap .article-casual-p p {
    width: 100%;
  }
  .article-section .article-text-wrap .article-greytext-p p {
    width: 100%;
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .customer-form-wrap .customer-form-title {
    font-size: 20px;
  }
  .customer-form-wrap .form-input {
    margin-bottom: 16px;
  }
  .customer-form-wrap .form-input input {
    padding: 12px 0;
    font-size: 18px;
  }
  .customer-form-wrap .form-input input::placeholder {
    font-size: 18px;
  }
  .customer-form-wrap .form-input label {
    font-size: 11px;
  }
  .customer-form-wrap .radio-wrap {
    margin-bottom: 14px !important;
  }
  .customer-form-wrap .radio-wrap .radio {
    padding-left: 32px !important;
    font-size: 14px !important;
  }
  .customer-form-wrap .radio-wrap .radio .radio-but {
    width: 20px !important;
    height: 20px !important;
    top: -3px !important;
  }
}
@media (max-width: 575px) {
  .partners-page-section {
    margin-top: 24px;
    margin-bottom: 50px;
  }
  .partners-page-section p {
    margin-bottom: 35px;
  }
  .partners-page-section .customer-form .mt-5 {
    margin-top: 0 !important;
  }
  .partners-page-section .customer-form .w-50 {
    width: 100% !important;
    margin: 0 !important;
  }
  .partners-page-section .customer-form form > div.d-flex:first-child {
    flex-direction: column;
  }
  .partners-page-section .customer-form .customer-form-submit {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .form-group, .form-group-new {
    margin-bottom: 16px;
  }
  .form-group .select2-selection, .form-group-new .select2-selection {
    padding: 12px 0;
    padding-right: 8%;
  }
  .form-group .select2-selection .select2-selection__rendered, .form-group-new .select2-selection .select2-selection__rendered {
    font-size: 18px;
  }
  .form-group .select2-selection .select2-selection__arrow::before, .form-group-new .select2-selection .select2-selection__arrow::before {
    font-size: 18px;
  }
  .select2-container .select2-search .select2-search__field, .select2-container .select2-search .select2-results__option, .select2-container .select2-results .select2-search__field, .select2-container .select2-results .select2-results__option {
    padding: 12px 8px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .section-signup {
    margin: 0 0 50px;
  }
  .section-signup .simpleregister-block-content .simpleregister-button-block {
    display: flex;
    justify-content: center;
  }
  .section-signup .w-85 {
    width: 100% !important;
  }
  .section-signup h2 {
    font-size: 24px;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1em 15px 0.5em;
  }
  .section-signup .signin-link-wrap {
    margin-top: 20px;
    justify-content: center;
  }
  .section-signup .signin-link-wrap > div {
    margin-right: 15px;
    font-size: 16px;
  }
  .section-signup .signin-link-wrap a {
    font-size: 14px;
  }
  .section-signup .customer-form-wrap {
    margin-top: 30px;
  }
  .section-signup .customer-form-wrap .customer-form-title {
    margin: 35px 0 8px;
  }
  .section-signup .spec-signup-form-wrap .register-clinic-desc {
    margin-bottom: 20px;
  }
  .section-signup .spec-signup-form-wrap .customer-form {
    padding: 20px 15px;
  }
  .section-signup .spec-signup-form-wrap .customer-form h2 {
    font-size: 18px;
    justify-content: flex-start;
    padding: 8px 0;
  }
  .section-signup .spec-signup-form-wrap .customer-form .file-input-wrap {
    margin-top: 30px;
  }
  .section-signup .spec-signup-form-wrap .customer-form .file-input-wrap label::before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575px) {
  .profile-wrap-section {
    margin-bottom: 60px;
  }
  .profile-wrap-section .other-page-title-section {
    width: 100%;
  }
  .profile-wrap-section .other-page-title-section .section-title {
    width: 100%;
    padding: 0;
  }
  .profile-wrap-section h3 {
    font-size: 18px;
    text-align: center;
  }
  .profile-wrap-section .signin-form-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .profile-wrap-section .signin-form-wrap .form-input {
    display: flex;
    justify-content: center;
  }
  .profile-wrap-section .signin-form-wrap .form-input input {
    height: 47px;
    font-size: 16px;
  }
  .profile-wrap-section .signin-form-wrap .form-input:not(.input-submit) {
    width: 82% !important;
  }
  .profile-wrap-section #content {
    margin-bottom: 60px;
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
  .profile-wrap-section #content h2:not(.other-page-title-section h2) {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 18px;
    font-size: 18px;
  }
  .profile-wrap-section #content p {
    width: 90% !important;
    text-align: center;
    margin: 0 auto 25px;
    font-size: 16px;
  }
  .profile-wrap-section #column-right .list-group {
    border-top: 3px solid #000;
    padding-top: 30px;
  }
  .profile-wrap-section #column-right .list-group a {
    font-size: 18px;
    text-align: center;
  }
  .account-account .profile-wrap-section #content h2:not(.other-page-title-section h2) {
    text-align: left;
  }
  .account-password .profile-wrap-section .customer-form-wrap .form-input, .account-address .profile-wrap-section .customer-form-wrap .form-input, .account-simpleedit .profile-wrap-section .customer-form-wrap .form-input, .account-simpleaddress-insert .profile-wrap-section .customer-form-wrap .form-input, .account-simpleaddress-update .profile-wrap-section .customer-form-wrap .form-input, .account-address-delete .profile-wrap-section .customer-form-wrap .form-input {
    width: 100%;
  }
  .account-password .profile-wrap-section .customer-form-wrap .form-input input, .account-password .profile-wrap-section .customer-form-wrap .form-input .textfield, .account-address .profile-wrap-section .customer-form-wrap .form-input input, .account-address .profile-wrap-section .customer-form-wrap .form-input .textfield, .account-simpleedit .profile-wrap-section .customer-form-wrap .form-input input, .account-simpleedit .profile-wrap-section .customer-form-wrap .form-input .textfield, .account-simpleaddress-insert .profile-wrap-section .customer-form-wrap .form-input input, .account-simpleaddress-insert .profile-wrap-section .customer-form-wrap .form-input .textfield, .account-simpleaddress-update .profile-wrap-section .customer-form-wrap .form-input input, .account-simpleaddress-update .profile-wrap-section .customer-form-wrap .form-input .textfield, .account-address-delete .profile-wrap-section .customer-form-wrap .form-input input, .account-address-delete .profile-wrap-section .customer-form-wrap .form-input .textfield {
    font-size: 18px;
  }
  .account-password .profile-wrap-section .customer-form-wrap .form-input input::placeholder, .account-password .profile-wrap-section .customer-form-wrap .form-input .textfield::placeholder, .account-address .profile-wrap-section .customer-form-wrap .form-input input::placeholder, .account-address .profile-wrap-section .customer-form-wrap .form-input .textfield::placeholder, .account-simpleedit .profile-wrap-section .customer-form-wrap .form-input input::placeholder, .account-simpleedit .profile-wrap-section .customer-form-wrap .form-input .textfield::placeholder, .account-simpleaddress-insert .profile-wrap-section .customer-form-wrap .form-input input::placeholder, .account-simpleaddress-insert .profile-wrap-section .customer-form-wrap .form-input .textfield::placeholder, .account-simpleaddress-update .profile-wrap-section .customer-form-wrap .form-input input::placeholder, .account-simpleaddress-update .profile-wrap-section .customer-form-wrap .form-input .textfield::placeholder, .account-address-delete .profile-wrap-section .customer-form-wrap .form-input input::placeholder, .account-address-delete .profile-wrap-section .customer-form-wrap .form-input .textfield::placeholder {
    font-size: 18px;
  }
  .account-password .profile-wrap-section .customer-form-wrap .form-submit-wrap, .account-address .profile-wrap-section .customer-form-wrap .form-submit-wrap, .account-simpleedit .profile-wrap-section .customer-form-wrap .form-submit-wrap, .account-simpleaddress-insert .profile-wrap-section .customer-form-wrap .form-submit-wrap, .account-simpleaddress-update .profile-wrap-section .customer-form-wrap .form-submit-wrap, .account-address-delete .profile-wrap-section .customer-form-wrap .form-submit-wrap {
    margin-top: 30px;
  }
  .account-password .profile-wrap-section #content h2:not(.other-page-title-section h2), .account-address .profile-wrap-section #content h2:not(.other-page-title-section h2), .account-simpleedit .profile-wrap-section #content h2:not(.other-page-title-section h2), .account-simpleaddress-insert .profile-wrap-section #content h2:not(.other-page-title-section h2), .account-simpleaddress-update .profile-wrap-section #content h2:not(.other-page-title-section h2), .account-address-delete .profile-wrap-section #content h2:not(.other-page-title-section h2) {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .account-login .border-bottom {
    border-bottom: 3px solid #000 !important;
    padding-bottom: 45px;
    margin-bottom: 40px;
  }
  .account-login .profile-wrap-section h3 {
    text-align: center;
  }
  .account-login .profile-wrap-section .login-form-wrap > div:first-child {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .account-login .profile-wrap-section .login-form-wrap > div:first-child > .form-input:first-child {
    margin-bottom: 26px;
  }
  .account-login .profile-wrap-section .login-form-wrap .position-relative {
    width: 82%;
  }
  .account-login .profile-wrap-section .login-form-wrap .position-relative .form-input {
    width: 100% !important;
  }
  .account-login .profile-wrap-section .login-form-wrap .form-input:not(.input-submit) input {
    font-size: 16px;
  }
  .account-login .profile-wrap-section .login-form-wrap .input-submit {
    margin-top: 30px;
  }
  .account-login .profile-wrap-section .login-form-wrap .forgot-pass {
    position: static;
    margin-top: 7px;
    margin-bottom: 0;
  }
  .account-login .profile-wrap-section .login-form-wrap .forgot-pass a {
    font-size: 18px;
  }
  .account-login .profile-wrap-section #content {
    margin-bottom: 0;
    padding-top: 25px;
  }
  .account-login .profile-wrap-section #content p {
    text-align: left;
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .account-forgotten .profile-wrap-section #content {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .account-password .profile-wrap-section .customer-form-wrap .form-submit-wrap a {
    display: none;
  }
}
@media (max-width: 575px) {
  .account-address .customer-form-wrap .customer-form > .d-flex, .account-address-delete .customer-form-wrap .customer-form > .d-flex {
    width: 100%;
  }
  .account-address .address-wrap, .account-address-delete .address-wrap {
    margin-bottom: 35px;
  }
  .account-address .profile-wrap-section .customer-form-wrap .form-submit-wrap a, .account-address-delete .profile-wrap-section .customer-form-wrap .form-submit-wrap a {
    display: flex;
    margin-left: 15px;
  }
}
@media (max-width: 575px) {
  .account-order .profile-wrap-section #content, .account-order-info .profile-wrap-section #content {
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
  .account-order-table {
    display: none;
  }
  .account-order-table-mobile {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    text-transform: uppercase;
  }
  .account-order-table-mobile div {
    font-family: "OpenSans-Regular", sans-serif;
  }
  .account-order-table-mobile .order-history-item {
    border-bottom: 0.5px solid #000000;
    margin-bottom: 10px;
  }
  .account-order-table-mobile .order-history-item .title {
    font-family: "OpenSans-Bold", sans-serif;
    margin-bottom: 5px;
  }
  .account-order-table-mobile .order-history-item .order-history-item-top, .account-order-table-mobile .order-history-item .order-history-item-bottom {
    padding: 15px 5px;
    display: flex;
    justify-content: space-between;
  }
  .account-order-table-mobile .order-history-item .order-history-item-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.5px solid #DEDDE2;
  }
  .account-order-table-mobile .order-history-item .order-history-item-bottom {
    display: flex;
  }
  .account-order-table-mobile .order-history-item .order-history-item-bottom > div:first-child {
    text-align: left;
    margin-right: 15px;
  }
  .account-order-table-mobile .order-history-item .order-history-item-bottom .status {
    margin-left: 30px;
    width: 75px;
  }
  .account-order-info .border-bottom-black {
    border-bottom: none !important;
  }
  .account-order-info .order-title-wrap {
    margin-top: 24px;
    margin-bottom: 11px;
    padding-bottom: 15px;
    flex-direction: column;
  }
  .account-order-info .order-title-wrap > .d-flex {
    flex-direction: column;
  }
  .account-order-info .order-title-wrap > .d-flex > div:not(.payment-type-mobile) div:last-child {
    display: none;
  }
  .account-order-info .order-title-wrap .arimo-bold {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .account-order-info .order-title-wrap .payment-type-mobile {
    display: block;
    margin-top: 18px;
  }
  .account-order-info .order-address-wrap {
    margin-bottom: 0;
  }
  .account-order-info .order-address-wrap > .d-flex {
    flex-direction: column;
  }
  .account-order-info .order-address-wrap .order-address {
    margin-bottom: 21px;
  }
  .account-order-info .account-order-table-mobile {
    text-align: center;
  }
  .account-order-info .account-order-table-mobile .order-history-item-top .product-index {
    min-width: 70px;
    margin-right: 10px;
  }
  .account-order-info .account-order-table-mobile .order-history-item-top .product-index + div .text-transform-none {
    font-size: 14px;
  }
  .account-order-info .account-order-table-mobile .order-history-item-bottom {
    padding: 15px 15px;
  }
  .account-order-info .account-order-table-mobile .order-history-item-bottom > div:first-child {
    text-align: center;
  }
  .account-order-info .account-order-table-mobile .order-history-item-bottom .status {
    margin-left: 0;
  }
  .account-order-info .account-order-table-mobile .order-history-total {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
  }
  .account-order-info .account-order-table-mobile .order-history-total div {
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .account-simpleaddress-insert .address-insert-wrap, .account-simpleaddress-update .address-insert-wrap {
    margin-top: 30px;
  }
  .account-simpleaddress-insert .address-radio-wrap, .account-simpleaddress-update .address-radio-wrap {
    margin-top: 40px;
    display: block;
  }
  .account-simpleaddress-insert .address-radio-wrap .customer-form-wrap, .account-simpleaddress-update .address-radio-wrap .customer-form-wrap {
    margin-left: 0;
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .not-found-section {
    background-position: center bottom;
  }
  .not-found-section .not-found-message-wrap {
    min-height: calc(100vh - 93px);
    justify-content: flex-start;
  }
  .not-found-section .not-found-message-wrap .other-page-title-section {
    width: 100%;
    display: block;
  }
  .not-found-section .not-found-message-wrap .other-page-title-section .section-title {
    padding: 0;
  }
  .not-found-section .not-found-message-wrap .number-404 {
    display: none;
  }
  .not-found-section .not-found-message-wrap h2:not(.other-page-title-section h2) {
    margin: 20px 0 18px;
    font-size: 18px;
  }
  .not-found-section .not-found-message-wrap p {
    width: 95%;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .clinics-contacts-section {
    margin-bottom: 60px;
  }
  .clinics-contacts-section .clinics-contacts-map {
    padding: 0;
    margin-top: 30px;
    height: 450px;
  }
}
@media (max-width: 575px) {
  .success-message-section {
    margin-bottom: 60px;
  }
  .success-message-section .border-bottom-black {
    border: none !important;
  }
  .success-message-section .justify-content-end {
    justify-content: center !important;
  }
  .success-message-section .success-message-text {
    padding: 25px 0 0;
    width: 90%;
    margin: 0 auto;
  }
  .success-message-section .success-message-text p {
    text-align: center;
    font-size: 16px;
  }
  .success-message-section .more-link {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .privacy-policy-section {
    margin-top: 28px !important;
  }
  .privacy-policy-section .article-casual-p h4 {
    font-size: 14px;
  }
  .privacy-policy-section .article-casual-p p {
    font-size: 14px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 400px) {
  .about-product-section .about-product-info .product-actions .btn-wishlist {
    right: 3%;
  }
}
@media (max-width: 400px) {
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item {
    font-size: 17px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-price {
    margin-right: 0;
  }
}
@media (max-width: 380px) {
  .section-offers .product-wrap .item-price > div {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .more-link {
    width: 180px;
    height: 38px;
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  section .section-title h1, section .section-title h2, section .section-title div {
    font-size: 22px;
  }
}
@media (max-width: 360px) {
  .signin-form-wrap {
    padding: 0 30px;
  }
  .callback-form-wrap {
    padding-bottom: 30px;
  }
}
@media (max-width: 360px) {
  header .header-wrap .logo {
    width: 100px;
  }
}
@media (max-width: 360px) {
  .section-knowmore .left-side h3, .section-knowmore .right-side-top h3, .section-knowmore .right-side-bottom h3 {
    font-size: 22px;
  }
  .section-knowmore .left-side h3 {
    margin-top: 10%;
  }
}
@media (max-width: 360px) {
  .section-offers .product-wrap h3 {
    font-size: 11px;
    margin: 10px auto;
  }
  .section-offers .product-wrap .item-price > div {
    font-size: 15px;
  }
  .section-offers .product-wrap .item-price .item-old-price {
    margin-left: 10px;
  }
}
@media (max-width: 360px) {
  footer .footer-wrap a, footer .footer-wrap p {
    font-size: 12px !important;
  }
  footer .footer-wrap a span, footer .footer-wrap p span {
    font-size: 12px !important;
  }
}
@media (max-width: 360px) {
  .all-products-section .product-item-wrap .product-col h3 {
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  .about-product-section .about-product-info .product-line, .about-product-section .about-product-info h3, .about-product-section .about-product-info .effect-type, .about-product-section .about-product-info p {
    font-size: 15px;
  }
  .about-product-section .about-product-info .product-actions .btn-wishlist svg {
    width: 25px;
  }
  .recommended-products-section .recommended-products-slider .product-item-wrap h3, .recommended-products-section .recommended-products-slider .product-item-wrap .item-effect-type, .recommended-products-section .recommended-products-slider .product-item-wrap .item-size {
    font-size: 11px;
  }
  .recommended-products-section .more-products-link .more-link {
    width: 280px;
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .all-articles-section .article-card {
    padding: 0 8% 40px;
  }
  .all-articles-section .article-card h3 {
    margin: 20px 0;
    font-size: 22px;
  }
  .all-articles-section .article-card h3 .italic {
    font-size: 19px;
  }
}
@media (max-width: 360px) {
  .article-section .article-text-wrap > div {
    margin-bottom: 24px !important;
  }
  .article-section .article-text-wrap h1 {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .article-section .article-text-wrap h3 {
    font-size: 20px;
  }
  .article-section .article-text-wrap .article-grey-back-p .article-grey-back-p-card {
    margin-bottom: 24px;
    padding: 26px 10px 34px;
  }
  .article-section .article-text-wrap .article-grey-back-p .article-grey-back-p-card h3, .article-section .article-text-wrap .article-grey-back-p .article-grey-back-p-card .line-h3 {
    margin-bottom: 16px;
  }
  .article-section .article-text-wrap .article-grey-back-p .article-double-pics {
    margin-bottom: 24px;
  }
}
@media (max-width: 360px) {
  .customer-form-wrap .customer-form-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .customer-form-wrap .form-input {
    margin-bottom: 12px;
  }
  .customer-form-wrap .form-input input {
    padding: 10px 0;
    font-size: 16px;
  }
  .customer-form-wrap .form-input input::placeholder {
    font-size: 16px;
  }
  .customer-form-wrap .form-input label {
    font-size: 10px;
  }
  .customer-form-wrap .radio-wrap {
    margin-bottom: 14px !important;
  }
  .customer-form-wrap .radio-wrap .radio {
    padding-left: 32px !important;
    font-size: 14px !important;
  }
  .customer-form-wrap .radio-wrap .radio .radio-but {
    width: 20px !important;
    height: 20px !important;
    top: -3px !important;
  }
}
@media (max-width: 360px) {
  .partners-page-section p {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .empty-cart p {
    font-size: 16px !important;
  }
}
@media (max-width: 360px) {
  .shopping-cart-section .left-side-wrap .radio-wrap .radio {
    padding-left: 30px;
  }
  .shopping-cart-section .left-side-wrap .recipient-contacts .recipient-title h3 {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item {
    padding: 20px 0;
    font-size: 15px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item > div:last-child {
    margin-top: 12px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-img {
    min-width: 90px;
    max-width: 90px;
    min-height: 90px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-index {
    min-width: 70px;
    max-width: 70px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-price {
    margin-right: 0;
    font-size: 16px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-actions {
    margin-top: 20px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-actions .more-link {
    width: 135px;
    height: 30px;
    font-size: 12px;
  }
  .wishlist-wrap-section .wishlist-item-wrap .wishlist-item .item-actions .more-link:last-child {
    margin-left: 5%;
  }
}
@media (max-width: 360px) {
  .account-order-table-mobile {
    font-size: 11px;
  }
  .account-order-table-mobile .order-history-item .order-history-item-bottom .status {
    margin-left: 15px;
    width: 65px;
  }
}
@media (max-width: 360px) {
  .account-order-info .account-order-table-mobile {
    font-size: 12px;
  }
  .account-order-info .account-order-table-mobile .order-history-item .order-history-item-top, .account-order-info .account-order-table-mobile .order-history-item .order-history-item-bottom {
    padding: 12px 5px;
  }
  .account-order-info .account-order-table-mobile .order-history-item .order-history-item-top .product-index {
    min-width: 55px;
  }
  .account-order-info .account-order-table-mobile .order-history-item .order-history-item-top .product-index + div .text-transform-none {
    font-size: 13px;
  }
  .account-order-info .account-order-table-mobile .order-history-item .order-history-item-bottom {
    padding: 12px 10px;
  }
  .account-order-info .account-order-table-mobile .order-history-total {
    padding: 5px 12px;
  }
}

/*# sourceMappingURL=stylesheet.css.map */
