/** Shopify CDN: Minification failed

Line 16:0 All "@import" rules must come first
Line 17:0 All "@import" rules must come first
Line 18:0 All "@import" rules must come first

**/
@font-face {
  font-family: 'latoheavy';
  src: url('lato-heavy-webfont.woff2') format('woff2'),
    url('lato-heavy-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
  font-family: 'latolight';
  src: url('lato-light-webfont.woff2') format('woff2'),
    url('lato-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'oswalddemibold';
  src: url('oswald-demibold-webfont.woff2') format('woff2'),
    url('oswald-demibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}





body{   }
*{box-shadow:none !important; outline:none !important; }
.page-width{

  max-width:1650px;
  padding:0 15px;
}
.customer a, .link{
  font-size:18px;
  text-transform:uppercase;

} 

/*banner*/


.banner_img img {
  display: block;
  width: 100%;
}

.banner_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.main_banner {
  position: relative;
}
.contaniner {
  max-width: 1640px;
  margin: 0 auto;
  padding:0 20px;
}  
.banner_slider .contaniner {
  max-width:1520px;
}
.banner_slider{margin-bottom:30px;}

.banner_text_inner {
  max-width: 560px;
}

.banner_text_inner h4 {
  font-size: 25.5px;
  font-family: Lato,sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 20px;
  text-align: center;
  margin: 15px 0 10px;
}

.banner_text_inner h3 {
  font-size: 36px;
  text-transform: none;
  color: #fff;
  letter-spacing: 0;
  margin: 0;
  line-height: normal;
}

.banner_text_inner h2 {
  font-size: 70px;
  line-height:  normal;
  color: #fff; 
  letter-spacing: 0px;
  margin: 0; 
  font-weight:normal;
  text-transform:none;
  font-family: 'Lobster', cursive;
}
.banner_text_inner h2 p{

  font-weight:normal;
  margin:0;
}
.banner_text_inner h2 strong{
  font-size:48px;
  font-family: 'latoheavy';
  font-weight:normal;
}
.banner_text_inner h2 em{

  font-weight:700;
  font-style:inherit;
}


.banner_text_inner p.dcr {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 10px;
}


.flickity-page-dots{
  max-width: calc(100% - 140px);
  padding: 0 20px;
  text-align: center;
  left: 70px; bottom:23px;
}

.link_btn_banner a {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  border: #ca252c solid 1px;
  margin-right: 16px;
  text-decoration: none;
  list-style: none;
  height: auto;
  min-width: 0;
  text-align: center; 
  border-radius: 0;
  letter-spacing: 0.35px;
  display: table;
  line-height: normal;
  padding: 13px 20px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.link_btn_banner a span{    background: url(arrow.png) center center no-repeat;
  background-size: 13px;
  width: 13px;
  display: block;
  height: 13px;
  margin-left: 20px;}
.link_btn_banner a.heighlited{
  background: #ca252c;color:#fff;
}
.link_btn_banner a.heighlited:hover {
  background:none;color:#fff;
}
.link_btn_banner a:hover{
  background: #000; color:#fff;

} 
ol.flickity-page-dots .dot {
  width: 36px;
  height: 3px;
  border-radius: 0;
  background: #000;
  opacity: 0.4 !important;
  margin:0; 
  margin:0 6px;
}

ol.flickity-page-dots .dot.is-selected {
  opacity: 1 !important;
}

.banner_slider ol.flickity-page-dots .dot{
  background: #fff;
}

.main_banner_cover {
  width: 100%;
}
.banner_text.t_center .banner_text_inner {
  margin: 0 auto;
}
.banner_text.t_right .banner_text_inner {
  margin: 0 auto; margin-right:0;
}


.t_alignment_center .banner_text_inner {
  text-align: center;
}
.t_alignment_right .banner_text_inner {
  text-align: right;
}
.t_alignment_center .link_btn_banner {
  display: flex;
  justify-content: center;
}

.t_alignment_center .link_btn_banner a {
  margin: 0 8px;
}

.t_alignment_right .link_btn_banner {
  display: flex;
  justify-content: flex-end;
}

.t_alignment_right .link_btn_banner a{
  margin:0;
  margin-left:15px;
}


.t_alignment_left .link_btn_banner {
  display: flex;  

}
.t_alignment_left .link_btn_banner a{
  margin-right:15px;

}


/*featured collection*/
.collection-list-section{margin-bottom:60px;}
.slider_featured.slideThree .grid__item {
  width: 50%;
}
.spaced-section {
  margin-top: 0;
}
.h2, h2 {
  font-size: 14px;
  letter-spacing: 3px;
}

.collection-list-wrapper .collection-list {
  margin: 0;
}

.slider_featured .grid__item {
  padding: 0 8px;
} 

.slider_featured{display:block;}


.slider_featured .grid__item {
  padding: 0 10px;
}

.slider_featured {
  margin: 0;
  padding: 0 60px;
}


.slider_featured.slideThree .grid__item{
  width:33.33%; max-width:33.33%;
}
.slider_featured.slideFour .grid__item{
  width:25%;
}
.enable_coll_img .collection_des {
  width: 25%;
}
.enable_coll_img .slider_featured{width:75%;}
.enable_coll_img{display:flex;     align-items: flex-start;}
.featured_coll .title-wrapper-with-link {
  margin: 0;
  text-align: center;
  justify-content: center;
}
.collection_des{
  position:relative;	
}
.collection_des h3 {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  position: absolute;
  bottom: 5px;
  text-align: center;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-weight:500;
}
.collection_des img{
  display:block;
  width:100%;
}
.flickity-prev-next-button .flickity-button-icon {
  width: 16px;
}
.flickity-prev-next-button .flickity-button-icon {
  width: 16px;
  position: static;
}
.flickity-prev-next-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 12px -6px #000!important;
}
.featured_coll  {
  padding:40px 15px 0;
}
.enable_coll_img.right_slider {
  flex-direction: row-reverse;
}
.img_with_text .button {
  text-transform: uppercase;
}
.button, .button-label, .customer button, .shopify-challenge__button{
  font-size:14px;
}

/*collection list design*/
.new_colllist_design .collection-list__item{
  padding:0; border:0 !important;
}
.new_colllist_design .collection-list {margin:0 !important;}
.new_colllist_design .card{border:0 !important;}
.new_colllist_design .card--media .card__text-spacing{padding:0 ; background:none;}
.new_colllist_design .card--media .card--stretch{background:none;}
.new_colllist_design .card .icon-wrap{display:none;}
.new_colllist_design .card--media .card__text-spacing h3{text-align:center; font-size:22px; color:#000; letter-spacing:0.7px; text-transform:uppercase;    padding: 18px 0 10px;}
.new_colllist_design .collection-list__item .button {
  display: table;
  margin: 0 auto;
  text-transform: uppercase;

}


/*megamenu*/
.mega_headline .header__submenu {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  padding: 20px;
  left: 0;
  width: 100%;
}
.header__submenu{
  background:#fff; z-index:1;
}
.mega_headline .header__submenu .menu_cover_list {
  width: 25%;
  /*   border-right:1px solid #ccc; */
  padding-right:0;
  height:100%;
}
.mega_headline .header__submenu .menu_images_cover {
  width: 75%;    display: flex;
}
.menu_images_inner a {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.menu_images_inner p {
  margin: 0;
  font-size: 14px;
  line-height: normal; 
  font-weight: 400;
  color: #000;
  text-transform:uppercase;
  padding-top:10px;
}
.menu_images_inner img {
  display: block;
  width: 100%;
  object-position: center;
 
}
.mega_headline details-disclosure>details{position:static;}

.mega_headline .header__submenu .menu_cover_list li {
  padding: 0;
}
.list-menu__item {
  text-align: left;
}
.menu_images_inner {
  padding-left: 20px;
  width: 33.33%;
}
.list-menu__item:hover,.menu_images_inner a:hover p{color:#ca252c !important;}

.mega_headline .header__submenu  .header__menu-item{
  padding-left:0 !important;
  padding-top: 0;
}
.header{position:relative;}
.header__icon, .header__icon--cart .icon {
  height: auto;
  width: auto; text-decoration:none;
}
.header__icon{margin-left:40px;text-decoration:none;}
.cart-count-bubble {
  position: static;
  background: none;
  color: #000; 
  font-size:15px;
}
.header__inline-menu {
  width: 100%;
  text-align: left;
  max-width: 1500px;
  position: relative;
}

/*end megamenu*/


.image-with-text{margin-top:0 !important; padding-top:50px; padding-bottom:50px;}
.image-with-text__heading{
  font-size:24px; letter-spacing:1.5px; text-transform:uppercase;
}
.image-with-text__text p {
  font-size: 16px;
  line-height: 28px; 
}
.image-with-text__content .image-with-text__text{
  margin-top:5px;
}
.image-with-text .image-with-text__content{
  align-items:center;
}

.button, .customer button, .shopify-challenge__button {
  border: #000 solid 1px;
  background: #000;
  color: #fff;
}
.button:hover, .customer button:hover, .shopify-challenge__button:hover{
  background: #fff;
  color: #000;
} 
.title-wrapper-with-link {
  align-items: center;
  text-align: center;
  justify-content: center; margin:0;
}

/*blog*/

.blog__title{
  font-size:24px;
  text-transform:uppercase;
} 

.article-card{
  background:none !important;
}
.article-card__info {
  padding: 25px 0 0!important;
}
.article-card__header span {
  font-size: 14px;
  color: #000;
  opacity: 0.6;
  letter-spacing: 0.5px;
}

.article-card__header h2 {
  margin: 0 !important;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.7px;
  text-decoration: none !important;
}
.article-card__header h2 {
  max-width: 435px;
}

.article-card__excerpt {
  font-size: 15px;
  color: #000;
  line-height: 23px;
}
.blog .articles-wrapper.grid{
  margin:0 -30px;
}


.blog .articles-wrapper.grid .blog__post {
  width: 33.33%;
  max-width: 33.33%;
  margin: 0;
  padding: 0 30px;
}

.blog__title{
  padding-bottom:25px;
}

/*testimonial*/
.testimonials {
  padding: 20px 0 0;
}
.testimonial_slider{
  margin:15px 0 0; padding:0; list-style:none;
}
.testimonial_slider li{
  list-style:none; 
  margin:0;
  padding:0;
  width: 33.33%;
  text-align: center;
}

.testimonial_slider .flickity-page-dots {
  position: static;
  margin:20px auto 0;
}
h2.title{
  margin: 0 !important;
  font-size: 34px;
  line-height: normal;
  letter-spacing: 0px; 
  text-align:center;
  font-weight:normal;
  text-transform:uppercase; 
  font-family: 'oswalddemibold';
  padding-bottom:40px;
}
.featured_coll .product-grid {
  margin-top: 0;
}
.testimonial_cover{
  padding:60px 0;
}
.testimonial_box p {
  font-size: 17px;
  line-height: 25px;
}
.testimonial_box {
  max-width: 380px;
  margin:0 auto;
}
.testimonial_box h3{
  font-weight:500;  font-size:15.81px; letter-spacing:0.5;
}

.customer .field input, .field__input {
  border: #000 solid 1px;
}
.foot_logo_dcr {
  font-size: 14px;
  max-width: 290px;
  line-height: 24px;
}

.newsletter-form__field-wrapper .field__input {
  border: none;
  color:#fff;
  font-weight:normal;
}
.newsletter-form__field-wrapper {
  border: #383838 solid 1px;
  border-radius: 80px;
}
.header_currency .disclosure__list {
  bottom: auto;
  top: 0;
}
.footer-block--newsletter {
  margin: 0 !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  text-align: left;
  width:25%;
}

.footer-block--newsletter .newsletter-form__field-wrapper .field__input {
  padding: 17px 15px;
  height: auto;
  min-height: 0;
  line-height: normal;
  font-size: 16px;
  border-right: 0;
  padding-right: 115px;
}

.footer-block--newsletter .newsletter-form{margin:0;}
.newsletter-form__field-wrapper .newsletter-form__button {
  position: static;
  background: #ca252c;
  color: #000;
  height: auto;
  padding: 0;
  line-height: normal;
  padding: 0 31px;
  width: auto;
  font-size:16px;
  font-weight:500;
  border: #ca252c solid 1px;  
  border-radius:50px;
  position: absolute;
  height: calc(100% - 8px);
  top: 4px;
  color: #fff;
  right:4px;
}
.newsletter-form__field-wrapper .newsletter-form__button:hover {
  background: #000;
  color: #fff;
}
.footer-block__newsletter {
  text-align: left !important;
}
.footer-block--newsletter .newsletter-form__field-wrapper .field__input::-webkit-input-placeholder { /* Edge */
  color: #fff;opacity:0.8;
}

.footer-block--newsletter .newsletter-form__field-wrapper .field__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;opacity:0.8;
}

.footer-block--newsletter .newsletter-form__field-wrapper .field__input::placeholder {
  color: #fff;opacity:0.8;
}
.doubly-float{display:none !important;}

.announcement-bar__message {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.8px;
  padding: 12px 0;
  line-height: normal;

}
.list-menu > li {
  padding: 0 11px;
}
.header__submenu.list-menu {
  min-width: 320px;
}


.header.page-width {
  max-width: 100%;
  padding: 0 30px;
}
header .footer__column.footer__localization button.disclosure__button {
  padding-left: 0;
}
.header__icon--cart{margin-right:0;}
.footer-block__heading {
  font-size: 16px; 
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: normal;
}

.featured_blog{padding-bottom:30px;}

.footer-block--newsletter .list-social {

  justify-content: flex-start;
}
.footer-block--newsletter .list-social .list-social__link{padding:0;}

.footer-block--newsletter .list-social__item{padding-right:25px; padding-top:30px;}
.footer__content-bottom {
  border: 0 !important;
  padding-top: 0 !important;
}
.footer__column--info {
  display: flex;
  flex-direction: row !important;
  justify-content: space-between !important;
}
.footer__copyright,.footer__payment{
  margin-top:0 !important;
}
.footer__copyright a {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.footer__copyright a:hover{
  opacity:1;
}
.image-with-text__heading{
  margin-top:0;
}
.header_currency_mobile{display:none;}
.mobile_img{display:none !important;}
.collection-list-section {
  margin-top: 50px;
}
.video-section {
  margin-bottom: 70px;
  margin-top: 60px;
}

.video-section .deferred-media__poster-button {
  background: url(play.png) center center no-repeat;
  opacity: 1;
  background-size:90px; 
  width: 90px !important;
  height: 90px !important;
  border:0 !important;
}
.video-section .deferred-media__poster-button .icon-play {
  width: 30px !important;
  height: 30px !important;
  opacity:0;
}
.video-section .deferred-media__poster-button .icon-play path {
  fill: #fff;
}
.video-section .deferred-media__poster-button:hover{
  opacity:1;
}
.featured_collection_tab_covers .slider_featured .flickity-viewport{
  height:436px !important; 
}
.featured_collection_tab {
  padding-top: 40px;
}
body.collection .collection {
  padding-bottom: 30px;
}
div#cart-icon-bubble svg.icon {
  display: none;
}
.comment-form {
  padding:0 0 30px;
  max-width: 600px;
  margin: 0 auto;
}
.article-template__comment-wrapper h2{padding-bottom:10px;}
.cart-items{border-collapse:collapse !important;}
table.cart-items tbody tr {
  border-bottom: 1px solid rgba(var(--color-foreground),.08);
    }
table.cart-items tbody tr:last-child {
  border-bottom:0; 
}


.featured_collection_tab_coverss .tab-content {
  display: block !important;
  height: 0;
  overflow: hidden;
}
.featured_collection_tab_coverss .tab-content.current {
  display: block;
  height: auto ;
  overflow: visible;
}
.header__icons a:hover,.header__icons .header__icon--search:hover,.header__icons a:hover .cart-count-bubble    {    color: #ca252c!important;}
.featured_blog {
  padding-top: 40px;
}


.footer-block__details-content .list-menu__item--link:hover{
  color: #ca252c !important;
}
.footer {
  padding-top: 60px;
}
.contact_cover_page {
  display: flex;
  flex-wrap:wrap;
  padding-top: 30px;
}

.contact_form_page {
  width: 50%; padding-right:15px;
}

.contact_form_right {
  width: 50%; 
  padding-right:0;
}
.contact_new * {
  color: #000 !important;
}
.contact_new h1 {
  margin-top: 0;
  margin-bottom: 0 !important;

}
.box h1 {
  margin: 0; 
  font-size:24px;

}

.box h2{
  margin: 0;
  letter-spacing:0;
  font-size:18px; 
}

.contact_form_right h2.title {
  text-align: left;
  padding-bottom: 15px;
}

.box a, .box span {
  letter-spacing: 0;
  color: #000;
  text-decoration: none;
}
.box {
  padding-bottom: 20px;
}

.box a:hover {
  color: #ccc;
}
.list-social__item .icon {
  height: 25px !important;
  width: 25px !important;
}

/*28-12-2021*/

.image_list_text_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.image_list_text_inner .left_text_list {
  width: 50%;
  padding-left: 80px; 
  position:relative;
}



.image_list_text_inner .right_img_list {
  width: 50%; 
}

.image_list_text_inner .right_img_list img {
  display: block;
  width: 100%;
}

.left_text_list h2 {
  font-size: 34px;
  color: #000;
  font-weight: 400;
  margin: 0 0 25px;
  font-family: oswalddemibold;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: normal;
  margin: 0 0 10px;
}
.image_list_text_inner .left_text_list p{margin:0; font-size:16px; opacity:0.8; color:#000; padding-bottom:12px;}
.image_list_text_inner .left_text_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 0;
}

.image_list_text_inner .left_text_list ul li {
  display: flex;
  align-items: center;
  padding: 18px 0 ;

}
.image_list_text_inner .left_text_list ul li:last-child{
  padding-bottom:0;
}

.image_list_text_inner .left_text_list ul li img {
  width: auto;
  margin-right: 30px;
}

.image_list_text_inner .left_text_list ul li span {
  font-size:15px;
  color:#000; opacity:0.8;
  text-transform:uppercase;
}


.left_text_list a.button {
  border: #041a72 solid 1px;
  background: none;
  color: #000000;
}



.left_text_list .button span{
  background:#000;
}

.left_text_list a.button:hover{
  background:#041a72;
  color:#fff;
}
.left_text_list a.button:hover span{
  background:#fff; 
}
.image_list_text_cover {
  padding: 80px 0;
}

.card-information__wrapper {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
.card-information__text {
  padding: 0 !important;
  text-transform: uppercase;
  text-align:center;
}
.price{font-weight:500;}
.image_slider .img_box {
  width: 100%;
}

.text_images_slide_inner {
  display: flex;
  background:#f5f5f5;
}
.img_slide{
  width:50%;
}

.step_text{
  width:50%;
  display: flex;
  align-items: center;
}

.image_slider .img_box img {
  display: block;
  width: 100%;
}

.step_text_inner {
  max-width: 800px;
  margin-right: 0;
  margin-left: auto;
  padding: 30px 15px;
  width: 100%;
}

.step_text_max {
  max-width: 600px;
}

.step p {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  color: #000;
  margin:0;
  letter-spacing: 0;
}
.step h2 {
  color: #231f20;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin:0;
  font-family: 'oswalddemibold';
  font-weight:normal;
}
.step_text_max .step {
  padding-bottom: 40px;
}
.step_text_max .step:last-child{
  padding-bottom:0;
}
.text_with_images_slide {
  padding-bottom: 30px;
}

.img_with_text .button {
  display: flex;
  align-items: center;
  max-width: 190px;
  font-size: 15px;
  padding: 0 0;
  border-radius:100px;
}

.img_with_text .button span {
  background:url(arrow.png) center center no-repeat;
  background-size:13px;
  width: 13px;
  display: block;
  height: 13px;
  margin-left: 20px;
}

.testimonial_slider ol.flickity-page-dots .dot {
  width: 24px;
  height: 5px;
  background: #ca252c;
}
.testimonial_box h4{
  font-family: 'Montserrat', sans-serif;
  font-weight:600;
  font-size:22px;
  margin-bottom: 15px;
}
.testimonial_cover h2.title{
  font-size:47px;
}
.affiliated_box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 37px 0;
  position:relative;
}
.affiliated_box a{position:absolute; width:100%; height:100%; left:0;}

.affiliated_box h2 {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: 'oswalddemibold';
  padding-right:20px;
}
.proudly_affiliated{padding-top:30px;}


.header--middle-left {
  display: block;
}
.header_big {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header__heading {
  width: 260px;
}
nav.header__inline-menu ,.header__icons{
  min-width: 0;
  width: calc(50% - 130px);
}
.header__icons {
  justify-content: flex-end;
  align-items: center;
}




.header__icons .about_link {

  font-size:14px;
  line-height: 20px;
  color: #000;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding-right: 30px;


}
.header__heading, .header__heading-link {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopify-section-header-sticky{transform:none !important;}

.flickity-prev-next-button {
  top: 50%;
  width: 68px;
  height: 68px;
  border:#fff solid 1px;
  background-color:transparent;
}
.flickity-prev-next-button:hover{
  opacity:0.8;
}
.flickity-prev-next-button svg{
  opacity:0;
}
.flickity-prev-next-button.previous{
  background:url(lar.png) center center no-repeat;
  background-size:20px;
}
.flickity-prev-next-button.next{
  background:url(rar.png) center center no-repeat;
  background-size:20px;
}
select.currency-switcher {
  border: 0 ;    font-size: 16px;
}
.list-menu__item{
  font-weight:500;
}

.annoncement_cover {
  position: relative;
}

.annoncement_cover .annoncement_menu {
  position: absolute;
  top: 9px;
  left: 0;
}

.annoncement_cover .annoncement_menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  color: #fff;
}

.annoncement_cover .annoncement_menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
}
.annoncement_cover .annoncement_menu ul li a:hover{
  color:#ccc;
}


.annoncement_cover .annoncement_menu ul li {
  padding: 0 15px;
}
.footer-block__heading {
  margin-bottom: 20px !important;
}
.footer-block--newsletter .list-social .list-social__link {
  padding: 0;
  color: #ca252c;
}

.footer-block--newsletter .list-social .list-social__link:hover{

  color: #fff;
}


.featured_coll .product-grid {
  margin-left: -30px;
}

.featured_coll .product-grid .grid__item {
  padding-left: 30px;
}
.footer .page-width {
  max-width: 1300px;
}
.footer{
  background:url(bg_footer.jpg) center center no-repeat;
  background-size:cover;
}
.header__icons{padding-right:30px;}
.image_content_box .image-with-text__heading{
  color: #231f20;
  font-size: 47px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0;
  font-family: oswalddemibold;
  font-weight: 400;
}
/********Inner Pages*************/
.about_us_banner {
  background: #161616;
  padding: 60px 0;
  text-align: center;
}
.about_us_banner h1 {
  position: relative;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
.about_us_banner h1::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 60px;
  background: #96bf14;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.row_about {
  display: flex;
  align-items: center;
}
.about_us.content {
  padding: 50px 0;
}
.about_us.content img {
  width: 100%;
}
.col-7 {
  width: 60%;
  padding: 0 40px 0 0;
}
.col-5 {
  width: 40%;
  padding: 0 0 0 40px;
}
.about_us.content .page-width {
  max-width: 1360px;
}
.row_about h3 {
  text-transform: uppercase;
  font-size: 30px;
  margin: 0;
  font-weight: 600;
}
.why_lil {
  background: #f5f5f5;
  padding: 40px 0;
  margin-bottom: -30px;
}
.about_head {
  text-align: center;
  margin: 0 0 40px 0;
}
.about_head h2 {
  text-transform: uppercase;
  font-size: 30px;
  margin: 0;
  font-weight: 600;
}
.col {
  width: 20%;
  padding: 10px;
  text-align: center;
}
.row_about .col h3 {
  text-transform: none;
  font-weight: 500;
  font-size: 18px;
} 
.why_lil .row_about {
  align-items: flex-start; justify-content:center;
}	

.contact.page-width {
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 800px;
}
.spr-starrating {
  justify-content: flex-start !important;
}
a.spr-icon.spr-icon-star.spr-icon-star-empty {
  color: #bfb902 !important;
  opacity: 1 !important;
}
/*************************/
.contact__button {
  justify-content: center;
  display: flex;
}
.mp_video {
  width: 100%;
}
.img_slide .image_slider {
  height: 100%;
}
.shipping_policy {
  max-width: 770px;
  margin: 0 auto;
}
.mega_headline.only_image_mega .menu_cover_list {
  display: none;
}

.only_image_mega.mega_headline .header__submenu .menu_images_cover {
  width: 100%;
}

.mega_headline.only_image_mega .menu_images_inner {
  width: 25%;
}
.mega_headline .header__submenu {
  width: 80vw;
  left: 10vw;
  top: 95px;
  padding-left:0;
}
.about_us_banner {
  display: none;
}
.shopify-payment-button__more-options{
  display:none !important;
}
.hibXxl.text-extra-large {
  font-size: 20px !important;
  line-height: normal !important;
  font-weight: 500 !important;
  padding-top: 10px !important;
}
.sc-fznWOq.cqDPIl {
  display: none !important;
}
.ekjLYO {
  font-size: 16px;
  height: 46px !important;

}
.fQsatj {
  width: 100%;
  height: 46px !important;
  padding: 0px 12px !important; 
  text-transform: uppercase;
  font-size: 18px !important;
  border: #000 solid 1px !important;
  cursor:pointer !important;
}
.fQsatj:hover{
  background:none !important;
  color:#000 !important;
}
.bPNOXG {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.header_bottom_one nav.header__inline-menu {
  width: 100%;
}
.footer-block_logo .footer__list-social {
  justify-content: center;
}

.footer__content-top .grid{
  justify-content:center;
}


.footer__content-top .grid__item {
  max-width: 25%;
}
.link--text:hover {
  color: #ca252c;
}

.qrcode_video video {
  width: 100%;
  height: 100%;
  max-width: 1100px;
}

.annoncement_cover .currency_converter {
  position: absolute;
  right: 0;
  height: 100%;
}


.annoncement_cover .currency_converter .doubly-wrapper, .annoncement_cover .currency_converter .doubly-wrapper select {
  height: 100%;
}

.annoncement_cover .currency_converter .doubly-wrapper select {
  padding: 0 10px;
}
.icon_l {
  height: auto;
  min-height: 50px;
  display: block;
  margin-bottom:5px;
}

.icon_l  img {
  display: block;
  margin: 0 auto;
}
.proudly_affiliated_inner p {
  margin: 0;
  text-align: center;
  padding-bottom: 20px;
}
.card-information__text {
  max-width: 230px;
}





/*=============responsive============*/

@media screen and (max-width:1600px){
  .card-information__text a {
    line-height: normal;
  }
  .blog .articles-wrapper.grid {
    margin: 0 0;
  }
  .header__heading a.header__heading-link {
    padding: 0;
  }
  .footer-block-image img {
    max-width: 180px !important;
  }
  .article-card__header h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .article-card__header span {
    font-size: 13px;}
  .collection_des h3 {
    font-size: 20px;
  }
  .image-with-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .link_btn_banner a{    padding: 13px 30px;
    font-size:15px;}

  .featured_collection_tab {
    padding-top: 20px;
  }
  .featured_coll {
    padding: 30px 15px 0;
  }
  .collection-list-section {
    margin-top: 30px;
  }
  .video-section {
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .testimonials {
    padding: 20px 0;
  }
  .featured_collection_tab_covers .slider_featured .flickity-viewport {
    height: 374px!important;
  }
  .featured_collection_tab {
    padding-top: 20px;
  }
  .banner_text_inner h2 {
    font-size: 54px;
    line-height: 66px;
  }
  .banner_text_inner h2 strong {
    font-size: 40px;}
  .collection-list-section {
    margin-bottom: 30px;
  }
  .featured_blog {
    padding-top: 10px;
  }
  .footer {
    padding-top: 20px;
  }
  .list-social__item .icon {
    height: 1.8rem !important;
    width: 1.8rem !important;
  }
  .banner_slider .contaniner {
    max-width: 1150px;
  }
  .announcement-bar__message {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .8px;
    padding: 8px 0;
  }
  .annoncement_cover .annoncement_menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;}

  .annoncement_cover .annoncement_menu {
    top: 5px;}
  .customer a, .link {
    font-size: 14px;
  }
  .list-menu>li:last-child {
    padding-right: 0;
  }
  .header__menu-item {
    padding: 1.2rem 7px;
  }
  select.currency-switcher {
    font-size: 14px;
  }
  .header__icons{padding-right:20px;}
  .flickity-prev-next-button {
    width: 50px;
    height: 50px;
  }
  .flickity-prev-next-button.previous {
    background-size: 16px;
  }
  h2.title {
    font-size: 28px;
    padding-bottom:30px;
  }
  .image_list_text_inner .left_text_list {
    padding-left: 60px;
  }
  .step_text_max {
    max-width: 500px;
    margin: 0 auto;
  }
  .step p {
    font-size: 15px;
    line-height: 23px;
  }
  .img_slide {
    width: 40%;
  }
  .step_text {
    width: 60%;}
  .step h2 {
    color: #231f20;
    font-size: 22px;
  }
  .image_content_box .image-with-text__heading {
    color: #231f20;
    font-size: 40px;
  }
  .affiliated_box img {
    max-width: 200px;
  }
  .affiliated_box h2 {
    font-size: 32px;
  }
  .affiliated_box {
    padding: 30px 0;
  }
  .testimonial_cover {
    padding: 50px 0 30px;
  }
  .testimonial_cover h2.title {
    font-size: 40px;
    padding-bottom: 10px;
  }
  .video-section .deferred-media__poster-button {
    background-size: 70px;
    width: 70px!important;
    height: 70px!important;
  }
  .footer__content-top {
    padding: 30px 15px;
  }
  .image-with-text__text p {
    font-size: 15px;
    line-height: 26px;
  }
  .featured_coll .product-grid .grid__item {
    padding-left: 20px;
  }
  .featured_coll .product-grid {
    margin-left: -20px;
  }
  .image-with-text__content {
    padding: 6rem 5rem 6rem;
  }

  .affiliated_box h2{}
  .testimonial_box h4 {
    margin-top: 10px;
    font-size: 18px;
  }
  .mega_headline .header__submenu {
    top: 93px;
  }
  .header_bottom_one {
    padding-right: 10px;
  }


  /*1600px max*/
}

@media screen and (max-width:1350px){
  .banner_text_inner {
    max-width: 420px;
  }
  .banner_text_inner h2 {
    font-size: 34px;
    line-height: 46px;
  }
  .banner_text_inner h2 strong {
    font-size: 38px;
  }
  .banner_text_inner p.dcr {
    font-size: 14px;
    line-height: 21px;
  }
  .link_btn_banner a {
    font-size: 14px; 
    padding: 14px 33px;
  }
  .featured_coll {
    padding: 20px 15px;
  }
  .flickity-prev-next-button {
    top: 50%;
    width: 34px;
    height: 34px;
  }
  .flickity-prev-next-button .flickity-button-icon {
    width: 13px;
  }
  .new_colllist_design .card--media .card__text-spacing h3 {
    font-size: 16px;
    padding: 10px 0 10px;
  }
  .banner_slider { 
    margin-bottom: 10px;
  }
  .collection-list-section {
    margin-bottom: 15px;
  }
  .image-with-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-with-text__content {
    padding: 5rem 5rem 5rem !important;
  }
  .blog .articles-wrapper.grid .blog__post {
    padding: 0 20px;
  }
  .testimonial_slider li{padding:0 15px;}
  .testimonials {
    padding: 20px 0;
  }
  .testimonial_cover {
    padding: 40px 0;
  }

  .featured_collection_tab_covers .slider_featured .flickity-viewport {
    height: 333px!important;
  }
  .featured_blog {
    padding-top: 0;
  }
  .footer {
    padding-top: 0;
  }
  .banner_slider .contaniner {
    max-width: 1170px;
  }
  .customer a, .link {
    font-size: 14px;
  }
  .list-menu>li {
    padding: 0 10px;
  }
  .header__menu-item {
    padding: 7px;
  }
  .list-menu {
    padding-left: 10px;
  }

  .affiliated_box img {
    max-width: 170px;
  }
  .affiliated_box {
    padding: 25px 0;
  }

  .img_slide {
    width: 50%;
  }
  .step_text {
    width: 50%;}
  .list-menu>li {
    padding: 0 6px;

  }
  .header__menu-item {
    padding: 3px;
  }

  .header__icon {
    margin-left: 15px;}





  /*1350px max*/ 
}
@media screen and (max-width:1100px){
  .featured_collection_tab_covers .slider_featured .flickity-viewport {
    height: 289px!important;
  }
  .list-menu>li {
    padding: 0 0;
  }
  .affiliated_box h2 {
    font-size: 30px;
  }
  .testimonial_cover h2.title {
    font-size: 30px;
  }
  .testimonial_box h4 {
    margin-top: 10px;
  }
  .banner_slider .contaniner {
    max-width: 940px;
  }
  .header__icons, nav.header__inline-menu {
    min-width: 0;
    width: calc(50% - 80px);
  }

  .mega_headline .header__submenu {
    top: 88px;
  }
  .customer a, .link {
    font-size: 12px;
  }
  .list-menu>li {
    padding: 0 6px;
  }
  .header__icon {
    margin-left: 15px;}
  .header_bottom_one {
    padding-right: 3px;
  }



  /*1100px*/
}
@media screen and (max-width:1023px){
  .why_lil .row_about {
    flex-wrap: wrap;
    justify-content: center;
  }

  .col-7 {
    width: 50%;
    padding: 0;
  }
  .col-5 {
    width: 50%;
  } 
  .col {
    width: 30%;
    text-align: center;
  }
}


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

  details[open] .modal-overlay{display:none;}
  .search-modal{position:static !important; opacity:1; visibility:visible;}



  .slider_featured.slideThree .grid__item {
    width: 50%;
    max-width: 50%;
  }
  .enable_coll_img .collection_des {
    width: 33.33%;
  }
  .enable_coll_img .slider_featured {
    width: 66.66%;
  }
  .button, .button-label, .customer button, .shopify-challenge__button {
    font-size: 13px;
  }
  .button, .customer button, .shopify-challenge__button {
    padding: 10px 20px;
  }
  .collection_des h3 {
    font-size: 16px;
    bottom:0;}
  .image-with-text__content {
    padding: 3rem 3rem 4rem !important;
  }
  .image-with-text__text p {
    font-size: 14px;
    line-height: 23px;
  }
  .header.page-width {
    padding: 0 15px;
  }

  .header__icons .header__icon--account ,details-modal.header__searchs{
    display: none;
  }
  .menu-drawer__navigation {
    padding: 0 0 !important;
  }
  .search-modal__content {
    padding: 0 0;
  }
  .list-menu>li {
    padding: 0 0;
  }

  .menu_images_inner {
    padding-left: 15px;
    width: 100%;
    padding: 0 15px 20px;
  }
  .menu-drawer__menu-item {
    padding: 2px 15px !important;
  }
  .header_currency_desktop{display:none;}
  .header_currency_mobile {
    display: block;
  }
  .header__icon {
    margin-left: 0;}
  header-drawer {
    margin-left: 0 !important;
  }
  .blog .articles-wrapper.grid .blog__post {
    padding: 0 10px;
  }
  .article-card__header h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .article-card__header span {
    font-size: 12px;
  }
  .header__icon--menu .icon {
    display: block;
    position: static;}


  .testimonial_slider li{width:50%;}
  .testimonial_slider {
    margin: 30px 0 0;
  }

  .testimonial_cover {
    padding: 30px 0;
  }

  .footer__blocks-wrapper .footer-block ,.footer-block--newsletter{
    width: 50%;
  }

  .footer__content-top .grid {
    margin-left: 0 !important; }

  .footer__content-top .grid__item {
    padding-left: 0 !important;
    padding-right:10px;
  }
  .footer__content-top {
    padding-bottom: 10px !important;}
  .footer__column--info {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .footer__copyright{padding-bottom:10px;}
  .footer-block__details-content .list-menu__item--link {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .search-modal__close-button{
    display:none !important;
  }

  .slider_featured.slideFour .grid__item {
    width: 33.33%;
  }
  .featured_collection_tab_covers .slider_featured .flickity-viewport {
    height: 274px!important;
  }
  .footer__column--info {
    padding-top: 20px;
  }
  .video-section {
    margin-bottom: 30px; 
  }
  .header_currency .disclosure__list {
    padding: 0;
    min-height:30px;
  }
  .header_currency   .disclosure__link{padding-top:3px; padding-bottom:3px;}
  .banner_text_inner {
    max-width: 330px;
  }
  .banner_text_inner h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .banner_text_inner h2 strong {
    font-size: 30px;
  }
  .header__icons {
    padding-right: 15px;
  }
  .header__heading {
    width: 130px;
  }
  .header__icons, nav.header__inline-menu,header-drawer {
    min-width: 0;
    width: calc(50% - 65px);
  }
  header-drawer{padding:0 15px;}
  header-drawer .header__icon span {
    justify-content: flex-start;
  }
  .header__icons .header__search,.header__icons .header__icon--cart {
    padding-left: 15px;
  }
  .list-menu__item {
    padding: 10px 15px !important;font-size: 14px !important;line-height: normal;
  }
  .annoncement_cover .annoncement_menu ul li {
    padding: 0 10px;
  }
  .annoncement_cover .annoncement_menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
  }
  .annoncement_cover .annoncement_menu {
    top: 4px;
  }

  .banner_text_inner {
    max-width: 250px;
  }
  .banner_slider .contaniner {
    max-width: 690px;
  }
  .link_btn_banner a {
    font-size: 14px;
    padding: 12px 23px;
  }
  .link_btn_banner a span {
    margin-left: 10px;
  }

  .featured_coll {
    padding: 30px 15px 0;
  }
  h2.title {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .featured_coll .product-grid .grid__item {
    padding-left: 20px;
    padding-bottom: 20px;
  }

  .image_list_text_inner .left_text_list {
    padding-left: 30px;
    padding-right: 10px;
  }

  .step_text_max .step {
    padding-bottom: 20px;
  }

  .card-information__text {
    font-size: 14px;
  }
  .image_list_text_inner .left_text_list ul li {
    padding: 15px 0;
  }
  .image_content_box .image-with-text__heading {
    font-size: 30px;
  }


  .footer-block__details-content .list-menu__item--link{padding-left:0 !important;}

  .footer__copyright {
    text-align: center !important;
  }
  .menu-drawer .list-social {
    margin-top: 0 !important;
  }
  /*798px max*/
}

@media screen and (max-width:750px){
  .about_head h2 {
    font-size: 22px;
  }
  .col {
    width: 100%;
    text-align: center;
  }
  .about_us.content {
    padding: 20px 0;
  }
  .rte video {
    width: 100%;
  }
  .about_us_banner {
    padding: 10px 0;
  }
  button.accordion::after {
    right: 20px !important;
  }
  button.accordion {
    font-size: 16px !important;
  }
  .panel {
    font-size: 14px !important;
  }
  button.accordion.active::after {
    right: 25px !important;
  }
  .disclosure__button {
    padding: 0 0px 0 0 !important;
    width: 57px !important;
  }
  .localization-form__select .icon-caret {
    right: 0 !important;
  }
  header .footer__column.footer__localization button.disclosure__button {
    padding-left: 0 !important;
    margin: 0 !important;
    font-size: 13px;
  }
  .footer__localization {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 7px 0 0 !important;
  }
  .customer a, .link {
    font-size: 13px;
  }
  header-drawer,.header__icons{width:107px;}
  header-drawer .header__icon span {
    justify-content: flex-start;
  }
  .announcement-bar__message {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 5px 10px;
  }
  .testimonial_slider li{width:100%;}

  .flickity-page-dots {
    max-width: 100%;
    padding:0;
  }
  h2.title {
    margin: 0!important;
    font-size: 18px;
    line-height: 26px;
  }
  .testimonial_slider {
    margin: 35px 0 0;
    padding: 0;
    list-style: none;
  }

  .blog .articles-wrapper.grid .blog__post {
    width: 100%;
    max-width: 100%;
  } 
  .desktop_img {display:none !important;}
  .mobile_img{display:block !important;}
  .flickity-page-dots{left:0;}

  .banner_text {
    position: absolute;
    top: 4%;
    transform: none;
    width: 100%;
    padding: 10px 10px;
  }

  .banner_text_inner h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .banner_text_inner h2 strong {
    font-size: 32px;
  }
  .link_btn_banner a {
    font-size: 13px;
    padding: 11px 23px;
  }
  .enable_coll_img .slider_featured {
    width: 100%;
  }
  .enable_coll_img .collection_des {
    width: 100%;
  }

  .enable_coll_img{
    flex-wrap:wrap;
  }
  .slider_featured {
    margin: 0;
    padding: 10px 50px ;
  }
  .price{font-size:13px !important;}
  .slider_featured .grid__item {
    padding: 0 6px;
  }
  .collection_des h3 {
    font-size: 16px;
    bottom: 0;
    background: #ffffff82;
    padding: 10px 5px;
  }
  .collection-list__item.grid__item {
    padding-bottom: 30px !important;
  }


  .footer-block--newsletter, .footer__blocks-wrapper .footer-block {
    width: 100% !important;
    padding: 0 15px !important;
  }

  .testimonial_cover {
    padding: 25px 0;
  }
  .testimonial_slider {
    margin: 20px 0 0;
  }
  .testimonial_slider .flickity-page-dots {
    position: static;
    margin: 10px auto 0;
  }
  .spaced-section:last-child {
    margin-bottom: 0 !important;
  }
  p.news_description {
    font-size: 13px;
    line-height: 17px;
  }

  .footer .link{font-size: 13px;}
  .footer-block__heading {
    margin-bottom: 10px !important;}
  .footer-block.grid__item {
    margin: 0 0 !important;
  }

  .footer-block__details-content {
    margin-bottom: 20px !important;
  }
  .image-with-text__content {
    padding: 2rem 2rem 2rem!important;
  }
  .image-with-text__heading {
    font-size: 19px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-bottom: 6px;
  }
  .image-with-text__content .image-with-text__text+.button {
    margin-top: 15px !important;
  }
  .blog .page-width {
    padding: 0 5px;
  }
  .collection-list .collection-list__item:last-child {
    padding-bottom: 0 !important;
  }
  .blog__title {
    font-size: 19px;
    padding-bottom: 8px;
    padding-top: 20px;
  }
  .featured_blog {
    padding-bottom: 0;
  }

  .blog {
    margin-bottom: 0 !important;
  }
  .contaniner{padding:0 5px;}
  .foot_logo_dcr {
    max-width: 100%;
    text-align: justify;
  }
  .newsletter-form__field-wrapper {
    max-width: 100% !important;
  }

  .image-with-text {
    padding-top: 10px;
    padding-bottom: 10px;
  } 
  .slider_featured.slideThree .grid__item {
    padding-bottom: 0 !important;
  }

  .slider_featured.slideThree .grid__item{
    width:100%; max-width:100%;
  }

  .image-with-text__content {
    padding: 15px 15px 20px !important;
  }
  .button, .button-label, .customer button, .shopify-challenge__button {
    letter-spacing: 0.5px;
  }

  .collection-list-wrapper .collection-list{
    padding-top:15px;
  }
  .collection-list__item.grid__item {
    padding-bottom: 20px!important;
  }
  .slider_featured.slideFour .grid__item {
    width: 100%;  max-width: 100%;
  }
  .featured_collection_tab_covers .slider_featured .flickity-viewport {
    height: 335px!important;
  }
  .featured_collection_tab_cover .slider_featured .flickity-viewport .media--square {
    padding-bottom: 220px;
  }
  .footer__content-bottom .footer__column--info {
    padding: 0;
  }
  .blog .main-blog {
    padding: 0 15px;
  }

  .video-section {
    margin-bottom: 20px;
  }
  .contact_form_page {
    width: 100%;
    padding-right: 0;
  }

  .box {
    padding-bottom: 15px;
  }
  .contact_form_right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top:20px;
  }
  .contact_cover_page {
    padding-top: 15px;
  }

  .box h1 {
    font-size: 18px;
  }
  .box h2 {
    font-size: 16px;
  }
  .contact_form_right .contact__button {
    margin-top: 20px;
  }


  .image_list_text_inner .left_text_list{
    width:100%;
  }
  .image_list_text_inner .right_img_list {
    width: 100%;
  }
  .image_list_text_inner .left_text_list {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }

  .step_text {
    width: 100%;

  }
  .img_slide {
    width: 100%;
  }
  .text_images_slide_inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .image-with-text {
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 0;
  }
  .affiliated_box {
    padding: 20px 0;
    flex-direction: column-reverse;
    text-align: center;
    justify-content: center;
  }
  .affiliated_box h2 {
    font-size: 20px;
    padding: 0;
  }
  .testimonial_cover h2.title {
    font-size: 24px;
    line-height: normal;
  }
  .video-section .deferred-media__poster-button {
    background-size: 40px;
    width: 40px!important;
    height: 40px!important;
  }
  .testimonial_slider {
    margin-top: 0;
  }
  .step p {
    font-size: 14px;
    line-height: 23px;
  }
  .flickity-page-dots {
    bottom: 10px;
  }
  .affiliated_box h2{margin-bottom:0;}
  .testimonial_cover h2.title {
    font-size: 20px;}
  .image-with-text__content .image-with-text__text+.button{
    margin-left:auto; margin-right:auto;
  }
  .left_text_list h2 {
    font-size: 25px;
    padding-top:10px;
  }
  .image_list_text_cover {
    padding: 40px 0;
  }
  .card-information__text {
    font-size: 13px;
  }

  .annoncement_cover .annoncement_menu{display:none;}

  .banner_text_inner {
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
  }
  .t_alignment_left .link_btn_banner{
    justify-content:center;
  }
  .link_btn_banner a{
    margin:0 5px;
  }
  .img_with_text .button {
    max-width: 180px;
  }
  .testimonial_box p {
    font-size: 14px;
    line-height: 23px;
  }

  .header__icons .currency_converter {
    display: none;
  }
  .currency_converter {
    display: flex;
    clear: both;
    text-align: left;
    float: left;
    width: 100%;
  }
  select.currency-switcher {
    background: none !important;
  }
  .row_about {
    flex-wrap: wrap;
  }
  .col-5 {
    width: 100%;
    padding: 0;
  }
  .col-7 {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .about_us_banner h1 {
    font-size: 30px;
  }
  .row_about h3 {
    font-size: 25px;
  }
  .image_content_box .image-with-text__heading {
    font-size: 20px;
  }
  .banner_text_inner h2 p br {
    display: none;
  }
  .eyiCZn .title-slot {
    margin-bottom: -20px;
  }
.doubly-wrapper {
    float: right;
    top: 0;
    background: #fff;
}
.currency_converter {
    justify-content: flex-end;
}
.announcement-bar.color-inverse.gradient {
    padding: 0 70px 0 0;
}
  /*750px max*/

}

@media screen and (max-width:350px){
  .announcement-bar__message {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 10px;
  }
  .customer a, .link {
    font-size: 12px;
  }
  header .footer__column.footer__localization button.disclosure__button {
    padding-left: 0!important;
    margin: 0!important;
    font-size: 13px;
  }
  .image-with-text__heading {
    font-size: 16px; 
  }

  .image-with-text__content .button{
    font-size:13px;
  }

  .footer__column--info {
    padding-top: 0px;
  }

  .button, .customer button, .shopify-challenge__button {
    padding: 6px 10px;
  }


  /*350px max*/
}


