html {
  scroll-behavior: smooth;
}
.bg-light {
  background-color: #f6f5f5 !important;
}
body {
  line-height: 1.7;
  color: #364d59 !important;
  font-weight: 300;
  font-size: 1rem;
}
a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none !important;
  font-weight: 600;
}
.site-section {
  padding: 5rem 0;
}
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  /*position: absolute;*/
  top: 0;
  width: 100%;
  padding: 1rem;
}
.site-mobile-menu.active {
  transform: translateX(0%);
}.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.icon-menu {
  max-width: 20px;
  position: absolute;
  top: 30%;
  right: 5%;
}
.icon-close2{
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  max-width: 30px;
}
.site-mobile-menu-close{
  display: flex;
  justify-content: flex-end;
}
.icon-menu::before {
  content: "\e5d2";
}
.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgb(0 0 0 / 10%);
  box-shadow: -10px 0 20px -10px rgb(0 0 0 / 10%);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-navbar .site-navigation .site-menu {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 0px;
  /*color: #fff !important;*/
  display: inline-block;
  text-decoration: none !important;
  font-size: 1.1rem;
  font-weight: 600;
}
.site-navbar .site-logo {
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
}
.site-navbar .site-logo a {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-navbar .site-logo a img {
  max-width: 100px;
}
.home-banner h1 {
  font-weight: 900;
  color: white;
  font-size: 3rem;
}
.home-banner p {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.7);
}
.home-banner-cover {
  background-image: url("../img/banner.jpg");
  position: relative;
  height: 40vh;
  min-height: 700px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.computer-chairs .home-banner-cover{
  background-image: url("../img/category_computer_chairs_banner.jpg");
}
.desks .home-banner-cover{
  background-image: url("../img/category_desks_banner.png");
}
.interior-computer-chairs .home-banner-cover{
  background-image: url("../img/category_interior_computer_chairs_banner.jpg");
}
.office-cabinets .home-banner-cover{
  background-image: url("../img/category_office_cabinets_banner.jpg");
}
.footrests .home-banner-cover{
  background-image: url("../img/category_footrests_banner.jpg");
}
.desks .home-banner-cover h1{
  color:rgb(54, 77, 89)!important;
}
.home-banner-content{
  position:absolute;
  z-index: 99999999;
  top: 37%;
  left: 50%;
  transform: translateX(-50%);
}
.owl-carousel .owl-item img{
  height: 100%;
}
.owl-carousel .owl-item{
  width: 100vw!important;
  margin: 0 auto!important;
  margin-left: 15px!important;
}
.home-banner{
  position:relative;
}
.history-back{
  position: fixed;
  z-index:9999999999999;
  bottom: 5%;
  left: 5%;
}
.home-banner .owl-nav{
  display: none;
}

.home-banner-cover img{
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height:100%;
}

.home-banner-cover .row {
  height: 40vh;
  min-height: 700px;
}
.home-banner-cover .text-center {
  margin-top: 10%;
}
.site-footer {
  padding: 4em 0;
  background: black;
}
.site-footer {
  font-size: 16px;
  color: white;
}
.site-footer a{
  color: rgba(255, 255, 255, 0.5);
}
.categories .col-sm-4{
  margin-bottom: 40px;
}
.category {
  width: 100%;
  height: 100%;
}
.category a{
  color:#797979;
  transition: color linear .2s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.category:hover a{
  color: black;
}
.category h3{
  text-align: center;
  margin: 15px auto;
}
.category img{
width: 100%;
}
.site-footer a:hover{
  color: white;
}
.site-footer .ml-auto {
  margin-left: auto !important;
}
.service {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service img {
  max-width: 50px;
}
.product {
  /*max-width: 300px;*/
}
.product-content {
  padding: 10px;
  background: white;
  margin: 10px 0;
  border-radius: 10px;
  color: rgb(54, 77, 89);
}
.product-content p {
  border-top: 1px solid #f0f0f0;
  padding-top: 1rem;
}
.product-content span {
  font-weight: 400;
}
.product img {
  max-height: 200px;
}
.categories .row {
  padding-top: 2rem;
}
.product {
  transition: all 0.1s linear 0s;
}
.product a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product:hover {
  box-shadow: 0 0 15px rgb(41 46 60 / 16%);
}
.products-carousel h2 {
  text-align: center;
}
.contact-form {
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding: 40px 30px;
  background: white;
  position: relative;
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 10%);
  border-radius: 10px;
}
.form-group {
  margin-bottom: 1rem;
}
.form-control {
  border: none;
  border: 1px solid #e6e6e6;
  height: 55px;
  background: white !important;
}

.form-v2{
  height: 200px;
  text-align: start;
}

.btn-primary {
  font-weight: 700;
  transition: 0.3s;
}
.categories .row {
  position: relative;
}
.categories .owl-prev {
  top: 50%;
  left: -10%;
  color: transparent;
  position: absolute;
}
.categories .owl-next {
  top: 50%;
  right: -10%;
  color: transparent;
  position: absolute;
}
.categories .owl-prev::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  border-top: 3px solid rgb(54, 77, 89);
  border-left: 3px solid rgb(54, 77, 89);
  transform: rotate(-45deg);
}
.categories .owl-next::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  border-top: 3px solid rgb(54, 77, 89);
  border-right: 3px solid rgb(54, 77, 89);
  transform: rotate(45deg);
}
.footer-contacts{
  border-top: 1px solid rgb(54, 77, 89);
  padding-top: 50px;
}
.footer-contacts a{
  font-size: 18px;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .home-banner h1 {
    font-size: 4rem;
  }
  .site-footer {
    padding: 8em 0 4em;
  }
}
@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
  .site-section {
    padding: 4em 0;
  }
}
@media (max-width: 320.98px) {
  .sofa-collection{
    max-height: 100vh;
  }
}



.sofa-h2{
  display: flex;
  justify-content:center ;
  align-items: center;
  font-size: 15px;
}

#sofa-collection {
  position: relative;
  z-index: -1;
}
.sofa-collection{
  position: relative;
  display: flex;
  align-items: center;
  height: 60vh;
  background-position: center;
  background-size: cover;
}
.sofa-collection.collectionbg1{background: url(../img/back-1.jpg)no-repeat center center / cover;}
.sofa-collection.collectionbg2{background: url(../img/back-2.jpg)no-repeat center center / cover;}
.sofa-collection.collectionbg3{background: url(../img/back-3.jpg)no-repeat center center / cover;}
.sofa-collection.collectionbg4{background: url(../img/back-4.jpg)no-repeat center center / cover;}

.sofa-collection:before,.sofa-collection:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 33.4%;
  background: rgba(51,59,62,.95);
}
.sofa-collection:after {
  background: rgba(106,119,129,.3);
  left: auto;
  right: 0;
  width: 66.6%;
}
.sofa-collection-txt {
  position: relative;
  max-width: 596px;
  z-index: 1;
}
.sofa-collection-txt h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
.sofa-collection-txt h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.sofa-collection-txt h4 span{color: #e99c2e;}
.sofa-collection-txt p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin: 25px 0 10px;
}
.sofa-collection-price { margin-bottom: 3px;}

.btn-cart.welcome-add-cart.sofa-collection-btn{height: 40px;line-height: 50px;}


.btn-cart{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #797979;
  border: 1px solid #fff;
  width: 120px;
  height: 10px;
  white-space: nowrap;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 3px;
}



.owl-nav, .owl-dots{
  display: none !important;
}

.owl-theme{
  height: 100% !important;
}



.owl-carousel .owl-item {
  width: 100vw!important;
  margin: 0 auto!important;
  margin-left: 15px!important;
}


.owl-carousel .owl-item .owl-theme{
  width: 100vw!important;
  margin: 0 auto!important;
  margin-left: 15px!important;
}



.search-block{
  display: flex;
  justify-content: end;
  align-items: flex-end;
  flex-direction: column;
}


.products{
  background: url("../img/prod-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
}


.products h2{
  font-size: 50px;
  color: #fff;
}

.products p{
  font-size: 15px;
  color: #fff;
}

.prods-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  text-transform: capitalize;
  margin-top: 50px;
}

.prods-wrap img{
  border-radius: 8%;
}

.prods-wrap h3{
  margin-top: 15px;
  font-size: 20px;
  color: #212529;
}