html,
body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

* {
  font-family: "Montserrat", sans-serif !important;
}

html.mobile {
  overflow: auto;
}

html.open,
.open body {
  overflow: hidden;
}

html.opened,
.opened body {
  overflow: hidden;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden !important;
  height: 100% !important;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  background: #f9f9f9;
  margin: 0 !important;
}

.container ul, .container ol {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

html.mobile .pp-scrollable {
  overflow: hidden !important;
  height: auto !important;
  margin: 0 !important;
  padding-top: 0;
}

.sicon {
  color: #b9b9b9;
  transition: color 0.3s;
}

.sicon:hover {
  color: #000;
}

:focus {
  outline: none !important;
}

.mediumbold {
  font-weight: 500 !important;
}

.semibold {
  font-weight: 600 !important;
}

.underline {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: 1680px;
  padding: 0 40px;
}

.container .container-title {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin: 0 0 12px !important;
}

.page-container {
  min-height: calc(100vh - 500px);
}

@media screen and (max-width: 767px) {
  .container .container-title {
    font-size: 24px;
  }

  .page-container {
    min-height: auto;
    padding-bottom: 16px !important;
  }
}

@media screen and (min-width: 767px) {
  .mobile-only {
    display: none !important;
  }
}

.toggle-password {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.modal-backdrop {
  z-index: 13 !important;
  inset: 0;
}

.content-bottom {
  padding-top: 40px;
}

.flex {
  display: flex;
  align-items: center;
}

.inlineb {
  display: inline-block;
  width: auto;
}

.inlineb li {
  vertical-align: middle;
}

.table {
  display: table;
  width: 100%;
  margin: 0;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.w65 {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}

.w65 .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

h1,
.h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  position: relative;
  font-weight: 900;
}

.fa {
  font-size: 14px;
}

.ui-close {
  background: none !important;
  background-color: #fff !important;
  color: #9e9e9e;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

.ui-close::before,
.ui-close::after {
  content: " ";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #9e9e9e;
  left: 2px;
  top: 9px;
  transition: 0.3s;
}

.ui-close::before {
  transform: rotate(135deg);
}

.ui-close::after {
  transform: rotate(45deg);
}

.ui-close:hover::before,
.ui-close:hover::after {
  background-color: #626262;
}

div.loading,
form.loading {
  position: relative;
}

div.loading::before,
form.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 3;
}

div.loading::after,
form.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );
  z-index: 4;
  animation: loading-shimmer 1.5s infinite linear;
}

@keyframes loading-shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.loading input,
.loading button {
  pointer-events: none;
  opacity: 0.6;
}

h1,
.h1 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
}

h2,
.h2 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 700;
}

h3,
.h3 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

b.title {
  font-size: 16px;
}

a,
a:hover,
a:focus {
  color: #000000;
  text-decoration: none !important;
  outline: none;
}

.href {
  border-bottom: 1px solid;
  font-weight: 900;
  color: #006dff;
}

legend {
  padding: 7px 0px;
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
}

.modal-head-icon {
  width: max-content;
  margin: 0 auto 8px;
}

/* UI Modal */

.ui-modal {
  width: 100%;
  border-radius: 8px;
  background: #fff;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 14;
}

.ui-modal.open {
  opacity: 1;
  visibility: visible;
}

img.modal-head-icon {
  width: 60px;
}

label {
  font-size: 12px;
  font-weight: normal;
}

.control-label {
  padding-top: 0 !important;
  text-align: left !important;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  width: 100%;
  padding: 16px 12px;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  font-size: 16px;
  line-height: normal;
  height: auto !important;
  box-shadow: none !important;
}

select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  padding-right: 40px;

  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M1 0.644531L5.12903 4.64453L9 0.644531" stroke="%23CCCCCC" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 6px;
}

select.form-control::-ms-expand {
  display: none;
}

.form-control:focus {
  border-color: #d3d3d3;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 14px;
  box-shadow: none !important;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

input[type="radio"] {
  width: 18px;
  height: 18px;
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #f0f0f0 !important;
}

.has-error input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #f9d3d3 !important;
}

input[type="checkbox"] {
  display: none;
}

.checkbox label,
.m-radio label {
  padding: 0px 0 0px 25px !important;
  margin: 0px 10px 0 0;
  position: relative;
  line-height: 16px;
  color: black;
  cursor: pointer;
  vertical-align: middle;
  min-height: 16px;
}

.checkbox label:before,
.m-radio label:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #dcdcdc;
}

.checkbox input:checked + label:after,
.m-radio input:checked + label:after {
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: black;
  background-size: contain;
  -webkit-animation: click-wave 0.2s;
  -moz-animation: click-wave 0.2s;
  animation: click-wave 0.2s;
}

.m-radio label:before,
.m-radio label:after {
  border-radius: 30px;
}

@keyframes click-wave {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  100% {
    transform: scale(4, 4);
    opacity: 0.35;
  }
}

.panel-group .panel {
  border-radius: 0;
}

.no-border {
  border: 0;
  box-shadow: none !important;
  background: #f0f0f0;
  padding: 16px 30px;
  min-height: 50px !important;
}

textarea.form-control {
  min-height: 80px !important;
}

.has-error .no-border {
  background: #f9d3d3;
}

#one-image img {
  width: 100%;
  height: auto;
}

#one-image {
  cursor: auto !important;
}

#image-additional {
  width: 102px;
}

@media (max-width: 767px) {
  #one-image img {
    max-width: 500px;
    margin: 0 auto;
  }
  #one-image {
    min-height: unset !important;
  }
  #image-additional {
    display: none;
  }
}

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .control-label:after {
  content: "";
  background: red;
  width: 4px;
  height: 4px;
  border-radius: 30px;
  font-weight: bold;
  display: inline-block;
  top: -2px;
  left: 2px;
  position: relative;
}

.required.has-error .control-label:after {
  animation: animate-error 0.2s cubic-bezier(0.9, 0.24, 0.62, 0.79) infinite;
  animation-iteration-count: 1;
}

.input-block {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}

.input-block-error input,
.input-error {
  border: 1px solid #ed1c24 !important;
  position: relative;
  background-image: url("/assets/checkout/error.svg") !important;
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 44px;
}

/*HOME*/

.home-2 .content-top .first-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.home-2 .madeshop-slide .item {
  height: 100vh;
}

.home-1 .madeshop-slide .slick-slide {
  padding-top: 112px;
}

.home-2 .content-bottom {
  margin-top: 84px;
  height: calc(100vh - 84px);
  transform: none !important;
}
.open .content-bottom {
  overflow: hidden;
}

/*TOP-URL*/

.top-url {
  line-height: 30px;
  color: #fff;
  height: 30px;
  text-align: center;
  z-index: 12;
  position: relative;
}

.top-url .list-inline {
  margin: 0;
}

.top-url .top-url-code {
  text-decoration: underline;
  color: #c2ec01;
}

.top-url .top-url-content {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  width: 100%;
  position: relative;
}

.top-url-close {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  cursor: pointer;
}

.top-url-close::after {
  content: "×";
  font-size: 24px;
  color: #d9d9d9;
}

.top-url .top-url-content p {
  margin: 0;
}

#form-language,
#form-currency,
#madeshop-language,
#madeshop-currency {
  display: inline-block;
  position: relative;
}

.noselect {
  border: none !important;
  font-weight: 500;
  font-size: 12px;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
  padding-right: 15px;
  min-width: 40px;
  appearance: none;
  line-height: 30px;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.28033 0.46967C9.57322 0.762563 9.57322 1.23744 9.28033 1.53033L5.28033 5.53033C4.98744 5.82322 4.51256 5.82322 4.21967 5.53033L0.21967 1.53033C-0.0732233 1.23744 -0.0732233 0.762564 0.21967 0.46967C0.512563 0.176777 0.987437 0.176777 1.28033 0.46967L4.75 3.93934L8.21967 0.46967C8.51256 0.176777 8.98744 0.176777 9.28033 0.46967Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat, repeat;
  background-position: right 2px top 11px;
  color: #000;
}

#agree-block {
  padding-top: 65px;
}

#agree-block .back {
  padding: 5px 40px;
  display: inline-block;
  margin: 30px 0px;
  background: black;
  color: white;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
}

#agree-block .back i {
  right: inherit;
  left: 0;
}

#agree-block .modal-title {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 15px;
}

/*SEARCH*/

#search {
  margin-bottom: 10px;
  margin-top: 90px;
  position: relative;
}

#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 110px 0px 0px;
  width: 100%;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #d4d4d4;
  border-radius: 0;
  font-size: 36px;
  height: 75px;
  font-weight: 900;
}

#search .all-icon {
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(50%);
  cursor: pointer;
}

#search .dropdown-menu {
  background-color: transparent;
}

#search a {
  padding-left: 0;
}

#search .no-result {
  position: absolute;
}

/*HEADER*/

.header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

header {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  transition: 0.3s;
  background: #c2ec01 !important;
  z-index: 12 !important;
}

header .container {
  display: grid;
  align-items: center;
  gap: 16px;
  transition: 0.5s;
  grid-template-columns: min-content max-content max-content;
  justify-content: space-between;
}

header .container.search-open {
  grid-template-columns: min-content max-content 1fr;
}

header .header-logo {
  height: 100%;
  padding: 10px 0;
  overflow: hidden;
}

header .header-logo a,
header .header-logo img {
  height: 100%;
  max-width: fit-content;
}

header .header-row {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 60px;
}

header .header-menu {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}

header .header-menu ul {
  display: flex;
  list-style: none;
  margin-bottom: 0 !important;
  padding: 0 !important;
  height: 100%;
}

.header-dropdown-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: none;
  pointer-events: none;
}

.header-dropdown-overlay.active {
  display: block;
}

header .header-menu .dropdown-filters {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: #fff;
  padding: 20px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  min-width: 780px;
  max-width: 900px;
  width: 100%;
  height: max-content;
  overflow: hidden;
  display: none;
  flex-wrap: wrap;
  flex-direction: row;
}

header .header-menu .dropdown-filters .filter-group {
  flex: 0 0 120px;
  margin-right: 30px;
}

header .header-menu .dropdown-filters .filter-item {
  overflow: hidden;
  max-height: 24px;
  transition: max-height 0.25s ease, opacity 0.25s ease, margin 0.25s ease;
}

header .header-menu .filter-group.collapsed .extra-item {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  pointer-events: none;
}

header .header-menu .filter-group.expanded .extra-item {
  max-height: 24px;
  opacity: 1;
}

header .header-menu .dropdown-filters .filter-group-list a {
  margin-bottom: 8px;
}

header .header-menu .filter-group-toggle {
  width: 100%;
  margin-top: 8px;
}

header .header-menu .filters-toggle-btn {
  border: none;
  background: none;
  color: #007aff;
  font-weight: 500;
  cursor: pointer;
  padding: 4px 0;
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

header .header-menu .filters-toggle-icon {
  transition: transform 0.2s ease;
}

header .header-menu .filters-toggle-btn.is-expanded .filters-toggle-icon {
  transform: rotate(180deg);
}

header .header-menu .dropdown-filters .semibold {
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

header .header-menu .dropdown-filters .filter-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  height: max-content;
}

header .header-menu .dropdown-filters a {
  margin-bottom: 8px;
}

header .header-menu .menu-item-with-dropdown:hover .dropdown-filters {
  display: flex;
}

header .header-menu .filter-group ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

header .header-menu .header-menu-list > li {
  height: 100%;
}

header .header-menu .header-menu-list > li > a {
  padding: 0 12px;
}

header .header-menu ul li {
  list-style: none;
}

header .header-menu ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

header .header-menu ul li a:hover {
  color: #007aff;
}

header .header-menu .header-menu-link {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s;
}

header .header-menu .header-menu-link:hover {
  color: #007aff;
}

header .icon-block {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 0 !important;
  margin-left: 18px;
}

header .icon-block #open-search {
  display: none;
}

header .icon-block .new-icon img {
  width: 20px;
  height: 20px;
}

header .container.search-open .header-menu {
  width: 0;
  position: absolute;
  opacity: 0;
}

header .container.search-open {
  grid-template-columns: min-content 1fr;
}

@media (max-width: 1100px) {
  header .container {
    grid-template-columns: min-content 1fr;
  }

  header .header-menu {
    display: none;
  }

  header .header-menu .dropdown-filters .filter-group ul li:last-child {
    display: none;
  }
}

@media (max-width: 700px) {
  header .icon-block #open-search {
    display: block;
  }

  header .icon-block {
    gap: 16px;
  }
}

/*HEADER MOBILE MENU*/

.mobile-filters-menu-overflow {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 12;
  padding: 4px;
  visibility: hidden;
  transition: opacity 0.2s ease;
  opacity: 0;
}

.mobile-filters-menu-overflow.open {
  opacity: 1;
  visibility: visible;
}

.mobile-filters-menu {
  background: #fff;
  border-radius: 5px;
  padding: 16px;
  transform: translateY(-30px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 14;
}

.mobile-filters-menu-overflow.open .mobile-filters-menu {
  transform: translateY(0);
  opacity: 1;
}

.mobile-filters-menu .mobile-filters-list {
  display: none;
  flex-direction: column;
}

.mobile-filters-list.active {
  display: flex;
}

.mobile-filters-menu .mobile-filters-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  width: 100%;
  font-weight: 500;
  color: #000;
}

.mobile-filters-menu .mobile-filters-group {
  display: none;
}

.mobile-filters-menu .mobile-filters-group.active {
  display: block;
}

.hidden {
  display: none;
}

.mobile-filters-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 8px 0 14px;
  border-bottom: 1px solid #efefef;
  font-weight: 700;
  font-size: 16px;
}

.mobile-filters-header button {
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  height: 30px;
  display: flex;
  align-items: center;
}

.mobile-filters-menu .back-button {
  padding: 4px 4px 4px 0;
}

.mobile-filters-menu #close-header-menu {
  padding: 4px 0 4px 4px;
}

/*HEADER SEARCH*/

header .header-search {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  position: relative;
  max-width: 280px;
  transition: 0.5s;
}

header .header-search.open {
  max-width: 100%;
}

header .header-search-block {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  border-radius: 6px;
  background: #fff;
}

header .header-search-block .header-search-icon {
  height: 100%;
  padding: 0 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #000;
}

header .header-search-block #search-back {
  display: none;
}

header .header-search .header-search-input {
  width: 100%;
  border: 0;
  padding: 10px;
  border-radius: 6px;
  font-size: 16px;
}

header .header-search .header-search-input::placeholder {
  font-size: 14px;
}

header .header-search-list {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  box-shadow: 4px 6px 8px 0px rgba(0, 0, 0, 0.08);
  z-index: 11;
  display: none;
  flex-direction: column;
  padding: 16px;
}

header .header-search-list .no-result {
  padding: 16px;
  color: #aaa;
  text-align: center;
}

header .header-search-list .header-search-list-product {
  cursor: pointer;
  display: grid;
  align-items: center;
  color: #000;
  grid-template-columns: 45px 1fr max-content;
  gap: 8px;
  transition: 0.3s;
  margin: 0 -16px;
  padding: 6px 16px;
}

header .header-search-list .header-search-list-product:hover {
  background: rgba(238, 247, 255, 0.5);
}

header
  .header-search-list
  .header-search-list-product
  .header-search-image-block {
  height: 45px;
  width: 45px;
  overflow: hidden;
}

header
  .header-search-list
  .header-search-list-product
  .header-search-image-block
  img {
  height: 100%;
}

header .header-search-list .header-search-list-product .header-search-name {
  font-weight: 500;
}

header .header-search-list .header-search-list-product .header-search-price {
  font-size: 18px;
}

header .header-search .search-section-title {
  color: #9e9e9e;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 12px;
}

header .header-search .search-section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

header .header-search .search-section-top a {
  color: #007aff;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

header .header-search .search-section-top a svg {
  transform: rotate(180deg);
  fill: #007aff;
}

header .header-search .search-section-top a path {
  fill: #007aff;
}

header .header-search .header-search-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

header .header-search .header-search-list-popular {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #efefef;
  border-radius: 50px;
}

header .header-search .header-search-list-wrapper {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #efefef;
}

header .header-search .header-search-list-wrapper:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

header .header-search .header-search-list-block {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  padding: 8px 0;
}

header .header-search .header-search-list-block img {
  width: 16px;
}

@media (max-width: 700px) {
  #search-overlay {
    background: transparent;
  }

  header .header-search {
    display: none;
  }

  header #search-panel {
    display: block;
  }

  header .header-search-block {
    display: none;
  }

  header .header-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    gap: 12px;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    padding: 16px;
    z-index: 10;
    padding-top: 10px;
  }

  header .header-search.open {
    display: flex;
  }

  header .header-search.open .header-search-block {
    display: flex;
    gap: 0;
  }

  header .header-search-block #search-back {
    display: flex;
    cursor: pointer;
  }

  header .header-search-block #search-back img {
    height: 15px;
    width: 15px;
  }

  header .header-search-list {
    position: static;
    width: 100%;
  }

  header .header-search .search-section-link {
    width: 100%;
    color: #fff;
    background: #007aff;
    text-align: center;
    padding: 12px 0;
    border-radius: 6px;
    display: block;
    margin-top: 12px;
  }

  header .header-search .search-section-link svg {
    display: none;
  }
}

/*SIDEBAR*/

.sidebar {
  background: #fff;
  padding: 16px 12px;
  max-width: 300px;
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  transition: left 0.2s ease-in-out, opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out;
  z-index: 14;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,0.22) transparent;
}

.sidebar::-webkit-scrollbar {
  width: 6px;
}

.sidebar::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 999px;
}

.sidebar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.18);
  border-radius: 999px;
  border: 1px solid transparent;
  background-clip: content-box;
  transition: background 0.2s ease;
}

.sidebar::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.28);
  background-clip: content-box;
}

.sidebar::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.38);
  background-clip: content-box;
}

.sidebar.open {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.sidebar .sidebar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.sidebar .sidebar-top .sidebar-top-btns {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sidebar .sidebar-top .logo {
  width: 140px;
}

.sidebar .language-block {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sidebar .language-block img {
  width: 28px;
  height: 28px;
}

.sidebar .sidebar-catalog-link,
.sidebar .sidebar-login-button {
  width: 100%;
  border-radius: 6px;
  display: flex;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 0;
  cursor: pointer;
  color: #000;
}

.sidebar .sidebar-catalog-link {
  font-weight: 600;
}

.sidebar button.sidebar-catalog-link {
  display: none;
}

.sidebar .sidebar-login-button {
  background: #efefef;
}

.sidebar .sidebar-catalog-link img,
.sidebar .sidebar-login-button img {
  width: 20px;
  height: 20px;
}

.sidebar-catalog-btn-block {
  padding-bottom: 16px;
  border-bottom: 1px solid #efefef;
}

.sidebar .sidebar-list {
  display: flex;
  flex-direction: column;
}

.sidebar-nav {
  padding: 16px 0;
  border-bottom: 1px solid #efefef;
}

.sidebar .sidebar-list > div {
  transition: 0.3s;
  border-radius: 8px;
}

.sidebar .sidebar-list > div:hover {
  background: rgba(238, 247, 255, 0.5);
}

.sidebar .sidebar-list > div > * {
  display: flex;
  padding: 10px 8px;
  align-items: center;
  gap: 16px;
  color: #000;
  transition: 0.3s;
  width: 100%;
}

.sidebar .sidebar-list > div > * svg {
  width: 20px;
  color: #9e9e9e;
}

.sidebar .sidebar-list > div:hover > * {
  color: #007aff;
}

.sidebar .sidebar-list > div:hover > * svg {
  color: #007aff;
}

.sidebar-list-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding-left: 8px;
}

.sidebar .sidebar-socials {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
}

.sidebar .sidebar-socials > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #efefef;
}

.sidebar .sidebar-contacts > a {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000;
  font-weight: 700;
}

.sidebar .sidebar-contacts > a img {
  width: 14px;
  height: 14px;
}

.sidebar .sidebar-contacts > p {
  margin: 4px 0;
  color: #000;
  font-size: 12px;
}

@media screen and (max-width: 1100px) {
  .sidebar a.sidebar-catalog-link {
    display: none;
  }

  .sidebar button.sidebar-catalog-link {
    display: flex;
  }
}

@media screen and (max-width: 500px) {
  .sidebar {
    width: 100%;
    max-width: 100%;
    left: -100%;
    padding-bottom: 150px;
  }

  .sidebar .sidebar-catalog-link,
  .sidebar .sidebar-login-button {
    padding: 16px 0;
  }

  .sidebar .sidebar-socials {
    margin-top: 20px;
  }

  .sidebar .sidebar-socials > a {
    width: 32px;
    height: 32px;
  }
}

.sidebar .sidebar-yellow-link {
  color: #f7cd46 !important;
}

.sidebar .sidebar-list-medium a {
  font-weight: 500;
}

/*CATEGORIES*/

.category-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-top: 32px;
}

.category-wrapper > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fff;
  gap: 12px;
  font-weight: 500;
  height: 54px;
  transition: 0.3s border;
  border: 1px solid transparent;
}

.category-wrapper > div a:hover {
  border: 1px solid #c2ec01;
}

.category-wrapper > div a img {
  width: 32px;
}

.category-page .btn-show-more {
  border-radius: 50px;
  border: 1px solid #007aff;
  padding: 13px 0;
  width: 300px;
  color: #007aff;
  margin: 12px auto 0;
  display: block;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  .category-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .category-wrapper {
    gap: 4px;
  }

  .category-wrapper > div a {
    font-size: 12px;
    gap: 4px;
  }

  .category-wrapper > div a img {
    width: 24px;
  }
}

@media screen and (max-width: 400px) {
  .category-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*CATALOG BUTTON*/

.catalog-button {
  width: 100%;
  border-radius: 6px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #000;
  padding: 12px 0;
  margin-top: 12px;
  background: #c2ec01;
  font-weight: 600;
  cursor: pointer;
}

.catalog-button img {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 1000px) {
  .catalog-button {
    display: flex;
  }
}

/*BLOCK EXPAND*/

.custom-block-expand {
  border-radius: 5px;
  background: #fff;
  padding: 12px;
}

.custom-block-expand-overlay {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  max-width: fit-content;
  color: #007aff;
  font-weight: 500;
}

.custom-block-expand-overlay-close svg {
  transform: rotate(180deg);
}

.custom-block-expand .custom-block-expand-overlay-close {
  display: none;
}

.custom-block-expand.open .custom-block-expand-overlay-close {
  display: flex;
}

.custom-block-expand.open .custom-block-expand-overlay-open {
  display: none;
}

.custom-block-expand .custom-block-expand-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}

.custom-block-expand .custom-block-expand-content h1 {
  font-size: 14px;
  margin-bottom: 8px;
}

.custom-block-expand.open .custom-block-expand-content {
  -webkit-line-clamp: none;
}

.custom-block-expand-content p:last-child {
  margin-bottom: 0;
}

.custom-block-expand .custom-block-expand-content img {
  max-width: 100%;
}

@media screen and (max-width: 600px) {
  .custom-block-expand .custom-block-expand-content {
    -webkit-line-clamp: 7;
  }
}

/*LANGUAGE FORM*/

.language-form {
  display: flex;
  align-items: center;
  gap: 6px;
}

.language-form img {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 600px) {
  .header-row .language-form {
    display: none;
  }
}

/*HOME PAGE BANNER*/

.hbanner {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  height: auto;
}

.hbanner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: left center;
  display: block;
}

@media screen and (max-width: 700px) {
  .hbanner {
    height: 250px;
  }

  .hbanner img {
    width: auto;
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: left center;
  }
}

@media screen and (max-width: 500px) {
  .hbanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 5% center;
  }
}

@media screen and (max-width: 400px) {
  .hbanner {
    height: 200px;
  }

  .hbanner img {
    object-position: 3% center;
  }
}

.logo-block {
  display: flex;
  position: absolute;
  height: 80px;
  align-items: center;
  width: 196px;
  overflow: hidden;
}

.text-logo {
  font-size: 12px;
  color: #fff;
}

.menu-block {
  padding-left: 120px;
  width: calc(100% - 265px);
  float: left;
}

.ib {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

.ib b {
  vertical-align: top;
  text-transform: uppercase;
  font-size: 9px;
  display: none;
  margin: 0px 0px 0px 7px;
  font-weight: 500;
}

.all-icon {
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
}

.all-icon:before,
.all-icon:after {
  content: "";
  position: absolute;
  transition: 0.2s;
  left: 0;
  transform: rotate(0deg);
}

#cart-url .cart-icon {
  color: #000;
}

.c-icon .cart-icon {
  color: #fff;
  margin-left: -2px !important;
}

.cart-icon {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}

.cart-icon:before {
  content: "\f07a";
}

.cart-icon:after {
  display: none;
  width: 8px;
  height: 6px;
  left: 4px;
  bottom: 10px;
  border: 2px solid;
  border-bottom: 0;
}

.iclose .cart-icon:before {
  width: 100%;
  border: 1px solid;
  z-index: 1;
  bottom: 0px;
  top: 8px;
  height: 2px;
  transform: rotate(135deg);
  transition-property: height, transform;
  transition-delay: 0s, 0.3s;
  content: "" !important;
}

.iclose .cart-icon:after {
  display: block;
  height: 2px;
  border: solid 1px;
  width: 100%;
  border-radius: 0;
  transform: rotate(45deg);
  top: 8px;
  left: 0;
  transition-property: height, transform;
  transition-delay: 0s, 0.3s;
  content: "" !important;
}

.iclose img,
.iclose .total {
  display: none;
}

.search-icon:before {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 2px solid;
}

.search-icon span {
  width: 2px;
  height: 5px;
  border: 1px solid;
  border-radius: 30px;
  right: 0;
  bottom: 0px;
  transform: rotate(135deg);
  display: block;
  position: absolute;
}

.search-icon:after {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 2px solid transparent;
}

.iclose .search-icon:before {
  height: 2px;
  transform: rotate(135deg);
  border-width: 1px;
  top: 8px;
  transition-property: height, transform;
  transition-delay: 0s, 0.5s;
}

.iclose .search-icon span {
  display: none;
}

.iclose .search-icon:after {
  height: 2px;
  transform: rotate(45deg);
  border-width: 1px;
  top: 8px;
  transition-property: height, transform;
  transition-delay: 0s, 0.5s;
  border-color: inherit;
}

.login-icon:before {
  border-radius: 30px;
  border: 2px solid;
  width: 8px;
  height: 8px;
  left: 4px;
  top: 1px;
}

.login-icon:after {
  width: 100%;
  height: 30%;
  border-radius: 3px 3px 3px 3px;
  left: 0px;
  bottom: 0px;
  border: solid 2px transparent;
  border-color: inherit;
  border-bottom-color: transparent;
}

.iclose .login-icon:before {
  height: 2px;
  border: 1px solid;
  width: 100%;
  left: 0;
  top: 7px;
  transform: rotate(45deg);
  transition-property: height, transform;
  transition-delay: 0s, 0.3s;
}

.iclose .login-icon:after {
  border: 1px solid;
  height: 2px;
  bottom: 7px;
  transform: rotate(135deg);
  transition-property: height, transform;
  transition-delay: 0s, 0.3s;
}

.menu-icon {
  position: relative;
  width: 18px;
  height: 15px;
  cursor: pointer;
}

.menu-icon:before,
.menu-icon:after,
.menu-icon span {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  transition: transform 0.3s ease-in-out;
  border-radius: 2px;
}

.menu-icon:before {
  top: 0;
}

.menu-icon:after {
  bottom: 0;
}

.menu-icon span {
  top: 6px;
  height: 3px;
}

.iclose .menu-icon:before {
  transform: rotate(45deg);
  top: 6px;
}

.iclose .menu-icon:after {
  transform: rotate(-45deg);
  bottom: 6px;
}

.iclose .menu-icon span {
  transform: scale(0);
}

/*MENU*/

.anim-border {
  background: #000;
  height: 2px;
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  z-index: 9999;
  pointer-events: none;
}
.description-block {
  position: relative;
}
.anim-border2 {
  top: 41px;
}
#menu-url {
  display: inline-block;
}
#menu {
  margin: 0;
  border: 0;
  position: static;
  padding-bottom: 0;
}
#menu .nav {
  margin: 0;
  height: 60px;
  overflow: hidden;
}
#menu .nav > li > a,
#menu .nav > li > span {
  color: #444;
  padding: 31px 15px;
  font-size: 16px;
  background: transparent;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}
#menu .dropdown-inner a,
#menu .dropdown-inner span {
  min-width: 160px;
  display: inline-block;
  clear: both;
  line-height: 20px;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

#menu .nav > li > span {
  font-weight: 700 !important;
}

#menu .dropdown-inner a:hover {
  color: #444;
}

#menu .title {
  font-weight: 900;
}

#menu .title img {
  margin: 7px 15px 7px 0;
  border-radius: 100%;
}

.navbar-nav > li {
  position: inherit;
}

.dropdown-menu {
  right: 0;
  box-shadow: none;
  border: 0;
  border-top: 1px solid #f7f7f7;
  margin: 0;
}

.dropdown-inner {
  overflow: hidden;
}

.dropdown-inner .dropdown-menu {
  border: 0;
}

.no-style {
  padding-left: 0;
  list-style: none;
}

.next,
.back i {
  position: absolute;
  padding: 10px 0px 10px 15px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  text-align: right;
}

.next .fa,
.back .fa {
  font-size: 16px;
}

.target0 .next {
  left: 0;
}

.module-content {
  position: relative;
}

.module-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.module-top a {
  color: #007aff;
  gap: 6px;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.module-top .h2 {
  margin-bottom: 0 !important;
}

#menu .menu .see-all {
  background: black;
  color: white !important;
  padding: 5px 15px !important;
  margin: 15px 0;
  border-radius: 30px;
  display: inline-block !important;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .module-top-adaptive {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 -10px;
  }

  .module-top {
    margin-bottom: 12px;
  }

  .module-top-adaptive .h2 {
    padding-left: 10px;
  }
}

/*CATALOG*/

.catalog-empty {
  color: #9e9e9e;
  font-size: 18px;
  text-align: center;
  padding: 30px 12px;
}

.catalog-wrapper {
  display: grid;
  grid-template-columns: 20% 80%;
  gap: 10px;
}

.catalog-filter {
  background: #fff;
  border-radius: 8px;
  padding: 6px;
  height: max-content;
}

.catalog-filter .col-3 {
  max-width: 100%;
  width: 100%;
}

.catalog-filter #column-left {
  margin-bottom: 0 !important;
}

.catalog-filter .ocf-between {
  gap: 8px;
}

.catalog-header-outer {
  overflow: visible;
  position: relative;
}

.catalog-header {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin: 0 -15px 12px -15px;
  padding: 0 15px;
}

.catalog-header::-webkit-scrollbar {
  display: none;
}

.catalog-header .sort-block .bline {
  background: #fff;
  padding: 8px 12px;
  border-radius: 50px;
  padding-right: 32px;
}

.catalog-header .sort-block .bline::after {
  width: 28px;
  color: #9e9e9e;
}

.filter-btn {
  background: #fff;
  border-radius: 50px;
  padding: 8px 10px;
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  border: 0;
  color: #000;
}

.filter-btn img {
  width: 16px;
  height: 16px;
}

.filter-mobile {
  flex-shrink: 0;
}

.catalog-description {
  margin-top: 24px;
}

@media screen and (max-width: 1200px) {
  .catalog-wrapper {
    grid-template-columns: 30% 70%;
  }
}

@media screen and (max-width: 767px) {
  .catalog-wrapper {
    grid-template-columns: 100%;
  }

  .catalog-filter {
    background: transparent;
    padding: 0;
  }

  .module-content {
    margin: 0 -10px;
  }
}

/*CUSTOM SORT*/

.sort-block {
  display: block;
}

.custom-sort {
  position: relative;
  cursor: pointer;
}

.sort-selected {
  background: #fff;
  min-width: max-content;
  border-radius: 50px;
  padding: 8px;
  padding-right: 40px;
  position: relative;
  font-weight: 500;
  min-width: 0;
  flex-shrink: 1;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px;
}

.sort-selected::after {
  content: "\f107";
  font: normal normal normal 16px FontAwesome;
  position: absolute;
  color: #9e9e9e;
  width: 8px;
  line-height: 4px;
  text-align: center;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}

.sort-options {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  display: none;
  background: white;
  border-radius: 12px;
  z-index: 10;
  list-style: none;
  margin: 0;
  padding: 16px;
  min-width: 260px;
  max-width: max-content;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}

.sort-overlay.open .sort-options {
  display: block;
  padding: 8px 16px;
}

.custom-sort.open .sort-selected::after {
  transform: translateY(-50%) rotate(180deg);
}

.sort-option {
  display: flex;
  padding: 8px 0;
  text-decoration: none;
  color: #000;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
}

.sort-option:last-child {
  border-bottom: 0;
}

.sort-option-circle {
  width: 20px;
  height: 20px;
  border: 1px solid #cacaca;
  display: block;
  border-radius: 50%;
  position: relative;
}

.sort-option.active .sort-option-circle {
  background: #c2ec01;
  border: 0;
}

.sort-option.active .sort-option-circle:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  left: 6px;
  top: 6px;
}

.sort-title {
  font-size: 16px;
  font-weight: 600;
  display: none;
}

.sort-btn {
  width: 100%;
  border-radius: 6px;
  background: #007aff;
  color: #fff;
  font-weight: 500;
  padding: 12px 0;
  display: none;
  border: 0;
}

@media screen and (max-width: 767px) {
  .sort-selected .sort-text {
    display: none;
  }

  .sort-selected::after {
    content: none;
  }

  .sort-selected {
    padding-right: 8px;
    width: max-content;
  }

  .sort-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
  }

  .sort-overlay.open {
    opacity: 1;
    visibility: visible;
  }

  .sort-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 48px;
    background: #fff;
    border-radius: 12px 12px 0 0;
    padding: 16px;
    padding-bottom: constant(safe-area-inset-bottom);
    transition: 0.3s ease;
    transform: translateY(100%);
  }

  .sort-overlay.open .sort-wrapper {
    transform: translateY(0);
  }

  .sort-options {
    width: 100%;
    top: auto;
    position: static;
    height: auto;
    display: block;
    box-shadow: none;
    padding: 0 !important;
    border-radius: 0;
    min-width: unset;
    max-width: unset;
  }

  .sort-option a {
    flex-direction: row-reverse;
    justify-content: space-between;
    font-size: 16px;
  }

  .sort-title {
    display: block;
    margin-bottom: 12px;
  }

  .sort-btn {
    display: block;
    margin-top: 12px;
  }
}

/*MADESHOP BANNER*/

.banners {
  padding-top: 40px;
}

.banner {
  position: relative;
}

.banner1 {
  margin-bottom: 30px;
}

.banner img {
  max-width: 100%;
}

.banner:hover span,
.module:hover span {
  left: 20px;
  opacity: 1;
}

/*SLIDER*/

.mslide {
  position: relative;
}

.madeshop-slide .container {
  position: relative;
}

.mtable {
  display: table;
}

.mtable div {
  display: table-cell;
  vertical-align: middle;
  padding-top: 80px;
  width: 50%;
}

.slide-block.abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}

.sl-title {
  font-weight: 900;
  font-size: calc(1em + 4vw);
  line-height: 0.9em;
  display: inline-block;
  margin-bottom: 35px;
}

.sl-title {
  transition: 0.5s;
  transform: translateY(30px);
  opacity: 0;
}

.pretitle,
.destitle {
  transition: 0.8s;
  transform: translateY(80px);
  opacity: 0;
  margin-bottom: 30px;
  font-size: 16px;
}

.slick-active .pretitle,
.slick-active .sl-title,
.slick-active .destitle {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.no-product {
  border: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 80px;
}

.no-product .empty {
  margin-top: 25px;
}

.bot50 {
  padding-bottom: 50px;
}

/* Footer */

footer {
  color: #e2e2e2;
}

footer .contact {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

footer .contact > li {
  padding-bottom: 20px;
}

footer .contact svg {
  padding-right: 5px;
  width: 20px;
  height: 20px;
}

footer .contact .phone span {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

footer .contact .phone .info {
  font-size: 12px;
  color: #f5f5f5;
  font-weight: 400;
  line-height: 14px;
  padding-top: 5px;
  padding-left: 25px;
}

.fh2 {
  font-weight: 500;
  color: #afe000;
  font-size: 16px;
  margin-bottom: 12px;
}

.news-block {
  border-top: 1px solid #e8e8e8;
  padding: 40px 0;
  color: #303030;
}

.news-block p {
  padding-right: 50px;
}

.footer-block {
  background: #000000;
}

.furl {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

footer .fcolumn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer .fc:nth-child(1) {
  grid-area: fc1;
  width: 140px;
}
footer .fc:nth-child(2) {
  grid-area: fc2;
}
footer .fc:nth-child(3) {
  grid-area: fc3;
}
footer .fc:nth-child(4) {
  grid-area: fc4;
}
footer .fc:nth-child(5) {
  grid-area: fc5;
}
footer .fc:nth-child(6) {
  grid-area: fc6;
}

footer .fc:nth-child(1) img {
  width: 100%;
}

footer .furl {
  display: grid;
  grid-template-areas: "fc1 fc3 fc4 fc5 fc6" "fc2 fc3 fc4 fc5 fc6";
  justify-content: space-between;
  gap: 16px;
}

footer .fmail {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
  margin-top: 28px;
}

footer ul.soc {
  margin-bottom: 0;
}

footer ul.soc a {
  cursor: pointer;
}

footer ul.soc svg {
  height: 20px;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #3d3d3d;
}

footer a {
  color: #ebebeb;
  font-size: 14px;
}

footer a:hover,
footer a:focus {
  color: #fff;
}

footer .list-p {
  margin: 0;
}

footer .list-p > li {
  padding: 3px 0;
}

footer .fpayments {
  display: grid;
  grid-template-columns: repeat(2, 50px);
  gap: 8px;
}

footer .fpayments > div {
  height: min-content;
}

footer .fpayments img {
  width: 100%;
}

.b-footer .container .powered {
  border-top: 1px solid #262524;
  padding: 24px 0;
  color: #ffffff;
}

@media screen and (max-width: 1000px) {
  footer .furl {
    grid-template-areas:
      "fc1 fc3 fc4"
      "fc2 fc5 fc6";
  }
}

@media screen and (max-width: 600px) {
  footer .furl {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "fc1 fc6" "fc3 fc4" "fc5 ." "fc2 fc2";
    row-gap: 24px;
  }

  footer .fpayments {
    grid-template-columns: repeat(4, 50px);
  }

  footer .fc:nth-child(6) .fh2 {
    display: none;
  }

  footer ul.soc {
    gap: 20px;
  }

  footer ul.soc svg {
    height: 32px;
  }

  .b-footer .container .powered {
    text-align: center;
    padding: 16px 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 400px) {
  footer ul.soc svg {
    height: 20px;
    width: 20px;
  }
}

#fnews input {
  padding: 15px 20px;
  border: 0;
  width: 100%;
  background: #e8e8e8;
  border-radius: 30px;
  margin-top: 3px;
  outline: none;
}

#fnews button {
  padding: 8px 15px;
  background: #cdcdcd;
  color: #303030;
  margin-left: 10px;
  border-radius: 30px;
  width: auto;
  font-size: 10px;
  border: 0;
  outline: none;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: 23px;
}

.nsuc {
  line-height: 75px;
}

.nsuc i {
  margin-right: 5px;
}

.f-share {
  position: fixed;
  right: 30px;
  bottom: -30px;
  transition: 0.5s;
  z-index: 3;
}

.f-share.open {
  bottom: 10px;
}

.f-share div {
  width: 50px;
  height: 50px;
  padding: 16px;
  background: #ddd;
  border-radius: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.5s;
}

.f-share .scrollup {
  opacity: 0;
  visibility: hidden;
}

.f-share.open .scrollup {
  opacity: 1;
  visibility: visible;
}

.share-btn {
  width: 100%;
  text-align: center;
}

.share_this li {
  background: #e5e5e5;
  padding: 5px 15px;
  border-radius: 30px;
  margin: 5px;
  cursor: pointer;
}

.share_this li:hover {
  background: black;
  color: white;
}

.soc li {
  padding: 0;
}

.soc i {
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #e2e2e2;
  background: #252525;
  border-radius: 5px;
  font-size: 28px;
}

.soc a:hover i {
  background: black;
  color: #fff;
}

.top-url .social i {
  width: 40px;
  line-height: 40px;
  text-align: center;
}

/* ALERT */

.alert {
  padding: 8px 14px 8px 14px;
}

/*BREADCRUMB*/

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  padding: 18px 0px;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

.breadcrumb a,
.breadcrumb li {
  color: #b9b9b9;
  cursor: pointer;
}

.breadcrumb li,
.breadcrumb li a {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.breadcrumb li a span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.breadcrumb li a span img {
  width: 10px;
}

.breadcrumb > li + li:before {
  padding-left: 4px;
  color: #b9b9b9;
  content: "/";
}

.breadcrumb > li:first-child {
  padding-left: 16px;
  position: relative;
}

.breadcrumb > li:first-child::after {
  content: "";
  width: 10px;
  height: 12px;
  background-image: url(/assets/uiicons/home.svg);
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-repeat: no-repeat;
}

#back i {
  margin-right: 10px;
  color: #d4cccc;
}

.pagination {
  margin: 0;
}

/* buttons */

.btn {
  border: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 11px;
  transition: background-color 0.5s ease;
  transition: color 0.5s ease;
}

.btn-line {
  color: #007aff;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  transition: 0.3s;
}

.btn-line:hover {
  color: #007aff !important;
  text-decoration: underline !important;
}

.made-btn,
.btn-primary {
  background: #c2ec01;
  border-radius: 8px;
  color: #000;
  text-align: center;
  padding: 12px 10px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  display: block;
}

.btn-secondary {
  background: #007aff;
  border-radius: 8px;
  color: #fff;
  padding: 14px 24px;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s;
  cursor: pointer;
  display: block;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: #005bb5 !important;
  border: none;
  color: #fff;
  box-shadow: none !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background: #a6a6a6 !important;
  cursor: not-allowed;
}

.btn-primary:hover,
.made-btn:hover,
.btn-primary.focus,
.btn-primary:focus {
  background: #b7df01 !important;
  color: #000 !important;
  box-shadow: unset !important;
}

.gray-btn {
  padding: 12px 0;
  border-radius: 6px;
  background: #efefef;
  width: 100%;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: 0.3s;
}

.gray-btn:hover {
  background: #dad9d9;
}

.made-btn:disabled,
.btn-primary:disabled {
  background: #d7d7d7 !important;
  color: #9e9e9e !important;
  cursor: unset;
}

.made-btn:disabled:hover,
.btn-primary:disabled:hover,
.gray-btn:disabled:hover {
  background: #d7d7d7 !important;
  color: #9e9e9e !important;
}

.btn i.fa {
  font-size: 20px;
  padding-right: 5px;
}

.btn-danger {
  background: #d9534f !important;
}

.made-btn.btn-gray {
  background: #e5e5e5 !important;
  color: #222 !important;
  margin-left: 10px;
}

.btn-gray:hover {
  background: #ddd !important;
}

.made-btn.big {
  margin: 40px 0;
}

.border-btn {
  border: 2px solid #000;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
}

.border-btn:hover {
  background: #555;
  color: #fff;
}

.input-group-btn button {
  padding: 17px 10px;
}

#button-coupon {
  padding: 0 10px;
}

.text-danger {
  font-size: 12px;
}

.form-control:disabled, .form-control[readonly] {
  opacity: .7;
  cursor: default;
}

/* LIST GROUP */

.list-group a {
  border: 1px solid #dddddd;
  color: #888888;
  padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #dddddd;
  text-shadow: 0 1px 0 #fff;
}

/* CAROUSEL */

.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: "\f054";
  font-family: FontAwesome;
}

/*CATEGORY*/

.mcolumn {
  padding: 0;
  border: 1px solid #eaeaea;
  border-top: 0;
  padding-bottom: 0;
}

.column-center {
  margin-bottom: 20px;
  min-height: auto !important;
}

.row-c {
  background: #ececec;
}

.mcolumn .row-flex {
  display: block;
}

.mcolumn .col-sm-3 {
  width: 100%;
}

.mcolumn h2 {
  font-size: 16px;
  border-left: 4px solid black;
  padding: 0px 15px;
  margin: 0 0 20px 0px;
}

.mcolumn .price {
  font-size: 14px !important;
}

.mcolumn .product-layout {
  padding-bottom: 0 !important;
}

.mcolumn .product-thumb {
  display: flex;
  border: 0;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.mcolumn .product-layout:last-child .product-thumb {
  border-bottom: 0px !important;
}

.mcolumn .image {
  width: 30%;
  margin: 0 10px 20px 0px !important;
  float: left;
}

.mcolumn img {
  margin: 0 !important;
}

.mcolumn .l-icon,
.mcolumn .sticker,
.mcolumn .info-block,
.mcolumn .more-point,
.mcolumn .c-icon,
.mcolumn .rating,
.mcolumn .sale,
.mcolumn .cathref {
  display: none !important;
}

.mcolumn .caption {
  width: 70%;
  min-height: auto;
  padding-left: 10px;
  margin: 0 !important;
}

.mcolumn .h3 {
  font-size: 14px;
  padding: 0;
  margin: 10px 0 18px 0px;
}

.mcolumn .h3:after {
  content: none;
}

.mcolumn h4 {
  height: auto;
}

.mcolumn .caption a {
  font-size: 12px;
  font-weight: 100;
}

.cdes-block {
  margin-bottom: 80px;
}

/*FILTER*/

#filter {
  font-weight: 900;
  padding: 3px 11px;
  background: #e8e9f7;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 10px;
  cursor: pointer;
}

.filter-block {
  padding: 15px 0px;
}

.filter-name {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 10px;
}

/* PAGINATION */

.pag-page {
  list-style: none;
  margin-top: 20px;
  padding: 0 15px;
  text-align: right;
}

.madeshop-review .pag-page {
  position: static;
}

.r-page .pag-page {
  border-top: 1px solid #dddddd;
  padding: 30px 0;
}

.pag-page li {
  display: inline-block;
}

.pag-page li.active span {
  display: block;
  text-align: center;
}

.pag-page a {
  color: #222;
  text-decoration: none;
}

.list-cat {
  padding: 10px 0;
}

.list-inline {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.list-inline li {
  padding: 0;
  flex-basis: 25%;
  padding: 5px;
}

.list-inline a {
  background: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: 900;
  display: flex;
  align-items: center;
  height: 100%;
}

.list-inline a:hover {
  background: #ddd;
}

.list-inline img {
  margin-right: 10px;
}

.list-inline a:hover img {
  filter: brightness(0.87);
}

.no-select {
  border: 1px solid #fbfbfb;
  background: transparent;
  font-weight: 900;
  color: #000000;
  font-size: 10px;
  text-transform: uppercase;
  outline: none;
  opacity: 0;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.w-select {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  text-align: left;
}

.bline {
  color: black;
  font-weight: 500;
  font-size: 14px;
}

.bline:after,
#form-currency:after,
#form-language:after {
  content: "\f107";
  font: normal normal normal 16px FontAwesome;
  position: absolute;
  color: black;
  width: 22px;
  line-height: 16px;
  text-align: center;
}

#form-currency:after,
#form-language:after {
  bottom: 4px;
  right: -4px;
  background: #fff;
}

/* CATEGORY MODULE */

.cat-module {
  font-size: 16px;
}

.cat-module li {
  padding: 3px 0px;
}

.cat-module a {
  padding: 3px 7px;
  border-radius: 3px;
  position: relative;
}

.cat-module a:hover {
  background: #e0e0e0;
}

.mright {
  font-size: 12px;
  margin-left: 20px;
}

.mright2 {
  margin-left: 40px;
}

.cat-module a.open {
  background: #363636;
  color: white !important;
  padding: 3px 7px;
  border-radius: 3px;
  margin-left: 20px;
}

.cat-module .head {
  font-weight: 900;
  font-size: 13px;
}

.cat-module .active:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  background: black;
  border-radius: 30px;
  top: 8px;
  left: -15px;
}

.head.active:before {
  top: 9px;
}

/* PRODUCT LIST */

.row-flex {
  display: flex;
  z-index: 2;
}

.row-flex:hover {
  z-index: 3;
}

.product-layout {
  padding: 0;
  display: flex;
  position: relative;
}

.product-thumb {
  margin-right: -1px;
  margin-bottom: -1px;
  background: #fff;
  width: calc(100% + 1px);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
  box-shadow: none !important;
}

.product-thumb.more {
  background: #dddddd;
  padding: 30% 15%;
  width: calc(100% + 1px);
  font-size: 40px;
  font-weight: 900;
  line-height: 45px;
  text-transform: uppercase;
  color: black;
  overflow: hidden;
}

.vplus {
  background: #ededed;
  width: 60px;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  margin: 12px auto;
}

.product-thumb .image {
  text-align: center;
  margin: 15px 15px 42px 15px;
  min-height: 180px;
  margin: 10px !important;
  padding-top: 15px;
  width: 180px;
  max-height: 180px;
}

.product-thumb .image a {
  display: block;
  height: 100%;
}

.product-thumb img {
  margin-left: auto;
  margin-right: auto;
}

/* .product-thumb .image .img-responsive {
    min-height: 180px;
} */

.product-grid .product-thumb .image {
  float: none;
}

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}

.product-thumb h4,
.product-thumb .h4 {
  font-size: 14px;
  overflow: hidden;
  color: #000;
  position: relative;
  font-weight: 500;
  line-height: 16px;
}

.product-thumb h4,
.product-thumb .h4 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-size: 13px;
}

.product-thumb .caption {
  padding: 0 12px 12px;
  position: relative;
  width: 100%;
  margin-bottom: 0 !important;
}

.product-thumb .btn-cart {
  background: #c2ec01;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 6px 10px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

.hp {
  position: absolute;
  left: 0;
  top: -29px;
  z-index: 1;
}

.hp div {
  background: #ddd;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  padding: 0px 8px;
}

.more-point {
  background: #000000;
  color: white;
  width: 21px;
  line-height: 21px;
  border-radius: 30px;
  text-align: center;
  position: absolute;
  bottom: 19px;
  right: 16px;
}

.product-thumb:hover .more-point,
.product-thumb:hover .sale {
  display: none;
}

.sale {
  position: absolute;
  top: 9px;
  left: 11px;
  min-width: 30px;
  padding: 0 8px;
  line-height: 25px;
  background: #000000;
  color: white;
  font-size: 10px;
  border-radius: 30px;
  text-align: center;
  z-index: 1;
}

.l-icon {
  position: absolute;
  top: 15px;
  left: 25px;
  top: 9px;
  left: 9px;
  width: 34px;
  display: none;
}

.l-icon .fa-eye span,
.l-icon .fa-spinner span {
  line-height: 10px;
  top: 6px;
}

.fa-spinner:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  display: block;
}

#content2 {
  margin-top: 65px;
  padding-top: 40px;
}

.product-thumb:hover .l-icon {
  display: block;
}

.module .l-icon {
  left: 15px;
}

.l-icon i {
  font-size: 14px;
  padding: 10px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  transition: 0.2s;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 26px 2px;
  background: #1c1c1c;
  color: #e9eff2;
  left: 0;
  cursor: pointer;
}

i.fa-exchange {
  font-size: 12px;
  padding: 11px;
}

.l-icon i:hover {
  padding-right: 119px;
}

.l-icon .m-cart:hover {
  padding-right: 100px;
}

.l-icon span {
  position: absolute;
  width: 118px;
  font-size: 11px;
  line-height: 3px;
  top: 16px;
  left: 16px;
  font-family: sans-serif;
  font-weight: 900;
  padding-left: 18px;
}

.fa-exchange span {
  top: 16px;
}

.l-icon .cart-icon {
  margin: 0;
}

.l-icon .m-cart {
  padding: 0;
  display: inline-block;
  font-style: normal;
}

.picon {
  width: 34px;
  height: 34px;
  padding: 8px 0;
  color: #dddddd;
  z-index: 2;
  text-align: center;
}

.c-icon .all-icon {
  margin: 0;
}

.product-thumb .info-block {
  border: 1px solid #eaeaea;
  border-top: 0;
  position: absolute;
  left: 0px;
  right: -1px;
  background: inherit;
  z-index: 2;
  display: none;
}

.size-block,
.attribute,
.des-block {
  padding: 0 15px 15px 15px;
  margin: 0;
}

.size-block {
  padding: 0 13px 10px 13px;
}

.size-block label {
  background: #fafafa;
  min-width: 29px;
  padding: 0 7px;
  line-height: 27px;
  display: inline-block;
  border-radius: 28px;
  font-size: 10px;
  font-weight: 900;
  margin: 8px 2px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.size-block label:hover {
  background: #000;
  color: white;
}

.size-block label.out {
  pointer-events: none;
  background: #efefef;
  color: #b1b1b1;
}

.product-list .product-thumb .caption {
  margin-left: 230px;
}

.product-thumb .rating {
  position: absolute;
  right: 5px;
  top: 13px;
  z-index: 1;
}

.rating .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}

.rating .fa-star + .fa-star-o {
  color: #e69500;
}

h2.price {
  margin: 0;
}

.product-thumb .price {
  font-size: 16px;
  color: #000;
}

.product-thumb .price-new {
  font-weight: 600;
}

.price-old {
  text-decoration: line-through;
  color: #aaa;
}

.product-thumb .price-old {
  font-size: 13px;
  line-height: 0;
}

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.product-list .product-thumb > div {
  display: inline-block;
  position: static;
}

/* PRODUCT */

a.manufacturer {
  font-weight: 900;
  padding: 2px 8px;
  background: #e5e5e5;
  color: #333;
  margin-right: 10px;
}

a.manufacturer:hover {
  background: #ccc;
}

.group-rad {
  flex-grow: 1;
  text-align: right;
}

.psale {
  background: black;
  line-height: 25px;
  min-width: 25px;
  padding: 0 8px;
  font-size: 10px;
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  color: white;
  position: relative;
  top: -4px;
}

.product {
  padding-bottom: 50px;
}

.price {
  font-size: 26px;
}

.min_d {
  font-size: 14px;
  margin-top: 20px;
}

#product .form-group {
  margin: 15px 0;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}

#product .checkbox {
  display: inline-block;
}

.size-url {
  display: inline-block;
  margin-bottom: 30px;
  border-bottom: 1px solid gainsboro;
  cursor: pointer;
}

.minprice {
  color: #fff;
  padding: 3px 12px;
  background: #000;
  border-radius: 30px;
  cursor: pointer;
}

.minprice:hover {
  background: #333;
}

.options .text-danger {
  display: none;
}

.olabel {
  min-width: 135px;
  padding-right: 20px;
}

.tname {
  color: #999;
  font-size: 10px;
}

.hover-block {
  overflow: hidden;
  border: 5px solid #dddcdc;
  background: #efefef;
  padding: 20px;
  margin: 45px 0px;
  cursor: help;
}

.hover-block .img2 {
  display: none;
}

.hover-block:hover .img1,
.hover-block:hover .play-icon {
  display: none;
}

.hover-block:hover .img2 {
  display: block;
}

.play-block {
  float: left;
  width: 25%;
  position: relative;
}

.play-block img {
  width: 100%;
}

.in-block {
  float: left;
  width: 75%;
}

.play-icon {
  background: url(https://www.divan.ru/svg/icons/play_grey.svg) center center
    no-repeat;
  background-size: 61%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
}

.radio-block {
  display: inline-block;
}

.radio-block label {
  min-width: 30px;
  padding: 0 8px;
  line-height: 30px;
  color: black;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
}

.radio-block input:checked + label,
.radio-block:hover label {
  background: #000;
  color: #fff;
}

.color-input {
  margin: 0;
}

.color-input li {
  padding: 0;
  margin-right: 4px;
  position: relative;
}

.color-input .icolor {
  width: 30px;
  height: 30px;
}

.color-input .checked:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.1);
  left: -3px;
  right: -3px;
  top: -3px;
  bottom: -3px;
}

.color-input .icolor:after {
  border-radius: 30px;
}

.color-input img {
  width: 100%;
  filter: brightness(0.98);
}

.color-input a {
  display: block;
}

.icolor {
  border-radius: 30px;
}

.hn {
  position: absolute;
  left: 20px;
  top: 5px;
  z-index: 1;
}

.hn.right {
  left: inherit;
  right: 35px;
}

.hn div {
  width: 65px;
  line-height: 65px;
  background: #ddd;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  margin-right: -12px;
}

div.new {
  background: #a6e3a2;
}

#one-image {
  width: calc(100% - 118px);
}

#one-image,
#one-image2 {
  float: left;
  padding: 0;
  cursor: zoom-in;
}

#one-image2 {
  cursor: default;
}

#one-image.left-thumb,
#one-image2.left-thumb {
  padding: 0;
  margin-bottom: 40px;
}

#image-additional,
#image-additional2 {
  float: left;
  padding: 0;
  text-align: center;
}

#image-additional.bottom-thumb li,
#image-additional2.bottom-thumb li {
  margin: 3px;
  border: 1px solid #dedede;
}

#image-additional .slick-current,
#image-additional2 .slick-current {
  border-color: #c2ec01 !important;
}

.product .slick-slide img {
  margin: 0 auto;
  max-width: 100%;
  background: #fff;
}

.image-additional.slick-slide img {
  width: 100px;
  height: 100px;
}

.product .over li {
  filter: brightness(0.98);
  overflow: visible !important;
}

.product .izoom img {
  background: #fff;
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumbnails > li {
  margin-left: 20px;
}

.thumbnails {
  margin-left: -20px;
}

.thumbnails > img {
  width: 100%;
}

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #eaeaea;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

.description-block {
  background: #f2f2f2;
}

.rel-block {
  padding-top: 30px;
}

.flex-tab {
  display: flex;
  padding: 0;
  margin: 0;
}

.flex-tab li {
  padding-right: 25px;
  margin-bottom: 0;
  border-bottom: 0;
}

.flex-tab li a {
  line-height: 45px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
}

.flex-tab li.active a {
  font-weight: 600;
  color: #f7cd46;
}

.flex-tab li.active a:after {
  content: "";
  position: absolute;
  background: #f7cd46;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
}

.made-nav .li {
  overflow: hidden;
}

.made-nav .li .plus {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0;
  top: 17px;
}

.made-nav .li .plus:before,
.made-nav .li .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  border-bottom: 2px solid #333;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.made-nav .li .plus:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.made-nav .li.active .plus:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.made-nav .li .aclass {
  margin-bottom: -1px;
  padding: 15px 0px;
  font-size: 14px;
  font-weight: 900;
  background: transparent !important;
  display: none;
}

.made-nav .tab-pane {
  float: left;
  width: 100%;
  padding: 60px 0px;
  display: none;
}

.made-nav .active .tab-pane {
  display: block;
}

.made-nav .active .aclass {
  border-bottom: 3px solid black;
  color: black;
}

.attribute0 thead {
  display: none;
}

.attribute1 thead td {
  padding-top: 0 !important;
}

.attribute0 tbody tr:first-child td {
  border-top: 0;
  padding-top: 0;
}

.tmodel {
  border-width: 1px !important;
}

.tmodel td {
  padding: 8px !important;
}

.about-block li {
  width: 20%;
  text-align: center;
  border-right: 1px solid #ddd;
}

.about-block li:last-child {
  border-right: 0;
}

.about-block div {
  width: 100%;
  height: 95px;
}

.icon1 {
  background: url(../image/1.svg) no-repeat center;
}

.icon2 {
  background: url(../image/2.svg) no-repeat center;
}

.icon3 {
  background: url(../image/3.svg) no-repeat center;
}

.icon4 {
  background: url(../image/4.svg) no-repeat center;
}

.icon5 {
  background: url(../image/5.svg) no-repeat center;
}

.vblock {
  background: #efefef;
  padding-bottom: 40px;
}

.tag-block {
  padding: 40px 0px;
}

.tag-block a {
  padding: 7px 13px;
  background: #e8e8e8;
  border-radius: 30px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

.tag-block a:hover {
  background: #1f1f1f;
  color: #dddddd;
}

/* fixed colum left + content + right*/

@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .product-thumb .caption {
    padding: 0 8px 8px;
  }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.checkout-success #content a {
  border-bottom: 1px solid #d8d8d8;
  font-weight: 900;
}

/* CART */

#cart .content {
  display: flex;
  flex-direction: column;
}
#cart .title {
  font-size: 30px;
  font-weight: 600;
  line-height: 140%;
  padding-bottom: 0px;
  padding-right: 8px;
}
#cart .title span {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: #b9b9b9;
}

#cart ul.ocf-scroll-y {
  padding-right: 10px !important;
  padding-left: 10px;
}

#cart ul.ocf-scroll-y:hover {
  padding-right: 2px !important;
}

#cart .empty {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
  text-align: center;
}

#cart .trow {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  position: relative;
}
#cart .tdes {
  display: grid;
  align-items: center;
  padding: 16px;
  row-gap: 4px;
  column-gap: 12px;
  grid-template-areas:
    "image name qty price remove"
    "image model qty price remove"
    "image reward qty price remove"
    "image . qty price remove";
  grid-template-columns: max-content 1fr max-content 170px 40px;
}

#cart .tdes .timage {
  grid-area: image;
}

#cart .tname {
  grid-area: name;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  color: #000000;
}

#cart .tdes .tmodel {
  grid-area: model;
}

.tmodel {
  font-size: 12px;
  line-height: 21px;
  color: #cccccc;
}

#cart .tdes .reward {
  grid-area: reward;
  width: fit-content;
}

#cart .tdes .tqty {
  grid-area: qty;
}

#cart .tdes .tprice {
  grid-area: price;
  text-align: end;
}

#cart .tdes .tprice .price-total {
  font-size: 24px;
}

#cart .tdes .tprice .price-old {
  margin-bottom: 4px;
}

#cart .tdes .cart-remove {
  grid-area: remove;
  cursor: pointer;
  margin-left: 20px;
}

#cart .tdes .cart-remove svg {
  width: 20px;
  height: 20px;
}

#cart .cart-empty {
  background: #fff;
  width: 100%;
  border-radius: 8px;
  padding: 20px 0;
  text-align: center;
}

#cart .cart-empty-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

#cart .cart-empty-link {
  display: block;
  width: max-content;
  margin: 24px auto 0;
}

.cart-content {
  padding: 20px 40px 30px;
}

.cart-alert {
  border-radius: 8px;
  background: rgba(255, 222, 75, 0.3);
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

#cart .swiper-viewport {
  margin-bottom: 0;
}

.go-link {
  text-transform: uppercase;
  font-size: 10px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
  color: #9c9c9c;
}

.over {
  overflow: hidden;
}

.class50 {
  width: 50%;
  float: left;
}

.marg30 {
  margin: 30px 0px;
}

.abtn {
  padding: 20px 90px;
  background: #1d1d1d;
  margin-top: 45px;
  display: inline-block;
  color: white !important;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
}

#cart .abtn {
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.fast-form-btn {
  background: #e0e0e0;
  color: #1d1d1d !important;
}

#cart strong {
  padding-left: 15px;
}

.in50 {
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 30px;
  width: 50%;
  display: inline-block;
}

.qty {
  font-weight: 400;
  vertical-align: middle;
  column-gap: 3px;
  border: 1px solid #b9b9b9;
  border-radius: 8px;
  height: 100%;
  transition: border-color 0.3s;
}

.qty:hover {
  border-color: #000000;
}

.qty div {
  width: 28px;
  height: 45px;
  margin-top: -2px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  transition: color 0.3s;
}

.qty div.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.qty div.disabled::after,
.qty div.disabled::before {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.qty div .fa {
  display: none !important;
}

.qty div.minus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  border-top: 2px solid #000;
  transition: border-color 0.3s;
}

.qty div.plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  margin-left: -4px;
  border-top: 2px solid #000;
  transition: border-color 0.3s;
}

.qty div.plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 10px;
  margin-top: -4px;
  border-left: 2px solid #000;
  transition: border-color 0.3s;
}

.qty div:hover::after,
.qty div:hover::before {
  border-color: #007aff;
}

.qty input {
  color: black;
  height: 28px;
  width: 25px;
  text-align: center;
  outline: none !important;
  box-shadow: none !important;
  padding: 0;
  border: 0;
  background: transparent;
}

.fast-form {
  visibility: hidden;
}

.fast-form.iopen {
  visibility: visible;
}

.quantity-group {
  vertical-align: middle;
}

.quantity-group .btn-primary {
  padding: 6px;
}

#cart h3,
#cart .h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

/* CART HISTORY */

.cart-history {
  margin-top: 30px;
}

.cart-history-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.cart-history-item {
  border-radius: 8px;
  background: #fff;
  padding: 16px;
  width: 100%;
  display: grid;
  grid-template-columns: 100px 1fr max-content max-content;
  gap: 12px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.cart-history-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(222 222 222 / 50%);
  z-index: 10;
}

.cart-history .remove-history {
  z-index: 11;
}

.cart-history .tqty {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .cart-history-list {
    grid-template-columns: 1fr;
  }

  .cart-history-item {
    padding: 12px;
    align-items: flex-start;
  }
}

/* REVIEW */

.rev {
  margin-bottom: 20px;
  border-bottom: 1px dotted #ddd;
}

.r-page {
  margin: 40px 0 80px 0;
}

.row-rev {
  margin: 0px -10px;
}

.r-line {
  width: 150px;
  height: 10px;
  background: #e3e3e3;
  border-radius: 30px;
  position: relative;
  margin: 13px 20px 13px 0px;
}

.r-line div {
  background: #444;
  border-radius: 30px;
}

.r-line span {
  position: absolute;
  top: -5px;
}

.r-line .rating {
  left: -29px;
  font-weight: 900;
  font-size: 10px;
  width: 20px;
  line-height: 20px;
  background: #dedede;
  color: #555;
  text-align: center;
  border-radius: 30px;
}

.r-line .count-r {
  right: -25px;
  color: #a0a0a0;
}

.r-top {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

#madeshop-review {
  margin-bottom: 40px;
}

.mtext {
  background: #eaeaea;
  padding: 15px 25px;
  margin-bottom: 30px;
}
.mtext b {
  display: block;
}
/* PANEL */

.spanel {
  /* transform: translateY(-200%); */
  position: fixed !important;
  z-index: 4;
  right: 0;
  top: 113px;
  padding-top: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  background: #f7f8f9;
  visibility: hidden;
  /* transition: 0.4s; */
  /* transition-delay: .125s; */
}

.spanel.open {
  transform: none;
  display: block !important;
  visibility: visible;
  z-index: 10;
}
.close-panel,
.info-panel,
.cart-panel {
  background: #fafafa;
  line-height: 64px;
  text-align: center;
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  font-weight: 900;
  cursor: pointer;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transform: translateY(-100%);
  border-bottom: 1px solid #efefef;
  z-index: 9;
  font-size: 14px;
}
.close-panel i {
  margin: 0 6px 0 -6px;
}
.info-panel i {
  margin-left: 8px;
  top: 2px;
  color: #cfcfcf;
  font-size: 18px;
  position: relative;
}
.account-url {
  margin: 0 auto;
  font-size: 20px;
  line-height: 37px;
  width: 130px;
}
.open .close-panel,
.open .info-panel,
.iopen .cart-panel {
  top: 66px;
  transition-delay: 0.7s;
}
.color2 .spanel {
  top: 84px;
}
#clone {
  margin-top: 100px !important;
}
#clone img {
  margin: 0 auto;
  max-width: 100%;
  filter: brightness(0.98);
}
#clone .zoom {
  background: none !important;
}
.zoom {
  background-color: #fff;
  background-repeat: no-repeat;
}
.zoom0 .zoom,
.zoom:not(:hover) {
  background-image: none !important;
}
#clone.slick-slider {
  max-width: calc((100vh - 250px) * 1);
  margin: 0 auto;
  margin-top: 60px;
  position: initial;
}
#size-panel .container {
  margin-top: 110px;
  font-size: 14px;
  height: auto;
}
#size-panel table {
  overflow: hidden;
  width: 100%;
}

#size-panel td,
#size-panel th {
  padding: 10px;
  position: relative;
  outline: 0;
}

body:not(.nohover) #size-panel tbody tr:hover {
  background-color: #f1f1f1;
}

#size-panel td:hover::after,
#size-panel thead th:not(:empty):hover::after,
#size-panel td:focus::after,
#size-panel thead th:not(:empty):focus::after {
  content: "";
  height: 10000px;
  left: 0;
  position: absolute;
  top: -5000px;
  width: 100%;
  z-index: -1;
}

#size-panel td:hover::after,
#size-panel th:hover::after {
  background-color: #ddd;
}
#size-panel td:hover {
  background-color: #000;
  color: #fff;
}

#size-panel td:focus::after,
#size-panel th:focus::after {
  background-color: #f1f1f1;
}

#size-panel td:focus::before,
#size-panel tbody th:focus::before {
  background-color: #f1f1f1;
  content: "";
  top: 0;
  left: -5000px;
  position: absolute;
  width: 10000px;
  z-index: -1;
}
#size-panel th {
  width: 25%;
}
#size-panel tr {
  border-bottom: 1px solid #f1f1f1;
}
#size-panel table:not(:hover) tr:nth-child(odd) {
  background: #f1f1f1;
}
@media screen and (max-width: 1101px) {
  .home-2 .content-bottom {
    margin-top: 52px;
    height: calc(100vh - 52px);
  }
  .container {
    padding: 0 25px;
  }

  header,
  .logo-block {
    height: 53px;
    padding: 0;
  }

  .color2 header {
    top: 0;
  }

  .color2 .spanel {
    top: 53px;
  }

  .top-url {
    position: relative;
    font-size: 15px;
    background: #fafafa;
    border: 0;
    padding-top: 15px;
  }

  .top-url li {
    display: block;
    padding: 0;
    border: 0 !important;
  }

  .top-url .pull-right {
    float: left !important;
  }

  .anim-border {
    display: none;
  }

  .micon0 .logo-block {
    padding-left: 45px;
  }

  .micon0 #menu-url {
    position: absolute;
    left: 15px;
    top: 22px;
  }

  .list-cat a {
    display: block;
    text-align: center;
    white-space: normal;
  }

  .list-cat img {
    display: block;
    margin: 0 auto;
  }

  #menu {
    display: none;
  }

  #menu li,
  .back {
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    float: none;
    position: relative;
  }

  .back {
    padding: 10px 0;
    font-weight: 900;
  }

  #menu .menu a {
    display: block !important;
    padding: 10px 0 !important;
  }

  #menu .menu a div {
    display: inline-block;
  }

  #menu .title img {
    margin: 0px 15px 0px 0;
    width: 50px;
  }

  #menu .view-more {
    display: none !important;
  }

  #menu .nav {
    width: 100%;
    height: auto;
  }

  #menu .nav > li > a {
    padding: 0;
  }

  #menu .menu a.view-more {
    display: none !important;
  }

  .pod-li > .dropdown-menu {
    position: fixed;
    background: #fff;
    top: 60px;
    bottom: 0px;
    right: -100%;
    display: none;
    transition: 0.5s;
    width: 100%;
    left: inherit;
    float: none;
    overflow-y: scroll;
    padding: 0;
  }

  .flexMenu-popup {
    top: 0;
    display: block;
    padding: 0;

    position: relative !important;
    width: 100%;
  }

  .flexMenu-popup > .container {
    width: auto;
    padding: 0;
  }

  .madeshop-slide .slick-next {
    display: none !important;
  }
}

@media screen and (min-width: 1100px) {
  .mcolumn {
    width: 20%;
  }

  .blog-latest .mcolumn,
  .blog-category .mcolumn,
  .blog-article .mcolumn {
    width: 25%;
  }

  .column-center {
    width: 80%;
  }

  .menu {
    height: 82px;
  }

  #menu-url {
    display: none;
  }

  #menu.spanel {
    position: static !important;
    background: transparent;
    transform: initial;
    visibility: visible;
  }

  .dropdown-block {
    display: none !important;
    right: 0 !important;
    padding: 20px 0;
  }

  .flexMenu-popup {
    display: none;
    top: 100%;
  }

  #menu .dropdown:hover > .dropdown-menu {
    display: block !important;
    position: absolute;
  }

  .dropdown-block .dropdown .dropdown-menu {
    display: block !important;
    position: static;
    float: none;
  }

  #menu .dropdown .dropdown-menu {
    display: none;
  }

  #menu .back,
  #menu .next {
    display: none;
  }

  #menu .w20,
  .flexMenu-popup .first-li {
    width: 20%;
    float: left;
  }

  .dropdown-block:after {
    content: "";
    position: absolute;
    background: #00000012;
    height: 100vh;
    width: 100%;
    top: 100%;
    pointer-events: none;
  }

  .pimage1 .title img {
    display: block;
  }
}

@media (min-width: 768px) {
  .ib b,
  .made-nav .li .plus {
    display: none;
  }
}

@media (max-width: 991px) {
  .pleft,
  .pright {
    width: 100%;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }

  .container {
    padding: 0 10px;
  }

  header .container,
  footer .container,
  .finfo-wrap .container {
    padding: 0 15px;
  }

  header .container {
    padding-right: 20px !important;
  }

  .product-layout {
    width: 50%;
  }

  .class50 {
    width: 100%;
  }

  #image-additional {
    display: none;
  }

  #one-image {
    width: 100% !important;
    padding: 0;
  }

  #one-image .slick-dots {
    text-align: center;
    display: block !important;
  }

  .pright {
    padding-left: 15px;
  }

  .made-nav .li {
    border-bottom: 1px solid #ddd;
  }

  .made-nav .li .aclass {
    display: block;
    border-bottom: 1px solid #ddd;
  }

  .made-nav .li.active,
  .made-nav .li:last-child {
    border-bottom: none;
  }

  .about-block li {
    width: 33%;
    border: 0px;
  }
}

.m-section.m-bottom {
  margin-top: 30px;
}

.section {
  overflow: hidden;
}

.section .m-bottom {
  transform: translateY(30%);
  transition: 0.5s;
  transition-delay: 0.3s;
}

.section.active .m-bottom,
.mobile .m-bottom {
  transform: none;
}

.category-page {
  margin-bottom: 40px;
}

.category-page .m-bottom {
  border-top: 1px solid #eaeaea;
}

.anim-top {
  transition: 0.5s;
  opacity: 0;
  transform: translateY(10%);
}

.m-bottom.visible .anim-top {
  transform: none;
  opacity: 1;
}

/* VIEWED */

.viewed {
  padding-bottom: 30px;
  padding-top: 30px;
}

.viewed img {
  filter: brightness(0.98);
}

.viewed a {
  margin-right: 15px;
  position: relative;
}

.viewed .price {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  text-align: center;
  color: white;
  justify-content: center;
  align-content: space-between;
  align-items: center;
  flex-direction: column;
  font-size: 15px;
  line-height: 20px;
  opacity: 0;
  transition: 0.3s;
}
.viewed a:hover .price {
  opacity: 1;
}

/* SLIDER */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  min-height: 1px;
  outline: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 5px;
  visibility: visible;
  cursor: pointer;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* RESET */

.slick-track {
  margin: 0;
}

.madeshop-slide .slick-next {
  position: absolute;
  right: 0 !important;
  top: 0 !important;
  width: 50%;
  cursor: url(../image/right-arrow.png) 30 30, auto !important;
  background: transparent !important;
  border: 0;
  transform: none;
}

#sl-dots {
  position: absolute;
  bottom: 29px;
  z-index: 2;
  left: 0;
  right: 0;
}

.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  cursor: pointer;
  background: #d3d3d3;
  border-radius: 50%;
  transition: 0.5s;
  position: relative;
}

.slick-dots li.slick-active:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #c2ec01;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 50%;
}

.slick-arrow,
#clone .slick-arrow {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 1;
}

.slick-arrow {
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  text-align: center;
  background: #f2f2f2;
  border-radius: 8px;
  transition: 0.3s;
}

.module-top-adaptive .swiper-viewport .slick-arrow {
  transform: translate(0, calc(-50% - 8px));
}

.m-top0 .swiper-viewport .slick-arrow {
  transform: translate(0, -50%);
}

.slick-arrow:hover {
  background: #d3d3d3;
}

.slick-arrow.arrow-left {
  left: -14px;
}

.slick-arrow.arrow-right {
  right: -14px;
}

#one-image .slick-arrow.arrow-left {
  left: 8px;
}

#one-image .slick-arrow.arrow-right {
  right: 8px;
}

.slick-arrow.arrow-right img {
  left: 10px;
  transform: rotate(180deg);
}

.slick-arrow img {
  width: 6px !important;
}

.swiper-button-disabled {
  display: none;
}

.swiper-custom-scrollbar {
  height: 4px;
  background: #fff;
  position: relative;
  margin-top: 16px;
  opacity: 100% !important;
  border-radius: 5px;
}

.swiper-scrollbar-drag {
  background: #b9b9b980 !important;
}

#slideshow0.swiper-container {
  border-radius: 10px;
}

@media (max-width: 767px) {
  .swiper-custom-scrollbar {
    display: none;
  }

  #slideshow0.swiper-container {
    border-radius: 0;
  }
}

#clone .slick-arrow {
  position: absolute;
  top: 50%;
}
#clone .fa-chevron-left {
  left: 50px;
}
#clone .fa-chevron-right {
  right: 50px;
}

#clone .slick-dots {
  text-align: center;
}

.arrow-left {
  right: 50px;
}

.arr-middle .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.arr-middle .arrow-left {
  left: -15px;
  right: initial;
}
.arr-middle .arrow-right {
  left: initial;
  right: -15px;
}
.module .slick-list {
  overflow: visible;
}
.slick-slide {
  visibility: hidden;
}
.slick-slide.slick-active {
  visibility: visible;
}
.owl-wrapper-outer {
  box-shadow: none !important;
  border: 0 !important;
}
#image-additional.bottom-thumb {
  padding: 0px 18px;
}
.bottom-thumb .slick-arrow {
  top: 50%;
  transform: translate(0, -50%);
}

.bottom-thumb .arrow-left {
  left: 4px;
}
.bottom-thumb .arrow-right {
  right: 4px;
}
#image-additional.slick-vertical {
  margin-right: 16px;
}
.slick-vertical .slick-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.slick-vertical .slick-arrow.fa-angle-up {
  top: 0px;
}
.slick-vertical .slick-arrow.fa-angle-down {
  bottom: 0px;
  top: auto;
}

/* BRANDS */

.brands {
  padding: 30px 0;
}
.brands img {
  margin: 0 auto;
}

/* BANNERS */

.b-info b {
  font-size: 20px;
}
.ban1 {
  background: #e6e6e6;
  background-size: 89%;
  height: 450px;
  padding: 11%;
}

/* BLOG */

.article-block {
  padding: 25px 0;
  min-height: 150px;
}
.article-block h4 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 10px 0px;
}
.article-block p {
  display: none;
}
.article-block span {
  margin-right: 4px;
}
.article-block svg {
  width: 12px;
  fill: #222;
  margin-right: 4px;
}
.articles img {
  width: 100%;
}
.mcolumn h3 {
  font-size: 14px;
  padding: 0;
  margin: 0px 5px 20px 0;
}
.mcolumn h4 {
  margin: 0;
}
.mcolumn h3:after {
  content: none;
}
.mcolumn .col-xs-12 {
  width: 100%;
}
.mcolumn .article-block {
  padding: 0 5px;
  overflow: hidden;
  margin-bottom: 20px;
  min-height: auto;
}
.mcolumn .article-block p {
  display: none;
}
.mcolumn h4 {
  font-size: 10px;
}
.showcase-list {
  padding-bottom: 80px;
}
.art .image {
  overflow: hidden;
}
.art img {
  transform: scale(1);
  transition: 1.3s;
}
.art:hover img {
  transform: scale(1.2);
}
.blog-text {
  font-size: 14px;
  line-height: 26px;
}
.flex-group {
  display: inline-flex;
  margin-right: 15px;
  color: #777;
  fill: #777;
  align-items: center;
}
.flex-group svg {
  margin-right: 5px;
  width: 20px;
}
.article-block .flex-group svg {
  width: 16px;
  fill: #777;
}
.bg-ra {
  padding: 45px 0;
  background: #f0f0f0;
}
.bg-rp {
  padding: 45px 0 60px 0;
}

@media (max-width: 767px) {
  .list-cat li {
    width: 50%;
  }
  .product-thumb .image {
    margin: 8px;
  }
  .product-thumb .price > span {
    display: block;
  }
  .w50,
  .column-center {
    width: 100%;
  }
  #cart .btn-block {
    max-width: 100%;
  }
  #cart .pname i {
    margin: 3px 0px 0px 0px;
  }
  .slick-arrow {
    display: none !important;
  }
  .arrow-left {
    left: -15px;
    right: initial;
  }
  .arrow-right {
    left: initial;
    right: -15px;
  }
  .banner {
    margin-bottom: 30px;
  }
  .rating-block {
    float: left;
    padding-left: 30px;
  }
  #search .input-lg {
    font-size: 12px;
  }
  .b-footer {
    margin-top: 10px;
  }
  .b-footer .text-right {
    text-align: left;
    margin: 15px 3px;
  }
}

/* COOCKIE */

#cookie {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100%;
  transition: 0.4s;
  z-index: 999;
}

#cookie .cookie-inner {
  background: rgba(36, 36, 36, 0.95);
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
}

#cookie .cookie-text {
  color: #fff;
}

#cookie .cookie-text a {
  color: #c2ec01;
  text-decoration: underline !important;
}

#cookie .cookie-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}

#cookie .cookie-btns span {
  padding: 11px 22px;
  border-radius: 6px;
  color: #000;
  font-weight: 600;
  cursor: pointer;
}

#cookie .cookie-btns #creject {
  background: #ffffff;
}

#cookie .cookie-btns #caccept {
  background: #c2ec01;
}

#cookie.active {
  bottom: 5px;
}

@media (max-width: 767px) {
  .m-top0 .container {
    padding: 0;
  }

  .swiper-adaptive {
    margin: 0 -10px;
  }

  .swiper-slide:first-child {
    margin-left: 10px;
  }

  #cookie .cookie-inner {
    flex-direction: column;
    gap: 16px;
    padding: 12px;
  }

  #cookie .cookie-btns {
    justify-content: space-between;
    width: 100%;
  }

  #cookie .cookie-btns span {
    cursor: pointer;
    text-align: center;
    width: 100%;
  }

  #cookie .cookie-text {
    font-size: 12px;
  }
}

.ocf-scroll-y {
  max-height: 240px;

  margin-right: -12px !important;
  padding-right: 10px !important;

  overflow-y: scroll;
  overflow-x: hidden;
  overscroll-behavior: contain;

  /* https://codepen.io/evank/pen/wWbRNO */
  background-image: linear-gradient(white 30%, transparent),
    linear-gradient(transparent, white 70%),
    radial-gradient(farthest-side at 50% 0, rgb(0 0 0 / 10%), transparent),
    radial-gradient(farthest-side at 50% 100%, rgb(0 0 0 / 10%), transparent);

  background-position-x: 0;
  background-position-y: 0, 100%, 0, 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 100% 65px, 100% 65px, 100% 12px, 100% 12px;

  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
}

.ocf-scroll-y:hover {
  padding-right: 2px !important;
}

.ocf-scroll-y::-webkit-scrollbar {
  width: 2px;
  margin-right: -5px;
}
.ocf-scroll-y:hover::-webkit-scrollbar {
  width: 10px;
}

.ocf-scroll-y::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}
.ocf-scroll-y:hover::-webkit-scrollbar-track {
  /*background-color: rgb(0 0 0 / 5%);*/
  background-color: transparent;
}
.ocf-scroll-y::-webkit-scrollbar-thumb {
  /*background-color: rgb(0 0 0 / 7%);*/
  background-color: #3f67d8;
  border-radius: 10px;
}
.ocf-scroll-y:hover::-webkit-scrollbar-thumb {
  /*background-color: rgb(0 0 0 / 35%);*/
}

.ocf-scroll-y::-webkit-scrollbar-corner {
  display: none;
}
.ocf-scroll-y::-webkit-resizer {
  display: none;
}

#cclose {
  border: 1px solid;
  padding: 0 15px;
  margin-left: 10px;
  cursor: pointer;
}
.insta .title {
  padding-bottom: 40px;
}
.insta b,
.insta i {
  font-size: 34px;
}
.insta p {
  margin-top: 10px;
}
.insta img {
  width: 100%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  display: none !important;
}

.collapse-value > button {
  padding: 2px 5px !important;
  position: relative;
}
.collapse-value > button i {
  position: absolute;
  right: 0px;
  top: 3px;
}
.ocf-offcanvas .ocfilter-mobile-handle {
  top: 120px !important;
}
.ocfilter-mobile-handle button {
  height: 80px !important;
  width: 40px !important;
  padding: 0 !important;
  position: relative;
}
.ocfilter-mobile-handle button > span {
  transform: rotate(-90deg);
  font-size: 14px;
  display: block;
  width: 80px;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
}
#content .buttons {
  margin-bottom: 20px;
}

#menu.spanel:not(.open) .top-url br {
  display: none;
}
#menu.spanel:not(.open) .top-url .social {
  display: none;
}
#menu.spanel.open #call-url {
  max-width: 150px;
  margin: 10px 0;
}

.top-url ul {
  height: 30px;
}
.top-url .social {
  line-height: 20px;
}
.top-url .social .fa {
  font-size: 32px;
}

.table-responsive > .table > tbody > tr > td {
  white-space: inherit !important;
}
#account-address .btn {
  margin-bottom: 10px;
}
#ocfilter {
  margin: 0 !important;
}

#tab-description {
  font-size: 14px;
}

.remove .btn-danger {
  width: 24px;
  height: 24px;
  padding: 0;
  line-height: 11px;
}
.simplecheckout-cart td {
  vertical-align: middle !important;
}
.simplecheckout-cart .qty {
  padding: 0 !important;
}
.simplecheckout .checkbox label:before {
  display: none !important;
}
.simplecheckout .checkbox label {
  padding: 0 0 0 20px !important;
}

#review-panel .text-danger {
  padding: 0 15px;
}

.table-sstock > tbody > tr:last-child > td {
  border-bottom: 1px solid #ddd !important;
}
.table-sstock {
  max-width: 600px;
  margin: 0 auto;
}
.table-sstock .stock-products {
  float: right;
}
.table-sstock .stock-products td {
  padding: 3px 5px;
  white-space: nowrap;
}
.table-sstock .stock-products td.sp-stock {
  width: 60px;
  text-align: right;
}

.product-top {
  margin-bottom: 20px;
}
.product-top .reviews a {
  color: #9e9e9e;
}
.product-top .sku {
  color: #cccccc;
}
.product-info {
  background: #f8f8f8;
  border-radius: 8px 8px 0 0;
  position: relative;
  padding: 16px;
}
.product-info .product-data {
  display: none;
}

.product-info.sticky {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 10;
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr max-content max-content;
  gap: 24px;
}

.product-info.sticky .product-data {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-info.sticky .product-data-image {
  width: 45px;
}

.product-info.sticky .product-data-image img {
  width: 100%;
}

.product-info.sticky .qty-wrap,
.product-info.sticky .reward-wrap {
  display: none !important;
}

.product-info.sticky .made-btn {
  padding: 0 28px;
  height: 50px;
}

.product-info.sticky .wishlist {
  height: 50px !important;
  width: 50px !important;
}

.product-info.sticky .price-block {
  margin-bottom: 0 !important;
}

.product-info.sticky h1 {
  margin-bottom: 3px !important;
  font-size: 16px !important;
}

.product-info .group-rad {
  position: absolute;
  top: 20px;
  right: 20px;
}

.product-info .stock {
  background: #eaf5ed;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 10px 5px 30px;
  font-size: 14px;
  position: relative;
}
.product-info .stock:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 12px;
  height: 8px;
  margin-top: -6px;
  border-left: 2px solid #279c43;
  border-bottom: 2px solid #279c43;
  transform: rotate(-45deg);
}
.product-info .no-stock {
  background: #f2f2f2;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  position: relative;
}

.product-info .product-buttons {
  gap: 4px;
  align-items: center;
}
.product-info .wishlist {
  background: rgba(194, 236, 1, 0.16);
  border-radius: 8px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-info .wishlist img {
  width: 18px;
}

.product-section .perks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  justify-content: space-between;
  background: #f8f8f8;
  border-radius: 0 0 8px 8px;
  padding: 16px;
  padding-top: 4px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.perks::-webkit-scrollbar {
  display: none;
}
.product-section .perks > div {
  display: inline-flex;
  gap: 8px;
  width: 100%;
  align-items: center;
}
.product-section .perks img {
  width: 28px;
  height: 28px;
}

@media (max-width: 767px) {
  .product-info {
    position: fixed;
    bottom: 47px;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    padding: 16px;
    box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.1);
  }

  .reward {
    gap: 4px;
  }
  .reward .reward-text {
    display: none;
  }

  .product-section .perks {
    background: transparent;
    display: flex;
    gap: 4px;
    overflow-x: scroll;
    padding: 0;
    margin: 0 -20px;
  }
  .product-section .perks > div {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 16px 12px;
    min-width: 190px;
  }
  .product-section .perks > div:first-child {
    margin-left: 20px;
  }
  .product-section .perks > div:last-child {
    margin-right: 20px;
  }

  .ocf-container {
    width: 100vw !important;
  }
}

.s-mbottom {
  margin-bottom: 30px;
}

.price-block {
  margin-bottom: 12px;
}
.price-block .price-wrap {
  display: flex;
  gap: 8px;
}
.price-block .price {
  font-size: 30px;
  font-weight: 400;
}
.price-block .price-old span {
  font-weight: 400 !important;
}

@media (max-width: 1100px) {
  .price-block .price {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .price-block .price {
    font-size: 24px;
  }
}

.product-stock-count {
  padding-left: 1rem;
}
.product-stock-count > span > span {
  color: #c2ec01;
  font-weight: 600;
}

.product-mini {
  position: sticky;
  top: 120px;
}

.product-section .stock-info {
  margin-bottom: 8px;
  font-size: 14px;
}

#tab-product.product-section {
  padding: 20px;
}

@media (max-width: 767px) {
  #tab-product.product-section {
    margin: 0 -15px 30px;
  }
}

#tab-attribute.product-section {
  padding: 20px 12px;
}

.product-section .stock-info .stock {
  color: #00b90c;
}

.product-section .stock-info .no-stock {
  color: #b9b9b9;
}

.product-section .name-block h1 {
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  margin-bottom: 8px;
}

.product-section .custom-block-expand {
  padding: 0;
}

.product-section .reviews a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-section .reviews a .dot {
  width: 4px;
  height: 4px;
  background: #d9d9d9;
  display: block;
}

.product-section .reviews span {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #b9b9b9;
  font-weight: 500;
  font-size: 14px;
}

.product-section .product-desc {
  margin-bottom: 34px;
}

.product-section-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.attribute-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (max-width: 1000px) {
  .attribute-grid {
    grid-template-columns: 1fr;
  }
}

.attribute-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  white-space: nowrap;
}

.attribute-name {
  font-weight: 500;
  color: #8f8f8f;
  display: flex;
}

.attribute-text {
  color: #000;
  font-weight: 500;
  word-break: normal;
  word-wrap: break-word;
  white-space: normal;
}

a.attribute-text {
  color: #007aff;
  transition: text-decoration 0.3s;
  max-width: max-content;
}

a.attribute-text:hover {
  text-decoration: underline !important;
}

.attribute-item .dots {
  flex-grow: 1;
  width: 100%;
  border-bottom: 1px dotted #e9e9e9;
}

@media (max-width: 500px) {
  .attribute-item {
    white-space: normal;
    align-items: flex-start;
  }

  .attribute-item .dots {
    display: none;
  }
}

/* ocfilter */
.ocf-content .ocf-btn-link:not(.ocf-text-danger) {
  color: #000;
  border-radius: 8px;
}
.ocf-content .ocf-btn-link:not(.ocf-text-danger):hover {
  text-decoration: none;
}
.ocf-content .ocf-btn-link {
  font-size: 14px;
  font-weight: 400;
}

.ocf-collapse-value .ocf-value-list-body {
  padding-top: 0 !important;
}

.ocf-city .ocf-value-list {
  padding-top: 10px;
}
.ocf-city .city {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding: 2px 0;
  cursor: pointer;
}
.ocf-city .city .chevron {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.ocf-city .city i {
  transition: transform 0.5s;
  font-size: 12px;
}
.ocf-city .city:not(.collapsed) i {
  transform: rotate(-180deg);
}

.ocf-noUi-connects:before,
.ocf-noUi-connects:after {
  content: none !important;
}

.ocf-close-mobile {
  background: transparent !important;
  color: #007aff !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.ocf-theme-light .ocf-selected-discard {
  cursor: pointer;
}

.ocf-city-search {
  position: relative;
  margin-bottom: 10px;
}
.ocf-city-search input {
  border-color: #d3d3d3;
}
.ocf-city-search .fa {
  position: absolute;
  right: 8px;
  line-height: 38px;
  top: 0;
  cursor: pointer;
  font-size: 18px;
}

.ocf-value-count {
  padding: 0 !important;
}

#column-left,
.col-module {
  box-shadow: none !important;
  border: none !important;
}
.ocf-selected-card {
  padding: 10px !important;
  margin: 0 !important;
  box-shadow: none !important;
}
.ocf-value,
.ocf-value:active,
.ocf-value:focus,
.ocf-value:visited,
.ocf-value:hover {
  margin-bottom: 8px !important;
}

.ocf-inputs-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}

.ocf-value-slider {
  padding: 0 !important;
}

.ocf-noUi-base:before,
.ocf-noUi-connect:before {
  height: 2px !important;
  margin-top: 0 !important;
}

.col-module .ocf-filter-header {
  margin-bottom: 0 !important;
}
.col-module .list-group {
  margin-bottom: 0 !important;
}
.col-module .ocf-filter {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 0 !important;
}
.ocf-value-count .ocf-num-abbr {
  color: #46494e !important;
  font-weight: normal !important;
}
.ocf-angle {
  background: none !important;
  position: relative;
}
.ocf-angle:before {
  content: "\f106";
  font: normal normal normal 16px FontAwesome;
  position: absolute;
  color: #007aff;
  width: 22px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  left: -4px;
  top: -2px;
}
.ocf-scroll-y {
  background-image: none !important;
  background-attachment: none !important;
}

.ocf-scroll-y::-webkit-scrollbar-thumb {
  background-color: #c2ec01 !important;
}
.ocf-scroll-y::-webkit-scrollbar {
  background: #fff !important;
}

.ocf-collapse-value .ocf-value-list {
  border-top: none !important;
  margin-top: 0 !important;
}
.ocf-scroll-y:not(.ocf-city-body) {
  max-height: unset !important;
}
.ocf-selected .ocf-value-input::before {
  color: #000 !important;
  border-color: #c2ec01 !important;
  background-color: #c2ec01 !important;
}
.ocf-selected .ocf-value-input-checkbox::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e") !important;
}

.ocf-search-btn-static {
  width: 100% !important;
  color: #fff !important;
  background-color: #007aff !important;
  border-radius: 6px !important;
  padding: 12px 0 !important;
  text-align: center !important;
  border: 0;
}

.ocf-content .ocf-noUi-connect:before,
.ocf-noUi-handle {
  background-color: #c2ec01 !important;
}

.ocf-content .ocf-noUi-handle {
  cursor: pointer;
  width: 16px;
  height: 16px;
  top: 1px;
  box-shadow: none !important;
  background: #fff !important;
  border: 1px solid #c2ec01 !important;
  position: absolute;
}

.ocf-content .ocf-noUi-handle-upper {
  right: 0;
}

.ocf-selecteds {
  margin-bottom: 12px;
}

.ocf-selected {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: auto;
  padding: 4px 10px;
  border-radius: 50px;
  background-color: #efefef;
  color: #000;
  font-size: 14px;
  margin-bottom: 4px;
}

.ocf-btn-show-values {
  color: #007aff !important;
}

.ocf-selected-row {
  display: inline-flex;
  gap: 8px;
}

.ocf-selected-row .ocf-selected {
  border: 0;
  cursor: pointer;
  margin-bottom: 0;
  padding: 8px 10px;
  white-space: nowrap;
}

.ocf-selected-row .ocf-selected::after {
  content: "×";
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  color: #b9b9b9;
}

@media (max-width: 767px) {
  .ocf-header {
    padding: 16px !important;
    border-bottom: 1px solid #efefef;
    font-size: 16px !important;
    font-weight: 600 !important;
    /* z-index: 4 !important; */
  }

  .ocf-filter .ocf-filter-body > .ocf-value-list {
    position: static !important;
    min-width: auto !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .ocf-theme-light .ocf-filter.ocf-active + .ocf-filter.ocf-active {
    border-top-color: #efefef !important;
  }

  .ocf-filter .ocf-filter-header {
    position: static !important;
    padding: 0 !important;
    height: auto !important;
    background: transparent !important;
  }

  .ocf-filter-header .ocf-arrow-left {
    display: none !important;
  }

  .ocf-value-input-checkbox {
    display: none;
  }

  .ocf-open .ocf-filter-header .ocf-filter-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .ocf-open .ocf-filter-header {
    margin-bottom: 14px !important;
  }

  .col-module .ocf-filter {
    padding: 16px 0;
    margin: 0 16px;
  }

  .ocf-open .ocf-value-list .ocf-value {
    display: inline-block !important;
    width: auto !important;
    padding: 4px 10px !important;
    border-radius: 50px !important;
    background-color: #efefef !important;
    color: #000 !important;
    font-size: 14px !important;
    margin-bottom: 4px !important;
  }

  .ocf-open .ocf-value-list .ocf-value.ocf-disabled {
    opacity: 0.5;
  }

  .ocf-open .ocf-value .ocf-value-append {
    display: none;
  }

  .ocf-open .ocf-value .ocf-value-name {
    margin-right: 0 !important;
  }

  .ocf-filter-list .ocf-filter.ocf-active {
    padding: 16px 0 !important;
    margin: 0 16px !important;
  }

  .ocf-filter-list .ocf-value.ocf-selected {
    background-color: #c2ec01 !important;
  }

  .ocf-filter-list .ocf-noUi-pips {
    display: none;
  }

  .ocf-selected-filter::after {
    content: "×";
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    color: #b9b9b9;
  }

  .ocf-footer .ocf-selected-filter::after {
    content: none;
  }

  .ocf-selected-filter.ocf-selected-remove-all {
    color: #007aff;
  }

  .ocf-selected-filter.ocf-selected-remove-all::after {
    color: #007aff;
  }
}

.product-row {
  display: grid;
  /* grid-template-columns: repeat(4, 1fr); */
  grid-template-columns: repeat(4, calc(25% - 6px));
  gap: 8px;
}

/* .search-page .product-row, .account-wrapper .product-row {
    grid-template-columns: repeat(5, 1fr);
} */

.search-page .product-row,
.account-wrapper .product-row {
  grid-template-columns: repeat(6, calc(16.7% - 8px));
}

.pag-page .pag-btn {
  background: transparent !important;
}
.pag-page {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
}
.pag-page li {
  padding: 0 6px;
}
.pag-page li a,
.pag-page li span {
  font-size: 14px;
  color: #000;
  padding: 0;
  text-align: center;
  display: block;
  font-weight: 500;
}
.pag-page li.active span {
  color: #007aff;
}
.pag-page .pag-page-next a,
.pag-page .pag-page-prev a {
  color: #9e9e9e;
}
.product-thumb h4,
.product-thumb .h4 {
  margin-bottom: 0;
}
.product-thumb .rating-info {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #f0f0f0;
  height: 36px;
}
.product-thumb .rating-info .rating-info-reviews {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 10px;
  font-weight: 500;
  color: #b9b9b9;
  padding: 0;
  margin-top: 4px;
}
.product-thumb .rating-info .rating-info-reviews svg {
  width: 15px;
  height: 15px;
}
.product-thumb .rating-info a {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #9e9e9e;
  padding-left: 5px;
}
.product-thumb .action-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.product-thumb .price {
  flex-grow: 1;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  max-width: min-content;
  align-items: flex-end;
}
.product-thumb .rating {
  position: static !important;
  margin: 0;
  letter-spacing: -1px;
}
.product-thumb .rating li {
  color: #f7cd46;
  font-size: 12px;
}
.product-thumb .rating li.nocheck {
  color: #9e9e9e;
}
.product-thumb .price > span {
  display: block;
  white-space: nowrap;
}
.product-thumb .price span.price-old {
  line-height: 13px;
}
.reward {
  display: flex;
  background: #f8f8f8;
  border-radius: 12px;
  font-size: 14px;
  margin: 0 !important;
  gap: 4px;
  align-items: center;
  padding: 6px 8px;
  line-height: 100%;
}
.product-thumb .reward {
  position: absolute;
  bottom: 12px;
  left: 12px;
}
.product-thumb .reward img,
.tdes .reward img {
  width: 12px;
  height: 12px;
}
.product-thumb .product-image-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.product-thumb .sticker .sale {
  background: #ff4b4c;
  color: #fff;
}
.product-thumb .sticker .black-friday {
  background: #000;
  color: #fff;
}
.product-thumb .sticker {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}
.product-thumb .sticker > div {
  border-radius: 10px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  padding: 4px 6px;
  display: block !important;
  position: static !important;
}
.product-thumb .attribute {
  display: none !important;
}
.product-thumb .attribute,
.product-thumb .hpm-cat-box {
  font-size: 14px;
}
.product-thumb .product-compare,
.product-thumb .wishlist {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: #f6f6f680;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.product-thumb .product-compare img {
  width: 24px;
  height: 24px;
}
.product-thumb .l-icon svg,
.wishlist svg { 
  width: 20px; 
  height: 20px; 
  cursor: pointer;
}

.wishlist.active .icon-add {
  display: none;
}

.wishlist:not(.active) .icon-remove {
  display: none;
}

.wishlist svg .hover {
  opacity: 0;
  visibility: hidden;
}

.wishlist svg > * {
  transition: 0.3s ease;
}

.product-thumb .wishlist:hover svg .hover {
  opacity: 1;
  visibility: visible;
}

.product-thumb .wishlist:hover .icon-add > *:not(.hover) {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .product-thumb .product-compare,
  .product-thumb .wishlist {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: #f6f6f680;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
  }
}

h1,
.h1 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
h1 span {
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
}
.sort-block .no-select {
  text-transform: none;
  font-size: 16px;
}
.sort-block .w-select {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.new-btn {
  background: #c2ec01;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 35px;
  text-align: center;
  border: none;
  border-radius: 5px;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .product-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .search-page .product-row,
  .account-wrapper .product-row {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .product-row {
    grid-template-columns: calc(50% - 4px) calc(50% - 4px);
  }

  .search-page .product-row,
  .account-wrapper .product-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .search-page .product-row,
  .account-wrapper .product-row {
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: calc(50% - 4px) calc(50% - 4px);
  }
}

@media (max-width: 379px) {
  .product-thumb .action-block {
    height: auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px;
    height: auto;
  }

  .product-thumb .action-block .btn-cart {
    width: 100%;
  }
}

.info-block .close-info {
  background: #d3d3d3;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  padding: 4px;
  border-radius: 5px 5px 0 0;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  cursor: pointer;
}
.info-block .close-info .fa {
  font-size: 12px;
}

.product-manufacturer h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.finfo-wrap {
  background: #000000;
}
.finfo {
  display: flex;
  gap: 8px;
  padding: 24px 0;
  justify-content: space-between;
  border-bottom: 1px solid #262524;
}
.finfo .promo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  gap: 4px;
  font-size: 14px;
  color: #fff;
  width: 100%;
}
.finfo .promo svg {
  flex-shrink: 0;
  margin-top: 2px;
}

@media (max-width: 370px) {
  .finfo .promo {
    font-size: 12px;
  }
}

#mobile-menu {
  position: fixed;
  top: 60px;
  width: 100%;
  background: rgb(255, 255, 255);
  z-index: 10;
}
#mobile-menu .menu-content {
  height: calc(100vh - 60px);
  padding: 0 10px 10px;
}
#mobile-menu .navbar-nav > li {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
}
#mobile-menu .contact > div {
  padding: 15px;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
}
#mobile-menu .contact .phone a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
#mobile-menu .lang {
  padding: 5px 15px;
}

.mobile-menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 48px;
  border-top: 1px solid #e9e9e9;
  background: #fff;
  z-index: 21;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
}

.mobile-menu > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.mobile-menu > div button {
  border: none;
  background: transparent;
  cursor: pointer;
}

@media (max-width: 767px) {
  .mobile-menu {
    display: flex;
  }
}

@media (max-width: 1100px) {
  .finfo {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .finfo .promo {
    padding: 20px 14px;
  }
}
@media (max-width: 767px) {
  .finfo {
    gap: 4px;
    font-size: 12px;
  }
  .finfo .promo {
    padding: 8px 14px;
    gap: 6px;
  }
}

.modal-dialog .modal-header {
  height: 30px;
}
.modal-dialog .modal-header .panel-close {
  position: absolute !important;
  right: 0;
  bottom: unset !important;
  top: 0;
  background-color: #000 !important;
  border-radius: 5px;
}

.account-url .total {
  padding-left: 10px;
}

@media (min-width: 1101px) {
  #mobile-menu {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .col-module .ocf-header {
    display: none;
  }
  .col-module .ocf-footer {
    box-shadow: none !important;
    margin: 5px 0 0 0 !important;
    border-radius: 5px;
  }
  .col-module .ocf-footer:after {
    display: none !important;
  }
  .col-module .ocf-footer {
    display: none !important;
  }
  .ocf-content .ocf-value-input-checkbox::before {
    border-radius: 6px !important;
  }
  .ocf-value-color {
    border-radius: 6px !important;
  }
  .ocf-content .ocf-value-input {
    width: 20px !important;
    height: 20px !important;
    flex: 0 0 20px !important;
  }
  .ocf-content .ocf-value-name {
    font-size: 14px !important;
  }
  .ocf-content .ocf-value {
    align-items: center !important;
  }
  .ocf-content .ocf-filter-header {
    font-size: 14px;
    font-weight: 600;
    text-transform: none !important;
    padding-bottom: 10px;
  }
  .ocf-content .ocf-value-count {
    color: #666666;
    font-size: 14px;
    background-color: transparent !important;
  }
  .ocf-content .ocf-noUi-pips {
    display: none !important;
  }
  .ocf-content .ocf-slider-input-group {
    margin-bottom: 5px;
  }
  .ocf-content .ocf-slider-input-group .ocf-input-group-addon {
    background: #fff;
    color: #000;
    padding: 0 2px;
  }
  .ocf-content .ocf-slider-input-group .ocf-input-group-addon:last-child {
    display: none;
  }
  .ocf-content .ocf-slider-input-group input {
    border-radius: 6px !important;
    border: 1px solid #d3d3d3;
    font-size: 14px;
  }
  .ocf-content .ocf-filter-name {
    font-size: 14px;
    font-weight: 600;
  }
  .product-thumb:hover .info-block {
    display: block;
  }
  .ocf-city .ocf-btn-show-values {
    margin-top: 0;
  }

  #cart .cart-buttons .btn-secondary {
    margin-bottom: 16px;
  }
  .simple-content .buttons {
    padding: 5px 25px;
  }
}

@media (max-width: 767px) {
  .ocf-body {
    height: calc(100% - 120px) !important;
  }
  .ocf-footer {
    padding: 10px !important;
    margin: 0 !important;
    top: unset !important;
    bottom: 60px !important;
  }
  .ocf-city .city,
  .ocf-city-search {
    display: none;
  }
  .ocf-city .collapse {
    display: block !important;
  }
  .ocf-city .ocf-collapse {
    display: block !important;
  }
  .ocf-city .ocf-collapse-value .ocf-value-list {
    border-top: none !important;
    margin-top: 0 !important;
  }
  .ocf-city .ocf-btn-show-values {
    display: none !important;
  }
  .ocf-btn-show-values {
    margin-top: 10px !important;
  }
  .info-block {
    padding-bottom: 18px;
  }
  .product-thumb.open .info-block {
    display: block;
  }

  .ocf-scroll-y {
    margin-right: -5px !important;
  }

  #cart .content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #cart .title {
    font-size: 24px;
    margin-bottom: 4px;
  }
  #cart .title span {
    font-size: 14px;
  }
  #cart .trow {
    flex-direction: column;
  }
  #cart .cart-buttons {
    flex-direction: column-reverse;
    padding-top: 15px;
    gap: 10px;
    padding: 0 11px;
  }
  #cart .cart-buttons .btn {
    width: 100%;
  }
  #cart .checkout {
    border: none;
    width: 100%;
  }
  #cart .price-total {
    font-size: 16px !important;
  }
  #cart .trow .tqty {
    width: 100%;
    padding-left: 90px;
  }
  #cart .model {
    padding-top: 5px;
  }
  #cart .total-block {
    margin-bottom: 0;
  }

  .simplecheckout .form-group > div,
  .simplecheckout .form-group > label {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .simplecheckout-block-content {
    padding: 15px 0 !important;
  }
  .simple-content .buttons {
    padding: 5px 0;
  }
  .simplecheckout-button-right {
    width: 100%;
  }
  .simplecheckout-button-right .btn {
    width: 100%;
  }

  .product-left {
    margin-bottom: 16px;
  }

  .product-section .name-block h1 {
    font-size: 24px;
  }
}

/* CART REDESIGN */

.cart-wrapper {
  display: flex;
  justify-content: space-evenly;
  gap: 8px;
}
.cart-remove {
  right: 0;
}

.cart-wrapper .list-offer {
  width: 100%;
}

.cart-wrapper .list-offer .cart-list {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 0;
}

.checkout-wrapper {
  width: 32%;
  min-width: 300px;
}

#cart .checkout-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 16px;
}

.checkout-total {
  border-top: 1px solid #efefef;
  padding-top: 16px;
}

.checkout-total.only-mobile {
  display: none;
}

#common-success .checkout-total {
  padding: 0 0 12px;
  border-top: 0;
  border-bottom: 1px solid #efefef;
  margin-top: 0 !important;
}

.checkout .price-total {
  font-size: 16px;
}

.checkout .name {
  font-weight: 500;
}

.checkout-total .name {
  font-size: 16px;
  font-weight: 600;
}

.checkout-total .price-total {
  font-size: 24px;
  line-height: 100%;
}

.checkout-btn {
  width: 100%;
}

.checkout .reward {
  font-size: 16px;
}

#cart .checkout-btn {
  margin-top: 8px;
}

#cart .checkout {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}

#cart .total-block > div,
#checkout .total-block > div,
#common-success .total-block > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

#common-success .total-block > div {
  margin-bottom: 0;
  margin-top: 12px;
}

#common-success .total-total {
  margin-top: 0 !important;
}

.checkout .total-block {
  line-height: 100%;
  width: 100%;
}

.free-delivery-header span {
  font-size: 14px;
  font-weight: 500;
}

.cart-total-complete .total-value {
  background-color: #000;
  color: #fff;
  font-weight: normal;
}
.free-delivery-header strong {
  font-weight: bold;
}

.close-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.recommend-block {
  margin-top: 28px;
}
.progress-bar {
  width: 100%;
  height: 4px;
  background-color: #fff;
  position: relative;
  border-radius: 2px;
}

.progress-bar-line {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  height: 4px;
  background-color: #000;
}

.cart-total {
  display: flex;
  align-items: center;
  gap: 5px;
}

.cart-total svg {
  fill: #000;
}

.total-value {
  background-color: #fff;
  padding: 4px 4px 4px 9px;
  border-radius: 8px;
  font-weight: bold;
  margin-left: -1px;
  text-align: center;
}

.ocf-scroll-y:hover::-webkit-scrollbar-thumb {
  width: 4px !important;
}

.price-wrap {
  display: flex;
  flex-direction: column;
}

.pdescription-block {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  grid-template-areas: "reward tqty tprice";
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 15px;
}

.hide-rngst {
  display: none !important;
}

.timage {
  width: 90px;
}

.timage a,
.timage img {
  width: 100%;
}

.timage-mini {
  display: none;
}

.pname {
  margin-right: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-thumb-pname {
  width: 70%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tblock-body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#cart .show-more-button {
  background: #d9d9d9;
  font-weight: 600;
  padding: 14px 0;
  text-align: center;
  border-radius: 8px;
  color: #000;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  display: none;
  margin-top: 8px;
}

.load-block button,
.load-block input[type="submit"],
.load-block .btn {
  pointer-events: none;
  opacity: 0.6;
  position: relative;
}

.load-block button,
.load-block input[type="submit"],
.load-block .btn {
  position: relative;
  pointer-events: none;
  background-color: #e0e0e0;
  overflow: hidden;
}

.load-block button::after,
.load-block input[type="submit"]::after,
.load-block .btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 300%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  100% {
    left: 150%;
  }
}

.tblock-header-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tblock-row {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  width: 100%;
  max-width: 320px;
}
.recommend {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 10px 0px 10px 10px;
}

@media (max-width: 1200px) {
  #cart .tdes {
    grid-template-columns: max-content 1fr max-content 120px 40px;
  }
}

@media (max-width: 889px) {
  .cart-wrapper {
    flex-direction: column;
    padding-bottom: 0;
    gap: 4px;
  }

  .checkout-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .list-offer {
    margin-bottom: 4px;
  }
  .cart-wrapper .list-offer .cart-list {
    overflow-y: hidden;
  }

  #cart .tdes {
    padding: 12px;
    gap: 4px;
    grid-template-areas:
      "image name remove"
      "image model ."
      "image . ."
      "qty reward price";
    grid-template-columns: max-content 1fr max-content;
  }

  #cart .tdes .reward {
    margin: 0 auto !important;
  }

  #cart .tdes .timage {
    width: 80px;
  }

  #cart .tdes .tmodel {
    font-size: 10px;
  }

  #cart .tdes .tprice .price-old {
    margin-bottom: 0 !important;
    font-size: 10px;
  }

  #cart .tdes .tprice .price-total {
    font-size: 20px !important;
  }

  #cart .tdes .tprice {
    margin-left: 0;
  }

  #cart .trow .price-wrap {
    gap: 0;
  }

  #cart .tdes .cart-remove {
    text-align: end;
  }

  #cart .qty div {
    height: 29px;
  }

  .pdescription-block {
    grid-template-areas: "tqty reward tprice";
  }

  #cart .trow .tqty {
    padding: 0;
  }

  #cart .total-block > div {
    margin-bottom: 8px;
  }

  #cart .show-more-button {
    margin-top: 4px;
  }

  .free-delivery-block {
    margin-bottom: 12px;
  }
  .recommend {
    flex-direction: column;
    padding: 0px;
    padding-bottom: 180px;
  }

  .featured .img-responsive {
    width: 75px;
    height: 75px;
  }
  .product-thumb .rating-info {
    margin-top: auto;
    align-self: flex-start;
  }
}

@media (max-width: 767px) {
  #cart .checkout-total.only-desktop {
    display: none;
  }

  #cart .cart-modal {
    padding-bottom: 180px;
  }

  #cart .checkout-total.only-mobile {
    background-color: white;
    padding: 12px;
    position: fixed;
    left: 0;
    bottom: 47px;
    width: 100%;
    z-index: 21 !important;
    box-shadow: -1px -10px 36px 0px rgba(0, 0, 0, 0.1);
    display: block;
  }

  #cart .total-block > div:last-child {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 577px) {
  #cart .cart-remove {
    top: 10%;
  }
  .product-thumb-pname {
    width: 170px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .timage-mini {
    display: unset;
  }

  .tblock-header {
    display: flex;
    gap: 12px;
    justify-content: space-between;
  }
}

.featured-manufacturer {
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}

.featured-manufacturer > div {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
}

.featured-manufacturer a {
  width: 100%;
  border-right: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  height: 90px;
}

.featured-manufacturer div:last-child a {
  border-right: none;
}

.featured-manufacturer img {
  height: 100%;
}

.featured-manufacturer__all {
  color: #007aff;
  font-weight: 500;
  background: #fff;
  height: 100%;
}

#cart .checkout-total .reward {
  display: none;
}

.brands-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-brand-tab {
  padding: 6px 12px;
  font-weight: 500;
  border-radius: 50px;
  border: 1px solid transparent;
  color: #000;
}

.top-brand-tab.active {
  border: 1px solid #c2ec01;
}

@media (max-width: 767px) {
  .featured-manufacturer {
    overflow-x: scroll;
    margin: 0 -20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .featured-manufacturer::-webkit-scrollbar {
    display: none;
  }

  .featured-manufacturer > div {
    min-width: max-content;
  }

  .featured-manufacturer > div:first-child {
    margin-left: 20px;
    border-radius: 8px 0 0 8px;
  }

  .featured-manufacturer > div:last-child {
    margin-right: 20px;
  }

  .featured-manufacturer__all {
    border-radius: 0 8px 8px 0;
  }

  .featured-manufacturer a {
    height: 80px;
  }

  #cart .checkout-total .reward {
    display: flex;
    font-size: 16px;
  }

  #cart .checkout-total .total-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #cart .checkout-total .total-block .name {
    display: none;
  }

  #cart .checkout-total .total-block .price-total {
    font-size: 24px !important;
  }

  #cart .checkout-btn {
    margin-top: 12px;
  }

  .brands-tabs {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding: 0 10px;
    gap: 0;
  }

  .top-brand-tab {
    font-size: 12px;
  }
}

/* MODALS */

#cart {
  opacity: 0;
  visibility: hidden;
}

#cart.open {
  opacity: 1;
  visibility: visible;
}

.cart-modal {
  max-width: 1300px;
  width: 90%;
  background: #f7f8f9;
  left: 50%;
  transform: translate(-50%, 20px);
  top: 20px;
  height: max-content;
  max-height: 100%;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #999 transparent;
}

.cart-modal::-webkit-scrollbar {
  width: 8px;
}

.cart-modal::-webkit-scrollbar-track {
  background: transparent;
}

.cart-modal::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 4px;
}

.cart-modal::-webkit-scrollbar-thumb:hover {
  background: #666;
}

.cart-modal .m-section {
  padding: 0 40px 40px;
}

#cart.open .cart-modal {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}

.auth-modal {
  padding: 40px;
  max-width: 430px;
  width: 100%;
  border-radius: 8px;
  background: #fff;
  transition: 0.2s;
  transform: translate(-50%, 20px);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 14;
  text-align: center;
  color: #1f1f22;
  left: 50%;
  top: 50%;
}

.auth-modal.open {
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
}

.modal-close {
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 6px;
}

.modal-back {
  position: absolute;
  left: 12px;
  top: 12px;
}

@media (max-width: 767px) {
  .modal-close {
    top: 8px;
    right: 8px;
  }
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.modal-header .modal-close {
  position: static;
}

.cart-modal .modal-header {
  padding: 40px 40px 20px;
  border-bottom: 1px solid #efefef;
}

.auth-modal h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.auth-modal h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.auth-modal .modal-close,
.auth-modal .modal-back {
  color: #9e9e9e;
  transition: 0.3s;
}

.auth-modal .modal-close:hover,
.auth-modal .modal-back:hover {
  color: #000;
}

.auth-modal .toggle-password {
  color: #1f1f22;
}

.auth-modal-line-btn {
  font-weight: 500;
  text-decoration: underline;
  padding: 0;
}

.auth-modal-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: center;
}

.auth-modal-btn {
  padding: 14px 0;
  border-radius: 50px;
  border: 1px solid #1f1f22;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
  width: 100%;
  color: #000;
}

.auth-modal-btn img {
  width: 11px;
}

.auth-modal-btn:last-child,
.auth-modal-btns .auth-modal-btn {
  margin-bottom: 0;
}

.auth-modal-reset-btn {
  margin-top: 20px;
}

.auth-modal-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #8f8f8f;
}

.auth-modal-form {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.auth-modal-input-block {
  width: 100%;
  position: relative;
}

.auth-modal-input-block input {
  padding: 14px 12px;
  border-radius: 8px;
  color: #1f1f22;
  width: 100%;
  border: 1px solid #d3d3d3;
  font-size: 16px;
}

.auth-modal-input-block input::placeholder {
  color: #9e9e9e;
  font-size: 14px;
}

.auth-modal-input-block input:focus {
  border: 1px solid #000000;
}

.auth-modal-input-block input.error {
  border: 1px solid #ff4b4c;
}

.error-message {
  color: #ff4b4c;
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  text-align: start;
  position: relative;
  line-height: 24px;
  padding-left: 20px;
}

.error-message::after {
  content: "";
  left: 0;
  top: 12px;
  transform: translateY(-50%);
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("/assets/uiicons/error-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.error-message:empty {
  display: none;
}

.auth-modal-submit {
  font-size: 16px;
  font-weight: 600;
}

.auth-modal-submit:hover {
  color: #fff;
}

.auth-modal-submit:disabled {
  background: #d3d3d3;
  cursor: default;
}

.auth-modal .modal-line {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  height: 1px;
  background: #efefef;
  margin: 24px 0;
}

.auth-modal .modal-line span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 4px;
  background: #fff;
}

.auth-modal-desc {
  font-size: 11px;
  text-align: start;
}

.auth-modal-desc a {
  color: #007aff;
  text-decoration: underline !important;
}

.auth-modal-info {
  color: #9e9e9e;
}

@media (max-width: 1200px) {
  .cart-modal {
    width: 98%;
  }
}

@media (max-width: 991px) {
  .cart-modal .modal-header {
    padding: 16px 16px 5px;
  }

  .cart-content {
    padding: 16px 16px 24px;
  }

  .cart-modal .m-section {
    padding: 0 16px 16px;
  }

  .cart-modal .m-section .module-content {
    margin: 0 -16px;
  }

  .cart-modal .m-section .module-content .swiper-slide:first-child {
    margin-left: 16px;
  }

  .cart-modal .m-section .module-content .swiper-slide:last-child {
    margin-right: 16px !important;
  }
}

@media (max-width: 767px) {
  .cart-modal {
    width: 100%;
    top: 4px;
  }

  .auth-modal {
    padding: 40px 24px 24px;
  }
}

/* PRODUCT REVIEWS */

.review-empty {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  font-size: 18px;
  color: #b9b9b9;
  font-weight: 600;
  padding: 24px 0;
}

.review-modal {
  border-radius: 6px;
  left: 50%;
  top: 50%;
  max-width: 430px;
  padding: 40px;
  transform: translate(-50%, 0);
}

.review-modal.open {
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
}

.review-modal-product {
  display: grid;
  align-items: center;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
}

.review-modal-product-image {
  width: 100%;
}

.review-modal-product-image img {
  width: 100%;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
}

.review-modal-text {
  text-align: center;
  color: #9e9e9e;
  margin: 4px 0 0;
}

.review-modal-input-row {
  margin-top: 12px;
}

.review-modal-input-row > label,
.review-modal-input-row .label {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}

.review-modal-input-row > label input,
.review-modal-input-row > label textarea,
.review-modal-input-row .label input,
.review-modal-input-row .label textarea {
  margin-top: 12px;
}

.review-modal-input-row .label .custom-file-upload {
  margin-top: 12px;
}

.review-modal-input-row label {
  margin-bottom: 0;
}

.review-modal-input-row label input {
  padding: 14px 16px;
  border-radius: 6px;
  border: 1px solid #d7d7d7;
  cursor: pointer;
}

.review-modal-input-row label input::placeholder {
  color: #9e9e9e;
}

.custom-file-upload {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  background: #efefef;
  padding: 14px 0;
  border-radius: 6px;
  font-size: 14px;
  transition: background-color 0.3s;
  width: 100%;
}

.custom-file-upload:hover {
  background: #eaeaea;
}

.custom-file-upload svg {
  width: 23px;
  height: 22px;
}

.review-modal-input-row input[type="file"] {
  display: none;
}

.preview-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.preview-container:empty {
  display: none;
}

.preview-image-wrapper {
  position: relative;
}

.preview-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.remove-image {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #d7d7d7;
  color: white;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  cursor: pointer;
}

.review-modal-form .btn-primary {
  margin-top: 28px;
  width: 100%;
  padding: 14px 0;
  font-size: 16px;
}

.reviews-list .review-card {
  border-radius: 12px;
  border: 1px solid #efefef;
  padding: 16px;
  margin-top: 8px;
}

.reviews-list .review-card:first-child {
  margin-top: 0;
}

.review-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.review-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  border-radius: 50px;
  background: #eef7ff;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.review-avatar img {
  width: 100%;
  height: 100%;
}

.review-author {
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.review-date {
  font-size: 12px;
  color: #9e9e9e;
}

.review-text p {
  margin-bottom: 0;
  color: #1f1f22;
}

.review-media {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  height: 110px;
  gap: 8px;
  margin-top: 16px;
}

.review-media::-webkit-scrollbar {
  display: none;
}

.review-media a,
.review-media img {
  height: 100%;
  width: auto;
  object-fit: cover;
  border-radius: 5px;
  flex: 0 0 auto;
}

.review-media a,
.review-media img {
  height: 100%;
  width: auto;
  object-fit: cover;
  border-radius: 5px;
}

.review-media a {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.youtube-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  background: url("/assets/uiicons/pause.png") no-repeat center center / cover;
}

.reviews-wrapper {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 16px;
}

.reviews-info {
  border-radius: 12px;
  background: #f9f9f9;
  padding: 16px;
  height: max-content;
}

.reviews-header {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.reviews-header .custom-sort {
  border: 1px solid #efefef;
  border-radius: 50px;
}

.reviews-header .sort-block {
  position: relative;
}

.reviews-header .btn-primary {
  width: max-content;
  padding: 12px 20px;
}

.reviews-info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #f2f2f2;
}

.reviews-average {
  font-size: 16px;
  font-weight: 600;
}

.reviews-info p {
  margin-bottom: 0;
}

.reviews-info .rating-rows {
  display: flex;
  flex-flow: column;
  gap: 4px;
  margin: 24px 0;
}

.reviews-info .rating-row {
  width: 100%;
  display: grid;
  align-items: center;
  gap: 8px;
  grid-template-columns: 48px 1fr 30px;
}

.reviews-info .rating-row span:first-child {
  color: #9d9da5;
}

.reviews-info .rating-row span:last-child {
  color: #000;
  font-weight: 500;
}

.review-answer {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #efefef;
  margin-left: 20px;
}

.review-info .review-text {
  border-radius: 8px;
  background: #fbfbfb;
  padding: 12px;
  display: flex;
  gap: 10px;
  max-width: 800px;
}

.review-text-icon {
  width: 20px;
  height: 20px;
}

.review-info .review-text p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review-text-icon svg {
  height: 100%;
}

.rating-bar-container {
  width: 100%;
  display: inline-block;
  background: #ebebeb;
  height: 4px;
  border: 4px;
}

.rating-bar-container .rating-bar {
  background: #ffa500;
  height: 100%;
  border-radius: 4px;
}

@media (max-width: 1100px) {
  .review-info .review-text {
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .review-modal {
    padding: 28px 24px 24px;
  }

  .reviews-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  .review-media {
    margin: 16px -24px 0;
    padding: 0 24px;
    height: 90px;
    gap: 4px;
  }

  .review-empty {
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    text-align: center;
  }

  .review-info .review-text {
    display: none;
  }

  .review-answer {
    margin-top: 12px;
  }

  .review-author {
    font-size: 14px;
  }

  .review-date {
    font-size: 10px;
  }
}

/* RATE UI */

.rate {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 4px;
}

.rate input {
  display: none;
}

.rate label {
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: inline-block;
}

.rate label svg {
  width: 44px;
  height: 44px;
  transition: fill 0.3s;
}

.rate label svg path {
  fill: #efefef;
  transition: fill 0.3s;
}

.rate label:hover svg path,
.rate label:hover ~ label svg path {
  fill: #ffcc00;
}

.rate input:checked ~ label svg path {
  fill: #ffc107;
}

/* CUSTOM SELECT */

.custom-select-wrapper {
  position: relative;
  width: 100%;
}

.custom-select-wrapper::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'><path d='M1 1L5.12903 5L9 1' stroke='%239E9E9E' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.3s ease;
}

.custom-select-wrapper:has(.custom-selector-input.checkout-input-error)::after {
  display: none;
}

.custom-select-wrapper.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.custom-select-dropdown {
  position: absolute;
  width: 100%;
  top: calc(100% + 2px);
  left: 0;
  background: white;
  border: 1px solid #ccc;
  z-index: 1000;
  max-height: 350px;
  overflow-y: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.custom-select-dropdown .results {
  padding: 6px 12px;
  max-height: 194px;
  overflow-y: scroll;
}

.custom-select-dropdown .results::-webkit-scrollbar {
  width: 2px;
  border-radius: 100px;
  background-color: transparent;
}

.custom-select-dropdown .results::-webkit-scrollbar-thumb {
  background-color: transparent;
  transition: background-color 0.5s;
}

.custom-select-dropdown .results:hover::-webkit-scrollbar-thumb {
  background-color: #9e9e9e;
  transition: background-color 0.5s;
}

.hidden {
  display: none;
}

.custom-select-dropdown .results div {
  cursor: pointer;
  padding: 8px 0;
  font-weight: 500;
}

.custom-select-dropdown .popular-queries {
  padding: 12px;
  padding-top: 0;
}

.custom-select-dropdown .popular-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 12px;
}

.custom-select-dropdown .popular-item {
  padding: 8px 12px;
  border-radius: 50px;
  border: 1px solid #efefef;
  font-weight: 500;
  width: max-content;
  cursor: pointer;
}

.custom-select-dropdown .popular-title {
  font-weight: 500;
  border-top: 1px solid #efefef;
  color: #9e9e9e;
  padding-top: 12px;
}

.custom-select-dropdown .custom-select-dropdown-empty {
  color: #9e9e9e;
  cursor: unset;
}

.iti {
  width: 100%;
}

.iti input {
  padding-left: 55px !important;
}

/* MANUFACTURER LIST */

.manufacturer-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  flex-direction: column;
}

.manufacturer-image {
  max-height: 54px;
  margin-bottom: 8px;
  max-width: 100%;
}

.manufacturer-image a {
  height: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.manufacturer-image img {
  height: 100%;
  max-width: 100%;
}

.manufacturer-name {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.manufacturer-name a {
  font-size: 14px;
  color: #007aff;
  font-weight: 400;
}

.manufacturer-letters {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.manufacturer-letters a {
  padding: 6px 4px;
}

.manufacturer-letters a.active {
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(0, 122, 255, 0.06);
  color: #007aff;
}

@media (max-width: 767px) {
  .manufacturer-block {
    padding: 12px;
  }

  .manufacturer-name {
    flex-direction: column;
    gap: 0;
  }
}

/* INFORMATION PAGE */

.info-layout {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}

.info-content {
  flex: 1;
  min-width: 0;
}

.info-sidebar {
  width: 208px;
  flex-shrink: 0;
  height: max-content;
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}

.info-sidebar ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.info-sidebar li {
  margin-bottom: 6px;
}

.info-sidebar li:last-child {
  margin-bottom: 0;
}

.info-sidebar a {
  display: block;
  text-decoration: none;
  color: #007aff;
  padding: 6px;
  border-radius: 8px;
  margin: 0 -6px;
}

.info-sidebar a:last-child {
  padding-bottom: 0;
}

.info-sidebar li.active a {
  color: #000000;
  background: #c2ec01;
  padding: 6px;
}

.info-sidebar h2 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.info-content {
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  margin-bottom: 40px;
}

.info-content p,
.info-content p span {
  line-height: 150% !important;
}

.info-content p:last-child {
  margin-bottom: 0 !important;
}

.info-content.full {
  width: 100%;
}

.info-navbar-wrapper .open-btn {
  display: none;
}

@media (max-width: 991px) {
  .info-layout {
    flex-direction: column;
  }

  .info-sidebar {
    width: 100%;
    padding: 0;
  }

  .info-sidebar a {
    font-size: 16px;
    border-top: 1px solid #EFEFEF;
    color: #000000;
    padding: 12px 20px 12px 7px;
    position: relative;
    display: block;
  }

  .info-sidebar li:not(.active) a::after {
    content: "";
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 9px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='5' height='9' viewBox='0 0 5 9' fill='none'><path d='M0.5 8.5L4.5 4.37097L0.5 0.5' stroke='%23007AFF' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
    }

  .info-sidebar li:first-child a, .info-sidebar li.active a {
    border-top: 0;
  }

  .info-sidebar li.active a {
    padding: 12px 7px;
  }

  .info-sidebar li {
    margin-bottom: 12px;
  }

  .info-sidebar li.active {
    margin-bottom: 0;
  }

  .info-sidebar h2 {
    margin-bottom: 0;
  }

  .info-navbar-wrapper .open-btn {
    display: flex;
  }

  .info-content {
    padding: 12px;
  }
}

/* MODAL ROLLER */

.modal-roller {
  border-radius: 12px 12px 0 0;
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.04);
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: max-content;
  z-index: 14;
  opacity: 0;
  visibility: hidden;
  padding: 16px;
  padding-bottom: constant(safe-area-inset-bottom);
  transform: translateY(200px);
  transition: transform 0.3s ease;
}

.modal-roller.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .modal-roller {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .modal-roller {
    bottom: 48px;
  }
}

/* CUSTOM BLOCK TOGGLE */

.custom-block-toggle {
  padding: 20px;
  border-radius: 6px;
  background: #f8f8f8;
  margin-bottom: 8px;
  cursor: pointer;
}

.custom-block-toggle:last-child {
  margin-bottom: 0;
}

.custom-block-toggle .custom-block-toggle-content {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}

.custom-block-toggle.open .custom-block-toggle-content {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}

.custom-block-toggle > h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  transition: margin 0.3s ease;
  font-size: 16px;
}

.custom-block-toggle.open > h3 {
  margin-bottom: 8px;
}

.custom-block-toggle > h3 .toggle-icon {
  transform: rotate(180deg);
}

.custom-block-toggle.open > h3 .toggle-icon {
  transform: rotate(0);
}

.custom-block-toggle h3,
.custom-block-toggle h4 {
  font-weight: 600;
}

/* INFORMATION PAGE */

.custom-block-toggle p {
  padding: 0 !important;
  margin: 0 !important;
}

.custom-block-toggle h4 {
  margin-top: 16px !important;
  margin-bottom: 0 !important;
}

.custom-block-toggle h4:first-child {
  margin-top: 0 !important;
}

.custom-block-toggle p {
  display: block;
}

.info-layout .info-content .line {
  height: 1px;
  width: 100%;
  background: #efefef;
  margin: 12px 0;
}

.info-layout .info-content .terms {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.info-layout .info-content a {
  color: #007AFF;
  text-decoration: underline !important;
}

.info-layout .info-content ul, .info-layout .info-content ol {
  padding-left: 19px !important;
  padding-bottom: 16px;
}

.info-layout .info-content ul:last-child, .info-layout .info-contenttainer ol:last-child {
  padding-bottom: 0 !important;
}

/* BACK TO TOP BUTTON */

#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  background: #F1F2F5;
  color: #007AFF;
  display: none;
  z-index: 13;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  #back-to-top {
    bottom: 70px;
  }
}