/** Shopify CDN: Minification failed

Line 15:0 Unexpected "}"
Line 846:19 Expected identifier but found "!"

**/
header .header__menu-left {
    padding-left: 14px;
    gap: 14px;
}

header .product-form {
    text-align: center;
}
}
 
@media only screen and (min-width: 1024px) {
 header .header__menu-right {
    padding-left: 14px !important;
    gap: 14px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1320px){
header .header__menu-left {
    padding-left: 4px;
    gap: 6px;
}
 
   header .header__menu-right {
    padding-left: 12px !important;
    gap: 6px;
  }
}




/* #shopify-section-sections--17259679088771__header .header__menu-left {
    padding-left: 14px;
    gap: 14px;
}

#shopify-section-template--19174327058563__custom_liquid_LGYX97 .product-form {
    text-align: center;
}
}
 
@media only screen and (min-width: 1024px) {
  #shopify-section-sections--17259679088771__header .header__menu-right {
    padding-left: 14px !important;
    gap: 14px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1320px){
#shopify-section-sections--17259679088771__header .header__menu-left {
    padding-left: 4px;
    gap: 6px;
}
 
   #shopify-section-sections--17259679088771__header .header__menu-right {
    padding-left: 12px !important;
    gap: 6px;
  }
} */

.product__info-wrapper .pick_product .product-form__buttons {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
}

.product__info-wrapper .pick_product .product-form__buttons button, 
.product__info-wrapper .pick_product a.virtual_playdate {
    flex: 0 0 50%;
    width: auto;
    color: #fff;
}
.shopify-payment-button {
    flex: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
    margin-top: 5px;
}

#more-payment-options-link {
    margin-top: 8px;
    padding-block: 10px;
    width: 100%;
    padding-inline: 14px;
}

.shopify-payment-button a {
    width: 100%;
}

shopify-accelerated-checkout {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px !important;
}
shop-pay-wallet-button {
    display: inline-block;
    margin-right: 12px;
    width: auto;
    position: relative;
    top: -3px;
}
more-payment-options-link {
    width: auto;
    display: inline-block;
}

@media only screen and (min-width:1200px) {
    .product__info-wrapper .pick_product a.call-facetime-btn {
        flex: auto;
        width: auto;
        padding-inline: 20px;
        max-width: unset;
        min-width: unset;
    }
}
 
.dynmic_btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
 
a.call-facetime-btn {
}
 
.product__info-wrapper .pick_product a.call-facetime-btn small {
    font-size: 10px;
}


a.virtual_playdate.btn-disabled {
    cursor: not-allowed;
    opacity: .5;
}

.product__info-wrapper .pick_product {
    flex-direction: column;
    gap: 16px;
}
.product__info-wrapper .pick_product a {
    margin-top: 0;
}
 
.product__info-wrapper .pick_product .product-form__buttons {
    margin-bottom: 0;
    gap: 10px;
}
.product__info-wrapper .pick_product .product-form__buttons button {
    margin-bottom: 0;
}
 
.product__info-wrapper .pick_product .product-form {
    width: 100%;
    display: block;
    height: 100%;
}
 
 
.product__info-wrapper .pick_product .product-form form#product-form-template--17259678761091__main {
    height: 100%;
}

.product__info-wrapper .pick_product .product-form__buttons {
    display: flex;
    max-width: 100%;
}
.card.card--standard.card--media .cst_buynow a {
    border: 1px solid #25B096;
    border-radius: 30px;
    width: 100%;
    text-align: center;
    padding: 6px 0;
    color: #000;
    text-decoration: unset;
    font-size: 16px;
    transition: 0.6s ease;
    position: relative;
    z-index: 1;
    max-width: 60%;
    margin: auto;
    margin-top: 4px;
    min-width: 210px;
}
 
.card.card--standard.card--media .cst_buynow:hover a {
    transform: translateY(-5px) !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px !important;
}


h1.collection-hero__title {
    display: none;
}
p.st-address {
    display: none;
}
/* .collection-banner .collection-hero__text-wrapper {
    background-image: unset;
} */

/* --- Header CSS --- */


@keyframes slideHeaderUp {
  from {
    top: 40px;
  }
  to {
    top: 0;
  }
}

@keyframes slideHeaderDown {
  from {
    top: 0;
  }
  to {
    top: 40px;
  }
}

/* #shopify-section-sections--17259679088771__header .header__content {
    margin-top: -6px !important;
} */
/* #shopify-section-sections--17259679088771__header .header__content {
    margin-top: 4px!important;
    height: 80px !important;
} */


header .header__content {
    margin-top: 4px!important;
    height: 80px !important;
}
.header__content {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 999;
}

/* When scrolled: slide up */
body.page-scrolled .header__content {
    animation: slideHeaderUp .3s forwards;
    border-bottom: 1px solid #cccccc29;
}
/* When back to top: slide down */
body:not(.page-scrolled) .header__content {
    animation: slideHeaderDown 0.3s forwards;
}
/* body.page-scrolled #shopify-section-sections--17259679088771__header .header__content {
    margin-top: 0 !important;
} */
body.page-scrolled .header__content {
    margin-top: 0 !important;
}
/* --- Header CSS --- */

.container {
    padding: 50px !important;
    margin: auto;
}

.faq-accordian {
   width: 100%;
   margin: 20px 0 0;
   color: #e1e4e7 ;;
}

.faq-accordian .title {
   background-color: #e1e4e7;;
   color: #000000;
   padding: 15px;
   margin: 0;
   border-bottom: 0;
   font-weight: 700;
   transition: all 0.25s ease;
   font-size: 15px;
}

.faq-accordian .title:hover {
   background-color: rgba(11, 120, 160, 0.18);
}

.faq-accordian ul {
   margin: 0;
   padding: 0;
}

.faq-accordian ul li {
   display: block;
   width: 100%;
   list-style: none;
   border: solid 1px #e2f6ff;
   margin-bottom: 10px;
}

.faq-accordian ul li a {
   display: block;
   background-color: #eee;
   padding: 1rem;
   color: #777;
   border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.faq-accordian ul li a:hover {
   background-color: #55acee;
   color: #fff;
}

.faq-accordian ul .accordianContent {
   display: none;
}

.faq-accordian .accordianContent {
   padding: 15px;
}

.faq-accordian .accordianContent p {
   font-size: 14px;
   font-weight: normal;
   color: #999;
}

.faq-accordian .open {
   transform: rotate(45deg);
   transition: all 0.25s ease;
}

.faq-accordian .fa {
   transition: all 0.25s ease;
   float: right;
}

.faq-accordian h3 {
   cursor: pointer;
}

/*faq ul under ul */
.faq-accordian ul li ul li {
    list-style: disc;
    margin-bottom: 7px;
    color: #000;
    margin-left: 32px;
    font-size: 15px;
	   border: none;
    display: list-item;
}

.collection-hero__description.rte {
    margin-left: 37px;
}


/* --- Updated CSS --- */
.about_section.puppy-gallery-section .read_more a {
    padding-left: 52px;
}

.about_section.puppy-gallery-section .read_more a:before {
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    margin-top: .5px;
    transition: all .3s;
}

.about_section.puppy-gallery-section .read_more a:hover::before {
    filter: brightness(0) invert(1);
}
.blog-section {
    height: auto;
    margin-bottom: 76px;
}

/* --- Blog Detail Page ---*/
/* .article-template__hero-container {
    padding-inline: 24px;
}

.article-template__content {
    padding-inline: 24px;
}
 */
.content-for-layout header span.circle-divider {
    position: unset;
}

.content-for-layout header span.circle-divider time {
    font-size: 14px;
}

/* --- Blog Detail Page ---*/


/* --- Updated CSS --- */

@media only screen and (max-width: 1100px)
{

  /* #shopify-section-sections--17259679088771__header .header__content {
      margin-top: 22px !important;
  }
  body.page-scrolled #shopify-section-sections--17259679088771__header .header__content {
      margin-top: 0 !important;
  }
   #shopify-section-sections--17259679088771__header .header__logo {
      padding-right: 10px !important;
  } */



  .header__content {
      margin-top: 22px !important;
  }
  body.page-scrolled .header__content {
      margin-top: 0 !important;
  }
   .header__logo {
      padding-right: 10px !important;
  }


  
  
  .js .menu-drawer {
    top: 150px;
  }
  body.page-scrolled .menu-drawer {
      top: 80px !important;
  }

  .puppy_banner {
      padding-top: 100px;
  }

  #shopify-section-template--17259678597251__rich_text_Bnyc9V .content-container--full-width {
    max-width: 90%;
    margin: auto;
  }
  
  #shopify-section-template--17259678597251__rich_text_Bnyc9V .content-container--full-width .page-width {
    width: 100%;
  }
  div#rawa-container {
      z-index: 1;
  }



}

@media only screen and (max-width: 1024px) {

  
  .puppy_banner {
      padding-top: 70px;
  }

  /* --- Single Blog Page --- */
  
  #shopify-section-template--17259678466179__main .article-template__content {
    padding: 0;
  }

  /* --- Puppy Yoga Page --- */
  .puppy-yoga-product .product-grid {
    max-width: calc(100% - 32px);
    margin: auto;
  }
  
  /* --- Puppy Yoga Page --- */

}

@media only screen and (min-width: 992px) {
.article-template__content.page-width.rte {
    width: 80%;
}

}


@media only screen and (max-width: 991px)
{
  .header__logo-wrapper {
      right: 0;
      margin: 0 !important;
  }
  div#shopify-section-template--17259678564483__product-grid {
    padding-inline: 22px;
  }
  
  .shopify-section  #product-grid {
    column-gap: 8px;
    margin-top: 10px;
  }
  
  .shopify-section #product-grid li.grid__item {
    width: calc((100% - 16px)/ 2);
  }

  .article-template>*:first-child:not(.article-template__hero-container) {
    width: 90%;
    margin: auto;
  }
 
}
@media only screen and (max-width: 900px)
{
  .collection-hero__description.rte {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .shopify-section .article-template__hero-container {
      width: 100%;
      height: auto;
  }

}

@media only screen and (max-width: 768px) {

.container {
    padding-inline: 24px !important;
}  
.puppy_banner {
    padding-top: 50px;
}

  /* --- Home Page --- */
  .container {
      padding-inline: 24px!important;
      padding-block: 40px !important;
  }
  .puppy-gallery-section {
      padding-top: 0;
  }
  .puppy-gallery {
      margin-top: 12px;
  }
  
  .certified_section {
      padding-bottom: 0 !important;
  }
  
  .awards-gallery-section {
      padding-top: 80px !important;
      margin: 0 !important;
      padding-bottom: 20px !important;
      margin-top: -40px !important;
  }
  
  .award-image-container img {
      max-width: 100%;
      height: 300px !important;
      margin-bottom: 10px;
  }
  
  .trustify-review-google .splide {
      max-width: 90%;
  }
  
  section#shopify-section-template--17259678597251__1733172014d951c4ea {
      padding-inline: 16px;
  }
  
  .trustify-review-google .trgg-review-carousel-splide-google__light-border {
      margin-bottom: 3rem;
  }
  
  .special_dog figure img {
      height: 400px !important;
      width: 100%;
      object-fit: cover !important;
      aspect-ratio: 2/3;
  }
  
  #shopify-section-template--17259678597251__collapsible_content_CFmXcK {
      padding-inline: 18px;
  }
  
  #shopify-section-template--17259678597251__collapsible_content_CFmXcK .collapsible-content-wrapper-narrow {
      padding-inline: 16px !important;
      padding-block: 24px !important;
  }
  
  #shopify-section-template--17259678597251__collapsible_content_CFmXcK  .collapsible-content .grid {
      padding-inline: 0;
  }
  
  #shopify-section-template--17259678597251__collapsible_content_CFmXcK .collapsible-content .accordion h3 {
      font-size: 18px;
  }
  
  .footer__content-top {
      padding-inline: 22px !important;
  }
  .blog-section {
    height: auto;
    margin-bottom: 40px;
  }
  .blog-section .schedule_button {
    bottom: 0;
  }
  /* --- Home Page --- */

  /* --- Grooming Page ---  */

  .grooming_package_section {
    padding-bottom: 12px;
  }
  .grooming_image {
      margin-bottom: 0;
  }
  .grooming_package_section .package ul {
      padding-inline: 12px;
  }
  .grooming_package_section .package span {
      padding-inline: 12px;
  }
  .grooming_package_section .package {
      margin-bottom: 24px;
  }
  .grooming_package_section .package_details {
      margin-bottom: 0;
  }
  .puppy_cleaning {
      padding-block: 0px !important;
  }

  /* --- Grooming Page ---  */
  
  /* --- Training Page ---  */
  
  .training_contact {
      padding-bottom: 30px;
  }
  .training_package_section .package_include li:last-child {
      margin-bottom: 0;
  }
  .training_contact .contact_links {
      margin-top: 10px;
  }
  
  /* --- Training Page ---  */

  /* --- Blog Listing and Detail Page --- */
  
  .main-blog .blog-articles {
    padding-inline: 24px;
    row-gap: 30px;
  }
  .main-blog .pagination-wrapper .pagination__list {
      padding-top: 2rem;
  }
  
  
  .shopify-section .blog ul {
    max-width: 95%;
    margin: auto;
  }
  
  .shopify-section .title-wrapper-with-link {
    justify-content: center;
    padding-inline: 24px;
  }
  
  
  .shopify-section .title-wrapper-with-link a {
    margin-top: 12px;
  }
  
  #shopify-section-template--17259678466179__main .article-template__content {
    padding-inline: 24px;
  }
  
  .article-template header {
    padding-inline: 24px;
  }
  
  .content-for-layout header span.circle-divider {
    position: unset;
    padding-inline: 20px;
  }
  
  .content-for-layout header h1 {
    left: unset;
  }
  
  .content-for-layout header span.circle-divider time {
    font-size: 14px;
    padding-inline: 0 !important;
  }
  
  .content-for-layout header span.circle-divider {
    padding: 0;
  }
  .article-template>*:first-child:not(.article-template__hero-container) {
      width: 100%;
  }
  .article-template__hero-container {
    height: auto;
    width: 100%;
    padding-inline: 24px;
  }
  .article-template__hero-container {
    width: 100%!important;
    height: auto!important;
    max-width: calc(100% - 24px) !important;
  }
  
  .article-template__hero-container .article-template__hero-medium.media {
    height: 30vh;
  }
  .article-template__social-sharing {
      padding-inline: 24px;
      margin-top: 0 !important;
  }
  .shopify-section .blog ul {
      max-width: 95%;
      margin: auto;
      overflow-x: hidden;
      justify-content: center;
  }
  /* --- Blog Listing and Detail Page --- */

  /* --- Puppy Yoga Page --- */
    .benefits-section .container {
      margin: auto;
      padding-inline: 16px !important;
    }
    
    .hero-section-template--18548445184131__section5puppyyoga_wENmYA {
        max-width: calc(100% - 36px) !important;
        margin-inline: auto;
    }
    #shopify-section-template--18472078246019__puppy_banner_reservation_FqFe9n .puppy-banner__image-container {
      padding-inline: 20px;
    }
  
  /* --- Puppy Yoga Page --- */ 

  /* --- Puppy Finanace --- */
    .puppy_banner a.btn {
      padding-inline: 20px;
      padding-bottom: 7px;
    }
    
    .financing-features {
        padding-inline: 20px;
    }
    
    .features-grid {
        grid-gap: 24px !important;
    }
    .bnpl-section {
        padding-top: 60px !important;
        padding-bottom: 0 !important;
    }
    
    .puppy-section .blog-carousel .item {
        margin-bottom: 20px;
    }
  
    
  /* --- Puppy Finanace --- */

  section#MainProduct-template--17259678761091__main {
      padding-inline: 25px;
  }

  .make_appointment_form {
      padding-inline: 24px;
  }
  .make_appointment_form iframe {
    overflow-y: scroll !important;
    /* height: 1100px!important; */
  }
  #ask-product-form, 
  .product-form {
    padding-inline: 24px;
  }
  
  #shopify-section-template--17259678761091__collapsible_content_tVC3Bd .collapsible-content .grid {
      padding-inline: 24px;
  }
  .cart__items {
    padding-inline: 24px;
  }


}

@media only screen and (max-width: 767px) {

   /* --- Puppy Yoga Page --- */

  .puppy-yoga-product .product-grid { 
    display: flex;
    max-width: calc(100% - 32px);
    margin: auto;
    flex-direction: column;
  }
  
  .puppy-yoga-product .booking-panel {
      width: 90%;
      margin-inline: auto;
      margin-top: 1rem;
  }

  /* --- Puppy Yoga Page --- */
}
@media only screen and (max-width: 580px) {
  .shopify-section  #product-grid {
      column-gap: 8px;
  }
  
  .shopify-section #product-grid li.grid__item {
      width: 100%;
      max-width: 300px;
      margin: auto;
  }
}

ul#HeaderMenu-MenuList-2 {
    display: flex;
    flex-direction: column;
}

.collection-hero__description rte h1, h2, h3, h4 {
 
font-size: 2.5rem; !important;
 
}

/* 27 may 2025  */
section#shopify-section-template--17259678597251__1733172014d951c4ea {
    padding-bottom: 50px;
}


.footer__follow-on-shop.custom_follow_btn {
    text-align: left!important;
    justify-content: flex-start!important;
    margin-top: 16px;
}
.footer-block--newsletter.custom_newsletter_block {
    align-items: center;
}
.footer-block--newsletter.custom_newsletter_block h5 {
    margin-bottom: 0px;
}
/* footer css  */
.custom_footer .footer-block__newsletter {
    padding-top: 0px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 1199px) {
.footer__content-top  .custom_follow_btn {
    padding: 0 70px;
}
}

@media only screen and (max-width: 475px) {
.footer__content-top .custom_follow_btn {
    padding: 0;
    margin-top: 0px;
}
}


.multicolumn-section-cs {
    background-attachment: unset;
}

.multicolumn-section-cs h2 {
    background: linear-gradient(90deg, #24B2A5 0%, #49388C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 40px !important;
        max-width: 700px;
    text-align: center;
}
.multicolumn-section-cs p.inline-richtxt {
    max-width: 554px;
    text-align: center;
}
.multicolumn-section-cs .multicolumn__title {
    flex-direction: column;
}
.multicolumn-section-cs .multicolumn-card__image-wrapper {
    padding: 0px !important;
    margin: 0px !important;
    position: relative;
}
.multicolumn-section-cs .multicolumn-card {
    position: relative;
    border-radius: 23px;
    overflow: hidden;
}
.multicolumn-section-cs .multicolumn-card__info {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.multicolumn-section-cs .multicolumn-card__info h3 {
    color: #fff;
    font-family: 'Inter';
    font-size: 24px;
    max-width: 337px;
    margin: 0px auto;
}
.multicolumn-section-cs  .multicolumn-card__image-wrapper:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180.12deg, rgba(0, 0, 0, 0) 60.33%, rgba(0, 0, 0, 0.3125) 76.39%, rgba(0, 0, 0, 0.518096) 86.95%, rgba(0, 0, 0, 0.77) 99.9%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.multicolumn-section-cs .grid, .icon-text-multicolumn .grid {
    column-gap: 26px;
    row-gap: 26px;
}
.multicolumn-section-cs .page-width, .icon-text-multicolumn .page-width {
    padding-left: 50px;
    padding-right: 50px;
}
.bottom-logo {
    padding-top: 4px;
    text-align: center;
    position: relative;
    bottom: -67px;
}
.bottom-logo img {
    width: 100%;
    max-width: 94px;
}
@media screen and (min-width: 750px) {
   .multicolumn-section-cs  .grid__item, .icon-text-multicolumn  .grid__item{
        width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
        max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
}

.banner-section-cs p br {
    display: none;

}
.banner-section-cs p strong {
    display: block;
    margin-top: 11px;
}
.icon-text-multicolumn {
    background-attachment: unset;
}
.icon-text-multicolumn h2 {
 color:#fff;
    font-size: 40px !important;
        max-width: 700px;
    text-align: center;
}
.icon-text-multicolumn p.inline-richtxt {
    max-width: 554px;
    text-align: center;
    color:#fff;
}
.icon-text-multicolumn .multicolumn__title {
    flex-direction: column;
}
.icon-text-multicolumn .multicolumn-card {
    background: #fff !important;
    border-radius: 20px;
}
.icon-text-multicolumn .media {
    padding-bottom: 51% !important;
}
.icon-text-multicolumn h3 {
    font-size: 26px !important;
    color: #4869A4;
}
.banner-section-dark h2 {
    font-size: 40px;
}
.banner-section-dark  p {
    color: #fff;
}
.banner-section-dark a {
    border-radius: 28px;
    font-size: 17px;
    color: #fff !important;
}
.banner-section-dark a::after, .banner-section-dark a::before {
display:none;
}


.faq-section-sec .collapsible-content-wrapper-narrow {
    box-shadow: none;
        padding-top: 0px !important;
        max-width: 1141px !important;
}
.faq-section-sec h2 {
    background: linear-gradient(90deg, #24B2A5 0%, #49388C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 40px !important;
}

.faq-section-sec {
    position: relative;
}
.first-img {
    position: absolute;
    top: -38px;
    left: 7%;
}
.first-img img {
    width: 100%;
    max-width: 100px;
}
.second-img {
    position: absolute;
    right: 9%;
    bottom: 27%;
}
.second-img img {
    width: 100%;
    max-width: 100px;
}

@media(max-width:767px){
    .row-inner-col {
    width: 100% !important;
}
.service-page-sec {
    padding-top: 0px;
}
img.cart-image-sec {
    left: -5%;
}
.service-page-sec h1 {
    font-size: 30px !important;
}
.service-page-sec h1:after {
    width: 59px !important;
    height: 38px !important;
}
.text-icon p {
    text-align: left;
}
.banner-section-cs .puppy-banner__content {
    padding: 0px;
        text-align: left;
}
.banner-section-cs .puppy-banner__content p {
    font-size: 16px !important;
}
.multicolumn-section-cs h2, .banner-section-cs h2, .icon-text-multicolumn h2, .dog-grooming-section  h2 {
    font-size: 25px !important;
}
.multicolumn-section-cs {
    padding-top: 53px;
    padding-bottom: 80px;
}
.bottom-logo {
          position: relative;
        bottom: -24px;
}
.puppy-banner.right-1 {
    flex-direction: column !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.icon-text-multicolumn {
    background-position: center;
}
.grooming-wrapper > div {
    width: 100% !important;
    max-width: 100% !important;
}
section.dog-grooming-section .page-width {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.banner-section-dark h2{
    font-size: 25px !important;
    background: linear-gradient(90deg, #24B2A5 0%, #49388C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.banner-section-dark  p {
    color: #000;
}
.banner-section-cs .puppy-banner {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.banner-section-cs-height {

    padding: 91px 0px;
}
.dog-accordion-wrapper {
    padding: 0px !important;
}
.faq-section-sec h2 {

    font-size: 25px !important;
}
.faq-section-sec .collapsible-content-wrapper-narrow {
    max-width: 100%;
   padding-left: 0px !important;
    padding-right: 0px !important;
}


    header .header__content {
        position: unset !important;
        width: 100% !important;
        margin-top: 0px !important;
    }
    .rich-text__wrapper.rich-text__wrapper--center.page-width {
            width: 100% !important;
}
.shopify-section-group-header-group {
    position: sticky !important;
    top: 0;
}
.service-page-sec {
    margin-bottom: 50px;
}
}
.header__logo-wrapper {
    position: unset !important;
    transform: unset !important;
}
.header__logo {
    padding-right: 0px !important;
}
.header__menu-left, .header__menu-right {
    padding-left: 0px !important;
}
.header__content {
    justify-content: space-between;
}
.cart-count-bubble {
    transform: unset !important;
}


.faq-accordion__body-content p {
    margin-block-end: 0;
}


.line-sticky-side-bar {
    z-index: 999;
    position: fixed;
    top: 35%;
    right: 0;
    box-shadow: 0 3px 14px #00000026;
    
   border-radius:5px
}
.line-sticky-side-bar a {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-decoration: unset;
    font-size: 15px;

     padding: 23px 10px;
}
div#rawa-widget {
    display: none;
}
@media(max-width:767px){
    .line-sticky-side-bar {
	right: 8px; 
}
}