*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.bg-opacity {
  background-color: #8a9294;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 1;
}
/* header */
.header {
  margin: 10px 0;
  padding: 10px 0 15px 0;
  border-bottom: 2px solid #ebebeb;
}
.header .btn-menu-toggle {
  display: block;
  float: left;
  margin-top: 22px;
  width: 60px;
  height: 61px;
  background-image: url("../images/menu-icon.png");
  background-repeat: no-repeat;
  background-size: 60px 61px;
  cursor: pointer;
}
.header .btn-menu-toggle .sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.header .logo {
  display: block;
  float: left;
  margin: 20px 0 0 30px;
  padding-right: 55px;
  background-image: url("../images/logo-icon.png");
  background-repeat: no-repeat;
  background-size: 41px 61px;
  background-position: right center;
}
.header .logo .logo-text a {
  color: #101113;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.header .logo .industrial-certificate {
  margin-left: 4px;
}
.header .logo .industrial-certificate a {
  color: #8a9294;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
.header .logo .industrial-certificate a:hover {
  text-decoration: underline;
}
.header .phone {
  display: inline-block;
  list-style: none;
  background-image: url("../images/phone-icon.png");
  background-repeat: no-repeat;
  background-size: 21px 31px;
  background-position: left center;
}
.header .phone li {
  display: inline-block;
  margin-right: 10px;
}
.header .phone li a {
  color: #101113;
  font-size: 16px;
  text-decoration: none;
}
.header .phone li .callback {
  color: #abb1b2;
  text-decoration: none;
}
.header .phone li .callback:hover {
  text-decoration: underline;
}
.header .adress {
  display: inline-block;
  padding-left: 36px;
  color: #101113;
  background-image: url("../images/adress-icon.png");
  background-repeat: no-repeat;
  background-size: 24px 35px;
  background-position: left center;
}
.header .adress .city {
  float: left;
}
.header .adress .travel-plan {
  margin-left: 10px;
  float: left;
}
.header .adress .travel-plan a {
  color: #abb1b2;
  text-decoration: none;
}
.header .adress .travel-plan a:hover {
  text-decoration: underline;
}
.header .search-form {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 5px;
  border: 1px solid #91999b;
  background-color: #fff;
  border-radius: 2px;
  z-index: 2;
}
.header .search-form .input-search {
  width: 90%;
  height: 29px;
  float: left;
  padding: 0 5px;
  color: #101113;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  border: none;
  outline: none;
}
.header .search-form button {
  float: right;
  width: 28px;
  height: 29px;
  border: none;
  background-color: transparent;
  background-image: url("../images/search-icon.png");
  background-repeat: no-repeat;
  background-size: 28px 29px;
  cursor: pointer;
}
.header .mini-cart {
  position: relative;
  float: right;
  width: 33px;
  height: 40px;
  background-image: url("../images/cart-icon.png");
  background-repeat: no-repeat;
  background-size: 28px 35px;
  background-position: center center;
  cursor: pointer;
}
.header .mini-cart .mini-cart-count {
  display: inline-block;
  position: absolute;
  bottom: -3px;
  right: -5px;
  padding: 0 5px;
  color: #101113;
  font-size: 15px;
  background-color: #e5e3e4;
  border-radius: 50%;
}
.header .live-search {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  width: 700px;
  background-color: #fff;
  z-index: 999;
}
.header .live-search .live-search-close {
  float: right;
  width: 30px;
  height: 30px;
  background: url("../images/live-search-close-icon.png") no-repeat center center;
  cursor: pointer;
}
.header .live-search .caption {
  margin-top: 20px;
  color: #101113;
  font-size: 20px;
  font-weight: 400;
}
.header .live-search .live-search-list {
  margin: 10px 0;
  width: 100%;
  height: 350px;
  overflow: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: hsl(0 0% 50%);
  -webkit-overflow-scrolling: touch;
}
.header .live-search .live-search-list::-webkit-scrollbar {
  width: 8px;
}
.header .live-search .live-search-list::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
}
.header .live-search .live-search-list::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
.header .live-search .live-search-item {
  display: flex;
}
.header .live-search .live-search-item .product-image img {
  padding: 3px;
  width: 50px;
  height: 50px;
  border: 1px solid #e5e3e4;
}
.header .live-search .live-search-item .product-name {
  flex: 1 1 0;
  margin-left: 10px;
}
.header .live-search .live-search-item .product-name a {
  color: #101113;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.header .live-search .live-search-item .product-price {
  color: #101113;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
/* content */
.content {
  flex: 1 0 auto;
  margin: 10px 0 20px 0;
  min-height: 400px;
  color: #101113;
  font-size: 16px;
  font-weight: 400;
}
/* breadcrumbs */
.content .breadcrumbs,
.content .woocommerce-breadcrumb {
  margin: 10px 0 30px 0;
  color: #101113;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.content .breadcrumbs a,
.content .woocommerce-breadcrumb a {
  display: inline-block;
  margin: 5px 0;
  color: #101113;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  line-height: normal;
}
.content .breadcrumbs a:hover,
.content .woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}
/* home */
.content .home-sliders {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  background-color: #ebebeb;
}
.content .home-sliders .sliders {
  padding: 0 30px;
}
.content .home-sliders .sliders .slider-item {
  text-align: center;
}
.content .home-sliders .sliders .slider-item img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  height: auto;
}
.content .home-sliders .slick-prev,
.content .home-sliders .slick-next {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
}
.content .home-sliders .slick-prev:before,
.content .home-sliders .slick-next:before {
  content: " " !important;
}
.content .home-sliders .slick-prev {
  left: -27px !important;
  background: url("../images/arrow_left.png") no-repeat !important;
  background-position: center center !important;
  background-size: 48px 48px !important;
  z-index: 3 !important;
}
.content .home-sliders .slick-next {
  right: -27px !important;
  background: url("../images/arrow_right.png") no-repeat !important;
  background-position: center center !important;
  background-size: 48px 48px !important;
  z-index: 3 !important;
}
.content .home-sliders .slick-dots {
  bottom: -35px !important;
}
.content .home-sliders .slick-dots li {
  margin: 0 3px !important;
}
.content .home-sliders .slick-dots li button:before {
  color: #91999b !important;
  font-size: 17px;
}
.content .home-sliders .slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #fff !important;
}
/* home categories */
.content .home-categories {
  margin: 30px 0 20px 0;
  padding: 20px 0;
  border-top: 2px solid #ebebeb;
}
.content .categorie-item {
  position: relative;
  margin: 17px 0;
  padding: 40px 0;
  width: 100%;
  height: 300px;
}
.content .categorie-item.ofisnaya-mebel {
  background-image: url("../images/categorie-ofisnaya-mebel.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.content .categorie-item.shkolnaya-mebel {
  background-image: url("../images/categorie-shkolnaya-mebel.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.content .categorie-item.mebel-dlya-detskih-sadov {
  background-image: url("../images/categorie-mebel-dlya-detskih-sadov.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.content .categorie-item.mebel-spec {
  background-image: url("../images/categorie-mebel-spec.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.content .categorie-item .categorie-item-header {
  padding: 20px;
  background-image: url("../images/categorie-item-header-bg.png");
  background-repeat: repeat;
}
.content .categorie-item .caption {
  color: #101113;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
.content .categorie-item .desc {
  margin-top: 5px;
  color: #101113;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.content .categorie-item .btn-more {
  display: block;
  margin: 25px auto 0 auto;
  width: 210px;
  height: 50px;
  line-height: 50px;
  color: #101113;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  background-color: #fcf7f6;
  border: 1px solid #101113;
}
.content .categorie-item .btn-more:hover {
  background-color: #ccc3be;
  border-color: #fcf7f6;
}
.content .categorie-item .categorie-item-menu {
  display: none;
  position: absolute;
  top: 30px;
  padding: 20px 0;
  width: 100%;
  list-style: none;
  background-image: url("../images/categorie-item-header-bg.png");
  background-repeat: repeat;
}
.content .categorie-item .categorie-item-menu li {
  margin: 8px 0 8px 20px;
}
.content .categorie-item .categorie-item-menu li a {
  color: #101113;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
/* new products */
.content .new-products {
  margin-bottom: 20px;
}
.content .new-products .caption {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 18px;
  color: #101113;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}
.content .new-products .caption::before {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: " ";
  width: 60px;
  height: 3px;
  background-color: #bbc6c8;
}
.content .new-products .woocommerce {
  margin: 40px 0 !important;
}
/* for clients */
.content .for-clients {
  padding: 40px 0;
  width: 100%;
  min-height: 320px;
  background-image: url("../images/for-clients-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-top: 40px solid #e5e3e4;
  border-bottom: 40px solid #e5e3e4;
}
.content .for-clients .for-clients-item {
  display: flex;
  flex-direction: column;
  padding: 18px;
  width: 100%;
  height: 180px;
  text-align: center;
  border: 1px solid #e1dfdf;
  background-image: url("../images/for-clients-item-bg.png");
  background-repeat: repeat;
}
.content .for-clients .for-clients-item .caption {
  flex: 1 1 0;
  color: #101113;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.content .for-clients .for-clients-item .link {
  display: block;
  position: relative;
  margin: 15px auto 0 auto;
  width: 140px;
  color: #8a9294;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.content .for-clients .for-clients-item .link.rar::before {
  position: absolute;
  top: -5px;
  right: 0px;
  width: 30px;
  height: 30px;
  content: " ";
  background-image: url("../images/rar-icon.png");
  background-repeat: no-repeat;
}
.content .for-clients .for-clients-item .link.pdf::before {
  position: absolute;
  top: -5px;
  right: 0px;
  width: 30px;
  height: 30px;
  content: " ";
  background-image: url("../images/pdf-icon.png");
  background-repeat: no-repeat;
}
.content .for-clients .for-clients-item .link:hover {
  text-decoration: underline;
}
/* page */
.content .page h1 {
  position: relative;
  margin: 20px 0 40px 0;
  padding-bottom: 20px;
  color: #101113;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}
.content .page h1::before {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: " ";
  width: 80px;
  height: 3px;
  background-color: #bbc6c8;
}
.content .page h2 {
  display: block;
  margin: 10px 0;
  color: #101113;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
}
.content .page h3 {
  display: block;
  margin: 10px 0;
  color: #101113;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
.content .page ul,
.content .page ol {
  margin: 5px 0 5px 40px;
  padding: 0;
}
.content .page img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.content .page .img-thumbnail {
  width: 250px;
  height: auto;
}
.content .page iframe {
  margin: 15px 0;
  width: 100%;
  height: 300px;
}
.content .page p {
  padding: 5px 0;
}
.content .page .page-list {
  list-style: none;
}
.content .page .page-list li {
  margin: 15px 0;
}
.content .page .page-list li a {
  color: #101113;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.content .page .page-list li a:hover {
  text-decoration: underline;
}
/* blog */
.content .blog {
  margin: 20px 0;
}
.content .blog h1 {
  position: relative;
  margin: 20px 0 40px 0;
  padding-bottom: 20px;
  color: #101113;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}
.content .blog h1::before {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: " ";
  width: 80px;
  height: 3px;
  background-color: #bbc6c8;
}
.content .blog .card.post {
  width: 100%;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 4px solid #ebebeb;
  border-radius: 4px;
}
.content .blog .card.post .card-header {
  padding: 0 !important;
  border-color: #f2f2f2;
}
.content .blog .card.post .card-header img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.content .blog .card.post .card-body {
  padding: 20px 15px !important;
}
.content .blog .card.post .card-footer {
  padding: 20px 15px !important;
  border-color: #f2f2f2;
  background-color: #fff;
}
.content .blog .post-picture img {
  width: 100%;
  height: auto;
}
.content .blog .post-date {
  margin-bottom: 12px;
  color: #4d4d4d;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.content .blog .post-title a {
  margin-bottom: 12px;
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
/* blog-entry */
.content .blog-entry {
  margin: 20px 0;
  color: #101113;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
.content .blog-entry h1 {
  position: relative;
  margin: 20px 0 40px 0;
  padding-bottom: 20px;
  color: #101113;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}
.content .blog-entry h1::before {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: " ";
  width: 80px;
  height: 3px;
  background-color: #bbc6c8;
}
.content .blog-entry .post-date {
  float: left;
  margin: 8px 15px 0 0;
  color: #4d4d4d;
  font-size: 16px;
}
.content .blog-entry h2 {
  margin: 15px 0;
  color: #1a1a1a;
  font-size: 26px;
}
.content .blog-entry h3 {
  margin: 15px 0;
  color: #1a1a1a;
  font-size: 22px;
}
.content .blog-entry iframe {
  margin: 15px 0;
  width: 100%;
  height: 400px;
}
.content .blog-entry ul,
.content .blog-entry ol {
  margin: 5px 0 5px 40px;
  padding: 0;
}
.content .blog-entry ul li,
.content .blog-entry ol li {
  padding: 5px 0;
}
.content .blog-entry img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.content .blog-entry img {
  max-width: 900px;
}
.content .blog-entry p {
  padding: 5px 0;
}
/* woocommerce */
.content .woocommerce h1 {
  position: relative;
  margin: 20px 0 40px 0;
  padding-bottom: 20px;
  color: #101113;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}
.content .woocommerce h1::before {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: " ";
  width: 80px;
  height: 3px;
  background-color: #bbc6c8;
}
.content .woocommerce.home .category {
  position: relative;
  display: inline-block;
  margin: 20px 0;
  width: 100%;
}
.content .woocommerce.home .category .category-name {
  position: absolute;
  top: 30px;
  width: 100%;
  padding: 20px;
  color: #101113;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  background-image: url("../images/categorie-item-header-bg.png");
  background-repeat: repeat;
}
.content .woocommerce.home .category .category-icon img {
  width: 100%;
  height: auto;
}
.content .woocommerce.home .category .btn-more {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto 0 auto;
  width: 180px;
  height: 45px;
  line-height: 45px;
  color: #101113;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  background-color: #fcf7f6;
  border: 1px solid #101113;
}
.content .woocommerce.home .category .btn-more:hover {
  background-color: #ccc3be;
  border-color: #fcf7f6;
}
.content .woocommerce .term-description {
  margin: 10px 0 20px 0;
  color: #101113;
  font-size: 14px;
}
.content .woocommerce .term-description h2 {
  display: block;
  margin: 10px 0;
  color: #101113;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.content .woocommerce .term-description h3 {
  display: block;
  margin: 10px 0;
  color: #101113;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.content .woocommerce .term-description ul,
.content .woocommerce .term-description ol {
  margin: 5px 0 5px 40px;
  padding: 0;
}
.content .woocommerce .term-description img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.content .woocommerce .term-description iframe {
  margin: 15px 0;
  width: 100%;
  height: 300px;
}
.content .woocommerce .term-description .ofisnaya-mebel .head-img {
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url("../images/head-ofisnaya-mebel-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.content .woocommerce .term-description .head-img img {
  width: 300px;
  height: 300px;
  float: right;
}
.content .woocommerce .term-description .seriya-iron-man .head-img {
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url("../images/head-seriya-iron-man-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.content .woocommerce .term-description .seriya-kompromiss .head-img {
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url("../images/head-seriya-kompromiss-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.content .woocommerce .woocommerce-result-count {
  color: #8a9294 !important;
  font-size: 14px !important;
}
.content .woocommerce .woocommerce-ordering {
  margin-bottom: 30px;
}
.content .woocommerce .orderby {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #8a9294 !important;
}
.content .woocommerce span.onsale {
  top: 15px !important;
  right: 6% !important;
  width: 36px !important;
  height: 36px !important;
  color: transparent !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-image: url("../images/shop-onsale-icon.png");
  background-repeat: no-repeat;
  background-size: 36px 36px;
}
.content .woocommerce ul.products li.product img {
  width: 100% !important;
  height: auto !important;
  padding: 10px;
  border: 1px solid #e5e3e4;
}
.content .woocommerce ul.products li.product .woocommerce-loop-category__title {
  flex: 1 1 0;
  margin-top: 15px;
  color: #101113;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.content .woocommerce .woocommerce-loop-product__title {
  color: #8a9294;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.content .woocommerce .woocommerce-Price-amount {
  margin-top: 10px;
  color: #101113;
  font-size: 26px;
  font-weight: 400;
}
.content .woocommerce .price del {
  text-decoration-color: #8a9294;
  text-decoration-line: strikethrough;
}
.content .woocommerce .price del .woocommerce-Price-amount {
  color: #8a9294;
  font-size: 18px;
}
.content .woocommerce .price ins {
  text-decoration: none;
}
.content .woocommerce .add_to_cart_button,
.content .woocommerce .single_add_to_cart_button {
  display: block !important;
  position: relative;
  margin: 0 auto !important;
  padding: 0 !important;
  margin-top: 30px !important;
  padding-left: 30px !important;
  width: 215px !important;
  height: 50px !important;
  line-height: 50px !important;
  font-family: "Open Sans", sans-serif !important;
  color: #000 !important;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  border: 1px solid #202123 !important;
  background-color: #fff !important;
  border-radius: 0 !important;
  cursor: pointer;
}
.content .woocommerce .add_to_cart_button::before,
.content .woocommerce .single_add_to_cart_button::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  content: " ";
  width: 50px;
  height: 48px;
  border-left: 1px solid #202123;
  background-color: #ccc3be;
  background-image: url("../images/add-to-cart-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.content .woocommerce .add_to_cart_button:hover,
.content .woocommerce .single_add_to_cart_button:hover {
  background-color: #ccc3be !important;
}
.content .woocommerce .add_to_cart_button:hover::before,
.content .woocommerce .single_add_to_cart_button:hover::before {
  background-color: #fff;
  border-left: 1px solid #91989a;
}
.content .woocommerce .added_to_cart.wc-forward {
  display: none !important;
}
/* single product */
.content .woocommerce div.product .product-volume,
.content .woocommerce .product .product-weight {
  display: inline-block;
  margin-right: 20px;
  color: #8a9294;
  font-size: 18px;
  font-weight: 400;
}
.content .woocommerce .product .summary .price {
  margin-top: 20px;
}
.content .woocommerce .product .quantity {
  display: inline-block;
  margin-top: 10px !important;
  width: 100%;
}
.content .woocommerce .product .input-text.qty {
  width: 115px;
  height: 50px;
  line-height: 50px;
  color: #101113;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  background-color: #ebebeb;
  border: 1px solid #e5e3e4;
  border-radius: 4px;
}
.content .woocommerce .product .product-image {
  position: relative;
  margin-bottom: 20px;
  width: 99%;
  padding: 10px;
  text-align: center;
  border: 1px solid #e5e3e4;
}
.content .woocommerce .product .product-image .discount {
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
  width: 40px;
  height: 40px;
  background-image: url("../images/shop-onsale-icon.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
.content .woocommerce .product .slider-thumbnail img {
  width: 100%;
  height: auto;
  padding: 3px;
  text-align: center;
  border: 1px solid #e5e3e4;
}
.content .woocommerce .product .slider-thumbnail .slick-slide {
  margin: 0 5px;
  cursor: pointer;
}
.content .woocommerce .product .slider-thumbnail .slick-prev,
.content .woocommerce .product .slider-thumbnail .slick-next {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
}
.content .woocommerce .product .slider-thumbnail .slick-prev:before,
.content .woocommerce .product .slider-thumbnail .slick-next:before {
  content: " " !important;
}
.content .woocommerce .product .slider-thumbnail .slick-prev {
  left: -27px !important;
  background: url("../images/arrow_left.png") no-repeat !important;
  background-position: center center !important;
  background-size: 48px 48px !important;
  z-index: 3 !important;
}
.content .woocommerce .product .slider-thumbnail .slick-next {
  right: -27px !important;
  background: url("../images/arrow_right.png") no-repeat !important;
  background-position: center center !important;
  background-size: 48px 48px !important;
  z-index: 3 !important;
}
.content .woocommerce .product .socialsharing {
  margin: 30px 0 20px 0;
}
.content .woocommerce .product .woocommerce-tabs ul.tabs {
  display: none !important;
}
.content .woocommerce .product .product-description {
  margin: 50px 0;
}
.content .woocommerce .product .product-description .caption {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 18px;
  color: #101113;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.content .woocommerce .product .product-description .caption::before {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: " ";
  width: 60px;
  height: 3px;
  background-color: #bbc6c8;
}
.content .woocommerce .product .product-description .text {
  color: #101113;
  font-size: 16px;
  font-weight: 400;
}
/* cart */
.content .woocommerce .cart th {
  color: #101113;
  font-size: 18px;
  font-weight: 400;
}
.content .woocommerce .cart td {
  color: #101113;
  font-size: 16px;
  font-weight: 400;
}
.content .woocommerce .cart th.product-thumbnail {
  width: 10%;
  text-align: center;
}
.content .woocommerce .cart th.product-name {
  width: 30%;
}
.content .woocommerce .cart th.product-quantity,
.content .woocommerce .cart th.product-price,
.content .woocommerce .cart th.product-volume,
.content .woocommerce .cart th.product-weight,
.content .woocommerce .cart th.product-remove {
  text-align: center;
}
.content .woocommerce .cart td.product-name a {
  color: #101113;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.content .woocommerce .cart td.product-quantity,
.content .woocommerce .cart td.product-price,
.content .woocommerce .cart td.product-volume,
.content .woocommerce .cart td.product-weight,
.content .woocommerce .cart td.product-remove {
  text-align: center;
}
.content .woocommerce .cart td.product-quantity .input-text.qty {
  margin: 0 auto;
  width: 90px !important;
  height: 40px;
  color: #101113;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  background-color: #ebebeb;
  border: 1px solid #e5e3e4;
  border-radius: 4px;
}
.content .woocommerce .cart td.product-price .woocommerce-Price-amount {
  margin-top: 0 !important;
  color: #101113;
  font-size: 16px;
  font-weight: 400;
}
.content .woocommerce .cart td.product-price .price del .woocommerce-Price-amount {
  color: #101113;
  font-size: 16px;
}
.content .woocommerce .cart td.product-remove .remove {
  margin: 0 auto !important;
  float: none !important;
}
.content .woocommerce .woocommerce-cart-checkout {
  margin: 30px 0;
  padding-top: 50px;
  background-image: url("../images/arrow_down.png");
  background-repeat: no-repeat;
  background-position: top center;
}
.content .woocommerce .woocommerce-cart-checkout .woocommerce-Price-amount {
  font-size: 24px;
  font-weight: 400;
}
.content .woocommerce .woocommerce-cart-checkout .btn-basket-continue {
  margin-left: 25px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  background-color: #bbc6c8;
  border: 1px solid #1b1d1f;
}
.content .woocommerce .woocommerce-checkout-review-order-table .cart_item .woocommerce-Price-amount,
.content .woocommerce .woocommerce-table--order-details .woocommerce-table__line-item .woocommerce-Price-amount {
  font-size: 18px;
}
.content .woocommerce .button.wc-backward,
.content .woocommerce #place_order {
  padding: 0 !important;
  width: 250px;
  height: 50px;
  line-height: 50px !important;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  background-color: #bbc6c8;
  border: 1px solid #1b1d1f;
  border-radius: 0;
}
.content .woocommerce #billing_country_field,
.content .woocommerce #shipping_country_field {
  display: none;
}
.content .woocommerce .input-text {
  outline: none !important;
}
.content .woocommerce label.error {
  font-size: 13px;
  color: red;
}
.content .woocommerce .woocommerce-cart-checkout .form-check {
  margin: 12px 0 !important;
}
/* Commercial Proposal Page*/
.content #commercial_proposal_form {
  width: 50%;
}
.content #commercial_proposal_form .inp_required {
  color: red;
}
.content #commercial_proposal_form .btn-cp {
  margin-top: 15px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  background-color: #bbc6c8;
  border: 1px solid #1b1d1f;
}
/* navigation */
.content .navigation {
  margin: 40px 0;
  text-align: center;
  justify-content: center;
}
.content .navigation .page-numbers {
  margin: 10px 5px;
  padding: 7px 10px;
  color: #000;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  background-color: #fff;
}
.content .navigation .page-numbers.current {
  background-color: #ccc3be;
}
.content .woocommerce-pagination {
  margin: 40px 0;
  text-align: center;
  justify-content: center;
}
.content .woocommerce-pagination .page-numbers {
  border: none !important;
}
.content .woocommerce-pagination .page-numbers li {
  margin: 10px 5px;
  text-align: center;
  border: 1px solid #000;
  background-color: #fff;
}
.content .woocommerce-pagination .page-numbers li a {
  color: #000;
  text-decoration: none;
}
.content .woocommerce-pagination .page-numbers li .current {
  color: #000;
  background-color: #ccc3be;
}
/* footer */
.footer {
  margin: 20px 0;
  padding: 30px 0;
  border-top: 2px solid #ebebeb;
}
.footer .travel-plan {
  padding: 0 20px;
}
.footer .travel-plan .caption {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 18px;
  color: #101113;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.footer .travel-plan .caption::before {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: " ";
  width: 60px;
  height: 3px;
  background-color: #bbc6c8;
}
.footer .travel-plan .map {
  padding: 0 50px;
}
.footer .travel-plan .map iframe {
  width: 100%;
  height: 300px;
  border: none;
}
.footer .contacts {
  padding: 0 20px;
  text-align: center;
}
.footer .contacts .caption {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 18px;
  color: #101113;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.footer .contacts .caption::before {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: " ";
  width: 60px;
  height: 3px;
  background-color: #bbc6c8;
}
.footer .contacts .phone {
  display: inline-block;
  width: 245px;
  margin-bottom: 30px;
  padding-left: 35px;
  list-style: none;
  background-image: url("../images/phone-icon.png");
  background-repeat: no-repeat;
  background-size: 21px 31px;
  background-position: left 10px;
}
.footer .contacts .phone li {
  display: block;
  margin: 4px 0;
  text-align: left;
}
.footer .contacts .phone li a {
  color: #101113;
  font-size: 16px;
  text-decoration: none;
}
.footer .contacts .phone li .callback {
  color: #abb1b2;
  text-decoration: none;
}
.footer .contacts .phone li .callback:hover {
  text-decoration: underline;
}
.footer .contacts .adress {
  display: inline-block;
  width: 245px;
  padding-left: 35px;
  color: #101113;
  text-align: left;
  background-image: url("../images/adress-icon.png");
  background-repeat: no-repeat;
  background-size: 24px 35px;
  background-position: left 10px;
}
.footer .contacts .adress p {
  margin: 3px 0;
}
.footer .copy {
  color: #101113;
  font-size: 16px;
}
.footer .notice {
  color: #91999b;
  font-size: 14px;
}
.footer .notice p {
  margin: 5px 0;
}
/* menu-toggle */
.menu-toggle {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  padding: 10px 20px;
  width: 450px;
  height: 100%;
  background: #ffffff;
  z-index: 999;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: hsl(0 0% 50%);
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: -2px 0 5px 5px rgba(222, 215, 222, 0.7);
  -moz-box-shadow: -2px 0 5px 5px rgba(222, 215, 222, 0.7);
  box-shadow: -2px 0 5px 5px rgba(222, 215, 222, 0.7);
  z-index: 99;
}
.menu-toggle::-webkit-scrollbar {
  width: 8px;
}
.menu-toggle::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
}
.menu-toggle::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
.menu-toggle .menu-toggle-back {
  display: none;
  float: left;
  width: 30px;
  height: 30px;
  background: url("../images/menu-back-icon.png") no-repeat center center;
  cursor: pointer;
}
.menu-toggle .menu-toggle-close {
  float: right;
  width: 30px;
  height: 30px;
  background: url("../images/menu-close-icon.png") no-repeat center center;
  cursor: pointer;
}
.menu-toggle ul {
  margin: 50px 0 0 15px !important;
  padding: 0 !important;
  list-style: none;
}
.menu-toggle ul li {
  display: block;
  margin: 15px 0;
}
.menu-toggle ul li a {
  color: #101113;
  text-decoration: none;
}
.menu-toggle ul li a:hover {
  color: #bbc6c8;
}
.menu-toggle ul li a span {
  color: #8a9294 !important;
}
.menu-toggle ul li ul.sub-menu {
  display: none;
  margin: 0;
  padding: 0 !important;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  background-color: #fff;
}
.menu-toggle ul li ul.sub-menu li {
  margin: 15px 0 15px 25px;
}
/* modal callback*/
.btn-cb {
  margin-top: 20px;
  float: right;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #1b1d1f;
  background-color: #bbc6c8;
}
/* form */
input.error,
textarea.error {
  border: 1px solid red !important;
}
span.error {
  padding: 3px 0;
  color: red;
  font-size: 12px;
  font-weight: normal;
}
.form-group {
  margin: 15px 0;
}
.form-group label {
  margin-bottom: 5px;
  font-weight: 600;
}
.form-group small {
  margin: 3px 0;
  font-size: 80%;
}
/* hide input placeholder */
.form-control:focus::placeholder {
  opacity: 0;
}
.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form-control::focus:-ms-input-placeholder {
  opacity: 0;
}
/* reset style form apple */
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
