#slider {
  padding-top: 1%;
}
#slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #666;
}
#slider .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #e9ac98;
}
#slider .swiper-button-prev {
  display: none;
}
#slider .swiper-button-next {
  display: none;
}
#slider .swiper {
  width: 100%;
  height: 100%;
}
#slider .swiper:hover .swiper-button-prev {
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  font-size: 0;
  width: 50px;
  height: 50px;
  background: white;
  opacity: 1;
  color: #e9ac98;
}
#slider .swiper:hover .swiper-button-prev::after {
  font-size: 12px;
  font-weight: 600;
  position: relative;
  top: 35%;
  color: #e9ac98;
}
#slider .swiper:hover .swiper-button-next {
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  font-size: 0;
  width: 50px;
  height: 50px;
  background: white;
  opacity: 1;
  color: #e9ac98;
}
#slider .swiper:hover .swiper-button-next::after {
  font-size: 12px;
  font-weight: 600;
  position: relative;
  top: 35%;
}
#slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#slider .swiper-slide .slide .shop {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 17px;
  color: #58525e;
  font-family: Roboto, Helvetica Neue, sans-serif;
  text-decoration: none;
  border: 1px solid #b8b8b8;
  padding: 13px 36px 13px 12px;
  font-size: 11px;
  display: block;
  background: linear-gradient(to right, #e9ac98 50%, #fff2f2 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.2s ease-out;
}
#slider .swiper-slide .slide .shop:hover {
  background-position: left bottom;
  border: none;
  padding: 13px 30px 13px 12px;
  padding-left: 3%;
}
#slider .swiper-slide .slide .shop:hover i {
  position: absolute;
  left: 18%;
  top: 15px;
  transition: all 0.2s ease-out;
}
#slider .swiper-slide .slide .sale {
  position: absolute;
  display: inline-block;
  font-family: "Marcellus";
  font-weight: 400;
  font-size: 47px;
  transform-origin: 50% 50%;
  font-size: 48px;
  color: #C08586;
}
#slider .swiper-slide .slide .saleName {
  font-family: "Marcellus";
  position: absolute;
  font-size: 14px;
  color: #000;
}
#slider .swiper-slide .slide .caption-contain {
  position: absolute;
  text-align: start;
  font-family: "Marcellus";
  font-size: 24px;
  font-weight: 500;
  color: rgb(88, 82, 94);
}
#slider .swiper-slide .slide-1 .shop {
  top: 52% !important;
  left: 22% !important;
}
#slider .swiper-slide .slide-1 .shop-click {
  transform: translateX();
}
#slider .swiper-slide .slide-1 .sale {
  left: 13%;
  top: 34%;
}
#slider .swiper-slide .slide-1 .saleName {
  top: 30%;
  left: 22%;
}
#slider .swiper-slide .slide-1 .caption-contain {
  left: 15%;
  top: 44%;
  font-size: 24px;
}
#slider .swiper-slide .slide-2 .shop {
  top: 51%;
  left: 67%;
}
#slider .swiper-slide .slide-2 .sale {
  right: 15%;
  top: 31%;
}
#slider .swiper-slide .slide-2 .saleName {
  right: 21%;
  top: 26%;
}
#slider .swiper-slide .slide-2 .caption-contain {
  right: 16%;
  top: 42%;
  font-size: 19px;
}
#slider .swiper-slide .slide-3 .shop {
  top: 52% !important;
  left: 21% !important;
}
#slider .swiper-slide .slide-3 .sale {
  top: 31%;
  left: 14%;
}
#slider .swiper-slide .slide-3 .saleName {
  top: 27%;
  left: 22%;
}
#slider .swiper-slide .slide-3 .caption-contain {
  left: 21%;
  top: 42%;
  font-size: 19px;
}
#slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

hr {
  color: #b4afaf;
}

#introducing {
  padding-top: 7%;
  padding-bottom: 6%;
}
#introducing .image {
  overflow: hidden;
}
#introducing .image img:hover {
  transform: scale(1.1);
  transition: 0.8s;
}
#introducing .apImage {
  float: right;
  position: relative;
  bottom: 6%;
  left: 12%;
}
#introducing .introducing-text {
  display: flex;
  justify-content: center;
  padding: 16%;
}
#introducing .introducing-text .intro-text h4 {
  font-family: "WindSong", cursive;
  font-size: 49px;
  color: #213e36;
}
#introducing .introducing-text .intro-text span {
  font-size: 16px;
  color: #9faaa7;
  margin-left: 58px;
  position: relative;
  top: 30px;
}
#introducing .introducing-right {
  margin-left: 17%;
}
#introducing .introducing-right .introducing-image {
  overflow: hidden;
}
#introducing .introducing-right .introducing-image img:hover {
  transform: scale(1.1);
  transition: 0.8s;
}
#introducing .info-text {
  padding-top: 12%;
}
#introducing .info-text h3 {
  font-family: "Roboto", sans-serif;
}
#introducing .info-text p {
  font-size: 14px;
  line-height: 24px;
  color: #4b5955;
  font-weight: 400;
}
#introducing .info-text .btn-about {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 17px;
  color: #58525e;
  border-radius: 7px;
  font-family: Roboto, Helvetica Neue, sans-serif;
  text-decoration: none;
  border: 1px solid #58525e;
  padding: 21px 19px 13px 15px;
  font-size: 11px;
  color: #e9ac98;
  height: 56px;
  width: 148px;
  font-weight: 500;
  display: block;
  background: linear-gradient(to right, #e9ac98 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.2s ease-out;
}
#introducing .info-text .btn-about i {
  position: relative;
  left: 7%;
}
#introducing .info-text .btn-about:hover {
  text-align: right;
  color: #000;
  background-position: left bottom;
  border: none;
  text-align: right;
}
#introducing .info-text .btn-about:hover i {
  position: absolute;
  transition: all 0.2s ease-out;
  left: 10%;
  bottom: 37%;
  font-size: 13px;
}

#featured-products {
  padding-top: 6%;
  padding-bottom: 6%;
}

.header-background {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-background .header-background-content h4 {
  font-family: "Alex Brush", cursive;
  font-size: 60px;
  font-weight: 500;
  color: #213e36;
}
.header-background .header-background-content span {
  font-size: 18px;
  color: #9faaa7;
  margin-left: 27%;
  position: relative;
  top: 13px;
  font-weight: 700;
  font-family: "emoji";
}

.back-top {
  float: right;
  text-align: center;
  position: fixed;
  cursor: pointer;
  right: 50px;
  bottom: 20px;
  z-index: 99;
  width: 45px;
  height: 45px;
  background: #e9ac98;
  color: #fff;
  line-height: 45px;
  font-size: 16px;
}

#products .cart {
  position: relative;
}
#products .cart .product-img {
  width: 306px;
  height: 379px;
  position: relative;
  overflow: hidden;
}
#products .cart .product-img .primary-img {
  width: 100%;
  transition: all 0.8s cubic-bezier(0, 0, 0.05, 1);
}
#products .cart .product-img .secondary-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: 0.8s cubic-bezier(0, 0, 0.2, 1);
}
#products .cart img {
  width: 100%;
  height: 100%;
}
#products .cart:hover .product-img .primary-img {
  transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
}
#products .cart:hover .secondary-img {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
}
#products .cart .functional-buttons {
  opacity: 0;
  position: absolute;
  top: 38%;
  left: 26%;
}
#products .cart .functional-buttons ul {
  list-style: none;
  display: flex;
  gap: 6px;
}
#products .cart .functional-buttons ul li a {
  background: #fff;
  height: 40px;
  width: 40px;
  line-height: 25px;
  display: block;
  font-size: 14px;
  padding: 10px 13px 10px;
}
#products .cart .functional-buttons ul li a i {
  font-weight: 900;
  color: #9c9595;
}
#products .cart .functional-buttons ul li a:hover {
  background: #e9ac98;
}
#products .cart .functional-buttons ul li a:hover i {
  color: #fff;
}
#products .cart:hover .functional-buttons {
  opacity: 1;
}
#products .cart .new {
  font-size: 13px;
  width: 41px;
  padding: 1px 4px 1px 8px;
  position: absolute;
  z-index: 4;
  top: 1%;
  left: 3%;
  background-color: #fff;
  font-family: auto;
}
#products .product-name {
  text-align: center;
}
#products .product-name span:nth-child(1) {
  display: block;
  padding-top: 8px;
  font-weight: 500;
  color: #9faaa7;
  font-size: 14px;
  line-height: 30px;
}
#products .product-name span:nth-child(2) {
  color: #000;
  font-size: 14px;
}
#products .product-price .price {
  color: #e9ac98;
  font-size: 16px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}
#products .btn-show-more {
  display: flex;
  justify-content: center;
  padding-top: 2%;
}
#products .btn-show-more a {
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 7px;
  gap: 17px;
  color: #58525e;
  font-family: Roboto, Helvetica Neue, sans-serif;
  text-decoration: none;
  border: 1px solid #58525e;
  padding: 20px 21px 17px 17px;
  font-size: 11px;
  height: 56px;
  width: 148px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  background: linear-gradient(to right, #e9ac98 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}
#products .btn-show-more a i {
  position: relative;
  left: 7%;
}
#products .btn-show-more a:hover {
  background-position: left bottom;
  border: none;
  text-align: right;
}
#products .btn-show-more a:hover i {
  position: absolute;
  left: 20%;
  top: 22px;
  transition: all 0.5s ease-out;
}

#about-us {
  padding-top: 13%;
}
#about-us .image img {
  width: 100%;
  height: auto;
}
#about-us .intro-text h4 {
  text-align: center;
  font-family: "Alex Brush", cursive;
  font-size: 60px;
  font-weight: 500;
  color: #213e36;
}
#about-us .intro-text p {
  font-size: 15px;
  text-align: justify;
  color: #837e7e;
  line-height: 29px;
}
#about-us .about-us-img img {
  width: 90%;
  height: 100%;
}
#about-us .about-us-right {
  margin-left: 28%;
}
#about-us .btnn {
  padding-top: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#about-us .btn-about {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 17px;
  color: #58525e;
  font-family: Roboto, Helvetica Neue, sans-serif;
  text-decoration: none;
  border: 1px solid #58525e;
  padding: 18px 30px 18px 30px;
  font-size: 11px;
  color: #58525e;
  border-radius: 7px;
  font-weight: 500;
  display: block;
  background: linear-gradient(to right, #e9ac98 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}
#about-us .btn-about i {
  position: relative;
  left: 7%;
}
#about-us .btn-about:hover {
  background-position: left bottom;
  border: none;
  text-align: right;
}
#about-us .btn-about:hover i {
  position: absolute;
  left: 8%;
  top: 22px;
  transition: all 0.5s ease-out;
}

#brides-header {
  padding-top: 7%;
}

#brides {
  padding-top: 3%;
}
#brides .bride-img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#brides .bride-img img {
  transition: 0.8s;
  width: 100%;
  height: 100%;
}
#brides .bride-img img:hover {
  transform: scale(1.1);
}

.swiper-pagination-bullet {
  background-color: white;
}

.swiper-button-prev {
  color: white;
  opacity: 0.4;
}

.swiper-button-next {
  color: white;
  opacity: 0.4;
}

#block-carousel {
  margin-top: 3%;
}
#block-carousel .swiper-button-next {
  display: none !important;
}
#block-carousel .swiper-button-prev {
  display: none !important;
}
#block-carousel .owl-item {
  height: 572px;
}
#block-carousel .owl-item img {
  height: 100%;
}
#block-carousel .owl-item .block-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3%;
}
#block-carousel .owl-item .slider-content {
  width: 625px;
  text-align: center;
  position: absolute;
  left: 29%;
  top: 20%;
}
#block-carousel .owl-item .slider-content .descript {
  padding-top: 4%;
  color: white;
  font-size: 30px;
  font-style: italic;
  line-height: 40px;
  text-align: center;
}
#block-carousel .owl-item .title {
  width: 105px;
  position: relative;
  left: 42%;
  top: 32px;
  color: white;
  text-transform: uppercase;
}
#block-carousel .owl-item .title::after {
  right: -70px;
  content: "";
  height: 1px;
  width: 40px;
  background: white;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#block-carousel .owl-item .title::before {
  left: -70px;
  content: "";
  height: 1px;
  width: 40px;
  background: white;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#latest-news {
  padding-top: 9%;
  padding-bottom: 4%;
}

#blogs .blog-content {
  padding-left: 20px;
}
#blogs .blog {
  position: relative;
  width: 420px;
  height: 329px;
  border-radius: 10px;
  border: 1px solid #dfd7d7;
}
#blogs .blog img {
  width: 100%;
  height: 100%;
}
#blogs .blog .blogg {
  color: #e9ac98;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 8%;
}
#blogs .blog .blog-date {
  position: absolute;
  top: 16%;
}
#blogs .blog .blog-date span {
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
  color: #000;
  font-weight: 400;
}
#blogs .blog .blog-title {
  position: absolute;
  top: 46%;
}
#blogs .blog .blog-title h4 {
  font-weight: bolder;
  position: relative;
  top: 66px;
  color: #000;
}
#blogs .blog .read-more a {
  text-decoration: none;
  color: #e9ac98;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  bottom: 8%;
}
#blogs .blog .read-more a i {
  font-size: 14px;
  margin: 5px;
}
#blogs .blog .blog-img {
  width: 100%;
  height: 0px;
  position: absolute;
  z-index: -11;
  transition: 0.7s;
  border-radius: 10px;
}
#blogs .blog .blog-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#blogs .blog:hover .blog-img {
  opacity: 1;
  height: 329px;
  z-index: -11;
  transition: 0.7s;
}
#blogs .blog:hover .blogg {
  color: white;
}
#blogs .blog:hover .created {
  color: white;
}
#blogs .blog:hover .blog-title h4 {
  color: white;
}
#blogs .blog:hover .primary-img {
  transform: scale(1) rotate(0);
}

#subscrive-header {
  padding-top: 9%;
  padding-bottom: 6%;
}
#subscrive-header .subscrive-title {
  text-align: center;
  padding-top: 4%;
  position: relative;
  right: 2%;
}
#subscrive-header .subscrive-title h3 {
  font-family: "Great Vibes", cursive;
  font-size: 77px;
  font-weight: 500;
  color: #e9ac98;
}

#subscrive {
  background: #e9ac98;
}
#subscrive .left-side {
  position: relative;
  left: 28%;
  bottom: 14%;
  height: 180px;
}
#subscrive .left-side h3 {
  font-family: "Qwitcher Grypen", cursive;
  color: #fff;
  opacity: 0.3;
  font-size: 149px;
}
#subscrive .left-side h4 {
  position: absolute;
  bottom: 14%;
  left: 11%;
  font-size: 26px;
}
#subscrive .block-content {
  position: relative;
  top: 69px;
  left: 66px;
  border-bottom: 1px solid white;
  width: 75%;
}
#subscrive .block-content .input-area {
  display: inline;
}
#subscrive .block-content .input-area input {
  outline: none;
  border: none;
  color: white;
  background: 0 0;
  width: 403px;
}
#subscrive .block-content .input-area input::-moz-placeholder {
  color: white;
  opacity: 0.5;
}
#subscrive .block-content .input-area input:-ms-input-placeholder {
  color: white;
  opacity: 0.5;
}
#subscrive .block-content .input-area input::placeholder {
  color: white;
  opacity: 0.5;
}
#subscrive .block-content button {
  width: 185px;
  height: 48px;
  border: none;
  border-bottom: 3px solid white;
  background: 0, 0;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  position: relative;
  left: 49px;
  font-weight: 500;
}

#footer-top {
  background-color: #f9f9f5;
  padding-top: 6%;
  padding-bottom: 6%;
}
#footer-top .service-item {
  text-align: center;
}
#footer-top .service-item img {
  display: block;
  margin: auto;
  padding-bottom: 20px;
}
#footer-top .service-item .title {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}
#footer-top .service-item p {
  margin-top: 1%;
  font-size: 14px;
  color: #4b5955;
}

img.rot {
  animation: 1s linear 0s normal none infinite running rot;
  -webkit-animation: 10s linear 0s normal none infinite running rot;
  width: 180px;
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: Marck Script;
  src: url("https://fonts.googleapis.com/css2?family=Marck+Script&display=swap");
}
@font-face {
  font-family: Qwitcher Grypen;
  src: url("https://fonts.googleapis.com/css2?family=Qwitcher+Grypen&display=swap");
}
@font-face {
  font-family: WindSongt;
  src: url("https://fonts.googleapis.com/css2?family=WindSong:wght@500&display=swap");
}
@font-face {
  font-family: Roboto;
  src: url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
}
@font-face {
  font-family: Alex Brush;
  src: url("https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap");
}
@font-face {
  font-family: Great Vibes;
  src: url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
}
#nav-area {
  padding-top: 2%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(226, 216, 216);
  padding-bottom: 2%;
}
#nav-area .nav-area-content {
  align-items: center;
  position: relative;
}
#nav-area .logo {
  align-items: center;
  display: flex;
  justify-content: center;
}
#nav-area .logo img {
  width: 200px;
  height: 70px;
}
#nav-area .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-right: 57%;
}
#nav-area .contact i {
  font-size: 30px;
  color: #e9ac98;
}
#nav-area .contact .text {
  color: #9faaa7;
  display: block;
}
#nav-area .contact .phone {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
#nav-area .right-area {
  display: flex;
  gap: 30px;
  float: right;
  right: 13%;
  position: relative;
}
#nav-area .right-area i {
  cursor: pointer;
  font-size: 20px;
}
#nav-area .right-area .icon {
  color: #333;
}
#nav-area .right-area .basket a {
  color: #e9ac98;
}
#nav-area .right-area .count-wishlist {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  color: #fff;
  background-color: #ef3636;
  display: inline-block;
  position: absolute;
  top: -10px;
  right: 39px;
}
#nav-area .right-area .count-basket {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  color: #fff;
  background-color: #ef3636;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 159px;
}

.login-register {
  position: absolute;
  right: 7%;
  top: 73%;
  width: 143px;
  height: 37px;
  border: 1px solid #eaeaea;
  background: #fff;
}
.login-register ul {
  padding: 0px;
  margin-left: 7px;
  margin-top: 2px;
  display: flex;
  gap: 7px;
}
.login-register ul li {
  list-style: none;
}
.login-register ul li a {
  font-size: 17px;
  color: #666;
  text-decoration: none;
}
.login-register ul span {
  color: #666;
}

.login-register-responsive {
  position: absolute;
  right: 9%;
  top: 16%;
  width: 146px;
  height: 31px;
  border: 1px solid #eaeaea;
  background: #fff;
  z-index: 100;
}
.login-register-responsive ul {
  padding: 0px;
  margin-left: 13px;
  margin-top: 2px;
  display: flex;
  gap: 7px;
}
.login-register-responsive ul li {
  list-style: none;
}
.login-register-responsive ul li a {
  font-size: 17px;
  color: #666;
  text-decoration: none;
}
.login-register-responsive ul span {
  color: #666;
}

.modal .modal-header img {
  width: 36px;
  margin-left: 10px;
}
.modal .modal-body input {
  outline: none;
  width: 56%;
  border-radius: 7px;
  border: 1px solid rgba(128, 128, 128, 0.231372549);
  width: 100%;
  padding: 10px 12px;
  color: rgba(128, 128, 128, 0.7803921569);
}
.modal .modal-body input:focus {
  border-color: #e9ac98;
}
.modal .modal-body h1 {
  font-family: "WindSong";
  margin-top: 6px;
}

.responsive-modal .modal-content {
  height: 57px;
  width: 100%;
}
.responsive-modal .modal-header {
  border: none;
}
.responsive-modal .modal-header input {
  width: 141%;
  outline: none;
  border: none;
}

#nav-down .count-wishlist {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  color: #fff;
  background-color: #ef3636;
  display: inline-block;
  position: absolute;
  top: -10px;
  right: 39px;
}
#nav-down .count-basket {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  color: #fff;
  background-color: #ef3636;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 113px;
}
#nav-down .right-area {
  display: flex;
  gap: 30px;
  float: right;
  position: relative;
  left: 4px;
  bottom: 45px;
}
#nav-down .right-area i {
  cursor: pointer;
  font-size: 20px;
}
#nav-down .right-area .icon {
  color: #333;
}
#nav-down .right-area .basket a {
  color: #e9ac98;
}
#nav-down .top-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
  padding-top: 30px;
  list-style: none;
}
#nav-down .top-menu li {
  display: inline;
  margin: 3px;
}
#nav-down .top-menu li:hover {
  color: #e9ac98;
}
#nav-down .top-menu a {
  font-weight: 700 !important;
  color: #4F4F4F;
  cursor: pointer;
  list-style: none;
  position: relative;
  text-decoration: none;
}
#nav-down .top-menu .active {
  color: #e9ac98;
}

.side-bar {
  width: 235px;
  background-color: white;
  height: 100vh;
  top: 0;
  position: absolute;
  z-index: 5;
  transform: translateX(-239px);
  transition: 0.4s;
  position: fixed;
}
.side-bar span {
  position: relative;
  left: 77%;
  top: 1%;
  color: #000;
}
.side-bar ul {
  list-style: none;
  padding: 0 !important;
  line-height: 52px;
}
.side-bar ul li {
  border-bottom: 1px solid #eaeaea;
  padding-left: 4%;
  color: #000;
}
.side-bar ul .activ {
  color: #e9ac98;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

#responsive-nav-area {
  display: block;
  padding-top: 6%;
  gap: 0px;
  right: 0px;
}
#responsive-nav-area .count-wishlist {
  width: 17px;
  height: 19px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  color: #fff;
  background-color: #ef3636;
  display: inline-block;
  position: absolute;
  top: -10px;
  right: 42px;
}
#responsive-nav-area .count-basket {
  width: 17px;
  height: 19px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  color: #fff;
  background-color: #ef3636;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 148px;
}
#responsive-nav-area .hamburger {
  margin-left: 12px;
  position: relative;
}
#responsive-nav-area .right-area {
  display: flex;
  gap: 3px;
  float: right;
  position: relative;
  right: 3px;
}
#responsive-nav-area .right-area i {
  cursor: pointer;
  font-size: 20px;
}
#responsive-nav-area .right-area .icon {
  color: #333;
}
#responsive-nav-area .right-area .basket i {
  color: #e9ac98;
}
#responsive-nav-area .right-area .search {
  position: relative;
  left: 19px;
}
#responsive-nav-area .right-area .responsive-icon {
  text-align: center;
  height: 33px;
  width: 48px;
}
#responsive-nav-area .right-area .responsive-icon i {
  font-size: 17px;
}
#responsive-nav-area .right-area .heart-icon {
  color: #333;
  font-size: 18px !important;
}

#footer {
  padding-top: 5%;
}
#footer .ApColumn {
  width: 100%;
}
#footer .ApColumn ul {
  list-style: none;
}
#footer .ApColumn ul li {
  margin-bottom: 10px;
}
#footer .ApColumn ul li a {
  font-size: 14px;
  color: #4b5955;
  text-decoration: none;
}
#footer .ApColumn ul li a:hover {
  color: #e9ac98;
}
#footer .logo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
#footer .logo img {
  width: 214px;
  height: 74px;
  cursor: pointer;
}
#footer .block-information p {
  font-size: 14px;
  color: #4b5955;
}
#footer .block-information ul {
  list-style: none;
  padding: inherit;
}
#footer .block-information ul li {
  font-size: 14px;
  color: #4b5955;
}
#footer .block-information ul li span {
  color: #000;
}
#footer .block-social {
  display: flex;
  align-items: center;
}
#footer .block-social h6 {
  font-weight: 700;
  padding-bottom: 7px;
}
#footer .block-social ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 3%;
}
#footer .block-social ul li {
  margin: 5%;
}
#footer .block-social ul i {
  cursor: pointer;
  color: #000;
  width: 22px;
}
#footer .block-social ul .fa-facebook-f {
  position: relative;
  bottom: 1px;
}
#footer .block-social ul .fa-facebook-f:hover {
  color: #103e7b;
}
#footer .block-social ul .fa-twitter:hover {
  color: #5bc0de;
}
#footer .block-social ul .fa-pinterest:hover {
  color: red;
}
#footer .block-social ul .fa-instagram:hover {
  color: #4c61b0;
}

#footer-bottom .block-copyright {
  padding-top: 50px;
  padding-bottom: 100px;
  display: block;
  text-align: center;
  color: #4b5955;
  font-size: 14px;
}
#footer-bottom .block-copyright span {
  color: #e9ac98;
}

@font-face {
  font-family: Marcellus;
  src: url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
}
#wrapper-blog {
  margin-top: 2%;
  background-size: cover;
}
#wrapper-blog .page_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 300px;
  width: 406px;
  text-align: center;
}
#wrapper-blog .page_text h1 {
  text-transform: uppercase;
  color: #3e3d3d;
  font-weight: 600;
  font-size: 1.375rem;
  font-family: auto;
}
#wrapper-blog .page_text ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0px !important;
  gap: 4px;
}
#wrapper-blog .page_text ul li {
  font-size: 14px;
  margin: 4px;
  margin: 0 !important;
}
#wrapper-blog .page_text ul li span {
  color: #666;
}
#wrapper-blog .page_text ul a {
  text-decoration: none;
  color: #9faaa7;
}
#wrapper-blog .page_text ul i {
  position: relative;
  font-size: 11px;
  bottom: 1px;
}

#blogss {
  padding-top: 3%;
}
#blogss .blog-cart {
  position: relative;
  margin-bottom: 10%;
}
#blogss .blog-cart .post-thumb {
  width: 470px;
  height: 278px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
#blogss .blog-cart .post-thumb img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
#blogss .blog-cart .post-thumb img:hover {
  transform: scale(1.2);
}
#blogss .blog-cart .post-thumb span {
  position: relative;
  bottom: 29px;
  background: #fff;
  padding: 11px 11px 8px 0px;
}
#blogss .blog-cart .post-thumb span a {
  color: #de9076;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#blogss .blog-cart .post-thumb span:hover a {
  color: #d46f4d;
}
#blogss .blog-cart .post-info {
  padding-top: 21px;
}
#blogss .blog-cart .post-info h3 {
  transition: 0.1s;
  font-family: "Marcellus", serif;
  font-size: 20px;
  font-family: "Marcellus";
  font-weight: 400;
  background-image: linear-gradient(to right, #de9076 50%, #000 50%);
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-background-clip: text;
          background-clip: text;
  transition: background-position 0.4s ease;
  display: inline-block;
  -webkit-text-fill-color: transparent;
}
#blogss .blog-cart .post-info h3:hover {
  background-position: bottom;
  color: #d46f4d;
  background-position: 0 100%;
}
#blogss .blog-cart .post-info .entry-meta {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
#blogss .blog-cart .post-info .entry-meta span {
  color: #4b5955;
  margin: 1px;
}
#blogss .blog-cart .post-info .entry-meta span:nth-child(2) {
  color: #000;
}
#blogss .blog-cart .post-info .entry-meta .time::before {
  content: "/";
  padding-left: 3px;
  padding-right: 5px;
}
#blogss .blog-cart .post-info p {
  font-size: 14px;
  color: #4b5955;
  line-height: 1.8;
  margin-top: 26px;
}
#blogss .blog-cart .post-info a span {
  position: relative;
  padding-bottom: 5px;
  font-size: 16px;
}
#blogss .blog-cart .post-info a span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
#blogss .blog-cart .post-info a span:hover {
  color: #d16d4b;
}
#blogss .blog-cart .post-info a span:hover::after {
  background: #d16d4b;
}
#blogss .blog-cart .post-info a {
  text-decoration: none;
  color: inherit;
}
#blogss .container-blog {
  gap: 26px;
}
#blogss .right-side {
  padding-left: 8px;
}
#blogss .right-side .search-area {
  float: right;
  margin-right: 49px;
}
#blogss .right-side .widget-search {
  width: 121%;
}
#blogss .right-side .widget-search .search-title {
  font-family: Nunito;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-bottom: 13px;
  position: relative;
  left: 9px;
  border-bottom: 1px solid #e7e7e7;
}
#blogss .right-side .wg-search-form {
  position: relative;
  margin-bottom: 8%;
}
#blogss .right-side .wg-search-form input {
  outline: none;
  position: relative;
  left: 2%;
  width: 121%;
  height: 47px;
  border: none;
  background-color: #f3f3f3;
  padding: 16px 30px;
  color: #a8a8a8;
}
#blogss .right-side .wg-search-form button {
  position: absolute;
  top: 0;
  padding: 0;
  height: 47px;
  width: 77px;
  text-align: center;
  background: black;
  border: none;
  left: 95%;
}
#blogss .right-side .wg-search-form button i {
  color: #fff;
  line-height: 56px;
  font-size: 17px;
  position: relative;
  bottom: 3px;
  left: 1px;
}
#blogss .right-side .widget {
  margin-left: 6%;
  width: 100%;
}
#blogss .right-side .widget .widget-title {
  font-family: Nunito;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-bottom: 13px;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}
#blogss .right-side .widget-content {
  margin-left: 6%;
}
#blogss .right-side .widget-content ul {
  padding: 0px !important;
  list-style: none;
}
#blogss .right-side .widget-content ul li {
  cursor: pointer;
  padding: 3px 0;
}
#blogss .right-side .widget-content ul li a:hover {
  color: #e9ac98;
}
#blogss .right-side .widget-content ul li a span {
  margin-left: 4px;
  color: #9faaa7;
}
#blogss .right-side .tagcloud {
  margin-top: 26px;
  margin-left: 15px;
}
#blogss .right-side .tagcloud a {
  color: #626262;
  font-size: 12px !important;
  display: inline-block;
  padding: 7px 15px;
  background-color: #f6f6f6;
  margin-bottom: 6px;
}
#blogss .right-side .tagcloud a:hover {
  color: #fff !important;
  background-color: #de9076;
}
#blogss .right-side .list-posts {
  position: relative;
  left: 6%;
}
#blogss .right-side .list-posts .item-post {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 6%;
  padding-bottom: 3%;
}
#blogss .right-side .list-posts .item-post .post-thumb {
  width: 80px;
  height: 80px;
}
#blogss .right-side .list-posts .item-post .post-thumb img {
  width: 100%;
  height: 100%;
}
#blogss .right-side .list-posts .item-post .post-info {
  margin-left: 4%;
}
#blogss .right-side .list-posts .item-post .post-info h3 {
  line-height: 0;
  padding-bottom: 3px;
  margin-top: 7px;
}
#blogss .right-side .list-posts .item-post .post-info span {
  font-family: Nunito;
  font-size: 11px;
  color: #aaa;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#blogss .right-side .list-posts .item-post .post-info .date-post {
  padding-bottom: 5px !important;
}
#blogss .right-side .list-posts .item-post .post-info a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  padding-bottom: 3px;
}
#blogss .right-side .list-posts .item-post .post-info a:hover {
  color: #e9ac98;
}
#blogss .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 23px;
}
#blogss .pagination button {
  background-color: #de9076;
  border-color: #de9076;
  color: #fff;
  width: 31px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  margin-left: 8px;
  cursor: pointer;
}
#blogss .pagination .left-btn {
  width: 24px;
  height: 24px;
  border: none;
  margin-right: 2px;
}
#blogss .pagination .left-btn i {
  font-size: 11px;
}
#blogss .pagination .right-btn {
  width: 24px;
  height: 24px;
  border: none;
  margin-left: 10px;
}
#blogss .pagination .right-btn i {
  font-size: 11px;
}

hr {
  color: #b4afaf;
}

#footer-top-blog {
  background-color: #f9f9f5;
  padding-top: 3%;
  padding-bottom: 3%;
  margin-top: 69px;
  margin-bottom: 40px;
}
#footer-top-blog .service-item {
  text-align: center;
}
#footer-top-blog .service-item img {
  display: block;
  margin: auto;
  padding-bottom: 20px;
}
#footer-top-blog .service-item .title {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}
#footer-top-blog .service-item p {
  margin-top: 1%;
  font-size: 14px;
  color: #4b5955;
}

#contact {
  padding-top: 54px;
}
#contact .contact-area {
  border-style: solid;
  border-width: 1px;
  border-color: #E3E3E3;
  margin: 0px;
}
#contact .elementor-column-wrap {
  padding: 80px 50px 80px 45px;
}
#contact .elementor-column-wrap h2 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Marcellus";
  text-align: center;
  margin-bottom: 23px;
}
#contact .elementor-column-wrap p {
  color: #4B5955;
  text-align: center;
  font-size: 14px;
  margin-bottom: 38px;
}
#contact .elementor-column .elementor-widget-container {
  border-style: solid;
  border-width: 0 0px 0px 1px;
  border-color: #E3E3E3;
  height: 438px;
  margin-top: 59px;
  padding: 7px 58px;
}
#contact .elementor-column .elementor-widget-container .elementor-form {
  margin-left: 78px;
}
#contact .elementor-column .elementor-widget-container .elementor-form input {
  background-color: #FFF;
  border-color: #CCC;
  border-width: 0 0 1px 0;
  font-size: 14px;
  color: #4B5955;
  width: 339px;
  height: 40px;
  padding-bottom: 6px;
  outline: none;
}
#contact .elementor-column .elementor-widget-container .elementor-form .input-area {
  display: flex;
  gap: 37px;
  margin-bottom: 32px;
}
#contact .elementor-column .elementor-widget-container .elementor-form textarea {
  border-color: #F6F6F6;
  background: #F6F6F6;
  border-width: 1px;
  width: 719px;
  height: 186px;
  font-size: 14px;
  padding: 14px 14px 14px 14px;
  outline: none;
}
#contact .elementor-column .elementor-widget-container .elementor-form button {
  background-color: #E9AC98;
  border-color: #E9AC98;
  display: block;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0 0 0 0;
  padding: 0 15px 0 15px;
  min-height: 59px;
  color: #fff;
  margin-top: 20px;
}

#map {
  margin-top: 60px;
}
#map iframe {
  width: 100%;
}

@font-face {
  font-family: Playball;
  src: url("https://fonts.googleapis.com/css2?family=Playball&display=swap");
}
.contact-background {
  height: 403px;
}

#wrapper-contact {
  margin-top: 2%;
  background-size: cover;
}
#wrapper-contact .page_text .contact-p {
  color: #3b4945;
}
#wrapper-contact .page_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 300px;
  width: 406px;
  text-align: center;
}
#wrapper-contact .page_text h1 {
  text-transform: uppercase;
  color: #3e3d3d;
  font-weight: 600;
  font-size: 1.375rem;
  font-family: auto;
}
#wrapper-contact .page_text ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0px !important;
  gap: 4px;
}
#wrapper-contact .page_text ul li {
  font-size: 14px;
  margin: 4px;
  margin: 0 !important;
}
#wrapper-contact .page_text ul li span {
  color: #666;
}
#wrapper-contact .page_text ul a {
  text-decoration: none;
  color: #9faaa7;
}
#wrapper-contact .page_text ul i {
  position: relative;
  font-size: 11px;
  bottom: 1px;
}

#footer-top-contact {
  border: 1px solid #EDEDED;
  background-color: white;
  padding-top: 6%;
  padding-bottom: 6%;
}
#footer-top-contact .service-item {
  text-align: center;
}
#footer-top-contact .service-item img {
  display: block;
  margin: auto;
  padding-bottom: 20px;
}
#footer-top-contact .service-item .title {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}
#footer-top-contact .service-item p {
  margin-top: 1%;
  font-size: 14px;
  color: #4b5955;
}

hr {
  color: #b4afaf;
}

@font-face {
  font-family: Marcellus;
  src: url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
}
#wrapper-shop {
  margin-top: 2%;
  background-size: cover;
}
#wrapper-shop .page_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 300px;
  width: 406px;
  text-align: center;
}
#wrapper-shop .page_text h1 {
  text-transform: uppercase;
  color: #3e3d3d;
  font-weight: 600;
  font-size: 1.375rem;
  font-family: auto;
}
#wrapper-shop .page_text ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0px !important;
  gap: 4px;
}
#wrapper-shop .page_text ul li {
  font-size: 14px;
  margin: 4px;
  margin: 0 !important;
}
#wrapper-shop .page_text ul li span {
  color: #666;
}
#wrapper-shop .page_text ul a {
  text-decoration: none;
  color: #9faaa7;
}
#wrapper-shop .page_text ul i {
  position: relative;
  font-size: 11px;
  bottom: 1px;
}

#nav-down .top-menu a li {
  font-weight: 700 !important;
}

@font-face {
  font-family: Open Sans;
  src: url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");
}
#shop-responsive-header {
  padding-top: 24px;
}
#shop-responsive-header .bridey-sorting {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
}
#shop-responsive-header .bridey-sorting .filter-toggle {
  width: 57px;
  height: 21px;
  text-align: center;
}
#shop-responsive-header .bridey-sorting .filter-toggle i {
  color: #000;
}
#shop-responsive-header .bridey-sorting .filter-toggle span {
  margin-left: 6px;
}
#shop-responsive-header .bridey-sorting .form-select {
  width: 205px;
  color: gray;
}
#shop-responsive-header .bridey-sorting .form-select:focus {
  box-shadow: none;
  border-color: rgba(128, 128, 128, 0.2117647059);
}

.container-shop {
  width: 94% !important;
}

.pagination ul li:hover {
  display: block;
}
.pagination button {
  background-color: #de9076;
  border-color: #de9076;
  color: #fff;
  width: 31px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  margin-left: 8px;
  cursor: pointer;
}
.pagination button:hover {
  display: block !important;
}

.products-variants-responsive {
  height: 100vh;
  top: 0;
  position: absolute;
  z-index: 5;
  transform: translateX(-239px);
  transition: 0.4s;
  position: fixed;
  padding-top: 10px;
  background: #fff;
  overflow: scroll;
}
.products-variants-responsive h5 {
  text-transform: uppercase;
  color: #000;
  font-size: 17px;
  line-height: 1.8em;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: Lora, serif;
  border-bottom: 1px dashed #bbb;
  margin-left: 17px;
  width: 209px;
}
.products-variants-responsive .dresses-variants h5 {
  font-size: 16px;
}
.products-variants-responsive .dresses-variants ul {
  padding-top: 14px !important;
  list-style: none;
  padding: 0;
}
.products-variants-responsive .dresses-variants ul li {
  margin-bottom: -17px;
}
.products-variants-responsive .dresses-variants ul li .all-dress {
  font-size: 22px;
  position: relative;
  left: 12px;
}
.products-variants-responsive .dresses-variants ul li a .siluet {
  display: inline;
}
.products-variants-responsive .dresses-variants ul li a .siluet img {
  height: 47px;
  width: 51px;
  position: relative;
  bottom: 11px;
}
.products-variants-responsive .dresses-variants ul li a span {
  border-bottom: 1px dashed #bbb;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 1px;
  padding-right: 20%;
  padding-bottom: 2px;
  position: relative;
  display: block;
  position: relative;
  left: 66px;
  bottom: 41px;
  width: 65%;
  font-size: 14px;
}
.products-variants-responsive .dresses-variants ul li a .suit-dress {
  position: relative;
  left: 10px;
}
.products-variants-responsive .dresses-variants ul li a .siluet-sm {
  margin-left: 2%;
}
.products-variants-responsive .dresses-variants ul li a .siluet-sm img {
  width: 48px;
  height: 48px;
}
.products-variants-responsive .product-area h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 17px;
  line-height: 1.8em;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: Lora, serif;
  border-bottom: 1px dashed #bbb;
  margin-left: 17px;
  width: 209px;
}
.products-variants-responsive .product-area p {
  font-size: 14px;
}
.products-variants-responsive .product-area .price-filter .card {
  border: none;
  padding: 0 20px 20px 20px;
}
.products-variants-responsive .product-area .price-filter h4 {
  color: #000;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}
.products-variants-responsive .product-area .price-filter .price-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.products-variants-responsive .product-area .price-filter .price-content .filter-button {
  position: relative;
  bottom: 10px;
}
.products-variants-responsive .product-area .price-filter .price-content .filter-button button {
  border: none;
  font-size: 12px;
  color: #e9ac98;
  background: none;
}
.products-variants-responsive .product-area .price-filter label {
  font-size: 12px;
  font-weight: 500;
}
.products-variants-responsive .product-area .price-filter p {
  font-weight: 600;
}
.products-variants-responsive .product-area .price-filter .range-slider {
  position: relative;
  margin: 15px 0 30px 0;
}
.products-variants-responsive .product-area .price-filter input[type=range] {
  width: 100%;
  background: transparent;
  position: absolute;
  left: 0;
}
.products-variants-responsive .product-area .price-filter input[type=range]::-webkit-slider-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #36b37e;
  cursor: pointer;
  margin-top: -5px;
  position: relative;
  z-index: 1;
}
.products-variants-responsive .product-area .price-filter input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  background: #e9ac98;
  border-radius: 3px;
  border: none;
}
.products-variants-responsive .widget-title-holder h5 {
  font-size: 16px;
}
.products-variants-responsive .widget-title-holder ul {
  padding: 0;
  list-style: none;
  margin-left: 16px;
}
.products-variants-responsive .widget-title-holder ul li {
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding-bottom: 6px;
}
.products-variants-responsive .widget-title-holder ul li a {
  padding-right: 5px;
  font-family: "Open Sans", sans-serif;
}
.products-variants-responsive .widget-title-holder ul li:hover {
  color: #ce56a1;
}
.products-variants-responsive .close span {
  position: relative;
  left: 77%;
  top: 1%;
  color: #000;
}

#sort-area {
  padding-top: 37px;
}
#sort-area .sort-result p {
  color: #000;
  font-weight: 400;
  display: inline;
}
#sort-area .sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Crimson Text";
  text-transform: uppercase;
  width: 919px;
  position: relative;
  left: 29%;
}
#sort-area .form-select {
  color: gray;
  height: 39px;
  width: 205px;
}

hr {
  color: #b4afaf;
}

#wpb_wrapper {
  margin-top: 16px;
}
#wpb_wrapper .product-area h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 17px;
  line-height: 1.8em;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: Lora, serif;
  border-bottom: 1px dashed #bbb;
  margin-left: 17px;
  width: 209px;
}
#wpb_wrapper .product-area .price-filter .card {
  border: none;
  padding: 0 20px 20px 20px;
}
#wpb_wrapper .product-area .price-filter h4 {
  color: #000;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}
#wpb_wrapper .product-area .price-filter .price-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
#wpb_wrapper .product-area .price-filter .price-content .filter-button button {
  border: none;
  background-color: #e9ac98;
  height: 40px;
  width: 90px;
  color: white;
}
#wpb_wrapper .product-area .price-filter label {
  font-size: 12px;
  font-weight: 500;
}
#wpb_wrapper .product-area .price-filter p {
  font-size: 16px;
  font-weight: 600;
}
#wpb_wrapper .product-area .price-filter .range-slider {
  position: relative;
  margin: 15px 0 30px 0;
}
#wpb_wrapper .product-area .price-filter input[type=range] {
  width: 100%;
  background: transparent;
  position: absolute;
  left: 0;
}
#wpb_wrapper .product-area .price-filter input[type=range]::-webkit-slider-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #36b37e;
  cursor: pointer;
  margin-top: -5px;
  position: relative;
  z-index: 1;
}
#wpb_wrapper .product-area .price-filter input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  background: #e9ac98;
  border-radius: 3px;
  border: none;
}
#wpb_wrapper .products-variants {
  padding-top: 10px;
}
#wpb_wrapper .products-variants h5 {
  text-transform: uppercase;
  color: #000;
  font-size: 17px;
  line-height: 1.8em;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: Lora, serif;
  border-bottom: 1px dashed #bbb;
  margin-left: 17px;
  width: 209px;
}
#wpb_wrapper .products-variants .dresses-variants ul {
  padding-top: 14px !important;
  list-style: none;
  padding: 0;
}
#wpb_wrapper .products-variants .dresses-variants ul li {
  margin-bottom: -17px;
}
#wpb_wrapper .products-variants .dresses-variants ul li .all-dress {
  font-size: 22px;
  position: relative;
  left: 12px;
}
#wpb_wrapper .products-variants .dresses-variants ul li a {
  cursor: pointer;
}
#wpb_wrapper .products-variants .dresses-variants ul li a .siluet {
  display: inline;
}
#wpb_wrapper .products-variants .dresses-variants ul li a .siluet img {
  height: 52px;
  width: 52px;
}
#wpb_wrapper .products-variants .dresses-variants ul li a span {
  border-bottom: 1px dashed #bbb;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 1px;
  padding-right: 20%;
  padding-bottom: 2px;
  position: relative;
  display: block;
  position: relative;
  left: 66px;
  bottom: 41px;
  width: 80%;
}
#wpb_wrapper .products-variants .dresses-variants ul li a .suit-dress {
  position: relative;
  left: 10px;
}
#wpb_wrapper .products-variants .dresses-variants ul li a .siluet-sm {
  margin-left: 2%;
}
#wpb_wrapper .products-variants .dresses-variants ul li a .siluet-sm img {
  width: 48px;
  height: 48px;
}
#wpb_wrapper .products-variants .widget-title-holder ul {
  padding: 0;
  list-style: none;
  margin-left: 16px;
}
#wpb_wrapper .products-variants .widget-title-holder ul li {
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  padding-bottom: 6px;
}
#wpb_wrapper .products-variants .widget-title-holder ul li a {
  padding-right: 5px;
  font-family: "Open Sans", sans-serif;
}
#wpb_wrapper .products-variants .widget-title-holder ul li:hover {
  color: #ce56a1;
}
#wpb_wrapper .products-variants .banner {
  width: 227px;
  height: 260px;
  margin-left: 11px;
}
#wpb_wrapper .products-variants .banner img {
  width: 100%;
  height: 100%;
}
#wpb_wrapper .cart {
  position: relative;
  margin-left: 14%;
}
#wpb_wrapper .cart .product-img {
  position: relative;
  overflow: hidden;
}
#wpb_wrapper .cart .product-img .primary-img {
  width: 100%;
  transition: all 0.8s cubic-bezier(0, 0, 0.05, 1);
}
#wpb_wrapper .cart .product-img .secondary-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: 0.8s cubic-bezier(0, 0, 0.2, 1);
}
#wpb_wrapper .cart img {
  width: 100%;
  height: 100%;
}
#wpb_wrapper .cart:hover .product-img .primary-img {
  transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
}
#wpb_wrapper .cart:hover .secondary-img {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
}
#wpb_wrapper .cart:hover .functional-button {
  opacity: 1;
}
#wpb_wrapper .cart .functional-button {
  opacity: 0;
  position: absolute;
  top: 1%;
  right: 2%;
}
#wpb_wrapper .cart .functional-button ul {
  list-style: none;
  display: block;
}
#wpb_wrapper .cart .functional-button ul li {
  padding-bottom: 9%;
}
#wpb_wrapper .cart .functional-button ul li a {
  background: #fff;
  line-height: 25px;
  display: block;
  font-size: 9px;
  padding: 9px 7px 6px 9px;
}
#wpb_wrapper .cart .functional-button ul li a i {
  font-weight: 900;
  color: #9c9595;
  font-size: 16px;
}
#wpb_wrapper .cart .functional-button ul li a:hover {
  background: #e9ac98;
}
#wpb_wrapper .cart .functional-button ul li a:hover i {
  color: #fff;
}
#wpb_wrapper .cart .new {
  font-size: 13px;
  width: 41px;
  padding: 1px 4px 1px 8px;
  position: absolute;
  z-index: 4;
  top: 1%;
  left: 3%;
  background-color: #fff;
  font-family: auto;
}
#wpb_wrapper .load-more {
  display: flex;
  justify-content: center;
  align-items: center;
}
#wpb_wrapper .load-more .btn-more {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 17px;
  border-radius: 5px;
  color: #58525e;
  font-family: Roboto, Helvetica Neue, sans-serif;
  text-decoration: none;
  border: 1px solid #b8b8b8;
  padding: 11px 19px 11px 12px;
  font-size: 14px;
  display: block;
  background: linear-gradient(to right, #e9ac98 50%, #fff2f2 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.2s ease-out;
}
#wpb_wrapper .load-more .btn-more:hover {
  background-position: left bottom;
  border: none;
  padding: 13px 30px 13px 12px;
  padding-left: 3%;
}
#wpb_wrapper .load-more .btn-more:hover i {
  position: absolute;
  left: 18%;
  top: 15px;
  transition: all 0.2s ease-out;
}
#wpb_wrapper .product-name {
  text-align: center;
}
#wpb_wrapper .product-name span:nth-child(1) {
  display: block;
  padding-top: 8px;
  font-weight: 500;
  color: #9faaa7;
  font-size: 14px;
  line-height: 30px;
}
#wpb_wrapper .product-name span:nth-child(2) {
  color: #000;
  font-size: 14px;
}
#wpb_wrapper .product-price .price {
  color: #e9ac98;
  font-size: 16px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

#footer-top-shop {
  border: 1px solid #EDEDED;
  background-color: white;
  padding-top: 6%;
  padding-bottom: 6%;
}
#footer-top-shop .service-item {
  text-align: center;
}
#footer-top-shop .service-item img {
  display: block;
  margin: auto;
  padding-bottom: 20px;
}
#footer-top-shop .service-item .title {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}
#footer-top-shop .service-item p {
  margin-top: 1%;
  font-size: 14px;
  color: #4b5955;
}

@font-face {
  font-family: Marcellus;
  src: url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
}
#wrapper-productDetail {
  margin-top: 2%;
  background-size: cover;
}
#wrapper-productDetail .page_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 300px;
  width: 406px;
  text-align: center;
}
#wrapper-productDetail .page_text h1 {
  text-transform: uppercase;
  color: #3e3d3d;
  font-weight: 600;
  font-size: 1.375rem;
  font-family: auto;
}
#wrapper-productDetail .page_text ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0px !important;
  gap: 4px;
}
#wrapper-productDetail .page_text ul li {
  font-size: 14px;
  margin: 4px;
  margin: 0 !important;
}
#wrapper-productDetail .page_text ul li span {
  color: #666;
}
#wrapper-productDetail .page_text ul a {
  text-decoration: none;
  color: #9faaa7;
}
#wrapper-productDetail .page_text ul i {
  position: relative;
  font-size: 11px;
  bottom: 1px;
}

#product-detail {
  padding-top: 2%;
  background: #f9f6f6;
}
#product-detail .prod-info-vertical {
  position: relative;
  top: 1%;
}
#product-detail .prod-info-vertical .breadcrumb ul {
  padding: 0px;
  display: flex;
  gap: 5px;
}
#product-detail .prod-info-vertical .breadcrumb ul li {
  list-style: none;
}
#product-detail .prod-info-vertical .breadcrumb ul li a {
  text-decoration: none;
  color: #e46f49;
  font-size: 12px;
}
#product-detail .prod-info-vertical .add-button {
  width: 180px;
  height: 40px;
  background: #b47259;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
#product-detail .prod-thumb-left {
  float: right;
  position: relative;
  right: 62px;
  margin-bottom: 23%;
}
#product-detail .prod-thumb-left img {
  width: 575px;
}
#product-detail .prod-thumb-left .prod-images {
  display: flex;
  gap: 16px;
  margin-top: 10px;
}
#product-detail .prod-thumb-left .prod-images .item {
  width: 180px;
  height: 180px;
}
#product-detail .prod-thumb-left .prod-images .item img {
  width: 100%;
  height: 100%;
}
#product-detail .prod-info_ {
  margin-bottom: 32px;
}
#product-detail .prod-info_ .category-name {
  color: #b47259;
  font-size: 21px;
  position: relative;
  top: 9px;
}
#product-detail .prod-info_ .prod-name {
  font-size: 20px;
  color: #b47259;
  position: relative;
  bottom: 9px;
}
#product-detail .prod-info_ h1 {
  display: inline;
  font-size: 17px;
  color: #5c3c30;
  font-weight: 700;
}
#product-detail .prod-info_ .category {
  position: relative;
  top: 9px;
}
#product-detail .prod-info_ .count-review {
  display: inline-block;
  margin-left: 6px;
}
#product-detail .prod-info_ .count-review span {
  font-size: 19px;
  color: #5c3c30;
}
#product-detail .social {
  display: inline;
  font-size: 17px;
  color: #5c3c30;
  font-weight: 700;
}
#product-detail .socialShare {
  margin-bottom: 16px;
}
#product-detail .socialShare span {
  margin-left: 4px;
}
#product-detail .socialShare span a {
  width: 16px;
  height: 16px;
}
#product-detail .socialShare span a i {
  font-size: 17px;
  color: #b36c52;
}
#product-detail .prod-info-tag {
  display: flex;
  border-bottom: 1px solid #c9bbbb;
  width: 99%;
}
#product-detail .prod-info-tag .goods-tags-item {
  text-transform: uppercase;
  margin-right: 12px;
  margin-bottom: 16px;
  padding: 0 5px;
  font-size: 12px;
  color: #5c3c30;
  font-family: Arial;
  font-weight: 600;
  height: 17px;
}
#product-detail .prod-info-tag .is-new {
  background-color: #f0bd47;
  width: 40px;
}
#product-detail .prod-info-tag .is-free-shipping {
  width: 106px;
  background-color: #ff898d;
}
#product-detail .prod-price {
  padding-top: 7px;
}
#product-detail .prod-price span {
  font-size: 24px;
  font-family: auto;
  color: #5c3c30;
}
#product-detail .prod-info-extra {
  background: #fff;
  padding: 0 16px;
  height: 50px;
  display: flex;
  align-items: center;
  width: 530px;
  gap: 5px;
  border-bottom: 1px solid #c9bbbb;
  margin-bottom: 13px;
  position: relative;
}
#product-detail .prod-info-extra .color {
  font-size: 14px;
  font-weight: 700;
  color: #5c3c30;
}
#product-detail .prod-info-extra .colorName {
  color: #5c3c30;
  font-size: 16px;
}
#product-detail .prod-size .size {
  font-size: 14px;
  font-weight: 700;
  color: #5c3c30;
  border-bottom: 3px solid #ff7176;
}
#product-detail .prod-size .style-select-item-size {
  padding-top: 10px;
}
#product-detail .prod-size .style-select-item-size span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  border: 1px solid #bfbfbf;
  margin-right: 12px;
  margin-bottom: 10px;
  padding: 0 8px;
  cursor: pointer;
  box-sizing: border-box;
  min-width: 80px;
}
#product-detail .prod-size .style-select-item-size span:hover {
  background: #b47259;
  color: #fff;
  border: none;
}
#product-detail .clearfix {
  padding-top: 3%;
  display: flex;
}
#product-detail .clearfix .number span {
  cursor: pointer;
}
#product-detail .clearfix .number .minus,
#product-detail .clearfix .number .plus {
  width: 20px;
  height: 29px;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 8px 5px 8px 5px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0px;
  color: #b47259;
  font-size: 18px;
}
#product-detail .clearfix .number input {
  height: 34px;
  width: 68px;
  text-align: center;
  font-size: 26px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  color: #b47259;
}
#product-detail .prod-info-time {
  position: relative;
  display: flex;
  padding: 27px;
  background-color: #fff;
  width: 100%;
  position: relative;
  top: 23px;
  height: 145px;
}
#product-detail .prod-info-time span i {
  font-size: 44px;
  color: #f0bd47;
  position: relative;
  top: 8px;
  left: 14%;
}
#product-detail .prod-info-time .info-a {
  margin-left: 27px;
}
#product-detail .prod-info-time .info-a .prod-info-time__right {
  margin-top: -4px;
  display: block;
}
#product-detail .prod-info-time .info-a .prod-info-time__right span {
  font-size: 13px;
  color: #5c3c30;
}
#product-detail .prod-info-time .info-a .prod-info-time__right .ship-to-country-name {
  font-weight: 700;
}
#product-detail .prod-info-time .info-a .prod-info-time__right .faq-delivery-time {
  font-weight: 700;
}
#product-detail .prod-info-time .prod-info-text {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 34%;
}
#product-detail .prod-info-time .prod-info-text p {
  color: #999999;
  font-size: 12px;
  position: absolute;
  top: 5px;
  right: 8%;
}
#product-detail .complete-look-content {
  display: flex;
  position: relative;
  top: 84px;
}
#product-detail .complete-look-content .tab-info ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#product-detail .complete-look-content .tab-info ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}
#product-detail .complete-look-content .tab-info ul.tabs li.current {
  background: #b47259;
  color: #fff;
}
#product-detail .complete-look-content .tab-info .tab-content {
  display: none;
  background: #fff;
  padding: 15px;
}
#product-detail .complete-look-content .tab-info .tab-content .user-area {
  align-items: center;
  margin-bottom: 43px;
  padding-left: 5px;
}
#product-detail .complete-look-content .tab-info .tab-content .user-area .user-img img {
  border-radius: 50%;
  width: 77px;
  height: 77px;
}
#product-detail .complete-look-content .tab-info .tab-content .user-area .user-info {
  margin-left: 22px;
  margin-bottom: 14px;
}
#product-detail .complete-look-content .tab-info .tab-content .user-area .user-info h2 {
  font-size: 16px;
  color: #5c6864;
  margin: 0px;
}
#product-detail .complete-look-content .tab-info .tab-content .user-area .user-info span {
  font-size: 13px;
}
#product-detail .complete-look-content .tab-info .tab-content .user-area .user-info p {
  font-size: 14px;
  line-height: 24px;
  color: #4b5955;
}
#product-detail .complete-look-content .tab-info .tab-content .info-for-user {
  padding-left: 24px;
}
#product-detail .complete-look-content .tab-info .tab-content.current {
  display: inherit;
}
#product-detail .complete-look-content .tab-info .tab-content.current p {
  font-size: 14px;
  line-height: 24px;
  color: #4b5955;
  margin: 0px;
}
#product-detail .complete-look-content .tab-info .tab-content.current h6 {
  margin: 9px 23px;
  font-family: "Marcellus";
  margin-bottom: 34px;
}
#product-detail .complete-look-content .tab-info #tab-1 p {
  font-size: 14px;
  line-height: 24px;
  color: #4b5955;
}
#product-detail .complete-look-content .tab-info #tab-2 .product-features div {
  display: flex;
}
#product-detail .complete-look-content .tab-info #tab-2 .name {
  width: 49%;
  float: left;
  font-weight: 400;
  background: #ffeeee;
  padding: 0.625rem;
  margin-right: 1%;
  color: #666;
  font-size: 14px;
}
#product-detail .complete-look-content .tab-info #tab-2 .value {
  width: 49%;
  float: left;
  font-weight: 400;
  background: #f7f7f7;
  padding: 0.625rem;
  margin-right: 1%;
  color: #666;
  font-size: 14px;
}
#product-detail .complete-look-content .tab-info .label {
  display: block;
  margin: 25px 23px -23px;
  color: rgba(0, 0, 0, 0.4705882353);
  font-family: "Open Sans";
  font-size: 17px;
  color: gray;
  line-height: 27px;
}
#product-detail .complete-look-content .tab-info .label label {
  color: rgba(0, 0, 0, 0.4705882353);
}
#product-detail .complete-look-content .tab-info .input {
  margin: 20px 18px -10px 22px;
}
#product-detail .complete-look-content .tab-info .input input {
  height: 60px;
  border: 1px solid rgba(128, 128, 128, 0.35);
  outline: none;
  width: 100%;
  padding: 20px;
}
#product-detail .complete-look-content .tab-info .submit-button {
  margin: 35px 20px 10px 24px;
}
#product-detail .complete-look-content .tab-info .submit-button button {
  width: 130px;
  height: 50px;
  background-color: #b97a56;
  color: white;
  border: none;
  font-family: initial;
  transition: 0.7s;
  border-radius: 5px;
}
#product-detail .complete-look-content .tab-info .submit-button button:hover {
  color: #fff;
  background-color: #e38c5a;
  transition: 0.7s;
}
#product-detail .complete-look-content .tab-info textarea {
  height: 73px;
  width: 93%;
  margin: 0px 23px;
  border: 1px solid rgba(128, 128, 128, 0.3803921569);
  padding: 20px;
  font-size: 15px;
  outline: none;
}

hr {
  color: #b4afaf;
}

.detail-container {
  max-width: 1370px !important;
}

#related-products {
  padding-top: 6%;
}
#related-products .relatade-products-container {
  max-width: 1425px !important;
}
#related-products .prod-carousel {
  padding-top: 3%;
}
#related-products .prod-carousel .rel-product img {
  width: 250px;
  height: 316px;
}
#related-products .prod-carousel .rel-product .py-3 span {
  font-size: 14px;
  color: #5c3c30;
  font-weight: 600;
}
#related-products #slick-slide-control00::before {
  color: #5c3c30;
}

@font-face {
  font-family: Marcellus;
  src: url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
}
#wrapper-blogDetail {
  margin-top: 2%;
  background-size: cover;
}
#wrapper-blogDetail .page_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 300px;
  width: 406px;
  text-align: center;
}
#wrapper-blogDetail .page_text h1 {
  text-transform: uppercase;
  color: #3e3d3d;
  font-weight: 600;
  font-size: 1.375rem;
  font-family: auto;
}
#wrapper-blogDetail .page_text ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0px !important;
  gap: 4px;
}
#wrapper-blogDetail .page_text ul li {
  font-size: 14px;
  margin: 4px;
  margin: 0 !important;
}
#wrapper-blogDetail .page_text ul li span {
  color: #666;
}
#wrapper-blogDetail .page_text ul a {
  text-decoration: none;
  color: #9faaa7;
}
#wrapper-blogDetail .page_text ul i {
  position: relative;
  font-size: 11px;
  bottom: 1px;
}

#site-content {
  padding-top: 81px;
  border-bottom: 1px solid;
  border-color: #ebebeb;
}
#site-content .post-thumbnail {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
}
#site-content .post-thumbnail img {
  width: 100%;
  height: 100%;
}
#site-content .entry-header {
  border-bottom: 1px solid;
  border-bottom-color: #ebebeb;
  padding-bottom: 17px;
  margin-top: 13px;
  margin-bottom: 22px;
}
#site-content .entry-header .blog-category {
  color: #4b5955;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
#site-content .entry-header .blog-category::after {
  content: "/";
  padding-left: 3px;
  padding-right: 5px;
}
#site-content .entry-header .post-author {
  color: #4b5955;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
#site-content .entry-header .posted-on {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #4b5955;
}
#site-content .entry-header .posted-on::before {
  content: "/";
  padding-left: 3px;
  padding-right: 5px;
}
#site-content .entry-header .posted-on i {
  margin: 5px;
}
#site-content .entry-content {
  width: 100%;
}
#site-content .entry-content p {
  font-size: 14px;
  color: #4b5955;
  line-height: 1.8;
  font-family: "Helvetica";
  text-align: justify;
}
#site-content .related-posts-title h3 {
  font-family: auto;
  color: #b0948a;
  font-family: "Marcellus";
  margin-bottom: 20px;
}
#site-content .related-posts-title h5 {
  font-family: auto;
  color: #b0948a;
  font-family: Marcellus;
  margin-top: 17px;
}
#site-content .related-posts-title img {
  width: 274px;
  height: 200px;
}
#site-content .related-posts-title .post-info-author-text {
  color: inherit;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #aaa7a7;
}
#site-content .related-posts-title .author-text {
  color: #676767;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
}
#site-content .related-posts-title .author-text:after {
  content: "/";
  color: #676767;
  font-size: 12px;
  position: relative;
  bottom: 1px;
}
#site-content .related-posts-title .date {
  color: #676767;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
#site-content .count-comment {
  font-size: 40px;
  font-family: Marcellus;
  font-weight: 400;
  font-style: normal;
}
#site-content .comment-list-wrap {
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: #ebebeb;
  padding-top: 35px;
  width: 100%;
  margin-top: 54px;
}
#site-content .comment-body {
  margin-top: 37px;
  border-bottom: 1px solid;
  border-color: #ebebeb;
}
#site-content .comment-body .comment-meta-left img {
  width: 50px;
  height: auto;
  border-radius: 50%;
}
#site-content .comment-body .comment-meta-right {
  position: relative;
  left: 23px;
}
#site-content .comment-body .comment-meta-right .comment-reply-link {
  color: #de9076;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  bottom: 9px;
}
#site-content .comment-body .comment-meta-right .commentmetadata {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 12px;
}
#site-content .comment-body .comment-meta-right .commentmetadata .date {
  color: #9faaa7;
  font-size: 13px;
}
#site-content .comment-body .comment-meta-right .comment-text {
  font-size: 14px;
  color: #4b5955;
  line-height: 1.8;
}
#site-content .top-respond {
  color: #000;
  font-size: 40px;
  font-family: "Marcellus";
  display: block;
  margin-top: 22px;
}
#site-content p {
  margin-top: 25px;
  color: #4b5955;
  margin: 8px 0px;
}
#site-content p span {
  color: #e2401c;
  padding-left: 3px;
}
#site-content form {
  padding-bottom: 68px;
}
#site-content form .inputs-area {
  display: flex;
  justify-content: space-between;
}
#site-content form .inputs-area input {
  background-color: #fff;
  color: #4b5955;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ccc;
  box-sizing: border-box;
  font-weight: 400;
  border-radius: 0;
  outline: 0;
  padding: 3% 3% 1% 0%;
  width: 31%;
}
#site-content form textarea {
  display: block;
  background: #f6f6f6;
  border: 1px solid transparent;
  padding: 1em;
  width: 100%;
  margin-top: 23px;
  height: 231px;
}
#site-content form label {
  color: #4b5955;
  line-height: 1.8;
  font-size: 15px;
  font-weight: 400;
  margin-left: 11px;
}
#site-content form .comment-form {
  margin-top: 22px;
}
#site-content form button {
  padding: 9px;
  background-color: #de9076;
  border-color: #de9076;
  color: #fff;
  margin-top: 24px;
  height: 42px;
  border: none;
}
#site-content .categories-2 {
  margin-left: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #ebebeb;
  padding: 24px;
  height: 211px;
}
#site-content .categories-2 .title {
  font-family: Marcellus;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid;
  border-bottom-color: #ebebeb;
  display: block;
  width: 94%;
  padding-bottom: 10px;
}
#site-content .categories-2 ul {
  list-style: none;
  padding: 0px;
  margin-top: 10px;
}
#site-content .categories-2 ul li {
  line-height: 29px;
}
#site-content .categories-2 ul li a {
  cursor: pointer;
}
#site-content .categories-2 ul li a:hover {
  color: #de9076;
}
#site-content .categories-2 ul li span {
  color: #9faaa7;
  margin-left: 4px;
}
#site-content .recent-posts {
  margin-left: 20px;
  border-style: solid;
  border-color: #ebebeb;
  border-width: 1px;
  margin-top: 26px;
  padding: 24px 24px 0px 24px;
}
#site-content .recent-posts .title {
  font-family: Marcellus;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid;
  border-bottom-color: #ebebeb;
  display: block;
  width: 94%;
  padding-bottom: 10px;
}
#site-content .recent-posts ul {
  list-style: none;
  padding: 0px;
  margin-top: 22px;
}
#site-content .recent-posts ul li {
  margin-bottom: 23px;
  display: flex;
  justify-content: space-between;
}
#site-content .recent-posts ul li a {
  text-decoration: none;
}
#site-content .recent-posts .recent-posts-thumbnail {
  width: 103px;
  height: 95px;
}
#site-content .recent-posts .recent-posts-thumbnail img {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
#site-content .recent-posts .recent-posts-info {
  width: 224px;
  height: 100px;
  margin-right: 3px;
  margin-top: 7px;
}
#site-content .recent-posts .recent-posts-info .post-title {
  cursor: pointer;
}
#site-content .recent-posts .recent-posts-info .post-title span {
  margin-right: 25px;
  font-size: 14px;
  color: #3e3d3d;
  font-weight: 700;
}
#site-content .recent-posts .recent-posts-info .post-title span:hover {
  color: #de9076;
}
#site-content .recent-posts .recent-posts-info .post-date {
  display: block;
  font-size: 12px;
  color: #b0b0b0;
  margin-top: 6px;
}
#site-content .widget_tag_cloud {
  margin-left: 20px;
  border-style: solid;
  border-color: #ebebeb;
  border-width: 1px;
  margin-top: 26px;
  padding: 27px 17px;
}
#site-content .widget_tag_cloud .title {
  font-family: Marcellus;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid;
  border-bottom-color: #ebebeb;
  display: block;
  width: 94%;
  padding-bottom: 10px;
}
#site-content .widget_tag_cloud .tagcloud {
  margin-top: 26px;
}
#site-content .widget_tag_cloud .tagcloud a {
  color: #626262;
  font-size: 12px !important;
  display: inline-block;
  padding: 7px 15px;
  background-color: #f6f6f6;
  margin-bottom: 6px;
}
#site-content .widget_tag_cloud .tagcloud a:hover {
  color: #fff !important;
  background-color: #de9076;
}

#footer-top-blog-detail {
  border: 1px solid #EDEDED;
  background-color: white;
  padding-top: 6%;
  padding-bottom: 6%;
}
#footer-top-blog-detail .service-item {
  text-align: center;
}
#footer-top-blog-detail .service-item img {
  display: block;
  margin: auto;
  padding-bottom: 20px;
}
#footer-top-blog-detail .service-item .title {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}
#footer-top-blog-detail .service-item p {
  margin-top: 1%;
  font-size: 14px;
  color: #4b5955;
}

hr {
  color: #b4afaf;
}

@font-face {
  font-family: Marcellus;
  src: url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
}
#wrapper-basket {
  margin-top: 2%;
  background-size: cover;
}
#wrapper-basket .page_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 300px;
  width: 406px;
  text-align: center;
}
#wrapper-basket .page_text h1 {
  text-transform: uppercase;
  color: #3e3d3d;
  font-weight: 600;
  font-size: 1.375rem;
  font-family: auto;
}
#wrapper-basket .page_text ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0px !important;
  gap: 4px;
}
#wrapper-basket .page_text ul li {
  font-size: 14px;
  margin: 4px;
  margin: 0 !important;
}
#wrapper-basket .page_text ul li span {
  color: #666;
}
#wrapper-basket .page_text ul a {
  text-decoration: none;
  color: #9faaa7;
}
#wrapper-basket .page_text ul i {
  position: relative;
  font-size: 11px;
  bottom: 1px;
}

#basket-table .table-area {
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 transparent, 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
  border-radius: 4px;
  padding-bottom: 32px;
  padding-left: 36px;
}
#basket-table .table-products {
  margin-top: 53px;
  background: #fff;
  padding-top: 6px;
}
#basket-table .table-products .table th {
  height: 48px;
  text-align: center;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: black;
}
#basket-table th {
  padding: 16px;
}
#basket-table tbody td {
  padding: 8px;
  text-align: center;
  width: 203px;
  height: 103px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  text-decoration: none;
  font-weight: 500;
}
#basket-table tbody td:nth-child(2) {
  padding-top: 55px;
}
#basket-table tbody td:nth-child(3) {
  padding-top: 55px;
  font-size: 21px;
  font-weight: 500;
}
#basket-table tbody td:nth-child(4) {
  padding-top: 55px;
}
#basket-table tbody td:nth-child(4) button {
  padding: 0;
  min-width: 0;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  line-height: 40px;
  outline: none;
  border: none;
  background-color: white;
  cursor: pointer;
}
#basket-table tbody td:nth-child(4) button i {
  color: rgba(0, 0, 0, 0.54);
}
#basket-table tbody td:nth-child(6) {
  padding-top: 55px;
  cursor: pointer;
}
#basket-table tbody td:nth-child(5) {
  padding-top: 55px;
}
#basket-table tbody td a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  text-decoration: none;
  font-weight: 500;
}
#basket-table tbody td img {
  width: 135px;
  height: 133px;
  margin-right: 2px;
}
#basket-table tbody td input {
  width: 80px;
  text-align: center;
  background-color: #eee;
  height: 35px;
  border: 1px solid #e5e5e5;
  color: rgba(0, 0, 0, 0.54);
}
#basket-table tbody .price {
  padding-top: 38px;
  font-size: 21px;
  font-weight: 500;
  color: #b47259;
}
#basket-table .footer-wish {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#basket-table .footer-wish .shop {
  margin-left: 20px;
  margin-top: 2px;
  background-color: #e9ac98;
  border-color: #e9ac98;
  text-align: center;
  cursor: pointer;
  width: 181px;
  height: 49px;
}
#basket-table .footer-wish .shop a {
  color: #fff;
  text-decoration: none;
}
#basket-table .footer-wish .total-price {
  font-weight: 500;
  font-size: 17px;
  margin-right: 44px;
}

hr {
  color: #b4afaf;
}

@font-face {
  font-family: Marcellus;
  src: url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
}
#wrapper-wishlist {
  margin-top: 2%;
  background-size: cover;
}
#wrapper-wishlist .page_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 300px;
  width: 406px;
  text-align: center;
}
#wrapper-wishlist .page_text h1 {
  text-transform: uppercase;
  color: #3e3d3d;
  font-weight: 600;
  font-size: 1.375rem;
  font-family: auto;
}
#wrapper-wishlist .page_text ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0px !important;
  gap: 4px;
}
#wrapper-wishlist .page_text ul li {
  font-size: 14px;
  margin: 4px;
  margin: 0 !important;
}
#wrapper-wishlist .page_text ul li span {
  color: #666;
}
#wrapper-wishlist .page_text ul a {
  text-decoration: none;
  color: #9faaa7;
}
#wrapper-wishlist .page_text ul i {
  position: relative;
  font-size: 11px;
  bottom: 1px;
}

#wishlist-table .table-area {
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 transparent, 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
  border-radius: 4px;
  padding-bottom: 32px;
}
#wishlist-table .table-products {
  margin-top: 53px;
  background: #fff;
  padding-top: 6px;
}
#wishlist-table .table-products .table th {
  height: 48px;
  text-align: center;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: black;
}
#wishlist-table th {
  padding: 16px;
}
#wishlist-table tbody td {
  padding: 8px;
  text-align: center;
  width: 203px;
  height: 103px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  text-decoration: none;
  font-weight: 500;
}
#wishlist-table tbody td:nth-child(2) {
  padding-top: 55px;
}
#wishlist-table tbody td:nth-child(3) {
  padding-top: 55px;
  font-size: 21px;
  font-weight: 500;
}
#wishlist-table tbody td:nth-child(4) {
  padding-top: 55px;
}
#wishlist-table tbody td:nth-child(4) button {
  padding: 0;
  min-width: 0;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  line-height: 40px;
  outline: none;
  border: none;
  background-color: white;
  cursor: pointer;
}
#wishlist-table tbody td:nth-child(4) button i {
  color: rgba(0, 0, 0, 0.54);
}
#wishlist-table tbody td a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1rem;
  text-decoration: none;
  font-weight: 500;
}
#wishlist-table tbody td img {
  width: 135px;
  height: 133px;
}
#wishlist-table tbody .price {
  padding-top: 38px;
  font-size: 21px;
  font-weight: 500;
  color: #b47259;
}
#wishlist-table .footer-wish {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wishlist-table .footer-wish .shop {
  margin-left: 71px;
  margin-top: 2px;
  background-color: #e9ac98;
  border-color: #e9ac98;
  text-align: center;
  cursor: pointer;
  width: 181px;
  height: 49px;
}
#wishlist-table .footer-wish .shop a {
  color: #fff;
  text-decoration: none;
}
#wishlist-table .footer-wish .total-price {
  font-weight: 500;
  font-size: 17px;
  margin-right: 90px;
}

#footer-top-wishlist {
  border: 1px solid #EDEDED;
  background-color: white;
  padding-top: 6%;
  padding-bottom: 6%;
}
#footer-top-wishlist .service-item {
  text-align: center;
}
#footer-top-wishlist .service-item img {
  display: block;
  margin: auto;
  padding-bottom: 20px;
}
#footer-top-wishlist .service-item .title {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}
#footer-top-wishlist .service-item p {
  margin-top: 1%;
  font-size: 14px;
  color: #4b5955;
}

hr {
  color: #b4afaf;
}

@font-face {
  font-family: Marcellus;
  src: url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
}
#wrapper-about {
  margin-top: 2%;
  background-size: cover;
}
#wrapper-about .page_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 300px;
  width: 406px;
  text-align: center;
}
#wrapper-about .page_text h1 {
  text-transform: uppercase;
  color: #3e3d3d;
  font-weight: 600;
  font-size: 1.375rem;
  font-family: auto;
}
#wrapper-about .page_text ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0px !important;
  gap: 4px;
}
#wrapper-about .page_text ul li {
  font-size: 14px;
  margin: 4px;
  margin: 0 !important;
}
#wrapper-about .page_text ul li span {
  color: #666;
}
#wrapper-about .page_text ul a {
  text-decoration: none;
  color: #9faaa7;
}
#wrapper-about .page_text ul i {
  position: relative;
  font-size: 11px;
  bottom: 1px;
}

#story-content {
  padding-top: 5%;
}
#story-content .block-ApImage {
  width: 80%;
  height: 100%;
  margin-left: 3%;
}
#story-content .block-ApImage img {
  width: 100%;
  height: 100%;
}
#story-content .content-text {
  text-align: center;
  margin-right: 15%;
  position: relative;
  top: 5%;
}
#story-content .content-text .intro-text h4 {
  font-family: "WindSong", cursive;
  font-size: 60px;
  color: #213e36;
}
#story-content .text-about {
  position: relative;
  top: 22px;
  left: 7%;
  padding: 0% 14% 0% 6%;
}
#story-content .text-about p {
  font-size: 14px;
  line-height: 24px;
  color: #4b5955;
  text-align: justify;
}
#story-content .image-form {
  position: relative;
  top: 41px;
}
#story-content .image-form img {
  width: 97%;
  height: 94%;
}
#story-content .container-about {
  height: 782px;
}

.btn-hov {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 17px;
  font-family: Roboto, Helvetica Neue, sans-serif;
  text-decoration: none;
  border: 1px solid #58525e;
  font-size: 11px;
  height: 56px;
  width: 148px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  background: linear-gradient(to right, #e9ac98 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
}
.btn-hov i {
  position: relative;
  left: 7%;
}

#our-contact {
  padding-top: 7%;
}
#our-contact .blok-ApRawHtml {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
#our-contact .blok-ApRawHtml .contact-area {
  text-align: center;
  width: 630px;
  padding-top: 4%;
  padding-bottom: 6%;
  font-size: 24px;
  line-height: 36px;
  color: #000;
}
#our-contact .blok-ApRawHtml .contact-area a {
  left: 39%;
  padding: 11px 12px 17px 17px;
}
#our-contact .blok-ApRawHtml .contact-area a:hover {
  color: #000;
  padding: 11px 35px 17px 17px;
  background-position: left bottom;
  border: none;
  text-align: right;
}
#our-contact .blok-ApRawHtml .contact-area a:hover i {
  position: absolute;
  left: 20%;
  top: 24px;
  transition: all 0.5s ease-out;
}

#title_block .sub-title {
  text-align: center;
  padding-top: 8%;
}
#title_block .sub-title h2 {
  font-size: 50px;
  font-family: "Marcellus";
  font-weight: 400;
}
#title_block .sub-title img {
  margin-top: 9px;
}
#title_block .sub-title p {
  color: #e9ac98 !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

#about-box {
  padding-top: 6%;
}
#about-box .about-item .top {
  align-items: center;
}
#about-box .about-item .top .icon {
  width: 37px;
  height: 37px;
}
#about-box .about-item .top .icon img {
  width: 100%;
  height: 100%;
}
#about-box .about-item .top .title {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  padding-left: 20px;
  width: 147px;
}
#about-box .about-item p {
  margin-top: 36px;
  margin-bottom: 54px;
  text-align: justify;
  font-size: 14px;
  line-height: 24px;
  color: #4b5955;
}
#about-box .about-item a {
  padding: 20px 12px 17px 17px;
}
#about-box .about-item a:hover {
  color: #000;
  padding: 23px 35px 17px 17px;
  background-position: left bottom;
  border: none;
  text-align: right;
}
#about-box .about-item a:hover i {
  position: absolute;
  left: 20%;
  top: 26px;
  transition: all 0.5s ease-out;
}
#about-box .about-item .our-btn {
  padding: 20px 23px 17px 20px;
}
#about-box .about-item .our-btn:hover {
  padding: 23px 12px 17px 0px;
}
#about-box .about-item .our-btn:hover i {
  left: 15%;
}
#about-box .about-item .our-bt {
  padding: 21px 11px 17px 0px;
}
#about-box .about-item .our-bt:hover {
  padding: 22px 17px 17px 17px;
}
#about-box .about-item .our-bt:hover i {
  left: 23%;
  top: 24px;
}
#about-box .about-item .about-cont {
  margin-bottom: 80px;
}

#block-carousel-about {
  margin-top: 3%;
}
#block-carousel-about .swiper-button-next {
  display: none !important;
}
#block-carousel-about .swiper-button-prev {
  display: none !important;
}
#block-carousel-about .swiper-pagination {
  bottom: 120px;
  gap: di;
  display: flex;
  justify-content: center;
  gap: 22px;
}
#block-carousel-about .swiper-pagination .swiper-pagination-bullet {
  background-color: #000;
  width: 3px;
  height: 3px;
}
#block-carousel-about .owl-item {
  height: 572px;
}
#block-carousel-about .owl-item .block-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3%;
}
#block-carousel-about .owl-item .block-image img {
  height: 100%;
}
#block-carousel-about .owl-item .slider-content {
  width: 625px;
  text-align: center;
  position: absolute;
  left: 29%;
  top: 20%;
}
#block-carousel-about .owl-item .slider-content .descript {
  padding-top: 4%;
  color: #000;
  font-size: 21px;
  font-style: italic;
  line-height: 40px;
  text-align: center;
}
#block-carousel-about .owl-item .slider-content .user-img img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-top: -11px;
}
#block-carousel-about .owl-item .title {
  width: 105px;
  position: relative;
  left: 42%;
  top: 23px;
  color: #000;
  text-transform: uppercase;
}
#block-carousel-about .owl-item .title::after {
  right: -70px;
  content: "";
  height: 1px;
  width: 40px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#block-carousel-about .owl-item .title::before {
  left: -70px;
  content: "";
  height: 1px;
  width: 40px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#block-carousel-about .owl-item .job {
  margin-top: 28px;
}

#footer-top-about {
  border: 1px solid #EDEDED;
  background-color: white;
  padding-top: 6%;
  padding-bottom: 6%;
}
#footer-top-about .service-item {
  text-align: center;
}
#footer-top-about .service-item img {
  display: block;
  margin: auto;
  padding-bottom: 20px;
}
#footer-top-about .service-item .title {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}
#footer-top-about .service-item p {
  margin-top: 1%;
  font-size: 14px;
  color: #4b5955;
}

hr {
  color: #b4afaf;
}

@font-face {
  font-family: Great Vibes;
  src: url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
}
#wrapper-register {
  margin-top: 2%;
  background-size: cover;
}
#wrapper-register .page_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 300px;
  width: 406px;
  text-align: center;
}
#wrapper-register .page_text h1 {
  text-transform: uppercase;
  color: #3e3d3d;
  font-weight: 600;
  font-size: 1.375rem;
  font-family: auto;
}
#wrapper-register .page_text ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0px !important;
  gap: 4px;
}
#wrapper-register .page_text ul li {
  font-size: 14px;
  margin: 4px;
  margin: 0 !important;
}
#wrapper-register .page_text ul li span {
  color: #666;
}
#wrapper-register .page_text ul a {
  text-decoration: none;
  color: #9faaa7;
}
#wrapper-register .page_text ul i {
  position: relative;
  font-size: 11px;
  bottom: 1px;
}

#register {
  padding-top: 71px;
}
#register .form-register {
  display: flex;
  justify-content: center;
  align-items: center;
}
#register .form-register-wrap {
  padding: 50px;
  background: #f6f6f6;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#register .form-register-wrap .input-text,
#register .form-register-wrap .password {
  display: block;
  width: 836px;
  padding: 12px;
  background-color: #fff;
  color: #4b5955;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ccc;
  font-weight: 400;
  border-radius: 0;
  outline: 0;
}
#register .form-register-wrap .required {
  margin-left: 5px;
  color: #e2401c;
}
#register .form-register-wrap h2 {
  font-family: Marcellus;
  font-weight: 400;
  font-style: normal;
  font-size: 27px;
}
#register .form-register-wrap button {
  border: none;
  border-radius: 0;
  background: 0 0;
  background-color: #de9076;
  border-color: #de9076;
  color: #fff;
  cursor: pointer;
  padding: 12px;
  text-decoration: none;
  text-shadow: none;
  width: 208px;
  margin-top: 22px;
  margin-bottom: 32px;
}
#register .form-register-wrap label {
  color: #000;
  display: block;
  margin-bottom: 5px;
}
#register .form-register-wrap .area-password {
  position: relative;
}
#register .form-register-wrap .area-password i {
  position: absolute;
  bottom: 16px;
  right: 23px;
  color: #de9076;
}

hr {
  color: #b4afaf;
}

@font-face {
  font-family: Marcellus;
  src: url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
}
#wrapper-login {
  margin-top: 2%;
  background-size: cover;
}
#wrapper-login .page_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 300px;
  width: 406px;
  text-align: center;
}
#wrapper-login .page_text h1 {
  text-transform: uppercase;
  color: #3e3d3d;
  font-weight: 600;
  font-size: 1.375rem;
  font-family: auto;
}
#wrapper-login .page_text ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0px !important;
  gap: 4px;
}
#wrapper-login .page_text ul li {
  font-size: 14px;
  margin: 4px;
  margin: 0 !important;
}
#wrapper-login .page_text ul li span {
  color: #666;
}
#wrapper-login .page_text ul a {
  text-decoration: none;
  color: #9faaa7;
}
#wrapper-login .page_text ul i {
  position: relative;
  font-size: 11px;
  bottom: 1px;
}

#login {
  padding-top: 71px;
}
#login .form-login {
  display: flex;
  justify-content: center;
  align-items: center;
}
#login .form-login-wrap {
  padding: 50px;
  background: #f6f6f6;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#login .form-login-wrap .input-text,
#login .form-login-wrap .password {
  display: block;
  width: 836px;
  padding: 12px;
  background-color: #fff;
  color: #4b5955;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ccc;
  font-weight: 400;
  border-radius: 0;
  outline: 0;
}
#login .form-login-wrap .required {
  margin-left: 5px;
  color: #e2401c;
}
#login .form-login-wrap h2 {
  font-family: Marcellus;
  font-weight: 400;
  font-style: normal;
  font-size: 27px;
}
#login .form-login-wrap button {
  border: none;
  border-radius: 0;
  background: 0 0;
  background-color: #de9076;
  border-color: #de9076;
  color: #fff;
  cursor: pointer;
  padding: 12px;
  text-decoration: none;
  text-shadow: none;
  width: 208px;
  margin-top: 22px;
  margin-bottom: 32px;
}
#login .form-login-wrap label {
  color: #000;
  display: block;
  margin-bottom: 5px;
}
#login .form-login-wrap .area-password {
  position: relative;
}
#login .form-login-wrap .area-password i {
  position: absolute;
  bottom: 16px;
  right: 23px;
  color: #de9076;
}
#login .form-login-wrap .login-bottom {
  position: relative;
  display: flex;
  align-items: center;
}
#login .form-login-wrap .login-bottom span {
  cursor: pointer;
  margin-left: 7px;
  font-weight: 400;
  font-size: 15px;
  color: #4b5955;
}
#login .form-login-wrap .login-bottom p {
  position: absolute;
  right: 2px;
}
#login .form-login-wrap .login-bottom p a {
  font-size: 15px;
  color: #4b5955;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

hr {
  color: #b4afaf;
}

@font-face {
  font-family: Marcellus;
  src: url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
}
#wrapper-error-page {
  margin-top: 2%;
  height: 953px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#wrapper-error-page .error-img img {
  margin-top: 71%;
}
#wrapper-error-page .page_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 300px;
  width: 406px;
  text-align: center;
  width: 677px;
  text-align: center;
}
#wrapper-error-page .page_text h1 {
  font-size: 60px;
  font-family: "Marcellus";
  margin-left: 8px;
}
#wrapper-error-page .page_text a h1 {
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0.768627451) 50%, #000 50%);
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-background-clip: text;
          background-clip: text;
  transition: background-position 0.4s ease;
  display: inline-block;
  -webkit-text-fill-color: transparent;
}
#wrapper-error-page .page_text a h1:hover {
  background-position: bottom;
  color: rgba(255, 0, 0, 0.768627451);
  background-position: 0 100%;
}

#footer-top-error {
  border: 1px solid #EDEDED;
  background-color: white;
  padding-top: 6%;
  padding-bottom: 6%;
}
#footer-top-error .service-item {
  text-align: center;
}
#footer-top-error .service-item img {
  display: block;
  margin: auto;
  padding-bottom: 20px;
}
#footer-top-error .service-item .title {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}
#footer-top-error .service-item p {
  margin-top: 1%;
  font-size: 14px;
  color: #4b5955;
}

@font-face {
  font-family: Marcellus;
  src: url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
}
#wrapper-forgotPassword {
  margin-top: 2%;
  background-size: cover;
}
#wrapper-forgotPassword .page_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 300px;
  width: 406px;
  text-align: center;
}
#wrapper-forgotPassword .page_text h1 {
  text-transform: uppercase;
  color: #3e3d3d;
  font-weight: 600;
  font-size: 1.375rem;
  font-family: auto;
}
#wrapper-forgotPassword .page_text ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0px !important;
  gap: 4px;
}
#wrapper-forgotPassword .page_text ul li {
  font-size: 14px;
  margin: 4px;
  margin: 0 !important;
}
#wrapper-forgotPassword .page_text ul li span {
  color: #666;
}
#wrapper-forgotPassword .page_text ul a {
  text-decoration: none;
  color: #9faaa7;
}
#wrapper-forgotPassword .page_text ul i {
  position: relative;
  font-size: 11px;
  bottom: 1px;
}

#ressetPassword .password-area {
  margin-left: 156px;
  margin-top: 66px;
  margin-bottom: 35px;
}
#ressetPassword .password-area p {
  color: #4b5955;
  line-height: 1.8;
}
#ressetPassword .password-area form {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 568px;
}
#ressetPassword .password-area form label {
  color: #000;
  display: block;
}
#ressetPassword .password-area form input {
  width: 100%;
  padding: 1%;
  background-color: #fff;
  color: #4b5955;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ccc;
  font-weight: 400;
  outline: 0;
}
#ressetPassword .password-area form input:focus {
  border-color: #000;
}
#ressetPassword .password-area form button {
  border: none;
  border-radius: 0;
  background: 0 0;
  background-color: #de9076;
  border-color: #de9076;
  color: #fff;
  cursor: pointer;
  padding: 9px;
  margin-top: 16px;
}

@media (min-width: 0) and (max-width: 850px) {
  #nav-area {
    border: none;
  }
  #nav-area .nav-container {
    border: none;
  }
  #slider .swiper-slide .slide .saleName {
    top: 29% !important;
    font-size: 8px !important;
  }
  #slider .swiper-slide .slide .sale {
    top: 38% !important;
    font-size: 14px !important;
    left: 17%;
  }
  #slider .swiper-slide .slide .caption-contain {
    font-size: 6px !important;
    left: 20%;
    top: 49%;
  }
  #slider .swiper-slide .slide .shop {
    padding: 3px 5px 3px 5px !important;
    font-size: 5px !important;
    top: 61% !important;
    left: 24% !important;
  }
  #slider .swiper-slide .slide-2 .saleName {
    right: 13% !important;
    font-size: 8px !important;
  }
  #slider .swiper-slide .slide-2 .sale {
    top: 38% !important;
    left: 52%;
  }
  #slider .swiper-slide .slide-2 .shop {
    left: 62% !important;
  }
  #slider .swiper-slide .slide-2 .caption-contain {
    font-size: 6px;
    left: 53%;
    top: 51%;
  }
  #slider .swiper-slide .slide-3 .caption-contain {
    left: 24%;
    top: 50%;
  }
  #slider .swiper:hover .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
  #slider .swiper:hover .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
  }
  .line {
    display: none;
  }
  hr {
    color: #b4afaf;
  }
  #introducing .intro-text {
    text-align: center !important;
  }
  #introducing .intro-text h4 {
    font-size: 30px !important;
  }
  #introducing .intro-text span {
    font-size: 15px !important;
    margin-left: 0% !important;
    top: 15px !important;
  }
  #introducing .introducing-text {
    padding: 13% !important;
  }
  #introducing .image {
    text-align: center;
    width: 100% !important;
  }
  #introducing .image img {
    width: 93% !important;
  }
  #introducing .apImage {
    left: -25% !important;
    bottom: 0% !important;
    top: 5% !important;
    padding-bottom: 18% !important;
  }
  #introducing .introducing-right {
    margin-left: 0% !important;
    text-align: center;
  }
  #introducing .introducing-right .btn-about {
    margin-left: 107px;
  }
  #introducing .introducing-right p {
    font-size: 14px;
  }
  #introducing .introducing-right .introducing-image img {
    width: 93% !important;
  }
  #products .cart .product-img {
    width: 313px;
    margin-left: 32px;
    height: 396px;
  }
  #products .cart .new {
    top: 2%;
    left: 12%;
  }
  .header-background-content {
    text-align: center !important;
  }
  .header-background-content h4 {
    font-size: 35px !important;
  }
  .header-background-content span {
    font-size: 15px !important;
    margin-left: 0% !important;
    top: 15px !important;
  }
  #featured-products {
    padding-top: 28% !important;
    padding-bottom: 14% !important;
  }
  #featured-products .header-background {
    position: relative;
    right: 5% !important;
  }
  #about-us {
    padding-top: 24% !important;
  }
  #about-us h4 {
    font-size: 30px !important;
  }
  #about-us p {
    font-size: 14px !important;
  }
  #about-us .btnn .btn-about {
    top: 23px;
    padding: 13px 20px 13px 20px;
  }
  #brides .bride-img {
    text-align: center;
    height: 127%;
  }
  #brides .bride-img img {
    width: 76%;
    height: 75%;
  }
  #brides .bride-img img:hover {
    transform: none;
  }
  #brides-header {
    padding-top: 23% !important;
    padding-bottom: 7% !important;
  }
  #brides-header .header-background-content {
    text-align: center !important;
  }
  #brides-header .header-background-content h4 {
    font-size: 27px !important;
  }
  #brides-header .header-background-content span {
    font-size: 11px !important;
    top: 9px !important;
  }
  #latest-news {
    padding-top: 15%;
  }
  #block-carousel .slide .owl-item {
    height: 422px;
  }
  #block-carousel .slide .block-image {
    padding-top: 0% !important;
    justify-content: start;
    position: relative;
  }
  #block-carousel .slide .block-image img {
    width: 68px !important;
    height: 53px;
    position: absolute;
    bottom: 8px !important;
    left: 6% !important;
  }
  #block-carousel .slide .descript {
    position: relative;
    width: 370px !important;
    top: 9px !important;
    padding-top: 0% !important;
    right: 17% !important;
    font-size: 18px !important;
    line-height: 31px !important;
  }
  #block-carousel .slide .title {
    font-size: 14px;
    left: 5%;
    top: 71px;
  }
  #block-carousel .slide .sub-title {
    right: 36% !important;
    font-size: 14px !important;
    line-height: 30px;
    top: 68px;
  }
  #block-carousel .swiper-pagination {
    bottom: 17% !important;
  }
  #blogs {
    padding-top: 15%;
  }
  #blogs .blog-slider {
    max-width: 92%;
  }
  #blogs .blog {
    width: 100%;
  }
  .slick-dots {
    width: 95% !important;
  }
  #subscrive-header {
    padding-bottom: 18%;
  }
  #subscrive-header .subscrive-title h3 {
    font-size: 40px;
  }
  #subscrive {
    height: 300px;
  }
  #subscrive .left-side {
    display: flex;
    justify-content: center;
    min-width: 330px;
    left: 2%;
  }
  #subscrive .left-side h3 {
    position: relative;
    font-size: 58px;
    top: 13%;
  }
  #subscrive .left-side h4 {
    position: absolute;
    left: 20%;
    top: 96%;
    font-weight: 600;
    top: 90px;
    font-size: 22px;
    color: #000;
  }
  #subscrive .block-content {
    width: 100%;
    top: 0px;
    left: 0px;
  }
  #subscrive .block-content .input-area input {
    padding-left: 9%;
    padding-bottom: 2%;
    width: 100%;
    border-bottom: 1px solid #fff;
    font-size: 14px;
  }
  #subscrive .block-content button {
    left: 0px;
    width: 100%;
    height: 55px;
    padding-top: 4%;
    border-bottom: 3px solid white;
  }
  #footer-top {
    padding-top: 25%;
  }
  #footer .ApColumn {
    text-align: center;
  }
  #footer .ApColumn ul {
    padding: 0;
  }
  #footer .logo {
    border: none;
    padding-top: 11%;
  }
  #footer .logo img {
    width: 280px;
    height: 97px;
  }
  #footer .block-information {
    text-align: center;
  }
  #footer .block-information .title_block {
    font-size: 16px;
    font-weight: 700;
    padding-top: 10%;
  }
  #footer .block-social {
    justify-content: center;
  }
  #footer hr {
    display: none;
  }
  #nav-down {
    display: none;
  }
  #wrapper-about {
    width: 100%;
    height: 144px;
  }
  #wrapper-about .page_text {
    width: 200px;
    height: 100px;
    text-align: center;
  }
  #wrapper-about .page_text h1 {
    position: relative;
    top: 52px;
    font-size: 22px;
  }
  #wrapper-about .page_text ul {
    margin-top: 48px;
  }
  #story-content .block-ApImage {
    width: 94%;
    margin-left: 11px;
  }
  #story-content .block-ApImage img {
    width: 100%;
  }
  #story-content .content-text {
    margin-right: 36px;
  }
  #story-content .content-text .intro-text h4 {
    font-size: 36px;
  }
  #story-content .content-text .image-form img {
    display: none;
  }
  #story-content .content-text .text-about {
    padding: 0% 6% 0% 6%;
  }
  #our-contact {
    padding-top: 59%;
  }
  #our-contact .blok-ApRawHtml .contact-area {
    width: 327px;
    padding-bottom: 15%;
  }
  #our-contact .blok-ApRawHtml .contact-area p {
    margin-right: 18px;
  }
  #our-contact .blok-ApRawHtml .contact-area .btn-hov {
    left: 24%;
  }
  #title_block {
    padding-top: 23px;
  }
  #title_block .sub-title h2 {
    font-size: 36px;
  }
  #about-box .about-item {
    height: 383px;
  }
  #about-box .about-item .top {
    display: block !important;
  }
  #about-box .about-item .top .icon {
    width: 50px;
    height: 50px;
    margin-left: 155px;
  }
  #about-box .about-item .top .title {
    margin-left: 102px;
    text-align: center;
    margin-top: 11px;
  }
  #about-box .about-item .about-text p {
    text-align: center;
    line-height: 30px;
  }
  #about-box .about-item .btn-hov {
    border: none;
    background: none;
    font-size: 12px;
    bottom: 51px;
    left: 96px;
  }
  #about-box .about-item .our-btn {
    width: 157px;
  }
  #block-carousel-about .slide .owl-item {
    height: 498px;
  }
  #block-carousel-about .slide .owl-item .slider-content {
    width: 125px;
    left: 13%;
    top: 11%;
  }
  #block-carousel-about .slide .owl-item .slider-content .user-img img {
    width: 75px;
    height: 75px;
    margin-left: 88%;
  }
  #block-carousel-about .slide .owl-item .slider-content .descript {
    width: 303px;
    text-align: center;
    font-size: 25px;
  }
  #block-carousel-about .slide .owl-item .slider-content .title {
    left: 80%;
    font-size: 14px;
  }
  #block-carousel-about .slide .owl-item .slider-content .job {
    margin-left: 100%;
  }
  #block-carousel-about .swiper-pagination {
    bottom: 70px;
  }
  #footer-top-about {
    margin-top: 11%;
    padding-top: 47px;
  }
  #footer-top-about .service-item {
    margin-bottom: 40px;
  }
  #footer-top-about .service-item .title {
    font-weight: 400;
  }
  #shop-responsive-header {
    display: block;
  }
  #wrapper-shop {
    display: none;
  }
  #wpb_wrapper .cart {
    margin-left: 0px;
  }
  #wpb_wrapper .cart .product-img a img {
    width: 360px;
    height: 456px;
  }
  #wpb_wrapper .cart .product-img a video {
    width: 360px;
    height: 456px;
  }
  #wpb_wrapper .cart .product-name span:nth-child(2) {
    font-size: 18px;
  }
  #wpb_wrapper .cart .product-price p span {
    font-size: 16px;
  }
  #wpb_wrapper .load-more {
    padding-top: 23px;
    margin-bottom: 22px;
  }
  #footer-top-shop {
    margin-top: 11%;
    padding-top: 47px;
  }
  #footer-top-shop .service-item {
    margin-bottom: 40px;
  }
  #footer hr {
    display: none;
  }
  #sort-area {
    padding-top: 0px;
  }
  #wrapper-blog {
    width: 100%;
    height: 311px;
  }
  #wrapper-blog .page_text {
    width: 233px;
    height: 100px;
    text-align: center;
    position: relative;
    top: 79px;
  }
  #wrapper-blog .page_text h1 {
    position: relative;
    top: 52px;
    font-size: 22px;
  }
  #wrapper-blog .page_text ul {
    margin-top: 48px;
  }
  #blogss {
    padding-top: 6%;
  }
  #blogss .blog-cart .post-thumb {
    width: 100%;
    height: 230px;
  }
  #blogss .right-side {
    margin-top: 39px;
  }
  #blogss .right-side .widget {
    margin-left: 5px;
  }
  #blogss .right-side .widget-content {
    margin-left: 5px;
  }
  #blogss .right-side .list-posts {
    left: 0%;
    margin-left: 5px;
  }
  #blogss .right-side .tagcloud {
    margin-left: 5px;
  }
  #footer-top-blog {
    padding-top: 47px;
  }
  #footer-top-blog .service-item {
    margin-bottom: 40px;
  }
  #footer-top-blog .service-item .title {
    font-weight: 400;
  }
  #wrapper-contact {
    width: 100%;
    height: 144px;
  }
  #wrapper-contact .page_text {
    width: 200px;
    height: 100px;
    text-align: center;
  }
  #wrapper-contact .page_text h1 {
    position: relative;
    top: 52px;
    font-size: 22px;
  }
  #wrapper-contact .page_text ul {
    margin-top: 48px;
  }
  #contact .elementor-column-wrap {
    padding: 80px 50px 0px 45px;
  }
  #contact .elementor-column .elementor-widget-container {
    margin-top: 23px;
    padding: 0px;
    border: none;
    height: 100%;
  }
  #contact .elementor-column .elementor-widget-container .elementor-form {
    margin-left: 0px;
  }
  #contact .elementor-column .elementor-widget-container .elementor-form .input-area {
    display: block;
    margin-bottom: 0px;
    width: 85%;
    margin-left: 27px;
  }
  #contact .elementor-column .elementor-widget-container .elementor-form .input-area input {
    margin-bottom: 35px;
    width: 100%;
  }
  #contact .elementor-column .elementor-widget-container .elementor-form textarea {
    width: 85%;
    margin-left: 27px;
  }
  #contact .elementor-column .elementor-widget-container .elementor-form button {
    margin-left: 28px;
    width: 289px;
    margin-bottom: 28px;
  }
  #footer-top-contact {
    padding-top: 47px;
  }
  #footer-top-contact .service-item {
    margin-bottom: 40px;
  }
  #footer-top-contact .service-item .title {
    font-weight: 400;
  }
  #wrapper-wishlist {
    width: 100%;
    height: 311px;
  }
  #wrapper-wishlist .page_text {
    width: 200px;
    height: 100px;
    text-align: center;
    position: relative;
    top: 71px;
  }
  #wrapper-wishlist .page_text h1 {
    position: relative;
    top: 52px;
    font-size: 22px;
  }
  #wrapper-wishlist .page_text ul {
    margin-top: 48px;
  }
  #wishlist-table {
    margin-top: 52px;
    margin-bottom: 22px;
  }
  #wishlist-table .table-area {
    overflow-x: scroll;
  }
  #wishlist-table .table-area tbody td img {
    width: 80px;
    height: 106px;
  }
  #wishlist-table .table-area tbody td:nth-child(2) {
    padding-top: 28px;
    width: 34% !important;
  }
  #wishlist-table .table-area tbody td:nth-child(3) {
    padding-top: 28px;
    font-size: 15px;
  }
  #wishlist-table .table-area tbody td:nth-child(4) {
    padding-top: 34px;
  }
  #wishlist-table .table-area .footer-wish button {
    margin-left: 6px;
    width: 99px;
    height: 37px;
  }
  #wishlist-table .table-area .total-price {
    font-size: 15px;
    margin-right: 43px;
    position: relative;
    left: 9%;
  }
  #basket-table .table-area {
    padding-left: 0px;
    overflow-x: scroll;
    margin-top: 49px;
    margin-bottom: 40px;
  }
  #basket-table .table-area .table-products {
    width: 748px;
  }
  #basket-table .table-area .table-products .table td {
    width: 22%;
    font-size: 15px;
  }
  #basket-table .table-area .table-products .table td input {
    width: 42px;
  }
  #basket-table .table-area .table-products .table td:nth-child(4) {
    padding-top: 47px;
  }
  #basket-table .table-area .table-products .table .price {
    padding-top: 55px !important;
    display: flex !important;
    height: 150px;
  }
  #basket-table .table-area .footer-wish button {
    margin-left: 24px;
    width: 119px;
    height: 52px;
    font-size: 10px;
  }
  #basket-table .table-area .total-price {
    font-size: 15px;
    position: relative;
    left: 108%;
  }
  #wrapper-basket {
    width: 100%;
    height: 311px;
  }
  #wrapper-basket .page_text {
    width: 200px;
    height: 100px;
    text-align: center;
    position: relative;
    top: 71px;
  }
  #wrapper-basket .page_text h1 {
    position: relative;
    top: 52px;
    font-size: 22px;
  }
  #wrapper-basket .page_text ul {
    margin-top: 48px;
  }
  #wrapper-login {
    width: 100%;
    height: 311px;
  }
  #wrapper-login .page_text {
    width: 233px;
    height: 100px;
    text-align: center;
    position: relative;
    top: 79px;
  }
  #wrapper-login .page_text h1 {
    position: relative;
    top: 52px;
    font-size: 22px;
  }
  #wrapper-login .page_text ul {
    margin-top: 48px;
  }
  #login .form-login-wrap {
    padding: 19px;
  }
  #login .form-login-wrap .area-password input {
    width: 332px !important;
  }
  #login .form-login-wrap .input-text,
#login .form-login-wrap .password {
    width: 332px !important;
    width: 599px;
  }
  #wrapper-register {
    width: 100%;
    height: 311px;
  }
  #wrapper-register .page_text {
    width: 233px;
    height: 100px;
    text-align: center;
    position: relative;
    top: 79px;
  }
  #wrapper-register .page_text h1 {
    position: relative;
    top: 52px;
    font-size: 22px;
  }
  #wrapper-register .page_text ul {
    margin-top: 48px;
  }
  #register .form-register-wrap {
    padding: 14px;
  }
  #register .form-register-wrap .input-text {
    width: 332px !important;
  }
  #register .form-register-wrap .area-password input {
    width: 332px !important;
  }
  #wrapper-productDetail {
    width: 100%;
    height: 144px;
  }
  #wrapper-productDetail .page_text {
    width: 200px;
    height: 100px;
    text-align: center;
    top: 30% !important;
  }
  #wrapper-productDetail .page_text h1 {
    position: relative;
    top: 52px;
    font-size: 22px;
  }
  #wrapper-productDetail .page_text ul {
    margin-top: 48px;
  }
  #product-detail .prod-thumb-left {
    float: none;
    right: 0px;
  }
  #product-detail .prod-thumb-left img {
    width: 366px;
  }
  #product-detail .prod-thumb-left .prod-images {
    gap: 8px;
  }
  #product-detail .prod-thumb-left .prod-images .item {
    height: 152px;
  }
  #product-detail .prod-info-vertical .prod-info_ {
    font-size: 14px;
  }
  #product-detail .prod-info-vertical .product-rate {
    text-align: start;
  }
  #product-detail .prod-info-vertical .count-review span {
    font-size: 14px;
  }
  #product-detail .prod-info-vertical .category {
    font-size: 14px;
  }
  #product-detail .prod-info-vertical .category-name {
    font-size: 14px;
  }
  #product-detail .prod-info-vertical .socialShare h1 {
    font-size: 14px;
  }
  #product-detail .prod-info-vertical .socialShare span a i {
    font-size: 14px;
  }
  #product-detail .prod-info-vertical .prod-info-tag .goods-tags-item {
    height: 16px;
  }
  #product-detail .prod-info-vertical .prod-price span {
    font-size: 19px;
  }
  #product-detail .prod-info-vertical .prod-info-extra {
    width: 363px;
  }
  #product-detail .prod-info-vertical .prod-info-extra span {
    font-size: 14px;
  }
  #product-detail .prod-info-vertical .prod-size .style-select-item-size span {
    min-width: 46px;
    height: 28px;
  }
  #product-detail .prod-info-vertical .clearfix .number input {
    height: 30px;
    width: 43px;
    font-size: 14px;
  }
  #product-detail .prod-info-vertical .add-button {
    width: 116px;
    height: 35px;
  }
  #product-detail .prod-info-vertical .prod-info-time {
    height: 162px;
    width: 95%;
  }
  #product-detail .prod-info-vertical .prod-info-time span i {
    font-size: 35px;
  }
  #product-detail .prod-info-vertical .prod-info-time .info-a .prod-info-time__right {
    line-height: 20px;
  }
  #product-detail .prod-info-vertical .prod-info-time .prod-info-text {
    bottom: 42%;
  }
  #product-detail .prod-info-vertical .complete-look-content .tab-info #tab-3 .user-area .user-info .user-name {
    font-size: 14px !important;
  }
  #product-detail .prod-info-vertical .complete-look-content .tab-info #tab-3 .submit-button button {
    width: 104px;
    height: 37px;
    font-size: 14px;
  }
  #product-detail .prod-info-vertical .complete-look-content .tab-info .tabs {
    font-size: 14px;
  }
  #product-detail .prod-info-vertical .complete-look-content .tab-info .tabs .tab-content {
    font-size: 14px;
  }
  #product-detail .prod-info-vertical .complete-look-content .tab-info .tabs .current p {
    font-size: 14px;
  }
  #product-detail .prod-info-vertical .complete-look-content .tab-info .tabs .current .product-features .name {
    font-size: 14px;
  }
  #product-detail .prod-info-vertical .complete-look-content .tab-info .tabs .current .product-features .value {
    font-size: 14px;
  }
  #related-products {
    padding-top: 28%;
  }
  #related-products .prod-carousel {
    max-width: 92%;
  }
  #related-products .prod-carousel .rel-product {
    width: 100%;
    margin-left: 39px;
    margin-top: 23px;
  }
  #related-products .prod-carousel .rel-product img {
    width: 100%;
    height: 348px;
  }
  #related-products .prod-carousel .rel-product .py-3 {
    padding-left: 3px;
  }
  #wrapper-error-page {
    height: 548px;
  }
  #wrapper-error-page .page_text {
    width: 100%;
  }
  #wrapper-error-page .error-img img {
    width: 360px;
    height: 214px;
  }
  #wrapper-error-page h1 {
    font-size: 34px !important;
  }
  #wrapper-forgotPassword {
    width: 100%;
    height: 311px;
  }
  #wrapper-forgotPassword .page_text {
    width: 200px;
    height: 100px;
    text-align: center;
    position: relative;
    top: 71px;
  }
  #wrapper-forgotPassword .page_text h1 {
    position: relative;
    top: 52px;
    font-size: 22px;
  }
  #wrapper-forgotPassword .page_text ul {
    margin-top: 48px;
  }
  #ressetPassword {
    font-size: 14px;
  }
  #ressetPassword .password-area {
    margin-left: 10px;
  }
  #ressetPassword .password-area .lost_reset_password {
    width: 339px;
  }
  #wrapper-blogDetail {
    width: 100%;
    height: 144px;
  }
  #wrapper-blogDetail .page_text {
    width: 200px;
    height: 100px;
    text-align: center;
    top: 30% !important;
  }
  #wrapper-blogDetail .page_text h1 {
    position: relative;
    top: 52px;
    font-size: 22px;
  }
  #wrapper-blogDetail .page_text ul {
    margin-top: 48px;
  }
  #site-content {
    padding-top: 30px;
  }
  #site-content .post-thumbnail {
    width: 360px;
    height: 211px;
    font-size: 14px;
  }
  #site-content .entry-header {
    padding: 9px;
  }
  #site-content .entry-content {
    padding: 6px;
  }
  #site-content .comment-list-wrap {
    font-size: 14px;
  }
  #site-content .comment-body .comment-meta-right {
    left: 11px;
    bottom: 5px;
  }
  #site-content form .inputs-area {
    display: block;
  }
  #site-content form .inputs-area input {
    display: block;
    padding: 11px;
    width: 100%;
    margin-bottom: 22px;
  }
  #site-content form label {
    position: relative;
    bottom: 26px;
    margin-left: 22px;
    font-size: 13px;
  }
  #site-content .recent-posts {
    padding: 14px 14px 0px 14px;
  }
  #site-content .widget_tag_cloud {
    margin-bottom: 36px;
  }
  #site-content .related-blog img {
    width: 365px;
    height: 247px;
  }
  #site-content .categories-2 {
    margin-left: 0px;
  }
  #site-content .widget_tag_cloud {
    margin-left: 0px;
  }
  #site-content .recent-posts {
    margin-left: 0px;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  #nav-area {
    border: none;
  }
  #nav-area .nav-container {
    border: none;
  }
  #responsive-nav-area .login-register-responsive {
    right: 10%;
  }
  #responsive-nav-area .login-register-responsive ul {
    margin-left: 6px;
  }
  #slider .mySwiper .swiper-wrapper .swiper-slide .slide .saleName {
    font-size: 14px !important;
  }
  #slider .mySwiper .swiper-wrapper .swiper-slide .slide .sale {
    font-size: 32px !important;
  }
  #slider .mySwiper .swiper-wrapper .swiper-slide .slide .caption-contain {
    font-size: 12px !important;
  }
  #slider .mySwiper .swiper-wrapper .swiper-slide .slide .shop {
    padding: 6px 7px 6px 7px !important;
    font-size: 6px !important;
  }
  #slider .mySwiper .swiper-wrapper .swiper-slide .slide-1 .saleName {
    left: 20%;
    top: 33% !important;
  }
  #slider .mySwiper .swiper-wrapper .swiper-slide .slide-1 .shop {
    top: 64% !important;
    left: 23%;
  }
  #slider .mySwiper .swiper-wrapper .swiper-slide .slide-1 .sale {
    top: 41% !important;
    left: 14%;
  }
  #slider .mySwiper .swiper-wrapper .swiper-slide .slide-1 .caption-contain {
    left: 17%;
    top: 53%;
  }
  #slider .mySwiper .swiper-wrapper .swiper-slide .slide-2 .saleName {
    left: 50%;
    top: 28% !important;
  }
  #slider .mySwiper .swiper-wrapper .swiper-slide .slide-2 .sale {
    left: 50%;
    top: 35% !important;
  }
  #slider .mySwiper .swiper-wrapper .swiper-slide .slide-2 .shop {
    right: 27% !important;
    top: 59% !important;
  }
  #slider .mySwiper .swiper-wrapper .swiper-slide .slide-2 .caption-contain {
    left: 53%;
    top: 49%;
  }
  #slider .mySwiper .swiper-wrapper .swiper-slide .slide-3 .saleName {
    left: 23%;
    top: 32% !important;
  }
  #slider .mySwiper .swiper-wrapper .swiper-slide .slide-3 .shop {
    top: 59% !important;
    left: 25% !important;
  }
  #slider .swiper:hover .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
  #slider .swiper:hover .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
  }
  #introducing .apImage {
    top: 11% !important;
  }
  #featured-products {
    border-top: 1px solid #f3eeee;
    margin-top: 11%;
    padding-top: 8% !important;
    padding-bottom: 6% !important;
  }
  #about-us {
    padding-top: 13% !important;
  }
  #brides-header {
    padding-top: 14% !important;
    padding-bottom: 4% !important;
  }
  #block-carousel .slide .slider-content {
    left: 38%;
    top: 23%;
  }
  #blogs {
    padding-top: 5%;
  }
  #blogs .blog {
    width: 97%;
  }
  #subscrive-header {
    padding-bottom: 10%;
  }
  #subscrive-header .header-background-content h4 {
    font-size: 42px !important;
  }
  #subscrive-header .header-background-content span {
    font-size: 18px !important;
    margin-left: 0% !important;
    top: 1px !important;
  }
  #subscrive-header .subscrive-title {
    padding-top: 2%;
  }
  #subscrive-header .subscrive-title h3 {
    font-size: 53px;
  }
  #subscrive {
    height: 100%;
  }
  #subscrive .left-side h3 {
    top: 24%;
  }
  #subscrive .left-side h4 {
    top: 108px;
  }
  #subscrive .block-content {
    top: 37px;
  }
  #subscrive .block-content .input-area {
    position: absolute;
    top: 26px;
  }
  #subscrive .block-content button {
    height: 55px;
    left: 178px;
    width: 47%;
    padding-top: 7%;
  }
  #footer-top {
    padding-top: 9%;
    padding-bottom: 4%;
  }
  #footer .ApColumn {
    text-align: justify;
  }
  #footer .logo {
    border: none;
    position: relative;
    bottom: 22px;
    right: 17px;
  }
  #footer .logo img {
    width: 180px;
    height: 74px;
    cursor: pointer;
  }
  #footer .block-information {
    text-align: justify;
  }
  #footer .block-information .title_block {
    font-size: 16px;
    font-weight: 700;
    padding-top: 0%;
  }
  #footer .block-social {
    text-align: justify;
    margin-right: 46px;
  }
  #footer hr {
    display: none;
  }
  #story-content {
    height: 561px;
  }
  #story-content .block-ApImage {
    width: 100%;
  }
  #story-content .content-text {
    width: 100%;
  }
  #story-content .content-text .intro-text h4 {
    font-size: 48px;
  }
  #story-content .content-text .text-about {
    padding: 0% 9% 0% 3%;
  }
  #story-content .content-text .image-form img {
    display: none;
  }
  #our-contact {
    padding-top: 8%;
  }
  #our-contact .blok-ApRawHtml .contact-area {
    width: 98%;
  }
  #our-contact .blok-ApRawHtml .contact-area .btn-hov {
    padding: 9px 30px 18px 30px;
    font-size: 12px;
    left: 37%;
    margin-bottom: 11px;
    margin-top: 44px;
  }
  #title_block .sub-title h2 {
    font-size: 48px;
  }
  #about-box .about-item {
    margin-bottom: 60px;
  }
  #block-carousel-about {
    height: 465px;
  }
  #block-carousel-about .swiper-slide .owl-item .slider-content {
    width: 100%;
  }
  #block-carousel-about .swiper-slide .owl-item .slider-content .user-img img {
    width: 90px;
    height: 90px;
    margin-left: 0%;
    margin-right: 25%;
  }
  #block-carousel-about .swiper-slide .owl-item .slider-content .descript {
    width: 595px;
  }
  #block-carousel-about .swiper-slide .owl-item .slider-content .title {
    left: 31%;
  }
  #footer-top-about {
    padding-top: 12%;
  }
  #footer-top-about .service-item .title {
    font-weight: 400;
    line-height: 43px;
  }
  #footer-bottom {
    display: none;
  }
  #shop-responsive-header {
    display: block;
  }
  #wpb_wrapper {
    margin-top: 20px;
  }
  #blogss {
    padding-top: 7%;
  }
  #blogss .blog-cart .post-thumb {
    width: 100%;
    height: 230px;
  }
  #blogss .blog-cart .right-side .tagcloud {
    margin-left: 35px;
  }
  #footer-top-contact {
    padding-top: 12%;
  }
  #footer-top-contact .service-item .title {
    font-weight: 400;
    line-height: 43px;
  }
  #contact .elementor-column-wrap {
    padding: 28px 0px 0px 22px;
  }
  #contact .elementor-column .elementor-widget-container .elementor-form .input-area {
    display: flex;
  }
  #contact .elementor-column .elementor-widget-container .elementor-form button {
    width: 208px;
  }
  #wishlist-table .table-area tbody td img {
    width: 110px;
    height: 110px;
  }
  #wishlist-table .table-area tbody td:nth-child(2) {
    padding-top: 41px;
    width: 34% !important;
    font-size: 20px;
  }
  #wishlist-table .table-area tbody td:nth-child(3) {
    padding-top: 41px;
    font-size: 20px;
  }
  #wishlist-table .table-area tbody td:nth-child(4) {
    padding-top: 41px;
    font-size: 20px;
  }
  #wishlist-table .table-area .footer-wish button {
    margin-left: 18px;
    width: 140px;
    height: 51px;
    font-size: 13px;
  }
  #wishlist-table .table-area .total-price {
    font-size: 20px;
    margin-right: 85px;
  }
  #product-detail .prod-thumb-left {
    margin-bottom: 5%;
    left: 66px;
  }
  #product-detail .prod-thumb-left img {
    width: 80%;
    height: 720px;
  }
  #product-detail .prod-thumb-left .prod-images .item {
    width: 180px;
    height: 170px;
  }
  #related-products {
    padding-top: 17%;
  }
  #login .form-login {
    font-size: 18px;
  }
  #register .form-register {
    font-size: 18px;
  }
  #site-content {
    padding-top: 30px;
    font-size: 14px;
  }
  #site-content .post-thumbnail {
    width: 693px;
    height: 447px;
    font-size: 14px;
  }
  #site-content .related-posts-title .related-blog {
    margin-bottom: 30px;
  }
  #site-content .related-posts-title .related-blog img {
    width: 311px;
    height: 220px;
  }
  #site-content .categories-2 {
    margin-left: 0px;
  }
  #site-content .widget_tag_cloud {
    margin-left: 0px;
  }
  #site-content .recent-posts {
    margin-left: 0px;
  }
  #site-content .recent-posts ul li {
    gap: 27px;
    justify-content: start;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #slider .mySwiper .swiper-wrapper .swiper-slide .slide-2 .sale {
    font-size: 30px !important;
  }
  #slider .mySwiper .swiper-wrapper .swiper-slide .slide-2 .caption-contain {
    font-size: 11px !important;
  }
  #blogs .blog-slider {
    margin-left: 37px;
  }
  #wrapper-about {
    width: 100%;
    height: 380px;
  }
  #wrapper-about .page_text {
    position: relative;
    top: 27%;
    left: 21px;
  }
  #wrapper-about .page_text h1 {
    font-size: 27px;
  }
  #wrapper-blog {
    width: 100%;
    height: 380px;
  }
  #wrapper-blog .page_text {
    position: relative;
    top: 27%;
    left: 21px;
  }
  #wrapper-blog .page_text h1 {
    font-size: 27px;
  }
  #wrapper-contact {
    width: 100%;
    height: 380px;
  }
  #wrapper-contact .page_text {
    position: relative;
    top: 27%;
    left: 21px;
  }
  #wrapper-contact .page_text h1 {
    font-size: 27px;
  }
  #blogss .right-side {
    padding-top: 48px;
  }
  #blogss .right-side .tagcloud {
    margin-left: 35px;
  }
  #wrapper-blogDetail {
    width: 100%;
    height: 380px;
  }
  #wrapper-blogDetail .page_text {
    position: relative;
    width: 78%;
    top: 7%;
    left: 21px;
  }
  #wrapper-blogDetail .page_text h1 {
    font-size: 27px;
  }
  #wrapper-productDetail {
    width: 100%;
    height: 380px;
  }
  #wrapper-productDetail .page_text {
    position: relative;
    width: 78%;
    top: 7%;
    left: 21px;
  }
  #wrapper-productDetail .page_text h1 {
    font-size: 27px;
  }
  #wrapper-forgotPassword {
    width: 100%;
    height: 380px;
  }
  #wrapper-forgotPassword .page_text {
    position: relative;
    width: 78%;
    top: 28%;
    left: 0px;
  }
  #wrapper-forgotPassword .page_text h1 {
    font-size: 27px;
  }
}/*# sourceMappingURL=style.css.map */