h1, h2, h3, h4, h5, h6, p,
span:not(.glyphicon):not([class*="fa"]):not([class*="star"]),
.btn,
#ii7s7m, #i5i1mt, #save-question, #i88i38, #iivp0v, #inipxb, #i7nq6i,
#i9bl7h, #i5dlxr, #ik9wtg, #iv6ynl, #i12n16, #i0581e, #i5reha,
#iqxj07, #iz00rn, #new-review, #iq9oe9, #idgr0i, #ip85iq, #warrantyCheck {
    font-family: var(--shop-font) !important;
}
/* Icon Button */
      #aichat-icon {
          position: fixed;
          bottom: 20px;
          right: 20px;
          background: #007bff;
          padding: 15px;
          border-radius: 50%;
          cursor: pointer;
          z-index: 1000;
      }
  
      #chat-popup {
          position: fixed;
          bottom: 80px;
          right: 20px;
          width: 450px;
          max-height: 440px;
          background: white;
          border-radius: 10px;
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          z-index: 1000;
          display: flex;
          flex-direction: column;
      }
      .sec2img1{
        width: 300px;
        height: 300px;
      }


      @media (max-width: 600px) {
        #chat-popup {
          width: 320px;
      }
    }
  
      .chat-popup__header {
          padding: 10px;
          background: #08a3be;
          color: white;
          display: flex;
          justify-content: space-between;
          align-items: center;
          border-radius: 10px 10px 0 0;
      }
  
      .chat-popup__content {
          padding: 10px;
          flex-grow: 1;
          display: flex;
          flex-direction: column;
      }
  
      .chat-area {
          max-height: 300px;
          overflow-y: auto;
      }
  
      .chat-bubble {
          background: #f1f1f1;
          padding: 8px 12px;
          border-radius: 15px;
          margin: 5px 0;
          display: flex;
          align-items: center;
          width: fit-content;
          
      }
  
      .ai-bubble {
          background: #08a3be;
          color: white;
          align-self: flex-start;
      }

      .ai-bubble-img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
    border-radius: 50%;
    object-fit: cover;
}
  
      .user-bubble {
          background: #e0e0e0;
          justify-self: end;
      }
  
      .thinking-bubble {
          font-style: italic;
      }
  
      #i70h5j img {
          /* width: 25px;
          height: 25px; */
          margin-right: 8px;
          border-radius: 50%;
      }
  
      .user-input {
          display: flex;
          align-items: center;
          padding: 10px 0;
      }
  
      .input-wrapper {
          display: flex;
          width: 100%;
          border: 1px solid #ddd;
          border-radius: 20px;
          overflow: hidden;
      }
  
      input[type="text"] {
          border: none;
          flex-grow: 1;
          padding: 10px;
      }
  
      button {
          background: #08a3be;
          color: white;
          border: none;
          padding: 10px 15px;
          cursor: pointer;
      }
  
      /* button:hover {
          background: #08a3be;
      } */
  
      .hidden {
          display: none;
      }
  


 .aichat-icon {
    position: absolute;
    bottom: 20px;
    right: 50px;
    width: 60px;
    height: 60px;
    background-color: #007bff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1000;
   
}

.aichat-icon i {
    font-size: 24px;
}

.aichat-box.hidden {
    display: none;
}

.aichat-box {
    position: absolute;
    bottom: 100px;
    right: 50px;
    width: 400px;
    max-height: 600px;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 20px;
}

@media (max-width: 600px) {
    .aichat-box {
        width: 100%;
        bottom: 0;
        right: 0;
        border-radius: 0;
        max-height: 100%;
    }
}

.aichatbox-messages {
    max-height: 400px;
    overflow-y: auto;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 10px;
}

.aichatbox-message {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.aichatbox-message.user {
    justify-content: flex-end;
}

.aichatbox-message.user .aichatbox-text {
    background: #007bff;
    color: #fff;
}

.aichatbox-text {
    max-width: 75%;
    padding: 10px 15px;
    border-radius: 10px;
    background: #f1f1f1;
    color: #333;
    font-size: 14px;
}

.aichatbox-input-container {
    display: flex;
    flex-direction: column;
}

.aichat-select {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.aichat-send-btn {
    margin-left: 5px;
    
}

.close-aichat-btn {
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    z-index: 10;
}

.close-aichat-btn:hover {
    color: #007bff;
}

/* ai */
    
       .button-data{
    padding: 5px;
    border-radius: 6px;
}

#cookie-popup {
  width: 40%;
    height: inherit;
    display: none; 
    position: fixed;
     bottom: 20px; 
     left: 20px; 
     padding: 20px; 
     background: #ffffff; 
     border: 1px solid #ccc; 
     z-index: 9999;"
}

.prefrence{
  display: none; 
  position: fixed;
   bottom: 20px; 
   left: 20px; 
   width: 40%;
   height: inherit;
   padding: 20px; 
   background: #ffffff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999; border-radius: 5px;"
}
  #cookie-popup .close-popup {
      cursor: pointer;
      float: right;
      font-size: 20px;
  }
        .chatbot {
            display: none;
            position: fixed;
            top: 0;
            bottom: 50px;
            width: 100%;
            box-shadow: 0 -6px 99px -17px rgba(0, 0, 0, 0.68);
            z-index: 1
        }

        @media screen and (min-width: 640px) {
            .chatbot {
                max-width: 420px;
                right: 50px;
                /* top: auto; */
                z-index: 1
            }
        }

        .chatbot.chatbot--closed {
            top: auto;
            width: 100%;
        }

        .chatbot__header {
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #0AA0B9;
            height: 54px;
            padding: 0 20px;
            width: 100%;
            cursor: pointer;
            transition: background-color 0.2s ease;
        }

        .chatbot__header:hover {
            background-color: #0AA0B9;
        }

        .chatbot__header p {
            margin-right: 20px;
        }

        .chatbot__close-button {
            fill: #fff;
        }

        .chatbot__close-button.icon-speech {
            width: 20px;
            display: none;
        }

        .chatbot--closed .chatbot__close-button.icon-speech {
            display: block;
        }

        .chatbot__close-button.icon-close {
            width: 14px;
        }

        .chatbot--closed .chatbot__close-button.icon-close {
            display: none;
        }

        .chatbot__message-window {
            height: calc(100% - (54px + 60px));
            padding: 40px 20px 20px;
            background-color: #fff;
            overflow-x: none;
            overflow-y: auto;
        }

        @media screen and (min-width: 640px) {
            .chatbot__message-window {
                height: 380px;
            }
        }

        .chatbot__message-window::-webkit-scrollbar {
            display: none;
        }

        .chatbot--closed .chatbot__message-window {
            display: none;
        }

        .chatbot__messages {
            padding: 0;
            margin: 0;
            list-style: none;
            display: flex;
            flex-direction: column;
            width: auto;
        }

        .chatbot__messages li {
            margin-bottom: 20px;
        }

        .chatbot__messages li.is-ai {
            display: inline-flex;
            align-items: flex-start;
        }

        .chatbot__messages li.is-user {
            text-align: right;
            display: inline-flex;
            align-self: flex-end;
        }

        .chatbot__messages li .is-ai__profile-picture {
            margin-right: 8px;
        }

        .chatbot__messages li .is-ai__profile-picture .icon-avatar {
            width: 40px;
            height: 40px;
            padding-top: 6px;
        }

        .chatbot__message {
            display: inline-block;
            padding: 12px 20px;
            word-break: break-word;
            margin: 0;
            border-radius: 6px;
            letter-spacing: -0.01em;
            line-height: 1.45;
            overflow: hidden;
        }

        .is-ai .chatbot__message {
            background-color: #f0f0f0;
            margin-right: 30px;
            font-family: var(--shop-font) !important;
        }

        .is-user .chatbot__message {
            background-color: #0AA0B9;
            margin-left: 30px;
        }

        .chatbot__message a {
            color: #0AA0B9;
            word-break: break-all;
            display: inline-block;
        }

        .chatbot__message button {
            background-color: #fff;
            font-weight: 300;
            border: 2px solid #0AA0B9;
            border-radius: 50px;
            padding: 8px 20px;
            margin: -8px 10px 18px 0;
            transition: background-color 0.2s ease;
            cursor: pointer;
            word-break: auto-phrase;
            white-space: revert;
            text-align: -webkit-left;
        }

        .chatbot__message button:hover {
            background-color: #f2f2f2;
        }

        .chatbot__message button:focus {
            outline: none;
        }

        .chatbot__message img {
            max-width: 100%;
        }

        .animation:last-child {
            -webkit-animation: fadein 0.25s;
            animation: fadein 0.25s;
            -webkit-animation-timing-function: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
        }

        .chatbot__arrow {
            width: 0;
            height: 0;
            margin-top: 18px;
        }

        .chatbot__arrow--right {
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-left: 6px solid #0AA0B9;
        }

        .chatbot__arrow--left {
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-right: 6px solid #f0f0f0;
        }

        .chatbot__entry {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 60px;
            padding: 0 20px;
            border-top: 1px solid #0AA0B9;
            background-color: #fff;
        }

        .chatbot--closed .chatbot__entry {
            display: none;
        }

        .chatbot__input {
            height: 100%;
            width: 80%;
            border: 0;
        }

        .chatbot__input:focus {
            outline: none;
        }

        .chatbot__input::-webkit-input-placeholder {
            color: #0AA0B9;
        }

        .chatbot__input::-moz-placeholder {
            color: #0AA0B9;
        }

        .chatbot__input::-ms-input-placeholder {
            color: #0AA0B9;
        }

        .chatbot__input::-moz-placeholder {
            color: #0AA0B9;
        }

        .chatbot__submit {
            fill: #0AA0B9;
            height: 22px;
            width: 22px;
            transition: fill 0.2s ease;
            cursor: pointer;
        }

        .chatbot__submit:hover {
            fill: #066777;
        }

        .u-text-highlight {
            color: #0AA0B9;
        }

        .chatbot {
            display: none;
            position: fixed;
            top: 0;
            bottom: 50px;
            width: 100%;
            box-shadow: 0 -6px 99px -17px rgba(0, 0, 0, 0.68);
        }

        @media screen and (min-width: 640px) {
            .chatbot {
                max-width: 420px;
                right: 50px;
                top: auto;
            }
        }

        .chatbot.chatbot--closed {
            top: auto;
            width: 100%;
        }

        .chatbot__header {
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #0AA0B9;
            height: 54px;
            padding: 0 20px;
            width: 100%;
            cursor: pointer;
            transition: background-color 0.2s ease;
        }

        .chatbot__header:hover {
            background-color: #0AA0B9;
        }

        .chatbot__header p {
            margin-right: 20px;
        }

        .chatbot__close-button {
            fill: #fff;
        }

        .chatbot__close-button.icon-speech {
            width: 20px;
            display: none;
        }

        .chatbot--closed .chatbot__close-button.icon-speech {
            display: block;
        }

        .chatbot__close-button.icon-close {
            width: 14px;
        }

        .chatbot--closed .chatbot__close-button.icon-close {
            display: none;
        }

        .chatbot__message-window {
            height: calc(100% - (54px + 60px));
            padding: 40px 20px 20px;
            background-color: #fff;
            overflow-x: none;
            overflow-y: auto;
        }

        @media screen and (min-width: 640px) {
            .chatbot__message-window {
                height: 380px;
            }
        }

        .chatbot__message-window::-webkit-scrollbar {
            display: none;
        }

        .chatbot--closed .chatbot__message-window {
            display: none;
        }

        .chatbot__messages {
            padding: 0;
            margin: 0;
            list-style: none;
            display: flex;
            flex-direction: column;
            width: auto;
        }

        .chatbot__messages li {
            margin-bottom: 20px;
        }

        .chatbot__messages li.is-ai {
            display: inline-flex;
            align-items: flex-start;
        }

        .chatbot__messages li.is-user {
            text-align: right;
            display: inline-flex;
            align-self: flex-end;
        }

        .chatbot__messages li .is-ai__profile-picture {
            margin-right: 8px;
        }

        .chatbot__messages li .is-ai__profile-picture .icon-avatar {
            width: 40px;
            height: 40px;
            padding-top: 6px;
        }

        .chatbot__message {
            display: inline-block;
            padding: 12px 20px;
            word-break: break-word;
            margin: 0;
            border-radius: 6px;
            letter-spacing: -0.01em;
            line-height: 1.45;
            overflow: hidden;
        }

        .is-ai .chatbot__message {
            background-color: #f0f0f0;
            margin-right: 30px;
        }

        .is-user .chatbot__message {
            background-color: #0aa0b938;
            margin-left: 30px;
            color: #310001;
        }

        .chatbot__message a {
            color: #0AA0B9;
            word-break: break-all;
            display: inline-block;
        }

        .chatbot__message button {
            background-color: #fff;
            font-weight: 300;
            border: 2px solid #0AA0B9;
            border-radius: 50px;
            padding: 8px 20px;
            margin: -8px 10px 18px 0;
            transition: background-color 0.2s ease;
            cursor: pointer;
        }

        .chatbot__message button:hover {
            background-color: #f2f2f2;
        }

        .chatbot__message button:focus {
            outline: none;
        }

        .chatbot__message img {
            max-width: 100%;
        }

        .animation:last-child {
            -webkit-animation: fadein 0.25s;
            animation: fadein 0.25s;
            -webkit-animation-timing-function: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
        }

        .chatbot__arrow {
            width: 0;
            height: 0;
            margin-top: 18px;
        }

        .chatbot__arrow--right {
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-left: 6px solid #fde7e8;
        }

        .chatbot__arrow--left {
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-right: 6px solid #f0f0f0;
        }

        .chatbot__entry {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 60px;
            padding: 0 20px;
            border-top: 1px solid #e6eaee;
            background-color: #fff;
        }

        .chatbot--closed .chatbot__entry {
            display: none;
        }

        .chatbot__input {
            height: 100%;
            width: 80%;
            border: 0;
        }

        .chatbot__input:focus {
            outline: none;
        }

        .chatbot__input::-webkit-input-placeholder {
            color: #7f7f7f;
        }

        .chatbot__input::-moz-placeholder {
            color: #7f7f7f;
        }

        .chatbot__input::-ms-input-placeholder {
            color: #7f7f7f;
        }

        .chatbot__input::-moz-placeholder {
            color: #7f7f7f;
        }

        .chatbot__submit {
            fill: #0AA0B9;
            height: 22px;
            width: 22px;
            transition: fill 0.2s ease;
            cursor: pointer;
        }

        .chatbot__submit:hover {
            fill: #054f5c;
        }

        .u-text-highlight {
            color: #fde7e8;
        }

        .loader {
            margin-bottom: -2px;
            text-align: center;
            opacity: 0.3;
        }

        .loader__dot {
            display: inline-block;
            vertical-align: middle;
            width: 6px;
            height: 6px;
            margin: 0 1px;
            background: black;
            border-radius: 50px;
            -webkit-animation: loader 0.45s infinite alternate;
            animation: loader 0.45s infinite alternate;
        }

        .loader__dot:nth-of-type(2) {
            -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
        }

        .loader__dot:nth-of-type(3) {
            -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
        }

        @-webkit-keyframes loader {
            0% {
                transform: translateY(0);
            }
            100% {
                transform: translateY(-5px);
            }
        }

        @keyframes loader {
            0% {
                transform: translateY(0);
            }
            100% {
                transform: translateY(-5px);
            }
        }

        @-webkit-keyframes fadein {
            from {
                opacity: 0;
                margin-top: 10px;
                margin-bottom: 0;
            }
            to {
                opacity: 1;
                margin-top: 0;
                margin-bottom: 10px;
            }
        }

        @keyframes fadein {
            from {
                opacity: 0;
                margin-top: 10px;
                margin-bottom: 0;
            }
            to {
                opacity: 1;
                margin-top: 0;
                margin-bottom: 10px;
            }
        }


        strong {
            font-weight: 600;
        }

        .intro {
            display: block;
            margin-bottom: 20px;
        }

        .loader {
            margin-bottom: -2px;
            text-align: center;
            opacity: 0.3;
        }

        .loader__dot {
            display: inline-block;
            vertical-align: middle;
            width: 6px;
            height: 6px;
            margin: 0 1px;
            background: black;
            border-radius: 50px;
            -webkit-animation: loader 0.45s infinite alternate;
            animation: loader 0.45s infinite alternate;
        }

        .loader__dot:nth-of-type(2) {
            -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
        }

        .loader__dot:nth-of-type(3) {
            -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
        }

        @keyframes loader {
            0% {
                transform: translateY(0);
            }
            100% {
                transform: translateY(-5px);
            }
        }

        @keyframes fadein {
            from {
                opacity: 0;
                margin-top: 10px;
                margin-bottom: 0;
            }
            to {
                opacity: 1;
                margin-top: 0;
                margin-bottom: 10px;
            }
        }


        .intro {
            display: block;
            margin-bottom: 20px;
        }

        #chat-circle {
            position: fixed;
            bottom: 50px;
            right: 50px;
            background: #0AA0B9;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            color: white;
            padding: 12px;
            cursor: pointer;
            z-index: 1;
            box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        }
    


    body {
      margin: 0;
    }
    *{
      box-sizing:border-box;
    }
    body{
      margin:0;
    }
    .gjs-row{
      display:flex;
      justify-content:flex-start;
      align-items:stretch;
      flex-wrap:nowrap;
      padding:10px;
    }
    .cptxt
    {
      font-weight:100;
    }
    .chatbot__close-button.icon-speech {
            width: 20px;
            display: none;
        }

        .chatbot--closed .chatbot__close-button.icon-speech {
            display: block;
        }
    .gjs-cell{
      min-height:60px;
      flex-grow:1;
      flex-basis:100%;
      text-align: center;
    }
    #section2of1-2{
      /* height: -webkit-fill-available; */
      padding:20px 0px 20px 0px;
      background-repeat:repeat;
      background-position:left top;
      background-attachment:scroll;
      background-size:auto;
      /* background-image:linear-gradient(#f2f1ed 0%, #f2f1ed 100%); */
      font-size:25px;
      display:flex;
      justify-content:center;
      align-items:center;
      text-align:center;
      background-color: var(--shop-logo-bg-color);
    }
    #i31eb-2{
      text-align:right;
      display:flex;
      /* flex-direction:column; */
      justify-content:end;
      align-items:center;
    }
    #inemc-2{
      padding:10px 15px 10px 15px;
      background-repeat:repeat;
      background-position:left top;
      background-attachment:scroll;
      background-size:auto;
      background-image:linear-gradient(#088ab2 0%, #088ab2 100%);
      border:0px none white;
      color:white;
    }
    #inlec-2{
      padding:10px 40px 10px 40px;
    }
    #i6kmh-2{
      padding:30px 10px 30px 10px;
      font-weight:700;
    }
    #i9did{
      float:none;
      font-size:70px;
      font-family:Times New Roman, Times, serif;
      font-weight:100;
    }
    #ie6vl{
      padding:0px 0px 0px 30px;
      background-repeat:unset;
      background-position:unset;
      background-attachment:unset;
      background-size:unset;
      background-image:unset;
      font-size:25px;
      background-image-color:unset;
      background-image-gradient:unset;
      background-image-gradient-dir:unset;
      background-image-gradient-type:unset;
    }
    #isk7h{
      width:100%;
      height:100%;
    }
    #i9rc6{
      padding:0 10px 10px 10px;
    }
    #i65ur{
      width:100%;
      height:100%;
    }
    #i1fqw{
      float:none;
      font-size:70px;
      font-family:Times New Roman, Times, serif;
      font-weight:100;
    }
    #iygzd{
      padding:0px 0px 0px 30px;
      background-repeat:unset;
      background-position:unset;
      background-attachment:unset;
      background-size:unset;
      background-image:unset;
      font-size:25px;
      background-image-color:unset;
      background-image-gradient:unset;
      background-image-gradient-dir:unset;
      background-image-gradient-type:unset;
    }
    #im1tu{
      padding:0px 10px 0 10px;
    }
    #ieg77{
      padding:0px 0px 0px 30px;
      background-repeat:unset;
      background-position:unset;
      background-attachment:unset;
      background-size:unset;
      background-image:unset;
      font-size:25px;
      background-image-color:unset;
      background-image-gradient:unset;
      background-image-gradient-dir:unset;
      background-image-gradient-type:unset;
      float:none;
      text-align:center;
    }
    #imlo6{
      width:100%;
      height:100%;
    }
    #igufl{
      padding:0 10px 10px 10px;
    }
    #iw1nj{
      font-size:22px;
      font-family:Times New Roman, Times, serif;
      color:#211d1a;
    }
    #iyro8{
      font-size:16px;
      font-family:Times New Roman, Times, serif;
    }
    #iwpko{
      width:100%;
      height:100%;
    }
    #ifapk{
      font-size:22px;
      font-family:Times New Roman, Times, serif;
      color:#211d1a;
    }
    #ixhtd{
      font-size:16px;
      font-family:Times New Roman, Times, serif;
    }
    #i6t59e{
      padding:0px 0px 0px 30px;
      background-repeat:unset;
      background-position:unset;
      background-attachment:unset;
      background-size:unset;
      background-image:unset;
      font-size:25px;
      background-image-color:unset;
      background-image-gradient:unset;
      background-image-gradient-dir:unset;
      background-image-gradient-type:unset;
      float:none;
      text-align:center;
    }
    #io3jp3{
      padding:0 10px 10px 10px;
    }
    #i3jrk{
      float:none;
      font-size: 45px;
      font-family:Times New Roman, Times, serif;
      font-weight:100;
      /* width: 70rem; */
      place-self: center !important;
    }
    #iislv{
      /* background-image:linear-gradient(#f2f1ed 0%, #f2f1ed 100%); */
      font-size:25px;
      padding:90px;
      width: 100% !important;
    }
    #i6045{
      width:100%;
      height:auto;
    }
    #iql781{
      padding: 0px !important;
      margin: 10px 10px 20px 10px;
      /* background-image:linear-gradient(#f2f1ed 0%, #f2f1ed 100%); */
    }
    #section2of2-2{
      align-items:center;
      display:flex;
      margin-left:60px;
    }
    #im5bdk{
      width:100%;
      height:100%;
    }
    #i60hc8{
      font-size:22px;
      font-family:Times New Roman, Times, serif;
      color:#211d1a;
    }
    #i89ooq{
      font-size:16px;
      font-family:Times New Roman, Times, serif;
    }
    #i3q0xp{
      padding:0px 0px 0px 30px;
      background-repeat:unset;
      background-position:unset;
      background-attachment:unset;
      background-size:unset;
      background-image:unset;
      font-size:25px;
      background-image-color:unset;
      background-image-gradient:unset;
      background-image-gradient-dir:unset;
      background-image-gradient-type:unset;
      float:none;
      text-align:center;
    }
    #i6n8im{
      padding:0 10px 10px 10px;
    }
    #i65m9v{
      border:0px solid transparent;
      background-repeat:repeat;
      background-position:left top;
      background-attachment:scroll;
      background-size:auto;
      /* background-image:linear-gradient(#fcfcfc 0%, #fcfcfc 100%); */
      color:#211d1a;
      padding:50px 10px 50px 10px;
    }
    #i434bc{
      color:black;
      width:100%;
      height:100%;
    }
    #i5c2te{
      background-repeat:repeat;
      background-position:left top;
      background-attachment:scroll;
      background-size:auto;
      /* background-image:linear-gradient(#fcfcfc 0%, #fcfcfc 100%); */
      padding:0px 30px 0px 30px;
    }
    #ie3uu5{
      font-size:48px;
      font-family:Times New Roman, Times, serif;
      font-weight:100;
    }
    #i0sexh{
      font-size:16px;
      color:#211d1a;
    }
    #iitk56{
      color:black;
      width:100%;
      height:100%;
    }
    #iq9oe9{
      font-size:48px;
      font-family:Times New Roman, Times, serif;
      font-weight:100;
    }
    #ipgv7b{
      font-size:16px;
      color:#211d1a;
    }
    #iulc47{
      background-repeat:repeat;
      background-position:left top;
      background-attachment:scroll;
      background-size:auto;
      background-image:linear-gradient(#fcfcfc 0%, #fcfcfc 100%);
      padding:0px 50px 0px 50px;
      align-self:stretch;
      align-items:stretch;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    #id5qpj{
      border:0px solid transparent;
      background-repeat:repeat;
      background-position:left top;
      background-attachment:scroll;
      background-size:auto;
      /* background-image:linear-gradient(#fcfcfc 0%, #fcfcfc 100%); */
      color:#211d1a;
      padding:50px 10px 50px 10px;
    }
    #i5dlxr{
      width:100%;
      padding:15px 0px 15px 0px;
      margin:0 0 10px 0;
      font-weight:700;
    }
    #ik9wtg{
      width:100%;
      padding:15px 0px 15px 0px;
      font-weight:500;
      margin:0 0 10px 0;
    }
    #i28u6c{
      width:100%;
    }
    #iv6ynl{
      width:100%;
      padding:10px 0px 10px 0px;
      font-weight:500;
    }
    #i9bl7h{
      font-size:48px;
    }
    #isfjhv{
      font-size:48px;
    }
    #if0b6g{
      font-size:48px;
    }
    #ix0pp6{
      padding:10px;
    }
    #i5nyp6{
      align-items:center;
      display:flex;
      justify-content: center;
    }
    #idgr0i{
      width:100%;
      float:none;
      font-size:18px;
      margin:0 0 10px 0;
      padding:10px 0px 10px 0px;
    }
    #i7nq6i{
      width:100%;
      float:none;
      font-size:18px;
      margin:0 0 10px 0;
      padding:10px 0px 10px 0px;
      font-family: var(--shop-font) !important;
    }
    .idawqy{
      width:100% !important;
      font-size:18px;
      padding:10px 0px 10px 0px !important; 
      margin:0 0 10px 0 !important;
      font-family: var(--shop-font) !important;
    }
    .i6j2th{
      width:100%;
      font-size:18px;
      padding:10px 0px 10px 0px;
      font-family: var(--shop-font) !important;
    }
    #izvaxi{
      width:50%;
      text-align-last: center;
    }
    #idt7pb{
      padding:20px 0px 20px 0px;
      background-repeat:repeat;
      background-position:left top;
      background-attachment:scroll;
      background-size:auto;
      /* background-image:linear-gradient(#f2f1ed 0%, #f2f1ed 100%); */
      font-size:25px;
      display:flex;
      justify-content:center;
      align-items:stretch;
    }
    #ifgk5i{
      padding:30px 10px 30px 10px;
    }
    #ixo4at{
      color:black;
      width:30%;
      height:30%;
    }
    #ii7s7m{
      margin:0 0 0 10px;
    }
    #ida9kd{
      font-size:40px;
      margin-bottom: 30px;
    }
    #ij9625{
      white-space-collapse:preserve;
    }
    #i3tcer{
      white-space-collapse:preserve;
    }
    #iuwrxu{
      white-space-collapse:preserve;
      font-weight:normal;
    }
    #iazxqm{
      font-weight:normal;
    }
    #iap4hf{
      font-weight:normal;
    }
    #i5w34f{
      white-space-collapse:preserve;
    }
    #i6nc03{
      white-space-collapse:preserve;
    }
    #iw3fho{
      font-weight:normal;
    }
    #ihca7h{
      font-weight:normal;
    }
    #inrglf{
      display:flex;
      justify-content:space-around;
      align-items:center;
    }
    #i0581e{
      padding:10px 24px 10px 24px;
      width:50%;
      text-align:center;
      justify-content:space-around;
      display:flex;
      align-items:center;
    }
    #ij29e2{
      padding:10px 24px 10px 24px;
      width:50%;
      text-align:center;
      justify-content:space-around;
      display:flex;
      align-items:center;
    }
    #i0nkbi{
      display:flex;
      justify-content:space-around;
      align-items:center;
    }
    #iexlm6{
      display:flex;
      justify-content:space-around;
      align-items:center;
    }
    #ierzuo{
      color:black;
    }
    #iqxj07{
      font-size:40px;
    }
    #i5pv1j{
      font-size:48px;
    }
    #ilspgs{
      font-size:48px;
    }
    /* #ijxnjz{
      padding:10px;
    } */
    #ia7ki7{
      align-items:center;
      display:flex;
      padding:10px;
    }
    #i75cha{
      width:100%;
      padding:10px 20px 10px 20px;
      font-size:16px;
      font-family:Times New Roman, Times, serif;
      font-weight:100;
    }
    #ik7dn8{
      padding:20px 20px 20px 20px;
      background-repeat:repeat;
      background-position:left top;
      background-attachment:scroll;
      background-size:auto;
      background-image:linear-gradient(#f2f1ed 0%, #f2f1ed 100%);
      font-size:25px;
      display:flex;
      justify-content:center;
      align-items:stretch;
    }
    #ifgg6d{
      padding:30px 10px 30px 10px;
    }
    #iaj9rl{
      padding:10px;
    }
    #i1ppm9{
      white-space-collapse:preserve;
    }
    #i70h5j{
      flex-basis:0%;
    }
    #izdyc4{
      flex-basis:70%;
      justify-content:flex-start;
      align-items:center;
      align-self:stretch;
      display:flex;
    }
    #iwu5a7{
      color:black;
    }
    #i8cnce{
      text-align: left;
      /* padding:10px; */
      /* align-items:flex-end; */
      /* display:flex;
      justify-content:flex-start;
      flex-direction:column; */
    }
    #i8f9w2{
      white-space-collapse:preserve;
      font-family:Times New Roman, Times, serif;
    }
    #idzleg{
      padding:10px;
    }
    #iiihv6{
      color:black;
    }
    #iwuj0e{
      flex-basis:0%;
    }
    #ini4ld{
      padding:10px;
      align-items:flex-end;
      display:flex;
      justify-content:flex-start;
    }
    #ift0kg{
      flex-basis:70%;
      justify-content:flex-start;
      align-items:center;
      align-self:stretch;
      display:flex;
    }
    #i5cg9m{
      background-repeat:repeat;
      background-position:left top;
      background-attachment:scroll;
      background-size:auto;
      background-image:linear-gradient(#fafaf9 0%, #fafaf9 100%);
      border-radius:10px 10px 10px 10px;
      padding:20px 10px 20px 10px;
    }
    #iz00rn{
      padding:10px;
      font-size:14px;
      font-family:Times New Roman, Times, serif;
      font-weight:600;
    }
    #iffplb{
      width:100%;
      padding:10px 5px 10px 10px;
      border-radius:10px 10px 10px 10px;
    }
    #inipxb{
      padding:10px;
      font-size:48px;
      font-weight:100;
      font-family:Times New Roman, Times, serif;
      text-align:center;
    }
    #iivp0v{
      padding:10px;
      font-size:48px;
      font-weight:100;
      font-family:Times New Roman, Times, serif;
      text-align:center;
    }
    #iauwlj{
      flex-basis:10%;
      /* display:flex; */
     
      justify-content:flex-start;
    }
    @media (max-width: 768px) {
    #iauwlj {
        display: block 
    }
    }
    #i5i1mt{
      /* flex-basis:70%; */
    }
    #id4qcf{
      padding:10px;
    }
    #idxegg{
      width:100%;
      padding:10px 5px 10px 10px;
      border-radius:10px 10px 10px 10px;
    }
    .iywfrd{
      padding:8px 50px 8px 50px;
      border-radius:10px 10px 10px 10px;
      text-align:center;
    }
    #iy4udn{
      padding:0px 10px 0px 10px;
    }
    #i7nz8l{
      padding:0px 10px 0px 10px;
    }
    #i2qqrf{
      padding:0px 10px 0px 10px;
    }
    #in3y5n{
      padding:0px 10px 0px 10px;
    }
    #itb4bf{
      padding:0px 10px 0px 10px;
    }
    #ifdx8m{
      padding:0px 10px 0px 10px;
    }
    #i5reha{
      padding:10px;
      font-size:65px;
      font-weight:100;
      font-family: var(--shop-font) !important;
      text-align:center;
    }
    #irv4y9{
      color:black;
      width:100%;
      height:auto;
    }
    #ift21a{
      color:black;
      width:100%;
      height:100%;
    }
    #iqfc4t{
      color:black;
      width:100%;
      height:100%;
    }
    #i88i38{
      padding:10px;
      text-align:center;
    }
    #i8bbp1{
      padding:10px;
      text-align:center;
    }
    #ieyprl{
      padding:10px;
      text-align:center;
    }
    #ic5yks{
      background-repeat:repeat;
      background-position:left top;
      background-attachment:scroll;
      background-size:auto;
      padding:35px;
      background-color: var(--shop-footer-color);
    }
    #ix6nhw{
      color:white;
      font-weight:100;
      font-size:20px;
    }
    #iw6s0r{
      color:white;
      font-weight:100;
      font-size:20px;
    }
    #i6qn5n{
      color:white;
      font-size:20px;
      font-weight:100;
      text-align:right;
    }
    #i1pjtx{
      border:0px none white;
      font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
      font-size:15px;
      color:#ffffff;
    }
    #ir57gn{
      color:white !important;
      font-size:15px;
      font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
      font-weight:100;
      list-style:none;
      padding:0px;
    }
    #ir57gn li a{
      color:white !important;
    }
    #i1dv64{
      text-align:center;
    }
    #i80h5i{
      /* width:35%; */
    }
    #ir975e{
      color:black;
    }
    #i3gn7l{
      color:black;
    }
    #ier81a{
      color:black;
    }
    #iq7gp5{
      color:black;
    }
    #ii5rvz{
      display:flex;
      justify-content:flex-end;
    }
    #ixfqxv{
      white-space-collapse:preserve;
      color:#ffff;
    }
    #ioxa88{
      white-space-collapse:preserve;
    }
    #ilfxvw{
      align-items:flex-end;
      display:flex;
    }
    #i0ia4r{
      text-align:right;
      display:flex;
      justify-content:flex-end;
    }
    #iyvkdi{
      width:50%;
    }
    #ieczuh{
      align-items:flex-end;
      display:flex;
      justify-content:flex-end;
    }
    #iug5nv{
      padding:10px;
      color:#ffffff;
    }
    #iz7rez{
      display:flex;
      align-items:flex-end;
      justify-content:flex-end;
    }
    #ia4i6i{
      padding:10px;
      display:flex;
      justify-content:flex-end;
      align-items:flex-end;
    }
    #iehmsm{
      white-space-collapse:preserve;
      color:#ffffff;
    }   
    #ivny6e.paragraph
    {
      color: #ffff;
    }
    /* ------------- review ------------- */
    .star-review{
      font-size:30px;
      color:#ffa41c;
    }
    .review-scroll
    {
      max-height: 400px;
      overflow-y: scroll;
      text-align: left;
    }
    .pro-page-reviews-ls-stars
    {
      place-content: center;
      display:flex;
      align-items:baseline;
      gap:10px;
    }
    .minipro-page-ratings-detail-2 {
        margin-left: 15px;
        display: flex;
        width: 70%;
        align-items: center;
    }
    .minipro-page-ratings-data
    {
      display:flex;
      margin-top:10px;
      gap:10px;
      align-items: flex-start;
    }
    .minipro-page-ratings-detail-3
    {
      font-size: 16px;
      font-weight: 700;
      color: #08A3BE;
    }
    i.fa.fa-star
    {
      color:#ffa41c;
    }
    /*rate1*/

    .minipro-page-ratings-high-1 {
        width: 90%;
        background-color: #FFA41C;
        padding: 12px 0px;
        border-top: 2px solid #E27E21;
        border-left: 2px solid #E27E21;
        border-bottom: 2px solid #E27E21;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .minipro-page-ratings-low-1 {
        width: 10%;
        background-color: #F0F2F2;
        padding: 12px 0px;
        border-top: 2px solid #E3E6E6;
        border-right: 2px solid #E3E6E6;
        border-bottom: 2px solid #E3E6E6;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }


    /*rate2*/

    .minipro-page-ratings-high-2 {
        width: 4%;
        background-color: #FFA41C;
        padding: 12px 0px;
        border-top: 2px solid #E27E21;
        border-left: 2px solid #E27E21;
        border-bottom: 2px solid #E27E21;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .minipro-page-ratings-low-2 {
        width: 98%;
        background-color: #F0F2F2;
        padding: 12px 0px;
        border-top: 2px solid #E3E6E6;
        border-right: 2px solid #E3E6E6;
        border-bottom: 2px solid #E3E6E6;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }


    /*rate3*/

    .minipro-page-ratings-high-3 {
        width: 2%;
        background-color: #FFA41C;
        padding: 12px 0px;
        border-top: 2px solid #E27E21;
        border-left: 2px solid #E27E21;
        border-bottom: 2px solid #E27E21;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .minipro-page-ratings-low-3 {
        width: 98%;
        background-color: #F0F2F2;
        padding: 12px 0px;
        border-top: 2px solid #E3E6E6;
        border-right: 2px solid #E3E6E6;
        border-bottom: 2px solid #E3E6E6;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }


    /*rate4*/

    .minipro-page-ratings-high-4 {
        width: 1%;
        background-color: #FFA41C;
        padding: 12px 0px;
        border-top: 2px solid #E27E21;
        border-left: 2px solid #E27E21;
        border-bottom: 2px solid #E27E21;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .minipro-page-ratings-low-4 {
        width: 98%;
        background-color: #F0F2F2;
        padding: 12px 0px;
        border-top: 2px solid #E3E6E6;
        border-right: 2px solid #E3E6E6;
        border-bottom: 2px solid #E3E6E6;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }


    /*rate5*/

    .minipro-page-ratings-high-5 {
        width: 1%;
        background-color: #FFA41C;
        padding: 12px 0px;
        border-top: 2px solid #E27E21;
        border-left: 2px solid #E27E21;
        border-bottom: 2px solid #E27E21;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .minipro-page-ratings-low-5 {
        width: 98%;
        background-color: #F0F2F2;
        padding: 12px 0px;
        border-top: 2px solid #E3E6E6;
        border-right: 2px solid #E3E6E6;
        border-bottom: 2px solid #E3E6E6;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }
    /* --------- navcss --------- */
    .noti-icon {
        background: #dfddd8;
        padding: 10px;
        height: 50px;
        border-radius: 30px;
        margin: 10px;
    }

    .noti-count {
        position: absolute;
        background: red;
        padding: 2px;
        border-radius: 15px;
        font-size: 11px;
        color: white;
        left: 15px;
        bottom: 15px;
        width: 20px;
        text-align: center;
    }

    .active {
        padding-top: 1rem;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button:active,
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        font-size: 12px !important;
        border-radius: 100% !important;
        background-color: #E6E7EE !important;
        border: none !important;
        font-weight: 700 !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        background: transparent !important;
        color: #088AB2 !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        cursor: pointer !important;
    }

    .no-data-available {
        color: black;
        font-weight: 600;
        font-size: 16px;
    }

    .dataTables_length {
        margin-bottom: 1.5rem !important;
    }

    .profile-menu {
        position: absolute;
        background: rgb(255, 255, 255);
        width: 240px;
        height: 206px;
        top: 31px;
        right: -20px;
        border: solid #EAECF0 1px;
        border-radius: 8px;
        display: none
    }

    .profile-ul .li1 {
        margin: 0px !important;
        height: 64px;
        display: flex;
        padding: 12px 16px;
        border: 0px 0px 1px 0px solid;
        border-bottom: 1px solid #EAECF0;
        align-items: center;
    }

    .table.dataTable.no-footer {
        border-bottom: 0px !important
    }

    .profile-ul .li4 {
        margin: 0px !important;
        height: 64px;
        display: flex;
        padding: 12px 16px;
        border: 0px 0px 1px 0px solid;
        border-top: 1px solid #EAECF0;
        align-items: center;
    }

    .pending {
        width: 12px;
        height: 10px;
        background: #088AB2;
        bottom: auto !important;
        right: auto !important;
        position: unset !important;
        border-radius: 10px;

    }

    .pending_count {
        background: #198754 !important;
        bottom: auto !important;
        right: auto !important;
        position: unset !important;
        width: 1.3rem;
        height: 1.3rem;
        border-radius: 100%;
        text-align: center;
        font-size: 12px;
        text-align: center;
        color: white;
        /* font-weight: 400; */

    }

    .profile-ul .li2,
    .profile-ul .li3 {
        margin: 0px !important;
        height: 42px;
        padding: 2px 6px 2px 6px;
        align-items: center;
    }

    .profile-ul .li2 div:hover,
    .profile-ul .li3 div:hover {
        margin: 0px !important;
        height: 42px;
        display: flex;
        padding: 2px 6px 2px 6px;
        align-items: center;
        border-radius: 6px;
        background: #F9FAFB;
    }

    .pending {
        width: 12px;
        height: 10px;
        background: #088AB2;
        bottom: auto !important;
        right: auto !important;
        position: unset !important;
        border-radius: 10px;

    }

    .pending_count {
        background: #198754 !important;
        bottom: auto !important;
        right: auto !important;
        position: unset !important;
        width: 1.3rem;
        height: 1.3rem;
        border-radius: 100%;
        text-align: center;
        font-size: 12px;
        text-align: center;
        color: white;
        /* font-weight: 400; */
    }
    .cta-btn{
      /* width: 9rem;
      height: 2rem; */
      background-color: var(--light-blue) !important;
      color: white !important;
      padding: var(--link-padding) !important;
      border-radius: 0.25rem !important;
      border: none !important;
    }
    /* ----------------- */
    /* ----------- main image 1st div --------------- */
    #pera-desc
    {
        /* width: 70rem; */
        font-size: 16px;
        margin-top: 3rem;
        justify-self: center;
    }
    /* --------------------------- */
    /* -------- zigzag div ------------- */
    .products-container {
        display: flex;
        flex-direction: column;
    }

    .gjs-row {
        display: flex;
        align-items: center;
        margin-bottom: 20px; /* Adjust as needed */
    }

    .gjs-row.zig {
        flex-direction: row;
    }

    .gjs-row.zag {
        flex-direction: row-reverse;
    }

    .gjs-cell.text-container,
    .gjs-cell.image-container {
        flex: 1;
        padding: 10px;
        text-align: center;
    }

    .gjs-cell.image-container img {
        width: 600px !important;
        height: 600px !important;
    }
.minipro-page-profile-img {
  height: auto !important;
}
.img-responsive-slider {
  max-height: 700px !important;
  width: auto;
}
    .heading {
        font-size: 24px; /* Adjust as needed */
        margin: 0;
        padding: 0;
    }
    #iu7enk {
    overflow: hidden;
    text-overflow: ellipsis;
}

#ie2pxj a {
    display: inline-block;
    max-width: 100%; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec2img1 {
    width: 300px;
    height: 300px;
}
@media (max-width: 768px) {
    .gjs-cell.image-container img {
        width: 300px !important;
        height: 300px !important;
    }
    .minipro-page-profile-img {
      height: auto !important;
    }
    .img-responsive-slider {
      max-height: 300px !important;
    }
}

    /* --------- */
    /* ---------- slider icon ----------- */
    .carousel-control-next-icon
    {
      
        background-image: url(data:image/png;base64,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) !important;
    }
    .carousel-control-prev-icon
    {
      
        background-image: url(data:image/png;base64,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) !important;
    }
    /* -------------- */
    @media (max-width: 768px){
      .gjs-row{
        flex-wrap:wrap;
      }
    }
 
    @media only screen and (max-width: 835px) {
        #cookie-popup {
            width: auto;
        }
    }
    @media only screen and (max-width: 835px) {
        .prefrence {
            width: auto;
        }
    }
    @media only screen and (max-width: 835px) {
        .chatbot {
          margin-bottom: 45%;
        }
    }
  .fb-share-button{
  margin-left: 3px;
    margin-right: 3px;
}

.twitter-share-button{
  margin-left: 3px;
    margin-right: 3px;
}

.whatsapp-share-button{
  margin-left: 3px;
  margin-right: 3px;
}

#i12n16 img {
        display: none !important;
    }


@media (max-width: 650px) {
  #i9bl7h,
  #iivp0v, 
  #i5reha {
    font-size: 25px !important;
  }
   #iqxj07,
   {
    font-size: 31px !important;
  }
}


@media (max-width: 320px) {
  #i6kmh-2{
      font-weight:100;
    }
}