::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
::-webkit-scrollbar-track {
  background-color: #d5d6d7;
}
::-webkit-scrollbar-thumb {
  background-color: #969696;
  border-radius: 20px;
}
.search ul::-webkit-scrollbar {
  width: 0;
}
.sc-megamenu-list::-webkit-scrollbar,
.sc-megamenu-list ul::-webkit-scrollbar {
  width: 2px;
}
.breadcrumb::-webkit-scrollbar {
  height: 2px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  right: -10px;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

html {
  width: 100vw;
  height: 100%;
}
body {
  width: 100%;
  color: #000;
  background-color: #fff;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  overflow-x: hidden;
}

.wrapper {
  padding-top: 89px;
  width: 100vw;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}
/* default font size */
.fa {
  font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
  color: #141414;
  font-family: 'Sofia Sans', sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.96px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #23a1d1;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
a:hover {
  text-decoration: none;
}
textarea {
  resize: vertical;
}
input,
button {
  border: none;
}
.tab-content > .active,
.vertical-tab-container .active {
  animation: fadeIn 0.7s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.flex,
.d-flex {
  display: flex !important;
}
.flex-column {
  flex-direction: column !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.product-thumb .image img {
  width: 100%;
}
legend {
  font-size: 18px;
  padding: 7px 0px;
}
label {
  font-size: 12px;
  font-weight: normal;
}
.red {
  color: #ed1c24;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}
div.required .control-label:before {
  content: '* ';
  color: #f00;
  font-weight: bold;
}
/* top */
#top {
  background-color: #eeeeee;
  border-bottom: 1px solid #e2e2e2;
  padding: 4px 0px 3px 0;
  margin: 0 0 20px 0;
  min-height: 40px;
}
#top .container {
  padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#top .btn-link,
#top-links li,
#top-links a {
  color: #888;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
}
#top .btn-link:hover,
#top-links a:hover {
  color: #444;
}
#top-links .dropdown-menu a {
  text-shadow: none;
}
#top-links .dropdown-menu a:hover {
  color: #fff;
}
#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}
#top-links {
  padding-top: 6px;
}
#top-links a + a {
  margin-left: 15px;
}
/* tabs */
.nav-tabs {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 15px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #5a5a5a;
}
li.active a {
  border-bottom: 1px solid #15a74c;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
/* logo */
#logo {
  margin: 0 0 10px 0;
}
.lock{
  overflow: hidden;
}
#logo h1 {
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: -5px;
}
/* cart */
#cart {
  cursor: pointer;
}
.list-product-cart {
  overflow: auto;
  max-height: 50vh;
}
.container-cart ul {
  list-style-type: none;
  padding: 0;
}
.item-product-cart,
.information-product-cart,
.top-product-cart,
.bottom-product-cart {
  display: flex;
}
.information-product-cart {
  width: 100%;
  flex-direction: column;
}
.top-product-cart {
  justify-content: space-between;
  align-items: flex-start;
}
.delete-product {
  margin-left: auto;
}
.delete-product button{
  background-color: transparent;
}
.bottom-product-cart {
  margin-top: auto;
  justify-content: space-between;
  align-items: center;
}
.bottom-product-cart .total-product{
  font-weight: 400;
font-size: 15px;
line-height: 133%;
color: #222b45;
font-family: 'Manrope';
}
.qty-spinedit {
  display: flex;
}
.item-totals.total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 41px;
  margin-top: 5px;
}
.group-cart-button {
  display: flex;
  flex-direction: column;
}
.quantity-product .quantity {
  border: none;
  text-align: center;
  background: #fff;
  font-family: 'Manrope';
  font-weight: 700;
  text-align: center;
  color: #c5cee0;
  font-size: 16px;
  line-height: 1;
}
a.btn-checkout {
  border-radius: 10px;
  background: #cf207b;
  color: #fff;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  font-family: 'Manrope';
  text-decoration: none;
}
button.btn-exit {
  color: #222b45;
  font-size: 16px;
  font-weight: 800;
  background: #fff;
  font-family: 'Manrope';
  border: 0;
  text-decoration: none;
}
.item-product-cart {
  padding-bottom: 14px;
  border-bottom: 1px solid #edf1f7;
  margin-bottom: 14px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 10000;
  animation: slide-down 0.5s;
}
header.fixed {
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  animation: slide-down 1s;
}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
}
#menu .nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
  text-decoration: none;
  outline: none;
  outline-offset: 0;
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  padding-bottom: 0;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#menu .dropdown-inner li a:hover {
  color: #ffffff;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #ddd;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #fff;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8;
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
#content {
  min-height: 600px;
}
/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}
.alert.alert-danger {
  color: #222b45;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 10px;
  border-color: #f57c27;
  background-color: #fffaf6;
  display: flex;
  align-items: center;
}

.alert.alert-danger b {
  font-weight: 700 !important;
}

.alert.alert-danger svg {
  margin-left: 24px;
  margin-right: 42px;
  flex-shrink: 0;
}
/* breadcrumb */
.breadcrumb {
  margin: 30px 0 25px 0;
  padding: 0;
  display: flex;
  overflow: auto;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li {
  list-style-type: none;
  position: relative;
  padding-right: 10px;
}
.breadcrumb > li:not(:first-child) {
  padding-left: 10px;
}
.breadcrumb > li + li::before {
  content: '';
  padding: 0;
}
.breadcrumb > li::after {
  content: '';
  display: block;
  position: absolute;
  background: #bcbcbc;
  top: 4px;
  right: 0;
  width: 1px;
  height: 8px;
}
.breadcrumb > li:last-child::after {
  display: none;
}
.breadcrumb > li a {
  color: #000;
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.breadcrumb > li a svg {
  margin-right: 10px;
}
/* pagination */
.pagination {
    /*
  display: flex;
  align-items: center;
  justify-content: flex-end;
  */
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination_wraper {
  margin: 57px 0 48px auto;
}
.pagination_wraper > .col-sm-6 {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.pagination_block {
  margin-left: auto;
  text-align: right;
}
/*
.pagination > li:not(:last-child) {
  margin-right: 14px;
}
*/
.pagination > li > a,
.pagination > li > span {
  margin-left: 7px !important;
  margin-right: 7px;
  margin-bottom: 12px;
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 10px;
  color: #121212;
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 10px;
  border: none;
  white-space: nowrap;
  user-select: none;
  text-decoration: none;
  transition: 0.4s;
}
.pagination > li.text-first a, .pagination > li.text-prev a, .pagination > li.text-next a, .pagination > li.text-last a {
  background-color: transparent;
}
.pagination > li.active > span,
.pagination > li > a:hover {
  color: #fff;
  background-color: #ffdce8;
}
li.pagination__dots > a {
  background-color: #fff;
}
.pagination > li > a.prev__page,
.pagination > li > a.next__page {
  background-color: transparent;
}
.pagination > li > a.prev__page {
  margin-right: 30px;
}
.pagination > li > a.next__page {
  margin-left: 30px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #ffdce8;
  border-color: transparent;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 3;
  color: #fff;
  background-color: #ffdce8;
}
/* buttons */
.buttons {
  margin: 1em 0;
}
.btn {
  padding: 12px 25px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  box-shadow: none;
}
.btn-xs {
  font-size: 9px;
}
.btn-sm {
  font-size: 10.2px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px;
}
.btn-group > .btn-xs {
  font-size: 9px;
}
.btn-group > .btn-sm {
  font-size: 10.2px;
}
.btn-group > .btn-lg {
  font-size: 15px;
}
.btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
  color: #ffffff;
  background-color: #cf207b;
  background-image: none;
  border: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #cf3c88;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
.button-group-buy button {
  color: #222b45;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  align-items: center;
  padding: 0;
}
.button-group-buy button svg {
  margin-right: 6px;
}
.btn-none {
  border: none !important;
  background: none !important;
}
.section-wishlist .hover,
.section-wishlist:hover .normal,
.section-wishlist.add-wishlist .normal {
  display: none;
}
.section-wishlist:hover .hover,
.section-wishlist .normal,
.section-wishlist.add-wishlist .hover {
  display: block;
}
/* product */
.section-wishlist {
  position: absolute;
  right: 26px;
  top: 6px;
}
.remove-wishlist{
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-product-information h4 a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}
.stickers_image {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
  padding: 0px;
}
.stickers_image.stickers_image_product {
  height: max-content;
}
.stickers_image li {
  margin-right: 10px;
  display: flex;
  height: max-content;
}
.stickers_image_product.stickers_image img {
  height: 25px;
}
.stickers_image.stickers_image_product {
  height: max-content;
}
.alert.alert-success {
  position: fixed;
  z-index: 9;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 350px;
  top: 40%;
  transform: translateY(-50%);
  padding: 20px;
  padding-top: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.alert.alert-success svg {
  width: 100%;
  margin-bottom: 10px;
}
.alert_buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.alert_buttons button {
  color: #344054;
  width: 100%;
  max-width: 170px;
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: transparent;
  border-radius: 8px;
}
.alert_buttons a {
  color: #fff !important;
  margin-left: 10px;
  width: 100%;
  max-width: 170px;
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ed1c24;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #ed1c24;
  border-radius: 8px;
}
.alert-success {
  padding: 24px;
  border-radius: 12px;
  color: #101828;
  background-color: #fff;
  border-color: transparent;
  text-align: left;
  line-height: 2;
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03),
    0px 20px 24px -4px rgba(16, 24, 40, 0.08);
}
.alert.alert-success a {
  color: #ed1c24;
}
/* product */
/* 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;
}
/* product list */
.year-product {
  margin-bottom: 10px;
  color: #747474;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
}
.name-product a {
  color: #313131;
  font-family: 'Sofia Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.8px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-product-information .price {
  color: #000;
  font-family: 'Sofia Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  white-space: nowrap;
}
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: auto;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a {
  display: block;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
.product-grid .product-thumb .image {
  float: none;
}
@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .caption {
  padding: 0 20px;
  min-height: 180px;
}

.product-thumb .caption > h4 + p {
  height: 70px;
  overflow: hidden;
}

.product-list .product-thumb .caption {
  margin-left: 230px;
}
@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}
.product-thumb .rating {
  padding-bottom: 10px;
}
.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 {
  color: #444;
}
.product-thumb .price-new {
  font-weight: 600;
}
.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}
.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
.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 #ddd;
}
.image-additional {
  max-width: 78px;
}
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}
h3.title-section {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 49px;
}
@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-3:nth-child(4n + 1),
  #content .col-lg-4:nth-child(3n + 1),
  #content .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-3:nth-child(4n + 1),
  #content .col-md-4:nth-child(3n + 1),
  #content .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-3:nth-child(4n + 1),
  #content .col-sm-4:nth-child(3n + 1),
  #content .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}

/* 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%;
  }
}

/* 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;
}

.modal_login {
  text-decoration: none !important;
}
.register__log {
  text-decoration: underline !important;
  font-size: 14px;
}
.modal-header {
  padding: 0;
  min-height: auto !important;
}
.modal-body {
  padding: 0;
}
.register__wrapper {
  width: 100%;
  padding: 20px 15px 20px 15px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
}
.modal-header .close {
  position: relative;
  z-index: 99999;
  opacity: 1;
  height: 20px;
  width: 20px;
}
.register__clouse-svg {
  fill: #000;
  height: 20px;
  width: 20px;
}
.modal-open .modal {
  padding-right: 0 !important;
}
.modal-dialog {
  max-width: 282px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.simpleregister-have-account {
  margin: 0 !important;
}
.register .simpleregister-have-account {
  margin-top: 14px;
}
.form-horizontal .form-group {
  margin-top: 0px;
  padding: 0;
}
.register .form-horizontal .form-group {
  margin-bottom: 0 !important;
}
.login .form-horizontal .form-group {
  margin-bottom: 0 !important;
}
.forgotten-link {
  display: block;
  text-align: right;
}
.view_pass {
  position: absolute;
  background: transparent;
  z-index: 10;
  right: 14px;
  top: 12px;
}
.register .form-group {
  margin-top: 14px;
}
.simpleregister-button {
  margin-top: 24px;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}
.login .title-page {
  padding-top: 24px;
}
.form-control {
  border-color: #b6b6b6;
}
.register .modal-dialog {
  width: 320px;
}
#simpleregister .form-group > div {
  width: 100%;
}
#simpleregister fieldset {
  padding: 0;
}

.lock body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

#overlay.active {
  background: rgba(0, 0, 0, 0.4);
  z-index: 49;
  visibility: visible;
}
#overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
  visibility: hidden;
  -webkit-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.sc-megamenu > nav {
  height: calc(100% - 56px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sc-megamenu-list {
  margin: 0;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 41px;
  border-radius: 10px;
  list-style: none;
}
.sc-megamenu-list-item svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  padding: 5px;
}
.sc-megamenu-list-item.active > a,
.sc-megamenu-list-item:hover > a {
  font-weight: 700;
}
.sc-megamenu-list-item > svg path {
  flex-shrink: 0;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.sc-megamenu-list-item.active > svg path,
.sc-megamenu-list-item:hover > svg path {
  stroke: #f57c27;
}
.sc-megamenu.active .sc-megamenu-list {
}

.sc-megamenu-child {
  position: absolute;
  top: 0;
  left: 0;
}

.sc-megamenu-child-narrow {
  right: auto;
  bottom: 0;
  border-radius: 10px;
}
.sc-megamenu-child-narrow ul {
  max-height: calc(100% - 56px);
  overflow-y: auto;
}
.sc-megamenu-child-narrow li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sc-megamenu-child-narrow li a {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .sc-megamenu-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .sc-megamenu-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .categories_lvl1 {
    max-width: 370px;
    width: 100%;
  }
  .categories_lvl2 {
    left: 100%;
    margin-left: -1px;
    padding-top: 25px;
    padding-bottom: 41px;
    max-width: 430px;
    width: 100%;
    height: fit-content;
  }
  .categories_lvl3 {
    left: 100%;
    margin-left: -1px;
    padding-top: 25px;
    padding-bottom: 41px;
    max-width: 430px;
    width: 100%;
    height: inherit;
  }
  .categories_lvl4 {
    left: 100%;
    margin-left: -1px;
    padding-top: 25px;
    padding-bottom: 41px;
    max-width: 430px;
    width: 100%;
    height: inherit;
  }
  .sc-megamenu-list-item.active > .sc-megamenu-child,
  .sc-megamenu-list-item:hover > .sc-megamenu-child {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    pointer-events: all;
  }
  .sc-megamenu-child-narrow li:not(.sc-menu-list-landings) .sc-megamenu-child {
    top: 0;
  }
  .sc-megamenu-child-narrow
    li:not(.sc-menu-list-landings):hover
    > .sc-megamenu-child {
    opacity: 1;
    visibility: visible;
  }

  .sc-megamenu-container {
    position: relative;
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .sc-megamenu {
    position: absolute;
    top: 100%;
    right: calc(100% - 370px);
    left: 15px;
    transform: translateY(100%);
    padding-top: 13px;
    width: fit-content;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  }
  .sc-megamenu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
  }
  .sidebar-header {
    display: none;
  }
  .sc-megamenu > nav {
    width: 370px;
  }
  .sc-megamenu-list {
    background: #fff;
  }

  .sc-megamenu.active .sc-megamenu-list {
    height: 100% !important;
  }

  .sc-megamenu-list-item {
    padding: 0 34px 0 29px;
    min-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sc-megamenu-list-item > a {
    min-height: 50px;
    display: flex;
    flex-grow: 1;
    align-items: center;
    color: #1e1e1e;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    cursor: pointer;
  }

  .sc-megamenu-list-item > a img {
    margin-right: 35px;
    width: 21px;
    height: 21px;
  }

  .sc-megamenu-child {
    top: 13px;
    min-height: 430px;
    height: 600px;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    pointer-events: none;
    -webkit-box-shadow: 0px 70px 20px 0px rgba(145, 145, 145, 0),
      0px 45px 18px 0px rgba(145, 145, 145, 0.01),
      0px 25px 15px 0px rgba(145, 145, 145, 0.05),
      0px 11px 11px 0px rgba(145, 145, 145, 0.09),
      0px 3px 6px 0px rgba(145, 145, 145, 0.1);
    box-shadow: 0px 70px 20px 0px rgba(145, 145, 145, 0),
      0px 45px 18px 0px rgba(145, 145, 145, 0.01),
      0px 25px 15px 0px rgba(145, 145, 145, 0.05),
      0px 11px 11px 0px rgba(145, 145, 145, 0.09),
      0px 3px 6px 0px rgba(145, 145, 145, 0.1);
    -webkit-transition: opacity 0.3s ease-out 0.05s,
      visibility 0.3s ease-out 0.05s, transform 0.2s ease-out 0.05s;
    -o-transition: opacity 0.3s ease-out 0.05s, visibility 0.3s ease-out 0.05s,
      transform 0.2s ease-out 0.05s;
    transition: opacity 0.3s ease-out 0.05s, visibility 0.3s ease-out 0.05s,
      transform 0.2s ease-out 0.05s;
    transition: opacity 0.3s ease-out 0.05s, visibility 0.3s ease-out 0.05s,
      transform 0.2s ease-out 0.05s;
    transform: translateY(100%);
  }

  .sc-megamenu-child-narrow ul {
    max-height: 100%;
  }

  .sc-megamenu-child-narrow li:not(.sc-menu-list-landings) {
    padding: 0 34px 0 29px;
  }

  .main-title-category {
    display: none;
  }
}

@media (min-width: 1400px) {
  .sc-megamenu-container {
    width: 1396px;
  }
}
@media (max-width: 1199.98px) {
  .sc-megamenu {
    position: fixed;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 50;
    overflow: hidden;
    border-top-right-radius: 0.75rem;
    border-top-left-radius: 0.75rem;
    background-color: #f2f4f8;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }

  .sc-megamenu.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: calc(100% - 155px);
    overflow: hidden;
  }

  .sidebar-header {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    font-weight: 700;
    font-size: 20px;
    -webkit-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    min-height: 56px;
  }
  .sidebar-header svg {
    width: 20px;
    min-height: 20px;
  }
  .sc-megamenu-list {
    padding-bottom: 65px;
    height: 100%;
    overflow: auto;
  }
  .sc-megamenu-list-item {
    padding: 0 20px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sc-megamenu-list-item a {
    margin-right: auto;
  }
  .categories_lvl1 .sc-megamenu-list-item.link-hard:first-child a {
    color: #f1223d;
  }
  .sc-megamenu-list-item img {
    margin-right: 10px;
    width: 28px;
    height: 28px;
  }
  .sc-megamenu-child {
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    background-color: #f2f4f8;
    z-index: 50;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .sc-megamenu-child.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .main-title-category {
    padding: 0 20px;
    height: 56px;
    line-height: 1;
    display: flex;
    align-items: center;
    background-color: #fff;
  }

  .prev-catalog {
    margin-right: 5px;
  }

  button.btn.btn-buy.no-product {
    margin-right: 0;
    margin-bottom: 9px;
    width: 100%;
    color: #000;
    background-color: #fff;
    pointer-events: none;
    cursor: default;
  }
}

/* Custom styles */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 11111;
}

.account__block {
  display: flex;
}

.account__block--elem {
  padding: 0 15px;
  width: calc(100% / 3);
  flex-shrink: 0;
}

.btn-green {
  color: rgb(255, 255, 255);
  background: #40ab35;
  width: 150px;
  height: 35px;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  border-radius: 5px;
}
.header__search.in {
  display: block;
}
@media (max-width: 999.98px) {
  .wrapper{
    padding-top: 60px;
  }
  .breadcrumb{
    margin: 30px 0;
    justify-content: center;
  }
  .name-product a{
    font-size: 16px;
  }
}