@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name:  Varvara spa & Beauty   bootstrap 5 Template
    Author: Dardos
    Author URL: https://dardostech.com/
    Support: https://dardostech.com/
    Description: Spa & beauty 
    Version: 1.1


-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
    02. Elements CSS
        2.1 - Blockquote CSS
        2.2 - Form CSS
        2.3 - Button CSS
    03. Header CSS
        3.1 - Header CSS
        3.2 - Offcanvas CSS
    04. Pages CSS (All Page Styles)
        4.1 - Slider CSS
        4.2 - Features CSS
        4.3 - About CSS
        4.4 - Services CSS
        4.5 - Why Choose CSS
        4.6 - Pricing CSS
        4.7 - Call To Action CSS
        4.8 - Testimonail CSS
        4.9 - Blog CSS
        4.10 - Brand CSS
        4.11 - Page Banner CSS
        4.12 - Video CSS
        4.13 - Team CSS
        4.14 - Hot Ston Spa CSS
        4.15 - Packages CSS
        4.16 - Blog Details CSS
        4.17 - Shop CSS
        4.18 - Product details CSS
        4.19 - Therapy Details CSS
        4.20 - Contact CSS
        4.21 - Registration & Login Form CSS
        4.22 - FAQ'S CSS
        4.23 - Cart CSS
        4.24 - Compare CSS
        4.25 - Checkout CSS
        4.26 - My Account CSS
        4.27 - Error CSS
    05. Widget CSS
        5.1 - Sidebar Widget CSS
        5.2 - Footer Widget CSS
    07. Footer CSS



-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600;700;800&amp;family=Playfair+Display:wght@400;500;600;700;800;900&amp;display=swap");
/*-- Common Style --*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.no-js{
  width: fit-content;
}

body {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
  font-family: "Karla", sans-serif;
  color: #4c4c4c;
  outline: none;
  visibility: visible;
  overflow-X: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: "";
}
body[dir=rtl] {
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  color: #333333;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 0;
}

h1 {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: 0;
}
a:focus, button:focus, img:focus, input:focus {
  outline: 0;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #faa292;
}

ul, ol {
  padding: 0;
  list-style: none;
  margin: 0;
}

button, input[type=submit] {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

/*-- Common Classes --*/
.section,
.main-wrapper {
  float: left;
  width: 100%;
}

.main-wrapper {
  overflow-X: hidden;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
/*--Tab Content & Pane Fix--*/
.tab-content {
  width: 100%;
  margin-top: 30px;
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/*--Section Spacing--*/
.section-padding {
  padding-top: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
  }
}

.section-padding-02 {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-02 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-02 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/*--Section Title--*/
.section-title {
  padding-top: 26px;
}
.section-title .sub-title {
  font-size: 16px;
  font-weight: 500;
  font-family: "Karla", sans-serif;
  color: #4c4c4c;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
}
.section-title .sub-title::before {
  position: absolute;
  content: "";
  width: 98px;
  height: 73px;
  background-image: url(../images/shape/shape-1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  left: -35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.5;
  -webkit-animation: movebounce2 3s linear infinite;
          animation: movebounce2 3s linear infinite;
}
.section-title .title {
  font-size: 50px;
  font-weight: 700;
  color: #faa292;
  line-height: 1.2;
  margin-top: 10px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title .title .shape {
    display: none;
  }
}
.section-title .title u {
  text-decoration: none;
  position: relative;
}
.section-title .title u::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #faa292;
  left: 0;
  bottom: 3px;
}
.section-title > p {
  max-width: 470px;
  margin-top: 15px;
}
.section-title.text-center .sub-title::before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: movebounce 3s linear infinite;
          animation: movebounce 3s linear infinite;
}
.section-title.text-center > p {
  margin: 15px auto 0;
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translate(-35%, -50%);
            transform: translate(-35%, -50%);
  }
  50% {
    -webkit-transform: translate(-60%, -50%);
            transform: translate(-60%, -50%);
  }
  100% {
    -webkit-transform: translate(-35%, -50%);
            transform: translate(-35%, -50%);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translate(-35%, -50%);
            transform: translate(-35%, -50%);
  }
  50% {
    -webkit-transform: translate(-60%, -50%);
            transform: translate(-60%, -50%);
  }
  100% {
    -webkit-transform: translate(-35%, -50%);
            transform: translate(-35%, -50%);
  }
}
@-webkit-keyframes movebounce2 {
  0% {
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
  50% {
    -webkit-transform: translate(30px, -50%);
            transform: translate(30px, -50%);
  }
  100% {
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
}
@keyframes movebounce2 {
  0% {
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
  50% {
    -webkit-transform: translate(30px, -50%);
            transform: translate(30px, -50%);
  }
  100% {
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
}
/*--Page Pagination--*/
/* .page-pagination {
  margin-top: 60px;
}
.page-pagination .pagination li {
  font-size: 16px;
  font-weight: 700;
}
.page-pagination .pagination li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  color: #000000;
}
.page-pagination .pagination li.active a {
  background-color: #faa292;
  color: #ffffff;
} */

/*--Custom Animation--*/
.movebounce-01 {
  -webkit-animation: movebounce3 3s linear infinite;
          animation: movebounce3 3s linear infinite;
}

.movebounce-02 {
  -webkit-animation: movebounce4 3s linear infinite;
          animation: movebounce4 3s linear infinite;
}

@-webkit-keyframes movebounce3 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes movebounce3 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes movebounce4 {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
@keyframes movebounce4 {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
.movebounce-03 {
  -webkit-animation: movebounce5 3s linear infinite;
          animation: movebounce5 3s linear infinite;
}

@-webkit-keyframes movebounce5 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce5 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/*----------------------------------------*/
/*  02. Elements CSS
/*----------------------------------------*/
/*--
/*  2.1 - Blockquote CSS
/*----------------------------------------*/









/*----------------------------------------*/
/*  03. Header CSS
/*----------------------------------------*/
/*--
/*  3.1 - Header CSS
/*----------------------------------------*/
.header-area {
  padding: 0px 0;
  background-color: #faa292;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-area {
    padding: 15px 0;
  }
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 575px) {
  .header-logo a img {
    width: 150px;
  }
}

.header-navbar .navbar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-navbar .navbar-menu li {
  padding: 40px 23px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navbar .navbar-menu li {
    padding: 30px 16px;
  }
}
.header-navbar .navbar-menu li:first-child {
  padding-left: 0;
}
.header-navbar .navbar-menu li:last-child {
  padding-right: 0;
}
.header-navbar .navbar-menu li a {
  font-size: 20px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #faa292;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navbar .navbar-menu li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navbar .navbar-menu li:nth-last-child(1) > .sub-menu li > .sub-menu, .header-navbar .navbar-menu li:nth-last-child(2) > .sub-menu li > .sub-menu, .header-navbar .navbar-menu li:nth-last-child(3) > .sub-menu li > .sub-menu {
    left: auto;
    right: 100%;
  }
}
.header-navbar .navbar-menu li .menu-icon {
  display: inline-block;
  margin-left: 5px;
}
.header-navbar .navbar-menu li .menu-icon::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 20px;
  color: #faa292;
}
.header-navbar .navbar-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-navbar .sub-menu {
  position: absolute;
  top: 110%;
  left: 0;
  width: 270px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 20px rgba(24, 30, 35, 0.1);
          box-shadow: 2px 2px 20px rgba(24, 30, 35, 0.1);
  border-top: 2px solid #6c757d;
  padding: 10px 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-navbar .sub-menu li {
  padding: 0;
}
.header-navbar .sub-menu li a {
  padding: 8px 20px;
  color: #4c4c4c;
  font-weight: 600;
  font-size: 14px;
  display: block;
}
.header-navbar .sub-menu li a::before {
  display: none;
}
.header-navbar .sub-menu li a.active {
  color: #faa292;
}
.header-navbar .sub-menu li.active > a, .header-navbar .sub-menu li:hover > a {
  color: #faa292;
  padding-left: 30px;
}
.header-navbar .sub-menu li .menu-icon {
  margin-left: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-navbar .sub-menu li .menu-icon::after {
  content: "\f105";
}
.header-navbar .sub-menu li .sub-menu {
  left: 100%;
  top: 0px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
.header-navbar .sub-menu li:hover .sub-menu {
  top: -12px;
  opacity: 1;
  visibility: visible;
}

.header-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-meta > * {
  margin-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-meta > * {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .header-meta > * {
    margin-left: 15px;
  }
}
.header-meta > *:first-child {
  margin-left: 0;
}
.header-meta .shopping-cart {
  position: relative;
  font-size: 30px;
  color: #faa292;
  padding: 0;
  padding-right: 12px;
  background: none;
  border: 0;
  line-height: 1.5;
}
@media only screen and (max-width: 575px) {
  .header-meta .shopping-cart {
    font-size: 24px;
    padding-right: 8px;
  }
}
.header-meta .shopping-cart .number {
  width: 24px;
  height: 24px;
  line-height: 22px;
  border: 1px solid #ffffff;
  background-color: #fdd9d4;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: 700;
  color: #181e23;
}
@media only screen and (max-width: 575px) {
  .header-meta .shopping-cart .number {
    width: 18px;
    height: 18px;
    line-height: 16px;
  }
}
.header-meta .setting {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border: 0;
  background-color: #faa292;
  color: #181e23;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .header-meta .setting {
    font-size: 16px;
    width: 26px;
    height: 26px;
  }
}
.header-meta .dropdown-cart {
  left: auto !important;
  right: -30px !important;
  width: 350px;
  top: 76px !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-meta .dropdown-cart {
    top: 65px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-meta .dropdown-cart {
    top: 59px !important;
  }
}
@media only screen and (max-width: 575px) {
  .header-meta .dropdown-cart {
    width: 260px;
    top: 51px ​ !important;
    right: -80px !important;
  }
}
.header-meta .dropdown-cart ul {
  max-height: 292px;
  overflow-y: auto;
  padding: 0 30px;
}
@media only screen and (max-width: 575px) {
  .header-meta .dropdown-cart ul {
    padding: 0 15px;
  }
}
.header-meta .dropdown-cart ul li {
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}
.header-meta .dropdown-cart .cart-price {
  overflow: hidden;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .header-meta .dropdown-cart .cart-price {
    padding: 15px;
  }
}
.header-meta .dropdown-cart .cart-price .price-inline {
  overflow: hidden;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-meta .dropdown-cart .cart-price .price-inline .label {
  font-weight: 700;
  color: #9b9b9b;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
}
@media only screen and (max-width: 575px) {
  .header-meta .dropdown-cart .cart-price .price-inline .label {
    font-size: 14px;
  }
}
.header-meta .dropdown-cart .cart-price .price-inline .value {
  font-weight: 600;
  color: #9b9b9b;
  font-size: 16px;
  font-family: "Playfair Display", serif;
}
@media only screen and (max-width: 575px) {
  .header-meta .dropdown-cart .cart-price .price-inline .value {
    font-size: 14px;
  }
}
.header-meta .dropdown-cart .cart-price .cart-total .price-inline .label {
  font-weight: 700;
  color: #0f0f0f;
}
.header-meta .dropdown-cart .cart-price .cart-total .price-inline .value {
  font-weight: 700;
  color: #0f0f0f;
}
.header-meta .dropdown-cart .checkout-btn {
  padding: 0 30px 30px 30px;
}
@media only screen and (max-width: 575px) {
  .header-meta .dropdown-cart .checkout-btn {
    padding: 0 15px 15px 15px;
  }
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-meta .dropdown-cart .checkout-btn .btn {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
}
.header-meta .dropdown-setting {
  left: auto !important;
  right: 0px !important;
  top: 74px !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  width: 160px;
  padding: 8px 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0px 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  display: none !important;
}
.header-meta .dropdown-setting.show {
  display: block !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-meta .dropdown-setting {
    top: 62px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-meta .dropdown-setting {
    top: 55px !important;
  }
}
@media only screen and (max-width: 575px) {
  .header-meta .dropdown-setting {
    top: 48px !important;
  }
}
.header-meta .dropdown-setting li {
  line-height: 25px;
}
.header-meta .dropdown-setting li a {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  font-size: 14px;
  color: #181e23;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.header-meta .header-toggle .toggle {
  padding: 0;
  border: 0;
  background: none;
}
.header-meta .header-toggle .toggle span {
  width: 25px;
  height: 2px;
  display: block;
  background-color: #faa292;
  margin: 5px 0;
}

.single-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-cart-item .cart-thumb {
  position: relative;
}
.single-cart-item .cart-thumb img {
  width: 85px;
}
@media only screen and (max-width: 575px) {
  .single-cart-item .cart-thumb img {
    width: 75px;
  }
}
.single-cart-item .cart-thumb .product-quantity {
  position: absolute;
  top: 5px;
  left: 5px;
  min-width: 20px;
  line-height: 20px;
  border-radius: 100%;
  padding: 0;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  background-color: #faa292;
}
.single-cart-item .cart-item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  padding-right: 20px;
  overflow: hidden;
  position: relative;
}
.single-cart-item .cart-item-content .product-name {
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  color: #181e23;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  color: #4c4c4c;
}
.single-cart-item .cart-item-content .product-price {
  display: block;
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #555555;
  font-family: "Playfair Display", serif;
}
.single-cart-item .cart-item-content .attributes-content {
  margin-top: 5px;
}
.single-cart-item .cart-item-content .attributes-content span {
  font-size: 14px;
  line-height: 20px;
  color: #909296;
  display: block;
  font-weight: 400;
}
.single-cart-item .cart-item-content .attributes-content span strong {
  font-weight: 400;
}
.single-cart-item .cart-item-content .cart-remove {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #4c4c4c;
  font-size: 18px;
  line-height: 1.2;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 0;
  border: 0;
  background: none;
}
.single-cart-item .cart-item-content .cart-remove:hover {
  color: #faa292;
}

.sticky {
  position: fixed;
  background-color: #faa292;
}
.sticky .header-navbar .navbar-menu li {
  padding: 25px 23px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sticky .header-navbar .navbar-menu li {
    padding: 30px 18px;
  }
}
.sticky .header-navbar .navbar-menu li:first-child {
  padding-left: 0;
}
.sticky .header-navbar .navbar-menu li:last-child {
  padding-right: 0;
}
.sticky .header-navbar .sub-menu li {
  padding: 0;
}
.sticky .header-meta .dropdown-cart {
  top: 61px !important;
}
.sticky .header-meta .dropdown-account {
  top: 58px !important;
}
.sticky .header-meta .dropdown-setting {
  top: calc(100% + 25px) !important;
}

/*--
/*  3.2 - Offcanvas CSS
/*----------------------------------------*/
.offcanvas {
  width: 300px;
  background-color: #181e23;
}
.offcanvas .logo img {
  width: 130px;
}
.offcanvas .close {
  width: 25px;
  height: 25px;
  border: 0;
  background: none;
}
.offcanvas .close span {
  width: 25px;
  height: 2px;
  background-color: #faa292;
  position: relative;
  display: block;
}
.offcanvas .close span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 1px;
}
.offcanvas .close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -1px;
}

.mobile-menu {
  padding: 0 0 30px;
}
.mobile-menu ul li {
  position: relative;
}
.mobile-menu ul li a {
  display: block;
  width: 100%;
  background: none;
  text-align: left;
  padding: 10px 15px;
  border: 0;
  font-size: 15px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: #faa292;
}
.mobile-menu ul li .menu-expand {
  position: absolute;
  right: 0px;
  top: 6px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}
.mobile-menu ul li .menu-expand::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 1px;
  background-color: #faa292;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mobile-menu ul li .menu-expand::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #faa292;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mobile-menu ul li.active > .menu-expand::after {
  height: 0;
}
.mobile-menu ul li ul {
  border-top: 0;
  display: none;
}
.mobile-menu ul li ul li a {
  padding-left: 12%;
}
.mobile-menu ul li ul li ul li a {
  padding-left: 18%;
}

/*----------------------------------------*/
/*  04. Pages CSS (All Page Styles)
/*----------------------------------------*/
/*--


/*--
/*  4.2 - Features CSS
/*----------------------------------------*/
.features-wrapper {
  margin-top: -30px;
}
.features-wrapper .active .single-feature {
  border-color: #faa292;
  background-color: #fff9f5;
  -webkit-box-shadow: 0px 21px 32px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 21px 32px 0px rgba(0, 0, 0, 0.13);
}

.single-feature {
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 40px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .single-feature {
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-feature {
    border-color: #faa292;
    background-color: #fff9f5;
    -webkit-box-shadow: 0px 21px 32px 0px rgba(0, 0, 0, 0.13);
            box-shadow: 0px 21px 32px 0px rgba(0, 0, 0, 0.13);
  }
}
.single-feature .title a {
  font-size: 28px;
  font-weight: 600;
  color: #faa292;
  margin-top: 20px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-feature .title a {
    font-size: 24px;
  }
}
.single-feature .title a:hover {
  color: #181e23;
}
.single-feature p {
  font-size: 16px;
  margin-top: 12px;
}
.single-feature .more {
  font-size: 16px;
  font-weight: 700;
  color: #faa292;
  margin-top: 15px;
}
.single-feature .more:hover {
  color: #181e23;
}

/*--
/*  4.3 - About CSS
/*----------------------------------------*/
.about-section {
  position: relative;
  z-index: 1;
}
.about-section .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section .shape-1 {
    width: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .shape-1 {
    width: 220px;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .shape-1 {
    display: none;
  }
}

.about-wrapper {
  margin-top: -50px;
}

.about-image {
  position: relative;
  margin-top: 50px;
  max-width: 540px;
}
.about-image::before {
  position: absolute;
  content: "";
  top: -2px;
  left: -2px;
  width: 101%;
  height: 101%;
  background-image: url(../images/about-shape.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-image img {
  width: 100%;
}

.about-content {
  margin-top: 50px;
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
  .about-content {
    padding: 0 30px;
  }
}
.about-content .section-title .title {
  display: inline;
  position: relative;
  z-index: 1;
}
.about-content .section-title .title .shape {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
  z-index: -1;
}
.about-content p {
  margin-top: 17px;
}
.about-content .text {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  max-width: 400px;
  margin-top: 20px;
}
.about-content .btn {
  margin-top: 42px;
}

/*--

/*--
/*  4.5 - Why Choose CSS
/*----------------------------------------*/
.single-choose {
  margin-top: 55px;
}
.single-choose .title {
  font-size: 20px;
  font-weight: 600;
  color: #faa292;
  letter-spacing: 1px;
}
.single-choose p {
  margin-top: 8px;
}

.choose-image {
  margin-top: 60px;
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
  .choose-image {
    padding: 0 50px;
  }
}
.choose-image .image {
  position: relative;
}
.choose-image .image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/why-chose.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.choose-image .image img {
  width: 100%;
}




/*--
/*  5.2 - Footer Widget CSS
/*----------------------------------------*/
.footer-widget-wrapper {
  padding-top: 20px;
}

.footer-widget {
  margin-top: 40px;
}
.footer-widget .widget-title {
  font-size: 28px;
  font-weight: 600;
  color: #faa292;
  letter-spacing: 1px;
}

.single-widget-info {
  padding-top: 15px;
}
.single-widget-info .title {
  font-size: 16px;
  font-weight: 700;
  font-family: "Karla", sans-serif;
  color: #181e23;
  padding-bottom: 4px;
}
.footer-widget-link {
  padding-top: 5px;
}
.footer-widget-link ul li {
  margin-top: 10px;
}
.footer-widget-book {
  padding-top: 25px;
}
.footer-widget-book .book-title {
  font-size: 20px;
  font-weight: 700;
  color: #faa292;
}
.footer-widget-book p {
  font-size: 22px;
  font-weight: 700;
  color: #181e23;
}

/*--
/*  07. Footer CSS
/*----------------------------------------*/
.footer-section {
  background-color: #fff9f5;
  position: relative;
  z-index: 1;
}
.footer-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../images/footer-overlay.webp);
  background-position: center center;
  background-size: cover;
  opacity: 0.05;
}

.footer-top {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.footer-top .shape-1 {
  position: absolute;
  top: -22px;
  left: 65px;
  z-index: -1;
  opacity: 0.5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-top .shape-1 {
    width: 150px;
    left: 35px;
  }
}
.footer-top .shape-2 {
  position: absolute;
  bottom: -22px;
  left: 65px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-top .shape-2 {
    width: 150px;
    left: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-top .shape-2 {
    display: none;
  }
}
.footer-top .shape-3 {
  position: absolute;
  bottom: -46px;
  right: 35px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-top .shape-3 {
    width: 300px;
    bottom: -25px;
  }
}

.newsletter-wrapper .title {
  font-size: 28px;
  font-weight: 600;
  color: #faa292;
  margin-top: 40px;
}
.newsletter-wrapper p {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  margin-top: 5px;
}
.newsletter-wrapper .newsletter-form {
  max-width: 470px;
  position: relative;
  margin: 0 auto;
  margin-top: 25px;
  z-index: 1;
  background-color: #faa292;
  border-radius: 50px;
}
.newsletter-wrapper .newsletter-form::before {
  position: absolute;
  content: "";
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border-radius: 50px;
  border: 1px solid #fdd9d4;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.newsletter-wrapper .newsletter-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  border-radius: 50px;
  height: 60px;
  padding: 0 30px;
  padding-right: 100px;
  font-weight: 700;
  color: #ffffff;
  background-color: transparent;
}
.newsletter-wrapper .newsletter-form .btn {
  position: absolute;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 0;
  color: #faa292;
  top: 10px;
  right: 10px;
  padding: 0 20px;
  font-weight: 500;
}
.newsletter-wrapper .newsletter-form .btn::before {
  display: none;
}
.newsletter-wrapper .newsletter-form .btn:hover {
  color: #ffffff;
}

.footer-copyright {
  padding: 10px 0 20px;
  background-color: #fea797;
}

.copyright-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .copyright-wrapper {
    display: block;
    text-align: center;
  }
}

.copyright-text {
  padding-top: 10px;
}
.copyright-text p {
  font-size: 17px;
  letter-spacing: 1px;
}
.copyright-text p a:hover {
  color: #ffffff;
}
.copyright-text p i {
  color: #ffffff;
}

.payment-method {
  padding-top: 10px;
}
.payment-method .payment-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .payment-method .payment-icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.payment-method .payment-icon li {
  margin-right: 25px;
}
.payment-method .payment-icon li:last-child {
  margin-right: 0;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  z-index: 99;
  text-align: center;
  -webkit-box-shadow: 2px 4px 8px rgba(52, 58, 64, 0.15);
          box-shadow: 2px 4px 8px rgba(52, 58, 64, 0.15);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #ffffff;
  background-color: #181e23;
  border: 0;
}
.back-to-top:focus, .back-to-top:hover {
  color: #ffffff;
  background-color: #faa292;
}

/* Start Map  */
.container-fluid {
  padding: 0;
}

.container-fluid iframe {
  width: 100%;
  height: 450px; 
}
/* End Map  */

.footer-widget-info{
  display: flex;
}

.single-widget-info{
  margin-right: 20px;
}


/* Footer Responsive */

.footer-widget-info {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
 
}

@media (min-width: 280px) and (max-width:020px) {
  
  .copyright-wrapper
  {
    max-width: 30%;
    display: grid;
    justify-items: center;
    justify-content: center;
    margin-top: 18px;
   
  }
}