@charset "UTF-8";
/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- line text ----------------------------------*/
/*---------------------------------- text gradient ----------------------------------*/
/*---------------------------------- glass effect ----------------------------------*/
/*---------------------------------- card shadow ----------------------------------*/
/*---------------------------------- font icon ----------------------------------*/
/*---------------------------------- overlay ----------------------------------*/
/*---------------------------------- border radius ----------------------------------*/
/*---------------------------------- line ----------------------------------*/
/*---------------------------------- background image ----------------------------------*/
/*---------------------------------- scroll bar ----------------------------------*/
/*---------------------------------- media query ----------------------------------*/
/*---------------------------------- flex ----------------------------------*/
/*---------------------------------- Second Language ----------------------------------*/
/*------------------------------------ main slider ------------------------------------*/
.mainSlider:not(.owl-loaded) {
  display: block !important;
  aspect-ratio: 16/7;
  overflow: hidden;
}

.mainSlider:not(.owl-loaded) .owl-item:not(:first-child) {
  display: none;
}

.mainSlider:not(.owl-loaded) .owl-item img {
  height: 100%;
}

.slider-sec .main-banner {
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
.slider-sec .main-banner img {
  width: 100%;
}

.mainSlider:after, .mainSlider:before {
  content: "";
  background-image: url(.././images/background/shape.svg);
  display: inline-block;
  position: absolute;
  top: 45%;
  width: 230px;
  height: 40px;
  z-index: 999;
}
.mainSlider:before {
  left: -96px;
  transform: rotate(270deg);
}
.mainSlider:after {
  right: -96px;
  transform: rotate(90deg);
}
.mainSlider__link {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  transition: all 300ms linear;
}
@media only screen and (max-width: 575.98px) {
  .mainSlider__link {
    border-radius: calc(10px / 2);
  }
}
.mainSlider {
  /* main slider link */
}
.mainSlider .owl-nav {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 100%;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.mainSlider .owl-nav .owl-prev,
.mainSlider .owl-nav .owl-next {
  background: transparent !important;
}
.mainSlider .owl-nav .owl-prev span,
.mainSlider .owl-nav .owl-next span {
  color: #bd8c61;
  font-size: 20px;
}
@media only screen and (max-width: 575.98px) {
  .mainSlider .owl-nav .owl-prev span,
  .mainSlider .owl-nav .owl-next span {
    padding: 8px;
  }
}
.mainSlider .owl-nav .owl-prev,
.mainSlider .owl-nav .owl-next {
  /* owl prev and owl next span */
}
.mainSlider .owl-nav {
  /* owl nav owl prev and owl next */
}
.mainSlider {
  /* main slider owl nav */
}
.mainSlider .owl-dots {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainSlider .owl-dots .owl-dot.active span {
  background-color: #bd8c61;
  width: 15px;
}
.mainSlider .owl-dots .owl-dot span {
  background-color: #fff;
  width: 7px;
  height: 7px;
  transition: all 300ms linear;
}
.mainSlider {
  /* main slider owl dots */
}
@media only screen and (min-width: 1600px) {
  .mainSlider {
    height: 100%;
  }
  .mainSlider .owl-stage,
  .mainSlider .owl-stage-outer,
  .mainSlider .owl-item, .mainSlider__link, .mainSlider__link img {
    height: 100%;
  }
  .mainSlider__link img {
    object-fit: cover;
  }
}

/* main slider */
.category-sec:after, .category-sec:before {
  content: "";
  background-size: cover;
  display: inline-block;
  width: 600px;
  height: 300px;
  position: absolute;
}
.category-sec:after {
  background-image: url(".././images/background/Frame2.png");
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .category-sec:after {
    content: unset;
    left: unset;
  }
}
.category-sec:before {
  background-image: url(".././images/background/Frame.png");
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .category-sec:before {
    content: unset;
  }
}

.category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 991.98px) {
  .category {
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
  }
}

.category-box {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .category-box {
    width: 100%;
  }
}
.category-box .category-card {
  border-radius: 200px 200px 10px 10px;
}
.category-box .category-card:hover .category-card__img:before {
  background-image: linear-gradient(180deg, #525252, rgba(189, 140, 97, 0));
  transition: all 0.5s;
}
.category-box .category-card__img {
  position: relative;
  padding: 10px;
  transition: all 0.5s;
}
.category-box .category-card__img img {
  width: 100%;
  border-radius: 200px 200px 0 0;
  object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767.98px) {
  .category-box .category-card__img img {
    height: 150px;
  }
}
.category-box .category-card__img:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  right: 0;
  top: 0;
  border-radius: 200px 200px 0 0;
  height: 100%;
  background-image: linear-gradient(180deg, #bd8c61, rgba(189, 140, 97, 0));
  -webkit-box-shadow: 0 0 111px rgba(228, 233, 242, 0.25);
  -moz-box-shadow: 0 0 111px rgba(228, 233, 242, 0.25);
  box-shadow: 0 0 111px rgba(228, 233, 242, 0.25);
  transition: all 0.5s;
}
.category-box .category-card__content {
  margin-top: 15px;
}
.category-box .category-card__content .title {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.category-box .category-card__content .description {
  color: #777;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.category-color {
  display: flex;
  align-items: center;
  gap: 36px;
}
.category-color__banner {
  position: relative;
  background-color: #414141;
  background-image: url(".././images/category/bg.jpg");
  background-size: contain;
  color: #fff;
  padding: 30px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  border-radius: 15px;
  text-align: center;
}
.category-color__banner:after {
  content: "";
  background-image: url(".././images/background/shape2.svg");
  display: inline-block;
  width: 230px;
  height: 40px;
  position: absolute;
  transform: rotate(90deg);
  left: -132px;
  top: 78px;
}
.category-color__banner .title {
  font-size: 30px;
  font-weight: 800;
}
.category-color__banner .subtitle {
  font-size: 20px;
  font-weight: 800;
}
.category-color__banner .main-btn {
  margin-top: 10px;
}
.category-color__products {
  display: flex;
}
.category-color__products .color-box-wrapper {
  color: var(--carpet-color);
  padding: 15px;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 1px dashed;
  border-radius: 50px 50px 0 0;
}
.category-color__products .category-img i {
  font-size: 35px;
}
.category-color__products .category-content {
  margin-top: 5px;
}
.category-color__products .category-content .title {
  font-size: 14px;
}
.category-color__products .owl-item {
  display: flex;
  justify-content: center;
}

.blog-sec {
  margin-bottom: 50px;
}
.blog-sec .blog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.blog-sec .blog-header .header-title {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
@media screen and (max-width: 991.98px) {
  .blog-sec .blog-header .header-title {
    padding: 0 4px;
  }
}
.blog-sec .blog-header .header-title:after {
  content: "";
  position: absolute;
  background-color: #bd8c61;
  transform: rotate(180deg);
  right: 0;
  top: 0;
  width: 8px;
  height: 100%;
  margin-top: 0px;
  margin-right: -5px;
  border-radius: 90px;
}
@media screen and (max-width: 991.98px) {
  .blog-sec .blog-header .header-title:after {
    width: 2px;
  }
}
.blog-sec .blog-header .title {
  font-weight: 800;
  font-size: 20px;
}
@media screen and (max-width: 991.98px) {
  .blog-sec .blog-header .title {
    font-size: 16px;
  }
}
.blog-sec .blog-header .title-en {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #7a7a7a;
}
@media screen and (max-width: 991.98px) {
  .blog-sec .blog-header .title-en {
    font-size: 14px;
  }
}
.blog-sec .blog-header .main-btn {
  color: #bd8c61;
  font-size: 14px;
  gap: 8px;
}
@media screen and (max-width: 991.98px) {
  .blog-sec .blog-header .main-btn {
    font-size: 13px;
    gap: 4px;
  }
}
.blog-sec .blog-card {
  width: 100%;
}

@media screen and (max-width: 991.98px) {
  .blog-wrapper {
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
  }
}

.blog-card__img {
  border-radius: 200px 200px 0 0;
  overflow: hidden;
}
.blog-card__img img {
  width: 100%;
  border-radius: 10px;
}
.blog-card__content {
  margin-top: 15px;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}
.blog-card__content .title {
  font-size: 15px;
  font-weight: 600;
  height: 50px;
  color: #000;
  line-height: 1.8;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 991.98px) {
  .blog-card__content .title {
    font-size: 13px;
    font-weight: 600;
    height: 46px;
  }
}
.blog-card__content .description {
  font-size: 14px;
  color: #777;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.product-sec {
  background-size: contain;
}
@media screen and (max-width: 575.98px) {
  .product-sec {
    padding: 0;
  }
}
.product-sec .product-banner {
  height: 100%;
}
.product-sec .product-banner.popular {
  border-radius: 10px 200px 10px 10px;
}
.product-sec .product-banner.popular .banner-box {
  border-radius: 10px 200px 10px 10px;
}
.product-sec .product-banner.popular img {
  border-radius: 10px 200px 10px 10px;
}
.product-sec .product-banner.newest {
  border-radius: 200px 10px 10px 10px;
}
.product-sec .product-banner.newest .banner-box {
  border-radius: 200px 10px 10px 10px;
}
.product-sec .product-banner.newest img {
  border-radius: 200px 10px 10px 10px;
}
.product-sec .product-banner .banner-box {
  position: relative;
  background-color: #fff;
  padding: 15px;
  height: 100%;
  box-shadow: 0px 0px 27px 2px rgba(28, 103, 88, 0.13);
}
@media screen and (max-width: 991.98px) {
  .product-sec .product-banner .banner-box {
    height: 90%;
    padding: 7px;
  }
}
.product-sec .product-banner img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media screen and (min-width: 1600px) {
  .product-sec .product-banner img {
    height: auto !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .product-sec .product-banner img {
    height: 210px;
  }
}
@media screen and (min-width: 991.98px) {
  .product-sec .product-banner img {
    height: 200px;
  }
}
.product-sec .product-banner .content {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 991.98px) {
  .product-sec .product-banner .content {
    gap: 0;
    margin-top: 5px;
  }
}
.product-sec .product-banner__title {
  font-weight: 800;
  font-size: 20px;
  color: rgb(28, 103, 88);
}
@media screen and (max-width: 992.98px) {
  .product-sec .product-banner__title {
    font-size: 16px;
  }
}
.product-sec .product-banner__title-en {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: rgba(28, 103, 88, 0.46);
}
@media screen and (max-width: 992.98px) {
  .product-sec .product-banner__title-en {
    font-size: 15px;
  }
}
.product-sec .product-banner .main-btn {
  right: 13px;
  width: 100%;
  background-color: rgb(28, 103, 88);
  border: rgb(28, 103, 88);
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .product-sec .product-banner .main-btn {
    top: 87%;
    font-size: 13px;
  }
}
.product-sec .product-slider-wrapper .owl-nav {
  right: -14%;
  top: 89%;
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .product-sec .product-slider-wrapper .owl-nav {
    right: -16%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .product-sec .product-slider-wrapper .owl-nav {
    right: -19%;
    top: 87%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .product-sec .product-slider-wrapper .owl-nav {
    right: -31%;
    top: 87%;
  }
}
@media screen and (max-width: 767.98px) {
  .product-sec .product-slider-wrapper .owl-nav {
    display: none;
  }
}

.newest-sec .product-banner .banner-box {
  box-shadow: 0px 0px 27px 2px rgba(103, 71, 71, 0.13);
}
.newest-sec .product-banner__title {
  color: rgb(103, 71, 71);
}
.newest-sec .product-banner__title-en {
  color: rgba(103, 71, 71, 0.46);
}
.newest-sec .product-banner .main-btn {
  background-color: rgb(103, 71, 71);
}

.amazing-sec {
  position: relative;
  margin-bottom: 18%;
}
@media screen and (min-width: 1200px) {
  .amazing-sec {
    margin-bottom: 22%;
  }
}
.amazing-sec .amazing-product {
  position: relative;
  background-color: #ddd;
  background-image: url(".././images/background/bg-shape.png");
  height: 300px;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 60px 0px 190px 0px;
  padding: 0px 17px 17px 17px;
}
.amazing-sec .amazing-product:before {
  content: "";
  position: absolute;
  background-image: url(.././images/background/shape.svg);
  display: inline-block;
  width: 230px;
  height: 40px;
  right: 40%;
}
@media screen and (max-width: 397.98px) {
  .amazing-sec .amazing-product:before {
    content: unset;
  }
}
.amazing-sec .amazing-product .overlay {
  background-color: #444444;
  opacity: 0.95;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 10px;
}
.amazing-sec .amazing-product .owl-nav {
  position: absolute;
  top: -80px;
  left: 0;
  display: flex;
}
.amazing-sec .amazing-product .owl-nav .owl-prev, .amazing-sec .amazing-product .owl-nav .owl-next {
  background-color: #bd8c61;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.amazing-sec .index-header {
  position: relative;
  padding: 25px 0;
}
.amazing-sec .index-header .header-title {
  margin-right: 15px;
  color: #fff;
}
.amazing-sec .index-header .title {
  font-weight: 800;
  font-size: 20px;
}
@media screen and (max-width: 991.98px) {
  .amazing-sec .index-header .title {
    font-size: 16px;
  }
}
.amazing-sec .index-header .subtitle {
  text-transform: uppercase;
}
@media screen and (max-width: 991.98px) {
  .amazing-sec .index-header .subtitle {
    font-size: 12px;
  }
}
.amazing-sec .index-header .main-btn i {
  margin-right: 5px;
}

.product-card {
  position: relative;
  display: inline-block;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 575.98px) {
  .product-card {
    padding: 10px;
  }
}
.product-card:hover .product-card__img.img-first {
  opacity: 0;
}
.product-card:hover .product-card__img.img-second {
  opacity: 1;
}
.product-card__img {
  width: 100%;
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: all 300ms linear;
}
.product-card__img-wrapper {
  position: relative;
  display: block;
}
.product-card__img.img-first {
  opacity: 1;
}
.product-card__img.img-second {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product-card__img img {
  border-radius: 10px;
}
.product-card {
  /* product card img */
}
.product-card__body {
  margin-top: 15px;
}
.product-card__body .add-to-cart {
  background-color: #3ccf4e;
  color: #fff;
  width: 100%;
}
.product-card__title {
  font-size: 14px;
  color: #333;
  height: 45px;
  line-height: 25px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .product-card__title {
    font-size: 14px;
    line-height: 25px;
    height: 45px;
  }
}
@media screen and (max-width: 991.98px) {
  .product-card__title {
    font-size: 12px;
    height: 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .product-card__title {
    font-size: 13px;
    min-height: 45px;
  }
}
.product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
}
.product-card__price {
  color: #bd8c61;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 800;
  font-size: 16px;
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .product-card__price {
    font-size: 14px;
  }
}
@media screen and (max-width: 991.98px) {
  .product-card__price {
    font-size: 11px;
  }
}
.product-card__price:after {
  content: "تومان";
  font-size: 10px;
  font-weight: 400;
}
.product-card__price {
  /* price after */
}
.product-card__price.unavailable {
  background-color: rgb(254.7065088757, 230.4934911243, 230.4934911243);
}
.product-card__price.unavailable:after {
  content: "ناموجود";
  font-size: 13px;
  font-weight: 600;
  color: rgb(252.775147929, 69.224852071, 69.224852071);
}
.product-card__price.unavailable {
  /* unavailable after */
}
.product-card__price {
  /* product card unavailable */
}
.product-card__price .old-price {
  text-decoration: line-through;
  color: #c10505;
  font-size: 14px;
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .product-card__price .old-price {
    font-size: 12px;
  }
}
@media screen and (max-width: 991.98px) {
  .product-card__price .old-price {
    font-size: 11px;
  }
}
.product-card__price .unit-price {
  color: #bd8c61;
}
.product-card .product-card-off-percent {
  border: 1px solid #c10505;
  border-radius: 10px;
  background-color: #c10505;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  font-weight: 700;
}

@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.services-sec .services {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .services-sec .services {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}

.service-card {
  background-color: #fff;
  background-image: url(".././images/services/bg.png");
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 19%;
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .service-card {
    width: 210px;
  }
}
@media screen and (max-width: 991.98px) {
  .service-card {
    gap: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .service-card {
    width: 45%;
  }
}
.service-card .service-number {
  width: 42px;
  opacity: 0.5;
}
@media screen and (max-width: 991.98px) {
  .service-card .service-number {
    display: flex;
    justify-content: center;
  }
}
.service-card .service-number img {
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  .service-card .service-number img {
    width: 60%;
  }
}
.service-card__icon {
  width: 60px;
}
@media screen and (max-width: 991.98px) {
  .service-card__icon {
    width: 35%;
    display: flex;
    justify-content: center;
  }
}
.service-card__icon img {
  width: 100%;
}
.service-card__title {
  color: #bd8c61;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  .service-card__title {
    font-size: 12px;
  }
}
.banners {
  display: grid;
  gap: 20px;
}
.banners__wrapper {
  flex-wrap: wrap;
  gap: 25px 16px;
}
@media screen and (max-width: 1199.98px) {
  .banners__wrapper {
    margin-top: 23.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .banners__wrapper {
    gap: 16px;
    margin-top: 24rem;
  }
}
@media screen and (max-width: 767.98px) {
  .banners__wrapper {
    margin-top: 16rem;
  }
}
.banners {
  /* banners wrapper */
}
.banners__item {
  flex: 1;
  overflow: hidden;
  border-radius: calc(10px * 2);
}
@media screen and (max-width: 991.9px) {
  .banners__item {
    flex-basis: calc(50% - 10px);
  }
}
.banners__item.no-image {
  flex: none !important;
  display: none;
}
.banners__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banners__item {
  /* item img */
}
.banners {
  /* banners item */
}
@media only screen and (max-width: 575.98px) {
  .banners__item {
    border-radius: 10px;
  }
  .banners {
    /* query banners item */
  }
  .banners__wrapper {
    gap: 10px;
  }
  .banners {
    /* query banners wrapper */
  }
}
.banners {
  /* banners query */
} /* banners */
.show-more-wrapper {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}

.show-more {
  height: auto;
  overflow: visible;
  padding-bottom: 40px;
}
.show-more-wrapper {
  position: relative;
}

.hide-more {
  height: 200px;
  overflow: hidden;
}
.hide-more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 18%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
@media only screen and (max-width: 575.98px) {
  .hide-more::before {
    height: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hide-more {
    height: 150px;
  }
}

.show-more-button {
  position: absolute;
  bottom: 15px;
  right: 30px;
  cursor: pointer;
  z-index: 2;
  color: #bd8c61;
  font-size: 15px;
  font-weight: 400;
  transition: all 300ms linear;
}
.show-more-button.active {
  color: #bd8c61;
  font-size: 14px;
}
.show-more-button.active [class^=icon-] {
  transform: rotate(90deg);
}
.show-more-button:hover {
  color: #bd8c61;
}
.show-more-button [class^=icon-] {
  font-size: 10px;
  transform: rotate(-90deg);
  transition: all 300ms linear;
}

/*# sourceMappingURL=index.css.map */
