/* Slick */

@font-face {
  font-family: 'Tienne-Black';
  src: url("../fonts/Tienne-Black.ttf");
  font-weight: 900;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: 'AlbertSans-Bold';
  src: url("../fonts/AlbertSans-Bold.ttf");
  font-weight: 900;
}

@font-face {
  font-family: 'AlbertSans-Regular';
  src: url("../fonts/AlbertSans-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: 'AlbertSans-Light';
  src: url("../fonts/AlbertSans-Light.ttf");
  font-weight: 300;
}

.infoBannerWrapper {
  text-align: center;
  background: linear-gradient(90deg, rgba(89,219,127,1) 0%, rgba(59,203,188,1) 20%, rgba(89,219,127,1) 75%);
}
.infoBanners {
  padding: 5px 0;
  /*background-color: #f7b42c;
  background-image: linear-gradient(270deg,#c8ac98 0,#98b4c8 100%);*/
  color: #000;
  font-size: 19px;
}

.brg_btn {
  display: none;
}

.infoBannerWrapper .rotateBanerBtn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  cursor: pointer;
}

.infoBannerWrapper .rotateBanerBtn.next-btn {
  right: 20px;
}

.infoBannerWrapper .rotateBanerBtn.prev-btn {
  left: 20px;
}

.infoBannerWrapper .rotateBanerBtn img {
  height: 20px;
}

.infoBannerWrapper .slick-slide img {
  width: auto;
  position: absolute;
  top: 0;
}

/* Header */

.header__wrapper {
  /* height: 120px; */
  background: #ffffff;
  padding: 0;
  background-color: #D1C9C3;
  z-index: 100;
}

/* .header__wrapper .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: inherit;
  padding: 0 30px;

  margin: auto;
} */
.header__wrapper .container {
  max-width: 1600px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: inherit;
  margin: auto;
  height: 100px;
}

.left_header {
  display: flex;
  gap: 30px;
  align-items: center;
  /* font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.08em; */
  font-family: 'Tienne-Black';
  font-weight: 900;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  padding-right: 25px;
  /* display: inline-block; */
/*  width: 250px;*/
}

.left_header a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding-left: 10px;
}

.left_header a img {
  
}

.middle_header {
  background: #ffffff;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* padding: 0 30px; */
  border-width: 1px 0px;
  border-style: solid;
  border-color: #F0F0F0;
  position: relative;
}

.middle_header_block_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.menu_wrapper {
  margin-bottom: 5px!important;
  /*max-width: 735px;*/
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}

.homepage-menu-small-header {
  display: block;
  background-color: #c8ac98;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
}

.homepage-menu-small-header img {
  margin: 0 10px;
  max-width: 30px;
  height: 20px;
}
.homepage-menu-small-header p {
  font-size: 15px;
}

.homepage-menu-small-header:hover {
  border: 1px solid #fff;
}

.header-basket-wrapper {
  display: flex;
  /* width: 300px; */
  /* justify-content: flex-end; */
  justify-content: center;
  align-items: center;
  position: relative;
  /* transform: translateX(80px); */
}

.header-basket-wrapper .brg_btn {
  /* margin-left: 20px; */
  margin-top: 10px;
}

.basket-body-wrapper {
  width: 100%;
  /* min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.6); */
  display: flex;
  justify-content: center;
  align-items: center;
  /*color: #000;
  max-width: 1100px;
  width: 100vw;
  position: relative;
  box-shadow: 1px 1px 6px #000;
  padding: 30px;
  padding-top: 0;
  max-height: 80vh;
  overflow-y: scroll;
  background-color: #fffeff;*/
}

.basket_main_wrapper{
  display: flex;
  justify-content: space-around;
}

#basket-inner{
  max-height: 70vh;
  overflow-y: scroll;
  scrollbar-width: none;
}

#basket-inner::-webkit-scrollbar { width: 0; }





.search-block {
  position: relative;
  width: 97%;
  display: flex;
  justify-content: center;
  font-size: 15px;
}

.search-block-icon {
    display: none;
}

/* .search-block input {
  max-width: 400px;
  flex: 1;
  padding-left: 10px;
  color: #000000;
  background: #fff;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 1px solid lightgrey;
  transition: .1s
} */
.search-block input {
  max-width: 686px;
  flex: 1;
  padding: 20px 10px;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  color: #000000;
  background: #fff;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  transition: .1s;
  height: 45px;
  
  
}


.search-block input:hover {
  border: 1px solid #237ACA;
}

.search-block input:focus {
  border: 1px solid #237ACA;
}

.search-button {
  width: 39px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  height: 35px;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  font-size: 90%;
  /* background-color: #64905D; */
  border: 1px solid #CCCCCC;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .1s;
  height: 45px;
  background-color: white;
}

/* .search-button:hover {
  background-color: #ffa344;
} */

.search-button img {
  width: 20px;
  height: 20px;
}

.basket-body {
  color: black;
  max-width: 1920px;
  /* max-width: 1100px; */
  /* width: 100vw; */
  width: 95vw;
  position: relative;
  /* box-shadow: 1px 1px 6px black;
  padding: 30px;
  padding-top: 0; */
  padding: 0 30px;
  /* max-height: 80vh;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #fffeff; */
  overflow-y: clip;
  background-color: #fffeff;
}

.search_svg_wrapper {
  display: flex;
  padding: 0 20px;
  cursor: pointer;
}

.search_svg_wrapper a {
  height: 35px;
}

.account_transform {
  transform: translateY(1px);
}

.brg_btn_transform {
  transform: translateY(4px);
}

.search-block-icon_transform {
  transform: translateY(2px);
}

.basket {
  margin: 0 20px 0 10px;
  position: relative;
  cursor: pointer;
  transform: translateY(10px);
}

.basket-head {
  color: black;
  padding: 20px;
  width: 100%;
  position: sticky;
  background: #fffeff;
  z-index: 300;
  top: 0;
  left: 0;
}

.basket-head h2 {
  font-weight: bold;
  font-size: 20px;
}

.close-basket {
  position: absolute;
  z-index: 15;
  display: inline-block;
  background: none;
  outline: none;
  border: none;
  width: 30px;
  height: 30px;
  margin-top: 15px;
  top: 0;
  right: 10px;
  cursor: pointer;
}

.close-basket img {
  width: 25px;
  height: 25px;
}

.basket-icon,
.wish-icon {
  width: 30px;
  height: 30px;
}

.basket-count {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  top: -16px;
  right: -10px;
  background: #E95259;
  border-radius: 60%;
  width: 23px;
  height: 23px;
  color: white;
}

.header_basket_link {
  transform: translateY(-10px);
  text-decoration: none;
}
.header_icon_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  height: 44px;
  min-width: 96px;
}

.header_icon_block img {
  height: 44px;
  transform: translateX(10px) scale(1.1);
}

.header_icon_text {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 14px;
  color: #000 !important;
}
.header_svg {
  width: 30px;
  height: 30px;
}

.header_svg img, .basket-count, .brg_btn svg, .search-block-icon a img, .left_header a img {
  transition: .2s;
}

.header_svg img:hover, .brg_btn svg:hover, .search-block-icon a img:hover {
  transform: scale(1.08);
}

.header_bottom_text {
  font-family: 'Roboto';
  position: absolute;
  bottom: -25px;
  font-weight: 300;
  font-size: 14px;
  color: white;
}

.header_bottom_text-left {
  font-family: 'Roboto';
  text-transform: none;
  font-weight: 300;
  font-size: 14px;
  color: white;
  display: flex;
  flex-direction: column;
}

.header_bottom_text-left > div {
  display: flex;
  align-items: center;
}

.header_bottom_text-left > div:first-child {
  transform: translateY(5px);
}

.left_header a img:hover {
  transform: scale(1.03);
}

.wishList-count {
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

.wishList_header-count {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  top: -15px;
  right: -11px;
  background-color: white;
  border-radius: 60%;
  width: 23px;
  height: 23px;
}

.wishItem_add {
  display: flex;
  width: 100%;
  background-color: #98b4c8;
  margin-top: 30px;
}

.wishItem_addBtn {
  cursor: pointer;
  position: relative;
  text-decoration: none;
  outline: none;
  display: inline-block;
  padding: 10px 20px;
  font-size: 19px;
  width: 70%;
  border: none;
  color: white;
  transition: 0.5s;
}


.wishItem_addBtn:after {
  content: "";
  width: 1px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
}

.account img {
  /*width: 32px;*/
  vertical-align: sub;
  transition: .2s;
}

.header {
  background-color: transparent;
  position: fixed;
  z-index: 10;
  width: 100%;
}
.wishItem_add {
  display: flex;
  width: 100%;
  background-color: #98b4c8;
  margin-top: 30px;
}

.wishItem_addBtn {
  cursor: pointer;
  position: relative;
  text-decoration: none;
  outline: none;
  display: inline-block;
  padding: 10px 20px;
  font-size: 19px;
  width: 70%;
  border: none;
  color: white;
  transition: 0.5s;
}

.wishItem_addBtn:after {
  content: "";
  width: 1px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
}

.account img {
  /*width: 32px;*/
  vertical-align: sub;
}

.login-popap {
  background: none;
  outline: none;
  border: none;
}


.hidden {
  display: none !important;
}

.hidden {
  display: none;
}
input, button, textarea {
  outline: none;
}

.item-image img {
  height: 340px;
}
.my-acc {
  border: none;
  background: #000;
  font-size: 24px;
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-weight: bold;
  font-family: Lato;
  text-transform: uppercase;
  outline: none;
  color: white;
  position: relative;
  transition: .2s;
}
.my-acc:hover {
  transform: scale(1.03);
}

/* Media */
/* @media screen and (max-width: 1700px){

  .middle_header_block_wrapper {
    max-width: 500px;
  }
  .header-basket-wrapper {
    justify-content: flex-end;
  }
} */
/* @media screen and (max-width: 1625px){

  .left_header{
    margin-right: 21px;
  }
} */




@media screen and (max-width: 1360px) {
  .homepage-menu-small-header {
    display: none;
  }
}

/*@media screen and (max-width: 1310px){
  .menu_wrapper {
    max-width: 735px;
  }
}*/

  @media screen and (max-width: 1310px) {
  .left_header {
    width: unset;
  }
}

@media screen and (max-width: 1215px){
  .middle_header  {
    padding: 0 30px 0 0;
  }
}

@media screen and (max-width: 1260px) {
  .brg_btn {
    display: inline-block;
    z-index: 22;
  }

  .menu_wrapper {
    height: auto;
  }

  .brg_btn__inner {
    position: absolute;
    top: 5px;
    right: 5px;
  }
}



/* @media screen and (max-width: 1200px){
  .left_header {
    margin-right: 55px;
  }
} */

@media screen and (max-width: 1150px){
  #basket-inner{
    max-height:54vh;
  }
}

@media screen and (min-width: 1150px){
  .basket_main_wrapper {
      display: flex;
      align-items: flex-start;
      justify-content: space-around;
  }
  #basket-inner{
      width: 70%;
  }
  .basket-footer{
      background: white;
      border-left: 2px solid #e6e5e6;
      padding-left: 11px;
      /*position: sticky;
      z-index: 200;*/
      top: 0;

  }
  .basket-total{
      border-top: none;
  }
}

@media screen and (max-width: 1150px) {
  .header__wrapper .search-block {
    display: none;
  }
}
@media screen and (max-width: 1150px){
  .search-block-icon {
      display: flex;
      justify-content: flex-end;
      margin-right: 18px;
  }
}
@media screen and (max-width: 1120px) {
  .header__wrapper .container {
    position: relative;
    align-items: center;
  }

  .menu_wrapper {
    margin-bottom: 20px!important;
  }

  .middle_header {
    position: absolute;
    z-index: 20;
    width: 10vw;
    display: none;
    height: 100vh;
    /* background-color: #ffd09a; */
    /* background-color: #64905D; */
    top: 0;
    left: 0;
    width: 100%;
    padding: 80px 20px 20px 20px;
    justify-content: flex-start;
  }

  /* .search-block {
    align-self: center;
    margin: 30px;
  } */

  .search-result {
    padding: 10px;
    position: absolute;
    width: 160%;
    top: 100%;
    z-index: 40;
    max-height: 70vh;
    min-height: 200px;
    overflow-y: scroll;
    color: white;
    background-color: #434040;
    border-radius: 5px;
    left: -30%;
  }


}

@media screen and (max-width: 1150px){
  .basket_main_wrapper{
    flex-direction: column;
    align-items: flex-end;
  }
  #basket-inner {
    max-height: 54vh;
    width: 100%;
  }
  .basket-footer{
    display: flex;
    flex-direction: column;
    width: 300px;
  }
}


@media screen and (max-width: 800px) {
  .left_header img {
    margin-bottom: 7px;
  }
  .left_header img {
    margin-bottom: 7px;
  }
  .header__wrapper .container{
    width:100%;
  }
  .header__block {
    position: static;
  }
  .visible-icons {
    transform: translate(10%, 80px);
  }
}

/* @media (max-width: 830px) {
  .header__wrapper .search-block {
    display: none!important;
  }
} */
@media screen and (max-width: 900px) {
  .header__wrapper .container {
    justify-content: center;
    gap: 10px;
    height: 120px;
  }
  .header_bottom_text-left {
    display: none;
  }
}

@media screen and (max-width: 768px){
  /* .left_header img {
    width: 100%;
  } */

  .search-result {
    width: 100%;
    left: 0;
  }

  .basket-body {
    max-height: 100vh;
    height: 100vh;
  }

}


@media screen and (max-width: 650px){

  .header__breadcrumbs__left {
    flex-direction: row-reverse;
    padding-bottom: 0;
  }
  button.hamburger {
    padding-right: 0;
  }

  .header__logo {
    margin: 10px 0;
  }

  .search-block {
    grid-row: 2/3;
  }

  .search-block input {
    width: 150px;
  }

}
@media screen and (max-width: 600px){
  .header__content {
    min-height: 150px;
  }
  .header__breadcrumbs {
    padding: 0;
    margin-top:10px;
  }
  .header.ios  .header__breadcrumbs {
    margin-top: 45px;
    margin-bottom: 20px;
  }
  .header.ios  .header__logo {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 565px){
  .basket-item {
    flex-direction: column;
  }
}

@media screen and (max-width: 550px){
  .header__wrapper .container{
    padding: 0 10px;
  }
}
@media screen and (max-width: 515px){
  /* .header__wrapper .container {
    display: grid;
    grid-template-columns: 1fr;
    flex-direction: column;
  } */
  /* .header__wrapper {
    height: 180px;
  }

  .header-basket-wrapper > div {
    margin-bottom: 15px;
  }
  .header_icon-divider {
    display: none;
  } */
  .header-basket-wrapper {
    /* justify-content: center;
    flex-wrap: wrap; */
    transform: translateX(20px) scale(0.8);
  }
  .left_header {
    margin-right: 0;
    padding-right: 0;
    font-size: 30px;
  }
  
}
@media screen and (max-width: 500px) {
  .header__wrapper .container {
    width: 100%;
    height: 100px;
    gap: 3px;
  }

  .left_header a img {
    width: 60px;
    height: 60px;
  }

  .basket-body {
    padding: 15px;
  }

  .wishList-count {
    margin-right: 10px;
  }
  .my-acc{
    font-size:13px;
  }
  .header-search span, .basket__description, .account span{
    display:none;
  }
  .block_icons2 {
    flex-direction: column;
    align-items: center;
  }
  .block_icons div {
    margin-right: 0;
  }
  .block_icons_2{
    margin-top: 0 !important;
  }
  .arrow__right{
    left: 55%;
  }
  .arrow__left{
    left:45%;
  }
}

@media screen and (max-width: 470px){
  .menu_wrapper {
    height: auto;
  }
}

@media screen and (max-width: 450px){
  .headerSocial{
    display: none;
  }

}
  @media screen and (max-width: 380px){
    .header__wrapper .container {
      height: 80px;
      gap: 0;
    }
  .item-image img {
    height: 350px;
  }
  .left_header {
    margin-right: 0;
    padding-right: 0;
    font-size: 25px;
  }
}
@media screen and (max-width: 340px) {
  .item-image img {
    height: 340px;
  }
  .left_header {
    margin-right: 0;
    padding-right: 0;
    font-size: 25px;
  }
}

.basket-icon{
  height: 30px !important;
  transform: none !important;
}






