body {
	margin:0px;
	padding: 0px 0px 0px 0px;
  font-family: 'Montserrat';
	font-size: 18px;
  font-weight: normal;
  font-style: normal;
	color: #292D2D;
	background-color: #F6F4EE;
}


html, body {
  height: 100%;
}

/*common*/
body.modal-open {
    overflow: hidden;
}


@font-face {
  font-family: 'Rutenia2008VasylChebanyk';
  src: url('../fonts/Rutenia2008VasylChebanyk.woff2') format('woff2'),
      url('../fonts/Rutenia2008VasylChebanyk.woff') format('woff'),
      url('../fonts/Rutenia2008VasylChebanyk.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
      url('../fonts/Montserrat-Regular.woff') format('woff'),
      url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
      url('../fonts/Montserrat-Medium.woff') format('woff'),
      url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
      url('../fonts/Montserrat-SemiBold.woff') format('woff'),
      url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}


p {
	margin: 0px 0px 25px 0px;
   padding: 0px;
   font-size: 18px;

}


strong {
  font-weight: bold;
}


a {
  color: #531820;
  text-decoration: none;
  outline: 0 !important; 
 -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; 
  
}


a:hover,  a:focus {
  color: #531820;
}

 


h1 {
  font-family: 'Rutenia2008VasylChebanyk';
  font-size: 60px;
  text-align: left;
  color: #292D2D;
  line-height: normal;
  padding: 0 0 40px 0;
  font-weight: bold;
}


h2 {
  padding: 	0px 0px 15px 0px;
  font-size: 36px;
  font-weight: bold;
}

h2.category-h2 {
  font-family: 'Rutenia2008VasylChebanyk';
  padding: 	0px 0px 40px 0px;
  font-size: 60px;
  font-weight: bold;
}


h3 {
  padding: 0px 0px 30px 0px;
  margin: 0;
  font-size: 24px;
  text-align: left;
  color: #212121;
}


h4 {
  padding: 0px 0px 20px 0px;
  margin: 0;
  font-size: 20px;
  color: #212121;
  text-transform: uppercase;
}


div.clear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0;
}



@media (max-width: 767px) {

  h1 {
    font-size: 40px;
  }

  p {
    font-size: 14px;
    margin: 0px 0px 20px 0px;
  }

  ul li {
    font-size: 14px;
  }

  ol li {
    font-size: 14px;
  }

}






/*block-1*/

.block-1 {
  height: 700px;
  position: relative;
}

.slogan {
  position: absolute;
  font-size: 40px;
  text-transform: uppercase;
  color: white;  
  bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
}


.navbar {
  margin: 44px 0 0 0;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}


.nav-link {
  color: white;
  font-weight: 500;
  font-size: 16px;
  margin-right: 56px;
  padding: 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;   
}

.nav-link:hover, .nav-link:focus {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #b5afa2;
}


.logo {
  width: 75px;
  margin: 20px auto 0 auto;
  z-index: 9;
  position: relative;
}

.heart-main {
  background: url(../images/heart_main.svg) no-repeat center center;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-top: 34px;
  cursor: pointer;
  transition: all 0.6s ease;   
  z-index: 9;
  position: relative;
}


.basket-main {
  background: url(../images/basket_main.svg?v=3) no-repeat center center;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-left: 45px;
  margin-top: 34px;
  cursor: pointer;
  transition: all 0.6s ease;   
  z-index: 9;
  position: relative;
}


.heart-inner {
  background: url(../images/heart_inner.svg) no-repeat center center;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-top: 34px;
  cursor: pointer;
  transition: all 0.6s ease;   
  z-index: 9;
  position: relative;
}


.basket-inner {
  background: url(../images/basket_inner.svg) no-repeat center center;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-left: 45px;
  margin-top: 34px;
  cursor: pointer;
  transition: all 0.6s ease;   
  z-index: 9;
  position: relative;
}

.heart-main:hover, .basket-main:hover {
  /*opacity: 0.6;*/
  /*filter: brightness(0) saturate(100%) invert(10%) sepia(43%) saturate(3255%) hue-rotate(329deg) brightness(89%) contrast(93%);*/
  fill: #531820;
  color: #531820;
} 


.digit {
  background-color: #CA293E;
  width: 15px;
  height: 15px;
  border-radius: 80px;
  position: absolute;
  font-size: 10px;
  color: white;
  text-align: center;
  right: 0;
  bottom: 3px;
}

.text-right {
  text-align: right;
}

.shadow-overlay {
  background: url(../images/main_black_overlay.png) repeat-x left bottom;
  width: 100%;
  height: 700px;
  position: absolute;
  bottom: 0;
  z-index: 0;
}


.dropdown .dropdown-menu{
  /*display: block; 
  opacity:0;*/
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  margin-top: 15px;
}

.dropdown-toggle {
    /*color:#6F181E !important;*/
    color:#fff !important;
}

.dropdown-toggle.dark {
    color:#6F181E !important;
}


.dropdown-menu {
  min-width: 15rem;
}

.dropdown-menu[data-bs-popper] {
  margin-top: 15px;
  display: block;
  opacity: 1;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #fff9e7;
  font-size: 14px;
  color: #292D2D;
}


.dropdown-menu .dropdown-item:focus {
  background-color: #fff9e7;
  font-size: 14px;
  color: #292D2D;
}

.dropdown-triangle {
  background: url(../images/submenu_triangle.svg) no-repeat center center;
  width: 13px;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 34px;
}

.close-canvas {
  display: none;
}
  

.btn-menu {
  display: none;
}




@media (max-width: 1199px) {

  .nav-link {
    margin-right: 36px;

  }

}


@media (max-width: 991px) {

  .nav-link {
    margin-right: 15px;
    font-size: 14px;

  }
  
  .dropdown-toggle {
      color: #212529 !important;
  }
  

}


@media (max-width: 767px) {

  .block-1 {
    height: 100%;
  }


.navbar-nav {
  padding: 93px 25px 0 25px;
}

.navbar-toggler-icon {
  background-color: #fff;
  display: block;
  height: 1px;
  margin: 0 0 5px 0;
}




.block-top-inner .navbar-toggler-icon {
  background-color: #fff;/*#531820*/
}

.block-top-inner .navbar-toggler-icon.dark {
  background-color: #531820;
}


.logo {
  width: 45px;
}


.heart-main {
  background: url(../images/heart_main.svg) no-repeat center center;
  background-size: 25px;
  width: 25px;
  height: 25px;
}



.basket-main {
  background: url(../images/basket_main.svg?v=2) no-repeat center center;
  background-size: 25px;
  width: 25px;
  height: 25px;
  margin-left: 15px;
}


.heart-inner {
  background: url(../images/heart_inner.svg) no-repeat center center;
  background-size: 25px;
  width: 25px;
  height: 25px;
}



.basket-inner {
  background: url(../images/basket_inner.svg) no-repeat center center;
  background-size: 25px;
  width: 25px;
  height: 25px;
  margin-left: 15px;
}

.digit {
  background-color: #CA293E;
  width: 15px;
  height: 15px;
  border-radius: 80px;
  position: absolute;
  font-size: 10px;
  color: white;
  text-align: center;
  right: -3px;
  bottom: -4px;
}


.slogan {
  position: absolute;
  font-size: 25px;
  padding: 0 15px 0 15px;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0;
  outline: 0;
}


.btn-menu {
  display: block;
  background: transparent;
  box-shadow: 0 0 0;
  border: none;
}

.navbar {
  margin-top: 0;
  position: absolute;
  left: 15px;
  top: 30px;
}

.close-canvas {
  position: absolute;
  display: block;
  left: 20px;
  top: 34px;
  z-index: 9;
  background: url(../images/close_cross.svg) no-repeat center center;
}

.close-canvas:focus {
  outline: 0;
  box-shadow: 0 0 0;
}

.offcanvas-start {
  border-right: 0;
  width: 100%;
  background-color: #F6F4EE;
}

.nav-link {
  color: #292D2D;
  margin-bottom: 35px;
  font-weight: bold;
}

.nav-link:hover, .nav-link:focus {
  color: #292D2D;
  text-decoration: none;
  border-bottom: 1px solid #F6F4EE;
}


.dropdown-triangle {
  display: none;
  }



.dropdown .dropdown-menu {
  /*display: inline-block;*/

  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  margin-top: -20px;
  margin-bottom: 20px;
  border: none;
  background-color: #F6F4EE;
  padding: 0;
  
}



.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding-left: 0;
}






.dropdown-toggle.show::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}


/*
.dropdown-menu {
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}*/



.dropdown-menu.show {
  display: block;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}


}



/*catalogue-main-block*/

.catalogue-main {
  padding: 100px 0 0px 0;
}

.cont-rel {
  position: relative;
}

.all-products-main {
  font-size: 20px;
  background: url(../images/all_products_arrow.svg) no-repeat center right;
  display: inline-block;
  width: 130px;
  position: absolute;
  top: 16px;
  right: 15px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;   
  border-bottom: 1px solid #F6F4EE;;
}

.all-products-main:hover {
    border-bottom: 1px solid #292D2D;
}

.category-img {
  width: 100%;
  margin: 0 0 25px 0;
}

.category-link {
  display: block;
  margin-bottom: 40px;
  
}

.category-link:hover {
  display: block;
  margin-bottom: 40px;
  opacity: 0.8;
}


.category-link span {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px solid #F6F4EE;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;   
}


.category-link:hover span {
  border-bottom: 1px solid #292D2D;
}


@media (max-width: 767px) {

  .catalogue-main {
    padding: 70px 0 20px 0;
  }
  

  h2.category-h2 {
    font-size: 40px;
  }


  .all-products-main {
    font-size: 15px;
    width: 100px;
  }
  

  .category-link span {
    font-size: 16px;
  }

}


/*about-block*/

.about-block {
  padding: 100px 0 20px 0;
}

.first-st {
  color: #531820;
  font-weight: 500;
}

@media (max-width: 767px) {

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


}


/*instagram block*/

.instagram-block {
  padding: 100px 0 120px 0;
}

.instagram-block h2 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 0 40px 0;
}

.carousel-indicators {
  bottom: -80px;
}


.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 80px;
  background-color: #531820;
}

.carousel-inner {
  width: 90%;
  margin: 0 auto;
}

.carousel-control-prev-icon {
  background: url(../images/carousel_arrow_left.svg) no-repeat left;
}

.carousel-control-next-icon {
  background: url(../images/carousel_arrow_right.svg) no-repeat right;
}

.carousel-control-next, .carousel-control-prev {
  width: 5%;
}


@media (max-width: 767px) {

  .carousel-inner {
    width: 100%;
    margin: 0 auto;
  }

  .carousel-control-prev-icon {
    background: url(../images/carousel_arrow_left.svg) no-repeat center center;
  }
  
  .carousel-control-next-icon {
    background: url(../images/carousel_arrow_right.svg) no-repeat center center;
  }
  

  .instagram-block {
    padding: 40px 0 100px 0;
  }

  
.instagram-block h2 {
  font-size: 18px;

}


  .carousel-indicators {
    bottom: -60px;
  }

  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
  }

 
}


/*------footer-------*/

.footer {
  margin-top: 50px;
  padding: 0 0 45px 0;
}

.cont-line {
  border-top: 1px solid #531820;
  padding-top: 40px;
}

.menu-bottom div {
  margin: 0 0 15px 0;
  font-size: 14px;
}

.menu-bottom a {
  color: #292D2D;
  font-size: 14px;
  border-bottom: 1px solid #F6F4EE;
}

.menu-bottom a:hover {
   border-bottom: 1px solid #292D2D;
}

.soc {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  border: none !important;
}

.soc:hover {
  opacity: 0.8;
  border: none !important;
}

.sc-insta {  background: url(../images/soc_insta.svg) no-repeat center center;}
.sc-teleg {  background: url(../images/soc_telegram.svg) no-repeat center center;}

.sit-rel {
  position: relative;
}

.site-design {
  color: #292D2D;
  font-size: 12px;
  position: absolute;
  top: 20px;
  right: 0;
  border-bottom: 1px solid #F6F4EE;
}

.site-design:hover {
  border-bottom: 1px solid #292D2D;
}


@media (max-width: 991px) {

  .menu-bottom div {
    font-size: 12px;
  }
  
  .menu-bottom a {
    font-size: 12px;

  }

}


@media (max-width: 767px) {

  .cont-line {
    padding-top: 130px;
  }

  .logo-holder-bot {
    position: absolute;
    top: -480px;
    left: 50%;
    margin-left: -40px;
  }

  .logo-holder-bot img {
    width: 80px;
  }

  .menu-bottom div {
    text-align: center;
  }

  .soc {
    margin-right: 10px;
    margin-left: 10px;
    border: none !important;
  }

  .menu-bottom a {
    text-align: center;
  }

  .soc-holder {
    text-align: center;
    padding: 20px 0 0px 0;
  }

  .site-design {
    position: relative;
    display: block;
    width: 90px;
    margin: 0 auto;
    text-align: center;
  }

}



/*--------block-top-inner-------*/


/*block-1*/

.block-top-inner {
  position: relative;
}


.block-top-inner  .nav-link {
  color: #292D2D;
}



/*navline*/

.navline {
  margin: 60px 0 60px 0;
  font-size: 16px;
  font-weight: 500;
}

.navline a {
  font-size: 16px;
  font-weight: 500;
  color: #292D2D;
  border-bottom: 1px solid #F6F4EE;
}


.navline a:hover {
  font-weight: 500;
  border-bottom: 1px solid #292D2D;
}

.navline-divider {
  margin: 0px 15px 0px 15px;
  display:inline-block;
}


@media (max-width: 767px) {
  .navline {
    font-size: 12px;
    margin: 35px 0 35px 0;
  }

  .navline a {
    font-size: 12px;
  }

  .navline-divider {
    margin: 0px 10px 0px 10px;
  }
}


/*catalogue*/

.product-holder {
  position: relative;
  width: 255px;
  height: 525px;
  margin: 0 auto 55px auto;
}

.prodcut-pic-holder {
  margin: 0 0 25px 0;
}

.prodcut-pic-holder img {
  width: 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; 
}


.prodcut-pic-holder img:hover {
  opacity: 0.8;
}

.product-name {
  font-size: 16px;
  display: block;
  line-height: 19px;
}

.product-name a {
  font-size: 16px;
  border-bottom: 1px solid #F6F4EE;
  color: #292D2D;
}


.product-name a:hover {
  border-bottom: 1px solid #292D2D;

}


.product-length {
  color: #A5A5A5;
  font-size: 14px;
}

.out-of-stock {
  color: #A5A5A5;
  border-bottom: 1px solid #F6F4EE;
  font-size: 9px;
}

.out-of-stock:hover {
  border-bottom: 1px solid #A5A5A5;
}

.product-price {
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  left: 0;
  bottom: 0;
}

.product-price span {
  color: #7D7D7D;
  text-decoration: line-through;
  font-size: 16px;
  margin-right: 10px;
}

.product-add-basket {
  background: url(../images/basket_product.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.product-add-tofav {
  background: url(../images/heart_small.svg) no-repeat center center;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.product-remmove-fromfav {
  background: url(../images/remove_from_fav.svg) no-repeat center center;
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}


.pages-holder {
  margin: 0 0 40px 0;
  text-align: center;
  font-size: 15px;
}

.pages-holder span {
  display: inline-block;
  font-size: 15px;
  background-color: #E0D9C7;
  width: 30px;
  line-height: 30px;
  border-radius: 5px;
}

.pages-holder a {
  display: inline-block;
  font-size: 15px;
  border-bottom: 1px solid #F6F4EE;
  width: 30px;
  line-height: 30px;
  margin: 0 10px 0 10px 0;

}

.pages-holder a:hover {
  border-bottom: 1px solid #292D2D;
}

@media (max-width: 1199px) {

  .product-holder {
    width: 100%;
    height: 470px;

  }

}


@media (max-width: 991px) {

  .product-holder {
    width: 255px;
    height: 525px;
  }
}


@media (max-width: 767px) {
  .product-holder {
    width: 100%;
    height: 460px;
  }

  .product-name {
    font-size: 11px;
    display: block;
    line-height: 13px;
  }

  .product-name a {
    font-size: 11px;
  }
  
  .product-length {
    font-size: 7px;
  }
  
  .product-price {
    font-size: 12px;
  }


  .product-price span {
    font-size: 12px;
    margin-right: 5px;
  }
  

  .product-add-basket {
    background: url(../images/basket_product.svg) no-repeat center center;
    width: 15px;
    height: 15px;
    background-size: 15px;
  }

}

@media (max-width: 575px) {
  .product-holder {
    height: 460px;
  }

}

@media (max-width: 520px) {
  .product-holder {
    height: 430px;
  }

}



@media (max-width: 480px) {
  .product-holder {
    height: 405px;
  }

}


@media (max-width: 440px) {
  .product-holder {
    height: 375px;
  }

}


@media (max-width: 420px) {
  .product-holder {
    height: 365px;
  }

}


@media (max-width: 380px) {
  .product-holder {
    height: 340px;
  }

}


@media (max-width: 361px) {
  .product-holder {
    height: 325px;
  }

}



@media (max-width: 321px) {
  .product-holder {
    height: 310px;
  }

}



/*product-page*/

.product-header-holder-mob {
  display: none;
}

.h1-product {
  font-size: 40px;
  font-family: 'Montserrat';
  font-weight: 300;
}

.product-sub-description {
  margin: 0 0 35px 0;
}

.size-label {
  margin-bottom: 25px;
}

.size-select {
  width: 420px;
  height: 45px;
  font-size: 16px;
  background-color: #ebe6da;
  border: 1px solid #ebe6da;
  font-size: 16px;
  color: #8a8983;
  margin-bottom: 45px;
}

.big-price-holder {
  font-size: 35px;
  font-weight: bold;
  margin: 0 0 45px 0;
}

.big-price-holder span {
  color: #7D7D7D;
  text-decoration: line-through;
  font-size: 30px;
  font-weight: normal;
  margin-right: 10px;
}


.price-and-heart-holder {
  display: flex;
  align-items: center;
  margin-bottom: 65px;
}

.big-add-to-basket {
  display: inline-block;
  width: 220px;
  line-height: 60px;
  background-color: #531820;
  border: 1px solid #531820;
  color: white;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  cursor: pointer;
  margin-right: 26px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; 
}

.big-add-to-basket:hover, .big-add-to-basket:focus {
  background-color: #F6F4EE;
  color: #531820;
}

.big-add-to-basket.add_notify_single {
  width: auto;
  min-width: 400px;
  padding: 0 24px;
  white-space: nowrap;
}

.not-available {
  width: 400px;
}

.heart-add {
  display: inline-block;
  background: url(../images/heart_inner.svg) no-repeat center center;
  width: 40px;
  height: 60px;
  cursor: pointer;
  transition: all 0.6s ease;   
}

.heart-add:hover {
    filter: brightness(0) saturate(100%) invert(10%) sepia(43%) saturate(3255%) hue-rotate(329deg) brightness(89%) contrast(93%);
}

.nvtab.active span {
  border-bottom: 1px solid #292D2D;
}

.nvtab {
  color: #292D2D;
  font-size: 18px;
  font-weight: normal;
  margin-right: 50px;
}

.nav-link.nvtab:hover, .nav-link.nvtab:focus  {
  color: #292D2D;
  border-bottom: 1px solid #F6F4EE;
}

.tab-content {
  padding: 40px 0 0 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; 
}



.car-in-product {
  width: 100%;
  margin: 0 auto;
}

#carouselProduct .carousel-control-next, #carouselProduct .carousel-control-prev {
  width: 10%;
  height: 758px;
}


#carouselProduct .carousel-control-prev-icon {
  background: url(../images/carousel_arrow_left.svg) no-repeat center;
}

#carouselProduct .carousel-control-next-icon {
  background: url(../images/carousel_arrow_right.svg) no-repeat center;
}


#carouselProduct .carousel-indicators {
  position: relative;
  bottom: 0px;
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.pr-thumb {
  width: 100%;
}

#carouselProduct .carousel-indicators [data-bs-target] {
  width: 77px;
  height: 77px;
  border: 0;
  border-radius: 0px;
  background-color: transparent;
  text-indent: 0;
  margin-bottom: 15px;
  opacity: 1;
  margin-left: 0;
  margin-right: 6px;

}

#carouselProduct .carousel-indicators .active {
  opacity: 0.5;
}

.image-product-carousel {
  margin: 0 0 15px 0;
}


.aditional-buy {
  margin: 100px 0 0 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; 
}

.aditional-buy h2 {
  font-family: 'Rutenia2008VasylChebanyk';
  padding: 	0px 0px 40px 0px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}


.product-col-manag {
  padding-left: 105px;
}


@media (max-width: 1399px) {
  .product-col-manag {
    padding-left: 80px;
  }

  .nvtab {
    margin-right: 40px;
  }
  
  #carouselProduct .carousel-indicators [data-bs-target] {
    width: 80px;
  }

  #carouselProduct .carousel-control-next, #carouselProduct .carousel-control-prev {
    height: 645px;
  }

}


@media (max-width: 1199px) {

  .h1-product {
    font-size: 45px;
  }
  

  .product-col-manag {
    padding-left: 40px;
  }

  .nvtab {
    margin-right: 25px;
  }


  #carouselProduct .carousel-indicators [data-bs-target] {
    width: 65px;
  }

  #carouselProduct .carousel-control-next, #carouselProduct .carousel-control-prev {
    height: 535px;
  }


 
}


@media (max-width: 991px) {

  .product-header-holder-mob {
    display: block;
  }

  
  .product-header-holder {
    display: none;
  }


  .product-col-manag {
    padding-left: 10px;
  }


  #carouselProduct .carousel-control-next, #carouselProduct .carousel-control-prev {
    height: 995px;
  }

  .not-available {
    width: 320px;
  }


}


@media (max-width: 767px) {


  .h1-product {
    font-size: 30px;
    margin: 0 0 15px 0;
    padding: 0;
  }

  .product-sub-description {
    font-size: 12px;
    margin: 0 0 30px 0;
  }

  #carouselProduct .carousel-control-next, #carouselProduct .carousel-control-prev {
    height: 735px;
  }

  #carouselProduct .carousel-indicators [data-bs-target] {
    width: 41px;
    height: 47px;
  }

  .size-label {
    margin-bottom: 13px;
    font-size: 14px;
  }

  .size-select {
    font-size: 12px;
    margin-bottom: 32px;
  }

  .big-price-holder {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 23px 0;
  }

  .big-price-holder span {
    font-size: 18px;
    margin-right: 5px;
  }

  .big-add-to-basket {
    font-size: 18px;
    line-height: 52px;
  }

  .big-add-to-basket.add_notify_single {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
    font-size: 16px;
    white-space: nowrap;
  }

  .nvtab {
    font-size: 12px;
    margin-bottom: 20px;
    margin-right: 10px;
  }

  .price-and-heart-holder {
    margin-bottom: 40px;
  }

  .tab-content {
    padding: 0;
  }

  .aditional-buy {
    margin: 45px 0 0 0;
  }

  .aditional-buy h2 {
    font-size: 15px;
  }  

  
  .not-available {
    width: auto;
    padding: 0 10px 0 10px;
    font-size: 15px;
  }

}


@media (max-width: 575px) {

  #carouselProduct .carousel-control-next, #carouselProduct .carousel-control-prev {
    height:74%;
  }

  .size-select {
    width: 100%;
  }

}


/*-----------faq----------*/

.faq-pic {
  width: 100%;
}

.question-holder {
  padding: 20px 0 0px 0;
  border-top: 1px solid #3C4A42;
  /*border-bottom: 1px solid #3C4A42;*/
}


.question-holder:last-child {
    border-bottom: 1px solid #3C4A42;
}

.question {
  text-transform: uppercase;
  display: block;
  color: #292D2D;
  padding-bottom: 20px;
  position: relative;
  padding-right: 45px;
}


.question::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 5px;
  right: 10px;
  z-index: 0;
  background: url(../images/plus.svg) no-repeat center center;
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; 
  
}


.question[aria-expanded="true"].question::before {
  transform: rotate(45deg);

}



@media (max-width: 991px) {
  .faq-pic {
    width: 100%;
    margin: 40px 0 0 0;
  }
}


@media (max-width: 767px) {

  .question {
    font-size: 16px;
  }

}



/*----how to wash page---*/

.wash-categories-holder {
 margin: 45px 0 45px 0;
}

.wash-categories {
  border-top: 1px solid #292D2D;
  background: url(../images/arrow_right.svg) no-repeat center right;
  padding: 20px 0 20px 0;
  text-transform: uppercase;
  display: block;
}

.wash-categories:last-child {
  border-bottom: 1px solid #292D2D;
}

.wash-categories span {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; 
  border-bottom: 1px solid #F6F4EE;
}

.wash-categories:hover span {
  border-bottom: 1px solid #292D2D;
}

@media (max-width: 767px) {

  .wash-categories {
    font-size: 16px;
  }


  .soc-holder-wash {
    text-align: left;
  }

}


/*wash*/

.all-question-holder {
  margin-bottom: 45px;
}

.q-wash {
  background: url(../images/care_wash.svg) no-repeat left top -2px;
  padding-left: 45px;
  
}


.q-dry {
  background: url(../images/care_dry.svg) no-repeat left 6px top 4px;
  padding-left: 45px;
}


.q-strip {
  background: url(../images/care_strip.svg) no-repeat left top 0px;
  padding-left: 45px;
}

.q-iron {
  background: url(../images/care_iron.svg) no-repeat left top -2px;
  padding-left: 45px;
}

.answer-holder li {
  margin-bottom: 10px;
}


/*-------obrane-------*/

.of-liked {
  width: 710px;
  padding: 40px 70px 0 40px;
}


.of-liked h3 {
  display: block;
  width: 100%;
  font-family: 'Rutenia2008VasylChebanyk';
  font-size: 50px;
  text-align: left;
  color: #292D2D;
  line-height: normal;
  padding: 0 0 20px 0;
  font-weight: bold;
  border-bottom: 1px solid #c2c6c3;
}

.of-liked .offcanvas-header {
  padding-bottom: 0;
}

.of-liked .offcanvas-body {
  padding-top: 0;
}


.of-like-close {
  position: absolute;
  top: 35px;
  right: 35px;
}

.liked-product-holder {
  margin-bottom: 20px;
}

.liked-product-img {
  width: auto;
  margin-right: 10px;
}

.basket-product-head {
  font-size: 16px;
  margin: 0 0 8px 0;
}

.basket-product-head a {
  font-size: 16px;
  color: #292D2D;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; 
}

.basket-product-head a:hover {
  border-bottom: 1px solid #292D2D;
}

.basket-product-size {
  font-size: 14px;
  color: #7D7D7D;
  float: left;
}

.basket-price {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  height: auto;
}

.liked-align {
  align-items: center;
  position: relative;
}

.basket-del {
  background: url(../images/basket_del_btn.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 0 0 0 auto;
}

.add-tobasket-liked {
  background-color: #531820;
  color: white;
  display: block;
  width: 100%;
  padding: 20px 10px 20px 10px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  border: 1px solid #531820;
  margin: 0 0 35px 0;
}


.add-tobasket-liked:hover, .add-tobasket-liked:focus {
  background-color: transparent;
  border: 1px solid #531820;
  color: #531820;
  
}


.cart-quntity-control {
  margin: 0px 0 0 0;
  
}

.qnt-control-left {
  float: left;
  display: inline;
  border-radius: 80px;
  border: 1px solid #e4e4e4;
  background-color: white;
  color: #e4e4e4;
  line-height: 18px;
  width: 20px;
  padding: 0;
}

.cart-quantity-input {
  float: left;
  display: inline;
  border: none;
  width: 28px;
  text-align: center;
  line-height: 16px;
  text-align: center;
  font-size: 15px;
}

input.cart-quantity-input::-webkit-outer-spin-button,
input.cart-quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


input.cart-quantity-input[type='number'] {
  -moz-appearance: textfield;
}

.qnt-control-right {
  width: 20px;
  line-height: 18px;
  border-radius: 80px;
  float: left;
  border: 1px solid #e4e4e4;
  background-color: white;
  text-align: center;
  color: #e4e4e4;
  padding: 0;
}


.cart-row-holder {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c2c6c3;
  padding: 20px 0 20px 0;
}

.my-col-pic {
  width: 120px;
}


.my-col-head {
  width: 220px;
}

.my-col-count {
  width: 90px;
}

.my-col-price {
  width: 140px;
}

.my-col-del {
  width: 80px;
}

.total-holder {
  padding: 20px 0 0;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}

.or-continue {
  font-weight: bold;
  text-align: center;
  margin: 0 0 35px 0;
}


.of-liked h4.h4-cart {
  display: block;
  width: 100%;
  font-family: 'Rutenia2008VasylChebanyk';
  font-size: 30px;
  text-align: center;
  color: #292D2D;
  line-height: normal;
  padding: 0 0 10px 0;
  font-weight: bold;
  text-transform: none;
  margin: 0;
}

.cart-step {
  font-size:16px;
  color: #531820;
  text-align: center;
  margin: 0 0 15px 0;
}


.cart-label {
  font-size: 14px;
}

.cart-input {
  background-color: #f0ece3;
  height: 45px;
  font-size: 15px;
  border: none;
}

.promo-text {
  padding: 5px 0 5px 0;
  font-size: 14px;
  font-weight: bold;
}





@media (max-width: 767px) {
  .of-liked {
    width: 100%;
    padding: 40px 0px 0 0px;
    border-left: 0;
  }

  .of-liked h3 {
    font-size: 40px;
  }
  
  .liked-product-img {
    float: left;
    width: 50px;
    margin-right: 10px;
  }
  
  .liked-product-img img {
    float: left;
    width: 50px;
    margin-right: 10px;
  }
  


.basket-product-head {
  font-size: 13px;
}

  .basket-product-head a {
    font-size: 13px;
    line-height: normal;
  }

  

  .basket-product-size {
    font-size: 10px;
    color: #7D7D7D;
    float: left;
  }
  

  .basket-price {
    font-size: 15px;
  }


  .basket-del {
    background: url(../images/basket_del_btn.svg) no-repeat center center;
    background-size: 15px;
    width: 15px;
    height: 15px;
  }


  .add-tobasket-liked {
    font-size: 18px;
  }


  .liked-align div::nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }

  .liked-align div::nth-child(3) {
    padding-left: 0;
    padding-right: 0;
  }
  

  .cart-quantity-input {
    width: 25px;
    font-size: 11px;
  }
  
  .cart-row-holder {
    display: flex;

    position: relative;
  }
  

  .my-col-pic {
    width: 20%;
  }

  .my-col-head {
    width: 45%;
  }
  

  .my-col-count {
    position: absolute;
    width: 85px;
    right: 7%;
    top: 25px;
  }
  
  .my-col-price {
    padding-top: 25px;
    width: 25%;
  }

  .my-col-del {
    padding-top: 25px;
    width: 10%;
  }


  .of-liked h4.h4-cart {
    font-size: 25px;
  }

  .add-tobasket-liked {
    font-size: 18px;
    padding: 15px 10px 15px 10px;
  }

  .total-holder {
    font-size: 16px;
  }
 
}


@media (max-width: 355px) {
  .basket-price {
    font-size: 12px;
  }

  .my-col-count {
    position: absolute;
    width: 85px;
    right: 4%;
    top: 35px;
  }

}


/*-----step-2----*/

.close-btn-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
}

.modal-body {
  padding: 40px;
}

.step-2-header {
  text-align: center;
  font-size: 30px;
  color: #531820;
  margin: 25px 0 25px 0;
}

.step-2-sub-head {
  font-size: 25px;
  text-align: center;
  margin: 0px 0 25px 0;
  color: #531820;
}

.step-2-sub-head-2 {
  font-size: 20px;
  text-align: center;
  color: #531820;
  font-weight: bold;
  margin: 0 0 25px 0;
}

.red-p {
  color: #531820;
  text-align: center;
}

.telegram-btn {
  display: block;
  background-color: #4D6CB9;
  padding: 20px 10px 20px 10px;
  border-radius: 8px;
  text-align: center;
  width: 70%;
  margin: 0 auto 50px auto;
}

.telegram-btn:hover {
  opacity: 0.8;
}

.telegram-btn div {
  color: white;
  font-size: 20px;
  background: url(../images/telegram_btn_icon.svg) no-repeat left;
  padding: 5px 0 5px 30px;
  width: 300px;
  margin: 0 auto;
}


.approve-btn {
  display: block;
  background-color: #531820;
  padding: 20px 10px 20px 10px;
  border-radius: 8px;
  text-align: center;
  width: 70%;
  margin: 0 auto 20px auto;
  color: white;
}

.info-message {
  font-size: 16px;
  color: #7D7D7D;
  text-align: center;
  width: 70%;
  margin: 0 auto 20px auto;
}


@media (max-width: 767px) {

  .modal-body {
    padding: 20px;
  }

  .step-2-header {
    text-align: center;
    font-size: 22px;
    margin: 20px 0 20px 0;
  }

  
  .step-2-sub-head {
    font-size: 18px;
    text-align: center;
    margin: 0px 0 20px 0;
    color: #531820;
  }
  

  .telegram-btn {
    display: block;
    font-size: 18px;
    background-color: #4D6CB9;
    padding: 15px 10px 15px 10px;
    width: 100%;
    margin: 0 auto 35px auto;
  }

  .telegram-btn div {
    color: white;
    font-size: 20px;
    background: url(../images/telegram_btn_icon.svg) no-repeat left 15px center;
    padding: 5px 0 5px 30px;
    width: auto;
    margin: 0 auto;
  }


  .step-2-sub-head-2 {
    font-size: 15px;
    margin: 0 0 25px 0;
  }


  .approve-btn {
    display: block;
    background-color: #531820;
    padding: 15px 10px 15px 10px;
    width: 100%;
    margin: 0 auto 20px auto;
    color: white;
  }
  

  .info-message {
    font-size: 10px;
    width: 100%;
    margin: 0 auto 20px auto;
  }


  .close-btn-modal {
    top: 10px;
    right: 10px;
  }

}


/*----------param---modal-------*/

.param-modal {
  background-color: #F6F4EE;
}

.param-modal h2 {
  text-align: center;
  font-family: 'Rutenia2008VasylChebanyk';
  font-size: 60px;
  color: #292D2D;
}


.size-select-param {
  width: 100%;
  height: 45px;
  font-size: 16px;
  background-color: #ebe6da;
  border: 1px solid #ebe6da;
  font-size: 16px;
  color: #8a8983;
  margin-bottom: 45px;
}


.btn-cart-param {
  width: 219px;
  background-color: #531820;
  border: none;
  color: white;
  padding: 15px 0 15px 0;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
  border: 1px solid #531820;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; 
}

.btn-cart-param:hover {
  background-color: transparent;
  border: 1px solid #531820;
  color: #531820;
}


@media (max-width: 767px) {

  .param-modal h2 {
    font-size: 40px;
    color: #292D2D;
  }
 
}



/*-----------order-page------------*/

.order-holder {
  padding: 100px 0 0 0;
  width: 620px;
  margin: 0 auto;
}

.order-holder h1 {
  text-align: center;
  font-size: 30px;
  font-family: 'Montserrat';
  font-weight: 500;
}

.order-subhead {
  width: 300px;
  margin: 0 auto 40px auto;
}


.client-data {
  border: 1px solid #531820;
  border-radius: 5px;
  background-color: #FFFFFF;
  padding: 90px 20px 30px 20px;
  position: relative;
  margin: 0 0 70px 0;
}

.client-data-head {
  background-color: #531820;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
  padding: 18px 20px 18px 20px;
  margin: 0 0 35px 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.check-lbl {
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

.form-check-input:checked {
  background-color:#531820;
  border-color:#531820;
}


.np-select {
  height: 45px;
  font-size: 15px;
  background-color: #ebe6da;
  border: 1px solid #ebe6da;
  color: #8a8983;
  margin-bottom: 25px;
}


.discount-row {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #c2c6c3;
  margin: 0;
  display: flex;
}


.discount-text {
  font-weight: bold;
  color: #531820;
  width: 50%;
}

.discount-sum {
  text-align: right;
  width: 50%;
}

.total-2 {
  padding: 20px 0 20px 0;
  font-size: 18px;
  text-align: right;
}

.message-cart {
  background-color: #DDD1D2;
  padding: 20px;
  border-radius: 5px;
  line-height: normal;
  margin: 10px 0 20px 0;
}



.payment-diya {
  text-align: center;
  margin: 0 0 20px 0;
}

.payment-approve {
  background-color: #3C4A42;
  padding: 20px;
  color: white;
  display: block;
  text-align: center;
  border-radius: 5px;
  margin: 0 0 40px 0;
  font-weight: 500;
  font-size: 20px;
}

.payment-approve:hover, .payment-approve:focus {
  opacity: 0.8;
  color: white;
}

.payment-approve-2 {
  text-align: center;
  display:inline-block;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  color: #292D2D;
  border-bottom: 1px solid #292D2D;

}

.payment-approve-2:hover {
  border-bottom: 1px solid #ffffff;  
}

.order-footer {
  padding: 0px 0 50px 0;
  text-align: center;
}

.my-col-count-2 {
  width: 85px;
}

.my-col-price-2 {
  width: 140px;
}

.order-approve p {
  font-size: 16px;
}


.order-approve a {
  border-bottom: 1px solid #292D2D;
}


.order-approve a:hover {
  border-bottom: 1px solid #ffffff;
}


@media (max-width: 767px) {

  .order-holder h1 {
    text-align: center;
    font-size: 25px;
  }
  

  
.order-holder {
  padding: 50px 0 0 0;
  width: 100%;
  margin: 0 auto;
}

.client-data-head {
  font-size: 15px;
  margin: 0 0 20px 0;
  padding: 14px 20px 14px 20px;
}

.client-data {
  margin: 0 0 40px 0;
  padding: 60px 20px 20px 20px;
}




.message-cart {
  font-size: 14px;
}


.payment-approve {
  padding: 20px;
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
}


.payment-approve-2 {
  text-align: center;
  display:inline;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #292D2D;
  border-bottom: 1px solid #292D2D;
}

.approve-hld {
  text-align: center;
  margin: 30px 0 30px 0;
}

.total-2 {
  font-size: 16px;
}

.my-col-price-2 {
  padding-top: 25px;
  width: 35%;
}


.my-col-count-2 {
  position: absolute;
  width: 65px;
  right: 0;
  top: 25px;
}


.order-approve p {
  font-size: 14px;
}


}


/*-----------payment modals----------*/

.payment-modal {
  padding: 40px;
}

.payment-modal h2 {
  font-family: 'Rutenia2008VasylChebanyk';
  text-align: center;
  font-size: 50px;
  color: #531820;
}

.payment-step-holder {
  text-align: center;
  font-weight: 500;
  margin: 0 0 40px 0;
  color: #531820;
}


.btn-payment-mod {
  width: 60%;
  background-color: #531820;
  border: none;
  color: white;
  padding: 15px 0 15px 0;
  border-radius: 5px;
  margin: 0 auto 20px auto;
  display: block;
  border: 1px solid #531820;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; 
}


.btn-payment-mod:hover {
  background-color: #ffffff;
  border: 1px solid #531820;
  color: #531820;
} 

#notify_phone {
    width: 60%;
    margin: 0 auto;
}

.card-expand {
  display: inline-block;
  text-align: center;
  margin: 20px auto 0px auto;
  font-weight: bold;
  border-bottom: 1px solid #531820;

}

.payment-holder-mod {
  width: 60%;
  padding: 40px 0 0 0;
  margin: 0 auto;
}

.payment-message {
  background-color: #DDD1D2;
  font-size: 18px;
  padding: 20px;
  border-radius: 5px;
  margin: 0 0 20px 0;
}

.payment-car-des {
  font-weight: bold;
  margin: 0 0 20px 0;
}

.card-number {
  display: inline-block;
  background-color: #E0D9C7;
  padding: 12px;
  margin-right: 20px;
}

.payment-card-holder {
  margin: 0 0 20px 0;
}



@media (max-width: 991px) {
  .payment-modal {
    padding: 20px 0px 0px 0px;
    font-size: 14px;
  }

  .payment-modal h2 {
    font-size: 40px;
  }

  .payment-step-holder {
    font-size: 14px;
  }

  .btn-payment-mod {
    width: 100%;
    font-size: 18px;
  }
    
  #notify_phone {
    width: 100%;
  }

  .payment-holder-mod {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .card-expand {
    font-size: 14px;
    margin: 0px auto 0px auto;
  }

  .payment-message {
    font-size: 14px;
  }

  .payment-car-des {
    font-size: 14px;
  }

  .card-number {
    font-size: 14px;
  }

}




/*-----------payment modals 2----------*/

.payment-modal-2 {
  padding: 40px;
}

.payment-modal-2 h2 {
  font-family: 'Rutenia2008VasylChebanyk';
  text-align: center;
  font-size: 50px;
  color: #531820;
}

.payment-2-extra {
  color: #531820;
  font-weight: bold;
}


.btn-payment-mod-close {
  width: 60%;
  background-color: #DC3444;
  border: none;
  color: white;
  padding: 15px 0 15px 0;
  border-radius: 5px;
  margin: 0 auto 0px auto;
  display: block;
  border: 1px solid #DC3444;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; 
}


.btn-payment-mod-close:hover {
  opacity: 0.8;
} 


@media (max-width: 991px) {

  .payment-modal-2 {
    padding: 20px 0px 0px 0px;
    font-size: 14px;
  }

  .payment-modal-2 h2 {
    font-size: 35px;
    color: #531820;
  }

  .btn-payment-mod-close {
    width: 100%;
    font-size: 18px;
  }
}



/*----------warehouse modal ----------*/

.warehouse-modal {
  padding: 40px;
}


.warehouse-modal h2 {
  font-family: 'Rutenia2008VasylChebanyk';
  text-align: center;
  font-size: 50px;
  color: #531820;
}


.date-input {
  width: 273px;
  background-color: #f0ece3;
  height: 45px;
  font-size: 15px;
  border: none;
}

.check-holder {
  margin: 0 0 40px 0;
}

.check-holder .form-check-label {
  cursor: pointer;
}


@media (max-width: 991px) {

  .warehouse-modal {
    padding: 20px 0 0 0;
  }


  .warehouse-modal h2 {
    font-size: 40px;
  }

  .check-holder .form-check-label {
    font-size: 14px;
  }
  

}


.questionArea {
  background-color: #f0ece3;
  height: 180px;
  border: none;
  margin: 0 0 20px 0;
}

.manager-text {
  font-size: 16px;
  color: #7D7D7D;
  margin-bottom: 40px;
}

@media (max-width: 991px) {

  .manager-text {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .questionArea {
    font-size: 15px;
  }

}


.saved-head {
  background: #949B97;
  color: white;
  border-radius: 5px;
  padding: 10px 20px 10px 15px;
}


.error-head {
  background: #F7D7DA;
  color: #531820;
  border-radius: 5px;
  padding: 10px 20px 10px 15px;
}

.hidden {
    display: none !important;
}

/*------------note available-------------*/

.product-not-available {
  background-color: #3C4A42;
  padding: 5px 7px 5px 7px;
  color: white;
  font-size: 9px;
  width:fit-content;
  border-radius: 80px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.notify_of_availability {
    line-height: 14px;
}

.notify_of_availability a, #notify_find_no_size {
    color: #A5A5A5;
    font-size: 14px;
    text-decoration: underline;
}


@media (max-width: 767px) {

  .product-not-available {
    top: 10px;
    left: 10px;
    font-size: 9px;
    padding: 4px 7px 4px 7px;
  }
    
  .notify_of_availability a, #notify_find_no_size {
    font-size: 10px;
  }

}

.block-1 {
  height: 700px;
  position: relative;
  background: url(../images/main_pic.jpg?v=3) no-repeat top center;
  background-size: cover;
}


@media (max-width: 767px) {

  .block-1 {
    height: 100%;
    background: url(../images/main_pic_mob.jpg?v=4) no-repeat top center;
    background-size: cover;
  }
}

.promo-holder {
  position: relative;
}

.promo-btn {
  display: none;
}


@media (max-width: 767px) {
.promo-btn {
  display: inline-block;
  width: 80px;
  line-height: 30px;
  background-color: #531820;
  border: 1px solid #531820;
  color: white;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  margin-right: 26px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; 
  position: absolute;
  top: 34px;
  right: -26px;
}

.promo-btn:hover {
  color: white;
  opacity: 0.8;
}
}