/*
* Template Name: UntreeStore
* Template Author: Untree.co
* Author URI: https://untree.co/
* License: https://creativecommons.org/licenses/by/3.0/
*/
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: transparent;
}
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

@font-face {
  font-family: 'allison_scriptregular';
  src: url('../css/fonts/allison_script-webfont.eot');
  src: url('../css/fonts/allison_script-webfont.eot?#iefix') format('embedded-opentype'),
       url('../css/fonts/allison_script-webfont.woff2') format('woff2'),
       url('../css/fonts/allison_script-webfont.woff') format('woff'),
       url('../css/fonts/allison_script-webfont.ttf') format('truetype'),
       url('../css/fonts/allison_script-webfont.svg#allison_scriptregular') format('svg');
  font-weight: normal;
  font-style: normal;

}
body {
  overflow-x: hidden;
  position: relative;
color: #2f2f2f; }

  body {
    /* font-family: "Inter", sans-serif; */
    font-weight: 400;
    line-height: 28px;

    font-size: 14px;
}
.promotion_bar {
  text-align: center;
  font-size: 15px;
  color: #000;
  display: none;
}
.intro-excerpt {
  width: 30%;
  position: absolute;
  color: #fff;
  top: calc(50% - 174px);
  left: 14%;
}
.splide__slide{
  position: relative;
  height: 100vh;
}
.splide__image1 {
  background-image: url(../images/bedding-banner-1.jpg);
  background-size: cover;
  background-position: 25% 75%;
}
.splide__image2 {
  background-image: url(../images/bedding-banner-2.jpg);
  background-size: cover;
  background-position: 25% 75%;
}
.splide__image3 {
  background-image: url(../images/bedding-banner-3.jpg);
  background-size: cover;
  background-position: 25% 75%;
}

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #2f2f2f;
  text-decoration: underline; }
  a:hover {
    color: #2f2f2f;
    text-decoration: none; }
  a.more {
    font-weight: 600; }

    .custom-navbar {
      background-color: transparent !important;
      padding-top: 20px;
      padding-bottom: 20px;
      position: relative;
      top: 0px;
      z-index: 99;
  }
  #splide01 {
    margin-top: -90px;
  }
  .custom-navbar .navbar-brand {
    font-size: 35px;
    font-weight: 800;
    font-family: 'allison_scriptregular';
}
    .custom-navbar .navbar-brand > span {
      opacity: .4; }
  .custom-navbar .navbar-toggler {
    border-color: transparent; }
    .custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
  @media (min-width: 992px) {
    .custom-navbar .custom-navbar-nav li {
      margin-left: 8px;
      margin-right: 8px; } }
  .custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    color: #ffffff !important;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-nav li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        background: #000;
        height: 5px;
        opacity: 1;
        visibility: visible;
        width: 0;
        -webkit-transition: .15s all ease-out;
        -o-transition: .15s all ease-out;
        transition: .15s all ease-out; } }
    .custom-navbar .custom-navbar-nav li a:hover {
      opacity: 1; }
      .custom-navbar .custom-navbar-nav li a:hover:before {
        width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-nav li.active a {
    opacity: 1; }
    .custom-navbar .custom-navbar-nav li.active a:before {
      width: calc(100% - 16px); }


      .custom-navbar .custom-navbar-nav li a.active {
        opacity: 1; }
        .custom-navbar .custom-navbar-nav li a.active:before {
          width: calc(100% - 16px); }

  .custom-navbar .custom-navbar-cta {
    margin-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-cta {
        margin-left: 40px !important; } }
    .custom-navbar .custom-navbar-cta li {
      margin-left: 0px;
      margin-right: 0px; }
      .custom-navbar .custom-navbar-cta li:first-child {
        margin-right: 20px; }

.hero {
  background: #000;
  padding: calc(4rem - 30px) 0 0rem 0; }
  @media (min-width: 768px) {
    .hero {
      padding: calc(4rem - 30px) 0 4rem 0; } }
  @media (min-width: 992px) {
    .hero {
      padding: calc(8rem - 30px) 0 8rem 0; } }
  .hero .intro-excerpt {
    position: relative;
    z-index: 4; }
    @media (min-width: 992px) {
      .hero .intro-excerpt {
        max-width: 450px; } }
  .hero h1 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px; }
    @media (min-width: 1400px) {
      .hero h1 {
        font-size: 54px; } }
  .hero p {
    color: rgba(255, 255, 255, 0.5);
    margin-botom: 30px; }
  .hero .hero-img-wrap {
    position: relative; }
    .hero .hero-img-wrap img {
      position: relative;
      top: 0px;
      right: 0px;
      z-index: 2;
      max-width: 780px;
      left: -20px; }
      @media (min-width: 768px) {
        .hero .hero-img-wrap img {
          right: 0px;
          left: -100px; } }
      @media (min-width: 992px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          position: absolute;
          right: -50px; } }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          right: -100px; } }
    .hero .hero-img-wrap:after {
      content: "";
      position: absolute;
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-light.svg");
      background-size: contain;
      background-repeat: no-repeat;
      right: -100px;
      top: -0px; }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap:after {
          top: -40px; } }

.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  background: #000;
  border-color: #000; }
  .btn:hover {
    color: #ffffff;
    background: #000;
    border-color: #000; }
  .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: #000;
    border-color: #000; }
    .btn.btn-primary:hover {
      background: #314d43;
      border-color: #314d43; }
  .btn.btn-secondary {
    color: #fff;
    background: #000;
    border-color: #000; }
    .btn.btn-secondary:hover {
      background: #000;
      border-color: #000; }
  .btn.btn-white-outline {
    background: transparent;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.3); }
    .btn.btn-white-outline:hover {
      border-color: white;
      color: #ffffff; }

.section-title {
  color: #2f2f2f; }

.product-section {
  padding: 7rem 0; }
  .product-section .product-item {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 50px;
    cursor: pointer; }
    .product-section .product-item .product-thumbnail {
      margin-bottom: 30px;
      position: relative;
      top: 0;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      max-height: 260px;
      border-radius: 10px;
  }
  p {
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-align: justify;
}
    .product-section .product-item h3 {
      font-weight: 600;
      font-size: 16px; }
    .product-section .product-item strong {
      font-weight: 800 !important;
      font-size: 18px !important; }
    .product-section .product-item h3, .product-section .product-item strong {
      color: #2f2f2f;
      text-decoration: none; }
    .product-section .product-item .icon-cross {
      position: absolute;
      display: none !important;
      width: 35px;
      height: 35px;
      display: inline-block;
      background: #2f2f2f;
      bottom: 15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: -17.5px;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .product-section .product-item .icon-cross img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .product-section .product-item:before {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      content: "";
      background: #e1ebf8;
      height: 0%;
      z-index: -1;
      border-radius: 10px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item:hover .product-thumbnail {
      top: -25px; }
    .product-section .product-item:hover .icon-cross {
      bottom: 0;
      opacity: 1;
      visibility: visible; }
    .product-section .product-item:hover:before {
      height: 70%; }

.why-choose-section {
  padding: 7rem 0; }
  .why-choose-section .img-wrap {
    position: relative; }
    .why-choose-section .img-wrap:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url(../images/dots-yellow.svg);
      background-repeat: no-repeat;
      background-size: contain;
      /* -webkit-transform: translate(-40%, -40%); */
     /*  -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%); */
      z-index: -1;
      right: -80px;
      top: -80px;
  }
    .why-choose-section .img-wrap img {
      border-radius: 20px; }

.feature {
  margin-bottom: 30px; }
  .feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px; }
    .feature .icon:before {
      content: "";
      width: 33px;
      height: 33px;
      position: absolute;
      background: rgb(44, 111, 187, 0.2);
      border-radius: 50%;
      right: -8px;
      bottom: 0; }
  .feature h3 {
    font-size: 14px;
    color: #2f2f2f; }
  .feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a; }

    .we-help-section {
      padding-bottom: 7rem;
  }
  .we-help-section .imgs-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[27];
    grid-template-columns: repeat(27, 1fr);
    position: relative; }
    .we-help-section .imgs-grid:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url(../images/dots-green.svg);
      background-size: contain;
      background-repeat: no-repeat;
      /* -webkit-transform: translate(-40%, -40%); */
      /* -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%); */
      z-index: -1;
      top: -80px;
      left: -80px;
  }
    .we-help-section .imgs-grid .grid {
      position: relative; }
      .we-help-section .imgs-grid .grid img {
        border-radius: 20px;
        max-width: 100%; }
      .we-help-section .imgs-grid .grid.grid-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 18;
        grid-column: 1 / span 18;
        -ms-grid-row: 1;
        -ms-grid-row-span: 27;
        grid-row: 1 / span 27; }
      .we-help-section .imgs-grid .grid.grid-2 {
        -ms-grid-column: 19;
        -ms-grid-column-span: 27;
        grid-column: 19 / span 27;
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        grid-row: 1 / span 5;
        padding-left: 20px; }
      .we-help-section .imgs-grid .grid.grid-3 {
        -ms-grid-column: 14;
        -ms-grid-column-span: 16;
        grid-column: 14 / span 16;
        -ms-grid-row: 6;
        -ms-grid-row-span: 27;
        grid-row: 6 / span 27;
        padding-top: 20px; }
        .list-unstyled {
          padding-left: 0;
          list-style: none;
          
      }
      .list-unstyled li{
        margin: 0px 10px;
      }
.custom-list {
  width: 100%; }
  .custom-list li {
    /* display: inline-flex; */
    /* width: calc(49% - 20px); */
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
    text-align: justify;
}
    .custom-list li:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid #000;
      position: absolute;
      left: 0;
      top: 8px; }

.popular-product {
  padding: 0 0 7rem 0; }
  .popular-product .product-item-sm h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f; }
  .popular-product .product-item-sm a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .popular-product .product-item-sm a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .popular-product .product-item-sm p {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px; }
  .popular-product .product-item-sm .thumbnail {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    position: relative; }
    .popular-product .product-item-sm .thumbnail:before {
      content: "";
      position: absolute;
      border-radius: 20px;
      background: #e1ebf8;
      width: 98px;
      height: 98px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }
      dl, ol, ul {
        margin-top: 0;
        margin-bottom: 1rem;
        list-style: none;
    }
    .testimonial-section {
      padding-bottom: 7rem;
  }

.testimonial-slider-wrap {
  position: relative; }
  .testimonial-slider-wrap .tns-inner {
    padding-top: 30px; }
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    font-size: 16px; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap .item .testimonial-block blockquote {
        line-height: 32px;
        font-size: 18px; } }
        .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
          margin-right: 15px;
      }
      .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
  .testimonial-slider-wrap .item .testimonial-block .author-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 0; }
  .testimonial-slider-wrap #testimonial-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
    display: none; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap #testimonial-nav {
        display: block; } }
    .testimonial-slider-wrap #testimonial-nav > span {
      cursor: pointer;
      position: absolute;
      width: 58px;
      height: 58px;
      line-height: 58px;
      border-radius: 50%;
      background: rgba(59, 93, 80, 0.1);
      color: #2f2f2f;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .testimonial-slider-wrap #testimonial-nav > span:hover {
        background: #000;
        color: #ffffff; }
    .testimonial-slider-wrap #testimonial-nav .prev {
      left: -10px; }
    .testimonial-slider-wrap #testimonial-nav .next {
      right: 0; }
  .testimonial-slider-wrap .tns-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .testimonial-slider-wrap .tns-nav button {
      background: none;
      border: none;
      display: inline-block;
      position: relative;
      width: 0 !important;
      height: 7px !important;
      margin: 2px; }
      .testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:hover {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none; }
      .testimonial-slider-wrap .tns-nav button:before {
        display: block;
        width: 7px;
        height: 7px;
        left: 0;
        top: 0;
        position: absolute;
        content: "";
        border-radius: 50%;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        background-color: #d6d6d6; }
      .testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
        background-color: #000; }

        .before-footer-section {
          padding: 7rem 0 3rem 0 !important;
      }
      .CardField-expiry{
        transform: translateX(0px) !important;
      }
.blog-section {
  padding: 7rem 0 12rem 0; }
  .blog-section .post-entry a {
    text-decoration: none; }
  .blog-section .post-entry .post-thumbnail {
    display: block;
    margin-bottom: 20px; }
    .blog-section .post-entry .post-thumbnail img {
      border-radius: 20px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
  .blog-section .post-entry .post-content-entry {
    padding-left: 15px;
    padding-right: 15px; }
    .blog-section .post-entry .post-content-entry h3 {
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 600;
      margin-bottom: 7px; }
    .blog-section .post-entry .post-content-entry .meta {
      font-size: 14px; }
      .blog-section .post-entry .post-content-entry .meta a {
        font-weight: 600; }
  .blog-section .post-entry:hover .post-thumbnail img, .blog-section .post-entry:focus .post-thumbnail img {
    opacity: .7; }

.footer-section {
  padding: 80px 0;
  background: #ffffff; }
  .footer-section .relative {
    position: relative; }
  .footer-section a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .footer-section a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .footer-section .subscription-form {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-top: 100px; }
    @media (min-width: 992px) {
      .footer-section .subscription-form {
        margin-top: 0px;
        margin-bottom: 80px; } }
    .footer-section .subscription-form h3 {
      font-size: 18px;
      font-weight: 500;
      color: #000; }
    .footer-section .subscription-form .form-control {
      height: 50px;
      border-radius: 10px;
      font-family: "Inter", sans-serif; }
      .footer-section .subscription-form .form-control:active, .footer-section .subscription-form .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #000;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
      .footer-section .subscription-form .form-control::-webkit-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control::-moz-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-ms-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-moz-placeholder {
        font-size: 14px; }
    .footer-section .subscription-form .btn {
      border-radius: 10px !important; }
  .footer-section .sofa-img {
    position: absolute;
    top: -200px;
    z-index: 1;
    right: 0; }
    .footer-section .sofa-img img {
      max-width: 380px; }
  .footer-section .links-wrap {
    margin-top: 0px; }
    @media (min-width: 992px) {
      .footer-section .links-wrap {
        margin-top: 54px; } }
    .footer-section .links-wrap ul li {
      margin-bottom: 10px; }
      .footer-section .footer-logo-wrap .footer-logo {
        font-size: 35px;
        font-weight: 800;
        text-decoration: none;
        color: #000;
        font-family: 'allison_scriptregular';
    }
  .footer-section .custom-social li {
    margin: 2px;
    display: inline-block; }
    .footer-section .custom-social li a {
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      display: inline-block;
      background: #e1ebf8;
      color: #000;
      border-radius: 50%; }
      .footer-section .custom-social li a:hover {
        background: #000;
        color: #ffffff; }
  .footer-section .border-top {
    border-color: #e1ebf8; }
    .footer-section .border-top.copyright {
      font-size: 14px !important; }

.untree_co-section {
  padding: 7rem 0; }

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  .form-control::-webkit-input-placeholder {
    font-size: 14px; }
  .form-control::-moz-placeholder {
    font-size: 14px; }
  .form-control:-ms-input-placeholder {
    font-size: 14px; }
  .form-control:-moz-placeholder {
    font-size: 14px; }

.service {
  line-height: 1.5; }
  .service .service-icon {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #000;
    margin-right: 10px;
    color: #ffffff; }

textarea {
  height: auto !important; }

.site-blocks-table {
  overflow: auto; }
  .site-blocks-table .product-thumbnail {
    width: 200px; }
  .site-blocks-table .btn {
    padding: 2px 10px; }
  .site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px; }
  .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8); }
  .site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #000 !important; }
  .site-blocks-table .btn {
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important; }

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
  color: #000000; }

.couponcode-wrap input {
  border-radius: 10px !important; }

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

.thankyou-icon {
  position: relative;
  color: #000; }
  .thankyou-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgb(44, 111, 187, 0.2); }


    .product-detail {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 auto;
      max-width: 1200px;
      padding: 2rem;
    }
    
    .product-title {
      flex-basis: 100%;
      font-size: 2rem;
      margin-bottom: 1rem;
    }
    .mb-100{
      margin-bottom: 100px;
    }
    .author-info{
        display: flex;
        min-width: 300px;
        text-align: left;
        justify-content: center;
        align-items: center;
    
    }
    .product-images {
      flex-basis: 40%;
      margin-right: 2rem;
      position: relative;
    }
    
    .product-info {
      flex-basis: 55%;
      padding-left: 50px;
    }
    .saved-text{
      color: #0a8ded;
    }
    .product-price {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 1rem;
    }
    
    .cta-button {
      background-color: #000000;
      border: none;
      border-radius: 4px;
      color: white;
      padding: 0.5rem 4rem;
      text-align: left;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      margin-bottom: 1rem;
      width: 255px;
      position: relative;
  }
  .cta-button img {
    margin-top: -2px;
    max-height: 43px;
    position: absolute;
    top: 6px;
}
    
    .availability {
      font-size: 1rem;
      margin-bottom: 1rem;
    }
    
    .reviews {
      margin-bottom: 1rem;
    }
    .mt-100{
      margin-top: 100px;
    }
    .scarcity {
      background-color: #f0ad4e;
      border-radius: 4px;
      color: white;
      font-size: 0.8rem;
      padding: 0.2rem 0.5rem;
      margin-bottom: 1rem;
    }
    
    .cross-sell {
      margin-bottom: 1rem;
    }
   /* Basic styling */
   .carousel {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
  }
  .carousel-item {
    width: 100%;
    flex-shrink: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .carousel-item.active {
    opacity: 1;
  }
  .thumbnail-item {
    display: flex;
    max-width: 100px;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: middle;
    max-height: 100px;
  }
  .thumbnail-item img {
    max-width: 100%;
    display: block;
    border-radius: 5px;
  }
  /* Arrows */
  .carousel-arrow {
    position: absolute;
    top: 39%;
    transform: translateY(0);
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border-radius: 50%;
}
  .carousel-arrow:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .prev-arrow {
    left: 10px;
  }
  .next-arrow {
    right: 10px;
  }
  /* Thumbnails container */
  .thumbnails {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
  /* Active thumbnail style */
  .active-thumbnail {
    border: 2px solid blue;
  }
  .carousel-item {
    position: relative;
     display: block;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: flex;
}
.carousel-item {
  position: relative;
  display: flex;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.carousel-item img {
  max-height: 520px;
  max-width: 450px;
}
.cartItems-col li{
  display: inline-block;
  text-align: center;
}
.cartItems-col li:first-child, .col1{
  width: 10%;
  text-align: center;
}
.cartItems-col li:nth-child(2), .col2{
  width: 40%;
  text-align: left;
}
.cartItems-col li:nth-child(3), .col3{
  width: 15%;
  text-align: center;
}
.cartItems-col li:nth-child(4), .col4{
  width: 15%;
  text-align: center;
}
.cartItems-col li:nth-child(5), .col5{
  width: 10%;
  text-align: center;
}
.cartItems-col li:nth-child(6), .col6{
  width: 10%;
  text-align: center;
}
#cartItems li {
  text-align: center;
  display: flex;
}
.col2{
  width: 40%;
}
.cartItems-col, #cartItems li{
  margin-top: 0;
  margin-bottom: 2rem;
  list-style: none;
  width: 100%;
  padding: 0px;
  display: flex;
  align-items: center;

}
#cartItems{
  padding: 0px;
}
.cartItems-col {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-weight: 700;
}
.delete-btn{
  width: 36px;
  height: 36px;
  border-radius: 35px;
  border: 1px solid #292929;
  color: #292929;
}
.modal-dialog {
  max-width: 70%;
}
.modal-body h2{
  font-size: 1.5rem;
}
.modal-body h3{
  font-size: 1.1rem;
}
.color-box {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 50px;
  position: relative;
}
.color-box.gray {
  background-color: gray;
}
.color-box.gray::before {
  content: "";
  width: 38px;
  height: 38px;
  border: 2px solid gray;
  position: absolute;
  top: -6px;
  left: -6px;
  border-radius: 25px;
}
.color-box.brown {
  background-color: #B8654C;
  filter: grayscale(0.5);
}
.color-box.brown::before {
  content: "";
  width: 38px;
  height: 38px;
  border: 2px dashed #B8654C;
  position: absolute;
  top: -6px;
  left: -6px;
  border-radius: 25px;
}
.color-box.burgundy {
  background-color: #851C12;
  filter: grayscale(0.5);
}
.color-box.burgundy::before {
  content: "";
  width: 38px;
  height: 38px;
  border: 2px dashed #851C12;
  position: absolute;
  top: -6px;
  left: -6px;
  border-radius: 25px;
}
.color-box.denim-blue {
  background-color: #86C1EF;
  filter: grayscale(0.5);
}
.color-box.denim-blue::before {
  content: "";
  width: 38px;
  height: 38px;
  border: 2px dashed #86C1EF;
  position: absolute;
  top: -6px;
  left: -6px;
  border-radius: 25px;
}
.color-box.black {
  background-color: #162525;
  filter: grayscale(0.5);
}
.color-box.black::before {
  content: "";
  width: 38px;
  height: 38px;
  border: 2px dashed #162525;
  position: absolute;
  top: -6px;
  left: -6px;
  border-radius: 25px;
}
.color-box.cream {
  background-color: #FFEDBD;
  filter: grayscale(0.5);
}
.color-box.cream::before {
  content: "";
  width: 38px;
  height: 38px;
  border: 2px dashed #FFEDBD;
  position: absolute;
  top: -6px;
  left: -6px;
  border-radius: 25px;
}


.tooltipcolor {
  visibility: hidden;
  width: 100px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
}
.color-box:hover .tooltipcolor {
  visibility: visible;
  opacity: 1;
}

.selected {
  border-color: black;
}
.color-box.na span {
  width: 56px;
  height: 2px;
  background: #000000;
  transform: rotate(119deg);
  display: inline-block;
  position: absolute;
  top: 22px;
  left: -4px;
}
.section-title::before {
  content: "";
  width: 50px;
  height: 2px;
  background: #2f2f2f;
  display: inline-block;
  position: relative;
    top: -11px;
    left: -11px;
}

.section-title::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #2f2f2f;
  display: inline-block;
  position: relative;
    top: -11px;
    right: -11px;
}
.msgSent{
  top: 0px;
  color: #fff;
  padding: 6px 20px 9px;
  margin: 10px;
  z-index: 999999;
  right: 0px;
  background: #3c9f45;
  position: fixed;
  border-radius: 5px;
  transition: ease 0.4s;
}
.msgSent .ri-check-double-line {
  margin-right: 5px;
  width: 20px;
  margin-top: -3px;
}
.msgSent.hidden{
  display: none;
}
.soft-dot:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  background-image: url(../images/dots-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  /* -webkit-transform: translate(-40%, -40%); */
  z-index: -1;
  top: 43px;
  left: -81px;
  z-index: 9;
}
.softdt{
background: #fff;
    position: relative;
    z-index: 99;}

    .pro-description li p {
      font-size: 12px;
      line-height: 1.7;
  }
  .pro-description {
    list-style: disc;
}
.bed-box {
  display: inline-block;
  width: 90px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 6px 6px;
  margin-bottom: 20px;
  font-weight: 600;
}
.box2{
  background-color: #aaa08d ;
  color: #fff;
  border: 2px solid #aaa08d;
}
.box1 {
  color: #585858;
  border: 2px dashed #aaa08d;
}
.box3 {
  color: #585858;
  border: 2px dashed #aaa08d;
}

.bed-box:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.tooltip {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
}
.grid.grid-2{
  position: relative;
}
.ssb-van {
  position: absolute;
  top: 43px;
  left: 53px;
  font-size: 14px;
  font-weight: 800;
  font-family: 'allison_scriptregular';
}
.img-fluid.one {
  max-width: 100%;
  height: 135px;
  border-radius: 10px;
}
.cta-button:hover{
  color: #fff;
}
.logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #000000;
  text-decoration: none;
}
.infigen-text-logo {
  font-family: inherit;
  font-size: 16px;
}

.i-cover {
  display: inline-block;
}
.i-box {
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 2px;
  background: linear-gradient(180deg, rgba(254, 103, 72, 1) 35%, rgba(255, 189, 77, 1) 0%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: 'Boston Bold';
}
#splide {
  margin-top: -90px;
}

.next-arrow img{
  max-width: 24px;
  margin-top: -3px;
}

.prev-arrow img{
  max-width: 24px;
  margin-top: -3px;
  margin-left: -2px;
}
.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: auto;
  pointer-events: none;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-right: calc(-.2* var(--bs-gutter-x));
  margin-left: calc(-.2* var(--bs-gutter-x));
}
@media (max-width: 767px){
  .why-choose-section .img-wrap:before{
    display: none;
    right: 0px;
  }
  .ssb-van {
    display: none;
  }
  .we-help-section .imgs-grid:before{
    display: none;
    right: 0px;
  }
  .soft-dot:before{
    display: none;
    right: 0px;
  }
  .d-inline-flex {
    display: inline-block !important;
  }
  .link.horizontal{
    justify-content: left !important;
  }
  .cta-button {
    width: 240px;
  }
  .custom-navbar .navbar-brand {
    font-size: 30px;
  }

}
@media (max-width: 992px) {
  .navbar-expand-md .navbar-toggler {
      display: flex !important;
  }
  .navbar-expand-md .navbar-collapse{
    display: none !important;
  }
  .navbar-expand-md .navbar-collapse.show{
    display: block !important;
  }
  .product-section {
    padding: 4rem 0;
  }
  .custom-navbar {
    
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 0px;
    z-index: 99;
    transition: 0.3 ease;
  }
  .nav-color{
    transition: 0.3 ease;
    background-color: #5e5e5e !important;
  }
  .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: 0.3 ease;
  }
  .navbar-expand-md .navbar-collapse {
    
    flex-basis: 100%;
    flex-flow: column;
    align-items: normal;
  }
  .navbar-nav.ms-auto {
    margin-left: 0px !important;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: column;
  }
  .testimonial-slider-wrap #testimonial-nav > span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .testimonial-slider-wrap #testimonial-nav .prev {
    left: -30px;
  }
  .testimonial-slider-wrap #testimonial-nav .next {
    right: -30px;
  }
}

@media (min-width: 768px) and (max-width: 1299px) {
  .why-choose-section .img-wrap:before {
    content: "";
    right: -24px;
    top: -55px;
  }
  .we-help-section .imgs-grid:before {
    top: -52px;
    left: -28px;
  }
  .product-section {
    padding: 4rem 0;
  }
  .soft-dot:before {
    top: 74px;
    left: -16px;
  }

}
