body {
  font-family: "Inter";
  font-size: 15px;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: scroll;
}

p {
  font-family: "Inter";
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
}
p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}

h2 {
  text-transform: uppercase;
}

a,
a:hover,
button,
button:hover {
  transition: all 500ms;
  text-decoration: none;
  outline: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  padding: 0;
  list-style-type: none;
}

.container {
  padding-left: 120px;
  padding-right: 120px;
  max-width: 100%;
}
@media (width <= 1919px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

header {
  padding: 25px 0;
}
@media (max-width: 767px) {
  header {
    padding: 12px 0 20px;
  }
}
header .container .row {
  justify-content: space-between;
}
@media (max-width: 767px) {
  header .container .row {
    flex-direction: column-reverse;
  }
}
header .container .row .head-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 7991px) {
  header .container .row .head-left {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  header .container .row .head-left {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
header .container .row .head-left .logo {
  display: flex;
  align-items: center;
}
header .container .row .head-left .logo img.second {
  width: 40px;
  margin-left: 15px;
}
@media (max-width: 575px) {
  header .container .row .head-left .logo img.second {
    width: 30px;
  }
}
header .container .row .head-left .menu {
  margin-left: 30px;
}
@media (max-width: 767px) {
  header .container .row .head-left .menu {
    display: none;
  }
}
header .container .row .head-left .menu ul {
  display: flex;
  align-items: center;
  gap: 45px;
}
@media (max-width: 1199px) {
  header .container .row .head-left .menu ul {
    gap: 25px;
  }
}
header .container .row .head-left .menu ul li a {
  font-family: "Arimo";
  color: #000;
  font-size: 17px;
}
header .container .row .head-left .menu ul li a.active {
  color: #ff8900;
}
header .container .row .head-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  header .container .row .head-right .search {
    margin-right: auto;
    width: 100%;
  }
}
header .container .row .head-right .search form {
  position: relative;
}
header .container .row .head-right .search form i {
  width: 22px;
  margin: auto;
  height: 22px;
  top: 0;
  bottom: 0;
  left: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .container .row .head-right .search form input[type=search] {
  padding: 10px;
  height: 40px;
  padding-left: 50px;
  background-color: #f5f5f5;
  border-radius: 50px;
  border: 0;
  max-width: 415px;
}
@media (max-width: 767px) {
  header .container .row .head-right .search form input[type=search] {
    max-width: 100%;
    width: 100%;
  }
}
header .container .row .head-right .contact {
  display: flex;
  align-items: center;
}
header .container .row .head-right .contact .call {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
@media (max-width: 1199px) {
  header .container .row .head-right .contact .call {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  header .container .row .head-right .contact .call {
    margin-right: 0;
  }
}
header .container .row .head-right .contact .call span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #d6d6d6;
  margin-right: 8px;
}
@media (max-width: 767px) {
  header .container .row .head-right .contact .call span {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  header .container .row .head-right .contact .call span img {
    width: 17px;
  }
}
header .container .row .head-right .contact .call a {
  font-family: "Arimo";
  font-weight: 700;
  font-size: 15px;
  color: #000;
  margin-left: 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  header .container .row .head-right .contact .call a {
    font-size: 0;
  }
}
header .container .row .head-right .contact ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  header .container .row .head-right .contact ul {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  header .container .row .head-right .contact ul li a img {
    width: 18px;
  }
}

.mob-nav {
  cursor: pointer;
}
@media (min-width: 768px) {
  .mob-nav {
    display: none;
  }
}
.mob-nav span {
  width: 35px;
  height: 25px;
  display: block;
  border-top: 2px solid #ff8900;
  border-bottom: 2px solid #ff8900;
  position: relative;
}
.mob-nav span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 100%;
  height: 2px;
  background-color: #ff8900;
}

.mob-nav-toggle {
  position: absolute;
  width: 340px;
  top: 0;
  bottom: 0;
  right: -340px;
  background-color: #1f3133;
  z-index: 9999;
  transition: 600ms all;
}
@media (max-width: 575px) {
  .mob-nav-toggle {
    width: 100%;
    right: -100%;
  }
}
.mob-nav-toggle .close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  background-color: #ff8900;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}
.mob-nav-toggle .inner {
  padding: 60px 40px 40px;
}
.mob-nav-toggle .inner ul li {
  margin-bottom: 10px;
}
.mob-nav-toggle .inner ul li a {
  color: #fff;
  font-size: 16px;
}
.mob-nav-toggle .inner ul li a:hover {
  color: #ff8900;
}

.mob-nav-toggle.open {
  right: 0;
}

.banner {
  position: relative;
}
.banner .banner-img {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .banner .banner-img {
    height: 400px;
  }
}
.banner .banner-img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(31, 49, 51, 0.7);
  mix-blend-mode: multiply;
}
.banner .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .container {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .banner .container {
    padding-bottom: 50px;
  }
}
.banner .container .row .captions h1 {
  font-size: 150px;
  color: #e5dbc9;
  font-family: "Inter";
}
@media (width <= 1919px) {
  .banner .container .row .captions h1 {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .banner .container .row .captions h1 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .banner .container .row .captions h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .banner .container .row .captions h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .banner .container .row .captions h1 {
    font-size: 38px;
  }
}
.banner .container .row .captions h1.top {
  transform: translateX(-100px);
}
@media (max-width: 1199px) {
  .banner .container .row .captions h1.top {
    transform: none;
  }
}
.banner .container .row .captions h1.bottom {
  transform: translateX(100px);
}
@media (max-width: 1199px) {
  .banner .container .row .captions h1.bottom {
    transform: none;
  }
}
.banner .container .row .captions span {
  color: #fff;
  font-family: "Inconsolata";
  font-size: 28px;
}
@media (max-width: 1199px) {
  .banner .container .row .captions span {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .banner .container .row .captions span {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .banner .container .row .captions span {
    font-size: 16px;
  }
}
.banner .arrow-down {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  width: 112px;
  height: 84px;
  background-color: rgba(126, 198, 204, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 70px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .banner .arrow-down {
    width: 50px;
    height: 50px;
  }
}
.banner.inner-banner {
  height: 400px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner.inner-banner {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .banner.inner-banner .banner-img {
    height: 300px;
  }
}

.beige {
  background-color: #ddcfc4;
}

.white {
  background-color: #fff;
}

.yellow {
  background-color: #ffe41b;
}

.gray {
  background-color: #e6e6fa;
}

.black {
  background-color: #000;
}

.colors ul {
  display: flex;
  align-items: center;
  gap: 6px;
}
.colors ul li button {
  width: 16px;
  border-radius: 50px;
  height: 16px;
  display: flex;
  border: none;
}
.colors ul li button.selected {
  border: 1px solid #222222;
}
.colors ul li button.pluscount {
  font-size: 10px;
  color: #000;
  background-color: transparent;
}

.rate {
  display: flex;
  align-items: center;
  gap: 25px;
}
.rate .actual {
  color: #979797;
}
.rate .discount {
  color: #ff8900;
  font-weight: 700;
}

.slider-product {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .slider-product {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .slider-product {
    padding: 50px 0;
  }
}
.slider-product h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .slider-product h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .slider-product h2 {
    margin-bottom: 20px;
  }
}
.slider-product .container .product-carousel .item figure {
  position: relative;
}
.slider-product .container .product-carousel .item figure > img {
  width: 100%;
}
.slider-product .container .product-carousel .item figure .percentage {
  left: 10px;
  top: 10px;
  padding: 3px 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff8900;
  border-radius: 6px;
  position: absolute;
  font-size: 12px;
  color: #fff;
}
.slider-product .container .product-carousel .item figure .wish {
  position: absolute;
  position: absolute;
  right: 10px;
  top: 10px;
}
.slider-product .container .product-carousel .item .details {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.slider-product .container .product-carousel .item .details .category {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}
.slider-product .container .product-carousel .item .details .category a {
  color: #888888;
}
.slider-product .container .product-carousel .item .details h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.owl-nav {
  display: flex;
  justify-content: flex-end;
  margin: 25px -5px 0;
}
@media (max-width: 991px) {
  .owl-nav {
    justify-content: center;
  }
}
.owl-nav button {
  margin: 0 5px;
  width: 45px;
  height: 45px;
  background-color: #fff !important;
  border: 1px solid #2c2c2c !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.owl-nav button img {
  width: 12px;
}

.offer-slider {
  padding: 0 0 100px;
  position: relative;
}
@media (max-width: 991px) {
  .offer-slider {
    padding: 0 0 70px;
  }
}
@media (max-width: 575px) {
  .offer-slider {
    padding: 0 0 50px;
  }
}
.offer-slider .owl-nav {
  justify-content: space-between;
  position: absolute;
  top: calc(50% - 45px);
  left: 15px;
  right: 15px;
}
@media (max-width: 991px) {
  .offer-slider .owl-nav {
    top: inherit;
    bottom: 50px;
  }
}
.offer-slider .owl-nav button {
  border: none !important;
}
.offer-slider .item {
  border-radius: 15px;
  overflow: hidden;
}
.offer-slider .item .left,
.offer-slider .item .right {
  padding: 0;
}
.offer-slider .item figcaption {
  text-align: center;
  background-color: #ff8900;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.offer-slider .item figcaption::after {
  position: absolute;
  content: "";
  left: calc(100% - 2px);
  top: 0;
  bottom: 0;
  width: 50px;
  border-radius: 0 50px 50px 0;
  background-color: #ff8900;
}
.offer-slider .item figcaption .wrap {
  padding: 30px;
}
.offer-slider .item figcaption h1 {
  font-size: 100px;
}
@media (max-width: 1400px) {
  .offer-slider .item figcaption h1 {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .offer-slider .item figcaption h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .offer-slider .item figcaption h1 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .offer-slider .item figcaption h1 {
    font-size: 40px;
  }
}
.offer-slider .item figcaption p {
  font-size: 16px;
}
.offer-slider .item figure {
  height: 100%;
}
.offer-slider .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testi-slider {
  background-image: url(../images/testimonial-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 12px 100px;
}
@media (max-width: 991px) {
  .testi-slider {
    padding: 0 12px 70px;
  }
}
@media (max-width: 575px) {
  .testi-slider {
    padding: 0 12px 50px;
  }
}
.testi-slider .owl-nav {
  display: none;
}
.testi-slider .top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 45px 0;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .testi-slider .top-bar {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .testi-slider .top-bar {
    margin-bottom: 30px;
    padding: 45px 0 30px;
  }
}
@media (max-width: 575px) {
  .testi-slider .top-bar {
    margin-bottom: 20px;
    padding: 45px 0 20px;
  }
}
.testi-slider .top-bar::before {
  position: absolute;
  content: "";
  left: 0;
  top: 40px;
  background: url(../images/icon.svg) no-repeat left top;
  width: 40px;
  height: 40px;
}
@media (max-width: 1199px) {
  .testi-slider .top-bar::before {
    background-size: 25px;
    top: 50px;
  }
}
@media (max-width: 991px) {
  .testi-slider .top-bar::before {
    top: 45px;
  }
}
@media (max-width: 575px) {
  .testi-slider .top-bar::before {
    display: none;
  }
}
.testi-slider .top-bar::after {
  position: absolute;
  content: "";
  right: 0;
  top: 40px;
  background: url(../images/icon.svg) no-repeat left top;
  width: 40px;
  height: 40px;
}
@media (max-width: 1199px) {
  .testi-slider .top-bar::after {
    background-size: 25px;
    top: 50px;
  }
}
@media (max-width: 991px) {
  .testi-slider .top-bar::after {
    top: 45px;
  }
}
@media (max-width: 575px) {
  .testi-slider .top-bar::after {
    display: none;
  }
}
.testi-slider .top-bar ul {
  display: flex;
  position: relative;
}
@media (max-width: 575px) {
  .testi-slider .top-bar ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.testi-slider .top-bar ul::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  background: url(../images/icon.svg) no-repeat center;
}
@media (max-width: 1199px) {
  .testi-slider .top-bar ul::before {
    background-size: 25px;
  }
}
@media (max-width: 991px) {
  .testi-slider .top-bar ul::before {
    top: -5px;
  }
}
@media (max-width: 575px) {
  .testi-slider .top-bar ul::before {
    display: none;
  }
}
.testi-slider .top-bar ul li {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .testi-slider .top-bar ul li {
    width: auto;
  }
}
.testi-slider .top-bar ul li span {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
}
@media (max-width: 1199px) {
  .testi-slider .top-bar ul li span {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .testi-slider .top-bar ul li span {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .testi-slider .top-bar ul li span {
    white-space: nowrap;
    text-align: center;
  }
}
.testi-slider .top-bar ul li span::before {
  position: absolute;
  content: "";
  left: 45px;
  top: 15px;
  width: 20px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 991px) {
  .testi-slider .top-bar ul li span::before {
    display: none;
  }
}
.testi-slider .top-bar ul li span::after {
  position: absolute;
  content: "";
  right: 45px;
  top: 15px;
  width: 20px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 991px) {
  .testi-slider .top-bar ul li span::after {
    display: none;
  }
}
.testi-slider .item figcaption .pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto 50px;
}
@media (max-width: 991px) {
  .testi-slider .item figcaption .pic {
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .testi-slider .item figcaption .pic {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
}
.testi-slider .item figcaption .pic img {
  width: 100%;
}
.testi-slider .item figcaption h6 {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
}
@media (max-width: 1199px) {
  .testi-slider .item figcaption h6 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .testi-slider .item figcaption h6 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .testi-slider .item figcaption h6 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 575px) {
  .testi-slider .item figcaption h6 {
    font-size: 18px;
    line-height: 28px;
  }
}
.testi-slider .item figcaption p {
  margin: 50px 0;
  color: #fff;
  font-family: "Inconsolata";
  font-size: 28px;
  text-align: center;
}
@media (max-width: 1199px) {
  .testi-slider .item figcaption p {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .testi-slider .item figcaption p {
    font-size: 20px;
    margin: 25px 0;
  }
}
@media (max-width: 575px) {
  .testi-slider .item figcaption p {
    font-size: 14px;
    margin: 20px 0;
  }
}
.testi-slider .about-btn {
  display: flex;
  justify-content: center;
  color: #000;
}
.testi-slider .about-btn a {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 15px 50px;
  display: inline-block;
}

.products-list {
  padding: 100px 0;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 991px) {
  .products-list {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .products-list {
    padding: 50px 0;
  }
}
.products-list h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .products-list h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .products-list h2 {
    margin-bottom: 20px;
  }
}
.products-list .products-list-sld .item figcaption {
  margin-bottom: 15px;
}
.products-list .products-list-sld .item figcaption .category {
  font-size: 10px;
  font-weight: 600;
  color: #888888;
  text-transform: uppercase;
  margin-top: 10px;
}
.products-list .products-list-sld .item figcaption .category a {
  color: #888888;
}
.products-list .products-list-sld .item figcaption h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.products-list .products-list-sld .item figure {
  position: relative;
  margin-bottom: 0;
}
.products-list .products-list-sld .item figure > img {
  width: 100%;
}
.products-list .products-list-sld .item figure .percentage {
  left: 10px;
  top: 10px;
  padding: 3px 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff8900;
  border-radius: 6px;
  position: absolute;
  font-size: 12px;
  color: #fff;
}
.products-list .products-list-sld .item figure .wish {
  position: absolute;
  position: absolute;
  right: 10px;
  top: 10px;
}
.bed-list {
  overflow: hidden;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .bed-list {
    padding: 0 0 70px;
  }
}
@media (max-width: 575px) {
  .bed-list {
    padding: 0 0 50px;
  }
}
.bed-list h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .bed-list h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .bed-list h2 {
    margin-bottom: 20px;
  }
}
.bed-list .owl-nav {
  justify-content: center;
}
@media (max-width: 599px) {
  .bed-list .bed-sld {
    padding-left: 12px;
  }
}
.bed-list .bed-sld .item figure {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .bed-list .bed-sld .item figure {
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .bed-list .bed-sld .item figure {
    border-radius: 15px;
  }
}
.bed-list .bed-sld .item figure::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.bed-list .bed-sld .item figure .details {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 2;
}
.bed-list .bed-sld .item figure .details ul {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.bed-list .bed-sld .item figure .details ul li {
  padding: 0 5px;
}
.bed-list .bed-sld .item figure .details ul li .icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .bed-list .bed-sld .item figure .details ul li .icon {
    width: 35px;
    height: 35px;
  }
}
.bed-list .bed-sld .item figure .details ul li .icon img {
  width: 20px;
}
@media (max-width: 767px) {
  .bed-list .bed-sld .item figure .details ul li .icon img {
    font-size: 15px;
  }
}
.bed-list .bed-sld .item figure .details ul li .title {
  display: flex;
  color: #fff;
}
.bed-list .bed-sld .item figure .details ul li .title img {
  width: 15px;
  filter: brightness(0) invert(1);
  margin-left: 10px;
}

.faq {
  background: url(../images/faq-bg.png) no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
}
.faq .left {
  width: 45%;
}
@media (max-width: 991px) {
  .faq .left {
    display: none;
  }
}
.faq .left figure {
  border-radius: 0 20px 20px 0;
  height: 100%;
}
.faq .left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq .right {
  width: 55%;
  padding: 100px;
}
@media (max-width: 1199px) {
  .faq .right {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .faq .right {
    width: 100%;
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .faq .right {
    padding: 50px 20px;
  }
}
.faq .right h2 {
  font-size: 67px;
  color: #fff;
}
@media (max-width: 991px) {
  .faq .right h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .faq .right h2 {
    font-size: 36px;
  }
}
.faq .right .accordion {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .faq .right .accordion {
    margin-top: 20px;
  }
}
.faq .right .accordion .accordion-item {
  margin-bottom: 35px;
  border-radius: 50px;
  background-color: #fff;
  padding: 10px;
}
@media (max-width: 991px) {
  .faq .right .accordion .accordion-item {
    margin-bottom: 10px;
  }
}
.faq .right .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq .right .accordion .accordion-item .accordion-header {
  border-radius: 0;
}
.faq .right .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 24px;
  font-weight: 600;
  padding: 20px;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.faq .right .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #ff8900;
}
@media (max-width: 991px) {
  .faq .right .accordion .accordion-item .accordion-header .accordion-button {
    padding: 10px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .faq .right .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .faq .right .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
}
.faq .right .accordion .accordion-item .accordion-body {
  padding-top: 0;
}

.popular-product {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .popular-product {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .popular-product {
    padding: 50px 0;
  }
}
.popular-product h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .popular-product h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .popular-product h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .popular-product .container .sld-wrap {
    padding-right: 0;
  }
}
.popular-product .container .popular-carousel .item figure {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.popular-product .container .popular-carousel .item figure > img {
  width: 100%;
}
.popular-product .container .popular-carousel .item .details {
  display: flex;
  flex-direction: column;
  row-gap: 0px;
}
.popular-product .container .popular-carousel .item .details h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
.popular-product .container .popular-carousel .item .details .rate {
  display: flex;
  align-items: center;
  gap: 25px;
}
.popular-product .container .popular-carousel .item .details .rate .discount {
  color: #ff8900;
  font-weight: 700;
}

.newsletter {
  overflow: hidden;
}
.newsletter .container {
  border-top: 1px solid #d9d9d9;
  padding: 100px 12px;
}
@media (max-width: 991px) {
  .newsletter .container {
    padding: 70px 12px;
  }
}
@media (max-width: 575px) {
  .newsletter .container {
    padding: 50px 12px;
  }
}
.newsletter .head {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .newsletter .head {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .newsletter .head {
    margin-bottom: 20px;
  }
}
.newsletter .head ul {
  display: flex;
  align-items: center;
  margin: 0 15px;
}
@media (max-width: 575px) {
  .newsletter .head ul {
    flex-wrap: wrap;
  }
}
.newsletter .head ul li {
  padding: 0 15px;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .newsletter .head ul li {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .newsletter .head ul li {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .newsletter .head ul li {
    padding: 5px 15px;
  }
}
@media (max-width: 1199px) {
  .newsletter .head ul li:nth-of-type(2n), .newsletter .head ul li:first-child, .newsletter .head ul li:nth-of-type(5) {
    display: none;
  }
}
.newsletter .head ul li img {
  width: 40px;
}
@media (max-width: 1199px) {
  .newsletter .head ul li img {
    width: 25px;
  }
}
.newsletter .head ul li span {
  width: 20px;
  height: 1px;
  background-color: rgba(255, 137, 0, 0.4);
  display: inline-block;
}
.newsletter .box-wrap {
  display: flex;
  justify-content: center;
}
.newsletter .box-wrap .wrap {
  width: 525px;
}
.newsletter .box-wrap .wrap form label {
  text-align: center;
  font-family: "Inconsolata";
  font-size: 22px;
  width: 100%;
}
@media (max-width: 575px) {
  .newsletter .box-wrap .wrap form label {
    font-size: 15px;
  }
}
.newsletter .box-wrap .wrap form .field {
  position: relative;
  margin-top: 10px;
}
.newsletter .box-wrap .wrap form .field input {
  width: 100%;
  height: 56px;
  background-color: #1f3133;
  box-shadow: none;
  border: none;
  padding: 10px 110px 10px 25px;
  border-radius: 50px;
}
.newsletter .box-wrap .wrap form .field button {
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: 3px;
  background-color: #ff8900;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 50px;
  padding: 10px 25px;
  color: #fff;
}

section {
  overflow: hidden;
}

@media (max-width: 499px) {
  .sld-wrap {
    padding-right: 0;
  }
}

footer {
  background-color: #ff8900;
  padding: 80px 0 40px;
}
@media (max-width: 767px) {
  footer {
    padding: 50px 0 30px;
  }
}
@media (max-width: 767px) {
  footer .foot-left {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  footer .foot-right .foot-links {
    margin-bottom: 25px;
  }
}
footer .foot-right .foot-links h6 {
  color: #fff;
  margin-bottom: 10px;
}
footer .foot-right .foot-links ul li {
  margin-bottom: 5px;
}
footer .foot-right .foot-links ul li a {
  color: #000;
}
footer .copy {
  margin: 50px 0;
}
@media (max-width: 575px) {
  footer .copy {
    margin: 25px 0;
  }
}
footer .copy ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -12px;
}
@media (max-width: 575px) {
  footer .copy ul {
    justify-content: center;
  }
}
footer .copy ul li {
  padding: 0 12px;
}
footer .copy ul li a {
  color: #000;
}
footer .copy ul li a:first-child {
  margin-right: 15px;
}
footer .since {
  display: flex;
  justify-content: center;
}
footer .since img {
  max-width: 600px;
  width: 100%;
}

@media (max-width: 575px) {
  .mob-row {
    margin-left: -6px;
    margin-right: -6px;
  }
}

.products {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .products {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .products {
    padding: 50px 0;
  }
}
.products h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .products .sidebar {
    display: none;
  }
}
.products .pr-box {
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .products .pr-box {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 15px;
  }
}
.products .pr-box figure {
  position: relative;
}
@media (max-width: 575px) {
  .products .pr-box figure {
    margin-bottom: 8px;
  }
}
.products .pr-box figure > img {
  width: 100%;
}
.products .pr-box figure .percentage {
  left: 10px;
  top: 10px;
  padding: 3px 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff8900;
  border-radius: 6px;
  position: absolute;
  font-size: 12px;
  color: #fff;
}
.products .pr-box figure .wish {
  position: absolute;
  position: absolute;
  right: 10px;
  top: 10px;
}
.products .pr-box .details {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.products .pr-box .details .colors ul {
  display: flex;
  align-items: center;
  gap: 6px;
}
.products .pr-box .details .colors ul li button {
  width: 16px;
  border-radius: 50px;
  height: 16px;
  display: flex;
  border: none;
}
.products .pr-box .details .colors ul li button.selected {
  border: 1px solid #222222;
}
.products .pr-box .details .colors ul li button.pluscount {
  font-size: 10px;
  color: #000;
  background-color: transparent;
}
.products .pr-box .details .category {
  font-size: 10px;
  font-weight: 600;
  color: #888888;
  text-transform: uppercase;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .products .pr-box .details .category {
    margin-top: 5px;
  }
}
.products .pr-box .details h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 575px) {
  .products .pr-box .details h5 {
    font-size: 14px;
    font-weight: 500;
  }
}
.products .pr-box .details .rate {
  display: flex;
  align-items: center;
  gap: 25px;
}
.products .pr-box .details .rate .actual {
  color: #979797;
}
.products .pr-box .details .rate .discount {
  color: #ff8900;
  font-weight: 700;
}
.products .filter-wrap {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .products .filter-wrap {
    margin-bottom: 25px;
  }
}
.products .filter-wrap .inner {
  background-color: #1f3133;
  padding: 25px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .products .filter-wrap .inner {
    padding: 12px;
  }
}
.products .filter-wrap .search-wrap {
  padding-right: 0;
}
@media (max-width: 991px) {
  .products .filter-wrap .search-wrap {
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .products .filter-wrap .search-wrap {
    padding-right: 6px;
    margin-bottom: 0;
  }
}
.products .filter-wrap .search-wrap form {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.products .filter-wrap .search-wrap form input {
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
}
.products .filter-wrap .search-wrap form input[type=submit] {
  width: 100px;
  background: #ff8900;
  width: 50px;
  background: #494949 url(../images/white-search.svg) center no-repeat;
  background-size: 25px;
  font-size: 0;
}
.products .filter-wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
  box-sizing: border-box;
}
.products .filter-wrap ul li {
  width: 25%;
  padding: 0 6px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .products .filter-wrap ul li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .products .filter-wrap ul li {
    width: 100%;
  }
}
.products .filter-wrap ul li:first-child {
  width: 50%;
}
@media (max-width: 991px) {
  .products .filter-wrap ul li:first-child {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .products .filter-wrap ul li:first-child {
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .products .filter-wrap ul li:last-child {
    width: 100%;
  }
}
.products .filter-wrap ul li:last-child input {
  width: 100%;
}
@media (max-width: 575px) {
  .products .filter-wrap ul li:last-child {
    margin-top: 12px;
  }
}
.products .filter-wrap ul li .search-wrap {
  display: flex;
  position: relative;
}
.products .filter-wrap ul li .search-wrap input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
}
.products .filter-wrap ul li input {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
  padding: 10px 105px 10px 15px;
}
.products .filter-wrap ul li input[type=submit] {
  width: 100px;
  background-color: #ff8900;
  color: #fff;
  padding: 10px 15px;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0 3px 3px 0;
}
.products .filter-wrap ul li .select-dropdown__list {
  display: block;
  margin: 0;
}
.products .filter-wrap ul li .select-dropdown__list li {
  width: 100% !important;
  padding: 10px !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.products .select-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
}
.products .select-dropdown:last-child {
  margin-right: 0px;
}
.products .select-dropdown__button {
  padding: 12px 35px 12px 15px;
  background-color: #ffffff;
  color: #6f6f6f;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  height: 50px;
  padding: 15px;
}
.products .select-dropdown__button .select-dropdown {
  white-space: nowrap;
  overflow: hidden;
}
.products .select-dropdown__button::focus {
  outline: none;
}
.products .select-dropdown__button .zmdi-chevron-down {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  opacity: 0.4;
}
.products .select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #e8e8e8;
  border-top: 0px solid transparent;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 2;
}
.products .select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}
.products .select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #ffffff;
  border-top: 1px solid #e8e8e8;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #b7b7b7;
  text-align: left;
  transition: all ease-in-out 0.3s;
}
.products .select-dropdown__list-item:hover {
  background-color: #ff8900;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
.products .sidebar_out {
  background: #f9f9f9;
  border-radius: 15px;
  padding: 30px;
  width: 96%;
}
@media (max-width: 1230px) {
  .products .sidebar_out {
    width: 100%;
    padding: 4px 0px;
  }
}
.products .sidebar_out h2 {
  margin-bottom: 0;
}
.products .sidebar_out .accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #efefef;
}
.products .sidebar_out .accordion .accordion-item .accordion-header .accordion-button {
  background: transparent;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 500;
  box-shadow: none;
  display: flex;
  flex-direction: row-reverse;
  text-align: left;
  justify-content: flex-end;
}
@media (max-width: 1300px) {
  .products .sidebar_out .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .products .sidebar_out .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
    padding: 10px 0;
  }
}
.products .sidebar_out .accordion .accordion-item .accordion-header .accordion-button::after {
  width: 31px;
  margin: 0 0 0 0px !important;
  background: url(../images/arrow_side.svg) center no-repeat;
}
.products .sidebar_out .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background: url(../images/arrow_down.svg) center no-repeat;
}
.products .sidebar_out .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed), .products .sidebar_out .accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #ff8900;
}
.products .sidebar_out .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 15px 15px 5px 15px;
  border-radius: 15px;
  margin: 0px 0 10px 0;
}
@media (max-width: 1230px) {
  .products .sidebar_out .accordion .accordion-item .accordion-collapse .accordion-body {
    margin: 0px 8px 10px 8px;
  }
}
.products .sidebar_out .accordion .accordion-item .accordion-collapse .accordion-body ul li a {
  display: block;
  border-radius: 8px;
  margin-bottom: 12px;
  color: #5e5e5e;
  font-weight: 400;
}
@media (max-width: 1230px) {
  .products .sidebar_out .accordion .accordion-item .accordion-collapse .accordion-body ul li a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .products .sidebar_out .accordion .accordion-item .accordion-collapse .accordion-body ul li a {
    font-size: 13px;
    padding: 4px 11px;
  }
}
.products .sidebar_out .accordion .accordion-item .accordion-collapse .accordion-body ul li a.active, .products .sidebar_out .accordion .accordion-item .accordion-collapse .accordion-body ul li a:hover {
  color: #000;
  border-color: #ff8900;
}

.contact-us {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .contact-us {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .contact-us {
    padding: 50px 0;
  }
}
.contact-us .address h6 {
  margin-bottom: 10px;
}
.contact-us .address p {
  line-height: 24px;
  margin-bottom: 5px;
}
.contact-us .address p a {
  color: #000;
}
.contact-us .address p a span {
  transition: 500ms all;
}
.contact-us .address p a:hover span {
  color: #ff8900;
}
.contact-us .address p a:hover {
  color: #ff8900;
}
.contact-us .map {
  margin-top: 50px;
}
.contact-us .map iframe {
  height: 100%;
  min-height: 350px;
  border: 10px solid rgba(217, 217, 217, 0.1) !important;
  display: block;
}
@media (max-width: 991px) {
  .contact-us .form-wrap {
    margin-top: 25px;
  }
}
.contact-us .form-wrap .row {
  margin: 0;
  padding: 50px 35px;
  background: #f3f3f3;
}
@media (max-width: 575px) {
  .contact-us .form-wrap .row {
    padding: 30px 20px;
  }
}
.contact-us .form-wrap .row .row {
  padding: 0;
  background: transparent;
}
.contact-us .form-wrap .row div#wpcf7-f74-o1 {
  padding: 0;
}
.contact-us .form-wrap .form-group {
  margin-bottom: 15px;
}
.contact-us .form-wrap .submit {
  display: flex;
  margin: 0 -5px;
}
.contact-us .form-wrap .submit input {
  margin: 0 5px;
  width: auto;
}
.contact-us .form-wrap .submit p {
  display: flex;
  flex-direction: row-reverse;
}
.contact-us .form-wrap input {
  height: 50px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ced4da;
  padding-left: 0;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent;
  color: #fff;
}
.contact-us .form-wrap input::placeholder {
  color: #000;
}
.contact-us .form-wrap input.button {
  padding: 12px 30px;
  background: #000;
  color: #fff;
  border: none;
  width: auto;
  height: 50px;
  transition: 600ms all;
}
.contact-us .form-wrap input.button:first-child {
  background: #ff8900;
  color: #fff;
}
.contact-us .form-wrap input.button:hover {
  background: #ff8900;
  color: #000;
}
.contact-us .form-wrap textarea {
  height: 116px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ced4da;
  padding-left: 0;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent;
  color: #fff;
}
.contact-us .form-wrap textarea::placeholder {
  color: #000;
}

.about-page {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .about-page {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .about-page {
    padding-top: 50px;
  }
}
.about-page .abt-logo {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  transform: rotate(180deg);
  opacity: 0.03;
}
.about-page .abt-logo img {
  width: auto;
  height: 100%;
}
@media (max-width: 767px) {
  .about-page .wel-left {
    display: none;
  }
}
.about-page .wel-left .inner {
  border-radius: 15px;
  overflow: hidden;
}
.about-page .wel-left .inner img {
  width: 100%;
}
.about-page .wel-right {
  display: flex;
  align-items: center;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .about-page .wel-right {
    padding-left: 12px;
  }
}
.about-page .wel-right h3 {
  margin-bottom: 20px;
  font-weight: 700;
}
.about-page .wel-right h3 span {
  color: #ff8900;
}
.about-page .wel-right h5 {
  margin-bottom: 15px;
}
.about-page .wel-right ul li {
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .about-page .wel-right ul li b {
    display: block;
  }
}
.about-page .why-row {
  margin: 80px -12px;
}
@media (max-width: 767px) {
  .about-page .why-row {
    margin: 20px -12px;
  }
}
.about-page .why-row h5 {
  margin-bottom: 25px;
}
.about-page .why-row ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.about-page .why-row ul li {
  padding: 0 12px;
  width: 33.333%;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .about-page .why-row ul li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .about-page .why-row ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-page .why-row ul li:last-child {
    width: 100%;
  }
}
.about-page .why-row ul li .inner {
  padding: 30px;
  background-color: #f3f3f3;
  border: 1px solid #ececec;
  height: 100%;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .about-page .why-row ul li .inner {
    padding: 20px;
  }
}
.about-page .why-row ul li .inner h6 {
  margin-bottom: 10px;
}
.about-page .why-row ul li .inner p {
  margin-bottom: 0;
}

.product-page {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .product-page {
    padding: 100px 0 76px;
  }
}
@media (max-width: 767px) {
  .product-page {
    padding: 80px 0 56px;
  }
}
@media (max-width: 575px) {
  .product-page {
    padding: 50px 0 26px;
  }
}
@media (max-width: 575px) {
  .product-page .row {
    margin: 0 -6px;
  }
}
.product-page .pr-box {
  margin-bottom: 20px;
  width: 20%;
}
@media (max-width: 1400px) {
  .product-page .pr-box {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .product-page .pr-box {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .product-page .pr-box {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .product-page .pr-box {
    padding: 0 6px;
    margin-bottom: 12px;
  }
}
.product-page .pr-box .inner {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  display: block;
}
.product-page .pr-box .inner.shine::before {
  left: -85%;
}
.product-page .pr-box .inner figure {
  margin-bottom: 0;
  overflow: hidden;
}
.product-page .pr-box .inner figcaption {
  padding: 15px 20px;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.product-page .pr-box .inner figcaption h6 {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .product-page .pr-box .inner figcaption h6 {
    font-size: 16px;
  }
}
.product-page .pr-box .inner figcaption ul {
  display: flex;
  margin: 0 -6px;
}
.product-page .pr-box .inner figcaption ul li {
  padding: 0 6px;
  font-size: 15px;
}
@media (max-width: 1199px) {
  .product-page .pr-box .inner figcaption ul li {
    font-size: 14px;
  }
}
.product-page .pr-box .inner figcaption ul li span {
  color: #3d3d3d;
  text-decoration: line-through;
}
.product-page .pr-box .inner:hover figure img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.product-page .pr-box .inner:hover figcaption {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.product-page .pr-box .inner:hover figcaption h6 {
  color: #000;
}
.product-page .pr-box .inner:hover figcaption ul li {
  color: #000;
}
.product-page .pr-box .inner:hover figcaption ul li span {
  color: #a7a7a7;
}
.product-page .single-left .inner {
  border-radius: 10px;
  overflow: hidden;
}
.product-page .single-left .inner img {
  width: 100%;
}
.product-page .single-right .inner {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .product-page .single-right .inner {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .product-page .single-right .inner {
    padding-left: 0;
    margin-top: 30px;
  }
}
.product-page .single-right .inner p {
  margin: 15px 0;
  font-size: 16px;
}
.product-page .single-right .inner .colors {
  margin-bottom: 15px;
}
.product-page .single-right .inner .colors h6 {
  margin-bottom: 10px;
}
.product-page .single-right .inner h6 span {
  font-weight: 400;
}
.product-page .single-right .inner ul {
  display: flex;
  margin: 0 -6px;
}
.product-page .single-right .inner ul li {
  padding: 0 6px;
}
.product-page .single-right .inner ul li span {
  color: #3d3d3d;
  text-decoration: line-through;
}
.product-page .single-right .inner h3 {
  margin-bottom: 10px;
}
.product-page .single-right .inner h6 {
  margin-bottom: 15px;
}
.product-page .single-right .inner .table {
  width: auto;
  min-width: 350px;
}
@media (max-width: 575px) {
  .product-page .single-right .inner .table {
    min-width: 100%;
  }
}
.product-page .single-right .inner .table tr:first-child td,
.product-page .single-right .inner .table tr:first-child th {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.product-page .single-right .inner .table th,
.product-page .single-right .inner .table td {
  background-color: transparent;
  font-weight: 300;
  font-size: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product-page .single-right .inner .table th {
  padding-left: 0;
}
.product-page .single-right .inner .btn-wrap button {
  padding: 10px 20px;
}
.product-page .single-right .inner .btn-wrap .quantity {
  float: none;
}
.product-page .single-right .inner a {
  display: flex;
  align-items: center;
  background-color: #ff8900;
  padding: 10px 20px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #000;
  margin-top: 15px;
}
.product-page .single-right .inner a:hover {
  background-color: #000;
  color: #ffffff;
}

.privacy {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .privacy {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .privacy {
    padding: 50px 0;
  }
}
.privacy h3 {
  margin-bottom: 10px;
}
.privacy h6 {
  margin-bottom: 10px;
}/*# sourceMappingURL=styles.css.map */