/** Shopify CDN: Minification failed

Line 125:77 Expected ":"

**/
/* card-products */
.card_img_wrapper img {    width: 100%;    height: 100%;    object-fit: contain;    object-position: top;} 
.card_img_wrapper a {    display: flex;}
.custom_card_content h3 {    margin: 0;}
.custom_card_content h3 a {      color: #000;   font-size: 19px;      text-align: center;      padding: 15px 0;      font-weight: 500;line-height: 1.2;      text-decoration: none;  }
.custom_card_content {    text-align: center;   padding: 2.5rem 10px;}
.custom_price {    width: fit-content;    margin: 0 auto;}
.custom_price_sale {      padding: 10px 0;      position: relative;   text-align: center;   margin: 10px auto 15px;  width: 140px;  color: #000;  font-weight: 700;  font-size: 17px;  }
.custom_price_sale:before { content: "";  background: #a5a9ad;  display: inline-block; height: 2px;  position: absolute; top: auto;  width: 42px;  bottom: 22px;  left: -10px !important; }
.custom_price_sale:after {  content: "";    background: #a5a9ad;    display: inline-block;    height: 2px; position: absolute; top: auto;  width: 42px;   bottom: 22px;  right: -10px !important; }
.custom_card_wrapper {    background: #fff;      box-shadow: 0 0 10px 2px #cccc;    height: 100%;  }
.Produc-button {  display: flex;   gap: 12px;    justify-content: center;    width: 100%;}
.Produc-button a {
    padding: 4px 14px;
    font-size: 16px;
    transition: all .3s;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    gap: 2px;
    align-items: center;
    position: relative;
    transition-property: color;
    transition-duration: .3s;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    backface-visibility: hidden;
    vertical-align: middle;
}
a.detail {    color: #ffffff;    background: #1f3042;}
a.live-demo {   background: #28a745;   color: #ffffff;}
.Produc-button a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
a.live-demo:hover:before {    transform: scaleX(1);    background: #1f3042;}
a.detail:hover:before {    transform: scaleX(1);    background: #28a745;}
li.grid__item {   padding-left: 10px;    padding-bottom: 10px;}


/* shoppage */
/* collection-header */
.collection-hero {    padding-bottom: 35px !important;}
h1.collection-hero__title {    font-size: 4rem;    margin: 36px auto 12px;    font-weight: 500;    line-height: 1.2;    text-align: center;}
.ico-border {    display: block;    position: relative;    width: 124px;    margin: 2% auto 3%;}
.ico-border::after, .ico-border::before {    content: "";    background: #ffffff;    display: inline-block;    height: 4px;    position: absolute;    top: 8px;    width: 42px;}
.collection-hero__text-wrapper i.fa.fa-desktop {    text-align: center;    display: flex;    justify-content: center;    color: #ffffff;}
.ico-border::before {    left: 0;}
.ico-border::after {    right: 0;}
.coll_des p {    font-size: 20px;    line-height: 30px;    font-weight: 500;    text-align: center;    color: #fff;    margin: 0;}
/* collection header end */

.collection.page-width {    --page-width: 100%;    padding-left: 1rem;    padding-right: 1rem;}
.main-collection-wrapper {   display: grid;    grid-template-columns: 73% 25%;    gap: 10px;    margin: 0 auto;    justify-content: center;}
div#sidebar {    padding-left: 1.5rem;    max-width: 100%;}
.left-themes {    max-width: 100%;}

/* collection */
.theme-detail.bundle-theme {    margin: 0 0 5%;    padding: 30px;    margin-bottom: 20px;}
.theme-detail.bundle-theme img {    width: 100%;    height: auto;}
.image-text-wrapper {    display: flex;    align-items: center;    justify-content: space-between;}
.image-text-wrapper h4 a {    color: #fff;    font-size: 25px;    text-decoration: none;    font-family: muli, sans-serif;}
a.single_button_green.blue-sweep-to-right {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    padding: 11px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    transform: translateZ(0);
    transition-duration: .3s;
    background: #28a745;
    border: 1px solid #ffffff;
    align-items: center;
    gap: 2px;
    text-decoration: none;
    transition: all .3s;
    position: relative;
    transition-property: color;;
    backface-visibility: hidden;
    vertical-align: middle;
}
.blue-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    background:#1f3042;
}
 .blue-sweep-to-right:hover:before {    transform: scaleX(1);}
/* search-cls */
.search-modal__form .field:before {    box-shadow: none;}
.search-modal__form .field:after {    box-shadow: none;}
input.search__input.field__input {    border: 1px solid #d0d0d0;    color: #000;    border-radius: 3px;    box-sizing: border-box;    font-size: 14px;}
label.field__label {    color: #868383;    font-weight: 400;    font-style: italic;    letter-spacing: normal;}
.search_div_new {    margin-bottom: 10%;}

/* collection-bar */
.right-side-sidebar h3 {    color: #212529;    padding: 10px 10px 0;    font-size: 20px;    margin: 0 !important;    font-weight: 700;    font-family: muli, sans-serif;}
.right-side-sidebar h3:after {    content: "";    background: #75b51b;sidebar    content: "";    width: 55px;    height: 3px;    display: block;    margin: 10px 0;}
.collection_name_div {   background: #fff;    padding: 10px;    box-shadow: 0 0 10px 2px #cccc;    margin: 10px 0;}
.collection_titles_div {    padding: 0 10px;    margin: 0;}
.collection_titles_div a {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: all .3s;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.collection_titles {   padding: 12px 0;   text-align: left;   list-style: none;}
ul.collection_titles1 {    padding: 0;   text-align: left;   list-style: none;   margin: 0;}
.bundle-li::after, .featured-li:after ,.deal-cat-li:after{     background: #75b51b;    content: "";    width: 100%;    height: 3px;    display: block;    margin: 10px 0;}
img.deals-day-cl {   height: 30px;  animation: blinker 1.1s linear infinite;  position: absolute;  margin-left: 5px;}

@keyframes blinker {
    50% {       opacity: 0   }
}
span.count {
    float: right;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.collection_titles:hover a {    padding-left: 20px !important;   color: #007bff;}
.collection_titles:hover span {    color: #007bff;}

/* single-product */
.wordpress__theme_div {    background: #fff;    padding: 10px;    box-shadow: 0 0 10px 2px #cccc;    margin: 10px 0;}
.wordpress__theme_div img {    width: 100%;    height: 100%;}

/* product-slider */
.p-inner-wrapper {    box-shadow: 0 0 10px 2px #cccc;    padding: 10px;}
a.prod_name.tc-title { color: #007bff;  font-size: 17px; font-weight: 600; margin: 20px 0 25px !important; display: flex; text-decoration: none; justify-content: center; text-align: center;}
.innerwrapper1 img { display: block; vertical-align: middle; width: 100%; height: 100%;  object-fit: cover;   object-position: top;   margin-bottom: 5px;}
.multipleproductas .slick-dots li {  width: 8px;  height: 8px;  border: 2px dashed transparent;  background-color: #222; border-radius: 50%; margin-right: 10px; display: inline-block;padding: 4px;}
.multipleproductas.slick-dotted.slick-slider {    margin-bottom: 21px;}
.multipleproductas li.slick-active {    background-color: transparent;    border: 2px dashed #222;}
.multipleproductas .slick-dots li button:before {    font-size: 0;}
.multipleproductas .slick-dots {    bottom: -30px;}

/* colection-description */
.collection-hero__description.rte {
    text-align: justify;
    max-width: 100% !important;
}

/* collection-responsive */
@media(max-width:1600px){
  .Produc-button a {    padding: 4px 8px;    font-size: 15px;}
  a.single_button_green.blue-sweep-to-right {    font-size: 15px;}
}
@media(max-width:1300px){
  .collection_titles_div {    padding: 0 5px;}
  div#sidebar {    padding-left: 1rem;}
 .collection_titles_div a {    font-size: 14px;}
  span.count {    font-size: 14px;}
  .collection_titles {    padding: 10px 0;}
  .Produc-button a {;    font-size: 14px;}
  a.single_button_green.blue-sweep-to-right {    font-size: 14px;    padding: 6px 10px;}
}
@media(max-width:1100px){
  .main-collection-wrapper {    grid-template-columns: 70% 28%;    gap: 10px;}
  li.grid__item {    padding-left: 5px;    padding-bottom: 5px;}
  .Produc-button a {    padding: 4px 8px;    font-size: 12px;}
}
@media(max-width:1020px){
  .product-grid.grid--3-col-desktop .grid__item {
    width: calc(49.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(49.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
}
   .main-collection-wrapper {    grid-template-columns: 67% 31%;    gap: 10px;}
   .collection_titles_div a, span.count {    font-size: 15px;}
}
@media(max-width:950px){
.main-collection-wrapper {    grid-template-columns: 63% 35%;    gap: 5px;}
.collection_titles_div a, span.count {    font-size: 13px;}
.collection_titles {    padding: 6px 0;}

}
@media(max-width:749px){
 .main-collection-wrapper {    grid-template-columns: 100%;    gap: 4rem;}
 div#sidebar {    padding-left: 0px;}
.collection_titles_div a, span.count {    font-size: 15px;}
.collection_titles {   padding: 10px 0;}
.image-text-wrapper h4 a {    font-size: 20px;}
.coll_des p {    font-size: 16px;    line-height: 26px;}
h1.collection-hero__title { font-size: 3rem; }
.search_div_new {    margin-bottom: 5%;}
 .main-blog.page-width {    padding-left: 1rem !important;    padding-right: 1rem;}
}
@media(max-width:640px){
.product-grid.grid--3-col-desktop .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(100% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
}
.image-text-wrapper {    flex-direction: column;}
.ico-border {    margin: 2% auto 8%;}
.Produc-button a {    padding: 6px 10px;    font-size: 15px;}
.theme-detail.bundle-theme {    padding: 12px;}
}
/* shop-page-end */


/* MAIN_BLOGS */
.main-blog.page-width {    --page-width: 100%;   padding-left: 0rem;   padding-right: 1rem;}
.blog-articles {    flex-wrap: wrap;    display: flex;    gap: 0;}
.blog-articles__article.article {    width: 32.333333%;    max-width: 32.333333%;    padding: 0 10px;    margin-bottom: 2rem;}
.article-card-wrapper.card-wrapper {    border: 1px solid #707070;    box-shadow: 0 3px 6px #00000029;}
.article-card-wrapper .card__information {    display: flex;    flex-direction: column;    align-items: center;    padding-top: 0 !important;}
.article-card__info {
    order: 1;
    padding: 5px;
    font: 500 17px / 26px Muli;
    letter-spacing: 0;
    color: #fff;
    align-items: center;
    display: flex;
    background: #27a649;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
}
span.show_author {    display: flex !important;    align-items: center;   gap: 8px;}
.single-author-image {   width: 20px;   border-radius: 50%;}
.article-card .card__heading {    margin-bottom: .6rem;    order: 2;}
.blog-bundle-promotion {    padding-left: 15px;    margin-top: 3rem;}
.article-card h3.card__heading a { font: normal normal 600 18px / 26px Muli;    font-weight: 800; color: #1b3755; text-align: center; height: 73px;  display: -webkit-box;  overflow: hidden; padding: 15px 10px; letter-spacing: 1px;}
.blog-bundle-promotion h3:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 3px solid #27a649;
    border-color: #27a649;
    width: 50px;
    margin: unset;
}
a.blog-button {
    font-size: 14px;
    padding: 3.5% 7%;
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    transition-duration: .3s;
    border: 1px solid #FFF;
    background: #1f3042;
    text-decoration: none;
    order: 3;
    z-index: 2;
}
 a.blog-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
 a.blog-button:hover:before {    transform: scaleX(1);   background: #28a745;}
.blog-bundle-promotion h3 {    position: relative !important;    font-size: 26px;    margin-top: 0;    margin-bottom: .5rem;    font-weight: 500;    line-height: 1.2;}
.bundle-promotion-text {    margin-bottom: 15px;    line-height: 25px;    font-size: 17px;    margin-top: 2.5rem;    color: #898989;}
.bundle-button-1, .bundle-button-2 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-right: 5px;
    padding: 1%;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    text-decoration: none;
    position: relative;
    transition-property: color;
    transition-duration: .3s;
    background: #28a745;
}
.bundle-button-1:before, .bundle-button-2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    background: #1f3042;
}
.bundle-button-1:hover:before, .bundle-button-2:hover:before {   transform: scaleX(1);}
.bundle-button-2:before {    background: #28a745;}
.bundle-button-2 {    background: #1f3042;}
.bundle-button-1:hover:before, .bundle-button-2:hover:before {    transform: scaleX(1);}
.article-template__content a.single_button_green.blue-sweep-to-right {    display: inline-block !important;}
@media(max-width:1200px){
  .article-card__info {   font-size: 13px;   padding: 0px 5px;}
  .blog-articles__article.article {    padding: 0 5px;}
    .bundle-button-1, .bundle-button-2 {    padding: 3%;}
}
@media(max-width:1000px){
  .blog-articles__article.article {    width: 49% !important;    max-width: 49% !important;}
}
@media(max-width:550px){
  .blog-articles__article.article {    width: 100% !important;   max-width: 100% !important;}
}

/* main-blog-end */

/* Artical-post */
.article-banner {    background-image: linear-gradient(315deg, #007bff 0, #1f3042 74%);   color: #FFF;}
.article-banner h1 {    color: #FFF;   margin: 0;    padding: 6rem 1rem;    text-align: center;}
.blog-artical {   background: #fff;  padding: 30px;  box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, .075); margin-top: 10px;}
.article-template__content {    color: #000;}
.article-template__content p {    font-size: 18px;    line-height: 2;    margin-bottom: 20px;}
.article-template  .search_div_new {    display: none;}
.wp-block-button {    display: flex;    justify-content: center;   gap: 1rem;}
@media(max-width:749px){
  .blog-artical {    padding: 20px;    margin-top: 0px;}
  .article-template__content p {    font-size: 16px;   line-height: 28px;}
}


/* account */
.customer.login {  max-width: 64rem !important; border: 1px solid #cfc8d8;   padding: 30px 40px !important;  border-radius: 5px;margin: 36px auto !important;}
.customer.register {  max-width: 64rem !important; border: 1px solid #cfc8d8;   padding: 30px 40px !important;  border-radius: 5px;margin: 36px auto !important;}
.customer h1 {  margin: 20px auto 25px!important;padding-bottom: 10px; color: #007bff;  font-weight: 900; text-align: center;}
label.login_inputs {   color: #252525;  line-height: 2;  font-size: 19px;  text-align: start;  display: flex;  margin-top: 25px;}
.customer.login .field {    margin-top: 0 !important;}
span.required {  color: red;  font-weight: 700;  border: 0 !important;  text-decoration: none;}
.customer button { margin: 1rem 0 1.5rem !important;font-size: 19px; padding: 0.618em 1em;  font-weight: 700;border-radius: 3px;color: #fff;  background-color: #1f3042;  border: 0;  box-shadow: none;  width: 100%;}
.login .field+a {   margin-top: 2.5rem !important;}

@media(max-width:700px){
  .customer.login {  max-width: 90% !important; border: 1px solid #cfc8d8;   padding: 20px 20px !important;  border-radius: 5px;margin: 36px auto !important;}
  .customer.register {  max-width: 90% !important; border: 1px solid #cfc8d8;   padding: 20px 20px !important;  border-radius: 5px;margin: 36px auto !important;}

}


/* community page */
  button#hp-signin-nav {
  padding: 6px 8px;
   background: #1f3042 !important;
  border: 1px solid #fff !important;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 13px !important;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px !important;
  position: relative;
  z-index: 0;
  min-width: 87px;
  border-radius: 0 !important;
  transition-property: color;
  transition-duration: .3s;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  vertical-align: middle;
}
button#hp-signin-nav:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
button#hp-signin-nav:hover:before {      transform: scaleX(1);      background: #28a745;      border: 1px solid #fff !important;}
.tw-px-6.tw-mb-6.tw-py-12.tw-rounded-3xl.tw-shadow-lg.tw-relative {
   background: #1f3042!important;
   box-shadow: 0 0 4px 2px #1f3042!important;
   border-radius: 0 !important;
   border: 2px solid #fff
}

button.tw-flex.tw-cursor-pointer.tw-relative.tw-justify-center.tw-w-full.tw-overflow-hidden.tw-transition-all.tw-duration-\[0\.1s\].tw-ease-\[ease-in-out\].tw-mt-4.tw-px-4.tw-py-3\.5.tw-rounded-3xl.tw-border-\[none\].tw-bg-gray-800.tw-text-white.tw-font-bold.tw-text-\[12px\].hover\:tw-bg-gray-700.tw-leading-normal.tw-text-center.hover\:tw-no-underline.hover\:tw-opacity-100.hp-button {
  padding: 6px 8px;
  background: #1f3042 !important;
  border: 1px solid #fff !important;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 13px !important;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px !important;
  position: relative;
  z-index: 0;
  min-width: 87px;
  border-radius: 0 !important;
  transition-property: color !important;
  transition-duration: .3s !important;
  transform: translateZ(0) !important;
  box-shadow: 0 0 1px transparent !important;
  backface-visibility: hidden;
  vertical-align: middle;
}
button.tw-flex.tw-cursor-pointer.tw-relative.tw-justify-center.tw-w-full.tw-overflow-hidden.tw-transition-all.tw-duration-\[0\.1s\].tw-ease-\[ease-in-out\].tw-mt-4.tw-px-4.tw-py-3\.5.tw-rounded-3xl.tw-border-\[none\].tw-bg-gray-800.tw-text-white.tw-font-bold.tw-text-\[12px\].hover\:tw-bg-gray-700.tw-leading-normal.tw-text-center.hover\:tw-no-underline.hover\:tw-opacity-100.hp-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition-property: transform;
    transition-duration: .3s !important;
    transition-timing-function: ease-out !important;
}
 button.tw-flex.tw-cursor-pointer.tw-relative.tw-justify-center.tw-w-full.tw-overflow-hidden.tw-transition-all.tw-duration-\[0\.1s\].tw-ease-\[ease-in-out\].tw-mt-4.tw-px-4.tw-py-3\.5.tw-rounded-3xl.tw-border-\[none\].tw-bg-gray-800.tw-text-white.tw-font-bold.tw-text-\[12px\].hover\:tw-bg-gray-700.tw-leading-normal.tw-text-center.hover\:tw-no-underline.hover\:tw-opacity-100.hp-button:hover:before {
    transform: scaleX(1);   background: #28a745;   border: 1px solid #fff !important;
}
 .tw-flex.tw-flex-col.tw-border.tw-border-slate-200.tw-border-solid.tw-bg-slate-50\/80.tw-overflow-y-auto.tw-max-h-\[80vh\].tw-break-words.tw-py-8.tw-px-6.tw-rounded-3xl.tw-shadow-sm {
  border-radius: 0 !important;
}
  nav.tw-flex.tw-justify-between.tw-py-8.tw-mb-6.tw-border-gray-200.tw-leading-normal {    padding-top: 5rem !important;}
  .shopify-policy__container {    max-width: 70%!important;}

@media (max-width: 989px) {
    .shopify-policy__container {    max-width: 100% !important;   }
}
.article-template__content h2,h3 {   font-weight: bold;}



/* artical-banner */
.artical-bundle-banner-inner img {
    box-shadow: none !important;
}
.artical-bundle-banner {
    padding: 12px 30px;
    background: transparent linear-gradient(270deg, #007BFF 0%, #28A745 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}
.artical-image-bundle img {
    width: 100%;
    height: 100%;
    border: 0px !important;
    margin-bottom: 0 !important;
}
.artical-image-bundle {
    display: flex;
}
.artical-bundle-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    gap: 10px;
    width: 100%;
}
.artical-text-bundle h3 {
    text-align: center;
    font-size: 32px !important;
    letter-spacing: 0px;
    color: #FFBB00;
    text-shadow: 0px 3px 6px #0000006E;
    text-transform: uppercase;
    margin: 0;
    font-weight: 900;
}
.artical-text-bundle h3 a {
    text-decoration: none;
    color: #fb0;
}
.artical-text-bundle p {
    text-align: center;
    font-size: 13px !important;
    letter-spacing: 0px !important;
    color: #fff;
    text-shadow: 0px 3px 6px #00000029;
    margin: 0 !important;
}
.artical-text-bundle a.button-bun {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    text-decoration: none;
    min-height: 39px;
    width: 190px;
    border: 1px solid #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 0;
    font: normal normal 800 18px/23px Muli;
    letter-spacing: 0px;
    color: #1F3042;
    text-shadow: 0px 3px 6px #00000029;
    margin: 10px auto 0;
}
.artical-text-bundle a.button-bun::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    background: #1f3042;
    color: #ffffff;
    box-shadow: none !important;
}
.artical-text-bundle a.button-bun:hover:after {
    transform: scaleX(1);
}
.artical-text-bundle a:hover {
    color: #ffffff;
}

.custom-class-artical h2 {
    font-size: 3rem;
}
.custom-class-artical h3 {
    font-size: 2.2rem;
}
.custom-class-artical h4 {
    font-size: 1.9rem;
}

@media(max-width:1300px){
  .artical-bundle-banner {    padding: 10px 25px;}
  .artical-text-bundle h3 {    font-size: 25px !important; }
}
@media(max-width:989px){
  .artical-bundle-banner-inner {    flex-direction: column;}
}
@media(max-width:749px){
  .custom-class-artical h2 {
    font-size: 2.5rem;
}
.custom-class-artical h3 {
    font-size: 2rem;
}
  .custom-class-artical h4 {
    font-size: 1.8rem;
}
}

.predictive-search__image {
    display: none !important;
}
div#predictive-search-results-groups-wrapper {
    display: grid !important;
}
.predictive-search__pages-wrapper {
    display: none !important;
}
.predictive-search__item--link-with-thumbnail {
  display: flex !important;
}

.predictive-search__heading {
    font-weight:bold;
    font-size: 18px;
}
.predictive-search__item-heading {
    font-size: 16px !important;
}