@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&amp;subset=cyrillic");
body {
  font-family: "open sans" !important;
  padding: 0 !important;
  margin: 0;
}
.no-pos {
  position: unset !important;
}
a,
a:hover {
  text-decoration: none;
}
:focus,
:active {
  outline: 0;
}
ol,
ul,
dl {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.flex {
  display: flex;
}
.no-pos {
  position: unset !important;
}
.npd {
  padding: 0 !important;
}
/* header.container-fluid {
  z-index: 1051;
} */
.mobile-vis .nav li {
  padding-right: 10px;
}
.mobile-vis .nav li a {
  font-size: 15px;
  padding: 0 10px;
  border: 0;
  /* text-transform: uppercase; */
  line-height: 36px;
}
.mobile-vis .nav li a.text-uppercase {
    font-size: 14px !important;
}
#mobile-menu--button {
    font-size: 16px !important;
}
.as-btn-collapse,
.as-btn-collapse:active,
.as-btn-collapse:focus {
  background-color: transparent;
  font-size: 26px;
  border: 0;
  box-shadow: none;
  outline: none;
}
.btn-primary {
  border-color: #25211e;
  background: #25211e;
  border-radius: 0;
  padding: 5px 25px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  box-shadow: none;
  opacity: 0.85;
  background: #25211e;
  border-color: #25211e;
}

.btn-default {
  border-radius: 0;
  padding: 5px 25px;
}

.as-btn-collapse .as-icon {
  color: #fff;
}
.search-open header {
  background: rgba(37, 33, 30, 1) !important;
}
.as-icon {
  display: inline !important;
}
.mobile-vis .dropdown button {
  background: #fff;
  border-right: 0;
}
.navbar .navbar-toggler {
  position: absolute;
  width: 80%;
  left: 10%;
  padding: 10px 25px;
  top: 18px;
  color: #0d47a1;
  z-index: 1051;
  background: #fff;
}
.navbar .navbar-toggler .as-icon {
  color: #0d47a1;
}
.as-mobile-nav.mobile-vis {
  display: block;
}
.as-mobile-nav {
  position: absolute;
  left: 0;
  top: 100%;
  background: rgba(255, 255, 255, 1);
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1051;
  width: 100%;
  display: none;
}
.as-mobile-nav .router-link-active {
  background: #eeeeee;
}
.as-mobile-nav ul {
  display: block;
  width: 100%;
}
.as-mobile-nav li {
  width: 100%;
  padding-right: 0 !important;
}
.as-mobile-nav li a {
  /* font-size: 13px !important; */
  color: #333;
  font-weight: 100;
}
.as-mobile-nav .header {
  margin: 0;
}
.as-mobile-nav .header span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
}
.as-mobile-nav .info {
  padding: 5px 15px;
}
.mobile-vis {
  visibility: hidden;
  display: none;
}
.mobile-hidden {
  visibility: visible;
  display: block;
}
/* Qty */
input.quantity {
  text-align: center;
  width: 35px;
  height: 30px;
  vertical-align: top;
  border-radius: 0px;
  border: 1px solid #eaeaea;
}
.quantity_button {
  width: 25px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  color: #333 !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  position: relative;
  border: 1px solid #eaeaea;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.quantity_button:hover {
  border-color: transparent;
  color: #525252;
  cursor: pointer;
}
.quantity_button.arrow_icon.minus {
  border-right: none;
  border-radius: 3px 0 0 3px;
  left: 0px;
}
.quantity_button.arrow_icon.plus {
  border-left: none;
  border-radius: 0 3px 3px 0;
  right: 0px;
}
.label-qt {
  min-width: 50px;
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 30px;
}
.options .form-group .holder {
  display: table-cell;
  margin-top: 5px;
  width: 100%;
}
.options .square {
  border: 2px solid #0062cc;
  border-radius: 4px;
  background: #fff;
  padding: 0 10px;
  margin-right: 5px;
  text-align: center;
  line-height: 38px;
  font-weight: bold;
  cursor: pointer;
  color: #0062cc;
  position: relative;
}
.options .square .badge {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 9px;
}
.options .square.active {
  background: #346296;
  color: #fff;
}
.options .square:hover {
  background: #346296;
  color: #fff;
}
.options [type="checkbox"]:not(:checked),
.options [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.label-qt {
  color: #525252;
  line-height: 40px;
  margin-right: 5px;
}
.product-info .sizes li {
  margin-bottom: 10px;
  margin-right: 0;
}
.product-info .sizes li div {
  width: 100%;
}
.sizes li {
  border: 1px solid #eee;
  margin-right: 5px;
  cursor: pointer;
}
.sizes li div:hover,
.sizes li div.active {
  background: #f7f7f7;
}

.sizes div {
  margin: 0;
  padding: 5px 10px;
  cursor: pointer;
}

.sizes div.active {
  content: "";
  background: transparent;
}
.sizes div.active {
    font-weight: 600;
  background: #f7f7f7;
}


.sizes div.active::after {
    float:right;
    color: #000;
    content: "✔";
  }


.sizes,
.sizes.flex {
  justify-content: center;
  flex-wrap: wrap;
}
.sizes li {
  padding: 0;
  margin-bottom: 5px;
}
.sizes div {
  background: #fff;
}
.modal-exec .close {
  display: block;
}
.modal-exec > div {
  z-index: 1051 !important;
}
.as-container {
  padding: 30px 30px;
}

.as-top-filter > ul {
  text-align: center;
  padding: 0;
  margin: 0;
}
.as-top-filter ul li {
  display: inline-block;
  padding: 10px 15px;
}
.as-top-filter ul li a {
  color: #252525;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.as-top-filter ul li a svg {
  position: relative;
  top: -1px;
  margin-left: 5px;
  color: #999;
}
.cat-list {
  padding: 30px 0;
}
.cat-list .cat-block {
  padding: 0 10px;
}
.cat-list .cat-block img {
  width: 100%;
  object-fit: contain;
}
.cat-list .cat-block {
  margin-bottom: 30px;
}
.cat-list .cat-footer {
  width: 100%;
  padding: 5px 10px;
}
.cat-list .cat-footer .name,
.cat-list .cat-footer .price {
  display: block;
  color: #252525;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.cat-list .cat-footer .name:hover {
  text-decoration: underline;
}
.cat-list .cat-footer .price {
  font-weight: bold;
  font-size: 18px;
}
.cat-list .cat-block .cat-body {
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.cat-list .cat-block .cat-body .cat-actions,
.cat-list .cat-block .cat-body .desc {
  position: absolute;
  z-index: 11;
}
.cat-list .cat-block .cat-body .cat-actions {
  width: 100%;
  height: 280px;
  text-align: center;
  vertical-align: middle;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
.cat-list .cat-block .cat-body a {
  display: block;
}
.cat-list .cat-block .cat-body a:hover img {
  opacity: 0.5;
}
.cat-list .cat-block:hover .cat-body .cat-actions {
  display: flex;
}
.cat-list .cat-block:hover .cat-body .cat-actions > * {
  border: 0;
  border-radius: 5px;
  background: #252525;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  margin-right: 5px;
}
.cat-list .cat-block:hover .cat-body .cat-actions > *:hover {
  background: #303030;
}
.cat-list .cat-block .cat-body .desc {
  bottom: 0;
  display: none;
  text-align: center;
  width: 100%;
  background: rgb(223, 223, 223);
  color: #252525;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 0;
}
.cat-list .cat-block:hover .cat-body .desc {
  display: block;
}
.cat-list .row .col-md-2 {
  padding: 0;
}
.filter-block {
  border-bottom: 1px solid #ccc;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  flex-wrap: wrap;
}
.filter-block legend {
  text-align: center;
}
.filter-block .f-body ul {
  max-height: 260px;
  overflow-y: auto;
  padding: 0 15px;
  margin-bottom: 15px;
}
.filter-block li label {
  font-size: 13px;
  text-transform: uppercase;
}
.filter-block li label input[type="checkbox"] {
  position: relative;
  top: 2px;
}
.f-close {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #252525;
  text-transform: uppercase;
  font-size: 13px;
}
#as-price input[name="price"] {
  height: 30px;
  border-radius: 0;
  background: #eee;
}
#as-price,
#as-price .flex {
  align-items: center;
}
.filter-block .form-group {
  margin-bottom: 0;
}
.filter-block .form-group label {
  font-size: 13px;
  align-items: center;
  display: flex;
}
.filter-block .form-group label input[type="checkbox"] {
  margin-right: 10px;
}
.slick-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.as-btn-slick {
  margin-left: 10px;
}
#as-price > div {
  padding: 0 7px;
}
.old-price {
  text-decoration: line-through;
  color: #7e7e7e !important;
}
.new-price {
  font-size: 18px !important;
  color: #db3939 !important;
}
.align-center {
  align-items: center;
  justify-content: space-between;
}
.btn-check {
  background: transparent;
  border: 0;
  padding: 5px 10px;
}
.btn-check:hover {
  background-color: #fff;
}
.on-size {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
}
.on-size .form-group {
  width: 50%;
}

@media (max-width: 789px) {
  .as-container {
    padding: 30px 0;
  }
  .slick-header {
    display: block;
    text-align: center;
  }
  .slick-header h1 {
    font-size: 22px;
  }
  .slider-for .slick-arrow {
    opacity: 1 !important;
  }
  h1 {
    font-size: 18px;
  }
  .slick-header .slick-btn {
    margin-top: 30px;
    justify-content: center;
  }
  .mobile-vis {
    visibility: visible;
    display: block;
  }
  .mobile-hidden {
    visibility: hidden;
    display: none;
  }
  .as-slider {
    position: relative !important;
    top: 48px !important;
  }
  .as-mobile-nav .as-dropdown-menu {
    box-shadow: none;
  }
  .filter-block .form-section {
    margin-bottom: 15px;
  }
  #as-price input[name="price"] {
    width: 100% !important;
  }
  #as-price .flex span {
    display: none;
  }
  .col-md-2,
  .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cat-list .cat-block .cat-body .cat-actions,
  .cat-body .desc {
    visibility: hidden;
  }
  .slider-desc p {
    font-size: 18px;
  }
  .cat-block {
    padding: 0;
  }
}
@media (max-width: 400px) {
  .cat-list .col-md-2,
  .cat-list .col-md-3 {
    flex: 0 0 50%;
    max-width: 100%;
  }
}
@media (min-width: 790px) and (max-width: 1024px) {
  .cat-list .col-md-2,
  .cat-list .col-md-3 {
    flex: 0 0 33.33333%;
    max-width: 33.333333%;
  }
}

/* ---===CART===--- */
.cart-list img {
  width: 100%;
}
.cart-item {
  box-shadow: 0 1px 2px 0 rgba(128, 128, 128, 0.75);
  margin-bottom: 15px;
  padding: 15px 0;
  position: relative;
  background: #fff;
}
.cart-item a {
  color: #333;
}
.cart-item .block-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-item .quantity_button {
  background: #fff;
}
.cart-item .block-name {
  display: block;
}
.cart-item .block-art {
  display: block;
  font-size: 13px;
  margin-bottom: 15px;
}

.cart-item .block-actions {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}
.cart-item .block-actions ul {
  display: flex;
  width: 100%;
}
.cart-item .block-actions ul li a {
  padding: 0 10px;
}
.cart-item .block-actions .block-price {
  justify-content: flex-end;
}
.cart-item .block-actions .block-price li {
  border: 0 !important;
}
.as-block {
  box-shadow: 0 1px 2px 0 rgba(128, 128, 128, 0.75);
  background: #fff;
  width: 100%;
  padding: 10px 15px;
}
.as-block ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.cart-item label {
  line-height: 1;
}
.cart-item p span,
.cart-item a span {
  font-weight: bold;
}
.cart-item p {
  font-weight: 200;
  font-size: 13px;
}
.cart-item .block {
  display: flex;
  justify-content: space-between;
}
.cart-item .control-label span {
  font-weight: bold;
}
.as-form [type="submit"] {
  padding: 5px 25px;
}
@media (max-width: 1280px) {
  .cart-item .form-group {
    margin-bottom: 0;
  }
  .cart-item p {
    margin-bottom: 0;
  }
  .cart-item .block-art {
    margin-bottom: 0;
  }
  .cart-item .block-actions {
    position: unset;
    padding: 0;
  }
}

/* views/Top.vue */

header.container-fluid {
    background: -moz-linear-gradient(
      top,
      rgba(94, 94, 94, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(94, 94, 94, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(94, 94, 94, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#00ffffff',GradientType=0 );
    line-height: 48px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1039;
  }
  header.container-fluid:hover,
  .as-nav-dark {
    background: rgba(37, 33, 30, 1) !important;
  }
  .as-nav-dark .navbar-brand img {
    width: 180px;
  }
  header.container-fluid a {
    color: #fff;
  }
  .flex > * {
    font-size: 12px;
    padding: 0 10px;
  }
  .top-brand {
    text-align: center;
  }
  .navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 26px !important;
  }
  .navbar-brand img {
    width: 180px;
  }
  .modal-backdrop.show {
    z-index: 1000;
  }
  .modal * {
    font-size: 15px;
  }
  .modal h5 {
    font-size: 22px;
  }
  .pac-container {
    z-index: 1050;
  }
  .top-navigation {
    width: 100%;
  }
  .top-navigation > ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-navigation > ul > li a {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    /* text-transform: uppercase; */
    display: block;
    padding: 10px;
    line-height: 1.7;
  }
  .top-navigation .router-link-active {
    color: #cccccc;
  }
  .search-vis {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #313131;
    display: flex;
    font-size: 16px;
    padding: 0 25px 0 25px;
    z-index: 1050;
  }
  .search-vis form {
    position: relative;
  }
  .block-search {
    display: none;
  }

  .search-vis .block-search {
    order: 0;
    width: 98%;
    display: block;
  }
  .search-vis .block-search input {
    width: 100%;
    color: #fff;
    height: 48px;
  }
  .search-vis .block-search input:focus,
  .search-vis .block-search input:active {
    box-shadow: none;
    outline: none;
  }
  .search-vis a {
    text-align: right;
    order: 1;
  }
  .search-vis input {
    background: transparent;
    border: 0;
    padding-left: 45px;
  }
  .search-vis .as-btn-search {
    background: transparent;
    border: none;
    border-radius: 0;
    color: #999;
    position: absolute;
    top: 0;
    left: 0;
  }
  .as-dropdown-menu {
    opacity: 0;
    display: block;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: hsla(0, 0%, 100%, 0.95);
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 10;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.75);
  }
  .as-dropdown-menu a {
    color: #333 !important;
    font-weight: 100;
  }
  .as-dropdown-menu > ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
  }
  .as-dropdown-menu > ul li {
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .as-dropdown:hover .as-dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .as-dropdown-menu ul li:first-child {
    width: 100%;
    font-size: 18px;
  }
  .as-backfone {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    cursor: pointer;
  }
  .top-btn-action svg {
    font-size: 16px;
  }
  .top-btn-action .flex li:last-child svg {
    font-size: 16px;
    position: relative;
    /* top: 3px; */
  }
  .as-drop-cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
  }
  .as-drop-cat li a {
    font-weight: 100 !important;
    border: 1px solid #cecece;
    margin: 3px;
    transition: all ease-out 0.5s;
  }
  .as-drop-cat li a:hover {
    background: #cecece;
    color: #fff;
  }
  .badge-cart {
    position: relative;
  }
  .badge-cart span {
    border-radius: 50%;
    background: #ef5c5c;
    font-size: 10px;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    top: -10px;
    right: -10px;
  }
  .top50 {
    top: 50px !important;
  }
  .as-lang-drop {
    white-space: nowrap;
  }
  .as-lang-drop svg {
    color: #fff;
  }
  .as-lang-drop button {
    border-radius: 0;
    border: 0;
    background-color: transparent !important;
    outline: 0;
    box-shadow: none !important;
    font-size: 13px;
    padding-left: 5px;
  }
  .as-lang-drop .dropdown-menu {
    border-radius: 0;
  }
  .as-lang-drop .dropdown-menu a {
    color: #333;
    line-height: 1.7;
    font-size: 13px;
  }
  .as-lang-drop .dropdown-menu a:hover {
    background: rgba(128, 128, 128, 0.3);
  }
  @media screen and (max-width: 789px) {
    header.container-fluid {
      background: rgba(37, 33, 30, 1);
    }
    .top-brand > div {
      text-align: center;
      justify-content: flex-start;
    }
    header > div {
      justify-content: space-between;
    }
    .nav-block-right {
      position: unset !important;
    }
    .nav-block-right .nav {
      justify-content: flex-end;
      flex-wrap: nowrap;
    }
    .main {
      height: auto !important;
    }
    .navbar-brand {
      font-size: 16px !important;
    }
    .navbar-brand img {
      width: 140px;
    }
    header .col-4 {
      padding: 0;
    }
    .top-address .flex li {
      padding: 0 5px;
      font-size: 16px;
    }
    .as-mobile-nav .nav .as-dropdown:first-child div > span {
      background: #007bff;
      min-height: 58px;
      line-height: 58px;
      color: #fff;
    }
    .as-mobile-nav .nav .as-dropdown:nth-child(2) div > span {
      background: #dc3545;
      min-height: 58px;
      line-height: 58px;
      color: #fff;
    }
    .as-mobile-nav .nav .as-dropdown:last-child div > span {
      background: #646464;
      min-height: 58px;
      line-height: 58px;
      color: #fff;
    }
    .as-mobile-nav .nav .as-dropdown:first-child .as-dropdown-menu {
      background: #007bff;
    }
    .as-mobile-nav .nav .as-dropdown:first-child .as-dropdown-menu .alt {
        background: #0055b1;
    }
    .as-mobile-nav .nav .as-dropdown:nth-child(2) .as-dropdown-menu {
        background: #dc3545;
    }
    .as-mobile-nav .nav .as-dropdown:nth-child(2) .as-dropdown-menu .alt {
        background: #9e2733;
    }
    .as-mobile-nav .nav .as-dropdown:last-child .as-dropdown-menu {
      background: #646464;
    }
    .as-mobile-nav .nav .as-dropdown:last-child .as-dropdown-menu .alt {
        background: #4d4d4d;
    }
    .as-mobile-nav .nav .as-dropdown .as-dropdown-menu a {
      color: #fff !important;
    }
  }

/* views/Home.vue */

.as-container {
    background: #fff;
    width: 100%;
  }
  .collections-list .container-fluid {
    padding: 0 15px;
  }
  .cat-list .container-fluid {
    padding: 0 15px;
  }
  .collections-list .collections-block {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .collections-list .collections-block a {
    position: relative;
    display: block;
  }
  .collections-list .collections-block a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
  }
  .collections-list .collections-block img {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }
  .collections-list .collections-block .name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 320px;
    z-index: 11;
  }

  /* components/MobileNav.vue */

  .as-mobile-nav .as-dropdown-menu {
    padding-left: 30px;
    border-bottom: 1px solid #333;
  }
  .as-mobile-nav .as-dropdown-menu li {
    margin-bottom: 0;
  }
  .as-mobile-nav .as-dropdown-menu ul li:last-child {
    border-bottom: 0;
  }
  .as-mobile-nav .as-dropdown-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 0;
  }
  .as-mobile-nav .as-dropdown-menu li {
    padding: 0;
  }
  .as-mobile-nav .as-dropdown-menu li a {
    color: #333;
    padding-left: 30px;
  }
  .as-mobile-nav ul li a {
    display: flex;
    justify-content: space-between;
    color: #333;
  }
  .as-mobile-nav .as-dropdown > li > a span {
    padding: 0 15px;
  }
  .as-mobile-nav .as-caret {
    padding: 0 15px;
  }
  .as-mobile-nav .nav .as-dropdown-menu {
    background: transparent;
  }

/* components/Breadcrumb.vue */

.breadcrumb {
  background: transparent;
  padding: 10px 0;
}
.breadcrumb li,
.breadcrumb li a {
  color: #252525;
  font-size: 12px;
  font-weight: 400;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

/* view/Product.vue */

.container-white {
  background: #fff;
  padding: 30px 0;
}
.header h1 {
  margin-bottom: 30px;
}
.product-info .flex > * {
  padding: 0;
}
.product-info ul li {
  font-size: 15px;
  color: #525252;
  line-height: 1.7;
}
.product-info ul li span {
  font-weight: bold;
  padding-left: 10px;
  text-align: right;
}
.divider {
  border-top: 1px solid #eee;
  margin: 15px 0;
}
.product-info .offer_wrapper {
  margin-bottom: 15px;
}
.product-info .price-new {
  font-size: 14px;
  text-transform: uppercase;
}
.product-info .price-new .amount {
  font-weight: bold;
}
.product-info .new-price {
  margin-right: 10px;
  font-weight: bold;
}
.product-info .old-price {
  text-decoration: none;
}
.product-info .old-price span {
  white-space: pre;
  font-size: 30px;
  position: relative;
}
.product-info .old-price span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  color: #7e7e7e;
  width: 100%;
  height: 0;
  border-bottom: 3px solid #7e7e7e;
  transform: rotate(-5deg);
}
.description {
  margin-top: 15px;
  /* border: 1px solid #cecece; */
  border-bottom: 0;
  padding: 15px 0;
}
.slider-nav .slick-next {
  bottom: -10px;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring.mini {
  width: 32px;
  height: 32px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #25211e;
  border-color: #25211e transparent#25211e transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.lds-dual-ring.mini:after {
  width: 24px;
  height: 24px;
  margin: 4px;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.container-gray {
  background: #e7e7e7;
  padding: 30px 0;
}

.size-label.disabled {
  cursor: not-allowed;
  background: #e9ecef;
  /* color: #ccc; */
}

.size-label.disabled:hover {
  cursor: not-allowed;
  background: #e9ecef;
  /* color: #ccc; */
}

.size-label.disabled div {
    cursor: not-allowed;
}

.size-label.disabled div:hover {
    cursor: not-allowed;
}

/* SEARCH FULL SCREEN */

#change-search svg {
  z-index: 65536;
}

.search-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.4s linear;
  display: none;
  background-color: rgba(0, 0, 0, .9);
  z-index: 65535;
}
.search-wrapper.active{
  display: block;
}

.search-data{
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  background: linear-gradient(-135deg, #c850c0, #4158d0);
}
.search-btn span{
  color: #fff;
  font-size: 22px;
  line-height: 60px;
}
.search-data{
  position: absolute;
  height: 50px;
  width: 400px;
  display: flex;
  text-align: center;
  /* display: none; */
}
.search-data input{
  height: 100%;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.search-data .line{
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.4s 0.3s linear;
}
.search-data .line.active{
  transform: scaleX(1);
}
.search-data label{
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 18px;
  transform: translateY(-50%);
  pointer-events: none;
  color: rgba(255,255,255,0.7);
}
.search-data input:valid ~ label{
  opacity: 0;
}
.search-data button{
  margin-top: 10px;
  color: #fff;
  width: 100%;
  font-size: 18px;
  cursor: pointer;
  background-color: transparent;
  border-radius: 0;
}
.close-btn{
  position: absolute;
  z-index: 99;
  right: 25px;
  top: 25px;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
}
.search-data, .search-data button,
.search-data label, .close-btn{
  display: none;
}

.search-data .suggestions {
  width: 100%;
  height: 300px;
  margin-top: 15px;
  color: #262626;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  display: none;
}

.recent-items {
    text-align: center;
}

.recent-items a {
    color: #252525;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}

.recent-items a:hover {
    text-decoration: underline;
}
