@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  margin-bottom: 0;
}

.heading h2 {
  color: #fff;
  font-size: 32px;
}
.heading span {
  color: #fff;
  font-size: 20px;
}
.heading.center {
  text-align: center;
}

figure {
  margin-bottom: 0;
}

ul {
  list-style: none;
}

section {
  padding: 60px 0;
}

header {
  background-color: #F8F8F8;
  background-image: url("/images/4.jpg");
}
header hr {
  margin: 0;
}
header .top-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 30px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  header .top-header {
    justify-content: center;
  }
}
header .top-header p {
  color: #b1b4b6;
  font-size: 14px;
}
header .top-header .top-header-icons {
  display: flex;
}
header .top-header .top-header-icons p {
  color: #9A3338;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #DEE2E6;
  padding: 0 10px;
  background-color: #fff;
}
header .top-header .top-header-icons .icons-div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  border-left: 1px solid #DEE2E6;
}
header .top-header .top-header-icons .icons-div.last {
  border-right: 1px solid #DEE2E6;
}
header .top-header .top-header-icons .icons-div a {
  color: #9A3338;
}
header .bottom-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .bottom-header .search-wrap {
  display: flex;
  border: 1px solid #FFCED0;
  align-items: center;
  background-color: #fff;
  padding: 0 10px;
}
header .bottom-header .search-wrap button {
  background-color: #fff;
  outline: none;
  border: none;
  color: #9A3338;
  padding: 3px 0;
  padding-right: 10px;
}
header .bottom-header .search-wrap button:focus {
  outline: none;
}
header .bottom-header .search-wrap input {
  background-color: #fff;
  outline: none;
  border: none;
  width: 90%;
}
header .bottom-header .search-wrap input:focus {
  outline: none;
}
header .bottom-header .search-wrap input::-moz-placeholder {
  font-size: 12px;
  padding: 0 5px;
  margin-bottom: 15px;
}
header .bottom-header .search-wrap input:-ms-input-placeholder {
  font-size: 12px;
  padding: 0 5px;
  margin-bottom: 15px;
}
header .bottom-header .search-wrap input::placeholder {
  font-size: 12px;
  padding: 0 5px;
  margin-bottom: 15px;
}
header .bottom-header .logo {
  width: 150px;
  padding: 15px 0;
}
header .bottom-header .logo figure {
  width: 100%;
}
header .bottom-header .logo figure img {
  width: 100%;
}
header .bottom-header .header-contact-wrap {
  display: flex;
  align-items: center;
}
header .bottom-header .header-contact-wrap .cart {
  position: relative;
}
header .bottom-header .header-contact-wrap .cart .input {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #9A3338;
  height: 15px;
  width: 15px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: -2px;
  right: -10px;
}
header .bottom-header .header-contact-wrap .sm-icons button {
  border: none;
  background-color: transparent;
}
header .bottom-header .header-contact-wrap .sm-icons button:focus {
  outline: none;
}
header .bottom-header .header-contact-wrap .sm-icons svg {
  color: #8EA91D;
  font-size: 20px;
}
header .bottom-header .header-contact-wrap figure {
  padding-left: 20px;
}
header .bottom-header .header-contact-wrap figure img {
  width: 20px;
}
header .bottom-header .header-contact-wrap .call-wrap {
  display: flex;
  align-items: center;
}
header .bottom-header .header-contact-wrap .call-wrap img {
  height: 30px;
  width: 30px;
}
header .bottom-header .header-contact-wrap .call-wrap .info {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  justify-content: center;
}
header .bottom-header .header-contact-wrap .call-wrap .info p {
  color: #b1b4b6;
  font-size: 12px;
}
header .bottom-header .header-contact-wrap .call-wrap .info a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
header nav {
  background-color: #56680F;
}
header nav .nav-list {
  position: relative;
  display: flex;
}
header nav .nav-list:first-child {
  border-left: 1px solid rgba(177, 180, 182, 0.5882352941);
}
header nav .nav-list .nav-list-item {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  border-right: 1px solid rgba(177, 180, 182, 0.5882352941);
}
header nav .nav-list .nav-list-item:last-child {
  background-color: #9A3338;
}
header nav .nav-list .nav-list-item a {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
header nav .nav-list .nav-list-item a:hover {
  text-decoration: none;
  color: #fff;
}
header nav .nav-list .made-to-measure:hover .hover-list {
  display: block;
  z-index: 100;
}
header nav .nav-list .made-to-measure .hover-list {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  background-color: #F9F9F9;
  margin-top: -15px;
}
header nav .nav-list .made-to-measure .hover-list .top-list {
  display: flex;
  width: 100%;
  border-bottom: 1px solid gray;
}
header nav .nav-list .made-to-measure .hover-list .top-list .properties {
  background-color: rgb(255, 255, 255);
  justify-content: center;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  padding-left: 10px;
  border-radius: 5px;
}
header nav .nav-list .made-to-measure .hover-list .top-list .properties span {
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  padding: 0 15px;
}
header nav .nav-list .made-to-measure .hover-list .bottom-list {
  padding: 20px;
}
header nav .nav-list .made-to-measure .hover-list .bottom-list p {
  color: #9A3338;
  font-size: 24px;
}
header nav .nav-list .made-to-measure .hover-list .bottom-list ul {
  list-style: circle;
  list-style-position: inside;
}
header nav .nav-list .made-to-measure .hover-list .bottom-list ul li {
  border-bottom: 1px solid rgba(177, 180, 182, 0.14);
}
header nav .nav-list .made-to-measure .hover-list .bottom-list ul li a {
  color: #000;
  font-size: 14px;
}
header nav .nav-list .made-to-measure .hover-list .bottom-list ul li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  nav {
    display: none;
  }
}

section.banner figure {
  width: 100%;
}
section.banner figure img {
  width: 100%;
}
section.banner .shop-1 {
  position: relative;
  height: 100%;
}
section.banner .shop-1 figure {
  height: 100%;
}
section.banner .shop-1 figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.banner .shop-1 .heading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2%;
  width: 50%;
}
@media screen and (max-width: 992px) {
  section.banner .shop-1 .heading {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  section.banner .shop-1 .heading {
    width: 90%;
  }
}
section.banner .shop-1 .heading h2 {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 992px) {
  section.banner .shop-1 .heading h2 {
    padding-bottom: 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  section.banner .shop-1 .heading h2 {
    padding-bottom: 10px;
    font-size: 22px;
  }
}
section.banner .shop-1 .heading h2::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100px;
  height: 3px;
  color: #788F1A;
  background-color: #788F1A;
}
section.banner .shop-1 .heading span {
  display: inline-block;
}
@media screen and (max-width: 992px) {
  section.banner .shop-1 .heading span {
    padding-bottom: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  section.banner .shop-1 .heading span {
    padding-bottom: 10px;
    font-size: 13px;
  }
}
section.banner .shop-1 a {
  display: block;
  color: #fff;
  background-color: #8EA91D;
  width: 150px;
  text-align: center;
  padding: 10px 20px;
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  left: 2%;
}
@media screen and (max-width: 992px) {
  section.banner .shop-1 a {
    padding: 5px 10px;
    font-size: 14px;
    width: 105px;
  }
}
@media screen and (max-width: 572px) {
  section.banner .shop-1 a {
    padding: 5px 10px;
    font-size: 12px;
    width: 80px;
  }
}
section.banner .shop-2 {
  position: relative;
}
section.banner .shop-2 .scale {
  display: block;
}
section.banner .shop-2 figure {
  width: 100%;
  height: 100%;
}
section.banner .shop-2 figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.banner .shop-2 .heading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2%;
  width: 80%;
}
@media screen and (max-width: 576px) {
  section.banner .shop-2 .heading {
    width: 95%;
  }
}
section.banner .shop-2 .heading h2 {
  padding-bottom: 10px;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  section.banner .shop-2 .heading h2 {
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
}
section.banner .shop-2 .heading h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 3px solid #788F1A;
}
section.banner .shop-2 .heading span {
  display: inline-block;
  font-size: 16px;
  font-weight: 200;
  padding-bottom: 20px;
}
@media screen and (max-width: 576px) {
  section.banner .shop-2 .heading span {
    font-size: 14px;
  }
}
section.banner .shop-2 a {
  display: block;
  color: #fff;
  border-bottom: 2px solid #8EA91D;
  text-align: center;
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  left: 2%;
}
@media screen and (max-width: 576px) {
  section.banner .shop-2 a {
    font-size: 12px;
    margin-top: 10px;
  }
}
section.banner .shop-2 a:hover {
  text-decoration: none;
}

section.product .product-div {
  width: 100%;
  position: relative;
}
section.product .product-div figure {
  width: 100%;
}
section.product .product-div figure img {
  height: 100%;
  width: 100%;
}
section.product .product-div .custom-btn {
  color: #68696E;
  text-align: center;
  padding: 5px 10px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #FFFFFF;
}
section.product .product-div .custom-btn:hover {
  text-decoration: none;
}
section.product .scale-img {
  display: block;
}
section.product .scale-img .product-div figure {
  overflow: hidden;
}
section.product .scale-img .product-div figure img {
  transition: 0.4s;
  transform: scale(1);
}
section.product .scale-img .product-div figure:hover img {
  transform: scale(1.05);
}

section.recommended-product {
  padding-top: 0;
}
section.recommended-product .heading {
  padding: 40px 0;
}
section.recommended-product .heading h2 {
  color: rgba(0, 0, 0, 0.837);
  position: relative;
}
section.recommended-product .heading h2::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: "";
  height: 1px;
  width: 20%;
  transform: translateX(-50%);
  background-color: #788F1A;
}
section.recommended-product .heading h2::before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  content: "";
  height: 5px;
  width: 5%;
  transform: translateX(-50%);
  background-color: #788F1A;
}
section.recommended-product .product-card figure {
  width: 100%;
}
section.recommended-product .product-card figure img {
  width: 100%;
}
section.recommended-product .product-card p {
  padding: 5px 0;
  font-size: 16px;
  margin-bottom: 0;
}
section.recommended-product .product-card .price-rating {
  color: #56680F;
  display: flex;
  justify-content: space-between;
}
section.recommended-product .product-card .price-rating .pricing .price {
  color: #9A3338;
}
section.recommended-product .product-card .price-rating .rating svg {
  color: #FED045;
  font-size: 18px;
}

section.about .about-img-div {
  width: 100%;
}
section.about .about-img-div figure {
  width: 100%;
}
section.about .about-img-div figure img {
  width: 100%;
}
section.about .about-info span {
  color: #9A3338;
  font-weight: 700;
}
section.about .about-info p {
  padding: 10px 0;
  color: rgba(0, 0, 0, 0.786);
}
section.about .about-info a {
  display: block;
  color: #fff;
  background-color: #8EA91D;
  width: 150px;
  text-align: center;
  margin-top: 10px;
  padding: 10px 20px;
}
section.about .about-info a:hover {
  text-decoration: none;
}

section.properties {
  background-image: url("/assets/images/provides1.jpg");
  padding: 40px 0;
}
section.properties .properties-div {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.properties .properties-div h5 {
  margin-bottom: 0;
}
section.properties .properties-div figure {
  background-color: #fff;
  height: 50px;
  width: 50px;
  padding: 10px;
  border-radius: 5px;
}
section.properties .properties-div figure img {
  width: 100%;
}

section.help-hub {
  padding: 40px;
}
@media screen and (max-width: 992px) {
  section.help-hub {
    padding: 20px 0;
  }
}
section.help-hub .help-hub-div {
  background-color: #ECF3E2;
  padding: 20px;
}
section.help-hub .help-hub-div .help-hub-info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.666);
}
section.help-hub .help-hub-div .help-hub-info span {
  color: #9A3338;
  font-weight: 700;
}
section.help-hub .help-hub-div .help-hub-info h4 {
  color: rgba(0, 0, 0, 0.775);
  padding-bottom: 30px;
}
section.help-hub .help-hub-div .help-hub-info a {
  display: inline-block;
  color: #9A3338;
  text-decoration: underline;
  padding-bottom: 20px;
}
section.help-hub .help-hub-div .articles span {
  display: inline-block;
  color: #9A3338;
  font-weight: 700;
  padding: 10px 0;
}
section.help-hub .help-hub-div .articles .blog-card {
  background-color: #fff;
  padding: 10px;
}
section.help-hub .help-hub-div .articles .blog-card figure {
  width: 100%;
}
section.help-hub .help-hub-div .articles .blog-card figure img {
  width: 100%;
}
section.help-hub .help-hub-div .articles .blog-card p {
  font-size: 14px;
  padding-bottom: 10px;
}
section.help-hub .help-hub-div .articles .blog-card a {
  color: #9A3338;
}
section.help-hub .help-hub-div .articles .blog-card a:hover {
  text-decoration: none;
}
section.help-hub .help-hub-div a img {
  width: 100%;
}
section.help-hub .help-hub-div span {
  font-weight: 500;
}

section.menu {
  width: 80%;
  position: fixed;
  top: 0;
  bottom: 0;
  transform: translateX(-100%);
  transition: 0.4s;
}
section.menu.menu-open {
  transform: translateX(0%);
}
section.menu .menu-div .top-menu {
  background-image: url("/images/4.jpg");
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
section.menu .menu-div .top-menu figure img {
  width: 150px;
}
section.menu .menu-div .top-menu button {
  background-color: transparent;
  border: none;
}
section.menu .menu-div .top-menu button:focus {
  outline: none;
}
section.menu .menu-div .top-menu button svg {
  color: #56680F;
  font-size: 20px;
}
section.menu .menu-div .bottom-menu {
  background-color: #56680F;
  display: flex;
  flex-direction: column;
}
section.menu .menu-div .bottom-menu .bottom-nav-list {
  position: relative;
  display: flex;
  flex-direction: column;
}
section.menu .menu-div .bottom-menu .bottom-nav-list .nav-list-item {
  width: 100px;
  display: flex;
  padding: 10px 10px;
  border-bottom: 1px solid #b1b4b6;
  width: 100%;
}
section.menu .menu-div .bottom-menu .bottom-nav-list .nav-list-item:last-child {
  background-color: #9A3338;
}
section.menu .menu-div .bottom-menu .bottom-nav-list .nav-list-item a {
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}
section.menu .menu-div .bottom-menu .bottom-nav-list .nav-list-item a:hover {
  text-decoration: none;
  color: #fff;
}
section.menu .menu-div .bottom-menu .bottom-nav-list .made-to-measure:hover .hover-list {
  display: block;
  z-index: 100;
}
section.menu .menu-div .bottom-menu .bottom-nav-list .made-to-measure .hover-list {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  background-color: #F9F9F9;
  margin-top: -15px;
}
section.menu .menu-div .bottom-menu .bottom-nav-list .made-to-measure .hover-list .top-list {
  display: flex;
  width: 100%;
  border-bottom: 1px solid gray;
}
section.menu .menu-div .bottom-menu .bottom-nav-list .made-to-measure .hover-list .top-list .properties {
  background-color: rgb(255, 255, 255);
  justify-content: center;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  padding-left: 10px;
  border-radius: 5px;
}
section.menu .menu-div .bottom-menu .bottom-nav-list .made-to-measure .hover-list .top-list .properties span {
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  padding: 0 15px;
}
section.menu .menu-div .bottom-menu .bottom-nav-list .made-to-measure .hover-list .bottom-list {
  padding: 20px;
}
section.menu .menu-div .bottom-menu .bottom-nav-list .made-to-measure .hover-list .bottom-list p {
  color: #9A3338;
  font-size: 24px;
}
section.menu .menu-div .bottom-menu .bottom-nav-list .made-to-measure .hover-list .bottom-list ul {
  list-style: circle;
  list-style-position: inside;
}
section.menu .menu-div .bottom-menu .bottom-nav-list .made-to-measure .hover-list .bottom-list ul li {
  border-bottom: 1px solid rgba(177, 180, 182, 0.14);
}
section.menu .menu-div .bottom-menu .bottom-nav-list .made-to-measure .hover-list .bottom-list ul li a {
  color: #000;
  font-size: 14px;
}
section.menu .menu-div .bottom-menu .bottom-nav-list .made-to-measure .hover-list .bottom-list ul li a:hover {
  text-decoration: none;
}
section.menu .menu-div .bottom-menu .search-wrap {
  display: flex;
  border: 1px solid #FFCED0;
  align-items: center;
  background-color: #fff;
  padding: 0 10px;
  width: 90%;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
section.menu .menu-div .bottom-menu .search-wrap button {
  background-color: #fff;
  outline: none;
  border: none;
  color: #9A3338;
  padding: 3px 0;
  padding-right: 10px;
}
section.menu .menu-div .bottom-menu .search-wrap button:focus {
  outline: none;
}
section.menu .menu-div .bottom-menu .search-wrap input {
  background-color: #fff;
  outline: none;
  border: none;
  width: 90%;
}
section.menu .menu-div .bottom-menu .search-wrap input:focus {
  outline: none;
}
section.menu .menu-div .bottom-menu .search-wrap input::-moz-placeholder {
  font-size: 12px;
  padding: 0 5px;
  margin-bottom: 15px;
}
section.menu .menu-div .bottom-menu .search-wrap input:-ms-input-placeholder {
  font-size: 12px;
  padding: 0 5px;
  margin-bottom: 15px;
}
section.menu .menu-div .bottom-menu .search-wrap input::placeholder {
  font-size: 12px;
  padding: 0 5px;
  margin-bottom: 15px;
}

footer {
  background-image: url("/images/4.jpg");
  border-top: 1px solid #9A3338;
}
footer .top-footer {
  border-bottom: 1px solid #DEE2E6;
  padding-bottom: 20px;
}
footer .top-footer .footer-info figure {
  width: 100%;
}
footer .top-footer .footer-info figure img {
  width: 100%;
}
footer .top-footer .footer-info p {
  color: rgba(0, 0, 0, 0.597);
  padding: 20px 0;
  font-size: 14px;
}
footer .top-footer .footer-info p a {
  color: rgba(0, 0, 0, 0.597);
}
footer .top-footer .footer-info p a:hover {
  text-decoration: none;
}
footer .top-footer .footer-info .contacts {
  padding: 0;
  padding-bottom: 10px;
}
footer .top-footer .footer-info .social-media a {
  display: inline-block;
  color: #9A3338;
  border: 1px solid #9A3338;
  padding: 4px 7px;
}
footer .top-footer .footer-list {
  padding: 0 20px;
}
@media screen and (max-width: 992px) {
  footer .top-footer .footer-list {
    padding: 0;
  }
}
footer .top-footer .footer-list p {
  color: #56680F;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-bottom: 40px;
}
footer .top-footer .footer-list p::before {
  content: "";
  background-color: #9A3338;
  position: absolute;
  top: 60%;
  left: 0;
  height: 4px;
  width: 40%;
}
footer .top-footer .footer-list ul li a {
  color: #56680F;
  display: inline-block;
  padding-bottom: 10px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}
footer .top-footer .footer-list ul li a:hover {
  text-decoration: none;
}
footer .mid-footer {
  padding: 20px 0;
  margin: 20px 0;
  border-bottom: 1px solid #DEE2E6;
  border-top: 1px solid #DEE2E6;
}
footer .mid-footer .footer-properties {
  display: flex;
}
footer .mid-footer .footer-properties .footer-icons {
  height: 80px;
  width: 80px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  footer .mid-footer .footer-properties .footer-icons {
    height: 65px;
    width: 75px;
  }
}
@media screen and (max-width: 992px) {
  footer .mid-footer .footer-properties .footer-icons {
    height: 60px;
    width: 60px;
  }
}
footer .mid-footer .footer-properties .prop-text {
  padding-left: 10px;
}
footer .mid-footer .footer-properties .prop-text p {
  color: rgba(0, 0, 0, 0.701);
  font-weight: 600;
}
footer .mid-footer .footer-properties .prop-text span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.597);
}
footer .bottom-footer p {
  color: rgba(0, 0, 0, 0.701);
  text-align: center;
}
footer .bottom-footer p a {
  color: rgba(0, 0, 0, 0.701);
}
footer .bottom-footer p a:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */