/** Shopify CDN: Minification failed

Line 776:4 "adding" is not a known CSS property
Line 811:0 Unexpected "}"

**/
/*readmore*/
.custom_read_more {
  cursor: pointer !important;
  font-weight: 700;
}
@media (max-width: 767px){
#header_group.sticky_header {padding: 1rem 0 0 0;}
}
/*endreadmore*/
.ul li::before {
  content: '✔'; /* Unicode character for a checkmark */
  color: #000;  /* Set the color of the checkmark */
  margin-right: 8px; /* Space between checkmark and text */
  font-size: 16px; 
}

/*
@media (max-width: 767px) {
    .for-desktop.custom-neon-icon {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .for-mob.custom-neon {
        display: none !important;
    }
}
*/
/*
/* Default styles (desktop) 
#neon-customiser-app[data-customiserid="4152"] {
    padding-left: 50px; 
    padding-right: 50px; 
}

@media (max-width: 768px) {
    #neon-customiser-app[data-customiserid="4152"] {
        padding-left: 10px;
        padding-right: 10px; 
    }
}*/
/*
#neon-customiser-app{
    padding-left: 100px; 
    padding-right: 100px; 
}

@media (max-width: 768px) {
    #neon-customiser-app {
        padding-left: 0px; 
        padding-right: 0px; 
    }
}
*/
/* Hide desktop content on mobile */
.container.page-width-desktop.our-best {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.product-form__input--swatch .swatch-input__input+.swatch-input__label {
    width: 39px;
    height: 38px;
    border: 1px solid #d4d4d473 !important;
    outline: none !important;
}
.collection.page-width {
	
	/*margin: 0px 15px !important;*/
}
a.full-unstyled-link {
	
	font-weight: normal;
}
.card-information .d-none {
	
	display: none !important;
  font-size:0px;
}
#neon-customiser-app {
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .collection.page-width {
	
	margin: 0px 15px !important;
}
    #neon-customiser-app {
        padding-left: 20px; 
        padding-right: 20px; 
    }
}
.ul li {
  color: #000;  /* Set the color of the checkmark */
  font-size: 14px; 
  list-style:none;
  text-align:left;
}
.ul a {
  color: #337ab7;
}
.text-section.above_text.isolate h3.rich-text__heading.rte.inline-richtext.h2.scroll-trigger.animate--slide-in {
    margin: 20px 0 20px;
    font-weight: 700;
    color: #333;
    font-size: 28px;
}
.product-form__input input[type=radio]+.color-swatch {
    border: 3px solid #f4f5ff;
  
}
label[title="Warmwhite"],label[title="Warm white"],
label[title="White"] {
    border: 3px solid #f4f5ff !important;
   
}
body.template-product .product-form__input span.swatch {
    background: none;
}

.template-blog .card .media.media--hover-effect > img:only-child, .card-wrapper .media.media--hover-effect > img:only-child {
	border-radius: 10px !important;
}
.collection.page-width {
	padding: 30px 0px 0px;
	border-top: 2px solid #c5fc2a;
	margin: 0px 15px;
}
.card__media .media img {
	
	border-radius: 15px;
}
.card__media .media img:hover {
	
	border-radius: 15px;
}

.rsd_true
{
  text-align:center;
}
.ootb-tabcordion--entry p
{
    font-size:14px;
  color:#000;
}
.ootb-tabcordion--entry-content ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ootb-tabcordion--entry-content li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    margin-bottom: 8px;
}

.ootb-tabcordion--entry-content li b,
.ootb-tabcordion--entry-content li strong {
    font-weight: 700;
    color: #000;
}

@media (max-width: 767px) {
    .ootb-tabcordion--entry-content ul {
        padding-left: 15px;
    }

    .ootb-tabcordion--entry-content li {
        font-size: 14px;
        line-height: 1.5;
    }

    .ootb-tabcordion--entry-content li b,
    .ootb-tabcordion--entry-content li strong {
        font-size: 14px;
    }
}


.text-section.above_text .rich-text__text p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #000;
}
.text-section.above_text.isolate {
    max-width: 100%;
}
.text-section.above_text.isolate .rich-text__wrapper {
    width: 100%;
}
.custom_open {
  display: none;
}
/**/
.custom_read_more {
  cursor: pointer !important;
  font-weight: 700;
}
.custom_open {
  display: none;
}
.article-template__hero-container
{
  width:50%;
  margin-top:10px!important;
}
.pricefrom {
    display: unset;
    font-weight: normal;
}
.lets-create-section .category-img {
    position: relative;
    width: 100%;
    padding-top: 100%; /* Aspect ratio */
    background-color: #f0f0f0;
    overflow: hidden;
}

.lets-create-section .category-img .img-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background-image: radial-gradient(circle, #333 25%, transparent 26%), radial-gradient(circle, #f0f0f0 35%, transparent 36%);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.lets-create-section .category-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.lets-create-section .category-img img.lazyloaded {
    opacity: 1; /* Show image when loaded */
}

.lets-create-section .category-img .img-loader.hidden {
    display: none; /* Hide the loader when image is loaded */
}


/**/

.announcement-bar-top p.announcement-bar__message.center.h5 {
    font-weight: normal;
}
.announcement-bar-section .announcement-bar p.announcement-bar__message.h5 {
    font-size: 14px;
}
.about-crazy-neon h2.rich-text__heading {
    font-size: 28px;
}
.about-crazy-neon .rich-text__wrapper .rich-text__blocks {
    max-width: 100%;
}
.about-crazy-neon p {
    font-size: 14px;
    text-align: left;
    color: black;
    line-height: 20px;
    font-weight: 400;
}
.carousel-display-wrapper .yotpo-label{
    position: absolute;
    right: 0;
}
.blog .blog__posts.articles-wrapper.owl-carousel .owl-nav {
    position: absolute;
    bottom: auto;
    top: -9rem;
    right: 0;
}
.blog:has(.blog__posts){
  margin-bottom:60px;
}
.template-search__results .grid{
    column-gap: 3px;
    row-gap: 3px;
}
.template-search .facets-vertical  facet-filters-form.facets{
  max-width:200px;
}
.template-search .search__input{
      border: .1rem solid rgba(var(--color-foreground), .1);
}
.template-search{
  padding-top:0 !important;
}
.template-search .product-grid-container .facets{
  padding:0 !important;
}
.template-search #FacetSortForm{
  justify-content: space-between;
  border-bottom: 2px solid #c5fc2a;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.template-search #FacetSortForm .product-count-vertical {
    margin-left: 0.5rem;
}
body.template-collection .product-grid-container {
    max-width: 100% !important;
}
body.template-collection .collection.page-width {
    margin: 0 auto;
}
.create-custom-container p {
    margin-top: 0px;
    /* text-align: center; */
    font-weight: normal;
}
span.custom-product-description br {
    display: none;
}
.collection-icon.custom {
    padding: 10px 0!important;
}
.template-product .create-custom-container .item .itemtext {
    text-align: center;
    color: #333333;
}
.template-product 
 .create-custom-container .item {
    display: flex;
    margin: 0px 15px;
}
section#tab-content-text_yWynRN .ootb-tabcordion--entry-content p {
    text-align: center;
}
#insta-feed h2 {
    font-size: 30px;
    font-weight: initial;
}
.ootb-tabcordion.has-tabs .ootb-tabcordion--entry.is-active .ootb-tabcordion--entry-content .image.desktop img {
    max-width: 100%;
    border-radius: 14px;
}
.wedding-neon .page-width {
    padding-right: 0pc;
    margin-right: 0pc;
    padding-left: 0px;
}
section.product-slider-main.wedding-neon .slick-slide {
    padding-right: 0px;
    padding-left: 15px;
    margin: 0;
}
.about-crazy-neon.isolate.page-width .rich-text__wrapper {
    width: 100%;
}
.accordion-container .answer .rte {
    font-size: 14px;
    color: black;
    line-height: 20px;
}
.as-exquisite .multicolumn-card__info h3.inline-richtext {
    font-size: 24px;
    font-weight: 500;
    color: #333;
}
.as-exquisite .multicolumn-card__info p {
    font-size: 14px;
    color: black;
    line-height: 20px;
    font-weight: 400;
}
.newsletter p {
  color: black;
}
.newsletter__subheading {
    margin-top: 0px;
}
/* .shopify-section-group-footer-group .main-scrolling-container.product {
    padding-bottom: 0px !important;
} */
.footer__content-bottom .footer__copyright.caption .copyright__content {
    font-size: 11px;
}
.ed_breadcrumbs-section .ed_breadcrumbs-list a {
    font-size: 14px;
}
.ed_breadcrumbs-section .ed_breadcrumbs-list a:hover {
    color: #ff457c !important;
}
.custom-product-heading {
    margin: 15px 0 30px!important;
}
.custom-product-description {
  
    color: black;
    line-height: 22px;
}
#neon-customiser-app .npc-title {
    font-size: 12px;
}
#neon-customiser-app p.npc-description {
    font-size: 10.5px;
}
#neon-customiser-app .npc-selections-color .npc-title-example .tw-flex {
    font-size: 12.25px;
}
#neon-customiser-app p.npc-selection-button-example-title {
    font-size: 12.25px;
    font-weight: 700;
}
#neon-customiser-app p.npc-selection-button-example-subtitle {
    line-height: normal;
    font-size: 10px;
    font-weight: 700;
}
.main-scrolling-container.why-choose.product.neon-product {
    padding-top: 0px;
}
body.template-product .product .product__info-wrapper .product__text p {
    font-size: 14px;
    color: #333333;
    margin: 0 0  10px;
}
body.template-product .product .product__info-wrapper .price.price--large.price--on-sale.price--show-badge {
    border-bottom: 2px solid #c5fc2a;
    height: 40px;
}
body.template-product .product .product__info-wrapper  span.badge.price__badge-sale {
    background-color: #777;
    font-weight: 700;
}
/* body.template-product .product .product__info-wrapper div,
.sezzle-shopify-info-button {
    color: black;
} */
variant-selects legend.form__label span {
    font-weight: 400;
    font-size: 12px;
}
.product-form__input input[type="radio"]:checked + .color-swatch {
    border: 3px solid #ff457c !important;
}
body.template-product .product-form__input span.swatch {
    border-style: none;
}
body.template-product .swatch-input__input+.swatch-input__label:hover, .swatch-input__input:hover+.swatch-input__label {
  outline: unset;
}
body.template-product label.rk-Size {
    font-weight: 700;
}

body.template-product .product .product__info-wrapper .wcpa_product_total span {
    font-weight: normal;
}
body.template-product .product .product__info-wrapper ul.icon-with-text span.h4.inline-richtext.item-name {
    font-weight: normal;
    font-size: 14px;
    padding-top: 0;
}
body.template-product .product .product__info-wrapper span.price-item.price-item--regular {
    font-weight: 700;
}
/* body.template-product  .product__info-wrapper {
    padding-left: 20px !important;
} */
body.template-product ul.icon-with-text.icon-with-text--horizontal.list-unstyled,
body.template-product ul.icon-with-text.icon-with-text--horizontal.list-unstyled.icon-with-text--text-only {
    gap: 20px;
    padding: 10px 0;
    border-bottom: 2px solid #c5fc2a;
    margin-bottom: 0px;
    margin-top: 0px;
}
body.template-product ul.icon-with-text.icon-with-text--horizontal.list-unstyled.icon-with-text--text-only li.icon-with-text__item {
    width: fit-content;
}
p.product__text.inline-richtext strong {
    font-size: 22px;
    color: #333333;
}
p.product__text.inline-richtext {
    padding-top: 20px;
    margin: 0px;
}
body.template-product .product .product__info-wrapper .product__accordion.accordion summary .summary__title {
    padding-top: 0px;
    border-top: 0px solid #c8e4eb!important;
}
body.template-product .product .product__info-wrapper .product__accordion.accordion summary .summary__title h2 {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
}
body.template-product .product .product__info-wrapper .accordion {
    border-top: 2px solid #c8e4eb !important;
    border-bottom: 0px;
}
body.template-product .product .product__info-wrapper .accordion__content {
    font-size: 14px;
    line-height: normal;
    color: #333333;
}
body.template-product .product .product__info-wrapper .accordion:nth-child(1) {
    margin-top: 15px; 
}
body.template-product .product .product__info-wrapper .accordion__content span {
    font-weight: normal;
}
body.template-product .product .product__info-wrapper .accordion__content strong span {
    font-weight: 700 !important;
}
body.template-product .product .product__info-wrapper .accordion__content ul {
    padding-left: 0pc;
}
body.template-product .product .product__info-wrapper .accordion__content ul li {
    margin-bottom: 5px;
}

.why-choose-us-image.product-page span.name h2 {
    margin: 10px 0px;
    font-size: 20px;
    color: #000;
}
/* .why-choose-us-image.product-page span.descrition {
    font-size: 14px;
} */
body.template-product .product .product__info-wrapper .product-form__submit span {
    font-weight: normal;
    text-transform: uppercase;
}
body.template-product .product .product__info-wrapper .product-form__submit {
    background-color: #ff457c;
    color: #fff;
}
/* .shopify-section-group-footer-group {
    padding-bottom: 36px;
} */
.card__badge .badge {
    background-color: #777;
    color: #fff;
    font-weight: 700;
}
div#insta-feed {
    max-width: var(--page-width);
    margin: 0 auto;
}
.why-choose-us-image.product-page span.descrition p {
    color: #333333;
    text-align: left;
}
.main-scrolling-container.why-choose.product.neon-product .why-choose-us-image.product-page.page-width {
    padding-top: 0px;
}
.accordion-container .item {
    padding: 25px 0px;
    border-top: 1px solid #c8e4eb !important;
    margin-bottom: 0px;
}
.custom-neon-icon .collection-item {
    gap: 5px;
}
.custom-neon-icon.collection-icon-container.trusticonrk.two-icons-mobile {
    max-width: 90%;
}
.lets-create-section p {
    margin-top: 0px !important;
    color: #333333 !important;
}
.worldwide.custom-neon-icon.collection-icon-container.trusticonrk.two-icons-mobile {
    max-width: 90%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
}
.worldwide.custom-neon-icon.collection-icon-container.trusticonrk.two-icons-mobile .text-container {
    margin-bottom: 0px;
    background: transparent;
    height: auto;
}
.worldwide.custom-neon-icon.collection-icon-container.trusticonrk.two-icons-mobile .collection-item {
    flex-direction: row;
}
.worldwide.custom-neon-icon .text-container h4.title {
    font-weight: 500;
    text-align: left;
    margin: 0px !important;
}
#neon-customiser-app .npc-switch.neon-switch .tw-text-button-text,
#neon-customiser-app .tw-text-center {
    text-align: inherit !important;
    line-height: normal;
}
.worldwide.custom-neon-icon.collection-icon-container.trusticonrk.two-icons-mobile .collection-item .icon-container {
    line-height: 0pc;
}
body.template-product .product .product__info-wrapper span li {
    font-size: 12px;
    color: #333333;
    font-weight: 700;
    line-height: 19px;
}
.for-mob.custom-neon.create-custom-container.page-width,
.for-mob.custom-neon-icon.collection-icon-container {
    display: none;
}
.single-why-us.main-scrolling-container.product {
    margin-top: 10px;
    padding-top: 68px;
}
.related-products h2.related-products__heading.inline-richtext.h1 {
    text-align: center;
}
.related-products ul li .card__content .card__heading {
    font-weight: normal;
}
.related-products ul li .card__content .card-information .price {
    font-weight: bold;
}
div#yotpo-app .yotpo-dropdown-placeholder {
    width: auto;
    height: auto;
    border: 0;
    border-radius: inherit;
}
section.product-slider-main.wedding-neon .paragraph p {
    margin-top: 0px;
}
/***********02 Feb 2025*********/
body.template-product .product .product__info-wrapper .yotpo-widget-instance {
    margin: 0px;
}
body.template-product .aco_addon_wrapper .wcpa_field .wcpa_radio label {
    font-weight: 400;
    line-height: normal;
}

 body.template-product div#review-section .page-width-desktop .yotpo-widget-instance div#yotpo-reviews-seo-page {
    padding: 0 20px;
}
product-recommendations.related-products .card__media img.motion-reduce {
    border-radius: 15px !important;
}
.create-custom-container.mt-4.page-width.desktop {
    margin-top: 10px;
}
body.template-product .product__title {
    margin-bottom: 0px;
}
body.template-product .product__text {
    margin-top: 0px !important;
}
body.template-product .product__text ul {
    margin-top: 5px;
}
body.template-product  .product-personalizer {
    margin-bottom: 0px !important;
}
/********Responsive**********/

@media screen and (min-width: 768px) {
.searchPageWrapper .facets-wrapper .facets-container {
    padding-top: 3px;
}
 .template-search .facets-wrapper{
  padding-right:25px !important;
}
.searchPageWrapper{
  display:flex;
  max-width:1200px;
  margin:auto;
  margin-top:20px;
  justify-content: space-between;
}
.template-search div#ProductGridContainer {
    flex-basis: 82% !important;
    max-width: 82% !important;
}

.template-search__results > ul .grid__item{
    padding:0 !important;
  }
}
@media screen and (min-width:1000px) and (max-width:1250px){
  .template-search__results > ul .grid__item{
    width:33% !important;
    max-width:33% !important;
  }
  .template-search .product-grid-container .template-search__results .trustpilot-widget {
        max-width: 250px !important;
    }
}
@media screen and (max-width: 1024px) {
.searchPageWrapper {
    padding: 0 10px;
}
}
@media screen and (max-width:767px){
  .filtercontainer.mobile{
    display:none;
  }
      button.sort-button {
        width: 100% !important;
      }
 .searchPageWrapper .product-count__text{
        border-bottom: 2px solid #c5fc2a;
    margin-bottom: 25px;
  }
  .second {
    top: 10px !important;
    left: -5px;
}
}
@media screen and (min-width:1000px){
  .header-wrapper > .header.page-width{
  max-width:1920px;
  width:100%;
  padding:0 25px;
}
/* .header-wrapper .header__icons{
  display: grid;
    grid-template-columns: 25px 40px 46px 50px;
    max-width: 242px;
  padding-top:10px;
} */
.header-wrapper .call-section{
grid-area:1/1/-1/-1;
}
}
@media screen and (min-width:768px) and (max-width:1000px){
  .header__icons{position: relative;
    left: -20px;
}
}
@media screen and (min-width:1025px){
  .call-section{
    position: relative;
    left: -15px;
  }
}
.apj .slick-track {
    display: flex;
    width: fit-content !important;
}
.slick-prev, .slick-prev:hover {
    background-image:none !important;
}
.category-carousel .trustpilot-widget{
      max-width: 232px;
}

@media screen and (min-width:768px) and (max-width:1024px){
.category-carousel .trustpilot-widget{
    adding: 8px 0px !important;
    left: -18px !important;
    position: relative !important;
    max-width: 160px !important;
}
}
@media screen and (min-width:768px) and (max-width:950px){
  .product-grid-container .trustpilot-widget{
    max-width: 230px !important;
    
  }
}
@media screen and (min-width:951px) and (max-width:1200px){
  .product-grid-container .trustpilot-widget{
    max-width: 160px !important;
    left: -18px !important;
  }
}
@media screen and (min-width:700px) and (max-width:800px){
  .announcement-bar__message span.message .trustpilot-widget iframe{
  height:45px !important;
}
}
@media screen and (max-width:767px){
  .product-grid-container .trustpilot-widget{
    left: -18px !important;
    max-width: 160px !important;
  }
  .announcement-bar__message span.message:has(.trustpilot-widget) + span {
    display:flex;
    justify-content:center;
    align-items:center;
    padding-top: 4px;
}
  }
}
.slick-prev, .slick-prev:hover {
    background-image: none !important;
}
.you-may-also-like{
  padding:40px 0;
}
.you-may-also-like h2{
  margin-bottom:40px;
}
.you-may-also-like .full-unstyled-link{
  min-height:48px;
}
.you-may-also-like .trustpilot-widget{
  padding: 10px 0px;
}
.you-may-also-like img{
  width:100%;
  border-radius:12px;
}
.you-may-also-like .card__information{
  padding:1.7rem 0;
}
.you-may-also-like .trustpilot-widget{
    max-width: 230px;
    left: -10px;
}
.footer__content-top.page-width .footer-block--newsletter {
    justify-content: space-between;
}

@media screen and (max-width:1024px){
  .you-may-also-like .trustpilot-widget{
    max-width: 160px !important;
    left: -20px !important;
}
  .card-information .trustpilot-widget{
  width: 160px !important;
    left: -18px !important;
}
}
 .card-information .trustpilot-widget{
  width: 231px;
    left: -10px;
}
.trust img{
  border-radius:14px;
}

form#FacetFiltersForm {
    max-width: 100% !important;
}
.main-scrolling-container.product.trust button.slick-prev {
  left: 10px;
}
.trust button span {
    color: #ff457c;
    border-radius: 50%;
    border: 1px solid #ff457c;
    height: 40px;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: left !important;
    padding-bottom: 6px;
    width: auto !important;
    border-radius: 0px !important;
}
@media screen and (max-width:767px){
  .trust .slider-services.custom {
    padding-left: 0px !important;
}
  .intro.rev > .container:first-child {
    display:grid;
  }
  .main-scrolling-container.custom {
    padding-bottom:0px !important;
  }
  .intro.rev .trustpilot-widget {
    top: 0px !important;
    left: 0px !important;
    width:100% !important;
  }
  .intro.rev .trustpilot-widget:last-child {
    float: none !important;
    left: 0px !important;
    width:100% !important;
    margin-top: 20px !important;
}
}
.slider-services.review.product-page .slick-track {
    margin: 24px 0 20px;
}
.intro.rev .trustpilot-widget{
      width: 266px;
  top:30px;
}
.intro.rev .trustpilot-widget:last-child{
      float:right;
      top:0px;
  width: 222px;
  right: -18px;
}
.intro.rev{
  overflow:hidden;
}
.intro.rev button.slick-arrow{
  margin-top:0px;
}
.main-scrolling-container.product >.font-container{
  z-index:1;
}
@media screen and (max-width:767px){
  .product__text> p:last-child{
  margin-bottom:0px !important;
}
.raja.trustpilot-widget{
    top: -6px;
}
  body.template-product  .product__info-wrapper {
    padding-left: 0px !important;
}
}
.raja.trustpilot-widget{
  width: 230px;
    left: -9px;
  margin-top: 5px;
}
.see-our-best-itemM{
    display: grid;
    gap: 20px;
}
.shopify-section-header-sticky #appHeader{
  display:none !important;
}
.collection-container .filter-container.desktop{
  display:none !important;
}
.collection-container div#ProductGridContainer {
    flex-basis: 100%;
    max-width: 100%;
}
.slider-services.custom{
    position: relative;
    margin-left:auto;
  padding:0px;
}
/* .trust .slider-services.custom{
  padding-left:15px;
} */
.slider-services.custom button.slick-custom-arrow.slick-next {
    margin-left: 70px;
    border: 0px;
    background: transparent;
}
.home .main-scrolling-container.people{
  overflow:visible;
}
.home .instagram-section + .marquee.enable-animation .marquee__content{
  gap:0px;
}
.home .instagram-section + .marquee{
  gap:0px;
}
.home .instagram-section{
  margin-bottom:0px;
}
.home .instagram-section + .marquee.enable-animation .marquee__content>*{
  margin:0px;
  border-radius: 0px;
}
@media screen and (max-width:1000px){
  .blog__posts.articles-wrapper.owl-carousel .owl-nav .owl-prev{
  left:15px !important;
}
.blog__posts.articles-wrapper.owl-carousel .owl-nav .owl-next{
  left:75px !important;
}
}
.blog__posts.articles-wrapper.owl-carousel{
  position:relative;
}
.blog__posts.articles-wrapper.owl-carousel .owl-nav{
  position:absolute;
  bottom:0px;
}
.blog__posts.articles-wrapper.owl-carousel .owl-nav span{
  line-height:0.8;
}
.blog__posts.articles-wrapper.owl-carousel .owl-nav .owl-prev{
  top:auto;
  left:0px;
  bottom:0px;
}
.blog__posts.articles-wrapper.owl-carousel .owl-nav .owl-next{
  top:auto;
  right:auto;
  left:60px;
  bottom:0px;
}
.owl-carousel .owl-nav button[class*=owl-]>span {
    display: block;
}
.owl-carousel .owl-prev:before {
    content: "";
}
.owl-carousel .owl-next:before {
    content: "";
}
#neon-customiser-app{
  position:relative;
  z-index:2;
  padding-top: 1.5rem;
}
@media screen and (max-width:749px){
.footer__content-top h2.footer-block__heading {
    position: relative;
}
.footer__content-top h2.footer-block__heading:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #ff457c;
}
}
@media screen and (max-width:540px){
  #shopify-section-header{
    margin-bottom:10px;
  }
  .call-section{
    width:135px;
  }
  /* .header__search{
    position:absolute;
    top:90px;
    width:90%;
    left:0px;
    border:1px solid #e6c6cf;
    border-radius: 1rem;
    left:50%;
    translate:-50%;
  } */
  /* .header__search details{
    width:100%;
  } */
  .header__search details summary{
    float:right;
    color: #ff147c;
  }
   /* .header__search details::before{
    content:'What are you looking for ?';
    position: absolute;
    top: 50%;
    left: 20px;
  } */
}



.product-popup-modal__opener {
  position: absolute;
  left: 170px;
  top: -35px;
}
.product-form__input {
  position: relative;
}
@media (min-width: 749px) and (max-width: 990px) {
  slider-component.page-width {
    padding: 0rem !important;
  }
}
@media (min-width: 1025px) and (max-width: 1270px) {
  .header__icons {
    padding-right: 15px;
  }
}

.shopify-policy__body h1,
.shopify-policy__body h2,
.shopify-policy__body h3,
.shopify-policy__body h4,
.shopify-policy__body h5 {
  font-weight: 700 !important;
}
.Polaris-Heading_1brcv {
  font-weight: 700 !important;
  margin-bottom: 30px !important;
}

/* .template-collection .gradient {
  background: none;
  background-attachment: initial;
} */
@media screen and (min-width: 541px) and (max-width: 1024px) {
  header-drawer {
    margin-left: 0rem !important;
  }

  .gradient.template- .shopify-policy__container {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .page-width.page-width--narrow.section-template--15962813399222__main-padding {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media screen and (max-width: 540px) {
  .main-page-title.page-title.h0,
  .gradient.template- .shopify-policy__body h1 {
    font-size: 30px !important;
  }
  .gradient.template- .shopify-policy__container {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .page-width.page-width--narrow.section-template--15962813399222__main-padding {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .custom-neon-icon.collection-icon-container .collection-icon.custom {
    padding: 0px !important;
}
  .custom-neon-icon.collection-icon-container {
    margin-bottom: 0px;
}
  .experienceContactWrapper .imgSliderWrapper {
    display: block;
}
  .custom-neon-icon {
    width: 100%;
    max-width: 100%;
}
.custom-neon-icon.collection-icon-container {
    margin-bottom: 0px;
    border: 0;
    margin-right: 0;
    margin-left: 0px;
    gap: 10px;
}
.custom-neon-icon.collection-icon-container .collection-item {
    flex-basis: 46%;
    max-width: 48%;
    text-align: center;
    margin-bottom: 20px;
}
}

@media screen and (max-width: 540px) {
}
.template-product .product-recommendations .sezzle-shopify-info-button {
  display: none !important;
}
.page-width.page-width--narrow.section-template--15962813399222__main-padding
  .main-page-title.page-title.h0 {
  margin-top: 17px !important;
}
.page-width.page-width--narrow.section-template--15962813399222__main-padding
  .rte {
  margin-top: 52px !important;
}
.rte ul li::marker {
  color: black !important;
}
.gradient.template- .shopify-policy__title {
  display: none !important;
}
.gradient.template- .shopify-policy__body {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
}
.gradient.template- .shopify-policy__body h1 {
  font-size: 40px;
}
.page-width.page-width--narrow.section-template--15962813399222__main-padding {
  max-width: 120rem !important;
  padding-left: 5rem;
  padding-right: 5rem;
}
.gradient.template- .shopify-policy__container {max-width: 1320px;padding:0;}
.contact__button button {
  background-color: #ff457c !important;
  color: white !important;
  border: 1px solid #ff457c !important;
  border-radius: 1rem;
}
.contact__button button:hover {
  background-color: white !important;
  color: #ff457c !important;
}
.main-page-title.page-title.h0 {
  font-size: 40px;
/*   margin-bottom: -25px !important; */
  margin-top: 10px !important;
}
.contact form input,
.contact form textarea {
  border: none !important;
  border-bottom: 2px solid black !important;
  border-radius: 0px !important;
  padding-bottom: 1.5rem !important;
}
.contact form input:focus {
  box-shadow: none !important;
}
.contact form textarea:focus {
  box-shadow: none !important;
}

.contact form label {
  margin-top: -7px !important;
}

.template-order h1 {
  font-size: 28px !important;
  font-weight: 700 !important;
}
.template-order h2 {
  font-size: 22px !important;
  font-weight: 700 !important;
}
.template-order .order-details thead tr th {
  font-weight: 700 !important;
}
.template-order .order-details tfoot tr:last-child td {
  font-weight: 700 !important;
  font-size: 2.1rem;
}
.template-order .order-details tbody tr td,
.template-order .order-details tbody tr td p,
.template-order .order-details tfoot {
  font-size: 14px !important;
}
.template-addresses form input {
  border: none !important;
  border-bottom: 2px solid black !important;
  border-radius: 0px !important;
  padding-bottom: 1.5rem !important;
}

.template-addresses form label {
  margin-top: -7px !important;
}
.template-addresses .customer.addresses h1 {
  font-size: 28px !important;
  font-weight: 700 !important;
}
.template-addresses .customer.addresses ul li h2 {
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}
.template-addresses .customer.addresses ul li button {
  color: white !important;
}
.template-addresses .customer.addresses ul li button:hover {
  color: #ff457c !important;
}
.template-account .customer.account .customer__title + a {
  margin-top: 5px !important;
}
.order-history thead tr th {
  font-weight: 700 !important;
}
.order-history tbody tr td a {
  border: 1px solid pink !important;
  box-shadow: none !important;
}

.template-account .customer.account h1,
.template-account .customer.account h2 {
  font-size: 28px !important;
  font-weight: 700 !important;
}

#create_customer input {
  border: none !important;
  border-bottom: 2px solid black !important;
  border-radius: 0px !important;
  padding-bottom: 1.5rem !important;
}
#create_customer label {
  margin-top: -7px !important;
}

.template-login .customer.login form input {
  border: none !important;
  border-bottom: 2px solid black !important;
  border-radius: 0px !important;
  padding-bottom: 1.5rem !important;
}
.template-login .customer.login form .field {
  margin-top: 1rem !important;
}
.template-login .customer.login form .field label {
  margin-top: -7px !important;
}
.template-login .customer.login form .field + a {
  margin-top: 2rem !important;
}

.main-blog {
  padding-top: 83px;
}

.main-blog .title--primary {
  display: none;
}

.template-blog .blog-articles {
  grid-template-columns: 1fr 1fr 1fr !important;
  column-gap: 35px !important;
  row-gap: 30px !important;
}
.template-blog .pagination-wrapper {
  margin-top: 0px !important;
}
@media screen and (max-width: 540px) {
  .template-blog .blog-articles {
    grid-template-columns: 1fr !important;
    row-gap: 40px !important;
  }
  .main-blog {
    padding-top: 20px !important;
  }
}
.template-blog .card .media.media--hover-effect > img:only-child,
.card-wrapper .media.media--hover-effect > img:only-child {
  border-radius: 10px !important;
}

.card__content .card__heading.h2 a {
  font-weight: 600;
  text-transform: uppercase !important;
}
.article-card__excerpt.rte-width {
  font-size: 14px !important;
  line-height: 1.5 !important;
  letter-spacing: normal !important;
  color: #333;
}
@font-face {
  font-family: "neonbines";
  src: url("/cdn/shop/files/NeonBines.ttf?v=1668768105")
      format("ttf"),
    url("myfont.ttf") format("ttf");
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 0px !important;
  margin-bottom: 0px !important ;
}

body {
  font-family: Montserrat, sans-serif !important;
}
.sale-container {
  font-size: 14px;
}
.header .header__menu-item {
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #000;
    font-weight: 700 !important;
    /* padding: 0 10px; */
}
.header__icon {
  color: #000;
}
.category-name {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  margin-top: 10px;
}
.medium {
  font-weight: 600 !important;
}
.semibold {
  font-weight: 700 !important;
}

.header-wrapper {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.13);
  background: #fff !important;
}
.header__menu-item {
  padding: 1rem;
}
.category-link {
  text-decoration: none;
  color: #000;
}
.home-category-section {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 30px 15px;
}
.category {
  text-align: center;
}
.category img.lazyloaded,
.category-about img.lazyloaded,
.category-faq img.lazyloaded {
  border-radius: 50%;
}

.marquee li::marker {
  color: #fff !important;
}
.image-container {
  line-height: normal;
  background: #11020f;
  margin-top: 0px;
}

.main-scrolling-container.why-choose {
  padding: 60px 0px 0px 0px;
  overflow: hidden;
}
.font-container {
  position: relative;
  transform: rotate(4deg);
}
.svg-container {
  position: relative;
  transform: rotate(-1deg);
}
.svg-container:before {
  content: "";
  background: #11020f;
  position: absolute;
  left: -4px;
  top: 0px;
  height: 100%;
  width: 10px;
}
.image-container svg {
  margin: 10px 48px;
}
.text-container {
  background: #04062a;
  line-height: normal;
  margin-bottom: 17px;
  position: relative;
  height: 100px;
}
.font-container::before {
  content: "";
  background: #04062a;
  position: absolute;
  left: -8px;
  top: 0;
  height: 100%;
  width: 10px;
  transform: rotate(2deg);
}
.text-container ul {
  display: flex;
  align-items: center;
  margin: 0px;
}
span.text-details {
  margin: 10px 35px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.31;
}
span.name {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.call-section {
  display: flex;
  align-items: center;
  justify-content:end;
}
.second {
  padding: 0px 5px;
  position: relative;
  top: -5px;
}

.flex {
  display: flex;
  justify-content: center;
}
.lets-create-section img {
  width: 100%;
  border-radius: 14px;
}
#home-carousel img,
.see-our-best img {
  border-radius: 14px;
}
.item.accordion.shown.open .answer {
  display: block !important;
  margin-top: 10px;
  text-align: left;
}
.tabs a.active-content:focus {
  color: #fff !important;
}
.block-review.item::before {
  position: absolute;
  content: "/cdn/shop/files/quote.svg?v=1674049618";
  height: 20px;
  width: 20px;
  background-image: url(/cdn/shop/files/quote.svg?v=1674049618);
  top: -12px;
  left: 15px;
  z-index: 1;
  font-size: 0px;
  background-repeat: no-repeat;
}
.block-review.item {
  position: relative;
}
.summary__title {
    padding-top: 20px;
    border-top: 1px solid #c8e4eb!important;
}
summary.accordion {
    border-bottom: 0px !important;
}
a:focus, a:hover {
    /* color: #23527c !important; */
}
.lets-create-section a.category-link:hover .ctitle {
    color: #23527c !important;
}
.lets-create-section a.category-link:focus .ctitle {
    color: #ff457c !important;
}
.tabbedPanels.page-width-desktop .collection__title h2.title {
    margin-top: 0px;
}
div#yotpo-app .yotpo-head {
    margin: 20px 0;
}
div#yotpo-app .yotpo-filters-container {
    margin-top: 20px;
}
div#yotpo-app .ugc-storefront-widgets-tabs-container.yotpo-seo-page-tabs {
    margin-top: 10px !important;
}
div#yotpo-app .yotpo-filters-container .yotpo-filters-container-inner[data-v-716be466] {
    gap: 5px;
}
div#yotpo-app .yotpo-reviews-seo-list .yotpo-review {
    margin: 20px 0!important;
}
div#yotpo-app .yotpo-reviews-seo-pagination-container {
    margin-top: 20px;
    margin-bottom: 20px;
}
/* #review-section {
  padding-top: 20px;
    padding-bottom: 20px;
} */
.template-index .blog .page-width-desktop {
    padding: 20px;
}
.as-exquisite .page-width {
    padding-bottom: 0px;
}
@media (min-width: 768px) {
  .jdgm-rev-widg__body {
  max-width: 1220px;
  width: fit-content;
  margin: auto !important;
}
 .faqs  .accordion,.product__accordion.item.accordion.shown.quick-add-hidden {
    margin-top: 0px;
    border-bottom: 0px;
}
  .answer {
    margin-bottom: 20px!important;
}
  .mt-4 {
    margin-top: 40px;
}
    .footer-block--newsletter.w-100.desktop {
    width: 100%;
}
  .reviews-container.custom-product {
    margin-top: -35px;
}
  .main-scrolling-container.custom {
    padding: 70px 0px 60px 0px !important;
}
  .tabbedPanels .panelContainer {
    min-height: 372px !important;
  }
  .template-index #home-carousel #carousel img {
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 2 / 1;
  }
  .banner_slider .item img{border-radius: 0!important}
  .second-column span.first-img {
    flex-basis: 48%;
  }
  .flex {
    justify-content: center;
    flex-wrap: wrap;
  }
  .top-category-item {
    flex-basis: 12% !important;
    max-width: 12% !important;
    margin: 0px 11px !important;
  }
  .lets-create-section {
    margin-bottom: 30px;
  }
  header.page-width {
    padding-left: 0px;
    padding-right: 0px;
  }
  .custom-code-container button:hover {
    padding: 11px 19px !important;
  }
  .custom-code-container .ctitle {
    display: flex;
    justify-content:end;
  }
  .custom-code-container button {
    padding: 12px 20px !important;
  }
  span.Couldnt-find-your-Neon-Sign {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    color: #c5fc2a;
    display: block;
  }
  span.Design-your-own-Custom-Wedding-Neon-Signs {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
  }
  span.description {
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: #fff;
  }
  .custom-code-container .row {
    display: flex;
    background: #000;
    border-radius: 15px;
    padding: 25px;
    margin: 0;
  }

  .custom-code-container .first-column {
    flex-basis: 50%;
    max-width: 50%;
  }
  .custom-code-container .second-column {
    flex-basis: 50%;
    max-width: 50%;
    align-items:center;
    padding-left: 125px;
  }
  .main-scrolling-container {
    padding: 50px 0px 50px 0px;
    overflow: hidden;
  }

  /* Tabber Css */
  .tabber {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 1000px;
    margin: 30px auto;
    align-items: center;
  }

  .tabber ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tabber ul li {
    padding: 10px 24px;
    background: white;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    cursor: pointer;
    border-radius: 0px;
    transition: all 0.3s ease;
  }

  .tabber ul li:not(:last-of-type) {
    /* add border beside last element */
    border-right: 1px solid white;
  }

  #first-dynamic-table {
    width: 100%;
    padding: 35px 15px;
  }

  /*Main Style*/
  .tab-item.activetab {
    background: #ff457c;
    color: white;
    border-radius: 20px;
  }

  .top-categories-section .tab-content {
    width: 100%;
    display: none;
  }

  .tab-content.activetab {
    display: block;
  }
  /*Tabber Css end  */
  .all-button a.link {
    margin: 0 15px;
    background: #fff;
    color: #ff457c;
    border: 1px solid #ff457c;
    outline: none;
    box-shadow: none;
    padding: 14px 51px;
    text-decoration: none;
    border-radius: 1rem;
  }
  .announcement-bar__message .message {
    font-size: 12px !important;
  }
  span.message,
  .sale-container span {
    padding: 10px 30px;
  }
  .category-carousel .grid__item {
    width: 100%;
    max-width: 100%;
  }
  .lets-create-section .ctitle {
    padding: 10px 12px;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    min-height: 62px;
    color: #333;
}
  .lets-create-section button,
  .ctitle button {
    font-family: Montserrat;
    background: #ff457c;
    outline: none;
    border: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 12px 32px;
    border-radius: 1rem;
    margin: 0px 10px;
  }
    .lets-create-section button{
    min-width: 90%;
  }
  .lets-create-section a.category-link.medium {
    display: grid;gap: 1rem;
    align-items: center;
    width: 100%;
  }
  .why-choose .font-container {
    z-index: 1;
  }
  .lets-create-section .blocks {
    display: flex;
    width: 100%;
    margin-top: 10px;gap:5rem;
  }
  .top-categories-section p,
  .lets-create-section p {
    letter-spacing: normal;
    color: #333;
    text-align: center;
    margin: 15px;
  }
  .top-categories-section h2,
  .lets-create-section h2 {
    font-size: 40px;
    font-weight: bold;
    margin: 0px;
    text-align: center;
  }
  span.time {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
    display: block;
  }
  span.call {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: normal;
    color: #000;
    height: 15px;
  }
  .why-choose-us-image {
    padding: 40px 0px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
  span.descrition p {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000;
  }
  .details {
    flex-basis: 31%;
    max-width: 31%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
  }
  .announcement-bar__message,
  .sale-container,
  .message {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }
  .text-section {
    max-width: 1018px;
    display: block;
    margin: auto auto 60px;
    font-size: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
  .neon-up-section {
    padding-left: 5%;
  }
  .neon-name.medium {
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    padding: 15px 0px;
  }
  .paragraph {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #333;
    max-width: 350px;
  }
  .tab {
    letter-spacing: normal;
    color: #6d6d6d;
  }
  .neon-up-section h2 {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding: 0px;
  }
  .top-categories-section {
    text-align: center;
  }
  a:focus {
    color: #ff457c !important;
}
}
@media (max-width: 767px) {
.faqs .accordion {
    margin-top: 0px !important;
    /* border: 0px !important; */
}
 .template-product h2.item.accordion.shown {
    margin-top: 0px !important;
}
  .answer {
    margin-bottom: 20px!important;
}
  .template-product .Whats-in-the-box .items-container .item {
    display: flex;
    margin: 0px !important;
    padding: 10px 0px!important;
    border: 0px !important;
}
  .itemtext, .Whats-in-the-box p {
    text-align: left !important;
}
  h4.more-product-heading.custom.mobile {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
}
  li.tab-item::marker {
    display: none;
    color: #fff;
}
  .top-category-item {
    flex-basis: 40% !important;
    max-width: 40% !important;
    min-width: 40%;
  }
  .flex {
    justify-content: flex-start;
  }
  .sale-container span.message {
    padding-top: 4px !important;
  }
  .template-index #home-carousel img {
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 0.7825;
    border-radius: 14px;
  }
  .banner_slider .item img{border-radius: 0!important}
  .home-category-section .category-link img {
    height: 60px;
    width: 60px;
  }
  .text-section p {
    margin-bottom: 10px;
  }
  .create-custom-container.page-width {
    margin:0 0 40px 0px;
  }
/*   .Whats-in-the-box.custom {
    padding: 0px 10px;
  } */
  .main-scrolling-container {
    padding: 68px 0px;
    overflow: hidden;
  }

  .blog__post.grid__item {
    width: 100% !important;
    max-width: 100% !important;
  }
  /*   .category-carousel .card__media img.motion-reduce {
    border-radius: 15px;
    top: -10px !important;
  } */
  .blog .card .media {
    background: #fff;
  }
  .blog .article-card__image img.motion-reduce {
    border-radius: 15px;
  }
  .center.collection__view-all {
    margin-top: 30px;
  }
  .block-review.item {
    margin-top: 33px !important;
  }

  s.price-item.price-item--regular {
    font-size: 12px;
  }
  .tabbedPanels {
    padding: 0px 0px 40px 15px;
  }
  a.full-unstyled-link,
  span.price-item.price-item--sale,
  span.price-item.price-item--regular {
    font-size: 14px;
    color: #333 !important;
  }
  /*   .category-about a.category-link,
  .category-faq a.category-link {
    text-align: left;
  } */
  .lets-create-category-details .category-name button {
    border: 0px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 15px 25px !important;
    margin-top: 15px;
    font-family: Montserrat;
    min-width: 275px;
  }
  .ctitle button {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #ff147c;
    padding: 14px;
    margin: 10px 3px;
    border-radius: 1rem;
    border: 0px;
    letter-spacing: 1.5px;
  }
  .why-choose-us-image .owl-item {
    padding: 15px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #ff457c !important;
    opacity: 1 !important;
  }
  .owl-dots button.owl-dot {
    /* width: 11px !important;
    height: 11px !important;
    border-radius: 50% !important; */
    display: inline-block;
    background: #ff457c;
    margin: 0 3px !important;
    opacity: 0.19 !important;
  }
  ul.tabs {
    display: flex;
    overflow-y: scroll;
    align-items: center;
    align-content: center;
  }
  .lets-create-section .category-link {
    text-decoration: none;
    color: #000;
    flex-basis: 85%;
    max-width: 85%;
    margin: 0px 10px;
  }
  .why-choose-us-image.page-width {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 10px 0px;
  }
  .neon-up-section.warpper {
    padding: 0px 0px 0px 15px;
    margin-bottom: 60px;
  }
  .neon-up-section .tab {
    padding: 4px 15px !important;
    min-width: fit-content;
  }
  .neon-up-section .tabs {
    display: flex;
    overflow-x: scroll;
  }
  .neon-up-section .tabs::-webkit-scrollbar,
  .blocks::-webkit-scrollbar,
  div.tab-content::-webkit-scrollbar,
  ul.tabs::-webkit-scrollbar,
  .home-category-section.page-width::-webkit-scrollbar {
    display: none;
  }
  .template-index .details {
    flex-basis: 31%;
    max-width: 31%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
  }
  li.tab-item {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .blog-heading {
    justify-content: center;
  }
  #first-dynamic-table img.lazyloaded {
    height: 65px;
    width: 65px;
  }
  .desktop {
    display: none !important;
  }
    .blog-heading h2 {
    font-size: 30px !important;
    font-weight: bold !important;
    font-stretch: normal !important;
    font-style: normal;
    line-height: 1.27 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: #000;
  }
  div#first-dynamic-table {
    flex-basis: 80%;
    max-width: 80%;
  }
  .top-categories-section .tabber {
    display: flex;
    align-items: center;
  }
  div.tab-content {
    overflow-x: scroll;
    margin: 10px 0px;
  }

  .tabber ul {
    display: flex;
    padding: 0px;
    flex-basis: 20%;
    max-width: 20%;
    flex-direction: column;
    height: 335px;
    justify-content: space-around;
    margin: 0px;
  }
  a.no-bg {
    background-color: #fff !important;
    color: #ff147c !important;
    border: 1px solid #ff147c;
    width: 94%;
  }
  a.link.upload-button {
    flex-basis: 46%;
    max-width: 46%;
  }
  .all-button a.link,
  .category-name button {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    background: #ff147c;
    padding: 14px;
    margin: 10px 5px;
    border-radius: 1rem;
    text-decoration: none;
  }
  .all-button {
    margin: 25px 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .text-section {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 20px 10px;
  }

  .above_text{
    padding: 5px;
    padding-bottom: 0;
  }

  .above_text h3{
    margin: 20px 0 0 20px;
  }

  .above_text table {
    width: auto !important;
  }
  
  .announcement-bar__message .message {
    font-size: 10px !important;
  }
  span.message,
  .sale-container span {
    padding: 3px 10px;
    letter-spacing: normal;
  }
  p.announcement-bar__message.center.h5 {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
  span.message svg {
    height: 10px;
    width: 10px;
  }
  .sale-container span.message.medium {
    display: flex;
    justify-content: center;
    font-size: 12px;
      align-items: center;
}

/*   details-modal.header__search {
    display: none;
  } */
  .header {
    grid-template-columns: 1fr 5fr 12fr !important;
  }
  .call-section {
    text-align: right;
  }
  .call-section .first {
    font-size: 10px;
  }
  .second svg {
    height: 14px;
    width: 14px;
  }
  span.call {
    font-size: 12px;
    font-weight: 600;
  }

  .category-about,
  .category-faq,
  .category {
    text-align: center;
    padding: 0 15px 0px 0px;
    width: max-content;
  }

  .category-name {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    /*     width: max-content; */
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 14px;
  }
  .lets-create-category-details {
    display: flex;
  }
  .footer__blocks-wrapper.grid {
    padding: 0px 15px;
  }
}
@media (max-width: 600px) {
  .home-category-section.page-width {
    width: 100%;
    overflow-x: scroll;
    flex-wrap: nowrap;
    padding: 20px !important;
    justify-content: flex-start !important;
  }
}

/* Css For Background Change In section */
.intro {
  background: linear-gradient(0deg, #fff, #ffeaea, #e4f8f9, #fff);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-blend-mode: hard-light;
}

@keyframes myanimation {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
/* Css End For Background Change In section */

/* Neon Tabbber  Css Start */
.panels .owl-nav {
  margin: 30px 0px;
}
.template-index .price.price--on-sale .price__sale {
  display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
}
s.price-item.price-item--regular {
  letter-spacing: normal;
  color: #ff0303;
}
a.full-unstyled-link {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
.blog__posts .article-card .card__information {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
  display: flex;
  flex-direction: column-reverse;
}
.template-index h3.card__heading {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.article-card__info.caption-with-letter-spacing.h5 {
  text-align: left;
}
span.circle-divider {
  font-size: 12px;
  font-style: normal;
  line-height: 2.25px;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
.panels span,
.blog-carousel .owl-nav span {
  color: #ff457c;
  border-radius: 50%;
  border: 1px solid #ff457c;
  height: 40px;
  margin: 20px 5px 0px 0px;
  font-size: 40px;
  line-height: normal;
  display: flex;
  width: 40px;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding-bottom: 8px;
}
.neon-up-section .tab {
  cursor: pointer;
  margin: 0px 2px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 3px 3px 0px 0px;
}
.panels {
  background: #fffffff6;
  min-height: 200px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  padding-top: 20px;
}
.neon-up-section .panel {
  display: none;
  animation: fadein 0.8s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.panel-title {
  font-size: 1.5em;
  font-weight: bold;
}
.neon-up-section .radio {
  display: none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel,
#four:checked ~ .panels #four-panel,
#five:checked ~ .panels #five-panel,
#six:checked ~ .panels #six-panel,
#seven:checked ~ .panels #seven-panel {
  display: block !important;
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab,
#four:checked ~ .tabs #four-tab,
#five:checked ~ .tabs #five-tab,
#six:checked ~ .tabs #six-tab,
#seven:checked ~ .tabs #seven-tab {
  background: #ff457c;
  color: #fff;
  border-radius: 20px;
}

/* Neon Tabbber  */

/* Category Tabber Css Start */

.panelContainer {
  clear: left;
}
.slider-mobile-gutter {
  padding: 0px;
}
/* reset ul defaults  */
.tabs {
  margin: 0;
  list-style: none;
  display: block;
  margin: auto;
  padding: 0px;
}
.tabbedPanels .tabs {position: relative;z-index: 99;
  padding: 0;
}

/* set li properties  */
.tabs li {
  float: left;
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
}

/* all formatting goes inside 'a' */
.tabs a {
  display: block;
  text-decoration: none;
  color: #6d6d6d;
  padding: 18px 26px;
  border-radius: 1rem;
  line-height: 3.13px;
  width: max-content;
}

.tabs a.active-content {
  background-color: #ff457c;
  color: #fff;
}

.neon-up-section .panel img {
  width: 100%;
  margin-top: 10px;
  border-radius: 1rem;
}

.panel p {
  margin-bottom: 0px;
}

.category-carousel li.item.grid__item {
  width: 100%;
  max-width: 100%;
}
.category-carousel .card__inner.color-background-2.gradient.ratio {
  background: #fff;
}
/* .custom_address p {
    color: #ff457c;
    text-decoration: none;
    border: 1px solid #ff457c;
    padding: 11px 35px;
    border-radius: 1rem;
    display: block;
    width: max-content;
    margin: 40px auto 0px;
    line-height: normal;
} */
.button:after {
  box-shadow: none !important;
}
button#checkout,
.cart__warnings a.button {
  padding: 20px;
  background: #ff457c !important;
  border-radius: 1rem;
}
button#checkout:hover,
.cart__warnings a.button:hover {
  padding: 19px;
  border: 1px solid #ff457c;
  background: #fff !important;
  border-radius: 1rem;
  color: #ff457c !important;
}
@media (min-width: 768px) {
  .title-wrapper-with-link .title {
    font-weight: 600;
  }
  .blog__view-all {
    display: none;
  }
  .all-button {
    display: flex;
    justify-content: center;
    padding: 60px 0px 70px;
  }
  .blog .view-all-button {
    display: none;
  }
  .mobile {
    display: none !important;
  }
  .ctitle {
    text-align: center;
    margin-top: 15px;
  }
  /* .template-index .center.collection__view-all {
    position: absolute;
    top: -75px;
    right: 0;
  } */
  div.panel {
    position: relative;
    border: 0px !important;
    box-shadow: none !important;
  }
  .main-heading h2.title {
    font-family: Montserrat;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
  .reviews-carousel {
    padding: 72px 0 0 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .accordion .accordion-title {
    position: relative;
    padding: 10px 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
  }
}
/* Category Tabber Css End */
@media (max-width: 767px) {
  .ctitle {
    display: flex;
    justify-content: center;
    min-height: 40px;
  }
  .why-choose-us-image .owl-stage-outer.owl-height {
    height: 430px !important;
  }
  .blog h3.card__heading {
    padding-top: 10px;
  }
.about-crazy-neon .rich-text__wrapper {
    width: 100%;
}
  .blog-view-all-button {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    right: 0;
    justify-content: center;
  }
  .slider-buttons {
    display: none !important;
  }
  .lets-create-section {
    /* padding-top: 40px; */
    padding-left: 20px;
    padding-right: 0px;
}
  .lets-create-section h2 {
    margin-top: 10px;
}
  .lets-create-section p {
    padding: 0 20px;
}
  .details svg {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }
  .main-scrolling-container.why-choose {
    padding: 40px 0 40px;
    overflow: hidden;
  }
  .accordion-container {
    position: relative;
  }
  span.descrition {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000;
  }
  span.name {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #000;
  }
  span.descrition {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000;
  }
  .top-categories-section {
    padding: 0px 0px 0px 15px;
  }
  .top-categories-section p,
  .lets-create-section p {
    text-align: center;
    margin-bottom: 20px;
  }
  .mr-15.accordion-title {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    position: relative;
  }
  
}
.container.faqs {
  width: 100%;
}

.accordion-section {
  padding: 40px 20px 40px;
/*   text-align: center; */
}

.accordion .accordion-title::before {
  content: "+";
  color: #ff347c;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 30px;
  transform: translateY(-50%);
}
.accordion.open {
  display: block !important;
}
.accordion.open .accordion-title::before {
  content: "-";
  font-size: 30px;
}

.template-product .accordion-container.mobile h2.accordion.item {
    padding: 25px 0px;
    border-top: 1px solid #c8e4eb !important;
    display: block !important; 
    margin: 0px !important;
}

a.showMore::after {
  content: "View All";
}

a.showMore.showLess::after {
  content: "View Less";
}
.see-our-best {
  display: flex;
  width: 100%;
}
.second-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.second-column img {
  margin-bottom: 20px;
}
.see-our-best .item {
  display: flex;
}

.category-carousel .see-our-best.owl-carousel .owl-nav button {
  position: absolute;
  top: 44%;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.our-best h2,
.faq-heading,
h2.blog__title.h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  margin: 0px;
  color: #333;
}
.container.faqs {
  width: 100%;
}
.blog-heading.title-wrapper-with-link {
  margin-bottom: 10px !important;
}
.card .media.media--hover-effect > img:only-child,
.card-wrapper .media.media--hover-effect > img:only-child {
  border-radius: 1rem;
}
.card .media {
  background: #fff;
}
.blog .grid--2-col-tablet .grid__item {
  width: 100%;
  max-width: 100%;
}
p.blog-paragraph {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
.our-best p,
.faq-description {
  letter-spacing: normal;
  text-align: center;
  color: #333;
  margin: 0px;
  padding-bottom: 20px;
  display: block;
  font-size: 16px;
}

.review .four-star svg:nth-child(1),
.review .four-star svg:nth-child(2),
.review .four-star svg:nth-child(3),
.review .four-star svg:nth-child(4) {
  fill: #ffc506;
}
.review .five-star svg {
  fill: #ffc506;
}
.review .three-star svg:nth-child(1),
.review .three-star svg:nth-child(2),
.review .three-star svg:nth-child(3) {
  fill: #ffc506;
}
.review svg {
  fill: grey;
  height: 15px;
  width: 15px;
}
.review .two-star svg:nth-child(1),
.review .two-star svg:nth-child(2) {
  fill: #ffc506;
}
.review .one-star svg:nth-child(1) {
  fill: #ffc506;
}
.block-review.item {
  padding: 20px;
  background: #fff;
  height: 100%;
  border-radius: 1rem;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 10%);
  position: relative;
}

.block-review.item .first-row {
  display: flex;
}
.block-review.item .first-column {
  flex-basis: 42%;
  max-width: 42%;
}
.template-index .rating {
  display: block !important;
}
span.consumer-name {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding: 5px 0px;
}

.block-review .second-row p {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding-top: 20px;
}
.reviews-carousel .owl-nav {
  text-align: center;
  margin-top: 20px;
}

.reviews-carousel .owl-nav span {
  color: #ff457c;
  border-radius: 50%;
  border: 1px solid #ff457c;
  height: 40px;
  margin: 0 5px;
  font-size: 40px;
  line-height: normal;
  display: flex;
  width: 40px;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding-bottom: 8px;
}
.template-index .blog {
  margin: 0px 0px;
}
.reviews-carousel .owl-stage-outer {
  height: 370.641px !important;
  padding-top: 8px;
}
.item.accordion.open .answer {
  display: block !important;
  margin-top: 10px;
}
.lets-create-section button:hover,
.ctitle button:hover {
  background: #fff;
  color: #ff457c;
  border: 1px solid #ff457c;
  margin: 0px 10px;
  padding: 11px 32px;
  cursor: pointer;
  text-decoration: none;
}
.lets-create-section button:hover{
  min-width: 90%;
}
.all-button a.link:hover,
a.view-all-button:hover {
  background: #ff457c;
  color: #fff !important;
}
.second-column.consumer-details {
  margin: 0px 15px;
}
button.owl-next.disabled,
button.owl-prev.disabled {
  display: none !important;
}
/* .header__menu-item .icon-caret {
    right: -2px;
} */
@media (min-width: 820px) {
  .accordion-container {
    display: block;
    margin: auto;
    width: 800px;
    text-align: left;
  }
  .neon-up-section .owl-stage-outer.owl-height {
    width: 1600px;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
 .second-column lottie-player {
    width: max-content !important;
}
  .slider-mobile-gutter {
    padding: 0 !important;
  }
  .neon-up-section .tabs::-webkit-scrollbar,
  .blocks::-webkit-scrollbar,
  div.tab-content::-webkit-scrollbar,
  ul.tabs::-webkit-scrollbar,
  .home-category-section.page-width::-webkit-scrollbar {
    display: none;
  }
  .tabbedPanels.page-width-desktop {
    padding: 0px 60px;
  }
  .container.page-width-desktop.our-best {
    padding: 0px 50px;
  }
  .second-column img {
    margin-bottom: 9px;
  }
  span.number {
    color: #000;
  }
  .header .header__menu-item {
    font-size: 14px;
  }

  .category-carousel .owl-nav button.owl-next {
    right: -7% !important;
  }
  .category-carousel .owl-nav button.owl-prev {
    left: -7% !important;
  }
  .lets-create-section button,
  .ctitle button {
    padding: 10px 15px !important;
  }
  .all-button a.link {
    padding: 14px 30px;
  }
  .blocks {
    display: flex;
    overflow-y: scroll;
    max-width: 100%;
  }
  .lets-create-section .category-link {
    text-decoration: none;
    color: #000;
    flex-basis: 40%;
    min-width: 40%;
    margin: 0px 10px;
  }
}
a:hover,
a:focus {
  text-decoration: none !important;
  /*   color: #000 !important; */
}
a:focus {
  outline: none !important;
}
button.slick-prev {
  position: absolute;
  bottom: 0;
  border: 0px;
  background:transparent;
}
button.slick-custom-arrow.slick-next {
  margin-left: 50px;
  border: 0px;
  background: #fff;
}
.slider-services {
  position: relative; /*important, allows container-fluid to be the relative*/
  margin-left: -28px;
}

.slick-list {
  overflow: visible; /*important, allows overflow slides to be visible*/
}
.slick-next:before,
.slick-prev:before {
  color: black;
}
.slick-track {
  display: flex;
  width: 2500px !important;
}
#three-panel .col-xs-12.col-sm-6.col-md-4,
#four-panel .col-xs-12.col-sm-6.col-md-4 {
  width: 100% !important;
}

.slick-prev,
.slick-prev:hover {
  left: 0;
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.slick-next,
.slick-next:hover {
  right: 0;
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  display: none;
}
.slider-dots {
  position: relative;
}
.slick-dots {
  bottom: 5px;
}
.container-fluid {
  overflow: hidden;
  position: relative;
}
.heart-container {
  display: flex;
  justify-content: center;
}
.main-scrolling-container.people {
  padding: 68px 0 40px;
}
.first-paragraph {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  max-width: 678px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.second-paragraph {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  max-width: 711px;
  display: block;
  margin: auto;
  padding: 20px 0px;
}

.instagram .page-width {
  text-align: center;
}
.instagram-section .marquee-container {
  height: 5px;
  margin-top: -4px;
}

.color-width {
  width: 500px;
  height: 3px;
}
.first-color {
  background: #ff6f93;
}
.second-color {
  background: #ffbf72;
}
.third-color {
  background: #a2d996;
}
.fourth-color {
  background: #62d0e7;
}
.instagram-section {
  margin-top: 60px;
  /* margin-bottom: 60px; */
}
a.instagramlink {
  color: #ff457c;
  font-weight: 600;
}

:root {
  --radius: 80px;
  --frame-size: calc(var(--radius) / 3);
  --d-outer: calc(var(--radius) * 2);
  --d-inner: calc(var(--d-outer) - var(--frame-size));
  --font-size: calc(var(--radius) / 10);
}

.circle {
  position: relative;
  width: var(--d-outer);
  height: var(--d-outer);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 30px;
}
.logo {
  position: absolute;
  width: 120px;
  height: 120px;
  background: url("/cdn/shop/files/Logo.webp?v=1670504734");
  background-size: cover;
  border-radius: 50%;
}
.text,
.feedtext,
.customtext {
  position: absolute;
  width: 100%;
  animation: rotateText 4s linear infinite;
  height: 100%;
}
@keyframes rotateText {
  0% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.text p span,
.feedtext p span,
.customtext p span {
  position: absolute;
  left: 50%;
  font-size: 18px;
  transform-origin: 0 var(--radius);
  font-weight: 800;
  color: #000;
}
.logo-section a.instagramlink {
  color: #ff457c;
  font-weight: 600;
  font-size: 16px;
}
.logo-section {
  text-align: center;
  margin-top: 100px;
}
.template-index span.\32 20\.8,
.template-index span.\36 9,
.template-index span.\34 1\.400000000000006,
.template-index span.\32 48\.4 {
  padding-left: 4px !important;
}

.template-index span.\31 79\.4 {
  padding-left: 8px;
  margin-top: 5px;
}
.template-index span.\30 {
  margin-top: -6px;
  padding-left: 10px;
}
.marquee-container.up {
  margin-bottom: 0px !important;
}
.newsletter {
  padding: 20px 0px 30px;
}
h2.main.footer-block__heading {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
p.footer-block__paragraph {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  margin-top: -15px;
}
.newsletter .field input:focus {
  box-shadow: none !important;
}
.field:after {
  box-shadow: none !important;
}
.newsletter .field input {
  border-bottom: 2px solid black;
}
.newsletter .field label.field__label {
    font-weight: 700;
}
button#Subscribe {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background: #ff457c;
  width: max-content;
  padding: 15px 46px;
  margin-top: 20px !important;
  display: block;
  margin: auto;
  font-family: "Montserrat";
  border-radius: 1rem;
}
/* .field {
  flex-direction: column;
} */

.footer li.text-details {
  font-size: 34px !important;
}
.footer-scrolling-container {
  padding: 60px 0px;
  overflow: hidden;
}

.grid__item h2.footer-block__heading {
  font-size: 16px !important;
  font-weight: 600 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left !important ;
  color: #000;
  margin-bottom: 5px;
}
.list-menu__item--link {
  padding: 0px !important;
}
.list-menu__item--link p{margin:0;padding:0}

.footer__content-bottom-wrapper.page-width,
.footer__content-top.page-width,
.page-content.page-width {
  padding: 0px !important;
}

.limestone {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.footer-block--newsletter {
  align-items: center !important;
  margin: 15px 0px !important;
}
span.data {
  border-right: 1px solid#4b4b4b;
  padding: 0 11px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
p.footer-content-details {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
li.first-list-heading,
li.second-list-heading,
.footer_title {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.feedtext p {
    margin: 0 0 10px;
}
.custom_address{cursor: default;text-decoration: none;}
.custom_address .footer_title{display: flex;margin:1rem 0 0 0}
.custom_address p{font-size: 1.4rem;color: #836666;font-weight:500;margin:0;padding:0}

@media (min-width: 768px) {
  .see-our-best .first-column {
    margin-right: 15px;
  }
  /*   .blog__posts .owl-stage-outer.owl-height {
    height: 250.391px !important;
  } */
  span.faq-description {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .jdgm-rev-widg__summary {
    display: flex;
    height: 100pt;
    align-items: center;
  }

  #three-panel .slick-slide,
  #four-panel .slick-slide {
    width: 400px !important;
  }
  /*   #two-panel .slick-slide {
    flex-basis: 25%;
    max-width: 25%;
    width: 25% !important;
  } */
  .people .font-container {
    z-index: 1;
    margin: 50px 0px;
  }
  .container-fluid.instagram {
    background: #fff1f5;
    padding: 100px 0px;
  }
  .footer__copyright,
  .footer__payment {
    margin: 0px !important;
  }
  .footer__content-bottom.page-width {
    padding: 25px 0px;
  }
  .footer__column--info {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
  }
  .footer__content-bottom {
    border-top: 1px solid #ff457c !important;
    border-bottom: 1px solid #ff457c;
  }
}
.marquee__content li span {
  left: -15px;
  position: relative;
  margin-right: 50px;
}
.marquee__content li:last-child span {
  margin-right: 0px !important;
}
@media (max-width: 1024px) {
  .quantity-container .button:hover, .quantity-container .button{
  padding: 1.3rem 0rem !important;
}
}
@media (max-width: 767px) {

  .second-column img {
    /*     width: 45% !important; */
  }
  .lets-create-section h2,
  .top-categories-section h2 {
    margin-bottom: 10px;
  }
  .template-index .price.price--on-sale .price__sale {
    display: flex;
    flex-direction: column;
  }
  .blog .owl-stage {
    padding-left: 15px;
  }
  .our-best h2 {
    margin-bottom: 10px;
  }
  .our-best .ctitle button {
    font-family: Montserrat;
    font-weight: 500;
  }
  .heart-container {
    margin-top: 25px;
  }
  .blocks {
    display: flex;
    overflow-y: scroll;
    max-width: 100%;
  }
  .lets-create-section .category-link {
    text-decoration: none;
    color: #000;
    flex-basis: 85%;
    min-width: 85%;
    margin: 0px 10px;
  }
  #two-panel .slick-slide,
  #three-panel .slick-slide,
  #one-panel .slick-slide,
  #four-panel .slick-slide,
  #five-panel .slick-slide,
  #six-panel .slick-slide,
  #seven-panel .slick-slide {
    flex-basis: 12%;
    max-width: 70%;
    width: 70% !important;
  }
  .template-index .blog {
    margin: 20px 0px 60px;
  }
  p.blog-paragraph {
    padding: 0px 10px;
    text-align: center;
  }
  .category-carousel .panel {
    box-shadow: none;
  }
  .instagram-section .ctitle {
    display: none;
  }
  .container-fluid.instagram {
    background: #fff1f5;
    padding: 60px 0 35px;
  }
  .neon-name.medium {
    margin: 15px 0px 10px;
  }
  div#accordion {
    display: flex;
    flex-direction: column-reverse;
  }
  .limestone {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    max-width: 226px;
  }
  .footer-block--newsletter.mobile {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
  .footer .accordion-title {
    position: relative;
    color: #000 !important;
    cursor: pointer;
  }

  .footer .accordion-title::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #ff457c;
  }
  .footer .accordion-title.open::after {
    content: "";
    position: absolute;
    top: 3px;
    border: 8px solid transparent;
    border-bottom-color: #ff457c;
  }

  h2.footer-block__heading.main {
    padding: 20px 100px 10px;
  }
  p.footer-block__paragraph {
    padding: 0px 34px;
  }
  .footer-scrolling-container.why-choose {
    padding-bottom: 25px !important;
  }
  .mobile-menu {
    padding: 20px 0 !important;
    border-bottom: 1px solid #c8e4eb;
    margin: 0px !important;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #000 !important;
  }
  .footer__content-bottom {
    border-top: 0px !important;
  }
  .footer-block__details-content {
    margin-bottom: 0rem !important;
  }
  .footer-block.grid__item.footer-block--menu.mobile {
    margin: 0px !important;
  }
  .footer__localization:empty + .footer__column {
    padding-top: 0rem !important;
  }
}

/* scrolling text css start */
.marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  /* gap: var(--gap); */
  height: 100px;
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  /*   justify-content: space-around; */
  /* gap: var(--gap); */
  min-width: 100%;
  list-style: inside;
  margin: 0;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/* Enable animation */
.enable-animation .marquee__content {
  animation: scroll 23s linear infinite;
  scroll-behavior: smooth;
  justify-content: space-around;
}

/* Reverse animation */
.marquee--reverse .marquee__content {
  animation-direction: reverse;
  align-items: center;
  scroll-behavior: smooth;
  padding-left: 0px !important;
  justify-content: space-around;
}

/* Other page demo styles */
.marquee__content > * {
  flex: 0 0 auto;
  color: white;
  margin: 0;
  border-radius:0;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
.footer .main-scrolling-container {
  padding: 68px 0 80px;
}
/* scrolling text css end */

.instagram-section .marquee__content {
  height: 5px !important;
}
.instagram-section .marquee {
  height: 3px !important;
}
.instagram-section .marquee__content,
.instagram-section .marquee,
.instagram-section .marquee__content > * {
  gap: 0px !important;
  margin: 0px !important;
}

.list-payment {
  margin: 0 !important;
}
@media (max-width: 989px) {
  .header__icon--menu .icon {
    color: #ff457c !important;
  }
}
.cart-count-bubble {
  background-color: #ff457c !important;
}
@media (max-width: 767px) {
  /*   .owl-stage {
    display: flex;
  } */
  p.first-paragraph {
    font-size: 18px !important;
  }
  .second-paragraph {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 989px) {
  .slick-prev {
    left: 15px;
  }
  button.slick-custom-arrow.slick-next {
    margin-left: 65px;
  }
  .lets-create-section button {
    font-size: 14px !important;
  }
 
  .top-categories-section .category-img img {
    height: 90px;
    width: 90px;
  }
  .flex {
    justify-content: center;
    flex-wrap: wrap;
  }
  .header {
    grid-template-columns: 0fr 1fr 1fr !important;
  }
  span.message,
  .sale-container span {
    padding: 10px 22px;
  }
  .home-category-section {
    padding: 30px;
  }
  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item {
    width: 100%;
  }
  .page-content.page-width.desktop p {
    padding: 0px 15px;
  }
  .footer__blocks-wrapper.grid,
  .limestone,
  .footer__copyright,
  .footer__payment,
  p.blog-paragraph,
  .blog .owl-nav {
    padding: 0px 15px;
  }
}
/* Home Page Css End */

/* Product Page Css Start */

nav.breadcrumb {
  padding: 0px;
  margin-bottom: 15px;
  background: #fff;
  font-size: 10px;
  color: #717171;
}
.product__title h1 {
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.d-none {
  display: none;
}
.owl-carousel .d-none {
  display: block !important;
}
.product__info-wrapper .price--on-sale .price__sale {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: baseline;
}
span.badge.price__badge-sale.color-accent-2 {
  display: none;
}
s.price-item.price-item--regular {
  font-size: 18px;
  font-weight: normal;
}
.template-index s.price-item.price-item--regular {
  font-size: 14px;
  font-weight: 400;
}
.template-index span.price-item.price-item--sale.price-item--last {
  font-size: 16px;
  font-weight: 600;
}
.product__tax.caption.rte {
  display: none;
}
.price-container {
  border-bottom: 2px solid #c5fc2a;
  height: 40px;
}

.product__title .jdgm-widget.jdgm-widget {
  margin-top: 10px;
}
.product-form__input input[type="radio"]:checked + label {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #ff457c !important;
  font-size: 14px;
}
legend {
  border-bottom: 0px !important;
}
.form__label {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
}
span.selectedVariant {
  font-size: 12px;
  font-weight: normal;
  text-transform: capitalize;
}
.quantity-container {
  display: flex;
  justify-content: space-between;
}
.quantity-container > div{
  width:50%;
}
.product__text.caption-with-letter-spacing {
  display: none;
}

.product__info-container .product-form {
  margin: 0px !important;
}
.quantity-container .button {
  padding: 1.7rem 0rem;
  width:100%;
  margin: 0 !important;
  background: #ff457c;
  color: #fff;
  border-radius: 1rem;
}
.quantity-container .button:after {
  box-shadow: none;
}
.quantity-container .button:hover span {
  color: #ff457c !important;
}
.quantity-container .button:hover {
  background: #fff;
  color: #ff457c;
  border: 1px solid #ff457c;
  padding: 1.7rem 0rem;
}
.quantity-container .button:not([disabled]):hover:after {
  box-shadow: none !important;
}
.product__info-container .product-form,
.product__info-container .product__description {
  margin: 0 !important;
}
.product-form__input.product-form__quantity {
  max-width: 46rem;
}
.shipping-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 30px 0px;
  border-bottom: 2px solid #c5fc2a;
}
.more-product-container {
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
}
input#Quantity-template--15945238675638__main {
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat";
}
.Whats-in-the-box {
    text-align: center;
    padding: 0 20px;
    margin-top: 40px;
}
.Whats-in-the-box h2 {
  font-size: 40px;
  font-weight: bold;
  margin: 100px 0px 20px 0px;
}
.Whats-in-the-box p {
  font-size: 16px;
  font-weight: normal;
}
.template-product .Whats-in-the-box .item {
  display: flex;
  margin: 0px 15px;
}
.template-product .items-container {
  display: flex;
  margin: 30px 0px 20px;
  justify-content: center;
}
.itemtext {
  font-size: 14px;
  font-weight: 600;
  padding-left: 10px;
  margin-top: -1px;
}
.product li.text-details {
  color: #c5fc2a;
}

.slider-services.product-page .slick-track {
  margin: 110px 0px 20px;
}
.Whats-in-the-box img {
  max-width: 100%;
  border-radius: 1rem;
}
h2.jdgm-rev-widg__title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}
.jdgm-rev-widg__sort-wrapper {
  display: none !important;
}
a.jdgm-write-rev-link:hover {
  background: #ff457c !important;
  color: #fff !important;
}
.jdgm-rev-widg__header {
  max-width: fit-content;
  display: block;
  margin: auto !important;
}

.jdgm-widget-actions-wrapper {
  float: right;
  text-align: right;
  height: 100pt;
  display: flex;
  align-items: center;
}
.jdgm-widget .jdgm-temp-hidden {
  display: block;
  height: 100pt;
}
a.jdgm-write-rev-link {
  font-size: 16px !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.5 !important;
  color: #ff457c !important;
  padding: 14px 37px !important;
  border-radius: 1rem !important;
  background-color: transparent !important;
  border: 1px solid #ff457c!important;
  width: 220px !important;
}

.why-choose-us-image.product-page span.name {
  margin: 15px 0px;
}
.jdgm-widget .jdgm-paginate a {
  color: #000 !important;
}
a.jdgm-paginate__page.jdgm-curt {
  font-size: 100%;
  border-bottom: 1px solid #ff457c;
  padding: 8px !important;
}
.jdgm-paginate a:empty {
  display: inline-block;
  color: #ff457b !important;
}
a.jdgm-paginate__first-page,
.jdgm-paginate__last-page {
  display: none !important;
}
.main-scrolling-container.product button.slick-prev {
  left: 15px;
}
.main-scrolling-container.product .slider-services.product-page.slick-slider {
  margin-bottom: 8px;
  margin-top: 8px;
}
.jdgm-rev {
  padding-top: 25px !important;
  margin-top: 25px !important;
}
.quantity:after {
  box-shadow: none;
}
quantity-input.quantity {
  border: 1px solid #ff457c;
  border-radius: 1rem;
  width: 160px;
}
*:focus-visible {
  outline: none;
  outline-offset: 0rem;
  box-shadow: none;
}
.jdgm-widget .jdgm-submit-question,
.jdgm-widget .jdgm-submit-rev {
  margin-top: 11px;
  background: #ff457c;
  border-radius: 1rem;
  padding: 0px 20px;
}
input.jdgm-submit-rev:hover {
  color: #ff457c;
  background: #fff;
  border: 1px solid #ff457c;
  border-radius: 1rem;
}
a.jdgm-paginate__page {
  margin: 0px 8px;
}
span.product__media-icon.motion-reduce.quick-add-hidden {
  display: none;
}
.card-information .d-none {
  display: inline-block !important;
  font-weight: normal;
}
.yotpo-display-s .yotpo-head {
    margin-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .template-product .product-recommendations__heading.h2{
    margin-top:30px;
  }
  h2.faq-heading {
    margin-bottom: 10px;
  }
  .marquee__content svg {
    height: 60px;
  }
  .marquee__content > * {
    font-size: 30px !important;
  }
  .marquee {
    height: 90px;
  }
  .first-column img {
    margin-bottom: 19px;
  }
  span.price-item.price-item--regular {
    margin-top: -1px !important;
    display: block;
  }
  .product__info-container {
    position: relative;
  }
  
  .product__title .jdgm-widget.jdgm-widget {
    margin-bottom: 15px;
  }
  .collection-icon-container.product {
    border-top: 0px;
    margin: 0px;
    border-bottom: 2px solid #c5fc2a;
    padding-bottom: 20px;
  }
  span.custom-product-description {
    text-align: center;
  }
  h1.custom-product-heading {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0px;
  }
  .ootb-tabcordion--entry.is-active::after {
    content: "-";
    top: 25px !important;
  }
  .ootb-tabcordion--entry::after {
    content: "+";
    color: #ff347c;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 30px;
    transform: translateY(-50%);
  }
  .ootb-tabcordion--entry {
    position: relative;
  }
  .mobile-facets__sort .select__select:focus-visible {
    outline: none !important;
    outline-offset: 0rem !important;
    box-shadow: none !important;
  }
  .more-about-collection .second-col {
    margin-top: 30px;
  }
  .overflow-hidden-mobile .filtercontainer.mobile {
    z-index: 1;
  }
  .overflow-hidden-tablet menu-drawer.mobile-facets__wrapper {
    z-index: 1;
  }
  .overflow-hidden-tablet .filtercontainer.mobile {
    z-index: 1;
  }
  .template-product .slickitem img {
    width: 100%;
  }
  .ootb-tabcordion--entry:last-child {
    border-bottom: 1px solid #dbdbdb;
  }
  .ootb-tabcordion--entry {
    font-size: 16px;
    font-weight: normal;
    border-top: 1px solid #dbdbdb;
  }
  .footer .mobile .accordion-title.open:after {
    content: "";
    position: absolute;
    top: 15px !important;
    border: 8px solid transparent;
    border-bottom-color: #ff457c;
  }
  .footer .mobile .accordion-title:after {
    content: "";
    position: absolute;
    top: 25px !important;
    right: 5px;
    border: 8px solid transparent;
    border-top-color: #ff457c;
  }
  h1.collection-hero__title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .collection-hero__description.rte {
    text-align: center;
  }
  nav.breadcrumb {
    margin-bottom: 0px !important;
  }
  .jdgm-rev-widg__summary {
    width: 100%;
  }
  .jdgm-rev-widg__header {
    position: relative;
    text-align: center;
  }
  .jdgm-histogram.jdgm-temp-hidden {
    margin-bottom: 70px !important;
  }
 .jdgm-widget-actions-wrapper {
    position: absolute;
    bottom: -65px;
  }
  .shopify-payment-button__button--unbranded:after {
    box-shadow: none;
  }
  .shopify-payment-button__button {
    background: #fff !important;
    color: #ff457c !important;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #ff457c !important;
    border-radius: 1rem !important;
  }
  .shipping-container {
    margin-top: 100px;
  }
  .quantity-container:has(.product-personalizer) + .shipping-container {
    margin-top: 0px;
  }
  .shopify-payment-button {
    width: 95%;
    position:absolute;
    left: 10px;
    margin: 15px 0px;
    right: 10px;
  }
.product-form__input:nth-child(2) label {
    width: 100%;
    display: inline-block !important;
    margin-right: 20px !important;
    line-height: normal !important;
}
  .lightbox .popup-container {
    top: -84%;
    left: 0;
    transform: translate(0%, -300%) !important;
    z-index: 2;
  }
  .grid--peek.slider .grid__item:first-of-type {
    margin-right: 0px !important;
    margin-left: 0px !important;
    width: 100% !important;
  }
  .image-svg {
    margin-right: 20px;
    margin-left: 10px;
  }
  .main-scrolling-container.why-choose .details-text h2 {
    font-size: 18px !important;
    text-align: left !important;
    margin-bottom: 10px;
    margin-top:0px;
  }
  .why-choose-us-image.page-width .details {
    display: flex;
    margin-bottom: 35px;
  }
  .mr-15.accordion-title span {
    max-width: 95%;
    width: 95%;
    display: block;
  }
  button.product-form__submit.button.button--full-width.button--secondary {
    height: 49px;
    padding: 10px;
  }
  quantity-input.quantity {
    border: 1px solid #ff457c;
    border-radius: 1rem;
    width: 126px;
    height: 49px;
  }
  .item.accordion.open .answer {
    display: block !important;
    text-align: left;
    margin-top: 15px;
  }
  .Whats-in-the-box p {
    font-size: 14px;
    font-weight: normal;
  }
  .item-name {
    font-size: 12px;
    font-weight: normal;
  }
  .sv-slider .owl-thumbs {
    display: none !important;
  }
  .slider-services.product-page .slick-track {
    margin: 75px 0 20px;
  }
  .Whats-in-the-box h2 {
    margin: 0px 0 20px;
  }

  h2.h4.accordion__title {
    font-size: 16px !important;
    font-weight: 500 !important;
  }

   .Whats-in-the-box .item {
    margin: 6px 0px !important;
  }
  .container.image {
    padding: 0px;
  }
  .template-product .items-container {
    flex-direction: column;
  }

  a.jdgm-write-rev-link.close-form-btn {
    margin-top: 85px;
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }
  input.jdgm-submit-rev.btn.btn_c.button {
    width: 200px;
  }
  .jdgm-rev-widg__body {
    padding-top: 65px;
  }

  .jdgm-widget label {
    text-align: left !important;
    padding-bottom: 10px;
  }
  textarea#jdgm_review_body_w7liklbyc {
    padding: 10px;
    border-radius: 1rem;
  }
  .jdgm-form__title-fieldset label,
  .jdgm-form__body-fieldset label {
    width: 100% !important;
  }
  span.jdgm-form__rating {
    text-align: left;
    display: block;
  }
  h2.h4.accordion-title.removed {
    font-size: 16px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    text-align: left !important;
    position: relative;
}
  .collection-row .first-col,
  .collection-row .second-col {
    position: relative;
    padding-left: 50px;
    text-align: left;
    padding-right: 10px;
  }
  .more-about-collection h4 {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    margin: 20px 0px 30px !important;
  }
  .pagination__list {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
  }
  .pagination__list > li {
    flex: 1 0 4.4rem !important;
    max-width: 20px !important;
  }
  .pagination {
    display: block !important;
    padding-left: 0;
    margin: auto !important;
    border-radius: 4px;
  }
  .collection-item {
    flex-basis: 48%;
    max-width: 48%;
    text-align: center;
    margin-bottom: 20px;
  }
  .collection-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .collection-icon-container .name h4 {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0px;
    display: block !important;
  }
  .collection-icon-container {
    margin: 40px 10px;
    border-top: 2px solid #c5fc2a;
    padding-top: 50px;
  }

  /*   Mobile Filter Css */
  .modal {
    top: auto !important;
    bottom: 0 !important;
  }
  .modal.fade.in .lab-modal-body {
    bottom: 0;
    opacity: 1;
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 0;
    box-shadow: 0 3px 10px rgb(0 0 0);
  }

  .lab-modal-body h1 {
    font-size: 4rem;
  }

  .lab-modal-body p {
    margin: 0 0 1.62rem 0;
    line-height: 1.62;
    font-weight: 300;
    font-size: 1.62rem;
    color: #666;
  }

  .lab-modal-body {
    position: relative;
    bottom: -250px;
    margin: 150px auto 0;
    padding: 10px;
    max-width: 100%;
    height: auto;
    background-color: rgb(248, 250, 247);
    border: 1px solid #bebebe;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  }
  .btn:focus {
    outline: 0px !important;
    outline-offset: -2px;
  }

  button.btn.btn-primary.btn-lg {
    width: 100%;
    background: #fff;
    color: #000;
    border: 0px;
    font-size: 15px;
    font-weight: 700;
    font-family: Montserrat;
    letter-spacing: 0.1rem;
    height: 44px;
    border-left: 1px solid #c5fc2a;
    border-radius: 0px;
  }
  .filtercontainer.mobile {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50%;
    z-index: 999;
  }
  /* menu-drawer.mobile-facets__wrapper {
    display: none;
  } */
  span#ProductCount {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    width: 100%;
    color: #000;
  }
  h2.product-count__text.text-body {
    text-align: left !important;
    line-height: 30px !important;
    text-transform: capitalize;
}
  svg.icon.icon-filter {
    transform: rotate(90deg);
    fill: #ff457c;
    color: #ff457c;
  }
  span.filter-header,
  h4.modal-title {
    margin: 0 !important;
    border-bottom: 2px solid #c5fc2a;
  }
  p.h4.filter-title {
    color: #000 !important;
  }
  .filters {
    margin-top: 30px !important;
  }
  /* Mobile filter Css End */
 span.mobile-facets__open {
    justify-content: center;
    border-right: 2px solid #c5fc2a;
    font-weight: 600;
    padding-right: 10px !important;
    padding: 0px;
}
  summary.mobile-facets__open-wrapper.focus-offset {
    display: block;
  }
  .mobile-facets__disclosure {
    display: block !important;
    width: auto;
  }
  .facets-container {
    align-items: center;
}
  div.filter {
    margin-bottom: 20px;
    border-bottom: 2px solid #c5fc2a;
    padding-bottom: 15px;
  }
  span.Couldnt-find-your-Neon-Sign {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    color: #c5fc2a;
    display: block;
    text-align: center;
  }
  span.Design-your-own-Custom-Wedding-Neon-Signs {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: block;
    padding: 15px 0px;
  }
  .custom-code-container span.description {
    font-size: 12px;
    font-weight: 400;
    display: block;
    color: #fff;
    text-align: center;
  }
  .custom-code-container{
    width: 100% !important;
  }
  .custom-code-container .row {
    background: #000;
    border-radius: 1rem;
    padding: 30px 20px;
    margin: 0;
    margin-bottom: 15px;
  }
  .custom-code-container a {
    text-align: center;
    display: block;
  }

  .custom-code-container .ctitle {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .custom-code-container .ctitle button {
    padding: 19px 25px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
  }
  .close span {
    padding-right: 5px;
    margin-top: 7px;
    display: block;
  }
  /*   facet-filters-form.facets.small-hide {
    display: block !important;
  }
  .facets__form {
    display: flex !important;
    gap: 0 !important;
  }
  .facets.small-hide .product-count.light {
    display: none !important;
  }
  .collection.loading .loading-overlay {
    display: none !important;
  } */
}

/* .template-product div#home-carousel {
  margin-top: -70px;
} */
.jdgm-widget input:not([type="submit"]) {
  border-radius: 1rem !important;
  width: 100%;
  min-height: 3em !important;
  margin: 0;
  border: 1px solid #ddd;
  padding: 10px;
}
.jdgm-widget textarea {
  padding: 10px;
  border-radius: 10px;
}
.collection-row .first-col::before,
.collection-row .second-col::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ff457c;
  left: 20px;
  top: 7px;
  border-radius: 5px;
}
.pagination__item .icon-caret {
  height: 10px;
}
.more-about-collection {
  background: #fff6f9 !important;
  text-align: center;
  padding: 25px 0px 45px;
}
.share-button {
    display: block;
    position: relative;
    top: -74px;
    margin: 0px !important;
    float: right;
}
.yotpo-reviews-star-ratings-widget {
    margin-bottom: 0px !important;
}
@media screen and (min-width: 768px) {
  .image-container svg {
    margin: 10px !important;
  }
  span.price-item.price-item--regular {
    margin-top: -3px !important;
    display: block;
  }
  button.slick-arrow {
    margin-top: 40px;
  }
 
  .product__text {
    display: flex;
    flex-direction: column-reverse;
  }
  .jYAsj {
    font-size: 24px !important;
    font-family: Montserrat !important;
  }
  .fuLoEU {
    font-size: 15.75px !important;
    font-family: Montserrat !important;
  }
  .ezNgnc {
    font-size: 13.5px !important;
    font-weight: 700;
  }
  .jNyTuM > p {
    font-size: 12.5px;
    color: #999999;
  }
  .create-custom-container.page-width {
    padding-left: 0px;
    padding-right: 0px;
  }
  .create-custom-container {
    padding-top: 4px;
  }
  .custom-product-heading {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0px;
  }
  .custom-product-description {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }
  form#FacetFiltersForm {
    max-width: 75%;
    margin-left: auto !important;
  }
  .facets__form {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    margin-bottom: 0.5rem;
    width: 100%;
    overflow: hidden;
    padding: 0px 15px !important;
  }
  .facet-filters__field .select {
    margin-bottom: 5px;
  }
  .facets-container {
    padding-bottom: 1rem;
  }
  span#ProductCountDesktop {
    font-weight: bold;
    color: #000;
  }
  #product-grid .grid--4-col-desktop .grid__item {
    padding: 5px;
  }
  aside#main-collection-filters {
    padding: 0px;
  }
  .pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .pagination__list {
    flex-wrap: nowrap !important;
  }
  .collection-container {
    display: flex;
    max-width: 1220px;
    margin: auto;
  }
  .filter-container {
    flex-basis: 25%;
    max-width: 25%;
    margin-top: -46px;
  }
  .filters {
    padding: 30px 0px;
    border-top: 2px solid #c5fc2a;
    margin: 0px 15px;
  }
  div#ProductGridContainer {
    flex-basis: 75%;
    max-width: 75%;
  }
  .collection-row .first-col,
  .collection-row .second-col {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0px 40px;
    text-align: left;
    position: relative;
  }
  .collection-row {
    display: flex;
    max-width: 1220px;
    margin: auto;
  }

  .more-about-collection h4 {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.31;
    letter-spacing: normal;
    color: #000;
  }
  .more-about-collection h4 {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.31;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 10px !important;
  }
  .collection-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0px 0px 0px !important;
  }
  .collection-item p {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
  }
  .collection-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .template-collection .collection-icon {
    display: flex;
    justify-content: space-around;
    padding: 50px 0px;
    border-top: 2px solid #c5fc2a;
  }
  .collection-icon.custom {
    display: flex;
    justify-content: space-around;
    padding: 50px 0px;
    border-bottom: 2px solid #c5fc2a;
  }
  .collection-icon-container {
    display: block;
    margin: auto;
    max-width: 1220px;
  }
  .collection-hero__description {
    max-width: 100% !important;
    text-align: center;
    font-size: 16px !important;
  }
  h1.collection-hero__title {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #000;
  }
  #style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
  }

  #style-1::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #f5f5f5;
  }

  #style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
  }
  .quantity-container .shopify-payment-button {
    display: none;
  }
  h2.product-recommendations__heading.h2 {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    text-align: center;
    color: #000;
  }
  .media {
    margin-top: 0px !important;
  }
  .lightbox .popup-container {
    width: 100%;
    border: 1px solid black;
    background-color: #fff;
    position: relative;
    top: -50% !important;
    left: -55% !important;
    transform: translate(-1%, -100%) !important;
    z-index: 2;
  }
  .why-choose-us-image.product-page {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
  }
  .why-choose-us-image.product-page .details {
    flex-basis: 100%;
    max-width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
  }
  .template-product .product .details span.name h2 {
    font-size: 20px !important;
    font-weight: 600;
  }
  menu-drawer.mobile-facets__wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50%;
    background: rebeccapurple;
    z-index: 9999;
  }
}
.slider-counter--current,
.product .slider-buttons,
.template-product .sv-slider button.product__media-toggle.quick-add-hidden {
  display: none;
}
.sv-slider .owl-thumbs {
  white-space: nowrap;
  overflow: auto;
  max-width: 450px;
  display: block;
  margin: auto;
}
.sv-slider-item img {
  border-radius: 15px;
}

.product-form__input input[type="radio"]:checked + .color-swatch {
  border: 3px solid #ff457c !important;
}

.product__info-container h2.h4.accordion-title {
  width: 100%;
  font-weight: normal;
}
.pagination__item--current:after {
  background-color: #ff457c !important;
  height: 2px !important;
}
/* details[open] > .header__submenu {
  width: max-content !important;
  border-radius: 14px;
} */
.header__submenu .header__menu-item {
    padding: 5px 15px;
    font-weight: normal !important;
}
.template-collection nav.breadcrumb {
  margin-top: 30px;
}
nav.breadcrumb a {
  color: #717171;
  font-size: 13px;
}
nav.breadcrumb span {
  font-size: 13px;
  font-weight: 600;
  color: #000;
}
svg.icon.icon-minus {
  margin-top: 5px;
}
.tmp_.page-upload-logo-template .container.accordion-section.container--sm.faqs.faqrk.items {
    padding-top: 0px;
    padding-bottom: 0px;
}
.tmp_.page-upload-logo-template .text-section.above_text.isolate {
    margin-bottom: 20px;
}
body.template-page.gradient.animate--hover-3d-lift.tmp_.page-custom-acrylic-signs-template div#insta-feed h2 {
    margin-top: 0px !important;
}
body.template-page.gradient.animate--hover-3d-lift.tmp_.page-metal-upload-logo-template .accordion-section,
body.template-page.gradient.animate--hover-3d-lift.tmp_.page-custom-acrylic-signs-template .accordion-section {
    padding: 0px 20px 0px;
}
.collection slider-component li:nth-child(1) {
    margin-left: 5% !important;
}
section.product-slider-main.wedding-neon .slick-track {
    margin-top: 10px;
}
section.product-slider-main.wedding-neon .slick-track img {
    border-radius: 14px;
    max-width: 100%;
}
@media screen and (min-width: 990px) {
  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 52% !important;
    width: calc(52% - var(--grid-desktop-horizontal-spacing) / 2) !important;
    height: min-content;
    position: sticky;
    top: 0;
  }
  .product--large:not(.product--no-media) .product__info-wrapper {
    padding: 0 0 0 2rem;
    max-width: 48% !important;
    width: calc(48% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .jdgm-histogram {
    text-align: center;
    width: min-content !important;
    margin: 0px 15px !important;
  }
  .header__heading-link {
    text-align: left;
  }
  .custom-code-container .ctitle {
    display: flex;
    flex-direction: column;
  }
  .custom-code-container .ctitle button {
    padding: 10px 15px !important;
    margin: 10px 0px;
  }
  span.Design-your-own-Custom-Wedding-Neon-Signs {
    font-size: 23px;
  }
  .custom-code-container span.description {
    font-size: 14px;
    margin-top: 10px;
  }
  div#ProductGridContainer {
    flex-basis: 65%;
    max-width: 65%;
  }
  .filter-container {
    flex-basis: 35%;
    max-width: 35%;
    margin-top: -46px;
  }
  form#FacetFiltersForm {
    max-width: 65%;
    margin-left: auto !important;
  }
  .jdgm-widget .jdgm-temp-hidden {
    display: block !important;
    margin: auto;
  }
  .jdgm-widget-actions-wrapper {
    margin-left: 15px !important;
  }
  .jdgm-all-reviews__summary {
    margin-right: 15px !important;
  }
  .upload-logo .second-col {
    padding-left: 0px !important;
  }
  .why-choose-us-image.product-page {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 5%;
    row-gap: 0%;
    padding: 0px 15px !important;
  }
  quantity-input.quantity {
    border: 1px solid #ff457c;
    border-radius: 1rem;
    width: 126px;
    height: 49px;
    margin-right: 10px;
  }
  button.product-form__submit.button.button--full-width.button--secondary {
    height: 49px;
    padding: 10px;
  }
}
/* Size Chart Popup Css Start  */

/* popup styles */
.popup {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.popup-overlay {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.popup-content {
  position: absolute;
  background: #fff;
  width: fit-content;
  margin: -58px 0 0 -264px;
  left: 50%;
  top: 50%;
  z-index: 11;
  padding: 14px;
}
.close-popup {
  display: inline-block;
  position: absolute;
  top: -8px;
  right: -30px;
  font-size: 42px;
}

/* Demo Styles */

a {
  color: #337ab7;
  text-decoration: none;
}
.btn {
  background: rgb(0, 159, 211);
  color: #fff;
  border: 1px solid;
  display: inline-block;
  padding: 5px 20px;
}

.popup {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}
.size-guide-container {
  position: absolute;
  left: 170px;
  bottom: 95px;
}
variant-radios.no-js-hidden.variant-container {
  position: relative;
}
a.open-popup {
  font-size: 12px;
  color: #333;
  text-decoration: underline;
}

/* Size Chart Popup Css End  */
[color-name="Black"] ~ span svg {
  fill: white;
  stroke: white;
}

@media (min-width: 821px) and (max-width: 1200px) {
  .footer .footer__content-top.page-width,
  .page-content.page-width.desktop {
    padding: 0px 10px !important;
  }
}

/* Css For customize App  */
#neon-customiser-app .sc-jgrJph.hLGMjW {
  overflow: hidden;
}
/*  */
@media (max-width: 1024px) {
  #neon-customiser-app .sc-furwcr.kROIIq {
    margin-bottom: 30px;
  }
  button.sc-bGaVxB.gRKOZw,
  button.sc-htJRVC.XQdjQ {
    border-radius: 25px;
  }
}
/* span.sc-kiIyQV.gETymc {
  font-family: Montserrat;
  color: #fff;
} */
a.sc-kDTinF.iaMOsx {
  background-color: #ff457c;
  border-radius: 25px;
  color: #fff !important;
}
button.sc-htJRVC.XQdjQ {
  border-radius: 25px;
}

#shopify-section-template--15955173900470__1672646924e73a30f7 .page-width,
#shopify-section-template--15945238511798__1670502650ed13ade4 .page-width,
#shopify-section-template--15957321253046__16728279254c44ad73 .page-width {
  max-width: 100% !important;
  padding: 0px !important;
}
.upload-logo img.lazyloaded {
  width: 100%;
}
.jdgm-all-reviews-widget,
.jdgm-rev-widg {
  border: 0px !important;
}
a.neon-sign-section {
  width: max-content;
  text-align: center;
  display: block;
  margin: auto;
  padding: 18px 62px;
  background: #ff457c;
  border-radius: 1rem;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
a.neon-sign-section:hover {
  background: #fff;
  border-radius: 1rem;
  color: #ff457c;
  border: 1px solid #ff457c;
  font-size: 16px;
  font-weight: 500;
}
.second-col a.neon-sign-section {
  padding: 18px 79px;
}
.custom-neon-section.page-width {
  display: block;
  padding-bottom: 101px;
}
a.jdgm-all-reviews-page__load-more.jdgm-btn.jdgm-btn--solid {
  margin-top: 35px;
  padding: 15px 30px;
  border-radius: 1rem;
  border-color: #ff457c;
  color: #ff457c;
}
a.jdgm-all-reviews-page__load-more::hover {
  background-color: #ff457c !important;
  color: #fff;
}
.customer button {
  background: #ff457c !important;
  color: #fff;
  border-radius: 1rem;
}
.customer button:hover,
button#Subscribe:hover {
  border: 1px solid #ff457c !important;
  color: #ff457c;
  background: #fff !important;
  border-radius: 1rem;
}
.customer button:after,
.customer .field input:focus {
  box-shadow: none;
}
.customer button:hover:after {
  box-shadow: none;
}
input#CustomerPassword,
input#CustomerEmail,
input#RecoverEmail,
input#RegisterForm-FirstName,
input#RegisterForm-LastName,
input#RegisterForm-email,
input#RegisterForm-password {
  border: 1px solid #000;
  border-radius: 1rem;
  padding: 2.5rem;
}
.header .header__menu-item path {
  fill: #000;
}
.accordion-container .item:last-child,
.accordion-container .item:last-of-type {
  border-bottom: 0px solid #c8e4eb !important;
}
#cart-notification-form .button,
.cart-notification__links .button {
  background-color: #ff457c !important;
  color: #fff !important;
  border-radius: 1rem;
}
h2.cart-notification__heading {
  font-size: 1.3rem !important;
  color: #000;
}
.product-option dt,
.cart-notification-product__name {
  color: #000000 !important;
  font-weight: 700 !important;
}
  span.custom-heading-reviews {
    text-align: center;
    margin-top: -25px !important;
    display: block;
    margin-bottom: 5px;
}
@media (min-width: 768px) {
.create-custom-container a.sc-kDTinF.htLRKD {
    font-size: 16px;
    padding: 13px 15px 13px !important;
}

  #cart-notification-form .button,
  .cart-notification__links .button {
    background-color: #ff457c !important;
    color: #fff !important;
    border-radius: 1rem;
  }
  a:focus {
    color: #ff457c !important;
  }
  .tabbedPanels .card__information a:hover {
    color: #000;
  }
  span.custom-rating-text {
    margin-left: 10px;
    margin-top: 1px;
  }
  #ProductGridContainer #product-grid h2.title.title--primary {
    font-size: 24px !important;
  }
  h1#login,
  h1#recover,
  .register h1 {
    font-size: 40px;
    font-weight: bold;
  }
  label#approximate-size {
    position: relative;
  }
  .jdgm-all-reviews-page {
    margin-top: 60px;
  }
  #ProductGridContainer .custom-code-container .row {
    margin: 10px 0px 35px;
  }
  .custom-code-container .ctitle {
    margin-top: -23px;
  }
  .custom-neon-section h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  .custom-neon-section p {
    font-size: 16px;
    font-weight: normal;
    max-width: 706px;
    display: block;
    margin: auto;
    color: #333333;
    padding: 15px 0px 30px;
    line-height: 1.63;
    letter-spacing: normal;
  }
  .custom-neon-section h3 {
    font-size: 18px;
    font-weight: 600;
    max-width: 85%;
    display: block;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .custom-neon-section .first-col img {
    padding-right: 20px;
    width: 100%;
  }
  .custom-neon-section .second-col img {
    padding-left: 20px;
    width: 100%;
  }
  /* .template-page .main-scrolling-container {
    margin-top: 80px !important;
  } */
  h1.jdgm-all-reviews-page__title {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  .upload-logo {
    padding-top: 50px;
  }
  .upload-logo .row,
  .custom-neon-section .row {
    display: flex;
  }
  .upload-logo .first-col,
  .upload-logo .second-col,
  .custom-neon-section .first-col,
  .custom-neon-section .second-col {
    flex-basis: 50%;
    max-width: 50%;
  }
  .upload-logo {
    padding-top: 50px;
  }
  .upload-logo .second-col {
    padding-left: 35px;
  }
  .upload-logo .first-col {
    padding-right: 35px;
    position: sticky;
    height: max-content;
    top: 0;
  }
  span.form-description {
    font-size: 14px;
    font-weight: normal;
    margin: 20px 0px !important;
    display: block;
    color: #333333;
    line-height: 1.5;
    letter-spacing: normal;
    font-family: Montserrat;
  }
  h1.form-heading {
    font-size: 26px;
    font-weight: 600;
  }
  .jdgm-all-reviews__header {
    max-width: fit-content;
    display: block;
    margin: auto !important;
  }
  .jdgm-all-reviews__body {
    max-width: 1220px;
    width: fit-content;
    margin: auto !important;
  }
}
@media (max-width: 280px) {
  .shopify-payment-button,
  button.product-form__submit.button.button--full-width.button--secondary {
    left: 0 !important;
    width: 100% !important;
  }
  product-form.product-form {
    padding-top: 20px !important;
    display: block;
  }
  .quantity-container {
    flex-direction: column;
  }
  .product-form__input input[type="radio"] + label {
    font-size: 1.2rem !important;
  }
  .product-form__input:nth-child(2) label {
    width: 47%;
    display: inline-block !important;
    margin-right: 5px !important;
  }
  h2.footer-block__heading.main {
    padding: 20px 84px 10px !important;
  }
  .custom-code-container {
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .jdgm-widget .jdgm-submit-rev {
    margin-top: 25px !important;
    padding: 15px 37px;
}
  a.jdgm-write-rev-link{
    margin-bottom: 0px !important;
  }
  .template-page .jdgm-all-reviews__body {
    margin-top: 95px;
}
 .template-page h1.jdgm-all-reviews-page__title {
    text-align: center;
    padding: 40px 0 10px;
    font-size: 30px;
    font-weight: 700;
}
  .jdgm-all-reviews-widget{
    padding: 0px !important;
    margin: 0px !important;
  }
  button.sc-bGaVxB.gRKOZw {
    font-family: "Montserrat";
    padding-top: 19px;
  }
  p.ezNgnc,
  .faHHIC span {
    font-size: 14px;
    font-family: "Montserrat" !important;
  }
  .esIkdD {
    font-size: 12px !important;
    font-family: "Montserrat";
  }
  button.iFdMsh {
    font-family: "Montserrat";
  }
  .product__text .jdgm-prev-badge {
    width: max-content;
  }
  .iFdMsh {
    font-family: "Montserrat";
  }
  .price-container {
    height: 45px !important;
  }
  .sezzle-shopify-info-button
    .sezzle-checkout-button-wrapper
    .sezzle-button-text.sezzle-center {
    text-align: left !important;
  }
  div#sort-modal-container {
    box-shadow: 0 5px 1250px #000;
    bottom: 0;
    opacity: 1;
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 0;
  }
  h4.modal-title {
    border-bottom: 0px !important;
  }
  .modal-header {
    padding-bottom: 0px !important;
  }
  button.sort-button {
    width: 50%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff !important;
    color: #000;
    justify-content: center;
    border: 0px;
    height: 44px;
    z-index: 9;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    border-right: 1px solid #c5fc2a;
    border-radius: 0px;
  }
  button.sort-button svg.icon.icon-filter {
    transform: rotate(90deg);
    fill: #ff457c;
    color: #ff457c;
    height: 20px;
  }
  #ProductGridContainer #product-grid h2.title.title--primary {
    font-size: 20px !important;
  }
  .collection .grid__item:only-child {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .customer.register form {
    margin-top: 2rem;
  }
  h1#login,
  h1#recover,
  .register h1 {
    font-size: 30px;
    font-weight: bold;
  }
  h4.more-product-heading.mobile {
    font-size: 18px;
    font-weight: 600;
  }
  .custom-neon-section .first-col {
    margin-right: 20px;
  }
  .custom-neon-section h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0px;
    max-width: 90%;
    display: block;
    margin: auto;
    text-align: center;
    padding: 20px 0px;
    line-height: 1.5;
  }
  .custom-neon-section .row {
    display: flex;
    overflow-x: scroll;
    flex-wrap: nowrap;
    padding: 0px 10px;
    margin-top: 40px;
  }
  .accordion-content.page-content p {
    display: flex;
    flex-wrap: wrap;
  }
  .custom-neon-section .row img {
    width: 100%;
  }
  .jdgm-all-reviews__header {
    text-align: center;
    position: relative;
  }
/*   #judgeme_all_reviews_page .jdgm-widget-actions-wrapper {
    position: absolute;
    bottom: -20px !important;
    width: max-content !important;
  } */
  span.form-description {
    display: block;
    margin: 30px 0px;
  }
  .upload-logo .row {
    padding: 0px 15px;
  }
  .mobile.mobile-container {
    margin-top: 0.1px;
  }
  .modal-dialog {
    margin: 0px !important;
  }
}
.jdgm-histogram__row {
    height: 16px !important;
    line-height: 16px !important;
    margin-bottom: 5px !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    padding: 0 15px !important;
}
.jdgm-histogram {
    float: left !important;
    padding: 4px 16px !important;
    margin: 0 24px !important;
    font-size: 12px !important;
    border-left: 1px solid #eee !important;
    border-right: 1px solid #eee !important;
}
.jdgm-widget-actions-wrapper{
	border:none !important;
}
.jdgm-histogram__bar-content {
    background-color: #fbcd0a !important;
}
.jdgm-rev__author{
	color:#000000 !important;
	font-weight:600 !important;
}

.jdgm-rev__buyer-badge.jdgm-rev__buyer-badge, .jdgm-rev__icon.jdgm-rev__icon:after
 {
    background-color: #ff457c !important;
}
.jdgm-rev__icon:before{
color: #ff457c !important;
}
@media screen and (max-width: 767px)
{
	.jdgm-widget-actions-wrapper {
    bottom: 120px;
    width:100%;
}
.jdgm-widget .jdgm-temp-hidden{
	width:-webkit-fill-available !important;
}
.jdgm-row-media{
	width:100%!important
}
.jdgm-histogram jdgm-temp-hidden{
	width:100%!important
}
.jdgm-rev-widg__summary{
	width:100%!important
}
.jdgm-row-stars{
	display:block!important;
}
  /* body.template-product ul.icon-with-text.icon-with-text--horizontal.list-unstyled,*/ body.template-product ul.icon-with-text.icon-with-text--horizontal.list-unstyled.icon-with-text--text-only { 
    margin-top: 120px;
}
  body.template-product.gradient.animate--hover-3d-lift.tmp_.product-template ul.icon-with-text.icon-with-text--horizontal.list-unstyled.icon-with-text--text-only {
    margin-top: 20px;
  }
  .share-button {
    top: auto;
    float: none;
}
  .Whats-in-the-box {
    margin-top: 0px;
}
}
.jdgm-rev-widg__body {
    padding: 0 15px;
}
.footer-block:nth-child(1){
  order:3;
}
.footer-block:nth-child(2){
  order:1;
}
.footer-block:nth-child(3){
  order:2;
}
.footer-block:nth-child(4){
  order:0;
}
#y-badges .y-badge-stars {
    width: 100%;
    left: 15px !important;
}
@media screen and (max-width:767px){
  .footer__blocks-wrapper{
    display:flex;
  }
.wedding-neon .page-width {
    margin-left: 25px;
}
  .for-mob.custom-neon.create-custom-container.page-width,
.for-mob.custom-neon-icon.collection-icon-container {
    display: block;
}
.for-desktop.custom-neon-icon.collection-icon-container {
    display: none;
}
  #neon-customiser-app {
    padding-top: 0rem;
}
.for-mob.custom-neon.create-custom-container.page-width {
    margin-top: 40px;
    margin-bottom: 0px !important;
}
.for-mob.custom-neon.create-custom-container.page-width .mobile {
    display: none;
}
  .for-mob.custom-neon.create-custom-container.page-width .desktop {
    display: block !important;
}
  .for-mob.custom-neon.create-custom-container.page-width .desktop span.custom-heading-reviews {
    display: none;
}
.custom-neon-icon.collection-icon-container .collection-icon.custom {
    padding: 0px !important;
    border-bottom: 2px solid #c5fc2a;
    margin: 0 20px;
    padding-bottom: 30px !important;
}
  div#yotpo-app .yotpo-seo-page-layout {
    margin: auto 0px;
}
  .single-why-us.main-scrolling-container.product {
    margin-top: 0px;
}
div#review-section .intro1.rev {
    padding: 0px !important;
}
  #y-badges .y-badge-stars {
    left: 30px !important;
}

}
@media screen and (max-width:1100px){
    .call-section .second {
    display: none;
  }
}
  span.number {
    font-weight: 600;
    font-size: 12px;
    color: #000;
  }
@media screen and (max-width:800px){
  .header__icons .call-section{
    order: 1;
  }
  .header__icons .header__icon--cart{
    order: 3;
  }
  .header__icons .header__search{
    order: 0;
  }
  .header__icons .header__icon--account{
    order: 2;
  }
  .header__icon--search span{
    justify-content:end !important;
  }
}
@media screen and (max-width:749px){
  .product-metal-signs-template p.product__text.inline-richtext {
    padding-top: 80px;
}
.shopify-payment-button, .product-form__buttons {
    max-width: 95% !important;
    margin: 0 auto;
}
  .innernew .why-choose-us-image.product-page .details {
    align-items: normal !important;
    margin-bottom: 20px !important;
    flex-direction: row !important;
}
  .why-choose-us-image.product-page span.descrition p,
  .innernew .why-choose-us-image .details-text span.name h2 {
    text-align: left !important;
}
  body.template-product  .product__info-wrapper {
    padding-left: 0px !important;
}
}

@media screen and (max-width:480px){
.worldwide.custom-neon-icon.collection-icon-container.trusticonrk.two-icons-mobile {
    max-width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 20px;margin:0 0 4rem 0;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 5px;
}
  .worldwide.custom-neon-icon.collection-icon-container.trusticonrk.two-icons-mobile .collection-item {
    flex-direction: row;
    display: flex;
    margin: 0pc;
    align-items: center;
}
  .worldwide.custom-neon-icon .text-container h4.title {
    font-size: 14px;
}
  .section-header header.header,
.announcement-bar-top,
  .utility-bar .utility-bar__grid.page-width {
    padding-left: 20px;
    padding-right: 20px;
}
.announcement-bar-section .announcement-bar p.announcement-bar__message.h5 {
    font-size: 12px;
    line-height: normal;
}
section.product-slider-main.wedding-neon .slick-slide {
    padding-right: 15px;
    padding-left: 15px;
}
  .slick-prev, .slick-prev:hover {
    left: 5px;
}
}