body {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  font-family: 'Bebas'; }
body::-webkit-scrollbar {
    width: 10px;
    background: #231F20; }
body::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: #FBC707; }
  body.default {
    overflow-y: auto; }
  body.overflow {
    overflow: hidden; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Normalize~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
svg,
path,
rect,
path,
circle {
  transition: all 0.3s;}

img {
  max-width: 100%;
  object-fit: contain; }

a {
  text-decoration: none;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  display: block; }

button {
  border: none;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s;
  padding: 0px;
  outline: none;
  cursor: pointer;
  font-family: 'Bebas'; }

input,
textarea {
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  border-radius: 0;
  box-shadow: none; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: inherit; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: inherit; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: inherit; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: inherit; }
  input:focus,
  textarea:focus {
    border-color: #231F20; }

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0; }

ul,
ol {
  list-style: none;
  margin: 0px;
  padding: 0px; }

blockquote {
  margin: 40px auto !important;
  padding: 5px 20px 15px 55px;
  border-left: 6px solid #FBC707; }
  blockquote > * {
    text-align: center;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    display: block; }
  blockquote q {
    quotes: "\201c" "\201d"; }

#wrapper {
  padding-top: 165px;
  overflow-x: hidden;
/*  opacity: 0;*/
}
#wrapper.page_cart {
    overflow: unset;
}
#wrapper.show{
	opacity: 1;
}
  #wrapper.background:before {
    position: fixed;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(35, 31, 32, 0.8);
    z-index: 2; }

.container {
  max-width: 1245px;
  padding-left: 20px !important;
  padding-right: 20px !important; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Ui-kid~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.title-1 {
  font-size: 72px;
  line-height: 78px; }

.title-2 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 600; }

.title-3 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600; }
  .title-3 span {
    color: #FBC707; }

.title-4 {
  font-size: 28px;
  line-height: 28px; }
  .title-4 span {
    color: #FBC707; }

.title-border span {
  display: block;
  position: relative;
  padding-left: 75px;
  margin-left: 40px; }
  .title-border span:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 5px;
    background: #FBC707;
    left: 0;
    top: 55%; }

.description-1 {
  font-weight: 100;
  font-size: 17px;
  line-height: 1.55em;
  font-family: 'Museo';
  font-weight: 100; }
  .description-1 span {
    font-weight: bold; }

.description-2 {
  font-weight: 100;
  font-size: 17px;
  line-height: 1.55em;
  font-family: 'Museo';
  font-weight: 100; }
  .description-2 span {
    font-weight: bold; }

.link-1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700; }

.link-2 {
  font-size: 17px;
  line-height: 17px;
  font-weight: 400; }

.caption-1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600; }

.caption-2 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  background: #FBC707;
  color: #231F20;
  padding: 12px 38px;
  font-size: 17px;
  line-height: 17px;
  font-weight: 700;
  border: 3px solid #FBC707;
  width: fit-content;
  text-align: center; }
  .btn:hover {
    border-color: #231F20; }
  .btn.btn-border {
    border: 3px solid #231F20;
    min-width: 240px; }
  .btn.disabled {
    pointer-events: none;
    opacity: .7; }

.btn-social {
  width: 66px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn-social.google {
    background: #f4f4f4;
    border: 2px solid #f4f4f4; }
    .btn-social.google svg{
      fill: white }
    .btn-social.google:hover {
      background: white; }
      .btn-social.google:hover svg path, .btn-social.google:hover svg {
        fill: #DD4B39; }
  .btn-social.facebook {
    background: #3B5998;
    border: 2px solid #3B5998; }
    .btn-social.facebook svg{
      fill: white }
    .btn-social.facebook:hover {
      background: white; }
      .btn-social.facebook:hover svg path, .btn-social.facebook:hover svg {
        fill: #3B5998; }

.btn-edit:hover svg path, .btn-edit:hover svg {
  fill: #FBC707; }

.btn-calendar {
  width: 40px;
  height: 40px;
  padding: 10px;
  margin-left: 5px; }

.btn-count {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  background: #F3F3F3;
  transition: all .3s; }
  .btn-count:hover {
    background: #FBC707;
    color: #231F20; }

.btn-back {
  font-size: 20px;
  line-height: 20px;
  display: flex;
  align-items: center;
  font-weight: 600; }
  .btn-back:hover {
    color: #FBC707; }
    .btn-back:hover svg path,.btn-back:hover svg{
      fill: #FBC707; }
  .btn-back svg {
    width: 30px;
    height: 16px;
    margin-right: 16px; }

.btn-address {
  border: 3px solid #E7E7E7;
  width: 100%;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  margin-bottom: 20px; }
  .btn-address:hover {
    background: #FBC707;
    border-color: #FBC707; }
  .btn-address svg {
    margin-right: 10px; }

.btn-close {
  position: absolute;
  right: -45px;
  top: 50px; }
  .btn-close:hover svg path {
    fill: #FBC707; }

.fade-up {
  transform: translate(0, 30px);
  opacity: 0;
  transition: transform .3s, opacity .2s; }
  .fade-up.animate {
    transform: translate(0, 0);
    opacity: 1; }

.form-label {
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer; }
  .form-subscribe-group{
      position: relative;
  }
  .subscription-form .error{
      color: white;
    margin-top: 7px;
    display: block;
  }
  .form-label.error input, .form-label.error textarea, .form-label.error .selectize-control.single .selectize-input{
    border-color: #D62D30;}
  .form-label.error .form-error {
    display: block; }
  .form-label-small {
    width: 75px !important; }
    .form-label-small-last {
      margin-right: 0 !important; }
  .form-label-confirm {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .form-label-confirm.error{
        color: #D62D30;
    }
    .form-label-confirm.error a{
        color: #D62D30;
    }
    .form-label-confirm a {
      text-decoration: underline;
      color: #231F20;
      display: inline-block; }
      .form-label-confirm a:hover {
        color: #FBC707; }
  .form-label input,
  .form-label textarea {
    width: 100%;
    font-size: 17px;
    line-height: 17px;
    font-weight: 400;
    border: 3px solid #B1B0B1;
    padding: 18px;
    resize: none;
    font-family: 'Bebas';
    color: black; }
    .form-label input::placeholder{
      color: #B1B0B1;
    }
  .form-label textarea {
    height: 100px; }
  .form-label input[type="checkbox"] {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: -1; }
    .form-label input[type="checkbox"]:checked ~ i {
      background: #231F20; }
      .form-label input[type="checkbox"]:checked ~ i:before {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1; }
  .form-label i {
    position: relative;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin: 3px 14px 0 0;
    border: 3px solid #231F20;
    transition: all .3s; }
    .form-label i:before {
      position: absolute;
      content: '';
      width: 14px;
      height: 11px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale(0.3);
      opacity: 0;
      background-image: url("../../images/icons/check.svg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
      transition: all .3s; }
  .form-label .caption-2 {
    line-height: 30px;
    position: relative;  
  }
    .form-label .caption-2 sup{
        position: absolute;
        left: 105%;
        top: -5px;
    }

.form-group {
  display: flex;
  justify-content: space-between;
  position: relative; }
  .form-group .form-label {
    width: 48%; }

.form-group.form-address {
  display: flex;
  justify-content: flex-start; }
  .form-group.form-address .form-label {
    margin-right: 30px; }
    .form-group.form-address .form-label:not(.form-label-small) {
      width: 280px; }
    .form-group.form-address .form-label:last-child{
      margin-right: 0; }

.form-caption {
  display: block;
  font-size: 17px;
  line-height: 17px;
  font-family: 'Museo';
  margin-bottom: 12px;
  font-weight: 100; }

.form-error {
  font-size: 12px;
  line-height: 12px;
  color: #D62D30;
  font-family: 'Museo';
  margin: 5px 0 0 14px;
  font-weight: 300;
  display: none; }

.form-date {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .form-date input {
    width: 81.5%; }

.form-actions {
  display: flex;
  align-items: center; }
  .form-actions .btn {
    min-width: 213px;
    margin-right: 15px; }

.nav-top {
  margin: 50px 0 40px; }
  .nav-top ul {
    display: flex;
    flex-wrap: wrap; }
    .nav-top ul li {
      padding-right: 25px;
      margin-right: 25px;
      position: relative; }
      .nav-top ul li:not(:last-child):before {
        position: absolute;
        content: '/';
        right: -8px;
        top: -11px;
        color: #E7E7E7;
        font-size: 44px;
        transform: rotate(8deg); }
      .nav-top ul li a {
        color: #E7E7E7;
        white-space: nowrap; }
        .nav-top ul li a.active, .nav-top ul li a:hover {
          color: #231F20; }
      .nav-top ul li .sale {
        color: #ff000080;}
      .nav-top ul li .sale.active, .nav-top ul li .sale:hover {
        color: red;}

.text-content h2 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 35px; }

.text-content h3 {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 18px; }

.text-content p,
.text-content li {
  font-size: 17px;
  line-height: 26px;
  font-family: 'Museo';
  font-weight: 100;
  margin-bottom: 26px; }
  
.text-content ol {
    margin-top: 20px;
}

.text-content ol li:before {
    position: relative;
    content: '';
    width: 5px;
    height: 5px;
    background: black;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
    top: -1px;
}  

.mobile-close {
  display: none; }

.mobile {
  display: none; }

.tablet {
  display: none; }

.ic-mobile {
  display: none; }

.cancel {
  font-size: 17px;
  line-height: 17px;
  color: #B1B0B1;
  font-family: 'Bebas';
  font-weight: 700; }
  .cancel:hover {
    color: #231F20; }

.dropdown {
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all .3s;
  transform: translate(0, 20px);
  max-width: 1245px;
  min-width: 1245px;
  margin: 0 auto;
  background: white;
  padding: 35px 70px;
  background: #F3F3F3;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  height: calc(95vh - 145px);
  overflow: auto;    
}
.dropdown::-webkit-scrollbar {
    width: 10px;
    background: #231F20; }
.dropdown::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: #FBC707; }
    
    
  .dropdown > li:not(:last-child) {
    margin-bottom: 5px; }
  .dropdown-top > * {
    text-align: center; }
  .dropdown-content {
    border-top: 1px solid #B1B0B1;
    border-bottom: 1px solid #B1B0B1;
    margin: 34px 0;
    padding: 28px 0;
    display: flex; }
    .dropdown-content .content {
      width: 100%;
      min-width: 100%;
      display: flex;
      justify-content: space-between;
    }
    .dropdown-content .photo {
      width: 18%;
      display: flex;
      align-items: center;
      padding: 20px;
        display: none
    }
    .dropdown-content .item {
      margin-right: 4%;
    }
    
    .dropdown-content .item:last-child{
        margin-right: 0;
    }
    .dropdown-content .item.column-2 ul {
        column-count: 2;
    }  
      .dropdown-content .item > span {
        font-size: 20px;
        line-height: 20px;
        font-family: 'Bebas';
        font-weight: 700; }
      .dropdown-content .item ul {
        margin-top: 17px; }
      .dropdown-content .item li {
        margin-bottom: 15px; }
.dropdown-content .item a {
    font-size: 17px;
    line-height: 17px;
    font-family: 'Museo';
    font-weight: 100;
    padding: 0;
    transition: 0;
    width: fit-content;
}
.dropdown-content .item a:before {
    display: none;
}
.dropdown-content .item a:after {
    top: 0px;
    left: 0;
}
.dropdown-bottom .btn {
    min-width: 220px;
    margin: 0 auto;
}
.dropdown .header-link{
    transition: all .3s;
}

.dropdown .header-link:after{
    visibility: hidden;
}
.dropdown .header-link span{
    transition: all .3s;
}
    
.dropdown .header-link:hover span{
    opacity: 1;
    color: #FBC707;
}
/* .dropdown .header-link:before {
    display: block !important;
    position: absolute;
    content: '';
    width: 0%;
    height: 3px;
    background: #FBC707;
    bottom: -9px;
    left: 50%;
    transition: all .3s;
}
.dropdown .header-link:hover:before{
    left: 0%;
    width: 100%;
} */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Loader~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 111111;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all .5s; }
  .loader.close {
    transform: translate(0, -100%); }
  .loader-title {
    color: white;
    font-size: 50px;
    letter-spacing: 1px;
    font-weight: 600; }
  .loader-animation span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: white;
    margin: 10px 5px;
    opacity: 0; }
    .loader-animation span:nth-child(1) {
      animation: opacitychange 1s ease-in-out infinite; }
    .loader-animation span:nth-child(2) {
      animation: opacitychange 1s ease-in-out 0.33s infinite; }
    .loader-animation span:nth-child(3) {
      animation: opacitychange 1s ease-in-out 0.66s infinite; }

@keyframes opacitychange {
  0%, 100% {
    opacity: 0; }
  60% {
    opacity: 1; } }


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~CUBE Loader~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#cube-loader {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
  min-height: 400px;
}
#cube-loader .caption {
  margin: 0 auto;
}
#cube-loader .cube-loader {
  width: 73px;
  height: 73px;
  margin: 0 auto;
  position: relative;
  transform: rotateZ(45deg);
}
#cube-loader .cube-loader .cube {
  position: relative;
  transform: rotateZ(45deg);
  width: 50%;
  height: 50%;
  float: left;
  transform: scale(1.1);
}
#cube-loader .cube-loader .cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fbc707;
  animation: cube-loader 2.76s infinite linear both;
  transform-origin: 100% 100%;
}
#cube-loader .cube-loader .loader-2 {
  transform: scale(1.1) rotateZ(90deg);
}
#cube-loader .cube-loader .loader-3 {
  transform: scale(1.1) rotateZ(180deg);
}
#cube-loader .cube-loader .loader-4 {
  transform: scale(1.1) rotateZ(270deg);
}
#cube-loader .cube-loader .loader-2:before {
  animation-delay: 0.35s;
}
#cube-loader .cube-loader .loader-3:before {
  animation-delay: 0.69s;
}
#cube-loader .cube-loader .loader-4:before {
  animation-delay: 1.04s;
}

@keyframes cube-loader {
  0%, 10% {
    transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Header~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  background: white;
  opacity: 0;
}

.header.show{
	opacity: 1;
}
  .header.scroll .header-logo {
    width: 150px;
    padding: 12px 0; }
    
    .header-logo a{
        display: block;
        width: 100%;
        height: 100%;
    }
    
  .header.scroll .search-result {
    top: calc(100% + 5px); }
  .header-top {
    width: 100%;
    background: #231F20;
    color: white;
    padding: 10px 0;
    transition: all .3s;
    position: relative;  
    }
    .header-top a {
      color: white; }
      .header-top a:hover {
        color: #FBC707; }
    .header-top .row {
      align-items: center; }
  .header-logo {
    font-weight: 600;
    text-transform: uppercase;
    color: black;
    font-size: 24px;
    height: 100%;
    width: 210px;
    display: flex;
    align-items: center;
    padding: 22px 0;
    transition: all .3s; }
    .header-logo a {
      color: black; }
  .header-menu {
    position: relative; }
  .header-box {
    height: 100%; }
    .header-box .mobile-box-content {
      height: 100%; }
  .header-list {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%; }
    .header-list > li {
      margin-left: 24px;
      position: relative;
      height: 100%;
      display: flex;
      align-items: center; }
      .header-list > li a {
        color: #231F20; }
      .header-list > li:first-child {
        margin-left: 0; }
      .header-list > li.is-active .dropdown {
        opacity: 1;
        visibility: visible;
        z-index: 2;
        transform: translate(0, 0px); }
      .header-list > li.is-active > .header-link span {
        opacity: 0; }
      .header-list > li.is-active > .header-link:before {
        width: 100%;
        left: 0%; }
      .header-list > li.is-active > .header-link:after {
        opacity: 1; }
  .header-language ul {
    display: flex;
    align-items: center;
}
    .header-language ul li {
      margin-right: 10px;
      padding-right: 10px;
      position: relative;
      border-right: 1px solid white; }
      .header-language ul li:last-child {
        border: none; }
    .header-language ul a {
      text-transform: uppercase; }
      .header-language ul a:hover {
        color: #FBC707; }
      .header-language ul span.active {
        font-weight: 600;
        color: #FBC707; }
  .header-phones {
    padding-left: 25px; }
    .header-phones ul {
      display: flex; }
      .header-phones ul li:not(:last-child) {
        margin-right: 10px; }
  .header-user > a {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .header-user > a:hover svg path {
      fill: #FBC707; }
    .header-user > a:hover svg {
      fill: #FBC707; }
    .header-user > a svg {
      fill: white;
      margin-left: 15px;
      width: 24px; }
  .header-link {
    position: relative;
    padding: 0 7px; }
    .header-link:before {
      position: absolute;
      content: '';
      width: 0%;
      height: 3px;
      background: #FBC707;
      bottom: -9px;
      left: 50%;
      transition: all .3s; }
    .header-link:after {
      position: absolute;
      content: attr(data-link);
      left: 7px;
      top: 1px;
      color: inherit;
      font-weight: 600;
      opacity: 0;
        
    }
    .header-link.active span, .header-link:hover span {
      opacity: 0; }
    .header-link.active:before, .header-link:hover:before {
      width: 100%;
      left: 0%; }
    .header-link.active:after, .header-link:hover:after {
      opacity: 1; }
    .header-link.sale{
        color:red;}
  .header-actions {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .header-actions > div {
      display: inline-flex;
      position: relative;
      margin-left: 38px;
      cursor: pointer; }
      /* .header-actions > div:not(.header-cart):hover svg path:last-of-type, */
      .header-cart{
        width: 22px;
      }
      .header-favorite{
          width: 34px;
      }
      .header-actions > div:hover svg {
        fill: #FBC707; }
        
      
      
      .header-actions > div:first-child {
        margin-left: 0; }
    .header-actions a {
      display: block;
      width: 100%; }
    .header-actions img,
    .header-actions svg {
      fill: #231F20;
      width: 100%;
      height: 100%;
      max-width: 37px; }
    .header-actions i {
        position: absolute;
        right: -20px;
        top: 5px;
        transform: translate(-50%, -50%);
        color: #231F20;
        font-style: normal;
        font-size: 14px;
        background: #FBC707;
        width: 17px;
        height: 17px;
        display: flex;
        align-items: center;
        justify-content: center;}
    .header-favorite{
        transform: translate(0px, 3px);
    }
    .header-jgrowl{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 10px 0;
        /* background: #FBC707; */
        z-index: 99995;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translate(0, -100%);
        opacity: 0;
        transition: transform .3s, opacity .2s;
    }
    .header-jgrowl.open,.header-jgrowl.info, .header-jgrowl.error, .header-jgrowl.success{
        transform: translate(0, 0%);
        opacity: 1;
    }
    .header-jgrowl>.close{
        position:absolute;
        right: 50px;
        fill: white;   
        cursor: pointer;
    }
    .header-jgrowl.error{
        background: #FACDD4;
        color: #ff0040;
    }
    .header-jgrowl.error>.close{
        fill: #ff0040;
    }
    .header-jgrowl.success{
        background: #fbc707;
        color: #231F20;
    }
    .header-jgrowl .description-1{color: #231F20;}
    
    
    .mobile-all-product{
        display: none;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Burger~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.header-burger {
  width: 25px;
  height: 20px;
  position: absolute;
  left: 20px;
  bottom: 26%;
  cursor: pointer;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: 0.5s cubic-bezier(0.43, 0.58, 0.47, 0.62);
  -moz-transition: 0.5s cubic-bezier(0.43, 0.58, 0.47, 0.62);
  -o-transition: 0.5s cubic-bezier(0.43, 0.58, 0.47, 0.62);
  -webkit-transition: 0.5s cubic-bezier(0.43, 0.58, 0.47, 0.62);
  display: none; }
  .header-burger span {
    background: black;
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: 0.25s cubic-bezier(0.43, 0.58, 0.47, 0.62);
    -moz-transition: 0.25s cubic-bezier(0.43, 0.58, 0.47, 0.62);
    -o-transition: 0.25s cubic-bezier(0.43, 0.58, 0.47, 0.62);
    -webkit-transition: 0.25s cubic-bezier(0.43, 0.58, 0.47, 0.62); }
    .header-burger span:nth-child(1) {
      top: 0px; }
    .header-burger span:nth-child(2) {
      top: 8px;
      width: 18px; }
    .header-burger span:nth-child(3) {
      top: 16px; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Folder~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.folder {
  position: relative; }
  .folder-slide {
    position: relative; }
  .folder--photo {
    position: absolute;
    height: 100%;
    width: 100%; }
    .folder--photo:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0);
      z-index: 1; }
    .folder--photo img {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .folder--info {
    z-index: 1;
    position: relative;
    max-width: 1250px;
    margin: 0 auto;
    height: 595px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 50px 20px 200px 20px; }
    .folder--info .title-1 {
      margin-bottom: 20px;
      color: white; }
  .folder-nav {
    position: absolute;
    bottom: 25px;
    right: 11px; }
    .folder-nav > button {
      width: 50px;
      height: 50px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-left: 10px;
      border: 3px solid white;
      position: relative; }
      .folder-nav > button:hover {
        background: white; }
        .folder-nav > button:hover svg path, .folder-nav > button:hover svg {
          fill: #231F20; }
      .folder-nav > button:first-child {
        margin-left: 0; }
      .folder-nav > button > svg {
        width: 15px;
        height: 10px;
        fill: white;
        transform: scale(1.3); }
  .folder-actions {
    position: absolute;
    bottom: 82px;
    left: 0;
    width: 100%; }
  .folder-box {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative; }
  .folder .caption-1 {
    color: white;
    display: block; }
    .folder .caption-1.slide-description {
        display: none;
    }
    .folder .caption-1 i {
      width: 45px;
      height: 4px;
      margin: 15px 0;
      display: block;
      background: #FBC707; }
  .folder--dots {
    display: flex;
    margin-top: 14px; }
    .folder--dots li {
      width: 16px;
      height: 16px;
      border: 2px solid white;
      margin-right: 21px;
      cursor: pointer;
      position: relative; }
      .folder--dots li:not(:last-child):before {
        position: absolute;
        content: '';
        width: 23px;
        height: 2px;
        background: white;
        left: 100%;
        top: 50%;
        transform: translate(0, -50%); }
      .folder--dots li.slick-active {
        background: white; }
      .folder--dots li button {
        opacity: 0; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Category~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.category {
  margin: 120px 0 70px; }
/*   .category .row {
  margin: 0 -15px; } */
    .category .row > div {
      padding: 0 15px; }
    .category [class^="col"]{
        display: flex;
        flex-direction: column;
    }  
    .category [class^="col"] > .row{
        margin: 0;
    }
    .category [class^="col"] > .row:first-child{
        margin-bottom: 30px;
    }
    .category [class^="col"] > .category-item {
        height: 100%;
        min-height: 550px;
    }
  .category--photo {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
    .category--photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .category--info {
    height: 100%;
    position: relative;
    z-index: 2; }
    .category--info .logo {
      position: absolute;
      left: 0;
      top: 0;
      width: 30px; }
  .category-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .category-item {
      width: 100%;
      min-height: 275px;
    display: block;
    position: relative;
    background: #231F20;
  }
    .category-item.category--big {
      width: 100%;
      height: 575px; }
      .category-item.category--big .logo {
        width: 45px;
        top: 42px;
        left: 48px; }
      .category-item.category--big .title-3 {
        color: white;
        width: 50%;
        text-align: center; }
      .category-item.category--big .category--info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 35px; }
    .category-item.category--small {
      height: 275px; }
      .category-item.category--small .logo {
        left: 26px;
        top: 27px; }
      .category-item.category--small .title-4 {
        color: white;
        text-align: center; }
      .category-item.category--small .category--info {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 25px; }
    .category-item.category--small-2 {
        width: 100%;
      height: 275px; }
      .category-item.category--small-2 .logo {
        left: 26px;
        top: 27px; }
      .category-item.category--small-2 .title-4 {
        color: white;
        text-align: center;
        position: absolute;
        right: 20px;
        top: 39px;
        width: 50%; }
      .category-item.category--small-2 img.category-product {
        transform: rotate(31deg) translate(-25px, 42px);
        width: 114%;
        max-width: none; }
      .category-item.category--small-2 i {
        font-style: normal;
        color: #FBC707;
        font-size: 70px; }
      .category-item.category--small-2 .category--info {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 25px; }
        .category-item.category--tall{
            display: flex;
            height: 100%;
        }
      .category-item.category--tall .title-4 {
        color: white; }
      .category-item.category--tall .logo {
        right: 25px;
        top: 25px;
        left: auto;
        width: 50px; }
      .category-item.category--tall .category--info {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 43px 15px; }
        
        
    .category-link{
        font-size: 20px !important;
        line-height: 20px !important;
        font-family: 'Bebas' !important;
        font-weight: 700 !important;
    }        

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Products~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.products {
  margin: 50px 0; }
  .products-bottom {
    display: flex;
    justify-content: center;
    margin: 30px 0; }

.products .products-tab {
  display: none; }
  .products .products-tab.active {
    display: flex; }

.product-item {
    position: relative;
    margin-bottom: 30px;
}
.product-item.not_avaible::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    z-index: 2;
}
.product-item .preview-2{
    display: none;
    height: 100%;
    width: 100%;
}
.product-item:hover .preview{
    display: none;
}
.product-item:hover .preview-2{
    display: block;
}
  
  
  .product-item-photo {
    height: 300px;
    background: #F3F3F3;}
    .product-item-photo > a {
      display: block;
      height: 100%; }
      
    .product-item-photo > .preview-wrapper {
      display: block;
      height: 100%; }
.product-item-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
    .product-item-info {
        position: relative;
        padding-top: 19px; 
        display: flex;
        justify-content: space-between;
    }
    .product-item-info .caption-2 {
      width: 75%;
      color: #231F20; }
      .product-item-info .caption-2:hover {
        color: #FBC707; }
  .product-item-price {
    color: #231F20;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin: 0px 0 2px;
    position: relative;
    right: 0;
    top: 0;
  }
    .product-item-price-wrap{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    
    .product-item-price.old-price{
        color: #6B550A;
        text-decoration: line-through;
        font-size: 17px;
    }
    .product-item-price s {
      margin-right: 10px;
      color: rgba(0, 0, 0, 0.5); }
  .product-item-actions {
    position: absolute;
    right: 23px;
    top: 25px; }
    .product-item-actions > * {
      width: 30px;
      height: 35px; }
      .product-item-actions > *.btn-remove {
        margin-right: -7px; }
        .product-item-actions > *.btn-remove:hover svg path,.product-item-actions > *.btn-remove:hover svg {
          fill: #FBC707; }
        .product-item-actions > *.btn-remove svg path {
          fill: #231F20; }
      .product-item-actions > * svg {
        width: 100%; }
        .product-item-actions > * svg path {
          fill: #F3F3F3; }
      .product-item-actions svg{
        fill: white;}
      .product-item-actions svg.black{
        fill: #231f20;}
      .product-item-actions > *:hover svg path,.product-item-actions > *:hover svg, .product-item-actions > *.active svg path {
        fill: #231F20; }
      .product-item-actions .active svg{
        fill: #231F20;}
  .product-item-status {
    position: absolute;
    color: #231F20;
    top: 10px;
    left: 0px;
    display: flex;
    flex-direction: column;
    z-index: 1;  
  }
    .product-item-status span {
      position: relative;
      height: 50px;
      display: flex;
      align-items: center;
      font-weight: 600;
      font-size: 15px;
      line-height: 15px;
      padding-left: 5px;
      margin-bottom: 10px;
    }
      .product-item-status span:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        border: 24px solid transparent;
        border-left: 56px solid #FBC707; }
        .product-item-status span.status-new:before {
          border-left: 56px solid #1BBDD4;}
        .product-item-status span.status-popular{
          color: white;}
          .product-item-status span.status-popular:before {
            border-left: 56px solid #fa132b;}
        .product-item-status span.status-favorite:before {
          border-left: 56px solid #FBC707;}
        .product-item-status span.status-unavaible:before {
            border-left: 36px solid #231F20;
            border-right: 24px solid #231F20;
            border-top: 24px solid #231F20;
            border-bottom: 24px solid #231F20;}
        .product-item-status span.status-unavaible i {
            color: white;}
        .product-item-status span.status-black-friday:before {
          border-left: 56px solid #231F20;}
        .product-item-status span.status-black-friday i {
            color: #FBC707;}
        .not_avaible .product-item-status {
          z-index: 5;}
    .product-item-status i {
      font-style: normal;
      position: relative;
      margin-top: -2px; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Last Collection~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.last-collection {
  margin: 90px 0; }
  .last-collection-photo {
    position: relative; }
    .last-collection-photo:before {
      position: absolute;
      content: '';
      left: -20px;
      top: -40px;
      background-image: url("../../images/decor/triangle-right.png");
      background-size: 100% 100%;
      background-repeat: no-repeat;
      width: 175px;
      height: 250px;
      z-index: 0; }
    .last-collection-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative; }
    .last-collection-photo span {
      position: absolute;
      right: 27px;
      top: -20px;
      background: #231F20;
      color: white;
      padding: 12px 20px;
      font-size: 17px;
      line-height: 17px;
      min-width: 140px;
      text-align: center;
      font-weight: 700; }
  .last-collection-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 75px 28px; }
    .last-collection-info h3,
    .last-collection-info .title-2 {
      margin-bottom: 17px; }
    .last-collection-info p,
    .last-collection-info .description-1 {
      margin-bottom: 20px; }
    .last-collection-info .btn {
      margin-top: 10px; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Subscription~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.subscription {
  background: #231F20;
  margin: 115px 0;
  padding: 45px;
  position: relative; }
  .subscription:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100.5%;
    height: 100%;
    background-image: url(../../images/decor/subscription.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -10px; }
  .subscription .title-3 {
    color: white; }
  .subscription-form {
    position: relative; }
    .subscription-form .form-label input {
      color: white;
      border-color: white; }
  .subscription-info {
    height: 100%;
    display: flex;
    align-items: center; }

.btn-subscription {
  position: absolute;
  right: 0;
  width: 65px;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn-subscription:hover svg {
    transform: scale(2) translate(2px, 0); }
    .btn-subscription:hover svg path,.btn-subscription:hover svg{
      fill: #FBC707; }
  .btn-subscription svg {
    fill: white;
    width: 15px;
    height: 7px;
    transform: scale(2); }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~About preview~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.about-preview {
  margin: 120px 0; }
  .about-preview-info {
    padding: 50px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .about-preview-info .title-border {
      margin-bottom: 20px; }
    .about-preview-info p,
    .about-preview-info .description-1 {
      margin-bottom: 30px; }
  .about-preview-photo {
    padding-left: 60px;
    position: relative;
    height: 100%; }
    .about-preview-photo:before {
      position: absolute;
      content: '';
      left: 15px;
      top: -20px;
      background-image: url(../../images/decor/triangle-down.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      width: 250px;
      height: 175px;
      z-index: -1; }
    .about-preview-photo img {
      max-width: 60vw;
      object-fit: cover; }

.about-folder-photo {
  padding-left: 60px;
  margin-top: -75px; }
  .about-folder-photo img {
    max-width: 60vw; }

.about-folder-info {
  padding: 50px 0 70px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .about-folder-info .title-border {
    margin-bottom: 20px; }

.about-section {
  margin: 115px 0px; }
  .about-section[data-theme="photo-left"] .photo-small {
    left: 0;
    top: 0; }
  .about-section[data-theme="photo-left"] .photo-big {
    right: 0;
    bottom: 0; }
  .about-section[data-theme="photo-right"] .about-section-photo:before {
    transform: rotate(180deg);
    left: auto;
    right: -20px; }
  .about-section[data-theme="photo-right"] .photo-small {
    right: 0;
    top: 0; }
  .about-section[data-theme="photo-right"] .photo-big {
    left: 0;
    bottom: 0; }
  .about-section[data-theme="photo-right"] .about-section-info {
    padding: 144px 0px 45px 0px; }
  .about-section-photo {
    position: relative;
    height: 100%; }
    .about-section-photo:before {
      position: absolute;
      content: '';
      width: 175px;
      height: 250px;
      background-image: url(../../images/decor/triangle-right.png);
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 0;
      left: -20px;
      top: -40px; }
    .about-section-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .about-section-photo .photo-small {
      width: 282px;
      height: 374px;
      position: absolute;
      z-index: 1; }
    .about-section-photo .photo-big {
      width: 436px;
      height: 452px;
      position: absolute;
      z-index: 2; }
  .about-section-info {
    padding: 125px 0px 10px 30px; }
    .about-section-info .title-2 {
      margin-bottom: 20px;
      position: relative;
      width: fit-content;
      display: block; }
      .about-section-info .title-2:before {
        position: absolute;
        content: '';
        width: 60px;
        height: 5px;
        background: #FBC707;
        left: 107%;
        top: 55%; }
    .about-section-info .description-1 {
      margin-bottom: 20px; }

.about-banner {
  position: relative;
  margin: 115px 0; }
  .about-banner-photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .about-banner-photo img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .about-banner-info {
    padding: 90px 50px;
    color: white; }
    .about-banner-info .title-2 {
      width: 60%;
      margin: 0 auto;
      text-align: center; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Blog~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.blog {
  margin: 50px 0; }
  .blog.blog-reviews .blog--photo {
    height: 431px; }
  .blog.blog-reviews .blog--info .description-1 {
    font-size: 15px; }
  .blog-top {
    margin: 0 0 35px; }
  .blog-item {
    position: relative;
    margin-bottom: 50px; }
  .blog--photo {
    height: 633px;
    position: relative; }
    .blog--photo:before {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      width: 100%;
      height: 77%;
      background: linear-gradient(1.13deg, #000000 -2.74%, #000000 -2.74%, rgba(35, 31, 32, 0) 105.51%);
      -webkit-mask-image: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(4,3,0,1) 80%, rgba(0,0,0,0.5046393557422969) 90%, rgba(0,0,0,0) 100%);
    }
    .blog--photo a {
      display: block;
      height: 100%; }
    .blog--photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .blog--info {
    padding: 42px;
    position: absolute;
    bottom: 0; }
    .blog--info .title-3,
    .blog--info .title-4 {
      color: white;
      margin-bottom: 15px;
      font-weight: 600; }
      .blog--info .title-3:hover,
      .blog--info .title-4:hover {
        color: #FBC707; }
    .blog--info p,
    .blog--info .description-1 {
      color: white;
      margin-bottom: 15px; }
    .blog--info .btn {
      margin-top: 10px; }
  .blog--date {
    position: absolute;
    right: 0;
    top: 0;
    color: black;
    padding: 14px 10px;
    font-weight: 700;
    width: 140px;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 15px; }
    .blog--date:before {
      position: absolute;
      content: '';
      border: 70px solid transparent;
      border-top: 70px solid #FBC707;
      top: 0;
      right: 0; }
    .blog--date span {
      position: relative; }
  .blog-bottom {
    display: flex;
    justify-content: center; }



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Banner~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.banner-photo img{
    width: 100%;
    object-fit: cover;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Footer~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.footer {
  padding: 68px 0;
  background: #231F20;
  color: white;
  margin-top: 120px;
  position: relative; }
  .footer:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/decor/footer.png);
    background-size: 100% 100%;
    background-repeat: no-repeat; }
  .footer a {
    color: white; }
    .footer a:hover {
      color: #FBC707; }
    .footer a.sn-tiktok svg{
        background:white;
        padding:3px;}
    .footer a.sn-tiktok:hover svg{
        background: #FBC707;}
    
  .footer-logo {
  	min-width: 150px;
    color: white;
    font-size: 24px;
    text-transform: uppercase; }
  .footer-phones {
    margin-top: 25px; }
    .footer-phones a {
      color: white;
      font-weight: 600; }
      .footer-phones a:hover {
        color: #FBC707; }
  .footer-social {
    margin-top: 25px; }
    .footer-social ul {
      display: flex;
      flex-wrap: wrap;
  }
      .footer-social ul li {
        margin-right: 20px;
        margin-bottom: 20px;
    }
  .footer-social svg{
       fill: white;}
  .footer-icon {
    display: flex;
    width: 24px; }
    .footer-icon:hover svg rect {
      fill: #FBC707; }
    .footer-icon:hover svg {
      fill: #FBC707 !important;}
  .footer-link {
    color: white;
    font-family: 'Museo';
    font-weight: 100;
    font-size: 17px; }
  .footer-map {
    display: flex;
    justify-content: space-between; }
    .footer-map .item ul {
      margin-top: 17px; }
      .footer-map .item ul li {
        margin-bottom: 12px; }
  .footer-info:not(:last-child){
  	margin-bottom: 20px;
  }      
  .footer-info .item {
    margin-bottom: 30px; }
    .footer-info .item:last-child {
      margin-bottom: 0; }
    .footer-info .item ul {
      margin-top: 10px; }
      .footer-info .item ul li {
        margin-bottom: 7px; }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 30px;
    padding: 45px 0 0; }
  .footer-powered {
    display: flex; }
    .footer-powered a {
      margin-left: 4px; }
  .footer-btn {
    width: 48px;
    height: 48px;
    background: #FBC707;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    cursor: pointer; }
    .footer-payment{
        /* width: 70%; */
    }
    
    .footer-payment img {
        max-width: 165px;
    }
    
    @media screen and (max-width: 359.98px) {
        .footer-payment img {
            max-width: 100%;
        }
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Breadcrumbs~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.breadcrumbs {
  padding: 20px 0;
  margin-top: 17px; }
  .breadcrumbs a {
    color: #B1B0B1; }
    .breadcrumbs a:hover {
      color: #231F20; }
  .breadcrumbs-list {
    display: flex;
    flex-wrap: wrap; }
    .breadcrumbs-list li {
      padding-right: 35px;
      margin-right: 18px;
      position: relative; }
      .breadcrumbs-list li:before {
        position: absolute;
        content: '';
        right: -3px;
        top: 2px;
        color: black;
        font-weight: 500;
        background-image: url(../../images/icons/arrow-right.svg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 12px;
        width: 24px;
        opacity: .5; }
      .breadcrumbs-list li:nth-last-child(2):before {
        opacity: 1; }
      .breadcrumbs-list li:last-child:before {
        display: none; }
      .breadcrumbs-list li span {
            font-weight: 500;
    line-height: 17px;
    display: block;}
        
    #mse2_filters .mse2_number_slider{
        margin: 25px 0 15px !important
    }   
    .mse2_number_inputs label{
        width: 100% !important;
        margin-top: 0 !important;
    }
    
    .mse2_number_inputs input {
        padding: 5px !important;
        border: 2px solid black !important; 
    }
    

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Sidebar~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.sidebar {
  width: 98%; }
    .sidebar-top .title-3 {
      margin: 0;}
  .sidebar-top {
    display: none;
    width: 100%;
    background: #231F20;
    color: white;
    align-items: center;
    justify-content: space-between;
    padding: 22px;
    position: absolute;
    top: 0;
    left: 0; }
  .sidebar-bottom {
    display: flex;
    margin-top: 13px;
    align-items: center; }
    
    .sidebar-bottom .cancel  {
        display: none;
    } 
    
    .sidebar-bottom > * {
      flex: 0 50%; }
  .sidebar-item {
    margin-bottom: 17px; }
    .sidebar-item.open .sidebar-item-top:before {
      transform: rotate(180deg); }
    .sidebar-item.open .sidebar-item-box {
        position: relative;
      display: block; }
    .sidebar-item-top {
      padding: 10px 0;
      border-bottom: 3px solid #231F20;
      position: relative;
      cursor: pointer; }
      .sidebar-item-top:before {
        position: absolute;
        content: '';
        right: 0;
        top: 18px;
        width: 14px;
        height: 8px;
        background-image: url(../../images/icons/arrow-bottom-2.svg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        transition: all .3s; }
    .sidebar-item .form-label {
      margin-top: 10px;
      flex-direction: row; }
    .sidebar-item > .caption-2 {
      margin-bottom: 10px;
      display: block; }
    .sidebar-item-box {
      margin-top: 10px;
      display: none; }
    .sidebar-size, .sidebar-color{
        display: inline-flex;
        width: 30%;
        height: 35px;
        margin: 0 5% 4% 0 !important;
        justify-content: center;
        align-items: center;
    }
    .sidebar-size:nth-child(3n),
    .sidebar-color:nth-child(3n){
        margin-right: 0 !important;
    }
    .sidebar-size i:before, .sidebar-color i:before{display: none;}
    .sidebar-size input:checked ~ .checkmark{background: black;}
    .sidebar-color input:checked ~ .checkmark{
        background: initial !important;
        border: 3px solid #231F20;
    }
    .sidebar-size input:checked ~ .caption-2{color: white;}
    .sidebar-size .checkmark{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .sidebar-color .checkmark{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        border: none;
    }
    .sidebar-logo{
        display: inline-flex;
        width: 3.4vw;
        height: 3.4vw;
        margin: 0 0 4% !important;
        justify-content: center;
        align-items: center;
        
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding: 5px;
        background-origin: content-box;
    }
    .sidebar-logo .checkmark{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        border: 2px solid #676566;
    }
    .sidebar-logo input:checked ~ .checkmark{background: #00000052 !important;}
    .sidebar-logo input:checked ~ .caption-2{color: white;}
    
    .sidebar-item.open .sidebar-size-box, 
    .sidebar-item.open .sidebar-color-box, 
    .sidebar-item.open .sidebar-logo-box, 
    /* .sidebar-item.open .sidebar-vendor-box */{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .sidebar-size .caption-2, .sidebar-color .caption-2 {
        line-height: 12px;
    } 

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Catalog~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .catalog-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px 0;
    padding-left: 190px; }
  .catalog-top {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 30px;
    position: relative;
    z-index: 1;
  }
  .catalog .nav-top {
    margin: 0; }

.sorting-box {
  display: flex;
  align-items: center; }
  .sorting-box > span {
    margin-right: 10px;
    font-family: 'Museo';
    font-weight: 100; }

.sorting-select {
  width: 175px; }
  .sorting-select .selectize-control.single .selectize-input {
    border: 1px solid #231F20;
    background: #231F20;
    color: white;
    padding: 12px 15px;
    height: 43px; }
    
    
    .sorting-select .selectize-control.single .selectize-input > input {
      color: white;
      font-weight: 600;
      display: none !important; }
    .sorting-select .selectize-control.single .selectize-input:after {
      border-bottom: 2px solid white;
      border-right: 2px solid white;
      right: 17px; }
    .sorting-select .selectize-control.single .selectize-input div {
      position: relative; }
      .sorting-select .selectize-control.single .selectize-input div:before {
        position: absolute;
        content: '';
        width: 10px;
        height: 12px;
        right: -15px;
        top: 2px;
        background-color: white; }
    .sorting-select .selectize-control.single .selectize-input div[data-value$="desc"]:before {
      -webkit-mask: url(../../images/icons/arrow-desc.svg) no-repeat 100% 100%;
      mask: url(../../images/icons/arrow-desc.svg) no-repeat 100% 100%;
      -webkit-mask-size: contain;
      mask-size: contain; }
    .sorting-select .selectize-control.single .selectize-input div[data-value$="asc"]:before {
      -webkit-mask: url(../../images/icons/arrow-asc.svg) no-repeat 100% 100%;
      mask: url(../../images/icons/arrow-asc.svg) no-repeat 100% 100%;
      -webkit-mask-size: contain;
      mask-size: contain; }
  .sorting-select .selectize-dropdown {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #E7E7E7; }
    .sorting-select .selectize-dropdown .option {
      padding: 5px 15px;
      height: 35px;
      line-height: 25px; }
      .sorting-select .selectize-dropdown .option.active {
        background: #231F20; }
        .sorting-select .selectize-dropdown .option.active span:before {
          background-color: white; }
    .sorting-select .selectize-dropdown-content div span {
      position: relative;
      font-weight: 500; }
      .sorting-select .selectize-dropdown-content div span:before {
        position: absolute;
        content: '';
        width: 10px;
        height: 12px;
        right: -15px;
        top: 3px;
        background-color: #231F20; }
    .sorting-select .selectize-dropdown-content div[data-value$="desc"] span:before {
      -webkit-mask: url(../../images/icons/arrow-desc.svg) no-repeat 100% 100%;
      mask: url(../../images/icons/arrow-desc.svg) no-repeat 100% 100%;
      -webkit-mask-size: contain;
      mask-size: contain; }
    .sorting-select .selectize-dropdown-content div[data-value$="asc"] span:before {
      -webkit-mask: url(../../images/icons/arrow-asc.svg) no-repeat 100% 100%;
      mask: url(../../images/icons/arrow-asc.svg) no-repeat 100% 100%;
      -webkit-mask-size: contain;
      mask-size: contain; }

.tags-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px; }
  .tags-box .item {
    border: 1px solid black;
    padding: 5px 10px;
    margin-right: 15px;
    font-weight: 600;
    background: #000;
    color: white; }
    .tags-box .item button {
      width: 12px;
      margin-left: 5px; }

.limit {
  padding: 20px 0; }
  .limit-list {
    display: flex; }
    .limit-list li:not(:last-child) {
      margin-right: 20px; }
    .limit-list a {
      color: black;
      font-weight: 500;
      font-size: 20px;
      min-width: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      border-bottom: 2px solid white; }
      .limit-list a.active {
        border-bottom: 2px solid black; }
        
/* .ui-widget-header{
    background: #FBC707 !important;
    border-top: 1px solid black!important;
    border-bottom: 1px solid black!important;
}        
.ui-slider-horizontal .ui-slider-handle {
    top: -7px !important;
    margin-left: -1px !important;
    width: 20px !important;
    height: 20px !important;
    border: 2px solid black !important;
    background: #FBC707 !important;
    outline: none !important;
    cursor: pointer !important;
}

.ui-widget-content {
    border: 1px solid black !important;
    background: black !important;
}    
.ui-slider .ui-slider-handle{
    left: 100%;
    margin-left: -1px !important;
}
.ui-slider .ui-slider-handle:last-child{
    margin-left: -18px !important;
} */

.catalog-bottom-text {
    padding-top: 80px;
}

.catalog-bottom-text.hidden .catalog-bottom-text__wrapper {
    height: auto;
}

.catalog-bottom-text.hidden .catalog-bottom-text__wrapper::before {
    display: none;
}

.catalog-bottom-text.hidden .catalog-bottom-text__wrapper .catalog-bottom-text__all {
    display: none;
}

.catalog-bottom-text .container {
    display: flex;
    justify-content: flex-end;
}

.catalog-bottom-text .container .catalog-bottom-text__content {
    max-width: 905px;
}

.catalog-bottom-text .catalog-bottom-text__title {
    margin: 0 0 30px 0;
    font-size: 28px;
}

.catalog-bottom-text .catalog-bottom-text__wrapper {
    height: 305px;
    position: relative;
    overflow: hidden;
}

.catalog-bottom-text .catalog-bottom-text__wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(0deg, #fff, #fff, transparent);
}


.catalog-bottom-text .catalog-bottom-text__wrapper h5 {
    font-size: 18px;
    margin-bottom: 30px;
}
.catalog-bottom-text h3 {
    font-size: 28px;
    margin-bottom: 30px;
}
.catalog-bottom-text h2,h3,h4,h5,h6 {
    margin-bottom: 30px;
}

.catalog-bottom-text .catalog-bottom-text__wrapper p {
    font-size: 16px;
    font-family: museo;
    color: #231F20;
    font-weight: 300;
    margin-bottom: 30px;
}

.catalog-bottom-text.hidden .catalog-bottom-text__wrapper a {
    display: inline-block;
    text-decoration: revert;
}

.catalog-bottom-text.hidden .catalog-bottom-text__wrapper ul {
    margin-bottom: 30px;
}

.catalog-bottom-text.hidden .catalog-bottom-text__wrapper li, .catalog-bottom-text .catalog-bottom-text__wrapper li {
    padding-left: 30px;
    position: relative;
    font-family: museo;
    font-weight: 300;
}

.catalog-bottom-text.hidden .catalog-bottom-text__wrapper li::before, .catalog-bottom-text .catalog-bottom-text__wrapper li::before {
    content:"\A";
    display: block;
    position: absolute;
    top: 5px;
    left: 15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
}

.catalog-bottom-text .catalog-bottom-text__all {
   position: absolute; 
   bottom: 0px;
   left: 0px;
   color: #FBC707;
   font-weight: 300;
   font-family: museo;
   z-index: 1;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Pagination~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.pagination {
  padding: 20px 0; }
  .pagination-list {
    display: flex; }
    .pagination-list li {
      margin-right: 20px; }
      .pagination-list li:first-child {
        margin-right: 15px; }
    .pagination-list li:nth-last-child(2) {
      margin-right: 15px; }
      .pagination-list li:nth-last-child(2) a:before {
        display: none; }
    .pagination-list a:not(.btn-pagination) {
      height: 25px;
      min-width: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid #231F20;
      color: #231F20;
      position: relative; }
      .pagination-list a:not(.btn-pagination):before {
        position: absolute;
        content: '';
        width: 20px;
        right: -22px;
        height: 2px;
        background: #231F20; }
      .pagination-list a:not(.btn-pagination).active, .pagination-list a:not(.btn-pagination):hover {
        background: #231F20;
        color: white; }
      .pagination-skip{
        border:none !important;}

.btn-pagination {
  min-width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .5; }
  .btn-pagination.disabled{
    pointer-events:none;}
  .btn-pagination:hover {
    opacity: 1; }
  .btn-pagination img {
    width: 30px; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Contact~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.contact {
  min-height: 60vh; }
  .contact-info {
    padding: 105px 0; }
    .contact-info a {
      color: #231F20;
      width: fit-content; }
      .contact-info a:hover {
        color: #FBC707; }
    .contact-info .title-2 {
      margin-bottom: 20px;
      position: relative;
      width: max-content; }
      .contact-info .title-2:before {
        position: absolute;
        content: '';
        left: 110%;
        top: 55%;
        width: 60px;
        height: 5px;
        background: #FBC707; }
  .contact--list {
    margin-top: 30px; }
    .contact--list > li {
      margin-bottom: 25px; }
    .contact--list-info {
      margin-top: 3px; }
      .contact--list-info > * {
        margin-bottom: 5px; }
      .contact--list-info > p {
        font-size: 20px;
        line-height: 20px;
        font-weight: 300; }
  .contact--list:not(:last-child) {
      border-bottom: 2px solid #fbc707;}
  .contact .form-label {
    margin-bottom: 20px; }
  .contact #map {
    width: 65vw;
    height: 715px;
    margin-top: -75px; }

.gmnoprint,
.gm-control-active.gm-fullscreen-control {
  display: none; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Product~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.product {
  margin: 50px 0; }
  .product-photo {
    position: relative;
    height: auto;
    overflow: hidden;  
  }
  .product-slider {
    position: relative;}
  .product-slide {
    height: max-content !important;
    background: #F3F3F3;
    outline: none; }
    .product-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;        
    }
  .product-slider-nav {
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center; }
    .product-slider-nav li {
      margin-right: 15px;
      cursor: pointer; }
      .product-slider-nav li.slick-active .product-slide-nav {
        border-color: #231F20; }
        .product-slider-nav li.slick-active .product-slide-nav:before {
          opacity: 0; }
      .product-slider-nav li:last-child {
        margin-right: 0; }
  .product-slide-nav {
    width: 48px;
    height: 48px;
    border: 2px solid rgba(0, 0, 0, 0);
    position: relative;
    margin-right: 15px; }
    .product-slide-nav:last-child {
      margin-right: 0; }
    .product-slide-nav:before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3); }
    .product-slide-nav img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .product-slide-photo{
        height: 100%;    
    }  
  .product-info {
    padding-top: 38px;
    padding-left: 50px;
    position: relative; }
    .product-info .title-3 {
        width: 90%;
      margin-bottom: 5px;
      position: relative; }
      .product-info .title-3:before {
        position: absolute;
        content: '';
        width: 80px;
        height: 5px;
        background: #FBC707;
        right: 103%;
        top: 18px; }
    .product-info .description-1 {
      width: 85%; }
  .product--list {
    margin: 20px 0; }
    .product--list li {
      margin-bottom: 10px; }
      .product--list li .caption-2 {
        margin-right: 10px; }
  .product-nav {
    position: absolute;
    bottom: 0;
    top: 20px;
    right: 30px;
    height: fit-content; }
    .product-nav > button {
      width: 50px;
      height: 50px;
      background: white;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-left: 15px; }
      .product-nav > button > img {
        width: 25px; }
      .product-nav > button:first-child {
        margin-left: 0; }
  .product-price {
    font-weight: 600;
    display: flex;
    margin-left: 27px; }
    .product-price s {
        color: #6B550A;
        font-weight: 400;
        margin-right: 5px;
        order: 1;
        margin-left: 10px;
        font-size: 18px;
    }
  .product-radios {
    position: relative;
    display: none;
    flex-wrap: wrap; }
    .product-radios.active {
      display: flex; 
      /*justify-content: space-between;*/}
    .product-radios label {
      position: relative;
      margin-right: 15px;
      margin-bottom: 15px;
      width: 50px;
      height: 50px;
      border: 3px solid #231F20;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      cursor: pointer; }
      
    .product-color .product-radios label {
      border: none;
      width: 100px;
      height: 100px;}
    .product-color .product-radios label:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 20%);}
    .product-radios label.disabled{
        border-color: #B1B0B1;
        pointer-events: none;
    }  
    .product-radios label.disabled span{
        color: #B1B0B1;
    } 
    .product-radios label.selected{
      border: 3px solid #FBC707;
    }
    .product-radios label.selected:before{
      opacity:0;
    }
      .product-radios label i {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: white;
        z-index: -1; }
      .product-radios label input {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0; }
        .product-radios label input:checked ~ i {
          background: #231F20; }
        .product-radios label input:checked ~ span {
          color: white; }
        .product-radios[data-table="size_usa"] label span:before {
          content: attr(data-size_usa);}
        .product-radios[data-table="size"] label span:before {
          content: attr(data-size);}
        .product-radios[data-table="size_eur"] label span:before {
          content: attr(data-size_eur);}
        .product-radios[data-table="size_cm"] label span:before {
          content: attr(data-size_cm);}
  .product-count {
    margin: 20px 0;
    display: flex; }
    .product-count .ms2_form{
        display: flex;
    }
    .product-count span {
        width: 30px;
        height: 30px;
        border: 2px solid #B1B0B1;
        font-size: 20px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin: 0 !important;  
        cursor: pointer;
        transition: all .3s;
    }
      .product-count span:hover {
        background: #FBC707;
        color: black;
        border-color: black;  
      }
    .product-count input {
        border-top: 2px solid #B1B0B1;
        border-bottom: 2px solid #B1B0B1;
        text-align: center;
        font-size: 16px;
        min-width: 40px;
        width: 40px;
        pointer-events: none;
        font-family: 'Bebas';
        height: 30px;
        min-height: 30px;
        box-shadow: none;
        appearance: none;
    }
      .product-count input::-webkit-outer-spin-button, .product-count input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
  .product-actions {
    position: absolute;
    right: 0;
    top: 35px; }
    .product-actions > * {
      width: 40px;
      height: 40px;
      padding: 5px; }
      .product-actions > * svg {
        fill: white;
        width: 100%;
        height: 100%; }
      .product-actions > *:hover svg path, .product-actions > *.active svg path {
        fill: #231F20; }
      .product-actions > *:hover svg, .product-actions > *.active svg {
        fill: #231F20; }
  .product-buy {
    display: flex;
    align-items: center;
    margin-bottom: 30px;  
  }
    .product-buy .btn {
      min-width: 200px; }
    .product-buy .btn-disable {
      min-width: 200px;
      background: #ccc;
      color: white;
      border: 3px solid #9d9d9d;
      cursor: default; }
  .product-size {
    margin: 30px 0; }
    .product-size-top {
      margin-bottom: 12px; }
      .product-size-top .caption-1 {
        font-weight: 500;
        position: relative;
        color: #231F20;
        cursor: pointer;
      }
      .product-size .product-size-link {
          max-width: 125px;
          margin: 0;
          padding: 10px 0;
      }
        .product-size-top .caption-1:before {
          position: absolute;
          content: attr(data-content);
          left: 0px;
          top: 1px;
          color: inherit;
          white-space: nowrap;
          font-weight: 600;
          opacity: 0; }
        .product-size-top .caption-1.active:before, .product-size-top .caption-1:hover:before {
          opacity: 1; }
        .product-size-top .caption-1.active span, .product-size-top .caption-1:hover span {
          opacity: 0; }
      .product-size-top ul {
        display: flex;
        flex-wrap: wrap; }
        .product-size-top ul li {
          padding-right: 17px;
          margin-right: 20px;
          border-right: 1px solid #B1B0B1; }
          .product-size-top ul li:last-child {
            border: none; }
    .product-size-link {
      display: flex;
      align-items: center;
      margin: 9px 0px;
      color: rgba(0,0,0,0.7); }
      .product-size-link:hover {
        color: #FBC707; }
        .product-size-link svg {
          fill: #B1B0B1; }
        .product-size-link:hover svg path,.product-size-link:hover svg {
          fill: #FBC707; }
      .product-size-link span {
        font-weight: 700;
        margin-left: 5px; }
  .product-details {
    margin: 26px 0; }
    .product-details-top ul {
      display: flex; }
    .product-details-top li {
      margin-right: 18px;
      padding-right: 22px;
      border-right: 1px solid #B1B0B1; }
      .product-details-top li:last-child {
        border: none;
        margin: 0;
        padding: 0; }
    .product-details-top a {
      color: #231F20;
      font-weight: 400;
      position: relative; }
      .product-details-top a:before {
        position: absolute;
        content: attr(data-content);
        left: 0px;
        top: 1px;
        color: inherit;
        white-space: nowrap;
        font-weight: 600;
        opacity: 0; }
      .product-details-top a.active:before, .product-details-top a:hover:before {
        opacity: 1; }
      .product-details-top a.active span, .product-details-top a:hover span {
        opacity: 0; }
    .product-details-box {
      margin: 20px 0; }
      .product-details-box ul {
        padding-left: 27px; }
        .product-details-box ul li {
          margin-bottom: 10px;
          position: relative; }
          .product-details-box ul li:before {
            position: absolute;
            content: '';
            left: -26px;
            top: 50%;
            transform: translate(0px, -50%);
            width: 16px;
            height: 29px;
            background-image: url(../../images/icons/list-marker.svg);
            background-size: 100% 100%;
            background-repeat: no-repeat; }
  .product-tab {
    display: none; }
    .product-tab.active {
      display: block; }
  .product-reviews-top {
    margin-bottom: 30px; }
    
.product-article{
    font-size: 15px;
    line-height: 15px;
    color: rgba(0,0,0,0.7);
    font-weight: 500;
    margin-bottom: 25px;
} 


.product-additional-info{
    margin-bottom: 20px;
}

.product-additional-info li{
    margin-bottom: 5px;
    font-size: 16px;
}

.product-additional-info b{
    min-width: 150px;
    display: inline-block;
    font-size: 18px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Cart~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.cart {
    margin: 50px 0 60px;
    position: relative;
    z-index: 2;    
}

.cart .container .col-lg-14 {
    z-index: 1;
}
  .cart-wrap {
    width: 85%; }
  .cart-top {
    margin-bottom: 32px; }
  .cart-box > .item {
    display: flex;
    position: relative;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 41px 0; }
  .cart-box .selectize-control {
    width: 62px; }
  .cart-box .selectize-input {
    height: 36px;
    padding: 6px 9px; }
  .cart-box .selectize-dropdown .option {
    padding: 5px 12px; }
  .cart-box .item-photo {
    background: #F3F3F3;
    width: 180px;
    height: 190px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    
    .cart-box .item-photo picture{
        width: 100%;
        height: 100%;
    }
    .cart-box .item-photo picture img{
      /*   object-fit: cover */;
        width: 100%;
        height: 100%;
    }
    
  .cart-box .item-status {
    position: absolute;
    left: 0;
    top: 15px; }
    .cart-box .item-status span {
      position: relative;
      font-size: 12px;
      line-height: 12px;
      height: 32px;
      display: flex;
      align-items: center;
      font-weight: 600;
      padding-left: 3px; }
      .cart-box .item-status span:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        border: 16px solid transparent;
        border-left: 38px solid #FBC707;
        z-index: 0; }
      .cart-box .item-status span.status-new:before{
        border-left: 38px solid #1BBDD4;
      }  
      .cart-box .item-status span.status-popular{
          color: white;
      }
      .cart-box .item-status span.status-popular:before{
        border-left: 38px solid #fa132b;
      }
      .cart-box .item-status span i {
        font-style: normal;
        position: relative;
        margin-top: 1px; }
  .cart-box .item-info {
    width: calc(100% - 180px);
    padding: 15px 0 15px 27px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;  
  }
  .cart-box .item-info .description-1 {
      line-height: 1.2em;
  }
  .cart-box .item-info a{
      color: black;
  }
  .cart-box .item-info a:hover{
      color: #FBC707;
  }
    .cart-box .item-info .caption-1 {
      display: block; }
    .cart-box .item-info ul {
      margin: 12px 0px; }
      .cart-box .item-info ul li {
        margin-bottom: 7px; }
        .cart-box .item-info ul li:last-child {
          margin-bottom: 0; }
      .cart-box .item-info ul .description-1 {
        margin-right: 10px; }
  .cart-box .item-actions {
    position: absolute;
    right: -4px;
    top: 35px;
    width: 25px;
    height: 25px; }
    .cart-box .item-actions button {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .cart-box .item-actions button:hover svg path {
        fill: #FBC707; }
      .cart-box .item-actions button svg {
        width: 16px;
        height: 16px; }
  .cart-box .item-price {
    position: absolute;
    right: 0;
    bottom: 70px; }
    .cart-box .item-price .caption-1 {
      margin-left: 10px; }
    .cart-box .item-price .caption-2 {
      color: #6B550A;
      font-weight: 500; }
      
    #discounter .cart-discont__inner {
        align-items: flex-start;
        text-align: left;
    }
      
    .cart-discont {
        background: #F3F3F3;
        margin: 8px 0 20px 0;
        padding: 25px 30px;
    }
    
    .cart-discont .cart-discont__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        font-family: "Museo";
    }
    
    .cart-discont .cart-discont__inner p {
        margin-bottom: 13px;
    }
    
    .cart-discont .cart-discont__price {
        font-weight: 700;
        font-size: 20px;
    }
    
    .cart-discont .cart-discont__inner .btn {
        margin-bottom: 10px;
        justify-content: center;
        min-width: 150px;
        padding: 5px 30px;
        font-size: 17px;
        line-height: 17px;
        font-weight: 700;
        width: fit-content;
        text-align: center;
    }
    
    .cart-discont .cart-discont__inner .label, .cart-discont .cart-discont__inner .label span {
        font-size: 12px;
        color: #B1B0B1;
        font-weight: 100;
        position: relative;
    }
    
    .cart-discont .cart-discont__inner .label::before {
        content: '';
        width: 100%;
        height: 1px;
        background: #000;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    .cart-discont .user {
        margin-bottom: 5px;
    }
    
    .cart-discont .user .user__name {
        font-size: 18px;
        color: #000;
    }
    
    .cart-discont .user .user__name svg {
        margin-right: 5px;
    }
    
    .cart-discont .user .label a {
        text-decoration: underline;
        margin-left: 5px;
        color: #b1b0b1;
       
    }
    
    .cart-discont .user .label {
         font-size: 14px;
         color: #b1b0b1;
         font-style: italic;
         transition: all 0.3s;
         
    }
    
    .cart-discont .user a {
        margin-left: 5px;
        white-space: nowrap;
    }
    
    .cart-discont .user a:hover {
        color: #000;
    }
    
    .cart-discont .user .label span {
        font-weight: 100;
        text-decoration: underline;
    }
    
    .cart-discont .user {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    }
    
    .cart-discont .cart-discont__inner .cart-discont__list .cart-discont__item {
        margin: 5px 0;
    }
    
    .cart-discont .cart-discont__inner .cart-discont__list .cart-discont__item .description-1 {
        margin-right: 5px;
    }
    
    @media screen and (max-width: 991.98px) {
        .cart-discont {
            padding-bottom: 0;
        }
        
        .cart-discont .cart-discont__inner {
            position: relative;
            padding-bottom: 48px;
            border-bottom: 2px solid #b1b0b1;
        }
        
        .cart-discont .user .label {
            position: absolute;
            bottom: 0;
            left: 50%;
              -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            color: #000;
        }
        
         .cart-discont .user .label span, .cart-discont .user .label {
            font-weight: 400;
         }
         
         .cart-discont .cart-discont__inner .cart-discont__list .cart-discont__item {
             font-size: 14px;
         }
    }
    

    .cart-result {
        background: #F3F3F3;
        margin-top: 8px;
        padding: 25px 30px;
        position: sticky;
        top: 150px;
    }
    .cart-result .title-4 {
      font-weight: 600; }
    .cart-result .btn {
      margin: 17px auto;
      min-width: 68%; }
    .cart-result ul li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #B1B0B1;
      padding: 10px 0;
      margin-bottom: 10px; }
  .cart-total li {
    border: none !important; }
    .cart-total .title-4 span{
        color: black;
    }    
  .cart-promo {
    position: relative;
    margin: 25px 0 15px; }
  .cart-description {
    text-align: center;
    margin: 20px 0 15px; }
    .cart-description span {
      font-family: 'Museo';
      font-weight: 100;
      font-size: 12px;
      line-height: 12px; }
  .cart-empty {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .cart-empty .btn {
      margin-top: 73px;
      min-width: 265px; }

.btn-promo {
  position: absolute;
  right: 0;
  width: 65px;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn-promo:hover svg {
    transform: scale(2) translate(2px, 0); }
    .btn-promo:hover svg path {
      fill: #FBC707; }
  .btn-promo svg {
    width: 15px;
    height: 7px;
    transform: scale(2); }

.cart .selectize-control.single .selectize-input{
    color: #231F20 !important;
}    

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Order~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.order {
  margin: 60px 0; }
  .order-wrap {
    width: 85%;
    margin-top: 60px; }
  .order-top {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 30px; }
  .order-box {
    margin: 42px 0; }
    .order-box .form-label {
      margin-bottom: 32px; }
    .order-box .selectize-control {
      font-weight: 500; }
      .order-box .selectize-control.single .selectize-input:after {
        border-color: #B1B0B1; }
    .order-box .selectize-input {
      color: #B1B0B1;
      padding: 18px 20px; }
      .order-box .selectize-input > input {
        color: #B1B0B1; }
    .order-box .selectize-dropdown .option {
      color: #B1B0B1;
      padding: 5px 23px; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Favorite~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.favorite {
  margin: 110px 0; }
  .favorite-top {
    margin-bottom: 0px; }
  .favorite-empty {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .favorite-empty .btn {
      margin-top: 75px;
      min-width: 265px; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Post~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.post {
  margin: 50px 0; }
  .post-photo {
    max-width: 100% !important;
    position: relative;
    margin-bottom: 37px !important; }
    .post-photo .link-popup {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .post-photo .link-popup span {
        width: 88px;
        height: 62px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    .post-photo img {
      width: 100%; }
  .post-photos {
    max-width: 100% !important;
    position: relative;
    margin-bottom: 37px !important;
    display: flex;
    justify-content: space-between; }
    .post-photos > picture,
    .post-photos > img {
      width: 49%; }
  .post-info {
    width: 84%;
    margin: 0 auto; }
    .post-info > * {
      max-width: 800px;
      margin: 0 auto; }
    .post-info h1 {
      font-size: 48px;
      line-height: 48px;
      margin-bottom: 35px;
      text-align: center; }
    .post-info h2 {
      font-size: 36px;
      line-height: 36px;
      margin-bottom: 20px; }
    .post-info h3 {
      font-size: 28px;
      line-height: 28px;
      margin-bottom: 20px; }
    .post-info p {
      font-size: 17px;
      line-height: 26px;
      margin-bottom: 20px;
      font-family: 'Museo';
      font-weight: 100; }
    .post-info p.info-row {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
        grid-gap: 10px;
    }
    .post-info img {
      width: 100%;
        object-fit: cover;
    }
    .post-info ol {
      padding-left: 30px; }
      .post-info ul li,
      .post-info ol li {
        position: relative;
        font-weight: 400;
        font-size: 20px;
        margin-bottom: 15px; }
        .post-info ul li:before,
        .post-info ol li:before {
          position: absolute;
          content: '';
          left: -20px;
          top: 12px;
          width: 6px;
          height: 6px;
          border-radius: 100%;
          background: #000; }
          .post-info ul li:before {
              display: none;
          }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Sale~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.sale .blog--date {
  background-image: url(../../images/icons/sale-status.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 30px;
  right: 15px;
  width: 200px;
  height: 55px;
  font-size: 36px;
  line-height: 36px;
  padding: 0; }
  .sale .blog--date:before {
    display: none; }
  .sale .blog--date span {
    position: relative;
    margin: 5px 0 0 10px;
    display: block; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Log-in~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.log-in {
  margin: 50px 0; }
  .log-in .title-3 {
    margin-bottom: 23px; }
  .log-in-top {
    display: flex;
    justify-content: center;
    margin-bottom: 68px; }
  .log-in-box {
    width: 82.5%; }
    .log-in-box > a {
      color: #231F20; }
      .log-in-box > a:hover {
        color: #FBC707; }
    .log-in-box .form-label {
      margin-bottom: 15px; }
      .log-in-box .form-label:last-child {
        margin-bottom: 0; }
    .log-in-box a{color: black;}
    .log-in-box a:hover{color: #FBC707;}
  .log-in-form {
    margin-bottom: 10px; }
  .log-in-buttons {
    display: flex;
    margin-top: 25px; }
    .log-in-buttons > * {
      margin-right: 20px; }
    .log-in-buttons .btn {
      min-width: 200px; }
  .log-in .btn {
    min-width: 260px; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Sign up~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.sign-up {
  margin: 50px 0px; }
  .sign-up-top {
    margin-bottom: 23px; }
  .sign-up-form:not(:last-of-type) {
    border-bottom: 1px solid #B1B0B1;
    margin-bottom: 43px; }
  .sign-up-form .form-group {
    margin-bottom: 35px; }
    .sign-up-form .form-group .selectize-control {
      font-weight: 500; }
      .sign-up-form .form-group .selectize-control.single .selectize-input:after {
        border-color: #B1B0B1; }
    .sign-up-form .form-group .selectize-input {
      color: #B1B0B1;
      padding: 18px 28px; }
      .sign-up-form .form-group .selectize-input > input {
        color: #B1B0B1; }
    .sign-up-form .form-group .selectize-dropdown .option {
      color: #B1B0B1;
      padding: 5px 31px; }
  .sign-up-form .form-label-confirm {
    margin-bottom: 11px; }
  .sign-up-form .btn {
    min-width: 260px;
    margin-top: 30px; }


.register-container{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.register-container .form-label{
    margin-bottom: 35px;
}
.register-col{
    width: 48%;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Password Section~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.password-section {
  margin: 50px 0; }

.password-box .title-2 {
  margin-bottom: 23px; }

.password-box .form-label {
  margin: 20px 0; }

.password-box .btn {
  min-width: 265px; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Search~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.search {
  position: absolute;
  left: 0%;
  height: 100%;
  background: white;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden; }
  .search.open {
    z-index: 1;
    opacity: 1;
    visibility: visible; }
  .search-link {
    color: #B1B0B1;
    font-weight: 500; }
    .search-link:hover {
      color: #231F20; }
    .search-link span {
      color: #231F20; }
  .search .form-label input {
    font-size: 28px;
    border: none;
    padding: 18px 0;
    line-height: 32px;  
  }
   
  .search .form-label input::-webkit-input-placeholder{
    transform: translate(0px, 2px);}
  .search .form-label input::-moz-placeholder {
    transform: translate(0px, 2px);}
  .search .form-label input:-moz-placeholder{
    transform: translate(0px, 2px);}
  .search .form-label input:-ms-input-placeholder {
    transform: translate(0px, 2px);}
    
    
   
  .search-box {
    background: white; }
  .search-form {
    width: 100%;
    position: relative; }
  .search-result {
    display: none;
    width: 500px;
    min-height: 100px;
    max-height: 450px;
    overflow-y: auto;
    background: white;
    position: absolute;
    top: calc(100% + 24px);
    left: 8px;
    padding: 30px;
    transition: all .3s; }
    .search-result .btn {
      display: none;
      width: 100%;
      cursor: pointer;}
    .search-result li {
      margin-bottom: 8px; }
    .search-result-list li:last-child {
        border-bottom: 1px solid #B1B0B1;
       padding-bottom: 15px;   
    }
    .search-result-produts {
      display: block;
      padding: 10px 0; }
      .search-result-produts .item {
        padding: 5px 0;
        display: flex; }
        .search-result-produts .item:hover .caption-2 {
          color: #231F20 !important; }
        .search-result-produts .item .photo {
          width: 90px;
            height: 90px;    
        }
        .search-result-produts .item .photo picture{
            width: 100%;
            height: 100%;
            display: block;
        }
        
        .search-result-produts .item .photo img{
            object-fit: cover;
            height: 100%;
            width: 100%;
        }
          
        .search-result-produts .item .info {
          display: flex;
          flex-direction: column;
          justify-content: center;
          padding-left: 15px; }
          .search-result-produts .item .info .caption-2 {
            color: #B1B0B1;
            transition: all .3s; }
          .search-result-produts .item .info p {
            font-size: 10px;
            line-height: 10px;
            font-family: 'Museo';
            color: #B1B0B1;
            font-weight: 100;
            margin-top: 2px; }
  .search-result.active {
    display:block;}
  .search .container {
    height: 100%;
    display: flex;
    align-items: center; }
    .search .container .row {
      width: 100%; }

.btn-search {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
    cursor: pointer;
}
  .btn-search:hover svg path {
    fill: #FBC707; }

#start-search {
  display: none; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Privacy Policy~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.privacy-policy {
  margin: 50px 0; }
  .privacy-policy-info {
    max-width: 790px; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Delivery Payment~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.delivery-payment {
  margin: 110px 0; }
  .delivery-payment-info {
    max-width: 700px; }
    .delivery-payment-info ul {
      padding-left: 40px; }
      .delivery-payment-info ul li {
        position: relative;
        margin-bottom: 26px; }
        .delivery-payment-info ul li:before {
          position: absolute;
          content: '';
          width: 20px;
          height: 28px;
          background-image: url(../../images/icons/list-marker.svg);
          background-size: cover;
          background-repeat: no-repeat;
          z-index: 0;
          left: -40px;
          top: 50%;
          transform: translate(0, -50%); }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Table Size~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.table-size {
  margin: 50px 0; }
  .table-size-top {
    margin-bottom: 35px; }
    .table-size-top .title-2 {
      text-align: center;
      margin-bottom: 35px; }
    .table-size-top .nav-top {
      margin: 25px 0 35px; }
  .table-size-list {
    width: 94%;
    margin-bottom: 38px; }
  .table-size ol {
    padding-left: 43px;
    counter-reset: item; }
    .table-size ol li {
      margin-bottom: 29px;
      position: relative; }
      .table-size ol li:before {
        position: absolute;
        content: '';
        width: 24px;
        height: 36px;
        background-image: url(../../images/icons/list-marker.svg);
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 0;
        left: -44px;
        top: 50%;
        transform: translate(0, -50%);
        border-radius: 0%;
        background-color: rgba(0,0,0,0);
      }
        
      .table-size ol li:after {
        position: absolute;
        counter-increment: item;
        content: counter(item);
        font-size: 15px;
        line-height: 13px;
        z-index: 1;
        left: -39px;
        top: 51%;
        transform: translate(0, -50%);
        font-family: 'Bebas';
        font-weight: 600; }
  .table-size-photo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .table-size-photo img:not(:last-child) {
      margin-bottom: 20px; }
  .table-size table {
    width: 100%;
    table-layout: fixed;
    border-spacing: inherit; }
  .table-size thead {
    border-spacing: inherit;
    background: #231F20;
    color: white; }
    .table-size thead th {
      padding: 22px 10px; }
  .table-size tbody {
    font-family: 'Museo';
    font-weight: 100; }
    .table-size tbody td {
      border: 1px solid #B1B0B1;
      border-right: none;
      border-bottom: none;
      padding: 12px;
      text-align: center;
      text-transform: uppercase; }
      .table-size tbody td:last-child {
        border-right: 1px solid #B1B0B1; }
    .table-size tbody tr:last-child td {
      border-bottom: 1px solid #B1B0B1; }

.table-caption-mobile {
  display: none; }

.table-wrap {
  display: none; }
  .table-wrap.active {
    display: block; }

.table-box {
  margin-bottom: 33px; }

.table-title {
  background: #FBC707;
  border: 3px solid #231F20;
  text-align: center;
  padding: 3px; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Brands~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.branding {
  margin: 50px 0 60px; }
  .branding-top {
    margin-bottom: 35px; }
  .branding-info {
    max-width: 610px; }
    .branding-info h2 {
      margin-bottom: 22px; }
  .branding-form .title-3 {
    margin-bottom: 25px; }
  .branding-form .form-label {
    margin-bottom: 33px; }
    .branding-form .form-label textarea {
      height: 150px; }
  .branding-form .btn {
    width: 227px; }

.certification-top {
  margin-bottom: 35px; }

.certification-gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .certification-gallery .item {
	width: 260px;
	height: 360px;
    margin-bottom: 30px;
    display: block !important;  
      
  }
  .certification-gallery .item img{
  	height: 100%;
  }  

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~404~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.page_404 {
  padding-top: 0 !important; }
  .page_404 .header,
  .page_404 .footer {
    display: none; }

.box-404 {
  background: #FAE9B8;
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

.photo-404 {
  position: absolute;
  left: 3%;
  width: 40%;
  height: 100%; }

.info-404 {
  left: 12%;
  top: -3%;
  position: relative; }
  .info-404 h2{
  	text-align: center;
  }
  .info-404 p {
    margin: 20px 0;
    text-align: center;}
  .info-404 .btn {
    margin: 0 auto; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Profile~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#ui-datepicker-div {
  background: white; }

.ui-datepicker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #FBC707 !important;
    border-bottom: none !important;
    border-bottom: 0;
    padding: 8px 10px;
    font-weight: 600;
    font-size: 18px;
    background: white !important;
    color: black !important; }
  .ui-datepicker-header a:hover {
    color: #FBC707; }

.ui-datepicker-title {
  order: -1;
  width: 100px; }

.ui-datepicker-calendar {
  border: 2px solid #FBC707;
  padding: 0px;
  border-collapse: collapse; }
  .ui-datepicker-calendar thead tr {
    border-bottom: 2px solid #FBC707; }
  .ui-datepicker-calendar tr {
    display: flex; }
  .ui-datepicker-calendar th {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px; }
  .ui-datepicker-calendar td {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s; }
    .ui-datepicker-calendar td:not(.ui-state-disabled):hover {
      background: #FBC707; }

.ui-widget select {
    background: transparent;
    border: none;
}
.ui-datepicker-calendar td a {
    color: black !important;
    background: rgba(0,0,0,0) !important;
    border: none !important;
    font-size: 18px; 
}
      
.ui-widget{
    font-family: 'Bebas' !important;
}      
.ui-datepicker-current-day{
    background: #FBC707;
} 

.ui-datepicker-calendar thead span{
    font-size: 18px !important;
}    

.ui-widget-header a{
    color: black !important;
    border: none !important;
    background: rgba(0,0,0,0) !important;
    transform: translate(0px, 1px);
}
.ui-widget-header .ui-icon {
    background-image: none !important;
    width: auto !important;
    height: auto !important;
    text-indent: 0px !important;
}

.ui-datepicker-year{
    position: absolute;
    right: 60px;
    top: 13px;
}

.ui-datepicker-header .ui-datepicker-prev {
    margin-right: 35px !important;   
}
    

.profile {
  margin: 50px 0; }
  .profile-sidebar {
    width: 98%; }
  .profile-nav > li:first-child {
    margin-bottom: 17px; }
    .profile-nav > li:first-child .item-top {
      padding-top: 0; }
  .profile-nav .item {
    margin-bottom: 18px;
    border-bottom: 3px solid #E7E7E7;
    transition: all .3s; }
    .profile-nav .item:hover, .profile-nav .item.active {
      border-color: #231F20; }
    .profile-nav .item .item-top {
      padding: 12px 0;
      cursor: pointer;
      position: relative;
      color: black;    
    }
  .profile-tab {
    display: none; }
    .profile-tab.active {
      display: block; }
    .profile-tab .tab {
        border: 3px solid #E7E7E7;
        padding: 26px;
        margin-bottom: 30px;
    }
   .profile-tab .tab.tab-empty-order{
        border: none;
        padding: 18px;
        margin-bottom: 30px;
        font-size: 28px;
        line-height: 29px;
        background: #F3F3F3;
        text-align: center;
        font-weight: 600;
   }
      .profile-tab .tab#profile-info-edit {
        padding: 0;
        border: none;
        width: 90.5%; }
        .profile-tab .tab#profile-info-edit .selectize-control {
          width: 73%; }
      /* .profile-tab .tab.tab-order .tab-top {
        display: none; } */
      .profile-tab .tab.tab-order > .tab-list {
        background: #F3F3F3;
        padding: 20px 30px; }
      .profile-tab .tab.tab-favourite {
        border: none;
        padding: 0; }
      .profile-tab .tab.tab-addresses {
        width: 89%;
        border: none;
        padding: 0; }
      .profile-tab .tab.tab-password {
        border: none;
        padding: 0;
        max-width: 440px; }
        .profile-tab .tab.tab-password .form-label {
          margin-bottom: 32px; }
      .profile-tab .tab .form-group {
        margin-bottom: 34px; }
      .profile-tab .tab-top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 27px; }
      .profile-tab .tab-list {
        display: flex;
        flex-wrap: wrap; }
        .profile-tab .tab-list li {
          width: 25%;
          margin-bottom: 32px; }
          .profile-tab .tab-list li:nth-last-child(-n+4) {
            margin: 0; }
        .profile-tab .tab-list .caption-2 {
          font-family: Museo;
          font-weight: 200;
          display: block;
          margin-bottom: 8px; }
      .profile-tab .tab-products {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px; }
        .profile-tab .tab-products > ul {
          display: flex; }
          .profile-tab .tab-products > ul li {
            margin-right: 20px;
            line-height: 100px; }
        .profile-tab .tab-products .product-item-photo {
          width: 100px;
          height: 100px;
          padding: 10px; }
        .profile-tab .tab-products .btn {
          min-width: 273px; }
      .profile-tab .tab-product {
        margin-top: 30px;
        border-top: 1px solid #E7E7E7;
        padding-top: 30px;
        /* display: none; */ }
        .profile-tab .tab-product-item {
          display: flex;
          align-items: center;
            margin-bottom: 20px;
        }
          .profile-tab .tab-product-item .product-item-photo {
            width: 180px;
            height: 190px;
            padding: 20px; }
          .profile-tab .tab-product-item .product-item-info {
            padding: 0 0 0 27px; }
            .profile-tab .tab-product-item .product-item-info .caption-1 {
              margin-bottom: 14px;
              display: block; }
            .profile-tab .tab-product-item .product-item-info ul li {
              display: flex;
              align-items: center;
              margin-bottom: 6px; }
              .profile-tab .tab-product-item .product-item-info ul li:last-child {
                margin-bottom: 0; }
              .profile-tab .tab-product-item .product-item-info ul li .description-1 {
                margin-right: 15px; }
        .profile-tab .tab-product-info {
          margin: 13px 0 30px; }
          .profile-tab .tab-product-info ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #E7E7E7;
            padding: 12px 0;
            margin-bottom: 6px; }
            .profile-tab .tab-product-info ul li:nth-last-child(2) {
              margin-bottom: 0; }
            .profile-tab .tab-product-info ul li:last-child {
              padding: 28px 0; }
            .profile-tab .tab-product-info ul li .title-4 {
              font-weight: 700; }
      .profile-tab .tab-addresses-box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
      .profile-tab .tab-address {
        background: #F3F3F3;
        width: 48%;
        padding: 25px 29px;
        margin-bottom: 4%; }
        .profile-tab .tab-address-box {
          display: flex;
          flex-wrap: wrap; }
        .profile-tab .tab-address-top {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 23px; }
          .profile-tab .tab-address-top-actions * {
            margin-right: 6px; }
            .profile-tab .tab-address-top-actions *:last-child {
              margin-right: 0; }
          .profile-tab .tab-address-top .title-4 {
            font-weight: 600; }
        .profile-tab .tab-address-content .caption-1 {
          display: block;
          margin-top: 4px;
          line-height: 26px; }
    .profile-tab .pagination {
      display: flex;
      justify-content: center; }
    .profile-tab .nav-top {
      margin-top: 0; }
    .profile-tab .selectize-input {
        padding: 18px;
    }

#profile-info-edit {
  display: none; }

#profile-addresses-edit {
  display: none; }

.btn-profile {
  padding: 19px 15px;
  width: 100%;
  margin-bottom: 30px; }
  .btn-profile svg {
    margin-right: 15px; }
  .btn-profile span {
    display: flex;
    align-items: center;
    justify-content: center; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~Instagram~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.instagram {
  margin: 122px 0; }
  .instagram-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .instagram-top a {
      color: #231F20; }
      .instagram-top a:hover {
        color: #FBC707; }
    .instagram-top .caption-2 {
      font-weight: 400;
      margin: 10px 0 5px; }
  .instagram-box {
    display: flex;
    justify-content: space-between;
    margin: 20px 0; }
    .instagram-box .item {
      width: 178px;
      height: 178px; }
      
    .instagram-box .item a{
        display: block;
        height: 100%;
    }  
      .instagram-box .item:nth-child(odd) {
        margin-top: 90px; }
        
        .instagram-box .item video{
            object-fit: cover;
        }
          
      .instagram-box .item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~popup~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#popup-add-basket {
    width: 800px;
}

#popup-add-basket .item-price {
    position: relative;
    bottom: 0;
    left: 0;
}

#popup-add-basket .cart-box .item-photo {
    width: 100px;
    height: auto;
}

#popup-add-basket .item-price.price-full .caption-1 {
    font-size: 20px;
}

#popup-add-basket .item-price.price {
    display: flex;
    align-items: flex-end;
    font-weight: 400;
    position: absolute;
    left: auto;
    right: 0;
}

#popup-add-basket .item-price.price s{
    color: #6B550A;
}

#popup-add-basket .cart-box > .item {
    padding: 10px 0;
    align-items: center;
}

#popup-add-basket .cart-box .item-info {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 10px 0 10px 27px;
}

#popup-add-basket .cart-box .item-info__inner {
    max-width: 270px;
    margin-right: 100px;
}


#popup-add-basket .card-bottom {
    font-size: 20px;
    padding: 15px 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}

#popup-add-basket .card-bottom .card-bottom__inner .label {
    display: inline-block;
    width: 70px;
}

#popup-add-basket .card-bottom .card-bottom__inner .card-bottom__discount {
    font-size: 16px;
}

#popup-add-basket .card-bottom .card-bottom__inner .card-bottom__discount .discount {
    color: red;
}

#popup-add-basket .card-bottom .card-bottom__inner .card-bottom__item > span {
    display: inline-block;
    margin-left: 10px;
}

#popup-add-basket .post-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}

#popup-add-basket .post-nav .continue {
    background: #acacac;
    border-color: #acacac;
}

#popup-add-basket .post-nav .continue:hover {
    border-color: #000;
}



.thanks {
  margin: 50px 0; }
  .thanks .btn {
    margin-bottom: 20px; }

#popup-discounter .discount_submit{
    display: flex;
    justify-content: center;
}
    
#popup-discounter .post-info {
    position: relative;
    z-index: 1;
}

#popup-discounter .post-info .post-info__inner {
    text-align: center;
    border-bottom: 1px solid #a0a0a0;
}

#popup-discounter .order-box {
    margin: 35px 0;
}

#popup-discounter .post-info .post-info__inner h2 {
    margin-bottom: 5px;
}

#popup-discounter .post-info .post-info__inner p {
    margin-bottom: 5px;
    font-weight: 300;
}

#popup-discounter .post-info .cart-box .form-label span {
    font-weight: 300;
}

#popup-discounter .post-info .cart-box .box-checked .form-label { 
    flex-direction: row;
    align-items: center;
}

#popup-discounter .post-info .cart-box .box-checked .form-label span {
    margin-bottom: 0;
}

#popup-discounter .post-info .btn {
    max-width: 263px;
    width: 100%;
}
#popup-discounter .form-error{
    display: flex;
    flex-direction: column;
}

.popup {
  display: none;
  width: 500px;
  background: #231F20;
  color: white;
  padding: 50px 30px !important;
  overflow: visible !important; }
  .popup:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../../images/decor/popup.png);
    background-size: 100% 100%; }
  .popup > * {
    text-align: center;
    display: block; }
  .popup.popup-large {
    width: 700px;}
  .popup.popup-white {
    color: #231F20;
    background:white;}
  .popup .post-info {
    text-align: left;}
  .popup .title-2 {
    width: 80%;
    margin: 0 auto 10px; }
  .popup table tbody span{
    color: #cc2a1e; }
  .popup table thead th {
    padding: 15px 10px;
    text-align: center; }

.fancybox-close-small {
  display: none !important; }

.close-popup {
  background-image: url(../../images/icons/popup-btn.svg);
  background-size: 100% 100%;
  width: 110px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(55px, -10px); }
  .close-popup svg {
    transform: translate(-2px, -1px); }
    .close-popup svg path {
      fill: #231F20; }
      
.zoom-container{      
    position: absolute;
    top: 0;
    left: calc(100% + 70px);
    width: 100%;
    height: 400px;
} 

.zoomWindowContainer > div{
    border: 2px solid black !important;
    width: 500px !important;
    height: 350px !important;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border: 1px solid black !important;
    background: #FBC707 !important;
    transform: scale(1.5);
    outline: none !important;
    cursor: pointer !important;
    width: 67%;
    text-align: center;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    background: white !important;
}
.ui-slider-handle.ui-state-default.ui-corner-all:first-of-type{
    margin-left: 2px;
}

.ui-slider-handle.ui-state-default.ui-corner-all:last-of-type{
    margin-left: -15px;
}
    
    
.ui-widget-header {
    border: 1px solid black !important;
    background: #FBC707 !important;
}

.ui-widget-content {
    border: 1px solid rgba(0,0,0,0) !important;
    background: black !important;
}


.cat-menu1__item{
    border-bottom: 3px solid #231F20;
    margin-bottom: 15px;
}

.cat-menu1__item.open .cat-menu2{
    display: block;
}

.cat-menu1__item.open .cat-menu1__icon {
    transform: rotate(180deg);
}

.cat-menu1__item:last-child{
    margin-bottom: 0;
}

.cat-menu1__title{
    margin-bottom: 10px;   
    position: relative;
    display: flex;
    justify-content: space-between;
}

/* .cat-menu1__title:before {
    position: absolute;
    content: '';
    right: 0;
    top: 4px;
    width: 14px;
    height: 8px;
    background-image: url(../../images/icons/arrow-bottom-2.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: all .3s;
} */

.cat-menu3__title{
    margin-bottom: 3px;   
}
.cat-menu2{
    display: none;
    margin-top: 10px;
    padding-left: 15px;
}
.cat-menu2 a{
    font-weight: 500 !important;
}
.sidebar-categories-box{
    margin-top: 15px;
    padding-left: 15px;
}
.sidebar-categories-box a{
    color: #231F20;
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
}
.sidebar-categories-box a:hover{
    color: #FBC707;
}

.cat-menu3__item{
    margin-bottom: 5px;
}

.cat-menu1__icon{
position: absolute;
    top: -5px;
    right: -5px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
}
.cat-menu1__icon svg{
    width: 14px;
    height: 8px;
}

