/** Shopify CDN: Minification failed

Line 245:26 The "-" operator only works if there is whitespace on both sides

**/
/*------------------------------------------------------------------

[Table of contents]

1. Body
2. Header / #header
3. Navigation / #navbar
4. Content / #content
5. Left column / #leftcolumn
6. Right column / #rightcolumn
7. Sidebar / #sidebar
8. RSS / #rss
9. Search / #search
10. Boxes / .box
11. Sideblog / #sideblog
12. Advertisements / .ads
13. Footer / #footer

-------------------------------------------------------------------*/
* {
  outline: 0 !important;
  box-sizing: border-box; }

.nav > li > a:focus {
  background: transparent; }

a:hover {
  text-decoration: none !important; }

.clear-none {
  clear: none !important; }

.clear-space {
  padding: 0 !important; }

.clear-space-left {
  padding-left: 0; }

.clear-space-right {
  padding-right: 0; }

.red {
  color: red; }

.left {
  float: left; }

.right {
  float: right; }

.flex {
  display: flex; }

.inline-block {
  display: inline-block; }

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.row.flex {
  display: flex;
  flex-direction: row; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.delay02 {
  transition: all .2s ease; }

.delay03 {
  transition: all .3s ease; }

.delay04 {
  transition: all .4s ease; }

.delay05 {
  transition: all .5s ease; }

.delay1 {
  transition: all 1s ease; }

.delay1_5 {
  transition: all 1.5s ease; }

.delay2 {
  transition: all 2s ease; }

.uppercase {
  text-transform: uppercase; }

.capital {
  text-transform: capitalize; }

.full-width {
  width: 100%; }

.column-10 {
  width: 10%; }

.column-3 {
  width: 33.33333%; }

.column-4 {
  width: 25%; }

.column-6 {
  width: 16.66667%; }

.column-20 {
  width: 20%; }

.column-30 {
  width: 30%; }

.column-40 {
  width: 40%; }

.column-50 {
  width: 50%; }

.column-60 {
  width: 60%; }

.column-70 {
  width: 70%; }

.column-80 {
  width: 80%; }

.column-90 {
  width: 90%; }

.dropdown-menu {
  transform: translateY(10px);
  transition: .3s; }

.dropdown-menu li a {
  font-size: 14px !important;
  line-height: 24px; }

.dropdown:hover .dropdown-menu,
.dropdown:focus .dropdown-menu {
  transform: none;
  transition: .3s; }

.mega-menu-main {
  padding-bottom: 30px;
  min-width: 550px;
  box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0; }

.menu-main li {
  list-style-type: none; }

.menu-main .lv1 li a {
  font-size: 16px; }

.btn-default {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: unset;
  background: #fff; }

.btn-default:hover {
  background: #fff; }

.btn-default:focus {
  background: #fff; }

.btn-default:focus:active {
  background: #fff; }

.btn-default:active {
  background: #fff;
  box-shadow: unset; }

.btn-default.active {
  background: #fff;
  border-color: #fff;
  box-shadow: unset; }

.btn-default.active:hover {
  background: #fff; }

.btn-default.active:focus {
  background: #fff !important; }

a:focus {
  text-decoration: none; }

.form-control:focus {
  border-color: #ddd;
  box-shadow: unset; }

.link-default {
  color: black;
  transition: all .3s ease; }

.link-default:hover {
  color: #ee9051; }

.circle {
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  transition: .3s; }
  .circle:hover {
    transform: scale(1.2);
    transition: .3s; }

.table > tbody > tr > td {
  vertical-align: middle; }

.input-number-group {
  display: flex; }

.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
  appearance: none; }

.input-number-group .input-group-button {
  line-height: calc(80px/2-10px); }

.input-number-group .input-number {
  width: 40px;
  text-align: center;
  outline: none;
  display: block;
  margin: 0; }

.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  user-select: none; }

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  display: inline-block;
  width: 30px;
  background: #fff;
  color: #909090;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-weight: 400; }

.input-number-group .input-number-decrement {
  margin-right: 0.3rem; }

.input-number-group .input-number-increment {
  margin-left: 0.3rem; }

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

li .link-menu {
  color: #323232; }

li .link-menu.white {
  color: #fff; }

li:hover .link-menu {
  color: #ee9051; }

.link-menu {
  color: #323232; }

.link-menu.white {
  color: #fff; }

.link-menu.white .st0 {
  stroke: #fff; }

.link-menu:hover i {
  color: #ee9051; }

.title-hover:hover {
  color: #ee9051 !important; }

.hover-zoom-out {
  overflow: hidden;
  transition: all .5s ease; }

.hover-zoom-out:hover {
  transform: scale(1.05); }

.over-hidden {
  overflow: hidden; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 30;
  background: rgba(29, 29, 31, 0.6);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease; }

.overlay.active {
  opacity: 1;
  visibility: visible; }

.overlay-mini {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all .3s ease;
  transform: scale(0);
  top: 0; }

.form-search {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  padding: 10% 0 0 0; }

.form-search h3 {
  font-size: 50px;
  padding-bottom: 55px;
  text-transform: capitalize;
  line-height: 60px; }

.form-search i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 50px;
  color: #333;
  transition: all .3s ease; }

.form-search i:hover {
  transform: rotate(90deg); }

.form-search form {
  justify-content: center;
  display: flex; }

.form-search form input {
  font-weight: 300;
  font-size: 40px;
  color: #000;
  height: 50px;
  width: 60%;
  border-radius: 0;
  border: 0;
  outline: 0;
  box-shadow: unset; }

.form-search form input::-webkit-input-placeholder {
  color: #000; }

.form-search form input::-moz-placeholder {
  color: #000; }

.form-search form button {
  margin-left: 15px;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  background: #000;
  color: #fff;
  padding: 5px 50px;
  text-transform: uppercase;
  transition: all .3s ease; }

.form-search form button:hover {
  background: #41cce5; }

.form-cart {
  position: fixed;
  overflow: hidden;
  right: -470px;
  height: 100%;
  width: 470px;
  top: 0;
  z-index: 100;
  background: #fff; }

.form-cart i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #333;
  transition: all .3s ease; }

.form-cart i:hover {
  transform: rotate(90deg); }

.form-cart h3 {
  font-size: 36px;
  text-align: left;
  padding-left: 30px;
  padding-top: 26px; }

.form-cart .empty-cart {
  padding-top: 50%; }

.form-cart .empty-cart p {
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px; }

.form-cart .empty-cart a {
  width: 187px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: #ee9051;
  color: #fff;
  font-size: 18px;
  margin-left: 30%; }

.form-cart .empty-cart a:hover {
  background: #f47d2e; }

@media (max-width: 480px) {
  .form-cart {
    width: 300px; }

  .form-cart .empty-cart a {
    margin-left: 20%; } }
.st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10; }

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.swatch .title_variant {
  color: #000000;
  margin: 0;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 600;
  min-width: 55px;
  border-bottom: 2px solid #000;
  margin-right: 27px; }

.swatch .title_variant.header:after {
  bottom: 10px; }

.swatch .link_color {
  display: inline-block;
  height: 20px !important;
  min-width: 20px !important;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #ccc;
  transition: all .3s ease;
  position: relative; }
  .swatch .link_color:after {
    content: "";
    border: 1px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; }
  .swatch .link_color:hover:after {
    content: "";
    width: 26px;
    height: 26px;
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; }
  @media (max-width: 576px) {
    .swatch .link_color:hover:after {
      content: "";
      border: 2px solid #b0b0b0;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 1; } }

.swatch input:checked + .border-color .link_color:after {
  content: "";
  border: 1px solid #b0b0b0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1; }
@media (max-width: 576px) {
  .swatch input:checked + .border-color .link_color:after {
    content: "";
    border: 2px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; } }

.swatch .variant_color.variant_quickview .link_color {
  margin-bottom: 0; }

.swatch .variant_color .link_color:hover {
  border: 1px solid #000; }

.swatch .variant_color .link_color .ciloe_filter_color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%; }

.swatch .variant_color {
  top: 5px; }

.swatch .variant_other {
  display: inline-block;
  min-width: unset !important;
  height: unset !important;
  line-height: unset;
  padding: 10px 15px;
  border: 1px solid #d7d7d7 !important;
  color: #979797;
  margin: 0 10px 10px 0 !important;
  text-align: center;
  transition: all .3s ease;
  font-size: 14px;
  font-weight: 600; }

.swatch .variant_other:hover,
.swatch .variant_other:focus,
.swatch input:checked + .variant_other {
  border: 1px solid #000 !important;
  color: #fff !important;
  background: black; }

@-webkit-keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }

@keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }

@-webkit-keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@-webkit-keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); } }

@keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); } }

@-webkit-keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

/*----------custom-header-----------*/
#header {
  padding: 0px 0 !important; }

#header .menu ul .nav-item .nav-link {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 600;
  border-bottom: 1px solid #edd5c8;
  padding: 0px; }

p.welcome {
  font-family: Dancing Script, cursive;
  font-size: 40px;
  color: #de9589; }

.section-slideshow-v3 .itemv-slide-h3 .content .button-shop-1618481419182e4482-1618481419182e4482-0 {
  display: block !important;
  align-items: center;
  justify-content: center;
  padding: 14px 30px !important;
  border-radius: 999px;
  background: linear-gradient(135deg, #e7a6a6, #d98989) !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(217, 137, 137, 0.28);
  transition: all 0.3s ease !important;
  font-family: 'Montserrat' !important; }

p.mian-text {
  font-size: 75px;
  width: 50%;
  line-height: 76px; }

span.blod {
  color: #de9589; }

h2.mb-0.title-slideshow {
  font-size: 16px !important;
  width: 40% !important;
  color: #000 !important;
  text-transform: capitalize !important;
  font-family: "Montserrat" !important;
  line-height: 22px !important; }

.section-info-v1 .content_info {
  display: none; }

.section-banner-v3 .banner-item .content {
  top: 84% !important; }

.banner-item::after {
  content: "" !important;
  position: absolute !important;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  z-index: 1;
  border-radius: 20px; }

.section-banner-v3 .banner-item .content .title-banner {
  font-size: 30px !important; }

.section-banner-v3 .banner-item .content a {
  font-family: 'Montserrat' !important; }

.section-info-v1 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 60px;
  padding-bottom: 60px; }

div#shopify-section-section_info_v1_agrWLP {
  background: #fbf8f1; }

p.mian-text-2 {
  font-size: 75px;
  width: 100%;
  line-height: 76px;
  text-align: center;
  font-family: Play fair Display; }

.section-banner-v3.mt-all {
  background: #fbf8f1;
  width: 100% !important;
  margin-top: 0px; }

.section-banner-v3.mt-all .row {
  width: 1335px;
  margin: auto;
  padding: 0px 12px 12px 12px; }

.section-info-v1 .button-about {
  margin-top: 0px; }

div#shopify-section-section_banner_v3_qmE9RB {
  padding-bottom: 50px !important;
  background: #fbf8f1; }

.section-service-v2 {
  position: relative;
  z-index: 1;
  margin-top: 0px !important;
  background: #fbf8f1;
  box-shadow: 1px 2px 6px 4px #00000012;
  overflow: hidden;
  border-radius: 30px; }

div#shopify-section-section_info_v1_jBtxwd {
  background: #a1cbce54; }

div#shopify-section-section_service_v2_DJXNed {
  background: #a1cbce54;
  padding-bottom: 60px; }

.section-service-v2 .itemtservice .box-service {
  padding: 60px 43px !important; }

.section-service-v2 .itemtservice .box-service .info .content {
  font-family: 'Montserrat' !important;
  font-size: 16px !important;
  color: #535353ff !important;
  line-height: 24px;
  margin-bottom: 0; }

.section-service-v2 .itemtservice .box-service .info .title {
  font-size: 24px !important;
  font-weight: 800;
  color: #000;
  font-family: Play fair Display;
  margin-bottom: 5px;
  margin-top: 10px !important;
  text-transform: capitalize; }

.section-service-v2 .itemtservice .box-service .number {
  max-width: 125px !important; }

.section-banner-v5 .box-img1 .banner-content .title-banner {
  margin-bottom: 15px !important;
  font-family: Montserrat !important;
  text-align: left !important; }

.section-banner-v5 .box-img1 .banner-content .sub-title {
  margin-bottom: 30px !important;
  text-align: left !important;
  font-family: 'Montserrat' !important;
  line-height: 24px !important;
  color: #000000ff !important; }

a.button-shop.btn-section_banner_v5_wMxi3n {
  display: block !important;
  align-items: center;
  justify-content: center;
  padding: 14px 30px !important;
  border-radius: 999px;
  background: linear-gradient(135deg, #e7a6a6, #d98989) !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(217, 137, 137, 0.28);
  transition: all 0.3s ease !important;
  font-family: 'Montserrat' !important; }

a.button-shop.btn-section_banner_v5_wMxi3n:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 30px rgba(217, 137, 137, 0.35) !important;
  background: linear-gradient(135deg, #d98989, #e7a6a6) !important; }

a.button-shop.btn-section_banner_v5_wMxi3n i {
  margin-left: 8px;
  font-size: 14px; }

div#shopify-section-section_banner_v5_wMxi3n {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f6efe8; }

.section-slideshow-v3 .itemv-slide-h3 .content .button-shop2-1618481419182e4482-1618481419182e4482-0 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px 32px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background: #fbf8f1 !important;
  color: #000000 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  backdrop-filter: blur(6px) !important;
  transition-property: color, background-color, border-color, outline-color !important;
  transition-duration: 0.3s !important;
  transition-timing-function: ease !important; }

.section-slideshow-v3 .itemv-slide-h3 .content .button-shop2-1618481419182e4482-1618481419182e4482-0:hover {
  background: transparent !important;
  color: #f3a6a6 !important;
  border-color: #f3a6a6 !important; }

div#shopify-section-section_collection_v1_JTm6E8 {
  background: #fbf8f1 !important;
  padding-top: 40px;
  padding-bottom: 40px; }

.section-collection-v1 {
  transition: all .3s ease;
  margin: 0px !important; }

p.text-p {
  font-family: 'Montserrat';
  font-size: 17px;
  margin-top: 11px; }

.section-product-v1 {
  padding-bottom: 50px;
  margin: 0px !important;
  padding-top: 70px;
  background: #E0EEEF; }

.product-item-v7 .des-font {
  font-weight: 600 !important;
  font-family: 'Montserrat' !important; }

.product-item-v7 .price-product .price {
  font-family: 'Montserrat' !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #d26800; }

div#shopify-section-1625710835f7b9e176 {
  background: #FBF8F1;
  margin: 0px !important;
  padding-top: 30px;
  padding-bottom: 70px; }

.section-testimonial-v1 .testimonial-inner .testimonial-info .content {
  font-family: 'Montserrat' !important;
  font-size: 16px;
  color: #000;
  line-height: 24px !important;
  margin-top: 15px;
  margin-bottom: 25px;
  font-weight: 400; }

.section-testimonial-v1 .testimonial-inner .testimonial-info .avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  margin: initial !important; }

.section-testimonial-v1 .testimonial-inner .testimonial-info .author-info p {
  font-family: 'Montserrat' !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  color: #ffc107 !important;
  margin-bottom: 0; }

.section-newsletter-v1 input {
  border: 2px solid #d4a2e8;
  /* Border color */ }

.section-newsletter-v1 button:hover {
  background-color: #d4a2e8;
  /* Button hover effect */
  transform: translateY(-5px); }

.section-newsletter-v1 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center center;
  margin: 0px !important;
  background: linear-gradient(45deg, #e0eeef, #feeae5) !important; }

div#shopify-section-section_banner_v3_PAixtM {
  padding-bottom: 60px;
  background: #fbf8f1; }

.section-newsletter-v1 .newletter_email form .btn {
  background-color: #000000 !important; }

.section-newsletter-v1 .content {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding-top: 5px;
  width: 366px;
  margin: auto; }

.section-newsletter-v1 .title_newletter h3 {
  font-size: 60px !important; }

.footer_v4 .top-footer .info_footer ul li {
  line-height: 32px;
  margin-right: 0;
  font-family: 'Montserrat' !important; }

.footer_v4 .top-footer .content_footer {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px !important;
  margin-bottom: 25px !important;
  font-family: 'Montserrat' !important; }

div#shopify-section-section_info_v1_nfTGmQ {
  background: #e0eeef; }

#header .menu ul .nav-item .list-woman .list-clothing ul li a {
  font-family: 'Montserrat' !important; }

/*----custom---ballon-decor------*/
.section-slideshow-v3 .itemv-slide-h3 .content .button-shop-template--26323659227454__section_slideshow_v3_9M7mE9-slideshow_EdhgH3 {
  color: #000000;
  background: #ffffff;
  display: block !important;
  align-items: center;
  justify-content: center;
  padding: 14px 30px !important;
  border-radius: 999px;
  background: linear-gradient(135deg, #e7a6a6, #d98989) !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(217, 137, 137, 0.28);
  transition: all 0.3s ease !important;
  font-family: 'Montserrat' !important; }

div#shopify-section-template--26323659227454__section_info_v1_r4tUnk {
  padding-top: 70px;
  background: #feeee9;
  padding-bottom: 70px; }

.section-info-v1 .button-about a {
  font-size: 15px;
  padding: 12px 24px;
  border-bottom: 0px;
  background: aquamarine;
  color: #000000;
  background: #ffffff;
  display: block !important;
  align-items: center;
  justify-content: center;
  padding: 14px 30px !important;
  border-radius: 999px;
  background: linear-gradient(135deg, #e7a6a6, #d98989) !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(217, 137, 137, 0.28);
  transition: all 0.3s ease !important;
  font-family: 'Montserrat' !important; }

div#shopify-section-template--26324143276350__section_collection_v1_WefHwd {
  padding-top: 70px;
  background: #feeee9; }

.section-collection-v1 .item .category-info .box-info a {
  font-weight: 500 !important;
  font-size: 15px !important;
  font-family: 'Montserrat' !important; }

.breadcrumb_collection2 .bg-breadcrumb {
  background-size: cover;
  background-position: center;
  padding: 240px 0 240px !important; }

div#shopify-section-template--26324143276350__section_info_v1_Jpx4ay {
  background: #FEEEE9;
  padding: 0px !important; }

[data-form-root="true"] h1,
[data-form-root="true"] h2,
[data-form-root="true"] h3 {
  font-weight: 600 !important; }

[data-form-root="true"] label {
  font-weight: 500 !important; }

[data-form-root="true"] input,
[data-form-root="true"] textarea {
  font-weight: 400 !important; }

header#header {
  background: #FBF8F1 !important; }

/* Booking Form Premium Style */
[data-form-root="true"] {
  max-width: 720px !important;
  margin: 0 auto !important;
  background: #ffffff !important;
  padding: 44px 40px !important;
  border: 1px solid #ead1cc !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 45px rgba(183, 110, 121, 0.12) !important; }

[data-form-root="true"] input,
[data-form-root="true"] textarea,
[data-form-root="true"] select {
  background: #fffaf3 !important;
  border: 1px solid #ead1cc !important;
  border-radius: 16px !important;
  min-height: 48px !important;
  padding: 13px 16px !important;
  color: #2d2d2d !important;
  font-size: 14px !important;
  box-shadow: none !important; }

[data-form-root="true"] textarea {
  min-height: 110px !important;
  resize: vertical !important; }

[data-form-root="true"] input:focus,
[data-form-root="true"] textarea:focus,
[data-form-root="true"] select:focus {
  border-color: #d98279 !important;
  box-shadow: 0 0 0 3px rgba(217, 130, 121, 0.14) !important;
  outline: none !important; }

[data-form-root="true"] label {
  color: #555 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  margin-bottom: 8px !important; }

[data-form-root="true"],
[data-form-root="true"] * {
  font-family: 'Montserrat', sans-serif !important; }

[data-form-root="true"] button,
[data-form-root="true"] button[type="submit"] {
  width: 100% !important;
  background: #e4938b !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  min-height: 56px !important;
  padding: 15px 28px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  box-shadow: 0 12px 25px rgba(228, 147, 139, 0.28) !important;
  transition: all 0.25s ease !important; }

[data-form-root="true"] button:hover,
[data-form-root="true"] button[type="submit"]:hover {
  background: #d98279 !important;
  transform: translateY(-2px) !important; }

[data-form-root="true"] input[type="file"] {
  background: transparent !important;
  border: none !important;
  padding: 0 !important; }

[data-form-root="true"] input::placeholder,
[data-form-root="true"] textarea::placeholder {
  color: #b8aaa5 !important; }

@media (max-width: 768px) {
  [data-form-root="true"] {
    padding: 30px 20px !important;
    border-radius: 18px !important; } }
div#shopify-section-template--26324943503678__1777067788b0ce6f7c {
  background: #f3ede6;
  padding-top: 60px;
  padding-bottom: 60px; }

.wrap-bread-crumb .bread-crumb a {
  font-family: Play fair Display;
  font-size: 19px;
  font-weight: 400;
  color: #000;
  padding-top: 20px !important; }

.wrap-bread-crumb .bread-crumb strong {
  font-family: 'Montserrat'; }

.prod_extended .content-page-detail .detail-info .pd_summary, .product_sidebar .content-page-detail .detail-info .pd_summary {
  font-family: 'Montserrat';
  font-size: 16px;
  color: #000000; }

.prod_extended .content-page-detail .detail-info .btn-action, .product_sidebar .content-page-detail .detail-info .btn-action {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px; }

.pd_summary p {
  font-family: 'Montserrat' !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  color: #000000 !important; }

.prod_extended .content-page-detail .detail-info .pd_summary, .product_sidebar .content-page-detail .detail-info .pd_summary {
  font-family: 'Montserrat';
  font-size: 17px;
  color: #000000;
  line-height: 28px;
  font-weight: 400;
  padding: 22px 0 0; }

.prod_extended .content-page-detail .detail-info .btn-action .shop-button,
.product_sidebar .content-page-detail .detail-info .btn-action .shop-button {
  font-family: 'Montserrat' !important;
  transition: all .3s ease !important;
  padding: 0 39px !important;
  height: 55px !important;
  font-size: 16px !important;
  background: #000000 !important;
  letter-spacing: .2em !important;
  justify-content: center !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-align: center !important; }

.tab-pd-details .product-desc p {
  font-family: 'Montserrat' !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  color: #000000 !important; }

.tab-pd-details .tab_prod li a {
  font-family: 'Playfair Display' !important;
  /* spelling fix */
  font-size: 26px !important;
  font-weight: 500 !important;
  color: #000 !important;
  transition: .3s !important;
  margin-right: 35px !important; }

.wrap-bread-crumb {
  padding-top: 20px !important; }

.prod_extended .content-page-detail .detail-info .product-price ins, .product_sidebar .content-page-detail .detail-info .product-price ins {
  font-size: 23px;
  font-weight: 400;
  color: #186090;
  text-decoration: none; }

.wrap-bread-crumb .bread-crumb {
  padding: 6px 0 30px;
  font-family: 'Montserrat' !important; }
