/** Shopify CDN: Minification failed

Line 1285:21 Expected ":"

**/

.menu__item.grandparent .header__dropdown__image,
.menu__item.grandparent .product-grid-item {
  border-radius: 0px;
  background-color: var(---color-primary-opposite);
}

.header__dropdown__inner div:not(.dropdown__family) .header__dropdown__image.section--image .hero__content__wrapper .hero__title {
  font-size: 16px;
  font-weight:400
}



.grandparent .header__dropdown {
  width: 100%;
  left: 0;
  background: var(--bg);
  border-bottom: 1px solid var(--border)!important; 
  border-top: 1px solid var(--border)!important; 
}



.icon__column__heading,
.icon__column__heading.strong,
.icon__column__heading .strong {
  font-weight: 700
}

.rte.icon__column__paragraph p {
  margin-top: .25em;
  font-size: calc(12.14426px*var(--FONT-ADJUST-BODY));
  color: var(--text-light)
}

@media (min-width:480px) {
  .rte.icon__column__paragraph p {
    font-size: calc((12.14426px + (138.2528vw - 663.61344px)/920)*var(--FONT-ADJUST-BODY))
  }
}

@media (min-width:1400px) {
  .rte.icon__column__paragraph p {
    font-size: calc(12.52678px*var(--FONT-ADJUST-BODY))
  }
}


.bottom-0{
  top:unset!important; 
  bottom:0!important; 
}
.bottom-1{
  bottom:5%!important;
  top:unset!important; 
}
.bottom-2{
  bottom:10%!important;
  top:unset!important; 
}
.bottom-3{
  bottom:15%!important; 
  top:unset!important; 
}
.bottom-4{
  bottom:20%!important;
  top:unset!important; 
}
.bottom-5{
  bottom:30%!important; 
  top:unset!important; 
}
.navtext-red{
  color:#e95320 
}
.text-transform{
  text-transform: uppercase!important;
}
.medium-up--one-magin-third{
  width: 31%;
}




/*blog*/
.featured_blog__article {
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .1);
  border-radius: var(--radius-sm);
    margin-bottom: 32px;
    position: relative;
    }

@media only screen and (max-width:479px) {
  .featured_blog__article {
    justify-content: center;
    display: flex;
    margin-bottom: 80px;
  }
}
.featured_blog__article .blog__article-card-image{
  border-bottom-left-radius: 4px!important;
  border-bottom-right-radius: 4px!important;
}
.featured_article__image {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  transform: scale(1.06);
  transition: transform 2s cubic-bezier(.215,.61,.355,1);
}

.featured_article__image .image__fill{
  padding-top:40%!important; 
}
.featured__article_info{
  display:block; 
}
@media only screen and (max-width:767px) {
  .featured_article__image .image__fill{
    padding-top:80%!important; 
  }
  .featured__article_info{
    display:none; 
  }
}
.featured_article__link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}   

.featured_blog__article__content{
  padding:32px; 
  position: absolute;
  top: 50%;
  background: #fff;
}

@media only screen and (max-width:479px) {
  .featured_blog__article__content{
    padding: 10px 32px;
    position: absolute;
    background: #fff;
    bottom: -3rem;
    width: 90%;
    box-shadow: 1px 1px 7px #0000001a;
    top: unset;
  }
}

.blog .row {
  display: flex;
  margin: 0 -1%;
  flex-wrap: wrap;
}      
.blog .col__item  {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 1px 2px #0a0e1a14,0 4px 12px #0a0e1a0a;
  margin-bottom: 30px;
  margin: 0 1.167% 32px;
}      
.blog .col__item .blog_article__1{
  padding-bottom: 32px;
}

@media only screen and (max-width:479px) {
  .blog .col__item .blog_article__1{
    padding-bottom: 30px;
  }
}      
.blog .col__item .blog__article__content {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}


.blog__article {
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .1);
  border-radius: var(--radius-sm);
    padding: 32px;
    margin-bottom: 32px
    }

@media only screen and (max-width:479px) {
  .blog__article {
    padding-left: 16px;
    padding-right: 16px
  }
}
.blog__article--light{
  color: var(---color-a50);
    font-size: calc(12.52678px * var(--FONT-ADJUST-BODY));
      }
.blog__article .share {
  padding-top: 16px;
  padding-bottom: 0
}

.blog__article-header-image {
  background-size: cover;
  background-position: 50%;
  z-index: 0;
  padding: 192px 32px 32px;
  margin-top: -32px;
  margin-left: -32px;
  width: calc(100% + 64px);
  position: relative;
  max-width: none;
  color: #fff
}

@media only screen and (max-width:479px) {
  .blog__article-header-image {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 96px 16px 16px
  }
}

.blog__article-header-image a {
  color: #fff
}

.blog__article-header-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .65))
}

.blog__article-card-image {
  margin-top: 0px !important;
  margin-left: 0px;
  width:100%;
  position: relative;
  max-width: none;
  color: #fff;
  border-top-left-radius: 4px!important; 
  border-top-right-radius: 4px!important; 
}

@media only screen and (max-width:479px) {
  .blog__article-card-image {
    margin-left: 0px;
    padding:0px
  }
}



.blog__article--over-image {
  border: none;
  margin-top: -140px;
  background-color: var(--bg);
    z-index: 100;
    position: relative
    }

@media only screen and (max-width:767px) {
  .blog .col__item{
    width:100%; 
  }
  .blog__article--over-image {
    margin-top: -100px
  }
}

.article__card {
  margin-top: 32px;
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 0;
  --image-bottom: 5%
}

.article__card__title {
  padding: 0 21.3333333333px
}

@media only screen and (max-width:767px) {
  .article__card__title {
    padding: 0 16px
  }
}

.blog .article__card{
  margin-top: 0;
  margin-bottom: 32px
}

.blog__article--image {
  position: relative;
  overflow: hidden;
  border: none
}

.blog__article__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: 50%;
  border: none
}

.blog__article__overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .65))
}

.blog__article__content {
  margin-top: 16px
}
.blog__article__content h3{
  font-size: calc(14.18169px * var(---font-adjust-heading));
    }
@media (min-width: 1400px) {
  .blog__article__content p {
    font-size: calc(13.72268px * var(--FONT-ADJUST-BODY));
      color: #282828;
      line-height: 2;
      }
}

.blog__article_link {
  margin: 0 0 30px;
  color: #004e9c;
  display: inline-block;
  text-decoration: none;
  letter-spacing: .025em;
  font-weight: 700;
  font-size: 16px;
  width: auto;
  position: relative;
  height: 28px;
}
.blog__article_link .link-arrow {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 10px;
  left: auto;
  right: 0;
}
.blog__article_link .link-arrow {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC41MDQiIGhlaWdodD0iOS4yNzgiIHZpZXdCb3g9IjAgMCAxMC41MDQgOS4yNzgiPjxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4yNSAwLjE2OSkiPjxwYXRoIGlkPSJQYXRoIiBkPSJNOS44NjksMy45Nyw3LjA2OS4yMzhBLjU3Ni41NzYsMCwwLDAsNi4yMjIuMTQ1YS43MzUuNzM1LDAsMCwwLS4wODQuOTNMOC4xMzIsMy43M0guNmEuNjMxLjYzMSwwLDAsMC0uNi42NTkuNjMxLjYzMSwwLDAsMCwuNi42NTlIOC4xMzJMNi4xMzgsNy43YS43NDEuNzQxLDAsMCwwLC4wODQuOTMuNTc2LjU3NiwwLDAsMCwuODQ3LS4wOTNsMi44LTMuNzMyYS43MzQuNzM0LDAsMCwwLDAtLjgzN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMC4wODIpIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMC41Ij48L3BhdGg+PC9nPjwvc3ZnPg==);
  display: inline-block;
  margin-left: 10px;
  position: relative;
  transition: all .35s ease;
  right: 0;
  width: 10.5px;
  height: 9.5px;
  background-repeat: no-repeat;
  background-position: center center;
}

.blog__article_info{
  color:var(---color-a80); 
    }
.article__card .blog__article__content {
  margin: 0;
  min-height: 200px
}

.blog__article--image .blog__article__content {
  display: table
}

.blog__article--image .blog__article__content .blog__article__title {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  color: #fff
}

.blog__article--image .blog__article__content .blog__article__title a {
  color: #fff
}

.homepage-blog .blog__article--image .blog__article__content {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end
}

.homepage-blog__btn {
  margin-top: 20px
}

@media only screen and (min-width:990px) {
  .homepage-blog__btn {
    margin-top: 32px
  }
}

.blog__article header {
  margin-bottom: 32px
}

.blog__article header .blog__article--light {
  opacity: .6
}

.blog__article footer {
  margin-bottom: 32px
}

.blog__sidebar {
  position: relative
}

.template-article .blog__sidebar {
  position: relative;
  margin-top: 40px
}

.blog__rss {
  position: absolute;
  top: 0;
  right: 0
}

.blog__rss svg {
  fill: var(--text-dark)
    }

.blog__comments {
  text-decoration: none
}

.blog__comments em {
  color: var(--text-light)
    }

.blog__comments:hover {
  text-decoration: underline
}

.blog__tag {
  position: relative;
  font-family: var(---font-stack-accent);
    font-weight: var(---font-weight-accent);
      font-style: var(---font-style-accent);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: calc(10px*var(---font-adjust-accent));
          border-radius: var(--radius-sm);
            padding: 9px;
            margin-bottom: 3px
            }

.blog__tag,
.blog__tag.strong,
.blog__tag .strong {
  font-weight: var(---font-weight-accent-bold)
    }

.comment {
  margin-bottom: 32px
}

.comment+.comment {
  border-top: 1px solid var(--hairline);
    padding-top: 32px
    }

.blog__sidebar__title {
  font-family: var(---font-stack-accent);
    font-weight: var(---font-weight-accent);
      font-style: var(---font-style-accent);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: calc(15.51022px*var(---font-adjust-accent));
          color: var(--text-light)
            }

.blog__sidebar__title,
.blog__sidebar__title.strong,
.blog__sidebar__title .strong {
  font-weight: var(---font-weight-accent-bold)
    }








.r--default-item{
  border: 1px solid #dbdde4!important;
  padding: 20px!important;
  border-radius: 5px!important;
  padding-top: 20px!important;
}
.r--content-review{
  font-size:12.5px; 
}
#r--default-theme .r--text-load-more{
  background: #202020!important;
  border-radius: 50px!important;
  padding: 14px 55px!important;
  line-height: 1.2;
  font-weight: 700!important;
  color: #fff!important;
  font-size: 14px!important;
}



/*warranty Center*/
.text-danger {
  color: #ff695b !important;
}
.banner-section {
  width: 100%;
  position: relative;
  margin-bottom: 48px;
  overflow: hidden;
  padding: 237px 0px 51px;
}
@media screen and (max-width: 767px){
  .banner-section {
    height: 690px;
  }
}
.banner-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.banner-logo-title {
  margin-bottom: 72px;
}
.banner-logo-title h1 {
  color: #fff;
}
@media screen and (max-width: 767px){
  .banner-logo-title {
    margin-bottom: 58px;
  }
}

.warranty-plan {
  display: flex;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px){
  .warranty-plan {
    margin-bottom: 15px;
    flex-direction: column;
    justify-content: center;
  }
}

.warranty-plan a {
  background-color: #fff;
  margin: 0 18px;
  border-radius: 8px;
  padding: 24px;
  min-width: 413px;
  position: relative;
}
@media screen and (max-width: 991px){
  .warranty-plan a {
    margin: 0 15px;
    min-width: 340px;
  }
}
@media screen and (max-width: 767px){
  .warranty-plan a {
    margin: 0 0 15px;
    min-width: 343px;
  }
}
.warranty-plan a p {
  max-width: 320px;
}
@media screen and (max-width: 767px){
  .warranty-plan a p {
    max-width: 320px;
    font-size: 14px;
    margin: 0;
  }
}
@media screen and (max-width: 767px){
  .service-arrow {
    top: auto;
    bottom: 14px;
  }
}
.service-arrow {
  position: absolute;
  right: 24px;
  top: 14px;
}
.return-click {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px){
  .return-click p {
    font-weight: 600;
  }
}
.return-click p {
  font-size: 14px;
  display: flex;
  justify-content: center;
}

.warranty-info-wrap{
  max-width: 925px;
  margin-bottom:100px;
}
.content-block.policy-content {
  padding-top: 20px;
  padding-bottom: 25px;
}
.content-block {
  margin-bottom: 32px;
  overflow: hidden;
}
.content-block.policy-content h3 {
  font-size: 22px;
  margin: 0 0 20px;
}

.content-block.policy-content p {
  color: #333;
  line-height: 1.82;
}  
.content-block.policy-content .links {
  display: flex;
  flex-direction: column;
} 
.content-block.policy-content .links a {
  display: inline-block;
  text-decoration: underline;
  color: #333;
  font-size: 16px;
  margin: 0 0 15px;
} 
.warranty-blocks {
  padding: 0 40px;
}  

.warranty-block.active {
  display: block;
}
.warranty-block {
  display: none;
}  
.warranty-block-heading {
  margin-bottom: 40px;
}  
.warranty-blocks h3 {
  font-size: 32px;
  color: #000;
  font-weight: 600;
} 
.prog-bar {
  overflow: hidden;
  width: 100%;
  background: #c8d5ee;
  height: 8px;
  border-radius: 4px;
  position: relative;
  margin: 14px 0;
  display: none;
}
.prog-bar span {
  position: absolute;
  left: 0;
  border-radius: 4px;
  background: #000;
  height: 100%;
}
@media screen and (max-width: 767px){
  .prog-bar {
    display: block;
  }
}
.warranty-block-heading p {
  font-size: 15px;
  color: #616161;
}  
.form-fields {
  margin-bottom: 40px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}  
.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
} 
.form-fields .row label {
  display: block;
  font-size: 15px;
}
.input-flds, .input-fld, .input-textarea, .select {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  width: 100%;
  height: 54px;
  padding: 0 16px;
  font-size: 15px;
  margin-bottom:0px !important;
}  
.form-next-prev {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 9;
}
.form-next-prev button, .form-next-prev .btn {
  text-transform: uppercase;
  font-size: 14px;
  width: 180px;
  margin-left: 13px;
  font-weight: 600;
}  
.form-next-prev button.active, .form-next-prev button:hover {
  background: #000;
  color: #fff;
} 
.warrenty-step-listing {
  justify-content: center;
  border-bottom: 1px solid #c8d5ee;
  padding-bottom: 35px;
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
}
.d-flex {
  display: flex !important;
}
@media screen and (max-width: 767px){
  .warrenty-step-listing {
    display: none !important;
  }
}
.form-fields .grid .grid__item {
  margin-bottom: 25px;
}
.warrenty-step {
  display: flex;
  align-items: center;
  margin: 0 15px;
}  
.warrenty-step.completed span {
  background-color: #fff;
  background-image: url(https://cdn.shopify.com/s/files/1/0588/6967/8248/files/icon-checked-green.svg?v=1650813679);
  text-indent: -9999999999px;
}
.warrenty-step span {
  background: #c8d5ee;
  background-color: rgb(200, 213, 238);
  background-image: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
} 
.warrenty-step.completed p {
  color: #000;
}
.warrenty-step p {
  margin: 0;
  font-size: 15px;
  padding-left: 12px;
  color: #c8d5ee;
} 
.warrenty-step.active {
  display: flex;
}

.warrenty-step.active span {
  background-color: #000;
  color: #fff;
}
.warrenty-step.active p {
  color: #000;
}


.lost-broken-blocks {
  display: flex;
}
.lost-broken-blocks a:first-child {
  margin-left: 0;
}
.lost-broken-blocks a {
  background-color: #000;
  border-radius: 8px;
  padding: 24px;
  position: relative;
  flex: 1;
  margin: 0 16px 20px;
  margin-left: 16px;
} 
.lost-broken-blocks a .btn-txt {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}
.lost-broken-blocks a .btn-sub-txt {
  font-size: 14px;
  font-weight: 500;
  color: hsla(0,0%,100%,.8);
}
.lost-broken-blocks a .service-arrow {
  top: auto;
  bottom: 15px;
}
.service-arrow {
  position: absolute;
  right: 24px;
  top: 14px;
}
.lost-broken-blocks a:last-child {
  margin-right: 0;
}
.color-white {
  color: #fff;
}



/*help center*/

.help-form h1{
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 15px;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}

.input-group-overlay {
  position: relative;
  width: 100%;
}
.help-search{
  margin: 10px auto 50px auto;
  top: 0;
  height: 100%;
  position: relative;
}
.search-article {
  max-width: 82%;
  margin: auto;
  top: 0;
  height: 100%;
}

.search-full input[type="search"] {
  border: 1px solid #fff;
}
.section .help-search {
  margin: 50px auto;
}
.help-search .icon-search{
  background-color:transparent;
  min-width:initial;
  border:none;
  width:50px;
  -webkit-box-pack:center;
  -moz-box-pack:center;
  -ms-flex-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #202020;
  content: "\1F50D";
  font-size: 18px;
  position: absolute;
  right: 0px;
  padding: 16px 10px;
}


.help-search input[type="search"] {
  border: 1px solid #ffffff;
  border-radius: 50px;
  box-sizing: border-box;
  color: #c8cdcd;
  height: 58px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
  background: #fff;
  font-size: 15px;
    font-weight: 600;
}  

[dir="rtl"] .help-search input[type="search"] {
  padding-right: 20px;
  padding-left: 20px;
}
.help-search input[type="search"]:focus {
  border: 1px solid #425a68;
  color: #425a68;
} 

.help-blocks {
  margin: 0;
  background-color: #f1f1f2;
  padding: 50px 0 50px;
}  
@media only screen and (max-width: 768px){
  .help-blocks {
    margin: 0;
    background-color: #f1f1f2;
    padding: 50px 0 20px;
  }  

}
.help-blocks .index-section--faq-images {
  margin: 0;
  background-color: #f1f1f2;
  padding: 0 0 0px;
}


.help-blocks .index-section--faq-images .faq-card {
  display: block;
  text-align: center;
  padding: 50px;
  background: #fff;
  margin-bottom: 25px;
  border-radius: 20px;
  box-shadow: 0 0 11px #eaeaea;
  transform: scale(1);
  transition: all .3s ease-in-out;
}

.aos-animate .image-wrap .lazyloaded:not([role="presentation"]), .aos-animate .image-wrap svg, .aos-animate .image-wrap .animate-me {
  animation: fade-in 1s cubic-bezier(.26,.54,.32,1) 0s forwards;
}
.help-blocks .index-section--faq-images .faq-card img {
  margin: 0 auto;
  max-width: 50px;
}
.help-blocks .index-section--faq-images .image-wrap{
  margin-bottom:10px; 
}
.help-blocks .index-section--faq-images .faq-card svg {
  margin: 0 auto;
  max-width: 100px;
  width: 100px;
  height: 50px;
}
.image-wrap img:not([role="presentation"]), .image-wrap svg, .image-wrap .animate-me {
  opacity: 1;
}
.image-wrap img:not([role="presentation"]) {
  display: block;
}
.help-blocks .index-section--faq-images .faq-card h2 {
  text-transform: capitalize;
}
.help-blocks .index-section--faq-images .faq-card h2 {
  margin-bottom: 0;
  font-size: 1.41286em;
}

@media only screen and (max-width: 768px){
  .help-blocks .index-section--faq-images .faq-card {
    padding: 21px 25px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 15px;
  }
  .help-blocks .index-section--faq-images .faq-card .image-wrap {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .help-blocks .index-section--faq-images .faq-card img {
    max-width: 40px;
  }
  .help-blocks .index-section--faq-images .faq-card svg {
    max-width: 35px;
    width: 35px;
    height: 35px;
  }
  .help-blocks .index-section--faq-images .faq-card .medium-up--hide svg {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 13px;
  }
}


.page-blocks > div:first-child .index-section {
  margin-top: 0;
}
.index-section--faq-menu-sub {
  background-color: #f1f1f2;
  padding: 50px 0;
} 

.index-section--faq-menu-sub .faq-card {
  display: block;
  text-align: center;
  padding: 35px 10px;
  background: #fff;
  margin-bottom: 0;
  border-radius: 20px;
  box-shadow: 0 0 11px #eaeaea;
  transform: scale(1);
  transition: all .3s ease-in-out;
  position: relative;
}
.index-section--faq-menu-sub .faq-card .image-wrap {
  background: transparent;
} 
.index-section--faq-menu-sub .faq-card img {
  margin: 0 auto;
  max-width: 50px;
}

.index-section--faq-menu-sub .faq-card svg {
  margin: 0 auto;
  max-width: 100px;
  width: 100px;
  height: 46px;
  margin-bottom: 8px;

}



.index-section--faq-menu-sub .faq-card h2 {
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  font-size: 1.2em;
}  
.index-section--faq-menu-sub .faq-card.faq-card-active::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  border-top-color: transparent;
  border-top-width: medium;
  border-right-color: transparent;
  border-right-width: medium;
  border-bottom-color: transparent;
  border-bottom-width: medium;
  border-left-color: transparent;
  border-left-width: medium;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #fff0;
  border-top-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}  

.index-section--faq-menu-sub .faq-category-dl .page-faqs-menu .collapsible-trigger {
  padding: 15px 40px 15px 26px;
  width: 100%;
  text-align: left;
  border: 2px solid;
  border-radius: 50px;
  background: #fff;
  font-size: 1.2em;
  font-weight: 700;
  position: relative;
}    



@media only screen and (min-width: 769px){

  .medium-up--hide {
    display: none !important;
  } 
}

@media only screen and (max-width: 768px){
  .small--hide {
    display: none !important;
  }  
}
.index-section--faq-menu-sub .faq-category-dl .page-faqs-menu .collapsible-trigger .collapsible-trigger__icon {
  right: 10px;
  left: auto;
  position: absolute;
}
.index-section--faq-menu-sub .faq-category-dl .page-faqs-menu .collapsible-trigger .collapsible-trigger__icon .icon {
  
}


.collapsible-content--all {
  display:none;
}
.collapsible-content {
  transition: opacity .3s cubic-bezier(.25,.46,.45,.94),height .3s cubic-bezier(.25,.46,.45,.94);
}    

.index-section--faq-menu-sub .faq-category-dl .page-faqs-menu .collapsible-content__inner--faq .faq-category-dl-ul-ul {
  margin: 0;
  list-style: none;
}    
.index-section--faq-menu-sub .faq-category-dl .page-faqs-menu .collapsible-content__inner--faq .faq-category-dl-ul-ul li {
  margin-top: 10px;
}   
.index-section--faq-menu-sub .faq-category-dl .page-faqs-menu .collapsible-content__inner--faq .faq-category-dl-ul-ul li a {
  display: block;
  border: 1px solid #bdbdbd;
  padding: 13px 40px;
  border-radius: 50px;
  background: #fff;
  text-decoration: none;
  color: #1f1f1f;
}   
.index-section--faq-menu-sub .faq-category-dl .page-faqs-menu .collapsible-content__inner--faq .faq-category-dl-ul-ul li a h2 {
  margin: 0;
  text-transform: capitalize;
  font-size: 15px;
  color: #1f1f1fc7;
  font-weight: 500;
}  


#help .section-faq .wrapper{
  max-width: 1150px;
}

#help .section-faq .section__kicker{
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1.7em;
  padding-bottom:25px;

}
#help .section-faq .standard__kicker{
  font-weight: 600;
  font-size: 1.3em;
  text-transform: capitalize;
}


#help .section-faq .accordion__title, #help .section-faq .accordion__title.strong, #help .section-faq .accordion__title .strong {
  font-weight: 500;
  font-size: calc(12.51022px * var(---font-adjust-accent));
  text-transform: capitalize;
}


/*influencer*/
 .care-plans-container {
    margin-top: 50px
  }

  .care-plans-container .care-plans-header .care-plans-title {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    padding-bottom: 0;
    margin: 0
  }

  .care-plans-container .care-plans-header .care-plans-discription {
    padding: 22px 0 50px
  }

  .care-plans-container .care-plans-header .care-plans-discription p {
    line-height: 1.8;
    color: #637381;
    text-align: center;
    margin: 0 auto;
    max-width:1200px;
  }



.influencer-contactus .grid__item{
  margin-bottom:25px; 
}
@media only screen and (max-width: 768px){
  .influencer-contactus .grid__item{
    margin-bottom:18px; 
  }
}
  .influencer-grid-item{
    border-radius: 8px;
  }

  .influencer-contactus .overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    margin: auto;
  }


  .influencer-grid-item .overlay h5 {
    font-size: 12px;
    margin: 0;
    font-weight: 600;
    color: white;
    position: relative;
    top: -5px;
    background: #002970;
    display: inline-block;
    padding: 3px 5px;
  }

  .influencer-grid-item .overlay h4 {
    color: white;
    font-size: 30px;
    margin: 0;
    font-weight: normal;
    letter-spacing: 0;
    font-weight: 600;
    margin: 0px 0 15px;
  }

  .influencer-grid-item .overlay p {
    font-size: 14px;
    color: white;
    margin: 0px 0 0;s
  }
  .influencer-grid-item .overlay p img {
    height: 14px;
    display: inline;
    margin-right: 10px;
  }
  .influencer-section .grid__item .shg-btn {
    border-style: solid;
    margin-top: 18px;
    margin-bottom: 10px;
    padding-top: 13px;
    padding-left: 40px;
    padding-bottom: 13px;
    padding-right: 40px;
    border-top-width: 2px;
    border-left-width: 2px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-color: #202020;
    border-radius: 30px;
    background-color: #202020;
    text-align: center;
    text-decoration: none;
    background-image: none;
    hover-type: color;
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
    font-weight:700;
  }


/*== page become ======*/
.page-form-conunt .submit-button-container {
	text-align: center
}

.page-form-conunt .form-group-header {
	font-size: 15px;
	line-height: 17px;
	letter-spacing: .02em;
	color: #232b38;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #383e47
}

.page-form-conunt .form-fields-holder {
	padding: 25px 0 20px
}



.page-form-conunt .form-fields-holder .form-groups .col-sm-6:first-child {
	padding-left: 0
}

.page-form-conunt .form-fields-holder .form-groups .col-sm-6:last-child {
	padding-right: 0
}

.page-form-conunt .form-fields-holder .form-groups .col-sm-3:first-child {
	padding-left: 0
}

.page-form-conunt .form-fields-holder .form-groups .col-sm-3:last-child {
	padding-right: 0
}

.page-form-conunt .form-fields-holder .form-groups .col-sm-12 {
	padding-left: 0!important;
	padding-right: 0!important
}

.page-form-conunt .form-fields-holder .form-groups label {
	font-weight: 700;
	display: inline-block;
	font-size: 13px;
	line-height: 19px;
	margin: 0 0 14px 0;
	text-align: left;
	text-transform: uppercase
}

.page-form-conunt .form-fields-holder .form-groups label .support-form-required {
	display: inline-block;
	font-size: 15px;
	line-height: 15px;
	color: #de3618
}

.page-form-conunt .form-fields-holder .form-groups input {
	width: 100%;
	margin: 0;
	max-width: 100%!important;
	padding: 12px 12px 12px!important;
	border: 1px solid #cbcbcb!important
}

.page-form-conunt .form-fields-holder .form-groups .input-holder-main-gender .radio-checkbox {
	display: inline-block;
	width: 44%
}

.page-form-conunt .form-fields-holder .form-groups .input-holder-main-gender .radio-checkbox span {
	display: inline-block;
	font-size: 15px;
	line-height: 28px;
	color: #232b38;
	text-transform: uppercase;
	margin-left: 10px;
	vertical-align: top
}

.page-form-conunt .form-fields-holder .form-groups .input-holder-main-gender .radio-checkbox input {
	position: relative;
	width: 28px;
	height: 28px;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	min-width: auto;
	margin: 0;
	border: 1px solid #ececec
}

.page-form-conunt .form-fields-holder .form-groups .input-holder-main-gender .radio-checkbox input:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	right: 0;
	width: 18px;
	height: 18px;
	background-color: #ececec
}

.page-form-conunt .form-fields-holder .form-groups .input-holder-main-gender .radio-checkbox input:checked {
	border-color: #232b38
}

.page-form-conunt .form-fields-holder .form-groups .input-holder-main-gender .radio-checkbox input:checked:before {
	background-color: #232b38
}

.page-form-conunt .form-fields-holder .form-groups .select-border-arrow {
	background-image: none;
	padding: 12px 40px 12px 15px;
	background: #fff url(https://cdn.shopifycdn.net/s/files/1/0031/8908/0128/files/black-down-arrow.png?15099) no-repeat center right;
	width: 100%;
	border-radius: 5px;
}

.page-form-conunt .form-fields-holder .form-groups input[type=checkbox] {
	position: relative;
	padding: 0;
	bottom: -8px;
	width: 28px;
	height: 28px;
	margin: 0 10px 0 0;
	border: 1px solid #232b38;
	background-color: transparent;
	vertical-align: baseline;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: inline-block!important
}

.page-form-conunt .form-fields-holder .form-groups input[type=checkbox]:checked {
	display: inline-block!important;
	background: url(https://cdn.shopifycdn.net/s/files/1/0031/8908/0128/files/black-down-arrow.png?15099) no-repeat center center
}

.page-form-conunt .form-fields-holder .form-groups textarea {
	width: 100%;
	height: 136px;
	resize: none;
	max-width: 100%
}

.page-form-conunt .form-fields-holder .form-groups .privacy-wrap {
	display: inline-block;
	width: 74%;
	vertical-align: middle;
	padding-top: 7px
}

@media only screen and (min-width:1025px) {
	.page-form-conunt .form-fields-holder {
		padding: 25px 0 60px
	}
}

@media (max-width:767px) {
	.page-form-conunt .form-fields-holder .form-groups .col-sm-6 {
		width: 100%!important;
		padding: 15px 0!important;
		flex: 0 0 100%!important;
		max-width: 100%!important
	}

	.page-form-conunt .form-fields-holder .form-groups .col-sm-3 {
		padding: 5px 0!important
	}
}
/*==End page become=======*/























.sf__ms {
    position: relative
}

@media(max-width:767px) {
    .sf__ms:not(.sf__ms--slider) {
        margin-left: -1rem;
        margin-right: -1rem;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-left: 1rem
    }

    .sf__ms::-webkit-scrollbar {
        display: none
    }

    .sf__ms-wrapper {
        display: flex
    }

    .sf__ms-wrapper--max {
        width: max-content
    }

    .sf__ms-wrapper:not(.swiper-container-initialized)>* {
        flex: none;
        width: var(--mobile-column-width, 66.66vw)
    }

    .sf__ms-wrapper:not(.swiper-container-initialized):after {
        content: "";
        flex: 0 0 calc(var(--column-gap-mobile, var(--column-gap))/2)
    }
}

@media(max-width:375px) {
    .sf__ms-wrapper:not(.swiper-container-initialized)>* {
        width: 66.66vw !important
    }
}

.sf-column {
    padding: 0 calc(var(--column-gap)/2) var(--row-gap, var(--column-gap))
}

@media screen and (max-width:1279px) {
    .sf-column {
        padding: 0 calc(var(--column-gap)/2/2) calc(var(--row-gap, var(--column-gap))/2)
    }
}

@media screen and (max-width:767px) {
    .sf-column {
        padding: 0 calc(var(--column-gap-mobile, var(--column-gap))/2) calc(var(--row-gap-mobile, var(--column-gap)))
    }
}
















