/** Shopify CDN: Minification failed

Line 705:14 Expected ":"
Line 705:16 Expected identifier but found "12px"

**/
/* custom css */
.px-md-50 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
.grid{
    display: grid !important;
}

/* image with text */
@media screen and (min-width: 768px){
    .description-at-top{
        display: none;
    }
}


/* collection list */
.view-collection-btn{
    margin-top: 10px;
}
.view-collection-btn:hover .view-collection{
    color: #18153F;
}
.view-collection-btn .view-collection{
    color: #80786E;
    font-family: Oxygen;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 10px;
}
  /* reviews apps */
  .gfa-content__text.heading-KnrsLsZHBWwT > h3{
    font-size: 48px !important;
    font-weight: 400 !important;
  }

  @media screen and (max-width: 768px){
    .gfa-content__text.heading-KnrsLsZHBWwT > h3{
        font-size: 28px !important;
    }
  }

/* collection banner  */
@media screen and (min-width: 768px){
    .bls__section.bls__colection-banner .banner__media .mobile-collection-banner-wrapper{
        display: none;
    }
}
@media screen and (max-width: 767.99px){
    .bls__section.bls__colection-banner .banner__media .collection-banner-wrapper{
        display: none;
    }
    .bls__section.bls__colection-banner .banner__media .mobile-collection-banner-wrapper{
        display: block;
    }
}

/* bundle badge */
.product__inner .product-image:has(.offer_product_badges){
    position: relative;
}
.product-image .product__badges-sale.offer_product_badges{
    position: absolute;
    top: 5%;
    left: 5%;
}
.product-image .product__badges-sale.offer_product_badges{
    font-size: 12px;
} 

    /* SAVE wrap */
.new-sale-offer-banner .save-percent-wrap{
    padding-bottom: 20px;
}
.save-percent-wrap .save-wrap{
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 10px;
}
.save-percent-wrap .save-percent-inner{
    color: #D80024;
    font-size: 100px;
    font-weight: 700;
    line-height: 70px;
}
.save-percent-wrap .save-percent-inner .off-wrap{
    font-size: 36px;
}
@media screen and (max-width: 1199px) {
    .slide-container .slideshow-item.middle-left {
        justify-content: start;
    }
}

/* sale icon  */
.sale-category-container{
    padding: 30px 0; 
}
.sale-category-container .sale-category-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-right: 1px solid #18153F;
    min-width: 100px;
}
.sale-category-container .sale-category-heading{
    font-size: 12px;
    font-weight: 700;
    color: #000;
    padding-top: 10px;
    padding-bottom: 6px;
}
.sale-category-container .sale-category-text {
    font-size: 10px;
    color: #D80024;
    font-weight: 700;
}
.sale-icon-wrap {
    width: 40px;
    height: 40px;
}

.sale-icon-wrap > img{
    width: 100%;
    height: 100%;
}
.sale-category-container .sale-category-wrap.more-category{
    border-right: none;
}

/* shop the look with banner video  */
@media screen and (min-width: 1025px){
    .shop-with-banner-david-pics .bls_section-heading{
        font-size: 4.8rem;
    }
}
@media screen and (max-width: 1024px){
    .shop-with-banner-david-pics .bls_section-heading{
        font-size: 3.2rem;
    }
    .shop-with-banner-david-pics .slide-item-wrap{
        display: block;
    }
}
.banner-shop_look-container .banner__media .image-picture{
    position: relative;
}
.banner-shop_look-container .banner__media .image-picture .video-sound-toggle{
    position: absolute;
    bottom: 5%;
    right: 5%;
    height: 20px;
    width: 20px;
}
.shop-with-banner-david-pics.banner-shop_look-container .banner__media .image-picture > video{
    width: 100%;
}
@media screen and (min-width: 1025px){
    .shop-with-banner-david-pics.banner-shop_look-container .banner__media{
        position: relative;
    }
    .shop-with-banner-david-pics.banner-shop_look-container .shop_the_look{
        width: 30%;
    }
    .shop-with-banner-david-pics.banner-shop_look-container .slide-container.banner-shop_look_wrapper > .group-tab{
        width: calc(100% - 30%);
    }
}

/* insta section */
@media screen and (max-width: 768px) {
    .gfa-widget.GSC-kzTKgFXtESEQtiK {
        padding: 20px 0 !important;
    }
}

/* eofy extended discount */
.extended-eofy-content .banner__media img{
    object-position: top !important;
}
/* weekend word */
.slide-content .heading-below{
    font-style: italic;
    /* font-family: 'Qwigley', cursive; */
    color: #E60023;
    max-width: 100%;
    height: 100%;
}

/* heading*/
.slide-content .extended-heading{
    font-size: 60px;
    text-transform: uppercase;
}
.slide-content .extended-subheading{
    font-size: 100px;
    line-height: 0.6;
    padding-bottom: 10px;
}
/* description */
.extended-eofy-content .slide-content .slide-description{
    font-size: 20px !important;
    padding-top: 10px;
}
.extended-eofy-content .slide-content .slide-description > p{
    padding: 0!important;
}
.extended-eofy-content .second-description{
    font-size: 20px;
}
/* text with background */
.extended-date{
    /* border: 1px solid #e60023; */
    color: #e60023;
    border-radius: 20px;
    /* padding: 2px 10px; */
}
.text-with-background-wrap{
  padding: 5px 50px;
  gap: 25px;
  margin: 15px 0; 
}
.text-with-background-wrap .extend-upto-wrap{
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
}
.text-with-background-wrap .extend-save-percent{
    font-size: 60px;
    color: #fff;
}
.divider {
    width: 2px;
    height: 50px;
    background: rgba(255,255,255,.5);
}
.text-with-background-wrap .extend-selected-text{
    font-size: 18px;
    /* color: #e60023; */
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.4;
}
/* slider button */
.extended-eofy-content .btn-slideshow > .btn-primary{
    min-width: 250px;
}

/* slider moile view */
@media screen and (max-width: 768px){
    .extended-eofy-content .second-description{
        font-size: 16px !important;
    }
    .text-with-background-wrap {
        padding: 5px 30px;
        gap: 20px;
        width: 80%;
    }
    .extended-eofy-content .slide-content .extended-heading,
    .extended-eofy-content .slide-content .extended-subheading {
        font-size: 80px ;
    }
}

@media screen and (max-width: 575px){
    .slideshow-item:not(.text-bellow-mb) .slide-text{
        padding: 2rem 1.5rem 2rem;
    }
    .extended-eofy-content .item-hero-small{
        --item-height-mb: 100%;
    }
    .extended-eofy-content .section-heading{
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .extended-eofy-content .slide-content .extended-heading, .extended-eofy-content .slide-content .extended-subheading {
        font-size: 50px !important;
        padding-bottom: 0 !important;
    }
    .extended-eofy-content .text-with-background-wrap{
        margin-bottom: 0;
        padding: 10px 25px;
        gap: 10px;
        width: 100%;
        margin-top: 10px;
    }
    .text-with-background-wrap .extend-save-percent {
        font-size: 32px !important;
        line-height: 1;
    }
    .text-with-background-wrap .extend-selected-text,
    .text-with-background-wrap .extend-upto-wrap {
        font-size: 12px !important;
        line-height: 1.4;
    }
    .extended-eofy-content .btn-slideshow > .btn-primary{
        min-width: 200px;
    }
}


/* extended text with icons section  */
.icon-with-text-homepage.extended-icons{
    background: #f9f1e6 !important;
    box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.15);
}
.icon-with-text-homepage.extended-icons .icon-with-text-infor .description {
    font-size: 16px;
    color: rgb(24, 21, 63);
    font-weight: bold;
    line-height: 1.5;
    font-family: Oxygen, sans-serif !important;
}
.icon-with-text-homepage.extended-icons .icon-with-text-infor .description > p {
    margin-bottom: 0 !important;
}
.icon-with-text-homepage.extended-icons .bls__icon-with-text-img{
    min-width: 40px !important;
    margin-right: 20px !important;
}

.icon-with-text-homepage.extended-icons .icon-size.timeless-icon-size{
    min-width: 60px !important;
}
.icon-with-text-homepage.extended-icons .bls__icon-with-text-item.horizontal-design{
    justify-content: center;
}
.icon-with-text-homepage.extended-icons .bls__icon-with-text-inner{
    justify-content:center;
    width: 33.33% !important;
}
.icon-with-text-homepage.extended-icons  .bls__icon-with-text-inner:has(.premium-quality-icon){
    border-left: 1px solid #cbac66;
    border-right: 1px solid #cbac66;
}

@media screen and (max-width: 768px){
    .extended-icons.bls__section.icon-with-text.section-padding:has(.horizontal-design){
        padding-left: 15px;
        padding-right: 15px;
    }
    .icon-with-text-homepage.extended-icons .bls__icon-with-text-inner {
        width: calc(33.33% - 10px) !important;
    }
    .icon-with-text-homepage.extended-icons .bls__icon-with-text-item.horizontal-design {
        justify-content: space-between;
        gap: 5px;
    }
    .icon-with-text-homepage.extended-icons .bls__icon-with-text-inner:has(.premium-quality-icon) {
        border-left: 1px solid #cbac66;
        border-right: 1px solid #cbac66;
        padding: 0 10px;
    }
    .icon-with-text-homepage.extended-icons .bls__section .bls__icon-with-text.container{
        width: 100%;
    }
    .icon-with-text-homepage.extended-icons .icon-with-text-infor .description {
        font-size: 14px;
    }
}
@media screen and (max-width: 575px){
    .extended-icons.bls__section.icon-with-text .bls__icon-with-text-item.horizontal-design .icon-with-text-infor .description{
        font-size: 8px;
    }
    .icon-with-text-homepage.extended-icons .bls__icon-with-text-inner .bls__icon-with-text-img{
        min-width: 20px !important;
        margin-right: 10px !important;
    }
    .icon-with-text-homepage.extended-icons .bls__icon-with-text-inner .icon-size.timeless-icon-size,
    .icon-with-text-homepage.extended-icons .bls__icon-with-text-inner .icon-size.premium-quality-icon{
        min-width: 20px !important;
    }
    .icon-with-text-homepage.extended-icons .bls__icon-with-text-item.horizontal-design {
        gap: 0 !important;
    }
}

@media screen and (max-width: 990px){
    .image-text-carousel__card {
        height: 100%;
    }
}

/* HEADER */
.mobile-menu-drawer .main-menu .menu-link a[aria-label="SALE"].menu__item-link .link_text{
    color: #e60023 !important;
}

.mobile-menu-drawer .main-menu .menu-link a[aria-label="SALE"].menu__item-link .link_text:hover,
.mobile-menu-drawer .main-menu .menu-link a[aria-label="SALE"].menu__item-link .link_text.active {
  color: #e60023 !important;
  text-decoration-color: #e60023 !important;
}

/* traveller bundles homepage section start */
.traveller-bundles .tabs-content-wrapper{
    /* padding-bottom: 2.8rem !important; */
    justify-content: center;
    height: 100%;
}
.traveller-bundles .collection-tab__tab-content{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.traveller-bundles .tabs-content-wrapper .tabs-description p:nth-child(2){
    margin-bottom: 0;
}
.traveller-bundles .image-with-text__media-item{
    max-height: 500px;
}
.traveller-bundles .image-with-text__media-item .banner_image{
    height: 100%;
}
.traveller-bundles .collection-tab__tab-content .grid-cols{
    order: 2;
}
.traveller-bundles .collection-tab__tab-content > .text-center{
    margin-top: 0;
    margin-right: auto;
}
.traveller-bundles .product-wrapper .product__item .product__infomation{
    display: none;
}
.traveller-bundles .banner_image .banner__media > img{
    object-position: top;
}
.traveller-bundles .group_banner_image_wrap{
    background: #fff;
}

@media screen and (min-width: 769px){
    .traveller-bundles .tabs-content-wrapper .tab-button{
        margin-right: auto;
    }
}
@media screen and (max-width: 768px){
    .traveller-bundles .collection-tab__tab-content .grid-cols> :nth-child(3){
        display: none;
    }
    .traveller-bundles .tabs-content-wrapper .tabs-heading {
        text-align: center;
    }
    .traveller-bundles .banner-show .tabs-content-wrapper{
        /* padding-bottom: 15px !important; */
    }
    .traveller-bundles .tabs-content-wrapper{
        justify-content: center;
        align-items: center;
    }
    .traveller-bundles .collection-tab__tab-content > .text-center{
        margin: 0 auto !important;
    }
    .traveller-bundles .collection-tab__tab-content .btn-primary{
        margin-top: 0 !important;
    }
    .traveller-bundles .product-tabs__content .collection-tab__tab-content{
        gap: 30px !important;
    }
    .traveller-bundles .banner-show  .image-with-text__media-item{
        margin-block-end: 5px !important;
        margin-bottom: 0 !important;
    }
    .traveller-bundles .tabs-content-wrapper{
        padding-top: 0px;
    }
    .traveller-bundles .group_banner_image_wrap,
    .traveller-bundles .image-with-text__media-item .banner_image{
        max-height: 400px;
        min-height: unset;
    }
}
/* traveller bundles homepage section end */

/* local landing page start */
.local-landing-hero-banner .btn[aria-disabled=true]{
    opacity: 1;
}
.local-landing-hero-banner .image-with-text-container .image-with-text__text-item-inner{
    padding-left: 0 !important;
}
.local-landing-hero-banner .image-with-text-container .image-with-text__text-item{
    padding-left: 6rem;
    padding-right: 6rem;
}
.local-landing-hero-banner .image-with-text-container .sub-heading.image-with-text__text{
    color: #18153F;
    margin-bottom: 10px;
    font-size: 14px;
}
.local-landing-hero-banner .image-with-text-container .section-btn .btn{
    text-transform: Capitalize;
    margin-top: 5px;
}
.local-landing-hero-banner .section-heading.image-with-text__heading{
    margin-bottom: 30px;
}
@media screen and (min-width: 1200px){
    .local-landing-hero-banner .image-with-text-container,
    .local-landing-hero-banner .image-with-text-container .item-inner-width{
            max-height: 75vh;
        }
}
@media screen and (min-width: 1440px){
    .local-landing-hero-banner .image-with-text-container .image-with-text__text-item{
        padding-left: 6rem !important;
        padding-right: 7rem !important;
    }
}
@media screen and (min-width: 768px){
  .local-landing-hero-banner .image-with-text-container .image-with-text__text-item{
        padding-left: 4rem;
        padding-right: 5rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .mobile-image-wrap{
        display: none;
    }
}
@media screen and (max-width: 767.988px) {
    .local-landing-hero-banner .image-with-text-container .image-with-text__text-item,
    .local-landing-hero-banner .heading-subheading-wrapper{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .local-landing-hero-banner .heading-subheading-wrapper{
        text-align: left;
    }
    .local-landing-hero-banner{
        background: #fff;
    }
    .local-landing-hero-banner .image-with-text__text-item{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .local-landing-hero-banner .section-heading.image-with-text__heading{
        margin-bottom: 0px !important;
    }
    .local-landing-hero-banner .image-with-text__media.banner__media{
        margin-left: 2rem;
        margin-right: 2rem;
        border-radius: 20px !important;
    }
    .local-landing-hero-banner .image-with-text-container .section-btn,
    .local-landing-hero-banner .image-with-text-container .sec-des.banner__text{
        margin-top: 15px !important;
    }
    .local-landing-hero-banner .image-with-text-container .sub-heading.image-with-text__text{
        margin-bottom: 5px !important;
    }
    .local-landing-hero-banner .image-with-text-container .image-with-text__text-item{
        padding-bottom: 5rem;
    }
}
@media screen and (max-width: 575px){
    .local-landing-hero-banner .image-with-text-container .sub-heading.image-with-text__text{
        font-size: 12px !important;
    }
    .local-landing-hero-banner .image-with-text-container .section-btn .btn{
        width: 100%;
        margin-top: 0 !important;
    }
    .local-landing-hero-banner .media>:not(.zoom):not(.deferred-media__poster-button){
        position: relative !important;
    }
    .local-landing-hero-banner .image-with-text__media.banner__media:before{
        content: none;
    }
    .local-landing-hero-banner .hide-in-mobile{
        display: none !important;
    }
    .local-landing-hero-banner .mobile-image-wrap > img{
        position: relative;
    }

    /* icon with text */
    .local-landing-icon-text .bls__icon-with-text-item{
        flex-wrap: wrap;
    }
    .local-landing-icon-text.bls__section.icon-with-text .bls__icon-with-text-item.horizontal-design .icon-with-text-infor .description{
        font-size: 14px !important;
    }
    .local-landing-icon-text .bls__icon-with-text-item.horizontal-design .bls__icon-with-text-inner{
        width: calc(50% - 10px);
    }
    .local-landing-icon-text.bls__section.icon-with-text .bls__icon-with-text-item.horizontal-design .bls__icon-with-text-img{
        max-width: 30px;
        margin-right: 10px;
    }
    .local-landing-icon-text .bls__icon-with-text-item.horizontal-design{
        row-gap: 20px;
        column-gap: 10px;
    }
    .local-landing-icon-text.bls__section{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


/* about features section */
.feature-card.size-icon-enlarge .feature-card__icon > img{
    width: 40px;
}
.feature-card.reduct-pant-icon .feature-card__icon > img{
    width: 25px;
}
.feature-card.enlarge-store-icon .feature-card__icon > img{
    width: 35px;
}


/* explore section */
.landing-explore-range .collection-information:hover .collection_title{
    color: #18153F;
    font-weight: 700;
}
.landing-explore-range .bls__section-header .bls_section-desc{
    margin-bottom: 10px;
    color: #18153F;
}
.landing-explore-range .bls__section-header .bls_section-heading{
    margin-bottom: 0 !important;
    font-size: 4.8rem !important;

}
.landing-explore-range .bls__section-header .short-des {
    padding-top: 20px;
}
.landing-explore-range .custom-progress{
    background: #E5E0D9;
    height: 3px;
}
.landing-explore-range .custom-progress .custom-progress__bar{
    background-color: #B55930;
}
.landing-explore-range .collection__inner .banner__media{
    border-radius: 10px !important;
}
.landing-explore-range .custom-navigation__collection .btn-icon{
    width: 35px;
    height: 35px !important;
}
.landing-explore-range .tns-progress{
    display: none;
}
.landing-explore-range .custom-controls{
    padding-left: 0;
    padding-right: 0;
}
.landing-explore-range  [data-gap] .slide-container>*{
    --col-gap: 3rem !important;
}

@media screen and (max-width: 769px){
    .landing-explore-range  [data-gap] .slide-container>*{
        --col-gap: 1.5rem !important;
    }
}
@media screen and (max-width: 575px){
    .landing-explore-range .bls__section-header .short-des {
        padding-top: 10px;
    }   
    .landing-explore-range .bls__section-header{
        margin-bottom: 30px;
    }
    .landing-explore-range #tns2.slide-container {
        width: calc(965%);
    }
    .landing-explore-range .slide-container .collection-items[aria-hidden=true]{
        visibility: visible;
    }
    .landing-explore-range.collection-list-container slide-section[data-free-scroll]{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .landing-explore-range .custom-controls{
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
        gap: 10px;
    }
    .landing-explore-range .custom-progress{
        height: 3px;
    }
    .landing-explore-range .custom-navigation__collection .btn-icon{
        width: 25px;
        height: 25px !important;
    }
    .landing-explore-range .custom-navigation__collection .btn-icon > svg{
        width: 12px;
        height; 12px;
    }
    .landing-explore-range .section-inner .bls__section-header .bls_section-heading{
        font-size: 2.8rem !important;
    }
}
/* local landing page end */

/* find us section */

.map-find .btn[aria-disabled=true]{
    opacity: 1;
}
.map-find .image-with-text-container .section-btn .btn{
    text-transform: Capitalize;
    /* margin-top: 5px; */
}
.map-find .image-with-text-container .section-btn,
  .map-find .image-with-text-container .sec-des.banner__text{
      margin-top: 15px !important;
  }

.custom-landing-cover-page .btn[aria-disabled=true]{
    opacity: 1;
}
.custom-landing-cover-page .image-with-text-container .section-btn .btn{
    text-transform: Capitalize;
    border-color: #fff;
    /* margin-top: 5px; */
}
.custom-landing-cover-page .image-with-text-container .section-btn,
  .custom-landing-cover-page .image-with-text-container .sec-des.banner__text{
      margin-top: 15px !important;
  }

.custom-landing-cover-page .image-with-text-container .sub-heading.image-with-text__text{
    /* margin-bottom: 10px; */
    font-size: 16px;
    font-weight:700;
}
.custom-landing-cover-page .sub-heading.image-with-text__text{
    margin-bottom: 10px !important; 
}
.store-location .store-location__top .sub-heading{
    margin-bottom: 10px !important;
}
 .custom-landing-cover-page.bls__section.bls__image-with-text .section_inner .banner__text{
    font-size: var(--font-body);
 }
 @media screen and (max-width: 767px){
    .custom-landing-cover-page.bls__section.bls__image-with-text .section_inner .item-inner-width{
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
     .custom-landing-cover-page .image-with-text__text-item{
        /* padding: 20px 0 !important; */
        padding-top: 20px !important;
        padding-bottom: 0 !important;
    }
    .custom-landing-cover-page .image-with-text__media:before{
        content: none;
    }
    .custom-landing-cover-page .image-with-text__media > img{
        position: relative !important;
    }
 }
@media screen and (max-width:575px){
    .store-location .store-location__top{
        margin-bottom: 3rem !important;
    }
    .custom-landing-cover-page .section_inner.image-with-text-container{
        padding-top: 25px !important;
    }
    .custom-landing-cover-page .image-with-text-container .sub-heading.image-with-text__text{
        font-size: 14px !important;
    }
    .custom-landing-cover-page .image-with-text-container .image-with-text__text-item .section-btn{
        flex-direction: column;
    }
    .custom-landing-cover-page .image-with-text-container .heading-subheading-wrapper{
        text-align: left;
    }
}


.meet-david-landing-page .image-with-text-container .sub-heading.image-with-text__text{
    color: #18153F;
    font-weight:700 !important;
     font-family:'Oxygen' !important;
    margin-bottom: 10px !important;
    font-size: 16px;
}
.meet-david-landing-page .image-with-text__text-item-inner .banner__text.text-bold > p{
    color: #18153F;
}
 .meet-david-landing-page .image-with-text-container .colon-img-wrap{
    padding: 10px 0;
 }

 @media screen and (max-width: 767px){
    .meet-david-landing-page .section_inner.image-with-text-container{
        padding-top: 25px !important;
        padding-bottom: 40px !important;
    }
    .meet-david-landing-page .image-with-text-container .heading-subheading-wrapper{
        text-align: left;
        padding-left: 0;
    }
 }
@media screen and (max-width: 575px){
    .meet-david-landing-page .image-with-text-container .sub-heading.image-with-text__text{
        font-size: 14px !important;
    }
    .meet-david-landing-page .image-with-text-container .image-with-text__heading{
        margin-bottom: 5px !important;
    }
    .meet-david-landing-page .image-with-text-container .colon-img-wrap{
        width: 20px;
    }
    .meet-david-landing-page.bls__image-with-text .section_inner .item-inner-width{
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .meet-david-landing-page.bls__image-with-text .image-with-text__media-item{
        padding: 0;
    }
}
@media screen and (max-width:749px){
    .map-find .store-location__map-embed{
        width:100%
    }
}

/* instagram */
.gfa-carousel--effect-spotlight-stack.GSC-kzTKgFXtESEQtiK .gfa-arrow-left{
    left: 19% !important;
}
.gfa-carousel--effect-spotlight-stack.GSC-kzTKgFXtESEQtiK .gfa-arrow-right{
    right: 19% !important;
}