/** Shopify CDN: Minification failed

Line 469:0 Unexpected "}"

**/
#CartDrawer .drawer-product-recommandation:empty,
.drawer-product-recommandation:has(.cart__recommendations-list:empty){
  display: none;
}
#CartDrawer .drawer-product-recommandation{
  display: none;
}
#CartDrawer .cart__recommendations-inner {
  margin-top: 20px;
  margin-left: -40px;
  margin-right: -40px;
  padding: 10px 25px;
  background: #f4f6f8;;
}
#CartDrawer .cart__recommendations-inner .grid-product__title {
  white-space: nowrap;
  max-width: 95%;
  overflow: hidden;
  font-size: 85%;
  text-overflow: ellipsis;
  font-weight: 300;
  text-align: center;
}

#CartDrawer .drawer-product-recommandation .section-header__title {
  font-size: 90%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
#CartDrawer .drawer-product-recommandation .product--grid .grid-product__link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#CartDrawer .drawer-product-recommandation .grid-product__image-mask {
  width: 90px;
  margin: 0 auto;
}
/* #CartDrawer .drawer-product-recommandation .grid-product__content .image-wrap img,
#CartDrawer .drawer-product-recommandation .grid-product__content .image-wrap img svg{
  opacity:1;
} */
#CartDrawer .drawer-product-recommandation .grid.product--grid:after{
  display: none;
}
#CartDrawer .drawer-product-recommandation .grid__item.grid-product {
  width: 100%;
  padding-left: 16px;
}
#CartDrawer .drawer-product-recommandation .grid__item.grid-product .grid-product__meta{
  width: 100%;
  text-align: center;
}

#CartDrawer .remaining-amount-message,
#CartDrawer .Free-shipping-message,
#CartDrawer .empty-cart-message {
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0;
}
#CartDrawer progress {
  border-radius: 5px;
  width: 100%;
  height: 8px;
  border: 1px solid #81818138;
}
#CartDrawer progress::-moz-progress-bar {
  background: #EAEAEA;
}
#CartDrawer progress::-webkit-progress-value {
  background: var(--colorBtnPrimary);
}
#CartDrawer progress::-webkit-progress-bar {
  background: #EAEAEA;
}


#CartDrawer .progress-container {
  text-align: center;
  line-height: 0;
}
#CartDrawer .drawer__fixed-header .drawer__title {
  font-size: 18px;
  display: flex;
  gap: 10px;
  line-height: 1;
}

#CartDrawer .drawer__fixed-header,
#CartDrawer .drawer__header {
  height: 45px;
  padding-bottom: 0;
  padding-top: 7px;
  margin-bottom: 10px;
}
#CartDrawer .free-shipping-section {
  padding: 0 30px;
}
#CartDrawer .drawer__close-button {
  top: -8px;
}
#CartDrawerForm .drawer__scrollable {
  padding-top: 15px;
}
#CartDrawer .drawer__title .cart_general_title {
  line-height: 1.3;
}
#CartDrawer .drawer__contents{
  padding-bottom: 55px;
}
#CartDrawer .drawer-product-recommandation .grid__item.grid-product .grid-product__meta .quick-shop-lable{
  padding-top: 10px;
  font-size: 85%;
  font-weight: 600;
  cursor: pointer;
  display: block;
}
#CartDrawer .drawer-product-recommandation .grid__item .price-btn-wraper{
  display: flex;
  justify-content: center;
  align-items: center;
}
#CartDrawer .drawer-product-recommandation .quick-add-cart{
  line-height: 1;
  padding: 0;
  padding-top: 5px;
  padding-left: 5px;
  align-self: center;
}
#CartDrawer .drawer-product-recommandation .quick-add-cart.adding{
  pointer-events: none;
}
#CartDrawer .drawer-product-recommandation .quick-add-cart svg,
#CartDrawer .drawer-product-recommandation .quick-add-cart img{
  width: 16px;
  height: 16px;
}


@media screen and (max-width: 999px) {
  #CartDrawer .drawer-product-recommandation.desktop-hide{
    display: block;
  }
  .drawer-product-recommandation.desktop-hide:has(.cart__recommendations-list:empty){
    display: none !important;
  }
  #CartDrawer .cart__recommendations-list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(64vw, 1fr);
    grid-gap: 22px;
  }
  #CartDrawer .cart__recommendations-list .product-recommendations {
    display: flex;
    flex-direction: row;
    align-items: center;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    scroll-margin: 40px;
    padding-left: var(--drawer-gutter);
    padding-right: var(--drawer-gutter);
  }
  #CartDrawer .drawer-product-recommandation .section-header__title{
    text-align: left;
    margin-bottom: 15px;
    padding-left: var(--drawer-gutter);
    padding-right: var(--drawer-gutter);
  }
  #CartDrawer .cart__recommendations-list .grid-product__image-mask {
    margin: 0 24px 0 0;
    width: 75px;
    flex: none;
  }
  #CartDrawer .cart__recommendations-list .grid-product__meta {
    text-align: left;
     min-width: 0;
  }
  #CartDrawer .drawer-product-recommandation .scroller {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    margin-left: -40px;
    margin-right: -40px;
    scrollbar-width: none;
  }
  #CartDrawer .drawer-product-recommandation .scroller__inner {
    min-width: min-content;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  #CartDrawer .drawer-product-recommandation .scroller::-webkit-scrollbar {
    display: none;
  }
  #CartDrawer .drawer-product-recommandation .product--grid .grid-product__link{
    flex-direction: row;
    align-items: flex-start;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    scroll-margin: 40px;
  }
  #CartDrawer .drawer-product-recommandation .grid__item.grid-product .grid-product__meta{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    line-height: 1.5;
  }
  #CartDrawer .drawer-product-recommandation .grid__item .price-btn-wraper{
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #CartDrawer .remaining-amount-message, 
  #CartDrawer .Free-shipping-message, 
  #CartDrawer .empty-cart-message{
    font-size: 12px;
  }
 #CartDrawer .cart__recommendations-inner .grid-product__title{
    width: 75%;
  }
}

@media (max-width: 390px) {
  .drawer {
    width: 100%;
    max-width: 100%;
  }
  #CartDrawer .cart__recommendations-inner .grid-product__title{
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  #CartDrawer .drawer-product-recommandation.mobile-hide{
    display: block;
  }
  .drawer-product-recommandation.mobile-hide:has(.cart__recommendations-list:empty){
    display: none !important;
  }
  #CartDrawer .drawer-product-recommandation {
    position: absolute;
    top: 0;
    right: 100%;
    width: 240px;
    height: 100%;
    overflow: hidden;
    text-align: center;
  }
  #CartDrawer .cart__recommendations-inner {
    margin: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: -10px 0 24px 4px rgb(40, 40, 40,.05) inset;
    transition: transform .25s ease-in;
  }
}


@media (max-height: 400px) {
/*   #CartDrawer .drawer__footer {
    position: absolute;
    bottom: 0;
    padding-bottom: 0;
    background: #fff;
  } */
  #CartDrawer .drawer__contents{
    padding-bottom: 0px;
  }
}


/* service section css start */

.services_wrapper_ctm ul.img_text {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: left;
    margin: 12px 0px;
/*    justify-content: space-between; */
}

.services_wrapper_ctm .img_text li:nth-child(odd) {
   
    width: fit-content;
}

.services_wrapper_ctm .img_text li {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
   min-width: 90px;
}
.services_wrapper_ctm .img_wrapper {
    max-width: 55px;
    margin: 0 10px 0 0;
    display: block;
}

.services_wrapper_ctm .img_wrapper img {max-width: 100%;border: 0;}

.services_wrapper_ctm p {
    text-align: center;
    font-size: 12px;
}

@media only screen and (max-width: 768px){
   .services_wrapper_ctm ul.img_text {
   justify-content: space-between;
}
   .services_wrapper_ctm .img_wrapper {
      max-width: 35px;
  }

  .services_wrapper_ctm .img_text li {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    min-width: 0px;  
 }
  
.services_wrapper_ctm .img_text li {
  max-width: 140px;
}
  
}
.rte-setting a:not(.rte__image):not(.btn):not(.spr-summary-actions-newreview) {
 font-size:13px;
 text-decoration: none !important;
 border-bottom: none !important; 
 display: inline-block;
 padding: 0 5px; 
}

.rte-setting a:not(.btn):not(.spr-summary-actions-newreview):after {
   border-bottom: none !important;
}

/* service section css end */
#insta-feed h2 {
    margin-bottom: 50px !important;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    padding-top: 60px;
}
@media only screen and (min-width: 769px){
  .img_blocks_ctm .grid--uniform .medium-up--one-half:nth-of-type(odd),
  .img_blocks_ctm .grid--uniform .medium-up--one-third:nth-of-type(3n + 1) {
      clear: inherit;
    }
    .img_blocks_ctm .medium-up--one-half {
      width: 25%;
    }
    .img_blocks_ctm .two_grid{
        width: 50%;
    }
}
  .img_blocks_ctm .text-spacing{
    margin-bottom:0px;
  }
  .img_blocks_ctm .rte-setting.text-spacing {
    background: #F1F7FC;
    text-align: left;
    padding: 30px;
    min-height: 240px;
}
  .page-width.img_blocks_ctm {
    max-width: 1170px;
    padding:0 15px;
}
.img_blocks_ctm h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  line-height: 36px;
  padding-top: 36px;
}
.ctm_spc {
  margin-top: 20px;
}

@media only screen and (min-width: 991px) & (max-width: 1140px){
.img_blocks_ctm .rte-setting.text-spacing {
    min-height: 270px;
}
}
@media only screen and (min-width: 768px) & (max-width: 990px){
.img_blocks_ctm .rte-setting.text-spacing {
    min-height: 340px;
}
}


/* instagram section */

.ooo-instagram-header h2 {
  font-weight:300;
  font-size: 30px;
}



/*  */

/* cart single product upsell */
.upsell_wrp_box {
  background: #f4f6f8;
  margin: 0 auto;
  /* border-radius: 10px; */
  position: relative;
}
.upsell_pdt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
}
/* p.upsell_prc {
  font-size: 12px;
  color: rgb(var(--product-on-sale-accent));
  font-weight: 600;
} */
.single_pdp_upsell_wrp {
    margin: 10px 20px 10px;
}
.upsell_prc_wrp {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap:6px;
}
.upsell_prc_wrp p {
  margin: 0;
  padding: 0;
  font-size:14px;
  
}
p.upsell_cprc {
  text-decoration: line-through;
  font-size:14px;
}
p.upsell_cprc.cprice.remove_line_through {
  text-decoration: none;
}
p.upsell_tit {
    margin-bottom: 5px;
    line-height: normal;
    font-size: 16px;
}
}
a.btn_plus {
  width: 40px;
  height: auto;
  display: block;
}
a.btn_plus svg {
  width: 100%;
}
.hideupsell{
  display:none;
}

div#upsell-avaiable-false a.btn_plus.upsell_cart_btn_1 {
  cursor: not-allowed;
  opacity: 0.5;
}
div#upsell-avaiable-false .atc_btn_wrp {
  margin-top: 20px;
}
h3.hed_upsell {
  margin-bottom: 0px;
  padding: 7px 0px 7px 0px;
  font-size:14px;
  font-weight:600;
}
.upsell_content {
    width: 70%;
}
.upsell_img {
    width: 15%;
    margin-right: 20px;
    min-width: 65px;
}

img#img_id {
    display: flex;
}
/* cart single product upsell */

/*  */
/* home page new design section css start here 21-12-2023 */



.hero_banner_inner_text.background-media-text__text {
    width: 100% !important;
   padding: 100px 0 400px !important;
}
p.h3.hero_content {
    color: #17262b!important;
    font-family: Lato!important;
    font-weight: 400!important;
    margin: 0!important;
    font-size: 42px!important;
    line-height: 50px!important;
}
.rte.background-media-text__subtext.hero_subtxt p {
    font-size: 24px!important;
    line-height: 29px!important;
    font-weight: 300!important;
    margin: 30px 0px 30px 0!important;
    color: #17262b!important;
    font-family: Lato!important;
}
a.btn.hero_btn {
    margin-top: 0;
}

.hero_banner_ctm .background-media-text__aligner.background-media-text--center {
    margin: 0;
}

/*sec logo list  */


.heading_inline_list.home_logo_list {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 20px 15px;
    background-color: #f3f8fc;
}
h3.hed_only {
    margin-bottom: 0;
    font-size: 25px;
    font-family: Lato;
    font-weight: 300;
    line-height: 36px;
    text-align: center;
    display: flex;
    max-width: calc(100%/12*2);
    flex-basis: calc(100%/12*2);
    text-align: center;
    justify-content: center;
    align-items: center;
}
.home_logo_list .logo-bar{
  margin-bottom: 0px;
}
.item_logo_items {
  max-width: calc(100%/12*10);
  flex-basis: calc(100%/12*10);
}
h2.section-header__title, .text-with-icons__title.section-header h2 {
    margin: 0;
    font-size: 30px;
    font-family: Lato;
    font-weight: 300;
    line-height: 36px;
    text-align: center;
}
.read_more_btn {
    text-align: center;
}
.read_more_btn a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    background-color: #ff8469!important;
    color: #fff!important;
    padding: 10px 20px 12px 18px !important;
    font-size: 15px!important;
    line-height: 23px!important;
    font-family: Lato!important;
    font-weight: 400!important;
    text-transform: uppercase!important;
    letter-spacing: 2px!important;
}
.read_more_btn a:hover {
    background-color: #ff5a36!important;
    color: #fff!important;
    border: 0;
}
/* slider dots mobile */
.mobile_logo_slider .flickity-page-dots .dot.is-selected:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  background: #000;
}
.mobile_logo_slider .flickity-page-dots .dot{
  opacity: 1;
  cursor: pointer;
  border-color: #000;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: 0 0;
  border: 2px solid;
  position: relative;
}
/* feature collection */

.grid-product__title.grid-product__title--heading {
    font-size: 17px;
    margin-top: 0;
    text-transform: initial;
    text-align: left;
    font-family: Lato;
    font-weight: 700;
    color: #32525d;
    margin-bottom: 6px;
}
span.grid-product__price--original {
    text-decoration: line-through;
    color: #32525d;
    font-weight:300;
    font-size: 16px;
    padding-right: 8px;
}
.grid-product__price .prc_box {    
        /* color: #FF8F76; */
    font-weight: 300;
    font-size: 16px;
    padding-right: 8px;
}
.grid-product__price .prc_box.prc_w_cmpr  {    
    color: #FF8F76;
    font-weight: 400;
}


/* image blocks with text      text with icons */
.coulms_txt_box .img_top {
    height: auto;
    width: 50px;
    margin: 0 auto;
}
.coulms_txt_box .text-with-icons__block-title h3 {
    font-weight: 400;
    margin: 20px 0 0!important;
    font-size: 17px!important;
    font-family: Lato!important;
    text-align: center!important;
    color: #17262b!important;
}
.coulms_txt_box .text-with-icons__block-text p {
    margin: 15px 0 0;
    font-size: 17px;
    font-family: Lato;
    font-weight: 300;
    line-height: 26px;
}
.coulms_txt_box .text-with-icons__blocks .text-with-icons__block{
  padding: 15px;
}
.coulms_txt_box .text-with-icons__blocks{
  padding: 15px;
}
.template-index .tit_wr.h1.appear-delay {
    margin: 0 0 30px;
    font-size: 17px;
    font-family: Lato;
    font-weight: 300;
    text-align: center;
    color: #17262b;
    font-weight: bold;
}
.template-index .tit_wr.h1.appear-delay span {
    font-weight: 300;
}
.template-index .content_wr.rte.appear-delay-1 p {
    font-size: 30px;
    font-family: Lato;
    font-weight: 300;
    line-height: 36px;
    text-align: center;
    margin-bottom: 20px;
}
.template-index .img_text_blocks .feature-row{
  margin: 0 auto;
  padding-top: 76px;
  padding-bottom: 76px;
}
.template-index .img_text_blocks .feature-row-wrapper {
    padding: 0 15px;
    width: 100%;
    margin: auto;
    max-width: 1170px;
}
.template-index .img_text_blocks .appear-delay-2{
  text-align: center;
}
.template-index .img_text_blocks .feature-row__text {
    min-width: 50%;
    flex: 0 1 50%;
}
.template-index .img_text_blocks .feature-row__item {
    flex: 0 1 50%;
    margin: 0 auto;
}
.template-index .img_text_blocks .content_wr.rte.appear-delay-1 {
    margin: 0 50px 30px;
}
.template-index .img_text_blocks .feature-row__item.feature-row__text.feature-row__text--right.text-left {
    padding-right: 0;
}
.template-index .index-section.img_text_blocks {
    margin-bottom: 38px;
}

/* home newsletter */
.hom_newsletter .form_area_box {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.hom_newsletter .form_left_desc {
    text-align: left;
}
.hom_newsletter .theme-block.form_inner_area_box {
    width: 50%;
    margin-bottom: 0;
}
.hom_newsletter .input-group.newsletter__input-group {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
    max-width: none;
}

.mobile_show{
  display: block;
}
.desktop_show{
  display: none;
}
.desktop_view{
  display: none;
}
p.h3.form_left_hed {
    font-family: Lato;
    font-weight: 300;
    font-size: 30px;
}
.rte.form_sub_hed p {
    font-family: Lato;
    font-weight: 300;
    font-size: 17px;
}
@media only screen and (min-width: 769px){

  .my_width {
      padding: 0 40px;
      padding: 0 15px;
      width: 100%;
      margin: auto;
      max-width: 1170px;
  }
  .pg_wdt {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    padding: 0 50px;
  }
  .home_logo_list .logo-bar__item {
      flex: 0 1 100px !important;
      margin: 0 auto !important;
  }
  .mobile_show{
    display: none;
  }
  .desktop_show{
    display: block;
  }
  .desktop_view{
    display: flex;
  }
}
@media only screen and (max-width: 768px){
  .template-page .background-media-text__inner {
    top: 30px;
  }
  .template-page .banner_img_text_box .background-media-text__text {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 10px;
      /* padding-top: 10px; */
      width: 100%;
  }
  .coulms_txt_box .text-with-icons__blocks .text-with-icons__block {
    padding: 15px 0;
  }
  .box_advance_content.custom__item.small--one-whole.one-half.align--center{
    padding-left: 17px !important;
  }
  p.h3.hero_content{
    font-size: 38px!important;
    padding-bottom: 44%;
    padding-top:15px;
  }
  .rte.background-media-text__subtext.hero_subtxt p{
    font-size: 20px !important;
  }
  .hero_banner_inner_text.background-media-text__text{
    padding: 15px !important;
  }
  .hero_banner_ctm .background-media-text, .background-media-text__inner{
    position: absolute  !important;
    
  }
  .hero_banner_ctm .background-media-text__inner{
    top: 0;
  }
  /* .hero_banner_inner_text.background-media-text__text {
    background: #fff !important;
  } */
  .hero_banner_ctm .background-media-text__container, .background-media-text__video{
    height: 100% !important;
    position: relative  !important;
  }
  .hom_newsletter .page-width.text-center.form_area_box, .heading_inline_list.home_logo_list {
      flex-direction: column;
  }
  .hom_newsletter .theme-block.form_inner_area_box {
      width: 100%;
  }
  h3.hed_only{
    max-width: 100%;
    margin-bottom: 10px;
  }
  .mobile_single .grid__item.grid-product.small--one-half {
    width: 100%;
  }
   .coulms_txt_box .text-with-icons__blocks{
    padding: 0px 0px;
  }
 .template-index .img_text_blocks .content_wr.rte.appear-delay-1{
    margin: 0 !important;
    padding-right: 15px;
    padding-left: 15px;
  }
  .template-index .img_text_blocks .feature-row__item.feature-row__text.feature-row__text--right.text-left{
    padding-right: unset;
    padding-left: unset;
  }
  .template-index .img_text_blocks .feature-row-wrapper{
    padding: 0;
  }
  .template-index .img_text_blocks .feature-row{
    flex-direction: column-reverse;
    gap: 40px;
    padding-top: 30px;
    padding-bottom: 35px;
  }
 .template-index .content_wr.rte.appear-delay-1 p{
      font-size: 28px;
  }
  h2.section-header__title, .text-with-icons__title.section-header h2{
    padding-top: 20px;
  }
  .text-with-icons__block-icon{
    margin-top: 40px;
  }
  .mobile_logo_slider .logo-bar__item{
    width: 100%;
    /* height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; */
  }
  .mobile_logo_slider .logo-bar__image{
    max-width: 50%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .mobile_logo_slider .logo-bar__item{
      margin: 0px 15px 15px;
  }
  .home_logo_box{
      padding-top: 0px;
      padding-bottom: 30px !important;
        margin-top: 40px;
  }
   .mobile_logo_slider .flickity-page-dots{
    bottom: 0px;
  }
 

}




/* page uber-uns  */


.banner_img_text_box .background-media-text__text {
    text-align: center;
    font-size: 1.1em;
    background: transparent;
    padding: 30px;
    width: 70%;
    margin: 0 auto;
}
.banner_img_text_box .background-media-text__aligner.background-media-text--center {
    text-align: center;
}

.box_advance_content .read_more_btn a {
    margin-left: initial;
}
.heding_of_content {
  font-family: Lato;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  margin: 0;
  text-align: left;
  color: #ff8469;
}
.desc_of_content p {
  font-size: 17px;
  font-family: Lato;
  font-weight: 300;
  line-height: 26px;
  margin: 20px 0 0;
}
.box_advance_content.custom__item.small--one-whole.one-half.align--center {
  /* align-self: auto; */
  padding-left: 35px;
}

.cstm_img_size .image-wrap {
    background: transparent;
    margin: 0 auto;
    width: 180px;
    padding: 0 !important;
    height: auto !important;
}
.desc_of_content {
  margin: 20px 0 30px;
}
.text_colum_img_width{
  margin: 0 auto;
}

/* unsere partnership */
button.collapsible-trigger.collapsible-trigger--inline.collapsible--auto-height.text-left {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 100%;
    padding-left: 0;
      align-items: center;

}
span.collapsible-trigger__icon.collapsible-trigger__icon--circle.collapsible-trigger__icon--open {
    position: relative;
    transform: unset;
}
.collapsible-content__inner.collapsible-content__inner--faq.rte ul li {
    padding-bottom: 20px;
    list-style-type: none;
}
.collapsible-content__inner.collapsible-content__inner--faq.rte ul {
    margin-left: 0;
}
button.collapsible-trigger.is-open .icon_wrp::after {
    content: '\2014';
    font-size: 24px;
    line-height: normal;
}
span.icon_wrp::after {
    content: '+';
    font-size: 27px;
    line-height: normal;
}
p.btm_txt {
    margin: 0;
    padding: 15px 0;
    font-size: 17px;
    font-family: Lato;
    font-weight: 300;
    color: #17262b;
}




/* header langunage selector dropdown  css start here*/
.desktop_selector .multi-selectors__item .disclosure, .mobile_selector_lang .multi-selectors__item .disclosure  {
    position: relative;
    border: 1px solid;
    padding: 2px 10px;
}
.desktop_selector .page-width {
    padding: 0 12px;
}

.mobile_selector_lang .toolbar.small--hide {
    display: flex !important;
}
.mobile_selector_lang .page-width {
    max-width: fit-content;
    margin: 0;
    padding: 0;
}
.mobile_selector_lang .toolbar .multi-selectors__item{
  margin:0 !important;
}
/* header langunage selector dropdown  css end here*/


/* thank you page css start */
.ctm_video_box h2 {
    text-align: center;
    margin: 50px 0 40px;
    font-family: Lato;
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    color: #17262b;
}
.social_icons_wrp ul {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-bottom: 90px;
}
.social_icons_wrp ul .icon {
    width: 27px;
    height: 27px;
}
.page-width.ctm_video_box {
    padding: 0 15px;
    width: 100%;
    margin: auto;
    max-width: 1000px;
}
div#shopify-section-template--16313001410747__e938d412-eff7-4880-a380-5cb618fb5193 {
    margin-bottom: 40px;
}
.desk_img{
    display: block;
  }
  .mob_img{
    display: none;
  }
@media (max-width: 767px){
  .desktop_selector{
    display: none;
  }
  .ctm_video_box h2 {
    font-size: 30px;
    line-height: 44px;
  }
  .mobile_selector_lang .toolbar .multi-selectors__item, .toolbar__item:last-child, .mobile_selector_lang .page-width{
    width: 100%;
  }
  .mobile_selector_lang .page-width{
    max-width: 100%
  }
  .mobile_selector_lang .disclosure-list--down{
    width: 100%;
    top: -130px;
  }
  .desk_img{
    display: none;
  }
  .mob_img{
    display: flex;
  }
  .background-media-text__container.banner_img_text_inner.cstm_bn_box {
    height: auto;
  }
  .template-page .background-media-text__inner {
    top: 25%;
  }
  .drawer__scrollable{
    /* justify-content: space-between; */
    justify-content: flex-start;
    gap: 20%;
  }
  
}

/* thank you page css end*/

.lock-scroll body {
overflow: hidden !important;
}

.mobile_selector_lang {
    padding-bottom: 60px;
}

.sales-points  {
  text-align: left;
}


@media only screen and (max-width: 600px) {
.drawer__scrollable {
   display:block;
}
label.variant_boxed span {
 font-size: 14px;
}  
}  

/* css variant option design */
.temp_variant_design label.variant_boxed span {
  color: #ff8f76;
}
.temp_variant_design label.variant_boxed.variant__button-label {
  text-align: center;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.temp_variant_design label.variant_boxed p {
  font-weight: 700;
  margin-bottom: 0;
}
.temp_variant_design fieldset.ctm_var_wrp {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}
.temp_variant_design .ctm_var_wrp .variant-input {
  width: 100%;
  max-width: 30%;
}

button.appstle_order-detail_update-button.as-flex.as-items-center.as-pl-0 {
    display: none;
}