/** Shopify CDN: Minification failed

Line 15:6 All "@import" rules must come first

**/

      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
      }

      @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
      a {
        text-decoration: none;
      }
      .star_content.clearfix {
        color: #8b8b8b;
      }
      .one-time {
        background-size: cover;
        height: 80vh;
        background-repeat: no-repeat;
      }
      .slide-text {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translatey(-50%);
        left: 0;
      }
      .slidertext2 {
        font-size: 68px;
        line-height: 74px;
        font-weight: 800;
        text-transform: uppercase;
        color: #040614;
      }
      .product-price-and-shipping {
        margin-bottom: 10px;
      }

      .single-product {
        position: relative;
        padding-bottom: 50px;
        overflow: hidden;
      }
      .add-to-cart-button {
        position: absolute;
        left: 0;
        bottom: -60px;
        transition: all 0.3s ease-in-out;
      }
      .single-product:hover .add-to-cart-button {
        bottom: 0;
      }
      .procustimage {
        height: 288px;
        object-fit: cover;
      }
      .product-description {
        padding-top: 10px;
      }
      .product-price-and-shipping {
        color: #f33117;
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
      }
      .slidertext2 span {
        background-color:#0000;
        color: #fff;
        display: inline-block;
        padding: 0 0px;
        font-size: 50px;
        width: fit-content;
        line-height: 74px;
      }
.slidertext2 {
  width: fit-content;
  background:
#0000007d;
  padding-left: 24px;
  padding-right: 25px;
  padding-bottom: 13px;
}
      .slidertext1 {
        font-size: 15px;
        color: #fff;
        line-height: 20px;
        font-weight: 700;
        text-transform: uppercase;
      }
      .slidertext1 {
        font-size: 15px;
        color: #fff;
        line-height: 20px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 20px;
        margin-left: 20px;
      }
      .sliderbutton {
        margin-top: 20px;
      }
      #cpheadercms1 {
        background-color: #040614;
      }
      #cpheadercms1 .container .offer-link {
        text-align: center;
        padding: 10px 0;
        color: #fff;
      }
      #cpheadercms1 .container .offer-link a {
        color: #fadf18;
        text-decoration: underline;
        font-weight: 500;
      }
      .one-time {
        position: relative;
      }
      .sub-menu {
        display: none;
      }
      .header-menu a {
        padding: 33px 20px;
        font-weight: 700;
        color: #040614;
        position: relative;
        font-size: 15px;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
      }
      .header-menu {
        list-style: none;
        padding-left: 0;
        display: flex;
        justify-content: end;
      }
      .main-container-headre {
        display: flex;
        justify-content: space-between;
      }

      .btn {
        border: none;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        font-size: 15px;
        line-height: 22px;
        padding: 11px 30px;
        background-color: #ffe419;
        text-align: center;
        vertical-align: middle;
        color: #040614;
        text-transform: uppercase;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        white-space: nowrap;
        border: none;
        text-decoration: none;
        border-radius: 0px;
      }
      .slick-current .slide-text {
        animation: slideInRight 1s ease-in-out;
      }
      .cms_content {
        overflow: hidden;
      }

      @keyframes slideInRight {
        0% {
          opacity: 0;
          margin-left: 50px;
        }
        100% {
          opacity: 1;
          margin-left: 0px;
        }
      }

      .arrow-style {
        text-decoration: none;
        display: block;
        position: absolute;
        top: 45%;
        z-index: 2;
        overflow: hidden;
        opacity: 0.5;
        -khtml-opacity: 0.5;
        -webkit-opacity: 0.5;
        -moz-opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-size: 0;
        line-height: 1;
        height: 40px;
        width: 40px;
        background: #bbb;
        border-radius: 50%;
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .arrow-style:hover {
        background: #ffe419;
        opacity: 1;
      }
      .leftarrowe.arrow-style {
        left: -120px;
      }
      .rightarrowe.arrow-style {
        right: -120px;
      }
      .slider-arrow-withArrow.position-relative {
        overflow: hidden;
      }
      .slider-arrow-withArrow.position-relative:hover .leftarrowe.arrow-style {
        left: 0;
      }
      .slider-arrow-withArrow.position-relative:hover .rightarrowe.arrow-style {
        right: 0;
      }
      .slick-dots-sectioin ul {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        list-style: none;
        padding: 0;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        gap: 5px;
      }
      .slick-dots-sectioin li button {
        display: none !important;
      }
      .slick-dots-sectioin li {
        width: 12px;
        height: 12px;
        cursor: pointer;
        transition: 0.3s;
        background: #fff;
        border-radius: 50%;
      }
      .slick-dots-sectioin li.slick-active {
        background: #ffe419;
        width: 35px;
        border-radius: 50px;
      }

      .cms-block {
     position: absolute;
  bottom: 20px;
  left: 0px;
  text-align: left;
  right: auto;
  width: auto;
  line-height: 22px;
  z-index: 5;
      }

.offer-text1 {
  width: 70%;
  padding:
20px;
  background:
#00000073;
}
.offer-button {
  width: 70%;
  text-align: center;
}
.offer-text1 {
  text-align: center;
}
      .cms_content {
        position: relative;
      }

      .offer-text1 span {
        background-color: #fff;
        color: #040614;
        padding: 0 15px;
        display: inline-block;
        font-size: 22px;
        font-weight: 500;
        line-height: 34px;
        text-align: left;
        text-transform: uppercase;
        color: #000;
      }
      .offer-button {
        margin-top: 20px;
      }

      .cms_content img {
        width: 100%;
        height: auto;
        scale: 1;
        transition: all 0.3s ease-in-out;
      }

      .cms_content:hover img {
        width: 100%;
        height: auto;
        scale: 1.1;
        transition: all 0.3s ease-in-out;
      }
      .headermsnu {
        display: flex;
        align-items: center;
      }

      .count-the {
        position: absolute;
        height: 22px;
        width: 22px;
        border-radius: 50%;
        background-color: #ffe419;
        color: #040614;
        font-size: 14px;
        font-weight: 600;
        top: -15px;
        right: -11px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
      }
      .has-child:hover .sub-menu {
        display: block;
      }
      .searchIcon i {
        font-size: 24px;
        color: #000;
      }
      .searchIcon {
        margin-left: 26px;
      }
      .sub-menu {
        box-shadow: 0px 0px 2px #000;
      }
      .sub-menu {
        position: absolute;
        background: #fff;
        background: #fff;
        z-index: 5;
        padding: 0;
        margin: 0;
        list-style: none;
      }
      .procustimage {
        width: 100%;
      }
      .product-title a {
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        color: #000;
        text-decoration: none;
      }
      .product-brand {
        color: gray;
        text-transform: uppercase;
      }
      .sub-menu a {
        padding: 5px 20px;
        width: 220px;
      }
      .header-menu {
        margin: 0;
      }
      .single-product {
        padding-left: 10px;
        padding-right: 10px;
      }

      .section-product-div .arrow-style {
        display: none !important;
      }
      .section-product-div:hover .arrow-style {
        display: flex !important;
      }
      .accordion-content {
        display: none;
      }
      .title {
        font-size: 36px;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        color: #000;
      }

      .accordion-content {
        padding: 20px 0px;
        font-size: 20px;
      }
      .accordion-content p {
        font-size: 20px;
      }
      .accordion-title {
        display: flex;
        justify-content: space-between;
        font-size: 21px;
        font-weight: bold;
        color: #000;
        padding: 10px;

        align-items: center;
        box-shadow: 0px 0px 5px #b5b5b5;
      }
      .accordion-section {
        margin-bottom: 27px;
      }
      .rightarrowe2.arrow-style {
        right: -40px;
      }
      .container.FAQs-iv {
        max-width: 800px;
      }
      .leftarrowe2.arrow-style {
        left: -40px;
      }
      .single-block-footers {
        display: flex;
        gap: 16px;
        align-items: center;
      }
      .service-title {
        color: #040614;
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 3px;
      }
      .text-blok-smpl {
        color: #000;
      }
      .image-si img {
        width: 58px;
      }
      .last-sectiuon {
        padding: 30px 0px;
        background: #f7f7f7;
      }
      .offerv-text1 span {
        font-size: 20px;
      }
      .offerv-text1 a {
        background-color: #040614;
        color: #fff;
        padding: 1px 10px;
        font-size: 20px;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        text-transform: uppercase;
      }
      .collagspse {
        list-style: none;
        padding: 0;
      }
      .collagspse li {
        margin-bottom: 12px;
      }
      .collagspse li a {
        color: #fff;
      }
      .wemnail-fooetr {
        background-color: #faf5f5;
        border: none;
        padding: 9px 5px 9px 20px;
        text-align: left;
        text-transform: none;
        width: 100%;
        height: 44px;
        margin-bottom: 10px;
        font-size: 17px;
      }
      .footer-bgs {
        padding: 80px 0px;
      }
      .tit-footer {
        margin: 0 0 30px;
        color: #fff;
        font-size: 19px;
        font-weight: 800;
        text-transform: uppercase;
      }
      .text-sas-enw {
        color: #fff;
        margin-bottom: 10px;
      }
      .socla-text a {
        color: #fff;
        margin-right: 10px;
      }
      .phone-number {
        display: block;
        font-size: 17px;
        color: #fadf18;
      }

      .footer-bgs {
        background: #040614;
      }
      .collagspse {
        list-style: none;
        color: #fff;
      }
      #cpcmsbanner5 {
        font-size: 24px;
        line-height: 41px;
        font-weight: 700;
        text-align: center;
      }
      #cpcmsbanner5 {
        margin: 0;
        background-color: #fadf18;
        color: #000;
        padding: 17px;
      }
      .all-products.position-relative {
        margin-top: 40px;
      }
      .section-product-div {
        padding-top: 80px;
        padding-bottom: 80px;
      }
      .text-bliocks-div h2 {
        font-size: 35px;
        font-weight: bold;
        color: #000;
      }
      .text-bliocks-div {
        padding: 33px;
        /* box-shadow: 0px 0px 10px #00000057; */
        height: 100%;
      }
      .hover-image-t .row {
        align-items: center;
      }
      .hover-image-t {
        box-shadow: 0px 0px 10px #00000057;
        margin: 0 0 20px;
        border-radius: 10px;
        background: #082e4212;
      }
      .hover-image-t:nth-child(even) {
        background: #418cb826;
      }
      .hovimg {
        overflow: hidden;
      }
      .hover-image-t .sclling {
        transform: scale(1);
        transition: all 0.3s ease-in-out;
      }
      .all-accor-faq {
        padding-top: 80px;

        padding-bottom: 80px;
      }
      .accordion-section.active .accordion-title {
        color: #ffffff;
    background: #3d89ab;
      }
      .container.FAQs-iv {
        margin-top: 40px;
      }
      .hover-image-t:hover .sclling {
        transform: scale(1.1);
        transition: all 0.3s ease-in-out;
      }
      .tahsser {
        text-align: right;
      }

      .copy-tah {
        border-block-start: 1px solid #333;
        padding: 18px 0;
        background: #040614;
      }
      .copy-tah a {
        color: #fff;
      }
      .ls-is-cached.lazyloaded {
        width: 100%;
      }
      .main-container-headre {
        padding-top: 10px;
        padding-bottom: 10px;
      }
      .sticyheafre.scrolling {
        position: sticky;
        top: -44px;
        z-index: 999;

        border-bottom: 1px solid #bebebe;
        transition: 0.3s;
      }

      .sticyheafre {
        background: #fff;
        position: sticky;
        top: 0;
        z-index: 999;
        transition: 0.3s;
      }
      .seacth-maje {
        position: absolute;
      }
      .seacth-maje {
        position: absolute;
        background: #f1f1f1;
        top: -9px;
        right: 31px;
        padding: 10px;
      }
      .search-dicvd {
        display: flex;
      }
      .search-dicvd input {
        background: transparent;
        border: none;
        font-size: 17px;
      }
      .maag-glass-hne {
        font-size: 16px;
        border: none;
      }
      .maag-glass-hne .fa-solid.fa-magnifying-glass {
        font-size: 18px;
      }

      .testi-content p {
        font-size: 28px;
        font-weight: 600;
        line-height: 44px;
        text-align: center;
        margin: 30px 0;
      }
      .testi-image img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        object-fit: cover;
        display: block;
        margin: auto;
      }
      .single-testi {
        text-align: center;
      }

      .single-testi h3 {
        font-size: 16px;
        line-height: 26px;
        font-weight: 700;
        text-transform: uppercase;
        padding-inline-start: 0;
      }
      .leftarrowe3.arrow-style {
        left: 0;
      }
      .rightarrowe3.arrow-style {
        right: 0;
      }
      .alll-testi.position-relative .arrow-style {
        display: none !important;
      }
      .alll-testi.position-relative:hover .arrow-style {
        display: flex !important;
        color: #000;
      }
      .container.testi-cont {
        max-width: 954.6px;
      }
      .alll-testi.position-relative {
        padding-left: 40px;
        padding-right: 40px;
      }
      .testimonails {
  padding-bottom: 80px;
}

.cms_content::before {
content: "";
  position: absolute;
  inset:
0;
  pointer-events: none;
  z-index: 1;
 background: linear-gradient(to top, rgba(0, 0, 0, 0.35), transparent 30%), linear-gradient(to bottom, rgba(0, 0, 0, 0.19), transparent 30%), linear-gradient(to left, rgba(0, 0, 0, 0), transparent 30%), linear-gradient(to right, rgba(0, 0, 0, 0.54), transparent 30%);
}
.offer-text1 span {
  background:#0000;
  color: #fff;
  display: inline-block;
}