@charset "UTF-8";
@import url(../01-base/_vars.scss);
body {
  font-family: "Libre Baskerville", serif;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

label {
  font-size: 16px;
}

.form-control {
  border: 1px solid #998879;
}

.section-padding {
  padding: 60px 0px;
}
@media (max-width: 768px) {
  .section-padding {
    padding: 20px 0px;
  }
}

.text-red {
  color: #eb060d !important;
}

.breadcrumb-padding {
  margin-top: 170px;
}

.section-padding-second {
  padding-top: 170px;
}
@media (max-width: 768px) {
  .section-padding-second {
    padding: 20px 0px;
  }
}

.bg-white {
  background-color: #fff;
}

.text-black {
  color: #000;
}

.pink-text {
  color: #da9593 !important;
}

.bg-pink {
  border-radius: 8px;
  background: rgba(255, 215, 217, 0.3);
}

.breadcrumb-wrapper .breadcrumb li {
  display: inline;
  list-style-type: none;
  margin-left: 0;
}
.breadcrumb-wrapper .breadcrumb li a {
  color: #666;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  line-height: 18px;
  /* 120% */
  letter-spacing: -0.15px;
}
.breadcrumb-wrapper .breadcrumb li:before {
  content: ">";
  padding: 3px;
}
.breadcrumb-wrapper .breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumb-wrapper .breadcrumb li:first-child:before {
  content: "";
  padding-left: 0;
  display: none;
}
.breadcrumb-wrapper .breadcrumb .active {
  color: #eb060d;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.title-top {
  justify-content: space-between;
  align-items: end;
  margin-bottom: 60px;
}
.title-top a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 480px) {
  .title-top {
    margin-bottom: 30px;
  }
}

.title-common .title-wrap {
  position: relative;
}
.title-common .title-wrap img {
  width: 630px;
  height: 50px;
}
@media (max-width: 768px) {
  .title-common .title-wrap img {
    width: 411px;
  }
  .title-common .title-wrap p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .title-common .title-wrap img {
    width: 262px;
  }
  .title-common .title-wrap p {
    font-size: 18px !important;
  }
}
.title-common .title-wrap p {
  position: absolute;
  left: 20px;
  top: 50%;
  font-size: 24px;
  transform: translateY(-50%);
}

.title-medium {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 31.2px */
}

.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-bold {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}

.common-btn {
  color: #000;
  background-color: #fbca34;
  border-radius: 8px;
  padding: 9px 30px;
  border: none;
}

.edit-btn {
  color: #000;
  background-color: #fbca34;
  border-radius: 8px;
  width: 100%;
  padding: 4px;
  border: none;
}

.readmore-btn {
  font-weight: 400;
  border-radius: 6px;
  font-size: 15px;
  line-height: 15px;
  font-family: "Libre Baskerville", serif;
  padding: 10px 14px;
  background-color: #fff;
  border: 1px solid #da9593;
}

.reg-btn {
  background-color: #fbca34;
  color: #000;
  padding: 14px;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  border: none;
  width: 100%;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}
.reg-btn:hover {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
}

.transparent-bg {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #000;
  transition: all ease-in 0.1s;
}
.transparent-bg:hover {
  background-color: #fbca34;
  border: 1px solid #fbca34;
}

.add-to-cart {
  border-radius: 6px;
  border: none;
  width: 100%;
  padding: 10px;
  background: #fbca34;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
@media (max-width: 1200px) {
  .add-to-cart {
    font-size: 17px;
  }
}

.labels-btn {
  padding: 8px 8px;
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  border-radius: 4px;
  border: 0.5px solid #3e2a21;
}

.swiper-inner-title-btn {
  display: flex;
  gap: 20px;
}
.swiper-inner-title-btn .hero-button {
  color: #3e2a21;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-style: normal;
  padding: 12px 20px;
  font-weight: 600;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid #da9593;
}
.swiper-inner-title-btn .hero-button span {
  color: #3e2a21;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.quantity-btn {
  padding: 5px;
}
.quantity-btn form {
  text-align: center;
  display: flex;
  align-items: center;
}
.quantity-btn .value-button {
  display: inline-block;
  margin: 0px;
  font-size: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  background: #f4e0df;
  -webkit-touch-callout: none;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-top: 0.5px solid #2e2e2e;
  border: none;
  border-bottom: 0.5px solid #2e2e2e;
  border-bottom: none;
}
.quantity-btn .value-button:hover {
  cursor: pointer;
}
.quantity-btn form #decrease {
  border-left: 0.5px solid #2e2e2e;
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}
.quantity-btn form #increase {
  margin-left: -4px;
  border-right: 0.5px solid #2e2e2e;
  border-radius: 0 8px 8px 0;
}
.quantity-btn form #input-wrap {
  margin: 0px;
  padding: 0px;
}
.quantity-btn input#number {
  text-align: center;
  border-radius: 0;
  border: none;
  border-top: 0.5px solid #2e2e2e;
  background: #f4e0df;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0.5px solid #2e2e2e;
  margin: 0px;
  width: 40px;
  height: 40px;
}
.quantity-btn input[type=number]::-webkit-inner-spin-button,
.quantity-btn input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-btn input {
  border: none;
  border-radius: 4px;
  text-align: center;
  max-width: 200px;
}

.product-card {
  padding: 12px 12px;
  border-radius: 8px;
  margin-bottom: 15px;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(62, 42, 33, 0.1);
  display: flex;
  flex-direction: column;
}
.product-card .product-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-card .product-img:after {
  content: "";
  padding-top: 66%;
  display: block;
}
.product-card .product-card-title {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.product-card .product-card-title h4 {
  margin-bottom: 0;
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.product-card .product-card-title span {
  color: #2e2e2e;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
}
.product-card .product-card-spec-title h5 {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  margin-top: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
}
.product-card .product-card-spec-desc ul {
  padding: 0;
}
.product-card .product-card-spec-desc ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  list-style-type: none;
}
.product-card .product-card-spec-desc ul li p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.product-card .prodcut-card-add-cart {
  gap: 16px;
  display: flex;
  align-items: center;
  margin-top: auto;
}
.product-card .prodcut-card-add-cart input {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  text-align: center;
  border: 0.5px solid #2e2e2e;
  background: #f4e0df;
}
.product-card .wishlist-delete-btn {
  border: none;
}

.single-cart-order {
  border-bottom: 0.5px dashed #000;
  display: flex;
  gap: 20px;
  padding: 30px 0px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .single-cart-order {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
.single-cart-order .single-cart-order-left .cart-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 160px;
  height: 134px;
}
.single-cart-order .single-cart-order-right .product-description .product-name {
  width: 60%;
}
.single-cart-order .single-cart-order-right .product-description .product-name p {
  color: #3e2a21;
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  margin-bottom: 10px !important;
}
.single-cart-order .single-cart-order-right .product-description .product-name p:nth-child(2) {
  font-size: 15px;
  margin-bottom: 0 !important;
  font-family: "Libre Baskerville", serif;
}
.single-cart-order .single-cart-order-right .product-description .price {
  width: 40%;
  display: flex;
  align-items: end;
  flex-direction: column;
  justify-content: end;
}
.single-cart-order .single-cart-order-right .product-description .price p {
  color: #3e2a21;
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
.single-cart-order .single-cart-order-right .product-description .price p:nth-child(2) {
  font-size: 16px;
  font-family: "Libre Baskerville", serif;
}
.single-cart-order .single-cart-order-right .product-buttons {
  justify-content: space-between;
}
@media (max-width: 769px) {
  .single-cart-order .single-cart-order-right .product-buttons {
    flex-wrap: wrap;
    gap: 10px;
    align-items: start !important;
  }
}
.single-cart-order .single-cart-order-right .product-buttons .labels-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 10px;
}

.price-slider {
  /* Support */
}
.price-slider ::-moz-selection {
  color: #fff;
  background: #17a2b8;
}
.price-slider ::selection {
  color: #fff;
  background: #17a2b8;
}
@media (max-width: 1400px) {
  .price-slider .wrapper {
    width: 220px;
  }
}
@media (max-width: 1200px) {
  .price-slider .wrapper {
    width: 190px;
  }
}
.price-slider .price-input {
  width: 100%;
  display: flex;
  margin: 20px 0 35px;
}
.price-slider .price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.price-slider .field input {
  width: 60px;
  height: 30px;
  font-family: "Libre Baskerville", serif;
  outline: none;
  font-size: 16px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
.price-slider input[type=number]::-webkit-outer-spin-button,
.price-slider input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-slider .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.price-slider .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.price-slider .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #f2b518;
}
.price-slider .range-input {
  position: relative;
}
.price-slider .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.price-slider input[type=range]::-webkit-slider-thumb {
  height: 17px;
  border: 1.5px solid #f2b518;
  width: 17px;
  border-radius: 50%;
  background: #fff;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.price-slider input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #f2b518;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.price-slider .support-box {
  top: 2rem;
  position: relative;
  bottom: 0;
  text-align: center;
  display: block;
}
.price-slider .b-btn {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.price-slider .b-btn.paypal i {
  color: blue;
}
.price-slider .b-btn:hover {
  text-decoration: none;
  font-weight: bold;
}
.price-slider .b-btn i {
  font-size: 20px;
  color: yellow;
  margin-top: 2rem;
}

.ratings {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ratings .star {
  color: #e2e2e2;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  border: 0.5px solid #3e2a21;
  background: rgba(62, 42, 33, 0.8);
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
}
.ratings .wishlist-star {
  font-size: 18px;
}
.ratings .active {
  color: #eb060d;
}

.qty-main {
  /*---------------------------*/
}
.qty-main .qty-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qty-main .qty-container .input-qty {
  text-align: center;
  padding: 6px 10px;
  border-top: 0.5px solid #2e2e2e;
  border-bottom: 0.5px solid #2e2e2e;
  border-left: none;
  width: 38px;
  height: 38px;
  border-radius: 0;
  border-left: none;
  border-right: none;
  max-width: 80px;
  background-color: #f4e0df;
}
.qty-main .qty-container .qty-btn-minus {
  border-radius: 4px 0px 0px 4px;
  border-top: 0.5px solid #2e2e2e;
  border-left: 0.5px solid #2e2e2e;
  border-right: none;
  border-bottom: 0.5px solid #2e2e2e;
}
.qty-main .qty-container .qty-btn-plus {
  border-radius: 0 4px 4px 0px;
  border-top: 0.5px solid #2e2e2e;
  border-bottom: 0.5px solid #2e2e2e;
  border-left: none;
  border-right: 0.5px solid #2e2e2e;
}
.qty-main .qty-container .qty-btn-minus,
.qty-main .qty-container .qty-btn-plus {
  padding: 10px 13px;
  font-size: 10px;
  background-color: #f4e0df;
  height: 38px;
  width: 38px;
  transition: 0.3s;
}
.qty-main .qty-container .qty-btn-plus {
  margin-left: -1px;
}
.qty-main .qty-container .qty-btn-minus {
  margin-right: -1px;
}
.qty-main .btn-cornered,
.qty-main .input-cornered {
  border-radius: 4px;
}
.qty-main .btn-rounded {
  border-radius: 50%;
}
.qty-main .input-rounded {
  border-radius: 50px;
}

.sort-select select {
  border-radius: 6px;
  background-color: #f4e0df;
}

.sticon-pagination .page-item .page-link {
  color: #000 !important;
  cursor: pointer;
}
.sticon-pagination .active .page-link {
  background-color: #f4e0df;
  border-color: #f4e0df;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-58 {
  margin-bottom: 58px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-30 {
  margin-bottom: 30px;
}

.header-padding {
  margin-top: 139px;
}

.rate-modal .modal-dialog {
  max-width: 800px !important;
}
.rate-modal .modal-dialog .modal-content {
  border-radius: 0px !important;
  padding: 25px 40px;
}
.rate-modal .modal-dialog .modal-content .modal-title {
  justify-content: space-between;
  display: flex;
}
.rate-modal .modal-dialog .modal-content .modal-title h5 {
  text-align: center;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
}
.rate-modal .modal-dialog .modal-content .add-feedback-modal .feedback-title {
  padding: 13px 15px;
}
.rate-modal .modal-dialog .modal-content .modal-body .modal-body-rate {
  margin-top: 40px;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .rate-modal .modal-dialog .modal-content .modal-body .modal-body-rate {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.rate-modal .modal-dialog .modal-content .modal-body .modal-body-rate .modal-top-img img {
  width: 160px;
  height: 134px;
}
.rate-modal .modal-dialog .modal-content .modal-body .modal-body-rate .modal-description h4 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 5;
  line-height: 120%; /* 24px */
}
.rate-modal .modal-dialog .modal-content .modal-body .modal-body-rate .modal-description p {
  color: #3e2a21;
  font-size: 16px;
  font-style: normal;
  font-weight: 5;
  line-height: 130%; /* 20.8px */
}
.rate-modal .modal-dialog .modal-content .modal-body .modal-body-rate .modal-description .active-star svg {
  border: none;
  fill: #fbca34;
}
.rate-modal .modal-dialog .modal-content .modal-body .modal-comments {
  padding-top: 30px;
}
.rate-modal .modal-dialog .modal-content .modal-body .modal-comments h4 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}
.rate-modal .modal-dialog .modal-content .modal-body .modal-comments textarea {
  height: 180px;
  border-radius: 4px;
  border: 0.5px solid #2e2e2e;
  background: #f8f6f6;
}

.add-address-modal .modal-content {
  padding: 26px;
}
.add-address-modal .modal-content .modal-title {
  justify-content: space-between;
  display: flex;
}
.add-address-modal .modal-content .modal-title h5 {
  text-align: center;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
}
.add-address-modal .modal-content .modal-address-body label {
  font-size: 13px;
}
.add-address-modal .modal-content .modal-address-body input,
.add-address-modal .modal-content .modal-address-body textarea,
.add-address-modal .modal-content .modal-address-body select {
  border-radius: 4px;
  border: 0.5px solid #2e2e2e;
}
.add-address-modal .modal-content .modal-address-body input:focus,
.add-address-modal .modal-content .modal-address-body textarea:focus,
.add-address-modal .modal-content .modal-address-body select:focus {
  box-shadow: 0 0 0 0.25rem rgba(31, 31, 31, 0.25);
  border: 1px solid #000;
}

.edit-profile-modal .modal-content {
  padding: 26px;
}
.edit-profile-modal .modal-content .modal-title {
  justify-content: space-between;
  display: flex;
}
.edit-profile-modal .modal-content .modal-title h5 {
  text-align: center;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
}
.edit-profile-modal .modal-content .modal-body .modal-top-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 180px;
  height: 150px;
}
.edit-profile-modal .modal-content .modal-body .hidden-input {
  display: none;
}
.edit-profile-modal .modal-content .modal-body .toggle-password {
  border: 1px solid #000;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
.edit-profile-modal .modal-content .modal-body input:focus {
  box-shadow: 0 0 0 0.25rem rgba(44, 44, 44, 0.25);
}

p {
  padding: 0;
  margin: 0;
}

.price-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.filter-price {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}

.price-title {
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-field {
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  padding-top: 15px;
  border-radius: 3px;
}

.price-field input[type=range] {
  position: absolute;
}

/* Reset style for input range */
.price-field input[type=range] {
  width: 100%;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}

.price-field input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
  outline: 0;
}

.price-field input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}

/* Style toddler input range */
.price-field input[type=range]::-webkit-slider-thumb {
  /* WebKit/Blink */
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  color: #000;
  margin-top: -4px;
  background-color: #000;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb {
  /* Firefox */
  position: relative;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #000;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-ms-thumb {
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #000000;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

/* Style track input range */
.price-field input[type=range]::-webkit-slider-runnable-track {
  /* WebKit/Blink */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #000000;
  border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track {
  /* Firefox */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}

.price-field input[type=range]::-ms-track {
  /* IE */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}

/* Style for input value block */
.price-wrap {
  display: flex;
  justify-content: space-between;
  color: #000000;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 7px;
}

.price-wrap-1,
.price-wrap-2 {
  display: flex;
}

.price-title {
  margin-right: 5px;
  backgrund: #d58e32;
}

.price-wrap_line {
  margin: 0 10px;
}

.price-wrap #svalue,
.price-wrap #evalue {
  width: 35px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background: 0;
  border: 0;
  outline: 0;
  color: #000000;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-wrap label {
  text-align: right;
}

/* Style for active state input */
.price-field input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

.control {
  font-family: "Libre Baskerville", serif;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 15px;
  margin-bottom: 9px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 0px solid #000000;
  border-radius: 4px;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #cccccc;
}

.control input:checked ~ .control_indicator {
  background: #2E2E2E;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #000;
}

.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.control-checkbox .control_indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}

.top-header {
  background: #eb060d;
}
.top-header .top-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0px;
}
.top-header .top-header-wrapper .top-header-left {
  display: flex;
}
.top-header .top-header-wrapper .top-header-left a {
  color: #000000 !important;
  text-decoration: none;
}
.top-header .top-header-wrapper .top-header-left .location {
  display: flex;
  padding-right: 10px;
}
.top-header .top-header-wrapper .top-header-left .top-header-telephone {
  display: flex;
  padding-left: 10px;
}
.top-header .top-header-wrapper .top-header-left .head-text {
  padding-left: 10px;
  color: #fff;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.top-header .top-header-wrapper .top-header-right a {
  margin-left: 24px;
  text-decoration: none;
  color: #ffffff;
}
@media (max-width: 480px) {
  .top-header .top-header-wrapper {
    justify-content: center;
  }
  .top-header .top-header-wrapper .top-header-left {
    flex-direction: column;
    justify-content: center;
  }
  .top-header .top-header-wrapper .top-header-left .location {
    justify-content: center;
  }
  .top-header .top-header-wrapper .top-header-right {
    display: none;
  }
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.navbar {
  background-color: rgba(255, 215, 217, 0.3) !important;
  color: #666;
  justify-content: space-around;
  padding: 16px 0px;
}
.navbar .navbar-nav {
  align-items: center;
  gap: 30px;
}
.navbar .navbar-toggler:focus {
  box-shadow: 0px 0px 1px 4px rgb(169, 123, 80) !important;
}
.navbar .dropdown-menu {
  border-radius: 10px 10px 10px 10px;
  background: #ffd7d9;
}
.navbar .dropdown-menu li i {
  font-size: 16px;
  color: #000 !important;
  padding: 0px 12px;
  background-color: #000 !important;
}
.navbar .dropdown-single-item {
  padding: 8px 16px;
  border: 1px solid transparent;
  transition: all 0.1s ease-in-out;
}
.navbar .dropdown-single-item:hover {
  border: 1px solid #000;
  border-radius: 5px;
  background-color: transparent;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
.navbar .dropdown-menu .dropdown-item p {
  color: #2d2727;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: -0.15px;
}
.navbar .nav-main .nav-item .nav-link {
  color: #000;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.15px;
}
.navbar .nav-main .nav-item .nav-link.active {
  color: #000;
}
.navbar .nav-main .nav-cart {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}
.navbar .nav-main .nav-cart .dropdown-toggle::after {
  color: #666;
}
@media (max-width: 992px) {
  .navbar .nav-main .nav-cart {
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.navbar .nav-main .nav-cart .nav-cart-wrapper {
  display: flex;
  align-items: center;
  font-size: 15px;
  justify-content: center;
  gap: 30px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  color: #000;
}
.navbar .nav-main .nav-cart .nav-cart-wrapper svg {
  width: 26px;
  color: #000;
  height: 26px;
}
.navbar .nav-main .nav-cart .nav-cart-wrapper .cart-icon {
  position: relative;
  color: #000;
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.navbar .nav-main .nav-cart .nav-cart-wrapper .cart-icon .cart-number {
  position: absolute;
  top: 0;
  right: 22px;
  background-color: #000;
  color: #ffffff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  font-family: Poppins;
  font-size: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .nav-main .nav-cart .nav-cart-wrapper .nav-login-btn {
  text-decoration: none;
  color: black;
  margin-top: 8px;
  border: 1px solid black;
  border-radius: 5px;
  padding: 5px 10px;
}
@media (max-width: 435px) {
  .navbar .nav-main .nav-cart .nav-cart-wrapper .nav-login-btn {
    text-decoration: none;
    color: black;
    margin-top: -8px;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px 3px;
  }
}
.navbar .nav-main .nav-cart .nav-cart-wrapper .wishlist-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.navbar .nav-main .nav-cart .nav-cart-wrapper .profile {
  display: flex;
  gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.navbar .nav-main .nav-cart .nav-cart-wrapper .profile-align {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.navbar .nav-main .nav-cart .nav-cart-wrapper .header-txt {
  text-decoration: none !important;
  color: black;
}
@media (max-width: 480px) {
  .navbar .navbar-brand img {
    width: 120px;
  }
  .navbar .nav-col .nav-item .nav-link {
    font-size: 14px;
  }
  .navbar .nav-col .nav-cart {
    padding-left: 0;
  }
}

footer {
  left: 0;
  bottom: 0;
  position: relative;
  width: 100%;
  background: #ffffff;
  padding: 90px 0px 0px 0px;
}
footer h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  footer h3 {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
footer .social-icons {
  gap: 20px;
}
footer .social-icons svg {
  color: #000;
}
footer .logo-wrap img {
  margin-bottom: 15px;
}
footer .logo-wrap p {
  max-width: 300px;
  text-align: start;
}
@media (max-width: 480px) {
  footer .logo-wrap p {
    margin-top: 15px;
  }
}
footer .social-wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
}
@media (max-width: 768px) {
  footer .social-wrap {
    align-items: start;
  }
}
footer .footer-logo-txt {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.01em;
  margin-bottom: 32px;
}
footer .wrap-logo-content {
  gap: 10px;
  margin-bottom: 20px;
}
footer .wrap-logo-content svg {
  width: 20px;
}
footer .footer-links-wrap a {
  color: #000 !important;
}
footer .footer-links-wrap ul {
  padding-left: 0;
}
footer .footer-links-wrap ul li {
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  list-style: none;
  line-height: 18px; /* 120% */
  letter-spacing: -0.15px;
  margin-bottom: 30px;
}
@media (max-width: 769px) {
  footer .footer-links-wrap ul li {
    margin-bottom: 10px;
  }
}
footer .footer-bottom hr {
  border: 0.5px dashed #000;
}
footer .footer-bottom .footer-bottom-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  justify-content: space-between;
}
footer .footer-bottom .text-wrap {
  text-align: center;
  justify-content: space-between;
}
@media (min-width: 580px) {
  footer .footer-bottom .text-wrap {
    gap: 78px;
  }
}
footer .footer-bottom .text-wrap p {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 114.286% */
}
footer .footer-bottom .logo-footer {
  display: flex;
  justify-content: end;
  align-items: center;
}
footer .footer-bottom .logo-footer p {
  font-size: 16px;
  text-align: center;
}

section.home-hero-slider .swiper {
  width: 100%;
  height: 100%;
}
section.home-hero-slider .swiper-slide {
  text-align: left;
  height: 85vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  font-size: 18px;
  display: flex;
  justify-content: start;
  align-items: center;
}
section.home-hero-slider .swiper-slide .swiper-inner-title h6 {
  color: #3e2a21;
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
section.home-hero-slider .swiper-slide .swiper-inner-title-second h5 {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px; /* 116.667% */
  letter-spacing: 0.96px;
}
section.home-hero-slider .swiper-slide .swiper-inner-title-second h5:nth-child(2) {
  color: #3e2a21;
  max-width: 580px;
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
section.home-hero-slider .swiper-slide .color-title {
  color: #d5bea8;
  font-style: italic;
}
section.home-hero-slider .swiper-slide .make-an-appointment {
  padding: 24px 40px;
  color: #2d2727;
  border-radius: 2px;
  background: #ffffff;
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  border: none;
  line-height: 20px; /* 100% */
  letter-spacing: 0.2px;
}
section.home-hero-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-hero-slider .custom-bottom {
  bottom: 40px !important;
}
section.home-hero-slider .swiper-pagination-bullet {
  background: #ffffff !important;
  opacity: 1;
}

section.testimonials .testimonial-slider .testimonial-slider-wrapper {
  margin-bottom: 60px;
}
section.testimonials .testimonial-slider .testimonial-slider-wrapper .testimonial-slide {
  padding: 5px;
}
section.testimonials .testimonial-slider .testimonial-slider-wrapper .testimonial-slide .testimonial-single {
  padding: 37px;
  background-color: #eb060d;
  border-radius: 8px;
  width: 100%;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}
section.testimonials .testimonial-slider .testimonial-slider-wrapper .testimonial-slide .testimonial-single .testimonial-user {
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
}
section.testimonials .testimonial-slider .testimonial-slider-wrapper .testimonial-slide .testimonial-single .testimonial-user img {
  width: 120px;
  height: 120px;
}
section.testimonials .testimonial-slider .testimonial-slider-wrapper .testimonial-slide .testimonial-single .quotes img {
  width: 30px;
  margin-bottom: 20px;
}
section.testimonials .testimonial-slider .testimonial-slider-wrapper .testimonial-slide .testimonial-single .testimonial-text p {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
section.testimonials .testimonial-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #55433c;
  font-size: 16px;
  height: 14px;
  width: 14px;
}
section.testimonials .testimonial-slider .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}

section.blog-home .blog-slider-home-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 20px;
}
@media (max-width: 480px) {
  section.blog-home .blog-slider-home-bg {
    padding: 40px 0px;
  }
}
section.blog-home .blog-slider-home-slide {
  padding: 20px 5px;
}
section.blog-home .blog-slider-home-slide .blog-slider-home-single {
  padding: 50px 30px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 4px 12px 0px rgb(251, 201, 52);
}
section.blog-home .blog-slider-home-slide .blog-slider-home-single h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 25px;
}
section.blog-home .blog-slider-home-slide .blog-slider-home-single p {
  margin-bottom: 25px;
  font-size: 16px;
  color: #8d7d76;
}

section.product-home .product-slider-home {
  margin-top: 60px;
}
section.product-home .product-slider-home .product-slider-home-slide .product-slider-home-single img {
  width: 100%;
}
section.product-home .product-slider-home .product-slider-home-slide .product-slider-home-single .bottom {
  background-color: #eb060d;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 12px 0px;
  border-radius: 0px 0px 5px 5px;
}

section.about-us-home .about-us-img {
  position: relative;
}
section.about-us-home .about-us-img img {
  width: 100%;
}
section.about-us-home .about-tag {
  position: absolute;
  top: 83px;
  right: 300px;
}
section.about-us-home p {
  color: #2e2e2e;
  font-size: 22px;
  font-style: normal;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 130%; /* 28.6px */
}
section.about-us-home a {
  text-decoration: underline;
  color: #3e2a21;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  text-decoration-line: underline;
}

section.products-gallery-home .products-gallery-home-wrap {
  position: relative;
  border-radius: 10px 0px 10px 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 180px 20px 80px 20px;
}
section.products-gallery-home .products-title {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
}
section.products-gallery-home .products-title h5 {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 38.4px */
}
section.products-gallery-home .products-title h4 {
  color: #f4e0df;
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}

section.about-story img {
  width: 100%;
}
section.about-story .about-text {
  font-weight: 400;
  font-size: 18px;
  text-align: justify;
}
@media (max-width: 768px) {
  section.about-story .about-text {
    margin-top: 20px;
  }
}

section.mission-and-vision p {
  text-align: justify;
}
section.mission-and-vision .icon-wrapper {
  align-items: center;
  gap: 15px;
}
@media (max-width: 480px) {
  section.mission-and-vision .icon-wrapper {
    margin-top: 40px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  section.mission-and-vision .icon-wrapper {
    margin-top: 20px;
  }
}

section.team-sticon .team-member-single {
  background: #ffd7d9;
  border-radius: 8px 8px;
  margin-bottom: 15px;
}
section.team-sticon .team-member-single .member-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 8px 8px;
}
section.team-sticon .team-member-single .member-img:after {
  padding-top: 100%;
  content: "";
  display: block;
}
section.team-sticon .team-member-single .team-member-bottom {
  padding: 12px 30px;
  text-align: center;
}
@media (max-width: 768px) {
  section.team-sticon .team-member-single .team-member-bottom {
    padding: 12px 0px;
  }
}
section.team-sticon .team-member-single .team-member-bottom h4,
section.team-sticon .team-member-single .team-member-bottom h6 {
  color: #2e2e2e;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 36px */
}
section.team-sticon .team-member-single .team-member-bottom h4 {
  font-size: 19px;
}
section.team-sticon .team-member-single .team-member-bottom h6 {
  font-size: 15px;
}

.order-summary .order-placed-sucess {
  width: 100%;
}
@media (max-width: 992px) {
  .order-summary .order-placed-sucess .product-description-left {
    justify-content: start;
    align-items: start !important;
    flex-direction: column;
  }
  .order-summary .order-placed-sucess .product-description-left .price {
    margin-top: 15px;
    align-items: start !important;
    justify-content: start !important;
  }
}
.order-summary .order-placed-sucess .product-name {
  width: 100% !important;
}
.order-summary .order-placed-sucess .label {
  display: flex;
  align-items: end;
  justify-content: start;
  gap: 10px;
}
.order-summary .order-placed-sucess .label svg {
  width: 18px;
  height: 18px;
}
.order-summary .order-placed-sucess .label p {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 31.2px */
}
.order-summary .order-placed-sucess .label p:nth-child(2) {
  color: #489619;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
.order-summary .order-placed-sucess .price {
  width: 100% !important;
}
.order-summary .order-placed-sucess .price svg {
  width: 18px;
  height: 18px;
}
.order-summary .order-placed-sucess .price a {
  color: #489619;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  line-height: 120%; /* 19.2px */
  text-decoration-line: underline;
}
.order-summary .order-placed-sucess .price a:nth-child(2) {
  color: #fa2128;
}

h4 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
}

.address-single-card {
  border-radius: 8px;
  background: rgba(255, 215, 217, 0.3);
  padding: 20px 24px;
}
.address-single-card p {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
}
.address-single-card p:nth-child(3) {
  padding-bottom: 20px;
  border-bottom: 1px dashed #000;
}
.address-single-card .edit-remove {
  gap: 20px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
}
.address-single-card .edit-remove .set-as-default {
  color: #489619;
}

.profile .payment-title h4 {
  font-size: 20px;
}
.profile .payment-title h5 {
  font-size: 16px;
}
.profile .sidebar-profile {
  border-top: 1px solid #da9593;
  border-right: 0.8px dashed #da9593;
  padding: 0px 24px 24px 0px;
}
.profile .sidebar-profile .sidebar-single-item {
  border-bottom: 0.8px dashed #da9593;
  padding: 16px 0px;
}
.profile .sidebar-profile .sidebar-single-item p {
  color: #000;
  margin-bottom: 5px;
}
.profile .sidebar-profile .sidebar-single-item .heading {
  margin-bottom: 12px;
  color: #a6787c;
}
.profile .sidebar-profile .sidebar-single-item .active {
  color: #eb060d !important;
}
.profile .sidebar-profile .sidebar-single-item .logout-btn {
  border: 1px solid black;
  border-radius: 5px;
  background-color: transparent;
  padding: 2px 8px;
}

.profile-main-content {
  border-top: 1px solid #da9593;
  padding: 20px 0px 20px 20px;
}
@media (max-width: 768px) {
  .profile-main-content {
    padding: 5px;
  }
}
.profile-main-content .profile-edit {
  background-color: rgba(255, 215, 217, 0.3);
  padding: 20px 15px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.profile-main-content .profile-edit .profile-pic {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  width: 180px;
  height: 130px;
}
.profile-main-content .profile-edit .profile-user-info .username h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}
.profile-main-content .profile-edit .profile-user-info .username h5 {
  gap: 20px;
  font-size: 18px;
  margin-bottom: 5px;
}
.profile-main-content .profile-edit .profile-user-info .username h5:nth-child(2) {
  margin-bottom: 0px;
}
.profile-main-content .profile-edit .profile-user-info .username span {
  margin-left: 10px;
  cursor: pointer;
}
.profile-main-content .profile-edit .profile-user-info .username .edit-wrap {
  margin-bottom: 20px;
  display: flex;
}
.profile-main-content .profile-overview-cards a {
  color: #000 !important;
}
.profile-main-content .profile-overview-cards .profile-overview-card-single {
  gap: 17px;
  border: 1px solid #a6787c;
  border-radius: 8px;
  width: 100%;
  padding: 30px 41px;
  margin-top: 20px;
  flex-direction: column;
  justify-content: center;
  display: flex;
  align-items: center;
}
.profile-main-content .profile-overview-cards .profile-overview-card-single svg {
  font-size: 25px;
}
.profile-main-content .profile-overview-cards .profile-overview-card-single h4 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration-line: underline;
}
.profile-main-content .profile-overview-cards .profile-overview-card-single p {
  font-size: 15px;
}
.profile-main-content .order-returns {
  padding-bottom: 15px;
  border-bottom: 0.8px dashed #000;
}
.profile-main-content .bottom-track-order p {
  font-size: 14px;
}

.single-profile-page {
  border-radius: 8px;
  background: rgba(255, 215, 217, 0.3);
  padding: 40px 50px;
  margin: auto;
}
@media (max-width: 768px) {
  .single-profile-page {
    padding: 20px;
  }
}
.single-profile-page .single-profile-page-wrap .profile-title {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 0.6px dashed #da9593;
}
.single-profile-page .single-profile-page-wrap .profile-title h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
}
.single-profile-page .single-profile-page-wrap .profile-detail-title {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 15px;
}
.single-profile-page .single-profile-page-wrap .profile-detail-title svg {
  width: 20px;
  height: 20px;
}
.single-profile-page .single-profile-page-wrap .profile-detail-pro-pic {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 180px;
  height: 160px;
  border-radius: 6px;
}
.single-profile-page .single-profile-page-wrap h3 {
  text-align: left;
  margin-bottom: 5px;
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}

.product-detail-page .product-detail-right .product-detail-wrapper img {
  width: 100%;
}
.product-detail-page .product-detail-right .product-detail-description {
  margin-top: 25px;
}
.product-detail-page .product-detail-right .product-detail-description h5 {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 26.4px */
}
.product-detail-page .product-detail-right .product-detail-description p {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
}
.product-detail-page .product-detail-left .product-detail-title {
  border-bottom: 1px dashed #000;
  padding-bottom: 20px;
}
.product-detail-page .product-detail-left h5 {
  color: #3e2a21;
  font-family: "Libre Baskerville", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 120%; /* 36px */
}
.product-detail-page .product-detail-left .product-detail-middle {
  padding-bottom: 25px;
}
.product-detail-page .product-detail-left .product-detail-middle .price-product-detail {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
}
.product-detail-page .product-detail-left .product-detail-middle .price-product-detail p {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 22px;
  font-style: normal;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%; /* 31.2px */
}
.product-detail-page .product-detail-left .product-detail-middle .price-product-detail p:nth-child(2) {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.product-detail-page .product-detail-left .product-detail-middle .choose-a-color {
  margin-top: 20px;
}
.product-detail-page .product-detail-left .product-detail-middle .labels-per-roll {
  margin-top: 20px;
}
.product-detail-page .product-detail-left .product-detail-middle .labels-per-roll .form-select {
  height: 38px;
  border-radius: 6px;
  border: 0.5px solid #2e2e2e;
  background-color: #f4e0df !important;
}
.product-detail-page .product-detail-left .product-details-bottom {
  padding-top: 25px;
  border-top: 1px dashed #000;
}
.product-detail-page .product-detail-left .product-details-bottom h5 {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 26.4px */
}
.product-detail-page .product-detail-left .product-details-bottom .product-card-spec-desc {
  padding-bottom: 20px;
  border-bottom: 1px dashed #000;
}
.product-detail-page .product-detail-left .product-details-bottom .product-card-spec-desc ul {
  padding: 0;
}
.product-detail-page .product-detail-left .product-details-bottom .product-card-spec-desc ul li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  list-style-type: none;
  gap: 5px;
}
.product-detail-page .product-detail-left .product-details-bottom .product-card-spec-desc ul li p {
  font-size: 15px;
  font-weight: 400;
}
.product-detail-page .product-detail-left .product-details-bottom .ratings-star-product-detail {
  padding-top: 25px;
  padding-bottom: 25px;
}
.product-detail-page .product-detail-left .product-details-bottom .ratings-star-product-detail .ratings-inside {
  align-items: center;
}
.product-detail-page .product-detail-left .product-details-bottom .ratings-star-product-detail .ratings-inside .rating-desc p {
  font-size: 26px;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.product-detail-page .product-detail-left .product-details-bottom .ratings-star-product-detail .ratings-inside .rating-desc p:nth-child(2) {
  color: #2e2e2e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
.product-detail-page .product-detail-left .rating-wrapper h4 {
  color: #000;
  font-size: 18px;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
}
.product-detail-page .product-detail-left .rating-wrapper .ratings-sub-wrapper .ratings-products-single {
  margin-top: 20px;
}
.product-detail-page .product-detail-left .rating-wrapper .ratings-sub-wrapper .ratings-products-single .ratings-prodcuts-single-inside {
  display: flex;
  gap: 20px;
}
.product-detail-page .product-detail-left .rating-wrapper .ratings-sub-wrapper .ratings-products-single .ratings-prodcuts-single-inside .star-wrap {
  border-radius: 6px;
  padding: 8px 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 30px;
  width: 48px;
  border: 0.5px solid #3e2a21;
  background: rgba(62, 42, 33, 0.6);
}
.product-detail-page .product-detail-left .rating-wrapper .ratings-sub-wrapper .ratings-products-single .ratings-prodcuts-single-inside .star-wrap p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}
.product-detail-page .product-detail-left .rating-wrapper .ratings-sub-wrapper .ratings-products-single .ratings-prodcuts-single-inside .rating-comment {
  width: 100%;
}
.product-detail-page .product-detail-left .rating-wrapper .ratings-sub-wrapper .ratings-products-single .ratings-prodcuts-single-inside .rating-comment p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  text-wrap: wrap;
  line-height: 130%; /* 26px */
}
.product-detail-page .product-detail-left .rating-wrapper .ratings-sub-wrapper .ratings-products-single .ratings-prodcuts-single-inside .rating-comment .rating-user-date {
  margin-top: 10px;
}
.product-detail-page .product-detail-left .rating-wrapper .ratings-sub-wrapper .ratings-products-single .ratings-prodcuts-single-inside .rating-comment .rating-user-date span {
  color: #888;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
}
.product-detail-page .product-detail-left .rating-wrapper .ratings-sub-wrapper .see-all {
  padding-top: 20px;
  color: #489619;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  text-decoration-line: underline;
}

.product-page .sidebar {
  border-right: 1px dashed #000;
  padding: 10px 25px;
}
.product-page .sidebar .sidebar-title {
  display: flex;
  justify-content: space-between;
}
.product-page .sidebar .sidebar-title h4 {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  text-decoration-line: underline;
}
.product-page .sidebar .sidebar-title h5 {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}
.product-page .sidebar .sidebar-single {
  padding: 20px 0px;
  border-bottom: 1px dashed #000;
}
.product-page .sidebar .sidebar-single .white, .product-page .sidebar .sidebar-single .yellow {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 4px;
  border: 1px solid #2e2e2e;
  background-color: #000;
}
.product-page .sidebar .sidebar-single .white {
  background-color: #fff;
}
.product-page .sidebar .sidebar-single .yellow {
  background-color: #f2b518;
}
.product-page .product-list {
  padding: 0px 20px;
}
.product-page .product-list .product-list-title {
  margin-bottom: 20px;
}
.product-page .product-list .product-list-title h4 {
  color: #2e2e2e;
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}

.blogsDetailSection {
  background-size: cover;
  background-position: center;
  height: 1190px;
}
@media (max-width: 480px) {
  .blogsDetailSection {
    height: 800px;
  }
}

.blogdDescriptionSection .blogDescriptionWrapper {
  background: #ffd7d9;
  border-radius: 8px;
  padding: 66px 50px 300px 50px;
  margin-top: -109px;
}
@media (max-width: 480px) {
  .blogdDescriptionSection .blogDescriptionWrapper {
    padding: 40px 16px 200px 16px;
  }
}
.blogdDescriptionSection .blogTopicTxt {
  margin-bottom: 38px;
  color: #000;
  font-family: Baskerville;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 480px) {
  .blogdDescriptionSection .blogTopicTxt {
    font-size: 21px;
  }
}
.blogdDescriptionSection .blogTopicPara {
  color: #000;
  font-family: Baskerville;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  margin-bottom: 32px;
}
@media (max-width: 480px) {
  .blogdDescriptionSection .blogTopicPara {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 16px;
  }
}
.blogdDescriptionSection .personName {
  color: #000;
  font-family: Baskerville;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin-top: 50px;
}
@media (max-width: 480px) {
  .blogdDescriptionSection .personName {
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    margin-top: 34px;
  }
}
.blogdDescriptionSection .personDescription {
  color: #000;
  font-family: Baskerville;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-top: 18px;
  width: 300px;
}
@media (max-width: 480px) {
  .blogdDescriptionSection .personDescription {
    width: 252px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 10px;
  }
}
.blogdDescriptionSection .shareBtn {
  float: right;
  border: none;
  background: #ffd7d9;
}
.blogdDescriptionSection .topicWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .blogdDescriptionSection .blogPerson {
    max-width: 210px;
  }
}
@media (max-width: 480px) {
  .blogdDescriptionSection .share-img {
    max-width: 40px;
  }
}

section.payment-gateway .payment-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  section.payment-gateway .payment-title {
    margin-bottom: 0px;
  }
}
section.payment-gateway .payment-title h4 {
  color: #2e2e2e;
  font-size: 24px;
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
section.payment-gateway .payment-title .modal-content {
  padding: 12px 16px;
}
section.payment-gateway .remove-btn {
  /* background-color: #fbca34; */
  color: #000;
  background-color: transparent;
  border-radius: 8px;
  padding: 6px 15px;
  -moz-column-gap: 7px;
       column-gap: 7px;
  display: flex;
  /* border: 1px solid #fbca34; */
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
section.payment-gateway .payment-padding {
  border-radius: 8px;
  padding: 24px 32px;
  background: rgba(255, 215, 217, 0.3);
}
section.payment-gateway .payment-gateway-left .payment-gateway-single {
  border-bottom: 0.9px dashed #000;
  padding: 20px 0px;
}
section.payment-gateway .payment-gateway-left .payment-gateway-single input.checkbox-common {
  width: 18px;
  height: 18px;
  accent-color: #c70039;
  margin-right: 7px;
  vertical-align: middle;
}
section.payment-gateway .payment-gateway-left .payment-gateway-single label {
  vertical-align: middle;
  line-height: 18px;
}
section.payment-gateway .payment-gateway-left .payment-gateway-single .add-detail {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
section.payment-gateway .payment-gateway-left .payment-gateway-single .input-upi input {
  width: 200px;
}
section.payment-gateway .payment-gateway-left .payment-gateway-single .input-upi .verify {
  color: #489619;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
}
@media (max-width: 768px) {
  section.payment-gateway .payment-gateway-right {
    margin-top: 20px;
  }
}
section.payment-gateway .payment-gateway-right .payment-address {
  display: flex;
  align-items: end;
}
section.payment-gateway .payment-gateway-right .payment-address .address-left p {
  margin-top: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
section.payment-gateway .payment-gateway-right .payment-address .address-right svg {
  color: #000;
  font-size: 20px;
}
section.payment-gateway .payment-gateway-right .contact-number {
  margin-top: 20px;
}
section.payment-gateway .payment-gateway-right .contact-number input {
  margin-left: 5px;
  border-bottom: 1px solid #000;
  border-radius: 0 !important;
  background-color: rgba(255, 215, 217, 0.1);
}
section.payment-gateway .payment-gateway-right .contact-number input:focus {
  outline: none;
}
section.payment-gateway .order-summary {
  margin-top: 20px;
}
section.payment-gateway .order-summary .price-wrap {
  margin-top: 20px;
  flex-direction: column;
  row-gap: 24px;
}
section.payment-gateway .order-summary p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
section.payment-gateway .order-summary p:nth-child(2) {
  font-size: 20px;
}

input {
  border: none;
  border-radius: 4px;
}

::-moz-placeholder {
  font-size: 13px;
}

::placeholder {
  font-size: 13px;
}

.background {
  background: rgb(255, 215, 217);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 215, 217) 100%);
  height: 100%;
}
.background img {
  width: 100%;
}

.registration {
  margin-top: 140px;
}

.forget-pw {
  color: #000;
}

.quantity-lable {
  text-align: center;
}

.reg-container {
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.4);
  max-width: 544px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.reg-container .reg-container-title {
  font-family: "Libre Baskerville", serif;
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.reg-container .reg-container-title h5 {
  font-size: 28px;
  font-weight: 400;
}
.reg-container .reg-container-title h6 {
  font-weight: 400;
  font-size: 14px;
}
.reg-container .reg-container-form {
  margin-top: 35px;
}
.reg-container .reg-container-form input {
  border: none;
  border-radius: 4px;
}
.reg-container .reg-container-form ::-moz-placeholder {
  font-size: 13px;
}
.reg-container .reg-container-form ::placeholder {
  font-size: 13px;
}
.reg-container .reg-container-form .btn-wrap {
  margin-top: 30px;
}
.reg-container .reg-container-bottom p {
  margin-top: 15px;
  font-size: 16px;
  text-align: center;
}
.reg-container .reg-container-bottom p a {
  color: #eb060d;
}
.reg-container .reg-container-bottom .bottom-txt {
  margin-top: 10px;
  font-size: 14px;
}
.reg-container .reg-container-bottom .bottom-txt a {
  color: #000;
  text-decoration: underline;
}

.toggle-password {
  position: relative;
  background-color: none;
  border: none;
}

.toggle-icon {
  position: absolute;
  z-index: 99;
  background: none;
  border: none;
  top: 50%;
  right: 10px; /* Adjust as needed */
  transform: translateY(-50%);
  cursor: pointer;
}

section.forgot-password.nw form#sendMailForm {
  max-width: 300px;
  /* border: 1px solid black; */
  border-radius: 5px;
}
section.forgot-password.nw .otp-btn {
  background-color: #fbca34;
  color: #000;
  padding: 9px;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  border: none;
  width: 100%;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
section.forgot-password.nw .resend {
  color: black;
}
section.forgot-password.nw .button-form {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
section.forgot-password.nw .side-wrapper {
  max-width: 300px;
  background: rgba(255, 215, 217, 0.3019607843);
  padding: 10px 15px;
  margin-top: 100px;
}
section.forgot-password.nw .apply-otp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.forgot-password.nw .otp-for {
  height: 40px;
  max-width: 107px;
}
section.forgot-password.nw .apply-otp {
  display: unset;
  flex-direction: unset;
}
section.forgot-password.nw .otp-confirm-btn {
  background: #fbca34;
  border: none;
  font-size: 12px;
  padding: 10px 15px;
  border-radius: 10px;
}
section.forgot-password.nw .form-control {
  border: none;
}
section.forgot-password.nw .form-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.faq-sec .custom-container {
  padding: 80px 46px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1440px) {
  .faq-sec .custom-container {
    padding: 82px 100px;
  }
}
@media (max-width: 1024px) {
  .faq-sec .custom-container {
    padding: 82px 17px;
  }
}
@media (max-width: 769px) {
  .faq-sec .custom-container {
    padding: 44px 30px;
  }
}
.faq-sec .faq-topic {
  color: #eb060d;
  font-family: "Baskerville";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; /* 106.25% */
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1440px) {
  .faq-sec .faq-topic {
    margin-bottom: 48px;
  }
}
@media (max-width: 769px) {
  .faq-sec .faq-topic {
    margin-bottom: 40px;
  }
}
.faq-sec .faq-question {
  color: #000;
  font-family: "Baskerville";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
@media (max-width: 1440px) {
  .faq-sec .faq-question {
    color: #000;
    font-family: "Baskerville";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
  }
}
@media (max-width: 769px) {
  .faq-sec .faq-question {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
  }
}
.faq-sec .faq-answer {
  color: #000;
  font-family: "Baskerville";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-left: 17px;
}
@media (max-width: 1440px) {
  .faq-sec .faq-answer {
    color: #000;
    font-family: "Baskerville";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
  }
}
@media (max-width: 769px) {
  .faq-sec .faq-answer {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
  }
}
.faq-sec .terms-para {
  margin-bottom: 50px;
  text-align: justify;
}

.blogs .item-image {
  height: auto;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 65px;
  flex-shrink: 0;
}
.blogs .item-description {
  color: #000;
  font-family: Baskerville;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 13px;
}
@media (max-width: 1440px) {
  .blogs .item-description {
    max-width: 340px;
  }
}
@media (max-width: 1200px) {
  .blogs .item-description {
    max-width: 276px;
  }
}
.blogs .item-sub-description {
  color: #3e2a21;
  font-family: Baskerville;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1440px) {
  .blogs .item-sub-description {
    max-width: 340px;
  }
}
@media (max-width: 1200px) {
  .blogs .item-sub-description {
    max-width: 276px;
  }
}
.blogs .item-wrapper {
  max-width: 416px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blogs .item-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 38px;
       column-gap: 38px;
  row-gap: 100px;
}
@media (max-width: 768px) {
  .blogs .item-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .blogs .item-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.terms-sec .custom-container {
  padding: 180px 46px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1440px) {
  .terms-sec .custom-container {
    padding: 180px 40px;
  }
}
@media (max-width: 1024px) {
  .terms-sec .custom-container {
    padding: 200px 17px;
  }
}
@media (max-width: 769px) {
  .terms-sec .custom-container {
    padding: 200px 30px;
  }
}
.terms-sec .faq-topic {
  color: #eb060d;
  font-family: "Baskerville";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; /* 106.25% */
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1440px) {
  .terms-sec .faq-topic {
    margin-bottom: 48px;
  }
}
@media (max-width: 769px) {
  .terms-sec .faq-topic {
    margin-bottom: 40px;
  }
}
.terms-sec .faq-question {
  color: #000;
  font-family: "Baskerville";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
@media (max-width: 1440px) {
  .terms-sec .faq-question {
    color: #000;
    font-family: "Baskerville";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
  }
}
@media (max-width: 769px) {
  .terms-sec .faq-question {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
  }
}
.terms-sec .faq-answer {
  color: #000;
  font-family: "Baskerville";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-left: 17px;
}
@media (max-width: 1440px) {
  .terms-sec .faq-answer {
    color: #000;
    font-family: "Baskerville";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
  }
}
@media (max-width: 769px) {
  .terms-sec .faq-answer {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
  }
}
.terms-sec .terms-para {
  margin-bottom: 31px;
  text-align: justify;
  color: #000;
  font-family: Baskerville;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 435px) {
  .terms-sec .terms-para {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
}
.terms-sec .cuate {
  max-width: 400px;
  text-align: center;
}
@media (max-width: 435px) {
  .terms-sec .cuate {
    max-width: 219px;
    text-align: center;
  }
}
.terms-sec .image-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 20px;
}
.terms-sec .login-btn {
  width: 299px;
  height: 60px;
  border-radius: 8px;
  border: 1.5px solid #000;
  flex-shrink: 0;
  color: #eb060d;
  font-family: Baskerville;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
}
@media (max-width: 435px) {
  .terms-sec .login-btn {
    width: 262px;
    height: 44px;
    border-radius: 8px;
    border: 1.5px solid #000;
    flex-shrink: 0;
    color: #eb060d;
    font-family: Baskerville;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
  }
}
.terms-sec .login-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 50px;
}

.payment-option-list {
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.payment-option-list .payment-option-list-wrapper h5 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
.payment-option-list .payment-option-list-wrapper h4 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  margin-top: 20px;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
}
.payment-option-list .payment-option-list-main {
  padding-top: 7px;
}
.payment-option-list .payment-option-list-main .payment-single-card {
  border-radius: 8px;
  padding: 24px;
  margin-top: 15px;
  background: rgba(255, 215, 217, 0.3);
}
.payment-option-list .payment-option-list-main .payment-single-card .payment-card-title p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 120%; /* 21.6px */
}
.payment-option-list .payment-option-list-main .payment-single-card .payment-card-title p:nth-child(2) {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
}
.payment-option-list .payment-option-list-main .payment-single-card .acount-holder {
  margin-top: 20px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 120%;
}
.payment-option-list .payment-option-list-main .payment-single-card .acount-holder span {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.payment-option-list .payment-option-list-main .payment-single-card .payment-card-bottom {
  display: flex;
  padding-top: 16px;
  gap: 30px;
  justify-content: end;
  border-top: 0.5px dashed #000;
}
.payment-option-list .payment-option-list-main .payment-single-card .payment-card-bottom p {
  color: #489619;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
}
.payment-option-list .payment-option-list-main .payment-single-card .payment-card-bottom p:nth-child(2) {
  color: #000;
}

section.contact-us {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, #ffd7d9 100%);
}
section.contact-us .home-contact-us-left {
  background-color: rgba(62, 42, 33, 0.6);
  padding: 48px 24px;
  color: #fff;
  border-radius: 8px;
  max-width: 463px;
}
section.contact-us .home-contact-us-left h3 {
  font-weight: 400;
}
section.contact-us .home-contact-us-left p {
  font-weight: 700;
  margin: 16px 0px;
}
section.contact-us .home-contact-us-left .home-contact-us-left-bottom svg {
  color: #fbca34;
  font-size: 32px;
}
section.contact-us .home-contact-us-left .home-contact-us-left-bottom div {
  margin-bottom: 16px;
  gap: 20px;
}
section.contact-us .home-contact-us-left .home-contact-us-left-bottom a {
  color: #fff;
}
section.contact-us .home-contact-us-left .home-contact-us-left-bottom p {
  margin: 0;
}
section.contact-us .home-contact-us-left .home-contact-us-left-bottom .map-text {
  margin-bottom: 0;
}
section.contact-us .home-contact-us-left .home-contact-us-left-bottom .map-text p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
section.contact-us .home-contact-us-left .home-contact-us-left-bottom .map-text .map-text-bottom {
  font-size: 15px;
  font-weight: 400;
}
section.contact-us .bg-color-contactus {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, #ffd7d9 100%);
}
section.contact-us .home-contact-us-right {
  background-color: rgba(62, 42, 33, 0.6);
  padding: 56px 58px;
  color: #fff;
  border-radius: 8px;
}
section.contact-us .home-contact-us-right textarea {
  height: 118px;
}
@media (max-width: 768px) {
  section.contact-us .home-contact-us-right {
    margin-top: 25px;
  }
}

section.contact-detail-sec {
  background: #ffd7d9;
}
section.contact-detail-sec .contact-us-topic {
  color: #eb060d;
  font-family: Baskerville;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  margin-top: 83px;
  margin-bottom: 30px;
}
section.contact-detail-sec .contact-us-desc {
  color: #000;
  font-family: Baskerville;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
}
section.contact-detail-sec .letter-image {
  max-width: 373px;
}

.order-track-bar {
  display: flex;
  justify-content: end;
  width: 100%;
}
.order-track-bar .multi-steps > li.is-active ~ li:before, .order-track-bar .multi-steps > li.is-active:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}
.order-track-bar .multi-steps > li.is-active ~ li:after, .order-track-bar .multi-steps > li.is-active:after {
  background-color: #ffd7d9;
}
.order-track-bar .multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.order-track-bar .multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: #ff555a;
}
.order-track-bar .multi-steps > li:before {
  content: "\f00c";
  content: "✓;";
  content: "𐀃";
  content: "𐀄";
  content: "✓";
  display: block;
  margin: 4px auto 4px;
  background-color: #ff555a;
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #ff555a;
  border-radius: 50%;
}
.order-track-bar .multi-steps > li:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #ff555a;
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: -1;
}
.order-track-bar .multi-steps > li:last-child:after {
  display: none;
}
.order-track-bar .multi-steps > li.is-active:before {
  color: #ff555a;
  background-color: #ff555a;
  border-color: #ff555a;
}
.order-track-bar .multi-steps > li.is-active ~ li {
  color: #ff555a;
}
.order-track-bar .multi-steps > li.is-active ~ li:before {
  background-color: #ff555a;
  border-color: #ff555a;
  color: #ff555a;
}

.order-track {
  padding: 25px;
  border-radius: 8px;
  background: rgba(255, 215, 217, 0.3);
}

.order-track-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.order-owner-detail {
  justify-content: center;
  display: flex;
  gap: 20px;
  width: 100%;
}
.order-owner-detail p {
  max-width: 200px;
  color: #000;
  margin-bottom: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
}
.order-owner-detail p:nth-child(2) {
  font-weight: 400;
}

section.home-contact-us {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.home-contact-us .home-contact-us-left {
  background-color: rgba(62, 42, 33, 0.6);
  padding: 48px 24px;
  color: #fff;
  border-radius: 8px;
  max-width: 463px;
}
section.home-contact-us .home-contact-us-left h3 {
  font-weight: 400;
}
section.home-contact-us .home-contact-us-left p {
  font-weight: 700;
  margin: 16px 0px;
}
section.home-contact-us .home-contact-us-left .home-contact-us-left-bottom svg {
  color: #fbca34;
  font-size: 32px;
}
section.home-contact-us .home-contact-us-left .home-contact-us-left-bottom div {
  margin-bottom: 16px;
  gap: 20px;
}
section.home-contact-us .home-contact-us-left .home-contact-us-left-bottom a {
  color: #fff;
}
section.home-contact-us .home-contact-us-left .home-contact-us-left-bottom p {
  margin: 0;
}
section.home-contact-us .home-contact-us-left .home-contact-us-left-bottom .map-text {
  margin-bottom: 0;
}
section.home-contact-us .home-contact-us-left .home-contact-us-left-bottom .map-text p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
section.home-contact-us .home-contact-us-left .home-contact-us-left-bottom .map-text .map-text-bottom {
  font-size: 15px;
  font-weight: 400;
}
section.home-contact-us .home-contact-us-right {
  background-color: rgba(62, 42, 33, 0.6);
  padding: 56px 58px;
  color: #fff;
  border-radius: 8px;
}
section.home-contact-us .home-contact-us-right textarea {
  height: 118px;
}
@media (max-width: 768px) {
  section.home-contact-us .home-contact-us-right {
    margin-top: 25px;
  }
}/*# sourceMappingURL=main.css.map */