﻿/* css for navbar */
.menu {
    margin-top: 14px; 
}
.menu li {
    display: inline-block;
    margin: 0 10px;
}
.menu li a {
    color: #444;
    font-weight: bold;
}
.menu li a:hover, .menu li a:focus {
    background: none;
}

/* css for hero */
.hero-area {
    display: flex;
    justify-content: center;
    align-items: center; }
.hero-area h1 {
    font-size: 60px;
    font-weight: bold;
    padding-bottom: 19px;
    margin-top: 30px;
    line-height: 1.2; }
.hero-area p {
    font-size: 20px;
    line-height: 1.3; }
.hero-area p {
  font-size: 18px;
  line-height: 25px;
  margin: 0px; }
.hero-area .btn-main {
    border-radius: 0;
    margin-top: 30px; 
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
    padding: 15px 40px;
    display: inline-block;
    background-color: #f9a743;
    -moz-box-shadow: 0 15px 40px rgba(249, 167, 68, 0.5);
    -webkit-box-shadow: 0 15px 40px rgba(249, 167, 68, 0.5);
    box-shadow: 0 15px 40px rgba(249, 167, 68, 0.5);
    background-image: -moz-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
    background-image: -o-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
    background-image: linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%); }
.hero-area .btn-main:hover, .btn-main:focus {
    background-color: #f9a743;
    color: #fff; }

/* css for feature */
.feature .heading {
    text-align: center;
    color: #777777;
    padding-bottom: 70px; }
  .feature .heading h2 {
      color: #3c3c3c;
      padding-bottom: 15px;
      text-transform: capitalize;
      font-weight: 700;
      font-size: 40px;
      line-height: 40px; }
  .feature .section {
      padding-bottom: 100px; }
  
  .feature .feature-box {
      margin-bottom: 40px; }
  .feature .feature-box i {
      font-size: 30px;
      margin-bottom: 10px;
      display: inline-block; }
  .feature .feature-box h4 {
      font-weight: bold;
      margin-bottom: 8px; }
  .feature .feature-box p {
      line-height: 1.1; }

/* css for promo*/
.promo-details {
    background: #f9a743; }
.promo-details h2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 0;
    text-align: left; }
.promo-details p {
    color: #fff;
    font-size: 18px; }

/* css for about */
.feature-list .btn-main {
    margin-top: 15px; }
.feature-list .subheading {
    color: #3c3c3c;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 32px;
    line-height: 45px; }
.feature-list .btn {
border-radius: 0; }
.feature-list .btn-main {
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
    padding: 15px 40px;
    display: inline-block;
    background-color: #f9a743;
    -moz-box-shadow: 0 15px 40px rgba(249, 167, 68, 0.5);
    -webkit-box-shadow: 0 15px 40px rgba(249, 167, 68, 0.5);
    box-shadow: 0 15px 40px rgba(249, 167, 68, 0.5);
    background-image: -moz-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
    background-image: -o-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
    background-image: linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%); }
.feature-list .btn-main:hover, .btn-main:focus {
    background-color: #f9a743;
    color: #fff; }
.feature-list .heading {
    text-align: center;
    color: #777777;
    padding-bottom: 70px; }
.feature-list .heading h2 {
    color: #3c3c3c;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px; }

/* css for subscribe */
.call-to-action {
    padding: 90px 0px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative; }
.call-to-action .block h2 {
    position: relative;
    margin-bottom: 6px;
    color: #fff;
    padding-bottom: 0; }
.call-to-action .subheading {
  color: #3c3c3c;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 32px;
  line-height: 45px; }
.call-to-action .block p {
    position: relative;
    padding-right: 30px;
    color: #fff; }
.call-to-action .block .input-group {
    margin-top: 30px; }
.call-to-action .block .input-group .btn-main {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 13px 40px; }
.call-to-action .block .input-group input {
    height: 55px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border: none;
    padding-left: 15px;
    box-shadow: none; }
.call-to-action .btn-main {
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
    padding: 15px 40px;
    display: inline-block;
    background-color: #f9a743;
    -moz-box-shadow: 0 15px 40px rgba(249, 167, 68, 0.5);
    -webkit-box-shadow: 0 15px 40px rgba(249, 167, 68, 0.5);
    box-shadow: 0 15px 40px rgba(249, 167, 68, 0.5);
    background-image: -moz-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
    background-image: -o-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
    background-image: linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%); }
.call-to-action .btn-main:hover, .btn-main:focus {
    background-color: #f9a743;
    color: #fff; }
.bg-1 {
  background-image: url({{url_for('theme_builder.static', filename='images/call-to-action.jpg')}});
}
.bg-opacity {
  position: relative; }
.bg-opacity:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7); 
}

/* css for product */
.gallery .heading {
  text-align: center;
  color: #777777;
  padding-bottom: 70px; }
.gallery .heading h2 {
    color: #3c3c3c;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px; }
.gallery {
    padding-bottom: 100px; }
.gallery .owl-item {
    overflow: hidden;
    position: relative; }
.gallery .block {
    padding: 20px; }
.gallery .block:hover .gallery-overlay {
    webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.gallery .gallery-overlay {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    top: 15px;
    background: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    color: inherit;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.gallery .gallery-overlay .gallery-popup {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f9a743;
    padding: 5px 10px;
    border-radius: 40px;
    width: 50px;
    height: 50px; }
.gallery .gallery-overlay .gallery-popup i {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    display: inline-block; }

/* css for footer */
footer {
    text-align: center;
    background: #f4f4f4;
    padding: 30px 0px; }
footer .footer-logo {
    color: #555; }
footer p.copyright-text {
    font-weight: 300;
    font-size: 12px;
    color: #888;
    letter-spacing: 3px;
    margin-top: 15px; }
footer p.copyright-text a {
    color: #282828; }
footer p.copyright-text a:hover{
    text-decoration: none; }
footer a:focus{
  box-shadow: none;
  outline: 0 none; }
footer a,
a:active,
a:focus,
a:active {
  text-decoration: none; 
}

/* css for review */
.text-center {
    text-align: center; }
.heading {
    text-align: center;
    color: #777777;
    padding-bottom: 70px; }
.heading h2 {
    color: #3c3c3c;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px; }
.heading p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300; }

.subheading {
    color: #3c3c3c;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 32px;
    line-height: 45px; }

.testimonials .testimonial-block {
    padding: 0 10px; }
.testimonials .testimonial-block i {
    font-size: 40px;
    display: inline-block;
    margin-bottom: 20px;
    color: #f9a743; }
.testimonials .testimonial-block p {
    font-family: "Droid Serif", serif;
    font-size: 14px;
    color: #777; }
.testimonials .testimonial-block .author-details {
    margin-top: 30px; }
.testimonials .testimonial-block .author-details img {
    border-radius: 50%;
    width: 50px; }
.testimonials .testimonial-block .author-details h4 {
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px; }

.btn {
    border-radius: 0; }

.btn-main {
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
    padding: 15px 40px;
    display: inline-block;
    background-color: #f9a743;
    -moz-box-shadow: 0 15px 40px rgba(249, 167, 68, 0.5);
    -webkit-box-shadow: 0 15px 40px rgba(249, 167, 68, 0.5);
    box-shadow: 0 15px 40px rgba(249, 167, 68, 0.5);
    background-image: -moz-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
    background-image: -o-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
    background-image: linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%); }
.btn-main:hover, .btn-main:focus {
    background-color: #f9a743;
    color: #fff; }

/* css for warranty */
.warranty_modal .visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important;
}
.warranty_modal .bottom-50 {
    bottom: 50%!important;
}
.warranty_modal .close span {
    font-size: 30px;
}
.warranty_modal .stepspan {
    display: block;
    width: 45px;
    height: 45px;
    border: 2px solid /* #ADACAC*/;
    border-radius: 30em;
    padding: 1.5vh 1.7vh
    /* margin: 0.8em auto 1em; */
  }
.warranty_modal .stepspan .steplabel {
    font-size: 1.6em;
    /*color: #6B6B6B;*/
}
.warranty_modal .process_line {
  height: 2px;
  background: #fff;
  width: 10%;
  margin: 22px 4px;
}

.warranty_modal fieldset, label {
    margin: 0;
    padding: 0;
}

.warranty_modal .rating {
    border: none;
    float: left;
}
.warranty_modal .rating > input {
    display: none;
}
.warranty_modal .rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}
.warranty_modal .rating > .half:before {
    content: "\f089";
    position: absolute;
}
.warranty_modal .rating > label {
    color: #ddd;
    float: right;
}
.warranty_modal .rating > input:checked ~ label,
.warranty_modal .rating:not(:checked) > label:hover,
.warranty_modal .rating:not(:checked) > label:hover ~ label {
    color: #ffd700;
}
.warranty_modal .rating > input:checked + label:hover,
.warranty_modal .rating > input:checked ~ label:hover,
.warranty_modal .rating > label:hover ~ input:checked ~ label,
.warranty_modal .rating > input:checked ~ label:hover ~ label {
    color: #ffed85;
}

.warranty_modal .gift-carousel-caption {
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: .5rem;
    padding-bottom: 0rem;
    text-align: center;
}
.warranty_modal .btn-main {
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  padding: 15px 40px;
  display: inline-block;
  background-color: #f9a743;
  -moz-box-shadow: 0 15px 40px rgba(249, 167, 68, 0.5);
  -webkit-box-shadow: 0 15px 40px rgba(249, 167, 68, 0.5);
  box-shadow: 0 15px 40px rgba(249, 167, 68, 0.5);
  background-image: -moz-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  background-image: linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%); }
.warranty_modal .btn-main:hover, .btn-main:focus {
    background-color: #f9a743;
    color: #fff; }

.warranty_modal .btn-main-sm {
  padding: 12px 35px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold; 
}

/* css for contactpop */
@keyframes sellerkitcn-fadeIn {
    0% {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  @keyframes sellerkitcn-zoomIn {
    0% {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
  
    50% {
      opacity: 1;
    }
  }
  
  @keyframes sellerkitcn-zoomOut {
    0% {
      opacity: 1;
    }
  
    50% {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
  
    to {
      opacity: 0;
    }
  }
  
  @keyframes sellerkitcn-bounceIn {
    0% {
      transform: scale(0);
    }
  
    14% {
      transform: scale(1.15);
    }
  
    28% {
      transform: scale(0.8);
    }
  
    42% {
      transform: scale(1.15);
    }
  
    70% {
      transform: scale(1);
    }
  
    to {
      transform: scale(1);
    }
  }
  
  @keyframes sellerkitcn-bounceOut {
    0% {
      transform: scale(1);
    }
  
    to {
      transform: scale(0);
    }
  }
  
  #sellerkitcn-container {
    position: fixed;
    z-index: 2147483000;
    opacity: 0;
    animation-delay: 0.15s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: sellerkitcn-fadeIn;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue,
      sans-serif;
  }
  
  [dir='rtl'] #sellerkitcn-container {
    direction: rtl;
  }
  
  #sellerkitcn-container *,
  #sellerkitcn-container :after,
  #sellerkitcn-container :before {
    box-sizing: border-box;
  }
  
  #sellerkitcn-overlay {
    z-index: 2147482999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  #sellerkitcn-share {
    z-index: 2147483000;
    position: fixed;
    top: auto !important;
    bottom: 30%;
  }
  
  #sellerkitcn-share:hover .sellerkitcn-buttons {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
    transition-delay: 0s;
  }
  
  #sellerkitcn-share:hover .sellerkitcn-buttons li {
    animation-name: sellerkitcn-zoomIn;
  }
  
  #sellerkitcn-share .sellerkitcn-button {
    z-index: 3;
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    bottom: 20px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  #sellerkitcn-share svg {
    pointer-events: none;
    width: 17px;
    height: 17px;
    fill: currentColor;
    transition: transform 0.2s cubic-bezier(0.4, 0.22, 0.28, 1), opacity 80ms ease;
  }
  
  #sellerkitcn-share .sellerkitcn-buttons {
    direction: ltr;
    z-index: 1;
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    bottom: 20px;
    display: flex;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition-delay: 0.5s;
  }
  
  #sellerkitcn-share .sellerkitcn-buttons li {
    cursor: pointer;
    width: 45px;
    height: 45px;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-name: sellerkitcn-zoomOut;
    backface-visibility: hidden;
  }
  
  #sellerkitcn-share .sellerkitcn-buttons li:first-child {
    width: 32px;
  }
  
  #sellerkitcn-share .sellerkitcn-buttons li:nth-child(3) {
    animation-delay: 0.08s;
  }
  
  #sellerkitcn-share .sellerkitcn-buttons li:nth-child(4) {
    animation-delay: 0.16s;
  }
  
  #sellerkitcn-share .sellerkitcn-buttons li:hover svg {
    transform: scale(1.4);
  }
  
  #sellerkitcn-share.sellerkitcn-share--hasMore .sellerkitcn-svg--more {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    opacity: 0;
    transform: rotate(-30deg) scale(0.8);
  }
  
  #sellerkitcn-share.sellerkitcn-share--hasMore .sellerkitcn-button:hover .sellerkitcn-svg--share,
  #sellerkitcn-share.sellerkitcn-share--hasMore .sellerkitcn-share-label:hover + .sellerkitcn-button .sellerkitcn-svg--share {
    opacity: 0;
    transform: rotate(30deg) scale(0);
  }
  
  #sellerkitcn-share.sellerkitcn-share--hasMore .sellerkitcn-button:hover .sellerkitcn-svg--more,
  #sellerkitcn-share.sellerkitcn-share--hasMore .sellerkitcn-share-label:hover + .sellerkitcn-button .sellerkitcn-svg--more {
    opacity: 1;
    transform: rotate(0) scale(0.8);
  }
  
  .sellerkitcn-button--facebook {
    background-color: #166fe5;
    color: #fff;
  }
  
  .sellerkitcn-button--messenger {
    background-color: #0a7cff;
    color: #fff;
  }
  
  .sellerkitcn-button--twitter,
  .sellerkitcn-button--twitterdm {
    background-color: #1da1f2;
    color: #fff;
  }
  
  .sellerkitcn-button--whatsapp {
    background-color: #25d366;
    color: #fff;
  }
  
  .sellerkitcn-button--imessage {
    background-color: #25d366;
    color: #fff;
  }
  
  .sellerkitcn-button--telegram {
    background-color: #08c;
    color: #fff;
  }
  
  .sellerkitcn-button--linkedin {
    background-color: #0a66c2;
    color: #fff;
  }
  
  .sellerkitcn-button--pinterest {
    background-color: #e60023;
    color: #fff;
  }
  
  .sellerkitcn-button--phone {
    background-color: #1fc0a0;
    color: #fff;
  }
  
  .sellerkitcn-button--gmail {
    background-color: #fff;
    box-shadow: 0 1px 2px #3c40434d, 0 1px 3px 1px #3c404326;
  }
  
  .sellerkitcn-button--email {
    background-color: #ffce00;
    color: #fff;
  }
  
  .sellerkitcn-button--sms {
    background-color: #0a7cff;
    color: #fff;
  }
  
  .sellerkitcn-button--line {
    background-color: #00b901;
    color: #fff;
  }
  
  .sellerkitcn-button--reddit {
    background-color: #ff4500;
    color: #fff;
  }
  
  .sellerkitcn-button--tumblr {
    background-color: #35465c;
    color: #fff;
  }
  
  .sellerkitcn-button--weibo {
    background-color: #fa2f2f;
    color: #fff;
  }
  
  .sellerkitcn-button--vk {
    background-color: #2787f5;
    color: #fff;
  }
  
  .sellerkitcn-button--ok {
    background-color: #ee8208;
    color: #fff;
  }
  
  .sellerkitcn-button--xing {
    background-color: #006567;
    color: #fff;
  }
  
  .sellerkitcn-button--blogger {
    background-color: #ff8000;
    color: #fff;
  }
  
  .sellerkitcn-button--flipboard {
    background-color: #f52828;
    color: #fff;
  }
  
  .sellerkitcn-button--skype {
    background-color: #0078ca;
    color: #fff;
  }
  
  .sellerkitcn-button--viber {
    background-color: #7360f2;
    color: #fff;
  }
  
  .sellerkitcn-button--wechat {
    background-color: #1bad1e;
    color: #fff;
  }
  
  .sellerkitcn-button--zalo {
    background-color: #0573ff;
    color: #fff;
  }
  
  .sellerkitcn-button--instagram {
    background-color: #262626;
    background: radial-gradient(
      circle at 30% 107%,
      #fdf497 0,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%
    );
    color: #fff;
  }
  
  .sellerkitcn-button--snapchat {
    background-color: #fffc00;
    color: #000;
  }
  
  .sellerkitcn-button--waze {
    background-color: #3cf;
    color: #000;
  }
  
  .sellerkitcn-button--tiktok {
    background-color: #000;
    color: #fff;
  }
  
  .sellerkitcn-button--youtube {
    background-color: red;
    color: #fff;
  }
  
  .sellerkitcn-button--vimeo {
    background-color: #00adef;
    color: #fff;
  }
  
  .sellerkitcn-button--website {
    background-color: #2c6ecb;
    color: #fff;
  }
  
  .sellerkitcn-share-label {
    z-index: 2;
    cursor: pointer;
    position: absolute;
    bottom: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    height: 30px;
    max-width: 400px;
    white-space: nowrap;
    box-shadow: 0 3px 14px #00000026;
    color: var(--sellerkitcn-share-color);
    background: var(--sellerkitcn-share-background);
  }
  
  .sellerkitcn-share-label span {
    display: inline-block;
    max-width: 265px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transform: rotate(180deg);
  }
  
  #sellerkitcn-sharing {
    position: fixed;
    z-index: 2147483000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s cubic-bezier(0.4, 0.22, 0.28, 1);
    opacity: 0;
  }
  
  #sellerkitcn-sharing .sellerkitcn-sharing-centered {
    display: inline-block;
    padding: 1em;
    vertical-align: middle;
    width: 90%;
    max-width: 725px;
  }
  
  #sellerkitcn-sharing .sellerkitcn-sharing-title {
    margin-bottom: 40px;
    transform-origin: center 20%;
    transform: scale(1.2);
    transition: transform 0.5s cubic-bezier(0.4, 0.22, 0.28, 1);
  }
  
  #sellerkitcn-sharing .sellerkitcn-sharing-title h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    margin-top: 0;
    font-family: inherit;
    border: none;
  }
  
  #sellerkitcn-sharing .sellerkitcn-sharing-title h2 {
    font-family: inherit;
    font-size: 42px;
    font-weight: 300;
    letter-spacing: -2px;
    text-transform: none;
    line-height: 1.1;
    margin: 0;
    border: none;
    padding: 0;
  }
  
  #sellerkitcn-sharing .sellerkitcn-sharing-icons {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    transform-origin: center 20%;
    transform: scale(1.2);
    transition: transform 0.5s cubic-bezier(0.4, 0.22, 0.28, 1);
  }
  
  #sellerkitcn-sharing .sellerkitcn-sharing-icons li {
    font-size: 0;
    padding: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-inline-end: 10px;
    margin-inline-start: 10px;
    margin-bottom: 20px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
  }
  
  #sellerkitcn-sharing .sellerkitcn-sharing-icons li:hover svg {
    transform: scale(1.4);
  }
  
  #sellerkitcn-sharing .sellerkitcn-sharing-icons svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    pointer-events: none;
    transition: transform 0.2s cubic-bezier(0.4, 0.22, 0.28, 1);
  }
  
  #sellerkitcn-sharing #sellerkitcn-sharing-close {
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0;
    outline: 0;
    transition: transform 0.2s cubic-bezier(0.4, 0.22, 0.28, 1);
  }
  
  [dir='rtl'] #sellerkitcn-sharing #sellerkitcn-sharing-close {
    right: auto;
    left: 30px;
  }
  
  #sellerkitcn-sharing #sellerkitcn-sharing-close:after,
  #sellerkitcn-sharing #sellerkitcn-sharing-close:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #000;
    transition: transform 0.5s cubic-bezier(0.4, 0.22, 0.28, 1);
    transition-delay: 0.1s;
  }
  
  #sellerkitcn-sharing #sellerkitcn-sharing-close:before {
    transform: rotate(-45deg) translate(-140%);
  }
  
  #sellerkitcn-sharing #sellerkitcn-sharing-close:after {
    transform: rotate(45deg) translate(-140%);
  }
  
  #sellerkitcn-sharing #sellerkitcn-sharing-close:hover {
    transform: rotate(90deg);
  }
  
  #sellerkitcn-sharing.sellerkitcn-sharing--active {
    opacity: 1;
  }
  
  #sellerkitcn-sharing.sellerkitcn-sharing--active .sellerkitcn-sharing-icons,
  #sellerkitcn-sharing.sellerkitcn-sharing--active .sellerkitcn-sharing-title {
    transform: scale(1);
  }
  
  #sellerkitcn-sharing.sellerkitcn-sharing--active #sellerkitcn-sharing-close:after,
  #sellerkitcn-sharing.sellerkitcn-sharing--active #sellerkitcn-sharing-close:before {
    transition-delay: 0.5s;
  }
  
  #sellerkitcn-sharing.sellerkitcn-sharing--active #sellerkitcn-sharing-close:before {
    transform: rotate(-45deg) translate(0);
  }
  
  #sellerkitcn-sharing.sellerkitcn-sharing--active #sellerkitcn-sharing-close:after {
    transform: rotate(45deg) translate(0);
  }
  
  .sellerkitcn-blurred {
    overflow: hidden;
  }
  
  .sellerkitcn-blurred #sellerkitcn-container #sellerkitcn-share,
  .sellerkitcn-blurred #sellerkitcn-container #sellerkitcn-widget,
  .sellerkitcn-blurred > div:not(.sellerkitcn-container) {
    filter: blur(25px);
    transition: filter 0.3s cubic-bezier(0.4, 0.22, 0.28, 1);
  }
  
  #sellerkitcn-widget {
    background-color: inherit;
  }
  
  [dir='rtl'] #sellerkitcn-widget {
    --sellerkitcn-background: linear-gradient(
      115deg,
      var(--sellerkitcn-background-light),
      var(--sellerkitcn-background-dark)
    );
  }
  
  #sellerkitcn-widget.sellerkitcn-opened #sellerkitcn-greeting {
    opacity: 0;
  }
  
  #sellerkitcn-widget.sellerkitcn-opened #sellerkitcn-button {
    transform: rotate(30deg) scale(0);
    opacity: 0;
  }
  
  #sellerkitcn-widget.sellerkitcn-opened #sellerkitcn-box {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
    bottom: var(--sellerkitcn-position-bottom);
  }
  
  #sellerkitcn-widget.sellerkitcn-opened .sellerkitcn-button-label {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    transition-delay: 0s;
  }
  
  #sellerkitcn-widget.sellerkitcn-slidden .sellerkitcn-greeting,
  #sellerkitcn-widget.sellerkitcn-slidden .sellerkitcn-personal {
    transform: translate(-20%);
  }
  
  [dir='rtl'] #sellerkitcn-widget.sellerkitcn-slidden .sellerkitcn-greeting,
  [dir='rtl'] #sellerkitcn-widget.sellerkitcn-slidden .sellerkitcn-personal {
    transform: translate(20%);
  }
  
  #sellerkitcn-widget.sellerkitcn-slidden .sellerkitcn-accounts,
  #sellerkitcn-widget.sellerkitcn-slidden .sellerkitcn-chats {
    transform: translateY(-20%);
  }
  
  #sellerkitcn-widget.sellerkitcn-slidden .sellerkitcn-chats {
    transform: translateY(20%);
  }
  
  #sellerkitcn-widget.sellerkitcn-slidden .sellerkitcn-footer {
    transform: translateY(0);
  }
  
  #sellerkitcn-widget.sellerkitcn-slidden .sellerkitcn-accounts,
  #sellerkitcn-widget.sellerkitcn-slidden .sellerkitcn-greeting {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  
  #sellerkitcn-widget.sellerkitcn-slidden .sellerkitcn-chats,
  #sellerkitcn-widget.sellerkitcn-slidden .sellerkitcn-footer,
  #sellerkitcn-widget.sellerkitcn-slidden .sellerkitcn-personal {
    opacity: 1;
    visibility: visible;
  }
  
  #sellerkitcn-widget.emoji-picker #sellerkitcn-emoji {
    opacity: 1;
  }
  
  #sellerkitcn-widget.emoji-picker #sellerkitcn-emoji svg {
    fill: var(--sellerkitcn-background-dark);
  }
  
  #sellerkitcn-widget.emoji-picker #emoji-gradient stop:first-child {
    stop-color: var(--sellerkitcn-background-dark);
  }
  
  #sellerkitcn-widget.emoji-picker #emoji-gradient stop:last-child {
    stop-color: var(--sellerkitcn-background-light);
  }
  
  #sellerkitcn-widget.sellerkitcn-button-chat #sellerkitcn-box {
    height: auto;
  }
  
  #sellerkitcn-widget.sellerkitcn-button-chat .sellerkitcn-body {
    min-height: 180px;
  }
  
  #sellerkitcn-widget.sellerkitcn-button-chat .sellerkitcn-footer {
    transform: translateY(0);
    flex: 0 0 auto;
  }
  
  #sellerkitcn-widget.sellerkitcn-button-chat .sellerkitcn-chats,
  #sellerkitcn-widget.sellerkitcn-button-chat .sellerkitcn-footer {
    opacity: 1;
    visibility: visible;
    position: static;
  }
  
  #sellerkitcn-widget.sellerkitcn-button-chat .sellerkitcn-chat {
    margin-inline-start: 70px;
  }
  
  #sellerkitcn-widget.sellerkitcn-button-chat .sellerkitcn-avatar {
    display: flex;
    position: absolute;
    top: 0;
    left: -50px;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    margin-inline-end: 0;
  }
  
  #sellerkitcn-widget.sellerkitcn-button-chat .sellerkitcn-avatar:hover span {
    opacity: 1;
  }
  
  #sellerkitcn-widget.sellerkitcn-button-chat .sellerkitcn-avatar span {
    display: block;
    color: #1e2433;
    background-color: #fff;
    padding: 6px 8px;
    border-radius: 2px;
    box-shadow: 0 2px 8px #00122e52;
    font-size: 13px;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    white-space: nowrap;
    margin-inline-start: 10px;
    transition: opacity 0.08s ease, visibility 0.08s ease;
  }
  
  #sellerkitcn-widget.sellerkitcn-button-chat .sellerkitcn-avatar svg {
    width: 22px;
    height: 22px;
  }
  
  #sellerkitcn-widget.sellerkitcn-button-chat .sellerkitcn-avatar div svg {
    width: 12px;
    height: 12px;
  }
  
  #sellerkitcn-widget a,
  #sellerkitcn-widget h1,
  #sellerkitcn-widget h2,
  #sellerkitcn-widget h3,
  #sellerkitcn-widget h4,
  #sellerkitcn-widget h5,
  #sellerkitcn-widget h6,
  #sellerkitcn-widget p {
    font-family: inherit;
  }
  
  #sellerkitcn-widget *,
  #sellerkitcn-widget :after,
  #sellerkitcn-widget :before {
    box-sizing: border-box;
  }
  
  .sellerkitcn-clip-path #sellerkitcn-button {
    background: 0 0;
  }
  
  .sellerkitcn-clip-path #sellerkitcn-button:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: url(../fonts/0e790ca7de044823a3197a003ae7c8ed.woff) !important;
    overflow: hidden !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    border: 0 !important;
  }
  
  #sellerkitcn-button {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2147483002;
    position: fixed;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 50%;
    top: auto !important;
    transition: transform 0.2s cubic-bezier(0.4, 0.22, 0.28, 1), opacity 80ms ease;
    bottom: var(--sellerkitcn-position-bottom);
  }
  
  #sellerkitcn-button .sellerkitcn-svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
    opacity: 1;
    transform: rotate(0) scale(1);
    transition: transform 0.2s cubic-bezier(0.4, 0.22, 0.28, 1), opacity 80ms ease;
  }
  
  #sellerkitcn-button .sellerkitcn-svg-close {
    width: 20px;
    height: 20px;
    fill: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    transform: rotate(-30deg);
    transition: transform 0.2s cubic-bezier(0.4, 0.22, 0.28, 1), opacity 80ms ease;
  }
  
  #sellerkitcn-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2147483001;
    position: fixed;
    width: 376px;
    min-height: 240px;
    max-height: 700px;
    height: calc(100% - 120px);
    box-shadow: #00000029 0 5px 40px;
    color: #1e2433;
    background-color: #fff;
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: bottom 0.2s cubic-bezier(0.4, 0.22, 0.28, 1), opacity 80ms ease, visibility 80ms ease;
    top: auto !important;
    bottom: 0;
  }
  
  .sellerkitcn-box-container {
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .sellerkitcn-header {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    height: 100px;
    flex: 0 0 auto;
    color: var(--sellerkitcn-color);
    background: var(--sellerkitcn-background);
  }
  
  .sellerkitcn-header p:last-child {
    margin-bottom: 0;
  }
  
  .sellerkitcn-header:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -3px;
    left: 0;
    border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 24 150 28'%3E%3Cdefs%3E%3Cpath id='gentle-wave' d='M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z'%3E%3C/path%3E%3C/defs%3E%3Cg%3E%3Cuse xlink:href='%23gentle-wave' x='30' y='3' fill='%23fff'%3E%3C/use%3E%3C/g%3E%3C/svg%3E");
    border-image-slice: 0 0 100%;
    border-bottom: solid 16px;
  }
  
  [dir='rtl'] .sellerkitcn-header:after {
    transform: scaleX(-1);
  }
  
  .sellerkitcn-title {
    font-size: 24px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 10px;
    color: inherit;
    border: none;
    text-align: start;
    padding: 0;
  }
  
  .sellerkitcn-description {
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.8;
    word-break: break-word;
  }
  
  .sellerkitcn-note {
    margin-top: 15px;
    margin-bottom: -25px;
    margin-inline-start: -30px;
    margin-inline-end: -30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    padding-top: 15px;
    padding-bottom: 20px;
    line-height: 1.2;
    font-size: 14px;
    background: var(--sellerkitcn-background);
  }
  
  .sellerkitcn-body {
    height: 100%;
    flex: 1;
    position: relative;
    overflow: hidden;
  }
  
  .sellerkitcn-accounts,
  .sellerkitcn-chats {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.16s ease,
      visibility 0.16s ease;
  }
  
  .sellerkitcn-chats {
    top: -20%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  
  .sellerkitcn-chat {
    padding: 15px 20px;
    margin: 30px;
    position: relative;
    word-wrap: break-word;
    background-color: #f0f2f7;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.2;
  }
  
  .sellerkitcn-chat .sellerkitcn-avatar {
    display: none;
  }
  
  .sellerkitcn-accounts {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .sellerkitcn-accounts .sellerkitcn-account {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    cursor: pointer;
    transition: background 0.2s cubic-bezier(0.4, 0.22, 0.28, 1);
    position: relative;
  }
  
  .sellerkitcn-accounts .sellerkitcn-account:hover {
    background-color: #fafafa;
  }
  
  .sellerkitcn-accounts .sellerkitcn-account:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    box-shadow: inset 0 0 1px #0000004d;
  }
  
  .sellerkitcn-accounts .sellerkitcn-account:first-child:after {
    display: none;
  }
  
  .sellerkitcn-offline {
    pointer-events: none;
  }
  
  .sellerkitcn-offline .sellerkitcn-avatar {
    filter: grayscale(1);
  }
  
  .sellerkitcn-offline-disabled .sellerkitcn-offline {
    display: none !important;
  }
  
  .sellerkitcn-offline.sellerkitcn-allow-message {
    pointer-events: visible;
  }
  
  .sellerkitcn-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-inline-end: 15px;
    width: 51px;
    height: 51px;
    flex: 0 0 51px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .sellerkitcn-avatar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.3));
  }
  
  .sellerkitcn-avatar span {
    display: none;
  }
  
  .sellerkitcn-avatar svg {
    fill: currentColor;
    width: 30px;
    height: 30px;
  }
  
  .sellerkitcn-avatar div {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  [dir='rtl'] .sellerkitcn-avatar div {
    left: auto;
    right: 0;
  }
  
  .sellerkitcn-avatar div svg {
    width: 12px;
    height: 12px;
  }
  
  .sellerkitcn-label {
    font-size: 13px;
    line-height: 1.2;
    opacity: 0.8;
  }
  
  .sellerkitcn-label svg {
    width: 8px;
    height: 10px;
    margin-inline-end: 6px;
    margin-top: 3px;
    fill: currentColor;
  }
  
  .sellerkitcn-name {
    font-size: 17px;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .sellerkitcn-footer {
    min-height: 56px;
    max-height: 180px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 8px 8px;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid #e6e6e6;
    transform: translateY(50%);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s ease,
      visibility 0.15s ease;
  }
  
  .sellerkitcn-footer .sellerkitcn-button {
    font-size: 14px;
    border-radius: 50px;
    width: 50%;
    min-height: 36px;
    min-width: 36px;
    padding: 7px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  .sellerkitcn-footer pre,
  .sellerkitcn-footer textarea {
    width: 100%;
    height: 100%;
    resize: none;
    border: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-inline-end: 100px;
    padding-inline-start: 30px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-radius: 0;
    margin: 0;
    line-height: 1.33;
    min-height: inherit;
    color: inherit;
  }
  
  .sellerkitcn-footer pre {
    visibility: hidden;
  }
  
  .sellerkitcn-footer textarea {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 8px 8px;
    background-color: transparent;
    -webkit-overflow-scrolling: touch;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0.22, 0.28, 1);
  }
  
  .sellerkitcn-footer textarea:focus {
    outline: 0;
    box-shadow: none;
    border: none;
  }
  
  .sellerkitcn-footer textarea::placeholder {
    color: #8894ab;
    opacity: 1;
  }
  
  .sellerkitcn-footer--alignCenter {
    text-align: center;
    border-top: 0;
  }
  
  @keyframes sellerkitcn-shake-message {
    10%,
    90% {
      transform: translate3d(-1px, 0, 0);
    }
  
    20%,
    80% {
      transform: translate3d(1px, 0, 0);
    }
  
    30%,
    50%,
    70% {
      transform: translate3d(-2px, 0, 0);
    }
  
    40%,
    60% {
      transform: translate3d(2px, 0, 0);
    }
  }
  
  .sellerkitcn-shake {
    animation: sellerkitcn-shake-message 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  }
  
  .sellerkitcn-actions {
    position: absolute;
    top: 0;
    right: 20px;
  }
  
  [dir='rtl'] .sellerkitcn-actions {
    right: auto;
    left: 20px;
  }
  
  .sellerkitcn-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    opacity: 0.8;
    height: 51px;
    margin-top: 2px;
    padding-inline-start: 8px;
    padding-inline-end: 8px;
    transition: opacity 0.2s cubic-bezier(0.4, 0.22, 0.28, 1);
  }
  
  .sellerkitcn-action:hover {
    opacity: 1;
  }
  
  .sellerkitcn-action svg {
    fill: currentColor;
  }
  
  #sellerkitcn-emoji svg {
    height: 18px;
    width: 18px;
  }
  
  #sellerkitcn-reply svg {
    height: 17px;
    width: 15px;
  }
  
  .sellerkitcn-greeting,
  .sellerkitcn-personal {
    width: 100%;
    position: absolute;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0.22, 0.28, 1), opacity 0.16s ease,
      visibility 0.16s ease;
  }
  
  .sellerkitcn-greeting {
    padding: 25px 30px;
    left: 0;
  }
  
  .sellerkitcn-personal {
    left: 20%;
    opacity: 0;
    visibility: hidden;
  }
  
  [dir='rtl'] .sellerkitcn-personal {
    left: auto;
    right: 20%;
  }
  
  .sellerkitcn-personal .sellerkitcn-account {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline-end: 20px;
    padding-inline-start: 68px;
    display: flex;
    align-items: center;
  }
  
  .sellerkitcn-personal .sellerkitcn-avatar {
    padding: 2px;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    margin-inline-end: 10px;
  }
  
  .sellerkitcn-personal .sellerkitcn-avatar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 2px solid var(--sellerkitcn-background-light);
  }
  
  .sellerkitcn-personal .sellerkitcn-avatar svg {
    width: 20px;
    height: 20px;
  }
  
  .sellerkitcn-personal .sellerkitcn-avatar div {
    width: 16px;
    height: 16px;
  }
  
  .sellerkitcn-personal .sellerkitcn-avatar div svg {
    width: 10px;
    height: 10px;
  }
  
  .sellerkitcn-personal .sellerkitcn-label {
    font-size: 14px;
    line-height: 1.3em;
  }
  
  .sellerkitcn-personal .sellerkitcn-name {
    font-size: 16px;
    line-height: 1.1em;
  }
  
  .sellerkitcn-back {
    position: absolute;
    width: 51px;
    height: 51px;
    top: 12px;
    left: 8px;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s cubic-bezier(0.4, 0.22, 0.28, 1);
    z-index: 1;
  }
  
  [dir='rtl'] .sellerkitcn-back {
    left: auto;
    right: 8px;
    transform: scaleX(-1);
  }
  
  .sellerkitcn-back:hover {
    background-color: #00000026;
  }
  
  .sellerkitcn-back svg {
    pointer-events: none;
    width: 16px;
    height: 16px;
    fill: currentColor;
  }
  
  #sellerkitcn-emoji-picker {
    z-index: 2147483003;
    position: absolute;
    max-height: 260px;
    bottom: 100%;
    right: 30px;
    left: 30px;
    box-shadow: #0000001f 0 1px 15px 1px;
    background-color: #fff;
    border-radius: 6px;
  }
  
  #sellerkitcn-emoji-picker:after {
    content: '';
    position: absolute;
    bottom: -8px;
    width: 0;
    height: 0;
    right: 30px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
  }
  
  .sellerkitcn-picker {
    width: 100%;
    height: 260px;
  }
  
  .sellerkitcn-picker-header {
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 40px;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
  }
  
  .sellerkitcn-picker-header svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    opacity: 0.5;
  }
  
  .sellerkitcn-picker-header input {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-inline-end: 0;
    padding-inline-start: 10px;
    height: 40px;
    width: 100%;
    border: none;
    background: 0 0;
    outline: 0;
  }
  
  .sellerkitcn-picker-body {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 5px;
    padding: 0 20px;
    overflow-y: scroll;
  }
  
  .sellerkitcn-picker-group {
    margin: 10px -5px;
    padding-inline-start: 3px;
  }
  
  .sellerkitcn-picker-group-title {
    color: #737376;
    font-weight: 500;
    font-size: 11px;
    margin: 5px;
    text-transform: uppercase;
    line-height: 1.27;
    border: none;
    padding: 0;
  }
  
  .sellerkitcn-picker-emoji {
    padding: 6px;
    width: 30px;
    line-height: 1.07;
    display: inline-table;
    text-align: justify;
    cursor: pointer;
    vertical-align: middle;
    font-size: 28px;
    transition: transform 80ms cubic-bezier(0.4, 0.22, 0.28, 1);
    transition-delay: 0.06s;
    font-family: 'Apple Color Emoji', 'Segoe UI Emoji', NotoColorEmoji, Segoe UI Symbol,
      'Android Emoji', EmojiSymbols;
  }
  
  .sellerkitcn-picker-emoji:hover {
    transition-delay: 0s;
    transform: scale(1.2);
  }
  
  .sellerkitcn-picker-message {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -7px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #000;
  }
  
  #sellerkitcn-close {
    z-index: 2147483003;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 12px;
    right: 8px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  [dir='rtl'] #sellerkitcn-close {
    right: auto;
    left: 8px;
  }
  
  #sellerkitcn-close:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background-color: #00000026;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    transform: scale(0);
    transition: transform 0.2s cubic-bezier(0.4, 0.22, 0.28, 1);
  }
  
  #sellerkitcn-close:hover:after {
    transform: scale(1);
  }
  
  #sellerkitcn-close svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
  }
  
  .sellerkitcn-branding {
    position: absolute;
    display: flex;
    align-items: center;
    top: 100%;
    margin-top: 6px;
    left: 0;
    color: var(--sellerkitcn-background-dark);
  }
  
  [dir='rtl'] .sellerkitcn-branding {
    left: auto;
    right: 0;
    direction: ltr;
  }
  
  .sellerkitcn-branding svg {
    width: 16px;
    height: 16px;
    margin-inline-end: 5px;
    fill: currentColor;
  }
  
  .sellerkitcn-branding #sellerkitcn-branding-gradient stop:first-child {
    stop-color: var(--sellerkitcn-background-dark);
  }
  
  .sellerkitcn-branding #sellerkitcn-branding-gradient stop:last-child {
    stop-color: var(--sellerkitcn-background-light);
  }
  
  .sellerkitcn-branding span {
    display: inline-block;
    line-height: 1;
    font-size: 13px;
    color: inherit;
  }
  
  .sellerkitcn-branding a {
    color: inherit !important;
    font-family: inherit !important;
    text-decoration: none !important;
    font-weight: 400 !important;
  }
  
  .sellerkitcn-tooltip:hover:after,
  .sellerkitcn-tooltip:hover:before {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
  }
  
  .sellerkitcn-tooltip:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    margin-bottom: 5px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    backface-visibility: hidden;
    transform: translate(50%);
    transition: opacity 0.2s cubic-bezier(0.4, 0.22, 0.28, 1),
      visibility 0.2s cubic-bezier(0.4, 0.22, 0.28, 1);
    border-top-color: var(--sellerkitcn-share-color);
  }
  
  .sellerkitcn-tooltip:after {
    content: attr(data-tooltip);
    text-transform: none;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    right: 50%;
    bottom: 100%;
    white-space: pre;
    margin-bottom: 10px;
    line-height: 1.6;
    padding: 5px 10px;
    border-radius: 3px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    backface-visibility: hidden;
    transform: translate(50%);
    transition: opacity 0.2s cubic-bezier(0.4, 0.22, 0.28, 1),
      visibility 0.2s cubic-bezier(0.4, 0.22, 0.28, 1);
    box-shadow: 0 3px 14px #00000026;
    color: var(--sellerkitcn-share-background);
    background-color: var(--sellerkitcn-share-color);
  }
  
  .sellerkitcn-tooltip--bottom:before {
    bottom: auto;
    top: 100%;
    margin-bottom: 0;
    margin-top: 5px;
    border-top: 0;
    border-bottom: 5px solid;
    border-bottom-color: var(--sellerkitcn-share-color);
  }
  
  .sellerkitcn-tooltip--bottom:after {
    bottom: auto;
    top: 100%;
    margin-bottom: 0;
    margin-top: 10px;
  }
  
  #sellerkitcn-pending {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    border-radius: 50%;
    min-width: 20px;
    min-height: 20px;
    line-height: 20px;
    display: block;
    text-align: center;
    animation: sellerkitcn-bounceIn 5s infinite;
    color: var(--sellerkitcn-pending-color);
    background-color: var(--sellerkitcn-pending-background);
  }
  
  #sellerkitcn-pending.sellerkitcn-pending--closed {
    animation-name: sellerkitcn-bounceOut;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
  }
  
  #sellerkitcn-greeting {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2147483000;
    position: fixed;
    width: 260px;
    max-width: 100%;
    color: #1e2433;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px 30px 15px 15px;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 0 6px 32px #00122e3d;
    transition: bottom 0.5s cubic-bezier(0.4, 0.22, 0.28, 1), opacity 80ms ease, visibility 80ms ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    top: auto !important;
    bottom: var(--sellerkitcn-position-bottom);
  }
  
  #sellerkitcn-greeting.sellerkitcn-greeting--opened {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    bottom: calc(var(--sellerkitcn-position-bottom) + 70px);
  }
  
  #sellerkitcn-greeting-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s cubic-bezier(0.4, 0.22, 0.28, 1);
  }
  
  #sellerkitcn-greeting-close:hover {
    transform: rotate(90deg);
  }
  
  #sellerkitcn-greeting-close svg {
    width: 10px;
    height: 10px;
    fill: currentColor;
  }
  
  body.sellerkitcn-modal--opened {
    overflow: hidden;
  }
  
  .sellerkitcn-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000003;
    background-color: #00000080;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.2;
    color: #202223;
    opacity: 0;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: sellerkitcn-fadeIn;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue,
      sans-serif;
  }
  
  .sellerkitcn-modal *,
  .sellerkitcn-modal :after,
  .sellerkitcn-modal :before {
    box-sizing: border-box;
  }
  
  .sellerkitcn-modal-inner {
    max-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    margin: 20px;
    text-align: center;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 26px 80px #0003;
  }
  
  .sellerkitcn-modal-header {
    border-bottom: 1px solid #dfe3e8;
    padding: 16px 20px;
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
  }
  
  .sellerkitcn-modal-title {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    flex: 1 1;
    margin-top: 4px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 28px;
  }
  
  .sellerkitcn-modal-bodyWrapper {
    display: flex;
    flex-grow: 1;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  
  .sellerkitcn-modal-body {
    width: 100%;
    overflow-y: auto;
    padding: 40px 20px 20px;
    box-shadow: none;
  }
  
  .sellerkitcn-modal-body img {
    max-width: 100%;
    height: auto;
    display: block;
    border: 1px solid #dfe3e8;
  }
  
  .sellerkitcn-modal-body h2 {
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 20px;
    line-height: 24px;
    font-family: inherit;
    font-size: 28px;
    font-weight: 300;
    margin-top: 20px;
    color: inherit;
  }
  
  .sellerkitcn-modal-body p {
    font-size: 16px;
    line-height: 1.4;
    color: #637381;
  }
  
  .sellerkitcn-modal-footer {
    display: flex;
    align-self: flex-end;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 64px;
    padding: 20px;
  }
  
  .sellerkitcn-modal .sellerkitcn-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
    padding: 11px 24px;
    font-size: 17px;
    background: #008060;
    border: 0 solid transparent;
    box-shadow: 0 1px #0000000d, inset 0 -1px #0003;
    border-radius: 3px;
    line-height: 1;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    transition-property: background, border, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
    -webkit-tap-highlight-color: transparent;
  }
  
  .sellerkitcn-modal .sellerkitcn-btn:hover {
    background: #006e52;
    border-color: transparent;
    color: #fff;
  }
  
  .sellerkitcn-modal .sellerkitcn-svg {
    height: 80px;
    width: 80px;
    opacity: 1;
    overflow: visible;
  }
  
  .sellerkitcn-modal .sellerkitcn-checkmark__circle {
    fill: none;
    stroke: #008060;
    stroke-width: 1px;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    opacity: 0;
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    animation: sellerkitcn-stroke-dashoffset--circle 1s ease-in-out 0s forwards;
  }
  
  .sellerkitcn-modal .sellerkitcn-checkmark__check {
    fill: none;
    stroke: #008060;
    stroke-width: 1px;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    animation: sellerkitcn-stroke-dashoffset--check 1s ease 0.5s forwards;
  }
  
  .sellerkitcn-modal .sellerkitcn-cross {
    animation: sellerkitcn-scale--cross 0.7s ease 0.35s forwards;
  }
  
  .sellerkitcn-modal .sellerkitcn-cross__path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    fill: none;
    stroke: #d82c0d;
    stroke-width: 4;
    stroke-miterlimit: 10;
  }
  
  .sellerkitcn-modal .sellerkitcn-cross__line {
    stroke-linecap: round;
  }
  
  @keyframes sellerkitcn-stroke-dashoffset--circle {
    0% {
      stroke-dashoffset: 130;
      opacity: 1;
    }
  
    to {
      stroke-dashoffset: 0;
      opacity: 1;
    }
  }
  
  @keyframes sellerkitcn-stroke-dashoffset--check {
    0% {
      stroke-dashoffset: 50;
      opacity: 1;
    }
  
    to {
      stroke-dashoffset: 0;
      opacity: 1;
    }
  }
  
  @keyframes sellerkitcn-scale--cross {
    0%,
    to {
      transform: none;
    }
  
    50% {
      transform: scale3d(1.2, 1.2, 1);
    }
  }
  
  .sellerkitcn-highlight {
    font-weight: 600;
    color: #008060;
  }
  
  @media (max-width: 450px) {
    .sellerkitcn-overlay {
      overflow: hidden;
    }
  
    .sellerkitcn-button-label {
      font-size: 12px;
      padding: 6px 12px;
      margin: 0 10px;
    }
  
    #sellerkitcn-button {
      width: 46px;
      height: 46px;
    }
  
    #sellerkitcn-button .sellerkitcn-svg {
      width: 20px;
      height: 20px;
    }
  
    #sellerkitcn-widget.sellerkitcn-opened #sellerkitcn-box {
      bottom: 0;
    }
  
    #sellerkitcn-box {
      z-index: 2147483003;
      width: 100%;
      bottom: -50px;
    }
  
    .sellerkitcn-button-list #sellerkitcn-box {
      height: 100%;
      border-radius: 0;
      min-height: auto;
      max-height: none;
    }
  
    .sellerkitcn-button-list .sellerkitcn-header {
      border-radius: 0;
    }
  
    .sellerkitcn-position-left #sellerkitcn-box,
    .sellerkitcn-position-right #sellerkitcn-box {
      left: 0;
      right: 0;
    }
  
    #sellerkitcn-share .sellerkitcn-buttons li {
      width: 39px;
      height: 39px;
    }
  
    #sellerkitcn-share .sellerkitcn-buttons li:hover svg {
      transform: scale(1.2);
    }
  
    #sellerkitcn-sharing .sellerkitcn-sharing-title {
      margin-bottom: 30px;
    }
  
    #sellerkitcn-sharing .sellerkitcn-sharing-title h4 {
      margin-bottom: 15px;
      font-size: 14px;
      line-height: 20px;
    }
  
    #sellerkitcn-sharing .sellerkitcn-sharing-title h2 {
      font-size: 28px;
      font-weight: 500;
    }
  
    #sellerkitcn-sharing .sellerkitcn-sharing-icons li {
      margin-inline-start: 7px;
      margin-inline-end: 7px;
      margin-bottom: 15px;
      padding: 10px;
    }
  
    #sellerkitcn-sharing .sellerkitcn-sharing-icons li:hover svg {
      transform: scale(1.2);
    }
  
    #sellerkitcn-sharing .sellerkitcn-sharing-icons svg {
      width: 18px;
      height: 18px;
    }
  
    #sellerkitcn-sharing #sellerkitcn-sharing-close {
      top: 15px;
      right: 15px;
    }
  
    #sellerkitcn-pending {
      min-height: 16px;
      min-width: 16px;
      line-height: 16px;
    }
  
    #sellerkitcn-greeting.sellerkitcn-greeting--opened {
      bottom: calc(var(--sellerkitcn-position-bottom) + 56px);
    }
  
    .sellerkitcn-branding {
      position: static;
      margin-top: 0;
      padding: 4px 0;
      justify-content: center;
    }
  }
  
  .sellerkitcn-cta-hover #sellerkitcn-button .sellerkitcn-button-label {
    opacity: 0;
    margin: 0;
  }
  
  .sellerkitcn-cta-hover #sellerkitcn-button:hover .sellerkitcn-button-label {
    opacity: 1;
    margin: 0 15px;
  }
  
  @media (max-width: 450px) {
    .sellerkitcn-cta-hover #sellerkitcn-button:hover .sellerkitcn-button-label {
      margin: 0 10px;
    }
  }
  
  /*# sourceMappingURL=/s/files/1/0184/4255/1360/files/whatsapp.v4.scss.css.map?v=1637234091 */