/** Shopify CDN: Minification failed

Line 958:31 "-" can only be used as an infix operator, not a prefix operator

**/
/*--------------------------------------------------------------
#1.1 Theme Reset Style
--------------------------------------------------------------*/
@import url("http://fonts.cdnfonts.com/css/optima-nova-lt-pro");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
* {
  box-sizing: border-box; }

::before,
::after {
  box-sizing: inherit; }

html,
body {
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit; }

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

button,
button:active,
button:hover,
button:focus {
  box-shadow: none;
  outline: none;
  transition: .3s ease-in-out;
  cursor: pointer; }
  button:focus,
  button:active:focus,
  button:hover:focus,
  button:focus:focus {
    outline: none; }

.font-title {
  font-family: "Times New Roman"; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  font-weight: 500;
  margin: 0; }

.fs-66 {
  font-size: 4.125rem; }

.fs-48 {
  font-size: 3rem; }

.fs-42 {
  font-size: 2.625rem; }
  @media (max-width: 991px) {
    .fs-42 {
      font-size: 2.125rem; } }
  @media (max-width: 575px) {
    .fs-42 {
      font-size: 1.875rem; } }

.fs-34 {
  font-size: 2.125rem; }
  @media (max-width: 991px) {
    .fs-34 {
      font-size: 1.75rem; } }
  @media (max-width: 575px) {
    .fs-34 {
      font-size: 1.5rem; } }

.fs-32 {
  font-size: 2rem; }
  @media (max-width: 991px) {
    .fs-32 {
      font-size: 1.75rem; } }
  @media (max-width: 991px) {
    .fs-32 {
      font-size: 1.5rem; } }

.fs-24 {
  font-size: 1.5rem; }
  @media (max-width: 991px) {
    .fs-24 {
      font-size: 1.375rem; } }

.fs-22 {
  font-size: 1.375rem; }
  @media (max-width: 991px) {
    .fs-22 {
      font-size: 1.125rem; } }

.fs-20 {
  font-size: 1.25rem; }
  @media (max-width: 991px) {
    .fs-20 {
      font-size: 1rem; } }

.fs-18 {
  font-size: 1.125rem; }
  @media (max-width: 991px) {
    .fs-18 {
      font-size: 1rem; } }

.fs-16 {
  font-size: 1rem; }
  @media (max-width: 991px) {
    .fs-16 {
      font-size: 0.875rem; } }

.fs-14 {
  font-size: 0.875rem; }

@media (max-width: 575px) {
  .fs-sm-24 {
    font-size: 1.5rem; } }

@media (max-width: 575px) {
  .fs-sm-20 {
    font-size: 1.25rem; } }

.fw-900 {
  font-weight: 900 !important; }

.fw-700 {
  font-weight: 700 !important; }

.fw-600 {
  font-weight: 600 !important; }

.fw-500 {
  font-weight: 500 !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-300 {
  font-weight: 300 !important; }

.lh-1 {
  line-height: 1 !important; }

.letter-spacing-1 {
  letter-spacing: 0.18em; }

.text-underline {
  text-decoration: underline !important; }

/*--------------------------------------------------------------
#1.3 Animations
--------------------------------------------------------------*/
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px); }

  100% {
    transform: translateY(0px); } }

/*--------------------------------------------------------------
#2.1 Theme Colors
--------------------------------------------------------------*/
.text-primary {
  color: #d5aa63 !important; }

.text-primary-hover:hover {
  color: #d5aa63 !important; }

.text-gray-2 {
  color: #4f4f4f !important; }

.text-gray-3 {
  color: #333333 !important; }

.bg-light-2 {
  background-color: #FAFAFB !important; }

.bg-gray {
  background-color: #dddddd !important; }

.border-primary {
  border-color: #d5aa63 !important; }

.text-light-blue {
  color: #00008B !important; }

/*--------------------------------------------------------------
#2.2 Grid System
--------------------------------------------------------------*/
@media (min-width: 1600px) {
  .container {
    max-width: 1400px; } }
@media (min-width: 1400px) {
  .container {
    max-width: 1248px; } }

/*--------------------------------------------------------------
#2.2 Grid System
--------------------------------------------------------------*/
@media (min-width: 1600px) {
  .container {
    max-width: 1400px; } }
@media (min-width: 1400px) {
  .container {
    max-width: 1248px; } }

.m-sm {
  margin: 50px !important; }

.mt-sm,
.my-sm {
  margin-top: 50px !important; }

.mr-sm,
.mx-sm {
  margin-right: 50px !important; }

.mb-sm,
.my-sm {
  margin-bottom: 50px !important; }

.ml-sm,
.mx-sm {
  margin-left: 50px !important; }

.m-lg {
  margin: 98px !important; }

.mt-lg,
.my-lg {
  margin-top: 98px !important; }

.mr-lg,
.mx-lg {
  margin-right: 98px !important; }

.mb-lg,
.my-lg {
  margin-bottom: 98px !important; }

.ml-lg,
.mx-lg {
  margin-left: 98px !important; }

.p-sm {
  padding: 50px !important; }

.pt-sm,
.py-sm {
  padding-top: 50px !important; }

.pr-sm,
.px-sm {
  padding-right: 50px !important; }

.pb-sm,
.py-sm {
  padding-bottom: 50px !important; }

.pl-sm,
.px-sm {
  padding-left: 50px !important; }

.p-lg {
  padding: 98px !important; }

.pt-lg,
.py-lg {
  padding-top: 98px !important; }

.pr-lg,
.px-lg {
  padding-right: 98px !important; }

.pb-lg,
.py-lg {
  padding-bottom: 98px !important; }

.pl-lg,
.px-lg {
  padding-left: 98px !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-sm {
    margin: 50px !important; }

  .mt-sm-sm,
  .my-sm-sm {
    margin-top: 50px !important; }

  .mr-sm-sm,
  .mx-sm-sm {
    margin-right: 50px !important; }

  .mb-sm-sm,
  .my-sm-sm {
    margin-bottom: 50px !important; }

  .ml-sm-sm,
  .mx-sm-sm {
    margin-left: 50px !important; }

  .m-sm-lg {
    margin: 98px !important; }

  .mt-sm-lg,
  .my-sm-lg {
    margin-top: 98px !important; }

  .mr-sm-lg,
  .mx-sm-lg {
    margin-right: 98px !important; }

  .mb-sm-lg,
  .my-sm-lg {
    margin-bottom: 98px !important; }

  .ml-sm-lg,
  .mx-sm-lg {
    margin-left: 98px !important; }

  .p-sm-sm {
    padding: 50px !important; }

  .pt-sm-sm,
  .py-sm-sm {
    padding-top: 50px !important; }

  .pr-sm-sm,
  .px-sm-sm {
    padding-right: 50px !important; }

  .pb-sm-sm,
  .py-sm-sm {
    padding-bottom: 50px !important; }

  .pl-sm-sm,
  .px-sm-sm {
    padding-left: 50px !important; }

  .p-sm-lg {
    padding: 98px !important; }

  .pt-sm-lg,
  .py-sm-lg {
    padding-top: 98px !important; }

  .pr-sm-lg,
  .px-sm-lg {
    padding-right: 98px !important; }

  .pb-sm-lg,
  .py-sm-lg {
    padding-bottom: 98px !important; }

  .pl-sm-lg,
  .px-sm-lg {
    padding-left: 98px !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-sm {
    margin: 50px !important; }

  .mt-md-sm,
  .my-md-sm {
    margin-top: 50px !important; }

  .mr-md-sm,
  .mx-md-sm {
    margin-right: 50px !important; }

  .mb-md-sm,
  .my-md-sm {
    margin-bottom: 50px !important; }

  .ml-md-sm,
  .mx-md-sm {
    margin-left: 50px !important; }

  .m-md-lg {
    margin: 98px !important; }

  .mt-md-lg,
  .my-md-lg {
    margin-top: 98px !important; }

  .mr-md-lg,
  .mx-md-lg {
    margin-right: 98px !important; }

  .mb-md-lg,
  .my-md-lg {
    margin-bottom: 98px !important; }

  .ml-md-lg,
  .mx-md-lg {
    margin-left: 98px !important; }

  .p-md-sm {
    padding: 50px !important; }

  .pt-md-sm,
  .py-md-sm {
    padding-top: 50px !important; }

  .pr-md-sm,
  .px-md-sm {
    padding-right: 50px !important; }

  .pb-md-sm,
  .py-md-sm {
    padding-bottom: 50px !important; }

  .pl-md-sm,
  .px-md-sm {
    padding-left: 50px !important; }

  .p-md-lg {
    padding: 98px !important; }

  .pt-md-lg,
  .py-md-lg {
    padding-top: 98px !important; }

  .pr-md-lg,
  .px-md-lg {
    padding-right: 98px !important; }

  .pb-md-lg,
  .py-md-lg {
    padding-bottom: 98px !important; }

  .pl-md-lg,
  .px-md-lg {
    padding-left: 98px !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-sm {
    margin: 50px !important; }

  .mt-lg-sm,
  .my-lg-sm {
    margin-top: 50px !important; }

  .mr-lg-sm,
  .mx-lg-sm {
    margin-right: 50px !important; }

  .mb-lg-sm,
  .my-lg-sm {
    margin-bottom: 50px !important; }

  .ml-lg-sm,
  .mx-lg-sm {
    margin-left: 50px !important; }

  .m-lg-lg {
    margin: 98px !important; }

  .mt-lg-lg,
  .my-lg-lg {
    margin-top: 98px !important; }

  .mr-lg-lg,
  .mx-lg-lg {
    margin-right: 98px !important; }

  .mb-lg-lg,
  .my-lg-lg {
    margin-bottom: 98px !important; }

  .ml-lg-lg,
  .mx-lg-lg {
    margin-left: 98px !important; }

  .p-lg-sm {
    padding: 50px !important; }

  .pt-lg-sm,
  .py-lg-sm {
    padding-top: 50px !important; }

  .pr-lg-sm,
  .px-lg-sm {
    padding-right: 50px !important; }

  .pb-lg-sm,
  .py-lg-sm {
    padding-bottom: 50px !important; }

  .pl-lg-sm,
  .px-lg-sm {
    padding-left: 50px !important; }

  .p-lg-lg {
    padding: 98px !important; }

  .pt-lg-lg,
  .py-lg-lg {
    padding-top: 98px !important; }

  .pr-lg-lg,
  .px-lg-lg {
    padding-right: 98px !important; }

  .pb-lg-lg,
  .py-lg-lg {
    padding-bottom: 98px !important; }

  .pl-lg-lg,
  .px-lg-lg {
    padding-left: 98px !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-sm {
    margin: 50px !important; }

  .mt-xl-sm,
  .my-xl-sm {
    margin-top: 50px !important; }

  .mr-xl-sm,
  .mx-xl-sm {
    margin-right: 50px !important; }

  .mb-xl-sm,
  .my-xl-sm {
    margin-bottom: 50px !important; }

  .ml-xl-sm,
  .mx-xl-sm {
    margin-left: 50px !important; }

  .m-xl-lg {
    margin: 98px !important; }

  .mt-xl-lg,
  .my-xl-lg {
    margin-top: 98px !important; }

  .mr-xl-lg,
  .mx-xl-lg {
    margin-right: 98px !important; }

  .mb-xl-lg,
  .my-xl-lg {
    margin-bottom: 98px !important; }

  .ml-xl-lg,
  .mx-xl-lg {
    margin-left: 98px !important; }

  .p-xl-sm {
    padding: 50px !important; }

  .pt-xl-sm,
  .py-xl-sm {
    padding-top: 50px !important; }

  .pr-xl-sm,
  .px-xl-sm {
    padding-right: 50px !important; }

  .pb-xl-sm,
  .py-xl-sm {
    padding-bottom: 50px !important; }

  .pl-xl-sm,
  .px-xl-sm {
    padding-left: 50px !important; }

  .p-xl-lg {
    padding: 98px !important; }

  .pt-xl-lg,
  .py-xl-lg {
    padding-top: 98px !important; }

  .pr-xl-lg,
  .px-xl-lg {
    padding-right: 98px !important; }

  .pb-xl-lg,
  .py-xl-lg {
    padding-bottom: 98px !important; }

  .pl-xl-lg,
  .px-xl-lg {
    padding-left: 98px !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.mt-nlg {
  margin-top: -130px; }

.mt-nsm {
  margin-top: -60px; }

@media (max-width: 767px) {
  .mt-nlg,
  .mt-nsm {
    margin-top: -60px; } }

@media (max-width: 767px) {
  .mt-md-n0 {
    margin-top: 0px !important; } }

.mx-n3 {
  margin-left: -1rem;
  margin-right: -1rem; }

.mx-n2 {
  margin-left: -.5rem;
  margin-right: -.5rem; }

html,
body {
  max-width: 100%;
  min-height: 100vh;
  font-size: 16px;
  font-family: "Open Sans";
  padding: 0;
  margin: 0;
  color: black;
  background: white;
  font-style: normal;
  line-height: 1.75;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 767px) {
    html,
    body {
      font-size: 14px; } }
  @media (max-width: 575px) {
    html,
    body {
      font-size: 12px; } }

ol,
ul {
  margin-bottom: 0; }

.fit-content {
  width: fit-content; }

.bg-gradiant {
  background-color: linear-gradient(272.18deg, #fcd42a -52.03%, #0051e3 -23.7%, #065ceb -3.92%, #ef5526 51.13%, #feea46 103.54%); }

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.bg-dark {
  background-color: rgba(0, 0, 0, 0.4);
  mix-blend-mode: darken; }

.fit-content {
  width: fit-content;
  height: auto; }

.flex-img {
  display: flex !important; }
  .flex-img img {
    width: 100%;
    object-fit: cover;
    object-position: center; }

.radius-4 {
  border-radius: 4px !important; }

hr {
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
  opacity: 1; }

main {
  position: relative;
  min-height: calc(60vh - 84px); }
  @media (max-width: 767px) {
    main {
      min-height: calc(60vh - 60px); } }
  main:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: 9; }
  main.overlay {
    overflow: hidden; }
    main.overlay:after {
      visibility: visible;
      opacity: 1; }

.scrollbar {
  overflow-y: auto; }
  .scrollbar::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #f5f5f5;
    opacity: 0.1;
    cursor: pointer; }
  .scrollbar::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5; }
  .scrollbar::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(213, 170, 99, 0.6); }

.back-to-top {
  position: fixed;
  bottom: 47px;
  right: 0;
  background-color: #000;
  padding: 3px 10px;
  transform: rotate(-90deg) translateY(75px);
  color: #fff;
  height: 30px;
  padding-right: 30px;
  opacity: 0.2;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  z-index: 99; }
  .back-to-top:hover, .back-to-top:focus {
    color: white;
    opacity: 1;
    text-decoration: none; }
  .back-to-top i {
    transform: rotate(90deg) translateX(-15px);
    position: absolute;
    top: 13.5px;
    right: 6px;
    display: block;
    font-size: 20px; }
  .back-to-top.show {
    transform: rotate(-90deg) translateY(45px); }

.hover-img .image {
  overflow: hidden; }
.hover-img img {
  transition: 0.3s ease-in-out;
  transform: scale(1) rotate(0deg); }
.hover-img:hover img {
  transform: scale(1.05) rotate(2deg); }

.slick-slider.slick-dotted {
  margin-bottom: 85px; }
  @media (max-width: 767px) {
    .slick-slider.slick-dotted {
      margin-bottom: 50px; } }
.slick-slider .slick-arrow {
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  z-index: 9;
  cursor: pointer; }
  .slick-slider .slick-arrow.slick-disabled {
    opacity: 0.4;
    cursor: not-allowed; }
  .slick-slider .slick-arrow.slick-prev {
    left: -5px;
    transform: translate(-100%, -50%); }
  .slick-slider .slick-arrow.slick-next {
    right: -5px;
    transform: translate(100%, -50%); }
.slick-slider .slick-dots {
  position: absolute;
  display: flex;
  list-style: none;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  width: fit-content;
  justify-content: center; }
  @media (max-width: 767px) {
    .slick-slider .slick-dots {
      bottom: -28px; } }
  .slick-slider .slick-dots li {
    width: 12px;
    height: 12px;
    border: 1px solid #4f4f4f;
    border-radius: 50%;
    margin: 0 16px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .slick-slider .slick-dots li {
        margin: 0 3px;
        width: 6px;
        height: 6px; } }
    .slick-slider .slick-dots li.slick-active {
      background-color: #4f4f4f; }
    .slick-slider .slick-dots li button {
      display: none; }

.stars.stars-sm img {
  width: 22px; }

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  z-index: 9999;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0; }
  .sidebar.sidebar-right .sidebar-container {
    left: auto;
    right: 0;
    transform: translateX(calc(100% + 55px)); }
    .sidebar.sidebar-right .sidebar-container .sidebar-close-btn {
      right: 0;
      left: -55px; }
      @media (max-width: 479px) {
        .sidebar.sidebar-right .sidebar-container .sidebar-close-btn {
          left: -40px; } }
  .sidebar.show {
    background-color: rgba(0, 0, 0, 0.6);
    visibility: visible;
    opacity: 1; }
    .sidebar.show .sidebar-container {
      transform: translateX(0px); }
  .sidebar .sidebar-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 480px;
    height: 100vh;
    background-color: white;
    transform: translateX(calc(- 100% - 55px));
    transition: 0.5s all ease-in-out;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media (max-width: 575px) {
      .sidebar .sidebar-container {
        width: 250px; } }
    .sidebar .sidebar-container .sidebar-close-btn {
      position: absolute;
      right: -53px;
      top: 20px;
      background-color: white; }
      @media (max-width: 479px) {
        .sidebar .sidebar-container .sidebar-close-btn {
          right: -40px; } }
    .sidebar .sidebar-container .sidebar-body {
      padding: 15px 15px;
      position: relative;
      height: calc(100vh - 120px); }
      .sidebar .sidebar-container .sidebar-body .title {
        padding-bottom: 15px;
        border-bottom: 2px solid #4c4c4c;
        margin-bottom: 15px;
        top: 0; }
      .sidebar .sidebar-container .sidebar-body .sidebar-content {
        height: calc(100% - 66px); }
    .sidebar .sidebar-container .sidebar-footer {
      padding: 15px;
      border-top: 2px solid #4c4c4c; }

.quantity-counter {
  display: flex;
  align-items: center;
  border: 0.5px solid #bdbdbd;
  border-radius: 4px;
  overflow: hidden;
  justify-content: space-between;
  width: fit-content; }
  .quantity-counter button,
  .quantity-counter input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important; }
  .quantity-counter button {
    height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f5f3;
    box-shadow: none;
    cursor: pointer; }
    .quantity-counter button img {
      width: 17px; }
  .quantity-counter input {
    height: 44px;
    max-width: 44px;
    text-align: center; }
    .quantity-counter input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.cart-area .cart-card .content {
  flex-grow: 1;
  flex-basis: 0; }

.menu-card .image {
  width: 80px;
  min-height: 80px; }
.menu-card .item-info img {
  width: 14px; }

.search-field {
  max-width: 624px;
  width: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden; }
  .search-field img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%); }
  .search-field input {
    padding-left: 60px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 15px;
    width: 100%;
    outline: none;
    box-shadow: none; }
    .search-field input::placeholder {
      color: #4f4f4f; }

.video-thumb > a {
  position: relative;
  display: block; }
  .video-thumb > a:before, .video-thumb > a:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .video-thumb > a:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4); }
  .video-thumb > a:after {
    display: flex;
    justify-content: center;
    align-items: center; }

.newsletter {
  max-width: 405px;
  width: 100%; }
  .newsletter input,
  .newsletter button {
    border: 2px solid #d5aa63 !important;
    outline: none !important;
    flex-grow: 1;
    flex-basis: 0; }
  .newsletter button {
    background-color: #d5aa63;
    max-width: fit-content; }

.shopify-challenge__container {
  max-width: 500px;
  padding-top: 10vh; }
  .shopify-challenge__container .shopify-challenge__message {
    margin-bottom: 25px; }
  .shopify-challenge__container .shopify-challenge__button {
    margin-top: 20px !important; }

.popup-wrapper {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 70px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out; }
  @media (max-width: 575px) {
    .popup-wrapper {
      padding: 30px; } }
  .popup-wrapper.show {
    visibility: visible;
    opacity: 1; }
    .popup-wrapper.show .content {
      transform: translateY(0); }
  .popup-wrapper .content {
    position: relative;
    max-width: 800px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    width: 100%;
    display: flex;
    transform: translateY(-20px);
    transition: all .5s ease-in-out;
    overflow: visible; }
    .popup-wrapper .content .popup-close-btn {
      position: absolute;
      right: -50px;
      top: -50px;
      border: none;
      background-color: transparent;
      filter: brightness(0) invert(1);
      width: fit-content; }
      @media (max-width: 575px) {
        .popup-wrapper .content .popup-close-btn {
          right: 0px;
          top: -40px; } }

.overlay {
  position: relative; }
  .overlay:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
  .overlay > * {
    position: relative;
    z-index: 2; }

.preloader {
  visibility: hidden;
  opacity: 0;
  transition: .5s ease-in-out;
  height: calc(100vh - 70px);
  overflow: hidden; }
  .preloader.visible {
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: visible; }

.button-group {
  display: flex;
  width: fit-content; }

.btn, .shopify-challenge__container .shopify-challenge__button {
  outline: none;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  position: relative;
  border-radius: 0;
  transition: .3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 64px;
  font-size: 1.125rem;
  font-weight: 300;
  width: fit-content;
  white-space: nowrap; }
  .btn:active, .shopify-challenge__container .shopify-challenge__button:active, .btn:hover, .shopify-challenge__container .shopify-challenge__button:hover, .btn:focus, .shopify-challenge__container .shopify-challenge__button:focus {
    box-shadow: none !important;
    outline: none;
    border-color: transparent; }
  .btn.btn-lg, .shopify-challenge__container .btn-lg.shopify-challenge__button {
    min-height: 68px;
    padding-left: 82px;
    padding-right: 82px; }
    @media (max-width: 767px) {
      .btn.btn-lg, .shopify-challenge__container .btn-lg.shopify-challenge__button {
        min-height: 50px;
        padding-left: 50px;
        padding-right: 50px; } }
  .btn.btn-sm, .shopify-challenge__container .btn-sm.shopify-challenge__button {
    min-height: 42px;
    font-size: 1rem;
    padding: 5px 25px; }
  .btn.btn-primary, .shopify-challenge__container .shopify-challenge__button {
    background-color: #d5aa63 !important;
    border-color: #d5aa63 !important;
    color: white !important; }
    .btn.btn-primary img, .shopify-challenge__container .shopify-challenge__button img {
      width: 20px;
      filter: invert(1);
      margin-left: 12px; }
    .btn.btn-primary:hover, .shopify-challenge__container .shopify-challenge__button:hover {
      background-color: #d09f4f !important; }

.radio-button input[type="radio"] {
  display: none; }
.radio-button label {
  width: 100%;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
.radio-button input[type="radio"]:checked + label {
  background-color: rgba(213, 170, 99, 0.1); }

select.form-control {
  background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #dddddd;
  -webkit-appearance: none;
  background-position-x: calc(100% - 15px); }

/*--------------------------------------------------------------
#2.5 Site Header
--------------------------------------------------------------*/
.site-header {
  background-color: white;
  transition: .3s ease-in-out;
  border-bottom: 1px solid #E0E0E0; }
  .site-header.shadow {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15); }
  .site-header .nav-content {
    position: relative;
    transition: .3s ease-in-out;
    min-height: 60px; }
  .site-header .cart-count {
    min-height: 18px;
    min-width: 18px;
    background-color: #d5aa63;
    border-radius: 80px;
    transform: translateY(-10px);
    position: absolute;
    right: -8px;
    top: 32px;
    font-size: 0.75rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 575px) {
      .site-header .cart-count {
        top: 5px; } }

.site-logo {
  display: block;
  margin-right: 30px; }
  @media (min-width: 1200px) {
    .site-logo {
      margin-right: 78px; } }
  .site-logo img {
    max-width: 128px; }
    @media (min-width: 575px) {
      .site-logo img {
        max-width: 100px; } }

.menu-link {
  font-size: 1rem;
  color: #4f4f4f;
  display: block;
  position: relative;
  white-space: nowrap;
  padding: 20px 0;
  transition: 0.2s ease-in-out; }
  @media (max-width: 1247px) {
    .menu-link {
      font-size: 1rem; } }
  @media (max-width: 1024px) {
    .menu-link {
      font-size: 1.125rem;
      padding: 0; } }
  .menu-link:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #d5aa63;
    left: 0;
    bottom: 0;
    transform: scale(0);
    transition: 0.2s ease-in-out; }
  .menu-link:hover {
    color: #d5aa63; }
    .menu-link:hover:after {
      transform: scale(1); }
  .menu-link.menu-icon {
    font-size: 1.5rem; }
  .menu-link img {
    width: 20px; }

.menu-area {
  display: flex;
  align-items: center; }
  @media (max-width: 1024px) {
    .menu-area {
      position: fixed;
      top: 60px;
      right: 0;
      transform: translateX(100%);
      max-width: 250px;
      width: 100%;
      height: calc(100vh - 60px);
      z-index: 9999;
      padding: 50px 10px;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      transition: .6s ease-in-out;
      background-color: #fff; }
      .menu-area.show {
        transform: translateX(0); } }
  .menu-area .menus {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none; }
    @media (max-width: 1024px) {
      .menu-area .menus {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 24px;
        width: 100%; } }
    .menu-area .menus > li {
      margin-left: 24px;
      white-space: nowrap; }
      @media (max-width: 1440px) {
        .menu-area .menus > li {
          margin-left: 16px; } }
      @media (max-width: 1024px) {
        .menu-area .menus > li {
          margin-right: 0;
          margin-bottom: 12px;
          margin-left: 0;
          width: 100%; } }

.user-menu-area {
  margin-left: 122px; }
  @media (max-width: 1200px) {
    .user-menu-area {
      margin-left: 10px; } }
  @media (max-width: 1024px) {
    .user-menu-area {
      margin-left: 0px;
      order: -1;
      margin-right: 30px; } }
  .user-menu-area .menus {
    display: flex;
    align-items: center;
    list-style: none; }
    .user-menu-area .menus li {
      margin-right: 46px; }
      @media (max-width: 1200px) {
        .user-menu-area .menus li {
          margin-right: 15px; } }
      .user-menu-area .menus li:last-child {
        margin-right: 0; }

.menu-toggler {
  width: 20px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .menu-toggler {
      display: none; } }
  .menu-toggler .line {
    width: 100%;
    height: 2px;
    margin: 5px 0;
    background-color: #000;
    transform: translateX(0px);
    transition: transform 0.2s ease;
    display: block; }
    .menu-toggler .line.line1 {
      transition-delay: .1s; }
    .menu-toggler .line.line2 {
      transition-delay: .2s; }
    .menu-toggler .line.line3 {
      transition-delay: .3s; }
  .menu-toggler:before, .menu-toggler:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    border-radius: 5px;
    left: 9px;
    transition: transform 0.3s ease; }
  .menu-toggler:before {
    transition-delay: 0s;
    transform: translateY(-20px) translateX(-20px) rotate(-45deg); }
  .menu-toggler:after {
    transition-delay: .2s;
    transform: translateY(-30px) translateX(30px) rotate(45deg); }
  .menu-toggler.animate .line {
    transform: translateX(20px); }
  .menu-toggler.show:before, .menu-toggler.show:after {
    visibility: visible;
    opacity: 1; }
  .menu-toggler.show:before {
    transform: translateY(0px) translateX(0px) rotate(-45deg); }
  .menu-toggler.show:after {
    transform: translateY(0px) translateX(0px) rotate(45deg); }

@media (min-width: 768px) {
  .dropdown .dropdown-menus {
    transition: .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    position: absolute;
    min-width: 160px;
    right: 0;
    box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff; } }
@media (max-width: 1024px) {
  .dropdown .dropdown-menus {
    display: none;
    background-color: #fafafa;
    width: 100%; } }
.dropdown .dropdown-menus a {
  width: 100%;
  display: block;
  padding: 5px 8px; }
  .dropdown .dropdown-menus a:hover {
    background-color: #fafafa; }
@media (min-width: 768px) {
  .dropdown .dropdown-menus:hover,
  .dropdown .dropdown-menus.show, .dropdown > a:hover + .dropdown-menus {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px); } }
@media (max-width: 1024px) {
  .dropdown > .dropdown-menus.show {
    max-height: 500px; } }

.megamenu-dropdown {
  position: relative; }
  @media (max-width: 1024px) {
    .megamenu-dropdown {
      display: none; } }
  .megamenu-dropdown:hover .mega-menu {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible; }
  .megamenu-dropdown .mega-menu {
    position: absolute;
    top: 100%;
    left: -77px;
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out; }
    .megamenu-dropdown .mega-menu .content {
      width: 636px;
      margin-left: auto;
      margin-right: auto;
      background-color: #fff;
      padding: 15px 25px;
      border: 1px solid #E0E0E0; }
      .megamenu-dropdown .mega-menu .content ul {
        list-style: none;
        padding-left: 0; }
      .megamenu-dropdown .mega-menu .content img {
        width: 100%; }

.megamenu-image {
  height: 195px; }

/*--------------------------------------------------------------
#2.6 Site Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #fafafb; }

#faq .site-footer, .template-index .site-footer {
  background-color: #fff; }

.social a {
  margin-right: 20px; }
  @media (max-width: 575px) {
    .social a {
      margin-right: 8px; } }
  .social a img {
    width: 32px; }
    @media (max-width: 575px) {
      .social a img {
        width: 22px; } }

.footer-menu ul {
  list-style: none;
  padding-left: 0; }
  .footer-menu ul a {
    margin-bottom: 14px; }

.copyright {
  background-color: #FAFAFB; }

.copyright-menu {
  list-style: none;
  padding-left: 0; }

.footer-payment .image {
  position: relative; }
  .footer-payment .image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 2px; }

body {
  overflow-x: hidden; }

.banner .container {
  max-width: 768px; }
.banner .image {
  height: 70vh;
  min-height: 550px;
  position: relative; }
  @media (max-width: 575px) {
    .banner .image {
      height: 60vh;
      min-height: 200px; } }
  .banner .image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    top: 0;
    left: 0; }
.banner .content {
  position: absolute;
  min-width: 100%;
  top: 0;
  left: 0; }
.banner.banner-lg {
  min-height: 70vh; }
.banner.banner-md {
  min-height: 550px; }
.banner.banner-sm {
  min-height: 450px; }
  @media (max-width: 575px) {
    .banner.banner-sm {
      background-position: 74% !important; } }
.banner.banner-xs {
  min-height: 370px; }
  @media (max-width: 575px) {
    .banner.banner-xs {
      background-position: 74% !important; } }
@media (max-width: 767px) {
  .banner.banner-lg, .banner.banner-md, .banner.banner-sm {
    min-height: 200px; } }

.section-title {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .section-title.title-md {
    max-width: 760px; }
  .section-title.title-sm {
    max-width: 545px; }

.feature-card .icon {
  max-width: 150px;
  height: 72px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center; }
  @media (max-width: 575px) {
    .feature-card .icon {
      height: 40px; }
      .feature-card .icon img {
        max-width: 80px;
        max-height: 60px; } }
  .feature-card .icon.icon-same-height img {
    max-width: 65px;
    max-height: 65px;
    height: auto;
    width: auto; }
    @media (max-width: 575px) {
      .feature-card .icon.icon-same-height img {
        max-width: 35px;
        max-height: 35px; } }

.feature-product-card {
  position: relative; }
  .feature-product-card .content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 24px; }
  .feature-product-card .image {
    position: relative; }
    .feature-product-card .image:after {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      top: 0;
      left: 0; }

.better-mettress .arrow {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%); }

.custom-tab .nav-tabs {
  justify-content: space-between;
  align-items: center;
  border: none; }
  .custom-tab .nav-tabs .nav-item {
    flex-grow: 1;
    flex-basis: 0;
    width: 100%; }
  .custom-tab .nav-tabs .btn, .custom-tab .nav-tabs .shopify-challenge__container .shopify-challenge__button, .shopify-challenge__container .custom-tab .nav-tabs .shopify-challenge__button {
    white-space: nowrap;
    margin-left: 20px; }
    @media (max-width: 767px) {
      .custom-tab .nav-tabs .btn, .custom-tab .nav-tabs .shopify-challenge__container .shopify-challenge__button, .shopify-challenge__container .custom-tab .nav-tabs .shopify-challenge__button {
        margin-bottom: 10px; } }
  .custom-tab .nav-tabs .nav-link {
    padding: 28px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #000;
    font-size: 1.125rem;
    width: 100%;
    white-space: nowrap;
    border: none; }
    @media (max-width: 767px) {
      .custom-tab .nav-tabs .nav-link {
        padding: 12px; } }
    .custom-tab .nav-tabs .nav-link.active {
      background-color: #fff;
      font-weight: 600; }

.overview {
  position: relative; }
  .overview .image {
    min-height: 500px;
    height: 80vh; }
    @media (max-width: 767px) {
      .overview .image {
        min-height: inherit;
        height: 450px; } }
  .overview .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.comfort-card ul {
  list-style: none;
  padding-left: 0; }
  .comfort-card ul li {
    position: relative;
    color: #4f4f4f;
    padding-left: 25px;
    margin-bottom: 16px; }
    .comfort-card ul li::before {
      content: "";
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #c4c4c4;
      position: absolute;
      left: 0;
      top: 8px; }

.accordion-header {
  cursor: pointer; }
  .accordion-header .badge {
    border: 1px solid #6b6257;
    background-color: #6b6257;
    color: #fff;
    border-radius: 50%; }
  .accordion-header.collapsed .badge {
    color: #6b6257;
    background-color: transparent; }

.comparison-table {
  overflow: hidden; }
  .comparison-table .title {
    position: relative;
    display: block;
    width: 100%; }
    .comparison-table .title:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #e0e0e0;
      top: 50%;
      left: 0; }
    .comparison-table .title span {
      display: block;
      position: relative;
      z-index: 2;
      max-width: 310px;
      width: fit-content;
      margin-left: auto;
      margin-right: auto; }

.accordion#faq {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .accordion#faq .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .accordion#faq .accordion-header.collapsed span:after {
      transform: rotate(90deg); }
    .accordion#faq .accordion-header span {
      position: relative;
      margin-right: 30px; }
      .accordion#faq .accordion-header span:before, .accordion#faq .accordion-header span:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: #080e2f;
        top: 0;
        left: 0;
        transition: 0.3s ease-in-out; }
      .accordion#faq .accordion-header span:after {
        transform: rotate(0deg); }

.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
  font-family: "Times New Roman";
  margin-bottom: 15px; }
.page h2 {
  font-size: 2.625rem; }
  @media (max-width: 640px) {
    .page h2 {
      font-size: 2rem; } }
.page h3 {
  font-size: 2rem; }
  @media (max-width: 640px) {
    .page h3 {
      font-size: 1.375rem; } }
.page h4 {
  font-size: 1.375rem; }
  @media (max-width: 640px) {
    .page h4 {
      font-size: 1rem; } }
.page ul,
.page ol,
.page p {
  line-height: 1.4;
  color: #4f4f4f; }
  @media (max-width: 640px) {
    .page ul,
    .page ol,
    .page p {
      font-size: 0.9375rem; } }

.financeUL {
  max-width: 400px;
  list-style: none;
  padding-left: 0; }
  .financeUL li {
    font-size: 1.375rem;
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 40px; }
    .financeUL li span {
      min-width: 58px;
      height: 58px;
      border-radius: 50%;
      background-color: #d5aa63;
      font-size: 2.125rem;
      margin-right: 27px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff; }
      @media (max-width: 767px) {
        .financeUL li span {
          min-width: 32px;
          height: 32px;
          font-size: 1.25rem;
          margin-right: 15px; } }

.product-media {
  min-height: 500px; }
  @media (max-width: 575px) {
    .product-media {
      min-height: 250px; } }
  .product-media .product-images .item {
    height: 420px; }
    @media (max-width: 575px) {
      .product-media .product-images .item {
        height: 250px; } }

.float-add-cart {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
  position: fixed;
  z-index: 9;
  bottom: 5px;
  left: 15px;
  width: calc(100vw - 30px); }
  @media (min-width: 576px) {
    .float-add-cart {
      display: none; } }
  .float-add-cart.show {
    visibility: visible;
    opacity: 1; }

.compare-section .compare-head {
  background-color: inherit;
  top: 80px;
  z-index: 10; }
  @media (max-width: 767px) {
    .compare-section .compare-head {
      top: 60px; } }
@media (max-width: 767px) {
  .compare-section select {
    font-size: 13px;
    padding-right: 20px;
    background-position-x: calc(100% - 5px);
    background-size: 8px; }
  .compare-section .fs-20 {
    font-size: 13px; }
  .compare-section .fs-18 {
    font-size: 12px; }
  .compare-section .row {
    margin-left: -4px;
    margin-right: -4px; }
  .compare-section .col {
    padding-left: 4px;
    padding-right: 4px; }
  .compare-section .icon {
    height: 10px;
    width: auto; } }

@media (max-width: 767px) {
  .top-n-section .container {
    max-width: calc(100% - 55px);
    padding-left: 15px;
    padding-right: 15px; } }

.translate-100 {
  transform: translateY(-100%); }

.banner-bg-top .banner {
  background-position: top center; }

.product-description ul,
.product-description ol {
  padding-left: 18px; }

.product-payment-logos img {
  height: 20px; }

#compareData .tik {
  filter: brightness(0); }
#compareData .platinum .tik,
#compareData .classic .tik {
  filter: none; }

.gurantee {
  background-color: #2c4961; }
  .gurantee img {
    max-width: 130px; }
    @media (max-width: 575px) {
      .gurantee img {
        max-width: 65px; } }

.video-slider video {
  width: 100%;
  height: 550px; }

@media (max-width: 575px) {
  .dKQqpY .review-text p {
    font-size: 12px !important; } }
