/** Shopify CDN: Minification failed

Line 43:0 Unexpected "}"

**/
@font-face {
    font-family: 'Outfit';
    src: url('/cdn/shop/files/LarsseitMediumItalic.otf?v=1737203960') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit-Light';
    src: url('/cdn/shop/files/Walkway_Expand_Black.ttf?v=1737362810') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.t4s-menu-item:nth-child(3) a b {
  color: red !important;
  animation: blink 1s infinite;
}


.t4s-btn-group__checkout-update{
  align-items: center;
    justify-content: center;
    column-gap: 20px;

}

.t4s-newsletter-wrap.content-all-center{
    width: 50% !important;
}

}
/* Use Outfit Regular for headings */
h1, h2, h3, h4, h5, h6,  {
    font-family: Larsseit;
    font-weight: normal; /* Regular font */
}
  
/* Use Outfit Light for body text */
body, p, span, li, div, a {
    font-family: Larsseit;
    font-weight: normal; /* Light font */
}

.t4s-product .t4s-product-title a:hover{
  color: #362254!important;
}
.additional_checkout_buttons{
  display:flex!important;
  justify-content:flex-end!important;
}

.dynamic-checkout__content{
  width : 50%!important;
}
.t4s-article-content img{
   border-radius: 50px;
   margin: 20px 0;
}
.t4s-article-content p{
  margin:10px 0!important;
}


.on-hover-image {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    height: 100%; /* Full height */
    width: 100%; /* Full width */
    pointer-events: none;
    display: none;
    /* Ensures it's centered, and initially hidden */
}

.on-hover-image.show {
    display: flex;
    align-items: center;
    justify-content: center;
    /* Show the image when the 'show' class is added */
}

.on-hover-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* Keeps the aspect ratio */
    margin-top: 0;
    transition: margin-top 0.8s ease;
}

.mobile_app_bar .inner:hover + .on-hover-image {
    height: 100%;
    width: 100%;
}

.mobile_app_bar .inner {
    display: flex;
    align-items: center;
    gap: 0px;
    cursor: pointer;
}

.mobile_app_bar .inner > h4 {
    font-family: var(--montserrat);
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}

.mobile_app_bar .inner > button {
    width: 105px;
    height: 30px;
    background: #000;
    border-radius: 31px;
    font-family: var(--montserrat);
    font-style: normal;
    font-weight: 700;
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    outline: none;
    align-items: center;
    display: flex;
}



.price-range p{
  margin : 0;
}

/*-------------------------- Idr Image with video ----------------------*/

.idr-img-video-main {
  
}
.idr-img-video-inner {
  display: flex;
  column-gap: 0px;
}
.idr-img-video-container {
  width: 100%;
  margin: 0 auto;
}
.idr-video-block{
  width:100%;
}
 .idr-img-block{
   width:100%;
 } 
.idr-img-block img{
  width:100%;
}
.idr-video-block video{
  width:100%;
}
.idr-overlay{
  position: relative;
}
.idr-title{
  position:absolute;
  bottom: 20px;
  left: 20px;
}
.slick-track{
  width:1000px;
}


      /* ======= vendor portal landing page css start ====== */
    .Landing_Page {
      background-color: #E6E8EA; }

    /* -------- Start Custom Navigation -------- */
    .vendor_nav {
      position: absolute;
      z-index: 2;
      width: 100%;
      padding-right: 25px; }

    .vendor_nav ul {
      float: right; }

    .vendor_nav ul li {
      display: inline-block;
      margin: 10px 15px; }

    .vendor_nav ul li a {
      font-size: 15px;
      font-weight: 500;
      font-family: 'poppins';
      color: #fff; }

    .vendor_nav ul li a:hover {
      color: #fdb5c5; }

    .vendor_nav ul li .user-icon img {
      width: 20px;
      height: 21px;
      vertical-align: middle; }

    .vendor_nav ul li:nth-child(7) {
      margin: 0px 22px; }

    .vendor_nav ul .mob-link {
      display: none; }

    /* ----- dropdown menu--- */
    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      width: 140px;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 1;
      right: 0%;
      top: 64%; }

    .dropdown-content a {
      float: none;
      color: black !important;
      padding: 10px;
      text-decoration: none;
      display: block;
      text-align: center; }

    .dropdown-content a:hover {
      background-color: #ddd; }

    .dropdown:hover .dropdown-content {
      display: block; }

    /* - mobile-nav menu - */
    .mobile-menu {
      width: 100%;
      position: absolute;
      z-index: 1;
      display: none;
      padding: 8px 15px 0px 0px;
      background-color: rgba(255, 255, 255, 0.2); }

    .mobile-menu label {
      width: 35px;
      float: right; }

    .mobile-menu svg {
      width: 28px;
      height: 28px; }

    @media (max-width: 768px) {
      .mobile-menu {
        display: block; }

      .vendor_nav {
        top: 46px;
        padding-right: 0px;
        top: 46px; }

      .vendor_nav ul {
        display: none;
        float: left;
        width: 100%;
        background-color: white; }

      .vendor_nav ul li {
        display: block;
        margin: 0px;
        padding: 10px 12px;
        border-bottom: 1px solid #b1b1b1; }

      .vendor_nav ul li a {
        font-size: 15px;
        color: #000; }

      .vendor_nav ul li:nth-child(6) {
        border-bottom: none; }

      .vendor_nav ul li:nth-child(7) {
        display: none; }

      .vendor_nav ul .mob-link {
        display: block; } 
       .idr-tabs-container{
         padding:0 30px;
       }
      .idr-tabs-main .slick-next:before{
        color: #000;
      }
      .idr-tabs-main .slick-prev:before{
        color: #000;
      }
      .t4s-newsletter-wrap.content-all-center{
        width: 80% !important;
      }
    
    
    
    }
    /* - mobile-nav menu - */
    /* ------- End custom navigation ----------- */
    /* ------ Start Main Banner ----- */
    .banner {
      width: 100%;
      height: auto;
      box-sizing: border-box;
      position: relative; }

    .banner-img {
      width: 100%;
      height: auto; }

    .banner-img img {
      width: 100%;
      height: 100%; }

    @media (max-width: 540px) {
      .banner-img {
        width: 100%;
        padding: 0;
        margin: 0; } }
    /* --------End Main Banner----- */
    /*----- Start main banner text -------*/
    .text-box {
      position: absolute;
      top: 55%;
      left: 50%;
      transform: translate(-50%, -45%);
      text-align: center; }

    .icon img {
      width: 60px; }

    .text-box h2:nth-child(2) {
      color: #fff;
      margin: 0px;
      font-size: 35px;
      font-weight: 100;
      position: relative; }

    .text-box h2:nth-child(2)::before {
      content: '';
      display: block;
      width: 100px;
      height: 2px;
      position: absolute;
      background-color: #fff;
      left: 22%;
      top: 50%;
      z-index: 1; }

    .text-box h2:nth-child(2)::after {
      content: '';
      display: block;
      width: 100px;
      height: 2px;
      position: absolute;
      background-color: #fff;
      right: 22%;
      top: 50%;
      z-index: 1; }

    .text-box h2:nth-child(3) {
      color: #fff;
      margin: 0px;
      font-size: 34px;
      font-weight: 700; }

    .form-fields {
      padding: 15px 33px;
      display: flex;
      gap: 8px;
       }
    .form-fields span:nth-child(1) {
      width: 75%; text-align: right;}
    .form-fields span:nth-child(2) {
      width: 25%; }
    .form-fields input[type=email] {
      border-radius: 20px;
      background-color: rgba(255, 255, 255, 0.8);
      color: #000;
      font-size: 18px;
      font-family: 'poppins', sans-serif;
      padding: 10px 15px; }

    .form-fields input[type=email]::placeholder {
      color: #000;
      font-size: 18px;
      font-family: 'poppins', sans-serif; }

    .form-fields button {
      background: #fff;
      color: #000;
      text-transform: capitalize;
      border-radius: 20px;
      padding:11px 15px;
      font-size: 17px;
      font-weight: 500;
      font-family: 'poppins', sans-serif;
      min-width:150px;
      border: none; }
    .form-fields button:hover {
      background: #000;
      color: #fff; }

    @media (max-width: 768px) {
      .text-box h2:nth-child(3) {
        white-space: nowrap; }

      .form-fields {
        display: block; }

      .form-fields input[type=email],
      .form-fields input[type=email]::placeholder {
        padding: 20px 10px; }

      .form-fields button {
        padding: 13px 25px;
        margin: 27px 0px; } }
    @media (max-width: 540px) {
      .text-box {
        top: 55%; }

      .icon img {
        width: 40px; }

      .text-box h2:nth-child(2) {
        font-size: 21px;
        margin: 7px 0px; }

      .text-box h2:nth-child(2)::before {
        width: 65px;
        left: 14%; }

      .text-box h2:nth-child(2)::after {
        width: 65px;
        right: 14%; }

      .text-box h2:nth-child(3) {
        font-size: 17px; }

      .form-fields {
        padding: 10px 5px; }

      .form-fields input[type=email],
      .form-fields input[type=email]::placeholder {
        font-size: 15px;
        padding: 15px 5px;
        border-radius: 18px; }

      .form-fields button {
        padding: 8px 15px;
        border-radius: 18px;
        font-size: 15px;
        margin: 15px 0px; } }
    @media (max-width: 320px) {
      .text-box h2:nth-child(3) {
        font-size: 15px; }

      .text-box h2:nth-child(2)::before {
        width: 58px; }

      .text-box h2:nth-child(2)::after {
        width: 58px; } }
    @media (min-width: 1768px) {
      .text-box {
        top: 65%;
        transform: translate(-50%, -35%); } }
    /*----- End main banner text -------*/
    /*------ Start Vendor Heading -------- */
    .vendor-heading,
    .vendor-heading2,
    .vendor-heading3 {
      padding: 20px 50px;
      text-align: center; }

    .vendor-heading4 {
      padding: 0px 50px;
      text-align: center; }

    .vendor-heading h1 {
      font-size: 25px;
      font-family: 'Poppins';
      font-weight: 600;
      letter-spacing: 9px;
      word-spacing: 6px; }

    .vendor-heading2 h2 {
      text-transform: uppercase; }

    .vendor-heading2 h2,
    .vendor-heading3 h2,
    .vendor-heading4 h2 {
      font-size: 25px;
      font-family: 'Poppins';
      font-weight: 600;
      letter-spacing: 6px;
      word-spacing: 6px; }

    @media (max-width: 768px) {
      .vendor-heading,
      .vendor-heading2 {
        padding: 5px 0px; }

      .vendor-heading3 {
        padding: 10px 0px 25px; }

      .vendor-heading4 {
        padding: 0px; }

      .vendor-heading h1,
      .vendor-heading2 h2,
      .vendor-heading3 h2,
      .vendor-heading4 h2 {
        font-size: 18px;
        letter-spacing: 4px;
        word-spacing: 4px; } }
    @media (max-width: 540px) {
      .vendor-heading h1,
      .vendor-heading2 h2,
      .vendor-heading3 h2,
      .vendor-heading4 h2 {
        font-size: 14px;
        letter-spacing: 2px;
        word-spacing: 3px; }

      .vendor-heading2 h2 {
        margin: 0px !important; }

      .vendor-heading3 {
        padding: 10px 0 18px; } }
    @media (max-width: 360px) {
      .vendor-heading3 h2 {
        font-size: 14px; } }
    /* ------- End vendor heading --------- */
    /* ----- Start 1st Container of marketplace reason section ----- */
    .container-1 {
      width: 55%;
      margin: 0 auto; }

    .container-1 .hdp-row {
      position: relative;
      width: 100%;
      padding: 0;
      margin: 0; }

    .container-1 .hdp-col-1 img:nth-child(1) {
      margin-top: 165px;
      width: 45%; }

    .container-1 .hdp-col-1 img:nth-child(2) {
      z-index: 1;
      position: absolute;
          bottom: 35px;
      left: 60px; }
    .container-1 .hdp-col-2 img {
      transition: transform 1s ease-out;
      transform: scale(1);
      cursor: pointer; }

    .container-1 .hdp-col-2 img:hover {
      transform: scale(1.05); }

    .container-1 .text-block {
      position: absolute;
      z-index: 1;
      left: 25%;
      bottom: 100px;
      max-width: 275px; }

    .text-block h4 {
      font-size: 16px;
      font-family: 'Poppins';
      font-weight: 600;
      text-transform: uppercase;
      margin: 0; }

    .text-block p {
      font-size: 13px;
      margin: 0;
      font-family: 'Poppins'; }

    @media (min-width: 768px) {
      .container-2 h4,
      .container-2 p {
        color: #fff; }

      .container-2 .img-2 {
        filter: invert(1); } }
    @media (max-width: 768px) {
      .container-1 .hdp-col-1 img:nth-child(1) {
        margin-top: 85px; }

      .container-1 .hdp-col-1 img:nth-child(2) {
        left: 42px; }

      .container-1 .text-block {
        left: 30%;
        bottom: -40%; }

      .text-block h4 {
        font-size: 10px;
        white-space: nowrap; }

      .text-block p {
        font-size: 7px; }

      .container-1 .hdp-col-2 img:hover {
        transform: scale(1); } }
    @media (max-width: 540px) {
      .container-1 {
        width: 100%; }

      .container-1 .hdp-col-1 img:nth-child(1) {
        margin-top: 0px;
        margin-left: 0px; }

      .container-1 .hdp-col-1 img:nth-child(2) {
        position: relative;
        left: 0px; }

      .container-1 .text-block {
        left: 10%;
        bottom: 10%;
        max-width: 232px; }

      .text-block h4 {
        font-size: 14px; }

      .text-block p {
        font-size: 11px; }

      .container-1 .hdp-col-2 {
        padding-top: 7px !important; } }
    @media (min-width: 1768px) {
      .container-1 .hdp-col-1 img:nth-child(1) {
        margin-top: 200px; }

      .container-1 .hdp-col-1 img:nth-child(2) {
        left: 80px; } }
    /* ----- End 1st Container of marketplace reason section ----- */
    /* ----- Start 2nd Container of marketplace reason section ----- */
    .container-2 {
      width: 100%;
      margin: 10px auto;
      padding-left: 10%; }

    .container-2 .hdp-row {
      position: relative;
      width: 100%;
      padding: 0;
      margin: 0; }
    .container-2 .hdp-col-1 {
      width: 90.5%; }

    .container-2 .hdp-col-1 img {
      transition: transform 1s ease-out;
      transform: scale(1);
      cursor: pointer; }

    .container-2 .hdp-col-1 img:hover {
      transform: scale(1.03); }

    .container-2 .hdp-col-2 {
      position: absolute;
      right: 0%;
      top: 36%;
      padding-right: 0; }

    .container-2 .text-block {
      left: 22%;
      position: absolute;
      max-width: 275px; }

    @media (max-width: 768px) {
      .container-2 .text-block {
        max-width: 160px; }

      .container-2 .hdp-col-1 img:hover {
        transform: scale(1); } }
    @media (max-width: 540px) {
      .container-2 {
        width: 100%;
        padding-left: 0%; }

      .container-2 .hdp-col-1 {
        width: 100%; }

      .container-2 .hdp-col-2 {
        position: relative; }

      .container-2 .text-block {
        position: relative;
        max-width: 216px; }

      .container-2 .hdp-col-1 {
        padding-bottom: 18px !important; } }
    /* ----- End 2nd Container of marketplace reason section ----- */
    /* ------ Start text-box container ------ */
    .vendor_text_container {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: center; }

    .vendor_text_container p {
      font-family: 'Poppins';
      font-size: 17px;
      text-align: justify;
      width: 72%;
      margin: auto; }

    .vendor_text_container button {
      background-color: #95D9A6;
      font-family: 'Poppins';
      font-size: 22px;
      font-weight: 500;
      text-transform: uppercase;
      border-radius: 25px;
      padding: 15px 10px;
      color: #fff;
      margin: 30px 0px; }

    .vendor_text_container button:hover {
      background-color: #69d384; }

    @media (max-width: 768px) {
      .vendor_text_container p {
        font-size: 13px;
        width: 90%; }

      .vendor_text_container button {
        font-size: 16px;
        padding: 8px 12px; } }
    @media (max-width: 540px) {
      .vendor_text_container button {
        font-size: 15px;
        margin: 20px 0 16px; } }
    /* ------ End text-box container ------ */
    /* ----- Start 3rd Container of marketplace reason section ----- */
    .container-3 {
      width: 55%;
      margin: 0px auto; }

    .container-3 .hdp-row {
      position: relative;
      width: 100%;
      padding: 0;
      margin: 0; }

    .container-3 .hdp-col-1 img {
      transition: transform 1s ease-out;
      transform: scale(1);
      cursor: pointer; }

    .container-3 .hdp-col-1 img:hover {
      transform: scale(1.05); }

    .container-3 .hdp-col-2 img:nth-child(1) {
      margin-top: 165px;
      margin-left: 155px;
      width: 45%; }

    .container-3 .hdp-col-2 img:nth-child(2) {
      z-index: 1;
      position: absolute;
      bottom: 35px;
      left: -68px;
      transform: rotateY(180deg); }

    .container-3 .text-block {
      position: absolute;
      z-index: 1;
      left: 0;
          bottom: 100px;
      max-width: 275px; }

    @media (max-width: 768px) {
      .container-3 .hdp-col-2 img:nth-child(1) {
        margin-top: 87px;
        margin-left: 86px; }

      .container-3 .hdp-col-2 img:nth-child(2) {
        left: -45px; }

      .container-3 .text-block {
        bottom: -42%;
        left: -8%;
        max-width: 155px; }

      .container-3 .hdp-col-1 img:hover {
        transform: scale(1); } }
    @media (max-width: 540px) {
      .container-3 {
        width: 100%; }

      .container-3 .hdp-col-2 img:nth-child(1) {
        margin-top: 0px;
        margin-left: 0px;
        float: right; }

      .container-3 .hdp-col-2 img:nth-child(2) {
        left: 0px;
        position: relative; }

      .container-3 .text-block {
        bottom: 12%;
        left: 14%;
        max-width: 216px; } }
    @media (min-width: 1768px) {
      .container-3 .hdp-col-2 img:nth-child(1) {
        margin-top: 225px;
        margin-left: 215px; }

      .container-3 .hdp-col-2 img:nth-child(2) {
        top: 89%;
        left: -82px; }

      .container-3 .text-block {
        left: -3%; } }
    @media (min-width: 1920px) {
      .container-3 .hdp-col-2 img:nth-child(1) {
        margin-top: 218px;
        margin-left: 205px; }

      .container-3 .hdp-col-2 img:nth-child(2) {
        top: 89%;
        left: -113px; }

      .container-3 .text-block {
        left: -6%; } }
    /* ----- End 3rd Container of marketplace reason section ----- */
    /* ----- Start 4th Container of marketplace reason section ----- */
    .container-4 {
      width: 55%;
      margin: 10px auto; }

    .container-4 .hdp-row {
      position: relative;
      width: 100%;
      padding: 0;
      margin: 0; }

    .container-4 .hdp-col-1 img:nth-child(1) {
      margin-left: 15px;
      margin-top: 160px;
      width: 45%; }

    .container-4 .hdp-col-1 img:nth-child(2) {
      z-index: 1;
      position: absolute;
      bottom: 35px;
      left: 70px; }

    .container-4 .hdp-col-2 img {
      transition: transform 1s ease-out;
      transform: scale(1);
      cursor: pointer; }

    .container-4 .hdp-col-2 img:hover {
      transform: scale(1.05); }

    .container-4 .text-block {
      position: absolute;
      z-index: 1;
      left: 29%;
      bottom: 100px;
      max-width: 275px; }
    @media (max-width: 768px) {
      .container-4 .hdp-col-1 img:nth-child(1) {
        margin-top: 80px; }

      .container-4 .hdp-col-1 img:nth-child(2) {
        left: 47px; }

      .container-4 .text-block {
        left: 33%;
        bottom: -48%; }

      .container-4 .hdp-col-2 img:hover {
        transform: scale(1); } }
    @media (max-width: 540px) {
      .container-4 {
        width: 100%; }

      .container-4 .hdp-col-1 img:nth-child(1) {
        margin-top: 0px;
        margin-left: 0px; }

      .container-4 .hdp-col-1 img:nth-child(2) {
        position: relative;
        left: 0px; }

      .container-4 .text-block {
        left: 12%;
        bottom: 10%;
        max-width: 225px; }

      .container-4 .hdp-col-2 {
        padding-top: 7px !important; } }
    @media (min-width: 1768px) {
      .container-4 .hdp-col-1 img:nth-child(1) {
        margin-top: 200px; }

      .container-4 .hdp-col-1 img:nth-child(2) {
        top: 88%;
        left: 92px; }

      .container-4 .text-block {
        left: 28%;
        bottom: -33%; } }
    @media (max-width: 540px) {
      .container-1 .hdp-col-sm-6,
      .container-2 .hdp-col-sm-6,
      .container-3 .hdp-col-sm-6,
      .container-4 .hdp-col-sm-6 {
        padding: 0; } }
    /* ----- End 4th Container of marketplace reason section ----- */
    /* ---- Start Map Image Section ----- */
    .map-container {
      width: 100%;
      height: auto;
      box-sizing: border-box; }

    .map-img,
    .map-img img {
      width: 100%;
      height: auto; }

    /* ---- End Map Image Section ----- */
    /*----- Start Images Slider Section ----- */
    .hi-slide {
      position: relative;
      width: 90%;
      height: 500px;
      margin: 0px auto; }

    .hi-slide .hi-next {
      position: absolute;
      top: 50%;
      width: 45px;
      height: 60px;
      margin-top: -40px;
      border-radius: 0px 30px 30px 0px;
      line-height: 60px;
      text-align: center;
      cursor: pointer;
      background-color: rgba(0, 0, 0, 0.2);
      color: #fff;
      font-weight: 600;
      transition: all 0.6s;
      font-size: 35px; }

    .hi-slide .hi-prev {
      position: absolute;
      top: 50%;
      width: 45px;
      height: 60px;
      margin-top: -40px;
      border-radius: 30px 0px 0px 30px;
      line-height: 60px;
      text-align: center;
      cursor: pointer;
      background-color: rgba(0, 0, 0, 0.2);
      color: #fff;
      font-weight: 600;
      transition: all 0.6s;
      font-size: 35px; }

    .hi-slide .hi-next:hover, .hi-slide .hi-prev:hover {
      background-color: rgba(0, 0, 0, 0.7); }

    .hi-slide .hi-prev {
      left: 24%;
      z-index: 6; }

    .hi-slide .hi-prev::before {
      content: '<'; }

    .hi-slide .hi-next {
      right: 24%;
      z-index: 6; }

    .hi-slide .hi-next::before {
      content: '>'; }

    .hi-slide > ul {
      list-style: none;
      position: relative;
      width: 90%;
      height: 500px;
      margin: 0;
      padding: 0; }

    .hi-slide > ul > li {
      overflow: hidden;
      position: absolute;
      z-index: 0;
      margin: 0;
      padding: 0;
      background-color: white;
      cursor: pointer; }

    .hi-slide > ul > li > img {
      width: 100%;
      height: 100%; }

    @media (max-width: 912px) {
      .hi-slide {
        width: 90% !important;
        height: 400px !important; }

      .hi-slide > ul {
        width: 100% !important;
        height: 400px !important; }

      .hi-slide .hi-next {
        width: 28px !important;
        height: 40px !important;
        margin-top: -23px !important;
        line-height: 40px !important;
        font-size: 25px !important; }

      .hi-slide .hi-prev {
        width: 28px !important;
        height: 40px !important;
        margin-top: -23px !important;
        line-height: 40px !important;
        font-size: 25px !important; }

      .hi-slide .hi-prev {
        left: 22% !important; }

      .hi-slide .hi-next {
        right: 22% !important; } }
    @media (max-width: 350px) and (min-width: 280px) {
      .hi-slide {
        width: 100% !important;
        height: 170px !important; }

      .hi-slide > ul {
        width: 100% !important;
        height: 170px !important; }

      .hi-slide .hi-prev {
        left: 2% !important; }

      .hi-slide .hi-next {
        right: 2% !important; }

      .hi-slide .hi-next {
        width: 28px !important;
        height: 40px !important;
        margin-top: -23px !important;
        line-height: 40px !important;
        font-size: 25px !important; }

      .hi-slide .hi-prev {
        width: 28px !important;
        height: 40px !important;
        margin-top: -23px !important;
        line-height: 40px !important;
        font-size: 25px !important; } }
    @media (min-width: 1920px) {
      .hi-slide {
        width: 90% !important;
        height: 700px !important; }

      .hi-slide > ul {
        width: 90% !important;
        height: 700px !important; } }
    /*----- End Images Slider Section ----- */
    /* -----Start FAQs Accordian Section------ */
    .faq-container {
      width: 100%;
      background-image: linear-gradient(to bottom, #e5e5e7, #e3e1e2, #e4e1e2);
      padding: 30px 0px 0px; }

    .accordian {
      width: 60%;
      margin: 0px auto;
      display: block; }

    .accordian .card {
      padding-bottom: 10px;
      margin-bottom: 20px;
      width: 100%;
      border-bottom: 2px solid #000; }

    .accordian .card .card-header h3 {
      cursor: pointer;
      color: #000;
      position: relative;
      margin: 0;
      font-size: 17px;
      font-weight: 500;
      word-spacing: 3px;
      letter-spacing: 2px;
      text-transform: uppercase;
      width: 89%; }

    .accordian .card .card-body p {
      font-size: 17px;
      line-height: 23px;
      color: #000;
      margin: 0px;
      text-transform: uppercase;
      letter-spacing: 2px;
      word-spacing: 2px; }

    .accordian .card .card-header {
      position: relative; }

    .accordian .card .card-header span {
      position: absolute;
      right: 0px;
      top: 0px;
      height: 25px;
      width: 25px; }

    .accordian .card .card-body {
      padding: 20px 0px 10px; }

    .accordian .card .card-body {
      display: none; }

    .accordian .card:nth-child(4) {
      border-bottom: none; }

    .rotate-icon {
      transform: rotate(180deg); }

    @media (max-width: 768px) {
      .accordian {
        width: 80%; }

      .accordian .card .card-header h3 {
        font-size: 13px; }

      .accordian .card .card-body p {
        font-size: 12px; }

      .accordian .card .card-header span {
        height: 22px;
        width: 22px; } }
    @media (max-width: 540px) {
      .accordian .card .card-header h3 {
        font-size: 12px;
        word-spacing: 2px;
        letter-spacing: 1px; }

      .accordian .card .card-body p {
        letter-spacing: 1px;
        word-spacing: 0px; } }
    /* -----End FAQs Accordian Section------ */
    /* -----Start Bottom Banner Section ------ */
    .fbnr_container {
      width: 100%;
      height: auto;
      box-sizing: border-box;
      position: relative; }

    .fbnr_container .fbnr_image {
      width: 100%;
      height: auto; }

    .fbnr_container .text-block {
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -60%);
      text-align: center; }

    .fbnr_container .text-block h2 {
      font-size: 21px;
      font-weight: 500;
      font-family: 'Poppins'; }

    .fbnr_container .text-block button {
      background-color: #95D9A6;
      font-family: 'Poppins';
      font-size: 25px;
      font-weight: 500;
      text-transform: uppercase;
      border-radius: 35px;
      padding: 22px 15px;
      color: #fff;
      margin: 15px 0px; }

    .fbnr_container .text-block button:hover {
      background-color: #69d384; }

    @media (max-width: 768px) {
      .fbnr_container .text-block h2 {
        font-size: 15px;
        margin-bottom: 5px; }

      .fbnr_container .text-block button {
        font-size: 16px;
        padding: 8px; } }
    @media (max-width: 540px) {
      .fbnr_container .text-block {
        top: 45%;
        left: 18%;
        transform: translate(-10%, -55%);
        padding: 0px 5px; }

      .fbnr_container .text-block h2 {
        margin-bottom: 5px; }

      .fbnr_container .text-block button {
        font-size: 15px;
        padding: 8px 12px; } }
    @media (min-width: 1920px) {
      .fbnr_container .text-block {
        top: 25%; } }
    @media (max-width: 768px) {
      .subscribe {
        padding: 0 25px; } }
    /* -----End Bottom Banner Section ------ */
    @media screen and (max-width: 540px) {
      .subscribe {
        padding: 0 18px; } }
    .hdp-row_image .item-4 {
      background-color: white;
      height: auto;
      overflow: hidden; }

    .hdp-row_image .item-4 img {
      height: 100%;
      object-fit: cover;
      transition: all 1s ease;
      transform-origin: center; }

    .hdp-row_image .item-4:hover img {
      transform: scale(1.1); }

    #shopify-section-footer_bottom_collection {
      display: none !important; }

    @media (min-width: 450px) and (max-width: 480px) {
      .jdgm-widget.jdgm-widget {
        font-size: 16px !important;
        bottom: -5px !important; }

      .product-grid-item .product_new_shadow .jdgm-preview-badge[data-template=index] {
        margin-bottom: 30px !important; } }
    /* === Start Marketplace page Responsiveness === */
    @media (min-width: 400px) and (max-width: 480px) {
      .basel-hover-quick .quick-shop-btn > a {
        line-height: 30px;
        height: 30px; }

      .jdgm-widget.jdgm-widget {
        font-size: 11px;
        position: relative;
        bottom: 10px; }

      .icon img {
        width: 43px; }

      .text-box h2:nth-child(2) {
        font-size: 23px; }

      .text-box h2:nth-child(3) {
        font-size: 20px; }

      .text-box h2:nth-child(2):before, .text-box h2:nth-child(2):after {
        width: 78px; }

      .vendor-heading h1, .vendor-heading2 h2, .vendor-heading3 h2, .vendor-heading4 h2 {
        font-size: 18px; }

      .text-block h4 {
        font-size: 18px; }

      .text-block p {
        font-size: 15px; }

      .container-1 .text-block, .container-3 .text-block, .container-4 .text-block {
        max-width: 285px; }

      .container-2 .text-block {
        max-width: 275px; }

      .fbnr_container .text-block h2 {
        font-size: 18px; }

      .accordian .card .card-header h3, .accordian .card .card-body p {
        font-size: 13px; } }
    @media (min-width: 540px) and (max-width: 712px) {
      .text-box h2:nth-child(2) {
        font-size: 30px;
        margin: 7px 0px; }

      .text-box h2:nth-child(2)::before {
        left: 18%;
        width: 90px; }

      .text-box h2:nth-child(2)::after {
        right: 18%;
        width: 90px; }

      .text-box h2:nth-child(3) {
        font-size: 26px; }

      .form-fields {
        padding: 18px 10px; }

      .form-fields input[type=email],
      .form-fields input[type=email]::placeholder {
        font-size: 18px;
        padding: 20px 10px;
        border-radius: 25px; }

      .form-fields button, .vendor_text_container button, .fbnr_container .text-block button {
        padding: 15px 25px;
        border-radius: 30px;
        font-size: 18px;
        margin: 20px 0px; }

      .container-1, .container-2, .container-3, .container-4 {
        width: 100%;
        padding: 0; }

      .container-1 .hdp-col-1 img:nth-child(1) {
        margin-top: 0px;
        margin-left: 0px; }

      .container-1 .hdp-col-1 img:nth-child(2) {
        position: relative;
        left: 0px; }

      .container-1 .text-block {
        left: 13%;
        bottom: 11%;
        max-width: 370px; }

      .text-block h4 {
        font-size: 22px; }

      .text-block p {
        font-size: 18px; }

      .container-1 .hdp-col-2 {
        padding-top: 7px !important;
        text-align: center; }

      .vendor-heading h1, .vendor-heading2 h2, .vendor-heading3 h2, .vendor-heading4 h2 {
        font-size: 25px; }

      .container-2 .hdp-col-1 {
        width: 100%;
        text-align: center; }

      .container-2 .hdp-col-2 {
        position: relative; }

      .container-2 .text-block {
        position: relative;
        max-width: 370px; }

      .container-2 .hdp-col-1 {
        padding-bottom: 18px !important; }

      .vendor_text_container p {
        font-size: 17px; }

      .container-3 .hdp-col-1 {
        text-align: center; }

      .container-3 .hdp-col-2 img:nth-child(1) {
        margin-top: 0px;
        margin-left: 0px;
        float: right; }

      .container-3 .hdp-col-2 img:nth-child(2) {
        left: 0px;
        position: relative; }

      .container-3 .text-block {
        bottom: 12%;
        left: 14%;
        max-width: 370px; }

      .container-4 .hdp-col-1 img:nth-child(1) {
        margin-top: 0px;
        margin-left: 0px; }

      .container-4 .hdp-col-1 img:nth-child(2) {
        position: relative;
        left: 0px; }

      .container-4 .text-block {
        left: 12%;
        bottom: 10%;
        max-width: 370px; }

      .container-4 .hdp-col-2 {
        padding-top: 7px !important;
        text-align: center; }

      .accordian .card .card-header h3 {
        font-size: 15px; }

      .accordian .card .card-body p {
        font-size: 14px; }

      .fbnr_container .text-block {
        top: 45%;
        left: 20%;
        transform: translate(-13%, -55%); }

      .fbnr_container .text-block h2 {
        font-size: 20px; } }
    @media (min-width: 1275px) and (max-width: 1285px) {
      .text-box h2:nth-child(2) {
        font-size: 34px; }

      .text-box h2:nth-child(3) {
        font-size: 32px; }

      .text-box h2:nth-child(2):before, .text-box h2:nth-child(2):after {
        width: 95px; }

      .form-fields {
        padding: 15px 15px; }

      .vendor-heading h1 {
        letter-spacing: 7px;
        word-spacing: 4px; }

      .container-1 .text-block {
        left: 27%; }

      .container-3 .text-block {
        bottom: -38%;
        max-width: 253px; }

      .container-4 .text-block {
        left: 33%; } }
    /* ======== vendor portal landing page css end ======= */

    .mobile-main-banner {
      display: none; }

    @media (max-width: 768px) {
      .mobile-main-banner {
        display: block;
        width: 100%; }
       /* === Start Marketplace Page Responsiveness === */
      .text-box {
        top: 55%;
        left: 50%;
        transform: translate(-50%, -45%); }

      .icon img {
        width: 40px; }

      .text-box h2:nth-child(2), .text-box h2:nth-child(3) {
        font-size: 19px; }

      .text-box h2:nth-child(2):before {
        width: 65px;
        left: 20%; }

      .text-box h2:nth-child(2):after {
        width: 65px;
        right: 20%; }

      .form-fields {
        padding: 10px 0px; }

      .form-fields button {
        border-radius: 12px;
        padding: 9px 4px;
        font-size: 12px; }

      .form-fields input[type=email] {
        font-size: 16px; }

      .vendor-heading h1, .vendor-heading2 h2, .vendor-heading3 h2, .vendor-heading4 h2 {
        font-size: 19px; }

      .text-block h4 {
        font-size: 9px; }

      .text-block p {
        font-size: 8px; }

      .container-1 .hdp-col-1 img:nth-child(1) {
        margin-top: 60px; }

      .container-1 .hdp-col-1 img:nth-child(2) {
        left: 40px; }

      .container-1 .text-block {
        left: 30%;
        bottom: -48%; }

      .container-2 .text-block {
        max-width: 172px;
        left: 24%; }

      .vendor_text_container p {
        font-size: 15px; }

      .vendor_text_container button {
        font-size: 18px;
        padding: 12px 10px;
        margin: 15px 0; }

      .container-3 .hdp-col-2 img:nth-child(1) {
        margin-top: 75px;
        margin-left: 90px; }

      .container-3 .hdp-col-2 img:nth-child(2) {
        left: -40px; }

      .container-3 .text-block {
        bottom: -48%;
        max-width: 150px; }

      .container-4 .hdp-col-1 img:nth-child(1) {
        margin-left: 0px;
        margin-top: 65px; }

      .container-4 .hdp-col-1 img:nth-child(2) {
        left: 40px; }

      .container-4 .text-block {
        left: 31%;
        bottom: -51%; }

      .accordian {
        width: 75%; }

      .fbnr_container .text-block button {
        font-size: 18px;
        padding: 16px 15px; }

    }
    .mobile-footer-banner {
      display: none;
  }
    @media (max-width: 768px){
    .mobile-footer-banner {
      display: block;
  }
  .desktop-footer-banner,.desktop-main-banner {
      display: none;
  }
    }





@media screen and (max-width:480px){
  .additional_checkout_buttons{
  display:flex!important;
}

.dynamic-checkout__content{
  width : 100%!important;
}
}




