/** Shopify CDN: Minification failed

Line 2139:0 All "@import" rules must come first
Line 2140:16 Expected identifier but found whitespace
Line 2140:17 Unexpected "6px"
Line 2479:0 Comments in CSS use "/* ... */" instead of "//"
Line 3619:0 Unexpected "}"

**/
:root {
	--color-primary: #75dee0;
	--color-secondary: #caa75b;
	--color-gradient-start: #75dee0;
	--color-gradient-stop: #75dee0;
}

body {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	line-height: 1.6em;
	font-size: 16px;
	color: #00142f;
}
#shopify-block-AVElYbHJnemxjbVVrN__10840395464443086010,
#shopify-block-AYkpjcWFINkF3RWlJV__1513253815146976218{
  display: none;
}
body a {
	color: #caa75b;
	text-decoration: underline;
}

.d-none {
    display: none;
}

.float-right {
	float:right;
}
  
.container-fluid {
	width: 100%;
}
  
.text-gabriela {
	font-family: 'Gabriela', serif;	
}

.text-opensans {
	font-family: 'Open Sans', sans-serif;	
}

.text-quicksand {
	font-family: 'Quicksand', sans-serif;	
}

.text-dark {
	color: #00142f;
}

.underline-none {
	text-decoration: none;
}
  
.cite {
	font-weight: 400;
    line-height: 1.6em;
    font-size: 15px;	
}

main.blog ol li {
    font-family: Gabriela,serif;
    font-weight: 600;
    color: #00142f;
    line-height: 1.2em;
    font-size: 32px;  
}

main.blog ol.no-style li {
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    font-size: inherit;  
    margin-bottom: 20px;
  
}

[data-mobile-nav-style=modern]:before {
	background-image: -webkit-gradient(linear, right bottom, left top, from(#fff), to(#fff)) !important;
	background-image: linear-gradient(to top left, #fff 0%, #fff 100%) !important;
}
  
[data-mobile-nav-style=modern] .navbar-collapse-clone.collapsed .nav-trigger .bars {
 	border-color: #caa75b;
	
}

[data-mobile-nav-style=modern] .navbar-collapse-clone.collapsed .nav-trigger .bar {
    background-color: #caa75b;
}
 
.nav-trigger .bar {
	background-color: #fff
}
  
.nav-trigger.style-mobile.collapsed .bars {
 	border-color: #caa75b;
	
}
  
.nav-trigger.collapsed .bar {
    background-color: #caa75b;
}
  
.nav-trigger .bar,
.nav-trigger .bars {
	background-color: #fff;
    border-color: #caa75b;
    transition: none;
}

  
[data-mobile-nav-style=modern] .navbar-collapse-clone .nav-trigger {
	top: 0px;
}

.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, 25px); }
    to   { transform: translate(0, -0px); }    
}

.floating1 {  
    animation-name: floating2;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating2 {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, 45px); }
    to   { transform: translate(0, -0px); }    
}

.floating2 {  
    animation-name: floating3;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating3 {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, 30px); }
    to   { transform: translate(0, -0px); }    
}

a.product-image {
	position: relative;
}

a.product-image:hover .peek-inside {
	opacity: 1;
	
}

.peek-inside {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -54px;
    opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.errors {
	background: #ffd1d1;
    padding: 10px;
}

.template_reset_account h1.page_heading{
  color: #caa75b;
}
  
.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
	font-family: 'Gabriela', serif;
	font-weight: 600;
	color: #00142f;
}

.h1, h1 {
	line-height: 1.2em;
	font-size: 52px;
}

.h2, h2 {
	line-height: 1.083em;
	font-size: 48px;
}

.h3, h3 {
	line-height: 1.2em;
	font-size: 32px;
}

.h4, h4 {
	line-height: 1.2em;
	font-size: 25px;
}

.h5, h5 {
	line-height: 1.2em;
	font-size: 21px;
}

.h6, h6 {
	line-height: 1.2em;
	font-size: 18px;
}

.btn-solid {
	background: #caa75b;
}

.btn {
	border-color: #caa75b;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
    z-index: 5;
	text-decoration: none;
    font-size: 1.3em;
}

.btn-xlg > span {
    padding: 1em 3.5em;
}

.btn {
    outline: 0;
}
  
.btn:hover {
	background: #b18d3f;
}

.btn-xlg > span {
    padding: 0.7em 2.5em;
}

.opaque-hover:hover {
	opacity: .7;
}
  
.branded-select {
    width: 100%;
    background: #f7f7f7;
    border: 4px solid #75dee0;
    padding: 10px;
    border-radius: 10px;
}
  
#content {
	background-color: transparent;
}
/* main nav */
.main-nav,
.btn {
	font-family: 'Gabriela', serif;
}
  
.main-nav > li > a {
	
}

[data-mobile-nav-style=modern] .navbar-collapse-clone {
	top: 0px;
}
  
.contact-form label {
    font-weight: bold;
}

.contact-form input[type=submit], .contact-form button[type=submit] {
    padding: 1.15em 2.1em;
    height: inherit;
    text-align: center;
    display: block;
    text-transform: capitalize !important;
    border: 1px solid var(--color-secondary);
    background-color: var(--color-secondary);
}

input, textarea {
	color: #00142f !important; 
}

.main-header {
    border-bottom: none !important;
}

.mainbar-container {
    border-bottom: 4px solid #75dee0;
}

.navbar-brand img {
    max-width: 100% !important;
    top: 27px;
    position: relative;
}

.navbar-brand .mobile-logo-default {
    max-width: 140px !important;
    top: 29px;	
}
  
.navbar-collapse .btn span {
	padding: 0.55em 1em;
}

ul.nav.main-nav > li > a {
	padding: 5px 25px;
}

[data-mobile-nav-style=modern] .navbar-collapse-clone {
	width: 80vw;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 100px;
	box-shadow: 0px 0px 40px #cacaca;
}

.sidenav.open a {
	opacity: 1;
    transition: 2s;
}

.sidenav {
    transition-delay: 0s;
}

.sidenav.closed {
    transition-delay: .5s;
}

.sidenav a {
    padding: 2px 8px 2px 8px;
    text-decoration: none;
    font-size: 25px;
    color: #caa75b;
    display: block;
    transition: 0.3s;
    opacity: 0;
  	font-size: 20px !important;
}
  
.sidenav a.btn {
	font-size: 14px !important;
}
  
ul.nav.main-nav>li>a {
    padding: 2px 25px;
}

.sidenav a:hover {
	text-decoration: underline;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
  
.main-nav>li>a {
	letter-spacing: 0px !important;  
}

@media screen and (max-height: 450px) {
  .sidenav {
  	padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
 
.sidenav2 {
	height: 100%;
    width: 0;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 350px;
    background-color: #fffffff2;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 5px 0px 7px #0000001a
}

.sidenav2 a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #caa75b;
    display: block;
    transition: 0.3s;
}

.sidenav2 a:hover {
	text-decoration: underline;
}

.sidenav2 .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav2 {
	width: 0px;
}

.sidenav2.open .navproductcontainer {
	opacity: 1;
    transition: 2s;	
}

.sidenav2 .navproductcontainer {
	opacity: 0;
}

.sidenav2.closed {
	width: 0px !important; 
}

.sidenav2.open {
	width: 450px !important; 
}

.sidenav2 .quantity {
	padding-top: 15px;
}

@media screen and (max-height: 450px) {
  .sidenav2 {
  	padding-top: 15px;
  }
  .sidenav2 a {
    font-size: 18px;
  }
}

.main-header .is-stuck {
	padding-top: 0px !important;	
}

.main-nav > li > a {
	font-size: 13px;
	letter-spacing: 0.2em;
	color: #fff;
	text-transform: uppercase;
}

.main-nav > li > a .link-ext {
	background-color: #fff;
}

.main-nav > li > a:hover {
	color: #ffe7d1;
}

.main-nav > li.is-active > a,
.main-nav > li.current-menu-item > a,
.main-nav > li:hover > a,
.main-nav > li > a:hover {
	color: #fff;
}

.main-footer {
	color: rgba(255, 255, 255, 0.6);
}

.main-footer a:not(.btn) {
	color: rgba(255, 255, 255, 0.6);
}

.main-footer a:not(.btn):hover {
	color: #fff;
}

.main-footer .ld-sf input {
	background: rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.6);
}

.main-footer .ld-sf input:focus {
	background: rgba(255, 255, 255, 0.1);
}

.main-footer .ld-sf button {
	font-size: 23px;
}

.main-footer .widget-title {
    font-size: 20px;
    margin-bottom: 1em;
    line-height: 32px;
}

.main-footer a {
	text-decoration: none;
}
  
.social-icon a {
    font-size: 2em;
}

.sparkley {

}
.sparkley:hover {
	
}

.bg-grass-green {
	background-color: #7aab5a;
}

.bg-green-bean {
	background-color: #438D5C;
}

.bg-gold {
	background-color: #caa75b;
}

.bg-emerald {
	background-color: #0d515a;
}

.bg-navy {
	background-color: #00142f;
}

.bg-light-blue {
	background-color: #dcf7f7 !important;
}

.bg-gradient-cream {
    background: -webkit-gradient(linear, left top, left bottom, from(#caa75b2e), color-stop(50%, #ffffff));
    background: linear-gradient(180deg, #caa75b2e 0%, #ffffff 90%);
}

.bg-gradient-blue {
    background: -webkit-gradient(linear, left top, left bottom, from(#75dee033), color-stop(50%, #ffffff));
    background: linear-gradient(180deg, #75dee033 60%, #ffffff 100%);
}

.bg-light-grey {
	background-color: #efefef;
}

.bg-sky {
	background-image: url('/cdn/shop/files/Mask_Group_197.png'); 
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
  
.bg-blue-sky {
	background-image: url('/cdn/shop/files/sky-xlarge-noclouds.jpg'); 
	background-repeat: repeat; 
	background-size: inherit;
}

/*.hero-sky {
	min-height: 130vh;
	margin-bottom: 300px !important;
}*/

.hero-sky-inner {
	min-height: 10vh;
	margin-bottom: 200px !important;	
}

.home-hero .hero-text {
	z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.top-links {
  font-family: 'Gabriela', serif;	
}

.clouds-1 {
	margin-top: -70%	
}

.clouds-2 {
	margin-top: -42%;
}

.clouds-layer {
	position: absolute;
}

.navbar-brand img {
	max-width: 160px;	
}

.mainbar .navbar-header {
	z-index: 30;
}

.navbar-brand-inner {
    position: absolute;
    left: 0px;
    top: -30px;
    z-index: 100;
}

.main-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar-brand {
  padding: 30px 100px;
}

.main-nav > li > a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
.main-nav > li.is-active > a, .main-nav > li:hover > a,
.main-nav > li > a:hover {
  color: #fff;
}

.header-module .social-icon a {
  opacity: 0.7;
}
.header-module .social-icon a:hover {
  opacity: 1;
}

.lqd-parallax-team-members .liquid-img-group-container:first-child {
    left: -75%;
}

.lqd-parallax-team-members .liquid-img-group-container:last-child {
    left: -75%;
}

.filter-list-style-1 li {
    margin-bottom: 1.5em;
}

.home-3-images .liquid-img-group-img-container {
	z-index: 1;
}

.home-3-images .lqd-parallax-images-9 .liquid-img-group-single:nth-child(1) {
    top: -90px;
    left: -170px;
    width: 70%;
    bottom: 0px;
    z-index: 1;
}

.home-3-images .lqd-parallax-images-9 .liquid-img-group-single:nth-child(2) {
    top: -75px;
    left: -20px;
    bottom: 0px;
    width: 92%;
}

.home-3-images .lqd-parallax-images-9 .liquid-img-group-single:nth-child(3) {
    bottom: 0px;
    left: 80px;
    top: 150px;
    width: 100%;
}

.value-stack {
  margin-top: 0px;
  padding: 0 !important;
}
  
.wiggly-tooth {
	margin-top: -100px;
}

.product-title h4 {
	 background-image: url('/cdn/shop/files/product-title-banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 0px 0px;
    color: #fff;
    font-size: 18px;
    /* padding-top: 12px; */
	  height: 56px;
    line-height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.ld-media-item.nohover-scale:hover figure {
    -webkit-transform: scale(1);
    transform: scale(1);
}
  
/* .bundle-product.single-product .product_title {
	height: 90px;
    width: 445px;
} */

.clouds-relative {
	position: relative;
	top: -120px;
}

.clouds-relative.home-above-products {
	top: 50px;	
}

.clouds-absolute {
	position: absolute;
}

#about {
	margin-top: -170px;	
	z-index: 2;
}

#about .row {
	background-size: inherit;
    background-size: contain;
    background-repeat: no-repeat;
}

#about img {
	max-width: 100%;
  width: 100%;
}

#about .about-row-wrap {
	margin-top: -25px;
}

#features {
	background-image: url('/cdn/shop/files/sky-bg-vertical.jpg');
	background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 260px;
}

/* #features .tree-clouds-overlay {
	background-image: url('/cdn/shop/files/tree-bg-clouds.png');
	background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
} */

#features .shooting-star {
    position: absolute;
    left: -150px;
}

ul.star-bullet {
	list-style: none;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;	
}

ul.star-bullet li {
    background-image: url('/cdn/shop/files/star-bulletpoint.png');
    background-repeat: no-repeat;
    background-position: left 3px;
    min-height: 18px;
    padding-left: 25px;
    margin-bottom: 10px;
}

.home-testimonials {
	z-index: 2;	
	top: -230px;
}

.flickity-page-dots .dot.is-selected {
	color: #75dee0;
}

.fairy-guide .row {
    background-position: center;
    background-repeat: no-repeat;
}

.fairy-book-cover {
	margin-top: -8%;
    float: right !important;
}

.wand-embellish {
    background-image: url('/cdn/shop/files/wand-title-embelish.png');
    background-repeat: no-repeat;
    padding-top: 130px;	
    background-position: center top;
}
.fairy-resources{
  padding: 2rem 0;
}

.fairy-resources .masonry-item article:hover {
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.fairy-resources .ld-pf-image {
	border-radius: 20px 20px 0px 0px;
}

.fairy-resources .ld-pf-details {
	margin: auto;
	border-radius: 0px 0px 20px 20px;
    min-height: 180px;
}

.fairy-resources .ld-pf-item {
	border-radius: 20px;
}

.fairy-resources .filter-list-inline li {
	color: #00142f;
	font-size: 19px;
	padding-top: 5px;
	font-weight: bold;
}

.fairy-resources .filter-list-inline li span.img {
	padding: 20px;
	border-radius: 50%;
	background-color: #75dee0;
	display: block;
	width: 80%;
	margin: auto;
	margin-bottom: 10px;
}

.fairy-resources .filter-list-inline li:hover span.img,
.fairy-resources .filter-list-inline li.active span.img {
	background-color: #00142f;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.fairy-resources .filter-list-inline li img {
	display: block;
}

.embellishments {
    background-image: url('/cdn/shop/files/embellishments.png');
    height: 179px;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.gallery-row {
	background-image: url('/cdn/shop/files/starpattern.gif') !important; 
	/*box-shadow: 0 70px 95px rgba(0, 0, 0, 0.05);*/
}

.border-radius-overlay {
    border-radius: 40px;
}

.line-drawn-border {
	background-image: url('/cdn/shop/files/line-drawn-border.png') !important; 	
	height: 75px;
}

.line-drawn-border-bottom {
	background-image: url('/cdn/shop/files/line-drawn-border-bottom.png') !important; 	
	height: 75px;
}	

.liquid-lp-category.circle a {
	background: #75dee0;
	color: #fff;
	font-family: 'Gabriela', serif;	
	font-weight: bold;
}

.got-wings {
	top: -100px;
}
  
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more {
	display: none;
}

.main-footer {
	/* background-image: url('/cdn/shop/files/banner--01.png?v=1684846132') !important;  
	background-position: left bottom !important;
	background-size: cover !important;
	background-repeat: no-repeat !important; */
    position: relative;
}

.main-footer a {
	color: #fff !important;
}

.main-footer a.text-secondary {
	color:  #caa75b !important;
}

.main-footer a.text-primary {
	color: #75dee0 !important;
}

.footer-seal-logo {
	width: 125px;
}

.seal-wrapper {
	position: relative;	
}

.guarantee-section {
	position: relative;
	z-index: 1;
}

.footer-cloud {
	position: absolute;
	top: -210px;
}

.main-footer img.seal {
	width: 180px;
}

.fancy-box-overlay.scheme-light .cb-overlay {
    background-color: #00142f73;
}

.liquid-ig-feed-overlay {
	background-color: #00142f;
}

.copyright a {
	text-decoration: underline;
}
/* inner pages */



.titlebar-inner {
	
}

.inner-page-main-wrap {
  margin-top: -200px;
  justify-content: center;
}
.collection-inner-wrap{
  margin-top: 30px;
}
.errors ul {
     padding: 0 25px;
     margin: 0;
}

/* product landing */
.product-grid {
	z-index: 1;	
}

.product-grid a {
	text-decoration: none;
}

.product-grid .box-shadow-1 {
	padding: 40px 20px;
	z-index: 10;
}

#fader {
    position: relative; 
    width: 100%;
    height: 100%;
}

.product-grid .fancy-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.last-word {
	z-index: 10;
	position: relative;
}

.floating-tooth {
	position: absolute;
	left: 5%;
	z-index: 2;
}

.product-landing-cta {
	margin-top: -100px;	
}

.product-landing-cta .shooting-star {
    position: absolute;
    left: -50px;
}

.product-landing .instagram {
	margin-top: 0px !important;
}

.product-landing .clouds-bottom-img{
	margin-bottom: -190px !important;
}

.gift-finder {
    background-image: url('/cdn/shop/files/gift-finder-embellishments.png') !important;
    background-position: 60px top;
    background-repeat: no-repeat;
    background-size: 50%;
    padding: 60px 0px 70px 95px;
    margin-left: -115px;
}

.quiz-wrap .clouds-top-img {
	margin-bottom: -150px;
}

.quiz-wrap .clouds-bottom-img {
	margin-top: -100px;
}

/* single product */
.single-product-wrapper .box-shadow-1 {
	padding: 40px 35px;
	z-index: 10;
}

.ld-product-summary-foot button[type=submit] {
    height: inherit;
    padding: inherit !important;
    margin-bottom: inherit;
}

.whats-inside .shooting-star {
    position: absolute;
    left: 140px;
    top: -80px;
    z-index: 2;
}

.carousel-nav-solid .flickity-prev-next-button {
	background: #75dee0;
	color: #fff;
}

.cb-subtitle {
	font-family: 'Gabriela', serif;	
	letter-spacing: 0px !important;
}

.single-product-wrapper .pull-up {
	margin-top: -25%;
}

.single-product .product_title, .myModal .product_title {
    background-image: url('/cdn/shop/files/product-title-banner.png') !important;
    background-position: left center;
    background-repeat: no-repeat;
    display:flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 100%;
    padding: 0px 25px;
    text-align: center;
    margin-bottom: 10px !important;
    background-size: 100% 98%;
}

.single-product .cart {
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px !important;
}

.ld-product-zoom {
	color: #fff;
	font-weight: bold;
	background: #75dee0;
	border: none;
	text-decoration: none;	
}

.woocommerce .ui-spinner .ui-button {
	color: #fff;
	font-weight: bold;
	background: #75dee0;
	border: none;
}

.woocommerce .ui-spinner {
    width: 100%;
}

.woocommerce .ui-spinner .ui-spinner-input {
	font-weight: bold;
}


  
/*#single-product h1.starter-kit {
	font-size: 20px;
}*/
  
.fr-window-skin-fresco .fr-side-button-icon, .fr-window-skin-fresco .fr-close-icon, .fr-window-skin-fresco .fr-thumbnails-side-button-icon, .fr-window-skin-fresco .fr-error-icon {
    background-image: url(http://boltoncmo.com/htm2/assets/vendors/fresco/fresco-skins/sprite.svg);
}

.fr-overlay-background,
.fr-overlay-ui-fullclick .fr-overlay-background {
	background: #00142f;
	opacity: .9;
}

.fr-info-background {
    background: #00142f;
}

.fr-window-skin-fresco .fr-thumbnail-overlay-border {
	border: none;
}

.fr-stroke {
	display: none;
}

.fr-window-skin-fresco .fr-thumbnail-wrapper {
	box-shadow: none;
	background: transparent;
}

.hidden-sm-up {
	display: none;
}

.hidden-sm-down {
	
}

.single-product .clouds-top-img {
	margin-top: -200px;
  display: none;
}

.testimonials {
	z-index: 2;
}

.ld-module-cart .ld-cart-product img {
    width: 130px;
}
  
.ld-module-cart a {
	text-decoration: none;
}
  
.letter-stories .ld-media-bg {
	background-color: rgba(0, 0, 0, 0.05);
}
  
.letter-stories .ld-media-item {
	border-radius: 20px;
	border: 4px solid var(--color-primary);
}
  
.letter-stories .ld-media-item:hover.shadow-onhover {
    box-shadow: 0 25px 25px rgb(0 0 0 / 10%);
}
  
/* faqs */
#faqs .row {
	background-size: inherit;
    background-size: contain;
    background-repeat: no-repeat;
}

#faqs .faq-1 {
	background-position: right center;
}

#faqs .faq-2 {
	background-position: left bottom;
}

#faqs .faq-3 {
	background-position: right bottom;
}

#faqs .faq-4 {
	background-position: 40% bottom;
}

/* our-story */
#our-story .row {
	background-size: inherit;
    background-size: contain;
    background-repeat: no-repeat;
}

#our-story .our-story-1 {
	background-position: left bottom;
	background-size: 75%;
}

.our-story-3-images {
	min-height: 700px;
}

.our-story-3-images .lqd-parallax-images-9 .liquid-img-group-single:nth-child(1) {
	top: 0px;
    right: -30px;
    width: 70%;
    left: inherit;
    bottom: 0px;
    z-index: 1;
}

.our-story-3-images .lqd-parallax-images-9 .liquid-img-group-single:nth-child(2) {
    top: 80px;
    left: 40px;
    bottom: 0px;
    width: 100%;
}

.our-story-3-images .lqd-parallax-images-9 .liquid-img-group-single:nth-child(3) {
    bottom: 0px;
    left: inherit;
    top: 345px;
    width: 50%;
    right: -40px;
}

/* careers */
/* #careers {
	margin-top: -50px;
} */

/* blog landing */
#blog-landing {
	margin-top: -200px;	
}

/* blog single */
  
main.blog .blog-single h1,
main.blog .blog-single h2,
main.blog .blog-single h3,
main.blog .blog-single h4,
main.blog .blog-single h5,
main.blog .blog-single h6 {
	font-weight: 400;
}
  
.blog-single-content blockquote {
    text-align: left;
    border-left: 3px solid #caa75b;
    padding-left: 20px;
    color: #caa75b;
}  

.blog-single img {
	border-radius: 30px;
}

.blog-single .posted-on {
	color: #caa75b;
}

.blog-single-cover.scheme-light .blog-single-media:after {
    background-image: -webkit-gradient(linear, left top, right top, from(#00142f9e), to(transparent));
    background-image: linear-gradient(to right, #00142f9e 0%, transparent 100%);	
}

.blog-single-header a {
	text-decoration: none;
}

.add-dropcap:first-letter {
    color: #75dee0;
}

.blog-single-cover .liquid-parallax-container .liquid-parallax-figure {
	background-position: center 0% !important;
}

.social-icon a {
	text-decoration: none;
}
 
/* faq */


/* Shop */

.fr-window-skin-fresco .fr-content-background {
    background: transparent !important;
    box-shadow: none !important;
}

.ld-product-zoom {
    top: 0px;
}


.mobile-menu {
	display: none !important;	
}
  
.cart-table {
    border: 5px solid #75dee0;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;		
}

.cart-table table {
	border: none;
}

.cart-table table tbody th,
.cart-table table tbody td,
.cart-table table thead th {
	border-right: none;
	padding: 20px !important;
}

.cart-table tbody tr {
	border-bottom: none;
}

.cart-table input {
	background: #eaeaea;
    border: 1px solid #d4d4d4;
    text-align: center;
}
  
.discontinued-items-cart .cart {
	display: block; 
  	text-align: center; 
}
  
.discontinued-items-cart .ui-spinner {
	justify-content: center;
  	margin-bottom: 20px !important;
}
  
.stamped-review .author {
	display: none;
}

@media (min-width: 1300px) {

	footer .sleeping-girl {
		padding-bottom: 0px !important;
	}
	
	.home-3-images {
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {

	.home-3-images {
		margin-top: 60px;
	}
	
	.hero-sky {
	   min-height: 110vh;
	}	

	.main-header .is-stuck {
		background: #fff !important;
	}
	
	.mainbar-wrap.is-stuck .social-icon a,
	.mainbar-wrap.is-stuck .main-nav > li > a {
		color: #000 !important;
	}
	
	.mainbar-wrap.is-stuck .social-icon a:hover,
	.mainbar-wrap.is-stuck .main-nav > li > a:hover {
		color: var(--color-primary) !important;
	}

	.fairy-guide h3 {
		font-size: 24px;
	}

	footer .sleeping-girl {
		padding-bottom: 20px;
	}
	
}

@media (max-width: 1200px) {

	.mobile-menu {
		display: block !important;	
	}	
	
	.mainbar-container {
	    height: 75px;
	}

    [data-mobile-nav-style=modern] .navbar-collapse-clone .nav-trigger .bar {
        background-color: #caa75b;
    }

    [data-mobile-nav-style=modern] .navbar-collapse-clone .nav-trigger .bars {
        border: 2.4px solid #caa75b;
    }
  
	.navbar-brand .mobile-logo-default {
	    max-width: 156px !important;
	    top: 30px;
	    left: 10px;
	}

	.main-header .secondarybar-row{
      justify-content: center;
    }
	.main-header .secondarybar-row .col.text-right {
      display: none;
	}

	#about .about-row-wrap {
	    margin-top: -25px;
	}

	.clouds-relative.home-above-products {
	    top: 0px;
	}

	.fairy-resources .container {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.got-wings .container-fluid {
		padding-right: 1em !important;
	}
	
	.got-wings .shop-all-btn {
		margin-top: 50px !important;
	}
	
	.fairy-resources .filter-list-inline li span.img {
	    padding: 10px;
	}

	footer .clouds-relative {
		width: 100%;
	}
	
	.guarantee-section p {
		color: #fff;
	}
	
	.seal-wrapper:before {
		content: "";
		height: 100px;
		background: #fff;
	}
	
	footer .sleeping-girl {
		padding-bottom: 30px;
	}

	.fairy-guide h3 {
		font-size: 26px;
	}
	
}
  
@media (max-width: 1199px) {
	
  	.secondarybar-wrap {
		display: block !important;
    }
  
  	.main-header .header-module.announcement-bar {
      display: block !important;
      max-width: 100%;
      font-size: 16px;
      line-height: 20px;
    }
  
  	.main-header .col-auto {
    	max-width: 100% !important;
      	text-align: center;
    }
    .mainbar .mainbar-row .text-right .header-module{
      display: none;
    }
}

@media (max-width: 992px) {

    .content h5, .content .h5 {
        font-size: 19px;
    }
  
	.hero-sky {
	    -webkit-box-align: start !important;
	    align-items: start !important;
	    
	}			

	.home-3-images .lqd-parallax-images-9 .liquid-img-group-single:nth-child(1)	{
		top: -210px;
		left: inherit;
		width: 20%;
		bottom: 0px;
		z-index: 1;
		right: 30px;
	}
	
	.home-3-images .lqd-parallax-images-9 .liquid-img-group-single:nth-child(2) {
		top: -110px;
		left: inherit;
		bottom: 0px;
		width: 42%;
		right: -70px;
	}

	.home-3-images .lqd-parallax-images-9 .liquid-img-group-single:nth-child(3) {
		top: -130px;
		left: inherit;
		bottom: 0px;
		width: 50%;
		right: 130px;
	}
	
	#about img {
		width: 80%;
	}
	
	.value-stack .iconbox .w-70 {
		width: 30% !important;
		display: flex;
		height: 250px;
		justify-content: center;
	}
	
	.value-stack .iconbox .w-70 svg {
		align-self: center;
	    height: 100%;		
	}
	
	.clouds-bottom-seperator .clouds-bottom-img,
    .clouds-top-seperator .clouds-top-img {
		width: 150%;
	}
  
  	.clouds-top-seperator .clouds-top-img {
		width: 150%;
	}
	
	.got-wings .container-fluid {
	    padding-right: 15px !important;
	    padding-left: 15px !important;
	    padding-top: 0px !important;
	}	

	#features .tree-clouds-overlay {
	    background-image: none;
	    background: #fff;
	}

	.carousel-nav {
		margin-top: 0px !important;
	}
	
	.testimonial {
		margin-bottom: 0px !important;
	}

	.got-wings {
	    top: 0px !important;
	}

	.got-wings .liquid-img-group-single {
		padding-right: 0px !important;
	}
	
	.got-wings .liquid-img-group-single img {
		width: 80%;
	}
	
	.got-wings .star-bullet {
		width: 60%;
		margin: auto;
	}
	
	.fairy-guide h3,
	.fairy-guide p {
	    z-index: 1;
	    position: relative;
	}
	
	.fairy-guide .fairy-book-cover {
	    margin-top: 0px;
	    z-index: 0;
	}
	
	.fairy-guide .fairy-book-text {
	    z-index: 3;
	}

	.fairy-resources .filter-list-inline li span.img {
	    padding: 10px;
	    width: 70%;
	}
	
	.fairy-resources .filter-list-inline li {
	    font-size: 14px;
	    width: 14%;
	}
	
	.fairy-resources .container {
		padding-right: 1% !important;
		padding-left: 1% !important;
	}

	.guarantee-section {
	    padding-top: 40px !important;
      z-index: 1;
	}	
	
	footer .clouds-relative {
		top: 200px;
	}
	
	.footer-links .container {
		padding-top: 25px !important;
		padding-bottom: 0px !important;
	}

	.gift-finder {
	    background-position: 62% top;
	    padding: 60px 0px 70px 0px;
	    margin: auto -15px auto -15px;
	}

	.three-gifts-line h4 {
		font-size: 24px;
	}
	
	.single-product .product_title {
		margin: auto;
	}

	.hidden-lg-down {
		display: none;
	}

	.hidden-md-down {
		display: none;
	}

	footer .sleeping-girl {
	    width: 120% !important;
	    max-width: 120%;
	    margin-left: -20%;
	    padding-bottom: 0px;
	}

	.carousel-nav-xl .flickity-prev-next-button {
	    width: 50px;
	    height: 50px;
	}
	
	.carousel-nav-middle .flickity-prev-next-button.next {
		float: right;
	}
	
	.carousel-nav-middle .flickity-prev-next-button.previous {
		float: left;
	}
	
	.shipping-template .embellishments {
		display: none;
	}

}

@media (max-width: 768px) {
	
	.clouds-layer {
	    width: 100%;
	}
    .footer-links{
      overflow: hidden;
    }
	.clouds-relative.home-above-products {
	    width: 120%;
	}
	
	.testimonial {
		margin-bottom: 0px;	
	}
	
	.testimonial .testimonial-quote {
		margin-bottom: 0px;
	}

	.clouds-top-img {
	    width: 120%;
	}	

	.text-sm-center {
		text-align: center;
	}
  
  	.pb-sm-0 {
    	padding-bottom: 0px !important;
    }
  
    .d-sm-none {
    	display:none;     
    }
	
	.text-sm-right {
		text-align: right;
	}

	footer .sleeping-girl {
	    padding-bottom: 60px;
	}

	.home-3-images .lqd-parallax-images-9 .liquid-img-group-single:nth-child(1)	{
		top: -130px;
		left: inherit;
		width: 20%;
		bottom: 0px;
		z-index: 1;
		right: 80px;
	}
	
	.home-3-images .lqd-parallax-images-9 .liquid-img-group-single:nth-child(2) {
		top: -10px;
		left: inherit;
		bottom: 0px;
		width: 42%;
		right: -30px;
	}

	.home-3-images .lqd-parallax-images-9 .liquid-img-group-single:nth-child(3) {
		top: -70px;
		left: inherit;
		bottom: 0px;
		width: 50%;
		right: 160px;
	}

	.product-grid.home-products {
		padding-top: 0px !important;
		padding-bottom: 0px !important;	
	}
	
	.bg-sky.value-stack,
  	.bg-sky.wiggly-tooth {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.value-stack .iconbox .w-70 {
		width: 40% !important;
	}
		
	.fairy-resources .filter-list-inline li {
	    width: 31%;
	}
	
	.fairy-resources .filter-list-inline li img {
		display: initial !important;
	}

	.fairy-resources .filter-list-inline li span.img {
	    padding: 20px;
	    width: 60%;
	}
	
	.copyright {
		font-size: 12px !important;
        padding: 10px 0 20px !important;
        text-align: center;
	}

	#our-story .our-story-1 {
	    background-size: 145%;
	}

	.titlebar {
		background-position: center -270px;
	}

	.embellishments {
	    height: 129px;
	    background-size: 150%;
	}

	#faqs {
		margin-top: -50px;
	}

	.gift-finder {
	    background-position: 90px top;
	}
	
	.single-product span.amount {
		font-size: 28px;
		margin-bottom: 25px !important;
		display: block;
	}

	.quiz-wrap .clouds-top-img {
		margin-bottom: -50px;
	}

	.single-product .clouds-top-img {
		margin-top: -10px;
	}
	
	.hidden-md-up {
		display: none;
	}
	
	.hidden-sm-down {
		display: block;
	}

	.blog-single-default .blog-single-details {
	    padding: 7em 0;
	}

	.blog-single-default .blog-single-cover {
	    margin-bottom: 0px;
	}

	footer .sleeping-girl {
	    padding-bottom: 0px;
    	width: 140% !important;
    	max-width: 140%;
	}

  	.shipping-returns-image {
        width: 85% !important;
    }

}

@media (max-width: 576px) {

	.h1, h1,
	.h2, h2 {
		letter-spacing: -1px !important;	
	}
	
	
	.h3, h3,
	.h4, h4,
	.h5, h5,
	.h6, h6,
	.fairy-resources .filter-list-inline li {
		letter-spacing: -1px !important;	
		font-size: 16px;
	}
  
	.h3.text-quicksand, h3,
	.h4.text-quicksand, h4,
	.h5.text-quicksand, h5,
	.h6.text-quicksand, h6 {
		letter-spacing: 0px !important;
	}
  
  	.d-xs-none {
    	display: none;
    }

	.titlebar {
		background-position: center -150px;
	}
	
	.home-3-images .lqd-parallax-images-9 .liquid-img-group-single:nth-child(1)	{
		top: -60px;
		left: inherit;
		width: 35%;
		bottom: 0px;
		z-index: 1;
		right: 50px;
	}
	
	.home-3-images .lqd-parallax-images-9 .liquid-img-group-single:nth-child(2) {
		top: 20px;
		left: inherit;
		bottom: 0px;
		width: 65%;
		right: 0px;
	}

	.home-3-images .lqd-parallax-images-9 .liquid-img-group-single:nth-child(3) {
		top: 20px;
		left: inherit;
		bottom: 0px;
		width: 55%;
		right: 160px;
	}
	
	.hero-sky h2 {
		font-size: 42px;
		padding-right: 0em !important;
	}

	.home-products {
	    z-index: 3;
	}
	
	.tree-clouds-overlay .container-fluid .row.got-wings-row {
		padding-right: 15px !important;
		padding-left: 15px !important;
		padding-top: 50px;
	}

	#about {
	    margin-top: -120px;
	}

	#about img {
	    width: 100%;
	}

	.value-stack .iconbox img {
	    width: 45% !important;
	}

	.clouds-bottom-seperator .clouds-bottom-img,
    .clouds-top-seperator .clouds-top-img{
	    width: 100%;
	}
  
  	.republic-traction {
      width: 120%;
      margin-left: -10%;
    }
 
	#features {
	    margin-top: -50px !important;
	} 
	
	#features .shooting-star {
	    left: -100px;
	}
 
	.got-wings .star-bullet {
	    width: 80%;
	} 	

	.fairy-resources .filter-list-inline li {
	    width: 44%;
	}	
	
	.fairy-resources .filter-list-inline li span.img {
	    padding: 30px;
	    width: 80%;
	}
	
	.fairy-resources h6 {
		font-size: 18px !important;
	}

	.liquid-filter-items-inner > * {
	    margin-bottom: 0px !important;
	}

	.embellishments {
	    height: 129px;
	    background-size: 175%;
	}
	
	#our-story {
		/* margin-top: -50px; */
	}
	
	.our-story-3-images {
		min-height: 600px;	
	}
	
	.our-story-3-images .lqd-parallax-images-9 .liquid-img-group-single:nth-child(1) {
	    top: 50px;
	    right: -30px;
	    width: 70%;
	    left: inherit;
	    bottom: 0px;
	    z-index: 1;
	}
	
	.our-story-3-images .lqd-parallax-images-9 .liquid-img-group-single:nth-child(2) {
	    top: 100px;
	    left: 0px;
	    bottom: 0px;
	    width: 100%;
	}
	
	.our-story-3-images .lqd-parallax-images-9 .liquid-img-group-single:nth-child(3) {
	    bottom: 0px;
	    left: inherit;
	    top: 275px;
	    width: 50%;
	    right: 0px;
	}
	
	#careers {
		margin-top: -200px;
	}
	
	#faqs {
		margin-top: -90px;
		z-index: -1;
	}

	.gift-finder {
	    background-position: -10px top;
	    background-size: 115%;
	}	
	
	.footer-links li {
		padding: 3px 0px;
	}

	.hidden-sm-down {
		display: none;
	}
	
	.hidden-sm-up {
		display: block;
	}

	.value-stack .iconbox .w-70 {
		width: 70% !important;
	}

	.fairy-guide .fairy-book-cover {
	    margin-top: 0px;
	}

    .woocommerce div.product .product_title {
        font-size: 25px;
    }
}
/*     .btn-txt{
     
      background-color:#CAA75B;
      color: #fff;
      font-size:14px;
    }
   .btn-solid{
     background:CAA75B;
     font-size:14px;
   } */
.iconbox-sm .iconbox-icon-container img{
  width:20px;
}



@import url(https://fonts.googleapis.com/css?family=Open+Sans);
    padding-top: 6px;
    padding-left: 40px;
body{
  background: #f2f2f2;
  font-family: 'Open Sans', sans-serif;
}

.search {
  width: 100%;
  position: relative;
  display: flex;
  
}

.searchTerm {
  border: 1px solid #75DEE0;
  border-right: none;
  width: 200px;
  padding: 0 15px;
  height: 40px;
  border-radius: 25px 0 0 25px;
  outline: none;
  color: #9DBFAF;
}
.searchTerm::placeholder{
  color: #C9C9C9;
  font-size: 13px;
}
.searchTerm:focus{
  color: #75DEE0;
}
.search_fields{
  position:absolute;
  right:120%;
}

.searchButton {
  width: 45px;
  height: 40px;
  border: 1px solid #75DEE0;
  background: #75DEE0;
  text-align: center;
  color: #fff;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.font-size-17{
  border-radius:20px;
}
#btn-custom-section {
    padding: 0 25px !important;
    height: 40px;
    align-items: center;
  color: #CAA75B !important;
  font-weight: 400 !important;
}
.secondarybar .top-links a.sparkley span{
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.shopify-challenge__container {
    padding-top: 15%;
    padding-bottom: 15%;
}
input.shopify-challenge__button{
  padding: 6px 25px;
  margin-top: 15px !important;
}
.mainbar-wrap .row {
    flex-wrap: nowrap;
    margin: 10px 16px;
    height: 67px;
  
}
.font-size-17.mt-1{ 
    font-family: 'Gabriela';
    font-weight: 400;
}
.header-module .iconbox .iconbox-icon-container {
    margin-right: 5px !important;
}
.searchTerm{
    font-family: Gabriela;
    color: #C9C9C9 !important;
}
.ImpreseeGeneralModalOverlay{
  top: 150px !important;
  z-index: 9 !important;
}
ul.ImpreseePagination .ImpreseeNextPage{
  position: relative;
  top: 7px;
}

/*** Account dashboard ***/
#account .titlebar{
  background-image: none;
}
.page_heading {
    margin: 15px 0 0;
    padding-bottom: 10px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
}
.template_customer {
  min-height: 500px;
}
	.template_customer .page_heading {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
      margin-top: 70px;
	}
	
		.template_customer .page_heading a {
          font-size: 12px;
          line-height: 1em;
          text-transform: uppercase;
        }

.account_section {
  overflow: hidden;
  margin: 30px 0 0 0;
  padding: 30px;
  border: 1px solid $border_color;
  border-top: 2px solid $color_4;
}
	.account_section h4 a{
      float: right;margin: 0 0 0 15px;
      font-size: 12px;text-transform: uppercase;
    }
    .account_section h4 a:before {
      margin: 0 4px 0 0;font: 14px 'FontAwesome';
    }
	.account_section .link_add:before {content: '\f067';}
	.account_section .link_close:before {content: '\f00d';}
	.account_section .link_delete:before {content: '\f1f8';}
	.account_section .link_edit:before {content: '\f040';}

	.account_section .note {padding: 15px 0 0 0;font-size: 16px;}

	.account_section .btn {
      margin-right: 10px;
      padding: 5px;
      border-radius: 10px;
      
    }


.account_section__hidden {display: none;}


.account_section__wrapper {
  margin: 0 -15px;
display: flex;
justify-content: center;
align-items: stretch;

}
.account_section__wrapper .account_section {
  width: 50%;float: left;
  margin-left: 15px;margin-right: 15px;
}



	.account_section__welcome ul {padding: 10px 0 0 0;}
	.account_section__welcome li {padding: 5px 0 0 0;}
	.account_section__welcome li:before {content: '\f00c';margin: 0 4px 0 0;font: 14px 'FontAwesome';color: $color_4;}

	.account_section__welcome .btn {margin: 20px 0 0 0;}



.account_login {}


.template_customer__account h2 {
  margin: 30px 0 0 0;font-size: 17px;
}



.account_table {
  width: 100%;margin: 15px 0 0 0;
}
  .account_table .row_header {font-weight: bold;color: $color_4;}
  .account_table .row_border {border-color: $color_4;}
  .account_table .row_total {border-color: $color_4;font-weight: bold;color: $color_4;}

  .account_table tr ~ tr {border-top: 1px solid $border_color;}

  .account_table td {
    padding: 14px 20px;
    width: auto;
  }

  .account_table .cell_right {text-align: center;}

  .account_table .money {font-size: inherit;}


.account_table__info {}


.address_item {
  margin: 16px 0 0 0;font-size: 16px;
  font-family: 'Gabriela', serif;
}
	.address_item i {
      width: 26px;height: 26px;display: inline-block;
      margin: 0 5px 0 0;
      font-size: 14px;line-height: 24px;text-align: center;
	border-radius: 50%; color: #75DEE0;
	}

	.address_item span {font-size: 14px; color: #000;}
	.address_item span ~ span:before {content: ', ';}


.address_item__none {margin: 20px 0 0 0;font-size: 14px;}
.address_item__edit {
  font-size: 14px;
}
.address_item__edit a {
  color: #000;
  text-decoration: none;
}

.cell_left{
  width:50%;
  color:#333;
  text-align:center !important;
}

.cell_right{
  width:40%;
text-align:right;
}
.cell_top{
  display:flex;
  border-bottom: 1px solid #DCF7F7;
  padding: 10px 0;
}
.address_item{
  text-align:left;
  
}

.template_customer__account h2{
  margin: 40px 0 0 0;
    font-size: 14px;
  text-align: left;
  font-weight: 400;
  color: #000;
}

.template_customer .page_heading a {
    color:#000;
  font: normal normal normal 16px/21px Gabriela;
letter-spacing: 0.06px;
opacity: 1;
  text-decoration: none;
  text-align:right;
}
.template_customer .page_heading {
text-align: left;
font: normal normal normal 28px/36px Gabriela;
letter-spacing: 0.11px;
color: #000;
opacity: 1;
}
.account_section h4 {
   font-size:25px;
  text-align: center !important;
  color: #000000;
  font-weight: 600;
  margin-bottom: 50px !important;
}
.account_section h4 a {
  color: #333;
  text-decoration: none;
}
.account_div.account_div__info{
  font-family: 'Gabriela', serif;
}
.account_section.account_section__info{
  border-top: 3px solid #75DEE0;
  border-left: 1px solid #DCF7F7;
        border-right: 1px solid #DCF7F7;
        border-bottom: 1px solid #DCF7F7;
}
.account_section.account_section__default{
  border-top: 3px solid #75DEE0;
  border-left: 1px solid #DCF7F7;
        border-right: 1px solid #DCF7F7;
        border-bottom: 1px solid #DCF7F7;
}
.account_section .link_edit:before {
    content: '\f040';
    color: #75DEE0;
}
.account_section.account_orders{
  color: #333;
  border-top: 3px solid #75DEE0;
  border-left: 1px solid #DCF7F7;
        border-right: 1px solid #DCF7F7;
        border-bottom: 1px solid #DCF7F7;
}
.note{
  font: normal normal normal 14px/18px Gabriela;
  text-align:left;
}
.page_heading{
margin-top: 50px;
}
.popup .close {
  cursor: pointer;
}
.par{
  max-width: 1400px;
  margin: auto;
}


// 9.6. USER ACCOUNT PAGES //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
.template_customer {min-height: 500px;
	.page_heading {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	
		a {font-size: 12px;line-height: 1em;text-transform: uppercase;}

	}
}


.account_section {overflow: hidden;margin: 30px 0 0 0;padding: 30px;border: 1px solid $border_color;border-top: 2px solid $color_4;
	h4 {
		a {float: right;margin: 0 0 0 15px;font-size: 12px;text-transform: uppercase;}
		a:before {margin: 0 4px 0 0;font: 14px 'FontAwesome';}
	}
	.link_add:before {content: '\f067';}
	.link_close:before {content: '\f00d';}
	.link_delete:before {content: '\f1f8';}
	.link_edit:before {content: '\f040';}

	.note {padding: 15px 0 0 0;font-size: 16px;}

	.btn {margin-right: 10px;}

}

.account_section__hidden {display: none;}


.account_section__wrapper {margin: 0 -15px;
display: flex;
justify-content: center;
align-items: stretch;

	.account_section {width: 50%;float: left;margin-left: 15px;margin-right: 15px;}

}


.account_section__welcome {
	ul {padding: 10px 0 0 0;}
	li {padding: 5px 0 0 0;}
	li:before {content: '\f00c';margin: 0 4px 0 0;font: 14px 'FontAwesome';color: $color_4;}

	.btn {margin: 20px 0 0 0;}

}


.account_login {}


.template_customer__account {
	h2 {margin: 30px 0 0 0;font-size: 17px;}

}


.account_table {width: 100%;margin: 15px 0 0 0;
	.row_header {font-weight: bold;color: $color_4;}
	.row_border {border-color: $color_4;}
	.row_total {border-color: $color_4;font-weight: bold;color: $color_4;}

	tr ~ tr {border-top: 1px solid $border_color;}

	td {padding: 4px 0;}

	.cell_right {text-align: right;}

	.money {font-size: inherit;}

}

.account_table__info {}

.whitee{
  color: ##caa75b !important;
}
.template_customer .account_section h4 {

/*   color: #caa75b !important; */
}

.titlebar.scheme-light{
  
  color: #000 !important;
}

.address_item {
  margin: 16px 0 0 0;font-size: 16px;
	i {
      width: 26px;height: 26px;display: inline-block;
      margin: 0 5px 0 0;border: 1px solid $border_color;
      font-size: 14px;line-height: 24px;text-align: center;
	@include border_radius( 50% );
	}

	span {font-size: $base_font_size;}
	span ~ span:before {content: ', ';}

}

.address_item__none {margin: 20px 0 0 0;font-size: $base_font_size;}
.address_item__edit {font-size: $base_font_size;}

.align_rt{text-align: right; padding-right: 5rem;}
.align_lt{text-align: left; padding-left: 5rem;}

.account_div.account_div__info div{
  color: #000;
}

.template_customer__order .account_section h4, .template_customer__order .account_section p span{color: #000;}
/**end**/
.form-horizontal [for="password_2"]{
  color:#000;
}
ul{
  list-style-type: none;
}
.ino-menu{
  display: flex;
  column-gap: 1em;
}
.ino-menu .dropdown-child{
  display: none;
}
.ino-menu .menu-link:hover .dropdown-child{
  display: block;
}
.header-module .iconbox .iconbox-icon-wrap .iconbox-icon-container i{
  color: #75dee0;
}
.single-product-wrapper .quantity{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  text-align: center;
}
.single-product-wrapper .quantity_dec {
    width: 30px;
    height: 30px;
    background: #75dee0;
    display: inline-block;
    border-radius: 30px;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    margin-right: 10px;
}
.single-product-wrapper .quantity_inc {
    width: 30px;
    height: 30px;
    background: #75dee0;
    display: inline-block;
    border-radius: 30px;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    margin-left: 10px;
}
.single-product-wrapper .input-text{
  text-align: center;
  border: none;
  outline: 0;
  width: 40px;
}
#your-shopping-cart .main-footer{
  padding-top: 90px !important;
}

/**Home page redesign SG**/

.ups-icons-wrap{
  display: flex;
  position: relative;
  z-index: 9;
  justify-content: center;
  padding: 0;
  width: 90%;
  margin: auto;
  top: -100px;
  gap: 20px;
  max-width: 1500px;
}
.ups-icons-wrap .ups-icons-div{
  display: flex;
  align-items: center;
}
.ups-icons-wrap .ups-icons-div .icon-img{
  width: 70px;
}
.ups-icons-wrap .ups-icons-div h4{
  margin: 0;
  padding-left: 20px;
/*   padding-right: 20px; */
  font-size: 20px;
  color: #181B31;
  font-weight: 400;
  width: 250px;
}
.ups-icons-wrap .ups-icons-div:first-child h4{
  width: 310px;
}
.home-products h2{
  font-weight: 400;
  font-size: 48px;
  letter-spacing: 0px;
  color: #001336;
  text-transform: capitalize;
}
/* .home-page .main-bann-bg{
  background-image: url('/cdn/shop/files/Mask_Group_152.png');
} */
.banner__img--index{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  object-position: 0;
}
.banner__img--index-bottom{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0;
  z-index: -1;
  top: 0;
  left: 0;
}
.banner__img--footer{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0;
  z-index: -1;
  top: 0;
  left: 0;
}
.home-hero h2{
  font-size: 43px;
  font-weight: 400;
  text-align: start;
}
.home-products .product-title h3, .home-products .product-title h5, .home-products .product-title h6{
  font-weight: 400;
}
.home-products .product-title h5{
/*   font-family: 'Gabriela'; */
}
.home-products .container{
  width: 90% !important;
  max-width: 1500px;
}
main#content a{
  text-decoration: none !important;
}
#about{
  margin-top: 20px;
  padding-bottom: 10px !important;
  margin-bottom: 0px;
}
#about .container{
  width: 90% !important;
  max-width: 1500px;
}
.got-our-wings .container{
  width: 90% !important;
  max-width: 1500px;
}
.shop-by-cate .product-title h5{
  margin: 20px 0 !important;
  color: #001336;
  font-weight: 400;
  font-size: 20px !important;
  font-family: 'Gabriela';
}
.shop-cate-wrap h2.split-text-applied{
  font-weight: 400;
  font-size: 48px;
  color: #001336;
}
.about-wrap{
  background-image: url('/cdn/shop/files/clouds-top-seperator-more_dfdee080-c2d5-4f54-a454-0789925e89da.png');
  background-repeat: no-repeat;
  background-position: top left;
/*   background-size: contain; */
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  /* z-index: 99; */
}
/* .got-wings-wrap{
  background-image: url('/cdn/shop/files/Mask_Group_232.png?v=1684849944');
  background-size: contain;
} */
.got-wings-wrap .tinygift-cont h4{
  color: #001436 !important;
  font-weight: 400;
}
.got-wings-wrap .tinygift-cont{
  width: 65%;
/*   justify-content: flex-start !important; */
}
.got-wings-wrap .tinygift-wrap .tinygift-image{
  width: 35%;
}
/* .got-wings-wrap .tinygift-wrap .tinygift-cont h2{
  padding-top: 25px !important;
} */
#case-studies{
  background-image: url('/cdn/shop/files/Mask_Group_144_09b8a698-934a-4063-92ef-83603c63da82.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 9;
}
.about-wrap .clouds-absolute{
  z-index: -1;
}
.about-wrap .container{
  width: 90% !important;
  max-width: 1500px;
}
.fairy-resources .container{
  width: 90% !important;
  max-width: 1500px;
}
.about-info-wrap{
  display: flex;
  position: relative;
  padding-top: 50px;
}
.about-info-wrap::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 500px;
  height: 3px;
  background: #CAA75B;
  margin: auto;
  display: none;
}
.about-info-wrap .about-text{
  width: 67%;
  padding: 0 10%;
  padding-top: 40px;
}
.about-info-wrap .about-image{
  width: 33%;
}
.about-info-wrap .about-text h3{
  margin: 0;
  padding-bottom: 20px;
  font-size: 38px;
  color: #001336;
  font-weight: 400;
  line-height: 48px;
}
.about-info-wrap .about-text p{
  font-family: 'Gabriela';
  font-size: 18px;
  line-height: 36px;
}
.wiggly-tooth{
  margin: 0px 0 20px;
  padding-bottom: 50px;
}
#features{
  margin-bottom: 0px;
}
.steps-fairy{
  padding-bottom: 50px;
  padding-top: 80px;
  margin-bottom: 0px;
}
.video-wrap{
  padding: 80px 20px 0;
}
.video-wrap .video-content{
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1500px;
  margin: auto;
}
.video-content .content h4{
  margin: 0;
  padding-top: 10px;
  padding-bottom: 25px;
  font-size: 42px;
  line-height: 42px;
  color: #001336;
  font-family: 'Gabriela';
  font-weight: 400;
}
.video-content .content p{
  font-size: 16px;
  color: #001336;
  margin-bottom: 30px;
}
.video-content .content{
  width: 45%;
  padding-right: 50px;
}
.video-content .vid-block{
  width: 45%;
  position: relative;
}
.video-content .vid-block .vid-iframe{
  width: 100%;
  display: none;
  position: absolute;
  z-index: 9;
}
.video-content .vid-block .video-img{
/*   height: 350px; */
  width: 100%;
}
.video-content .vid-block .play-icon{
  position: absolute;
  top: 40%;
  left: 45%;
  cursor: pointer;
}
.shooting-star{
  position: absolute;
  left: 20%;
  bottom: -15%;
  z-index: -4;
  transform:rotate(-30deg);
}
.bg-sky.wiggly-tooth{
  z-index: 1;
  padding: 8% 0 !important;
}
.for-desktop{
  display: inline-flex;
}
.for-mobile{
  display: none;
}
.wiggly-tooth .clouds-top-seperator, .bg-sky.value-stack .clouds-top-seperator{
  display: none;
}
.wiggly-tooth .clouds-bottom-seperator, .bg-sky.value-stack .clouds-bottom-seperator{
  display: none;
}
.got-our-wings{
/*   background-image: url('/cdn/shop/files/sky-bg-vertical.jpg'); */
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 12%;
}
#smoke-bg{
/*   background-image: url('/cdn/shop/files/tree-bg-clouds.png'); */
  background-position: left;
  background-repeat: no-repeat;
  background-size: 12%;
}
#smoke-bg h2{
  font-weight: 400;
  color: #001336;
}
.fairy-guide h3{
  color: #001336;
}
.liquid-portfolio-list h2{
  color: #001336;
}
.guarantee-section p.lqd-unit-animation-done a{
  color: #CAA75B !important;
}
.product-grid.home-products{
  padding-bottom: 20px !important;
}
html{
  padding-bottom: 0 !important;
}
.mob-blk{
  display: none;
}
.home-page .main-bann-bg{
  min-height: auto !important;
  background-position: 0 85%;
}
.home-products .home-above-products{
  bottom: 0;
}
.shop-by-cate .cate-block h5{
  margin: 0;
  padding: 15px 0;
  background: #001336;
  color: #fff;
}
.shop-by-cate .cate-block a{
  display: block;
  border: 4px solid #CAA75B;
  border-radius: 15px;
  overflow: hidden;
}
.fairy-wrapper{
  background: #fff;
}
.tinygift-wrap{
  display: flex;
}
.tinygift-wrap .tinygift-cont{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-right: 50px;
  width: 60%;
}
.tinygift-wrap .tinygift-image{
  width: 40%;
}
.tinygift-wrap .tinygift-cont h2{
  margin: 0;
  /* padding: 0 0 20px; */
  font-size: 38px;
  color: #001336;
  font-weight: 400;
}
.tinygift-wrap .tinygift-cont p{
  color: #181B31;
  font-size: 18px;
  line-height: 36px;
  margin: 0;
  width: 90%;
  text-align: start;
}
.every-fairy{
  display: flex;
  padding-bottom: 30px;
}
.every-fairy .every-fairy-left{
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0px;
}
.every-fairy .every-fairy-left h3{
  margin: 0 0 50px;
}
.every-fairy .every-fairy-right{
  width: 60%;
  display: flex;
}
.every-fairy-right .fairy-book-cover{
  width: 40%;
}
.every-fairy-right .fairy-book-vid{
  width: 60%;
  margin-bottom: 25px;
  margin-left: 20px;
}
.invest-wrapper .container{
  width: 90% !important;
  max-width: 1500px;
}
.invest-head{
  text-align: center;
}
.invest-head h3{
  margin: 10px 0 25px;
  font-size: 48px;
  font-weight: 400;
}
.invest-head p{
  font-size: 20px;
  margin: 0 0 50px;
  padding: 0 10%;
}
.invest-block .invest-image{
  display: flex;
  justify-content: center;
}
.invest-block .invest-links{
  width: 85%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.invest-links .btn.sparkley{
  margin: 20px;
}
.invest-links .btn.sparkley span{
  font-size: 18px;
}
.got-wings-wrap .mob-all-btn{
  display: none;
}
.footer-links {
    background-image: url('/cdn/shop/files/banner--01.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}
.footer-links .container {
    width: 90% !important;
    max-width: 1400px;
}
.guarantee-section .container {
    width: 80% !important;
    max-width: 1400px;
}
.guarantee-wrap{
  display: flex;
}
.guarantee-wrap .guaratee-image{
  width: 15%;
}
.guarantee-wrap .guarantee-content{
  text-align: left;
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
}
.guarantee-wrap .guarantee-content h3{
  margin: 0 0 25px;
  font-weight: 400;
  color: #fff;
  font-size: 23px;
}
.guarantee-wrap .guarantee-content p{
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
.guarantee-wrap .guarantee-content p a{
  color: #CAA75B !important;
}
.copyright .copyright-wrap{
  display: flex;
  justify-content: space-between;
  padding: 0 70px;
}
.copyright .copyright-wrap p a{
  text-decoration: underline !important;
}
.copyright .copyright-wrap .social-icon li{
  width: 25px;
  margin-right: 8px;
}
.mob-every-fairy-shopall{
  display: none;
}
#testimonials .lqd-column.ca-initvalues-applied{
  opacity: 1 !important;
  width: 100% !important;
  right: 0 !important;
  margin: 0;
}
.quiz-wrap .clouds-bottom-seperator{
  display: none;
}

@media (min-width: 1020px){
  body#our-story .container{
    max-width: 1400px;
    width: 75%;
  }
  .mb-em{
    margin-bottom: 1.5em;
  }
}
@media (max-width: 992px){
  .ups-icons-wrap{
    flex-wrap: wrap;
    top: 0;
    gap: 16px;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .home-products h2{
    font-size: 32px;
    line-height: 42px;
    margin: 0 !important;
    /* padding-bottom: 20px; */
  }
  .home-products .container{
    width: 100% !important;
  }
  .bestsell-prod{
    width: 50%;
    float: left;
  }
  .product-grid-container .product-grid-title{
    margin-bottom: 0 !important;
  }
  .home-products .product-title h3{
    height: 40px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding-top: 0px;
  }
  .mob-none{
    display: none;
  }
  .mob-blk{
    display: block;
  }
  #about{
    margin-top: 0;
    padding-bottom: 15px !important;
  }
  .bg-sky.value-stack{
    background-image: url('/cdn/shop/files/Image_46.png');
    background-size: 100% 105%;
    top: 0px;
    padding-top: 110px !important;
    padding-bottom: 150px !important;
  }
  .bg-sky.value-stack .value-stack{
    margin-top: 0;
  }
  .bg-sky.value-stack .value-stack h2{
    font-weight: 400;
  }
  .bg-sky.value-stack .value-stack p{
    font-size: 18px !important;
    padding-top: 10px;
  }
  .fairy-wrapper{
    background: transparent;
  }
  .bg-sky.wiggly-tooth{
    padding: 80px 0 !important;
    background-size: 130%;
  }
  .shop-cate-wrap h2.split-text-applied{
    font-size: 32px;
    margin: 0 !important;
  }
  .shop-by-cate .cate-block{
    width: 50% !important;
    padding-bottom: 15px;
  }
  .shop-by-cate .product-title h5{
    margin: 15px 0 !important;
  }
  #about .container {
    width: 100% !important;
  }
  .about-info-wrap::before{
    width: 280px;
  }
  .about-wrap .clouds-top-seperator .clouds-top-img{
    width: 100%;
  }
  .about-wrap .clouds-absolute{
    bottom: 50px;
  }
  .about-info-wrap{
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .about-info-wrap .about-text {
    width: 100%;
    padding: 0;
  }
  .about-info-wrap .about-image {
    width: 100%;
  }
  .about-info-wrap .about-text h3{
    font-size: 32px;
    line-height: 42px;
  }
  .home-products .product-grid-title p{
    font-size: 18px !important;
  }
  .home-products .home-above-products{
    top: 0;
  }
  .shop-cate-wrap .product-grid-title h2{
    margin-bottom: 20px !important;
    line-height: 42px;
  }
  .shop-cate-wrap .product-grid-title p{
    font-size: 18px !important;
    padding-top: 0 !important;
    line-height: 32px;
  }
  #about .row.mb-50{
    margin-bottom: 25px !important;
  }
  .got-wings-wrap .tinygift-wrap .tinygift-image{
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .every-fairy{
    flex-wrap: wrap;
  }
  .every-fairy .every-fairy-left {
    width: 100%;
  }
  .every-fairy .every-fairy-right {
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
  }
  .every-fairy-right .fairy-book-cover {
    width: 100%;
    text-align: center;
  }
  .every-fairy-right .fairy-book-vid {
    width: 70%;
    margin: 0 auto;
  }
  .guarantee-wrap{
    flex-wrap: wrap;
  }
  .guarantee-wrap .guaratee-image {
    width: 100%;
  }
  .guarantee-wrap .guarantee-content{
    width: 100%;
    padding: 0px;
    text-align: center;
  }
  .main-footer img.seal {
    width: 140px;
  }
  .copyright .copyright-wrap{
    padding: 0 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .every-fairy .every-fairy-left h3{
    margin: 0;
    text-align: center;
    font-weight: 400;
    font-size: 32px;
  }
  .every-fairy-shopall{
    display: none;
  }
  .mob-every-fairy-shopall{
    display: block;
    text-align: center;
    margin: 30px 0 50px;
  }
  .got-our-wings .container {
    width: 100% !important;
  }
  #case-studies{
    margin-top: 20px !important;
    padding-bottom: 0 !important;
    background-position: 100% 0%;
  }
  #case-studies h2{
    margin: 0 !important;
    line-height: 42px;
  }
  #case-studies .lqd-column p{
    font-size: 18px !important;
  }
  .got-wings-wrap{
    background-image: none;
  }
  .got-wings-wrap .tinygift-cont h4 {
    font-size: 26px;
  }
  .got-wings-wrap .shop-all-btn{
    display: none;
  }
  .got-wings-wrap .mob-all-btn{
    display: block;
  }
  .got-our-wings .fairy-guide > .row{
    padding-top: 20px !important;
    background-size: contain;
    background-position: 100% 20%;
  }
  .every-fairy-right .fairy-book-cover img{
    width: 50% !important;
  }
  #works{
    margin-bottom: 30px;
  }
  .shooting-star{
    display: none;
  }
  .btn-xlg > span{
    padding: 0.7em 1.5em;
  }
  #smoke-bg{
    padding: 0 !important;
  }
  .video-wrap {
    padding: 50px 0px 0;
  }
  .video-wrap .video-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .video-content .content {
    width: 100%;
    padding: 0 15px;
  }
  .video-content .content h4{
    font-size: 32px;
    padding: 0 0 20px;
    line-height: 40px;
    text-align: center;
  }
  .video-content .content p{
    text-align: center;
    margin-bottom: 20px;
  }
  .video-content .vid-block {
    width: 100%;
    margin-bottom: 20px;
  }
  .for-desktop{
    display: none;
  }
  .for-mobile{
    display: inline-flex;
  }
  .vc_row.instagram{
    margin-top: 40px !important;
  }
  .wiggly-tooth .clouds-top-seperator{
/*     display: block; */
  }
  .bg-sky.value-stack .clouds-top-seperator, .bg-sky.value-stack .clouds-bottom-seperator{
/*     display: block; */
  }
  .wiggly-tooth .clouds-bottom-seperator{
/*     display: block; */
    margin-bottom: 0px;
  }
  .got-our-wings{
    background-image: none !important;
    z-index: 2;
  }
  .guarantee-section .container{
    width: 100% !important;
  }
  .got-our-wings .got-wings-row{
    padding: 0 15px !important;
  }
  .wiggly-tooth .clouds-top-seperator .clouds-top-img, .bg-sky.value-stack .clouds-top-seperator .clouds-top-img{
    width: 150%;
  }
  .wiggly-tooth .clouds-bottom-seperator .clouds-top-img, .bg-sky.value-stack .clouds-bottom-seperator .clouds-top-img{
    width: 150%;
  }
  .wiggly-tooth{
    margin: 0px 0;
  }
  .video-content .vid-block .vid-iframe{
    height: 250px;
  }
  .video-content .vid-block .video-img {
    height: 250px;
  }
  .tinygift-wrap .tinygift-cont{
    width: 100%;
    padding: 0;
    text-align: center;
    align-items: center
  }
  .tinygift-wrap .tinygift-cont h2{
    font-size: 32px;
    line-height: 42px;
  }
  .tinygift-wrap .tinygift-image {
    width: 100%;
  }
  .tinygift-wrap .tinygift-cont p{
    width: 100%;
    margin-bottom: 10px;
  }
  .got-wings-wrap .tinygift-wrap .tinygift-cont p{
    margin-bottom: 0;
  }
  .main-footer{
    background-position: bottom !important;
    background-size: auto 82% !important;
  }
  .banner__img--footer{
    object-position: bottom !important;
    object-fit: auto 82% !important;
  }
  .guarantee-wrap .guarantee-content h3{
    margin-top: 10px;
  }
  .guarantee-wrap .guarantee-content p{
    font-size: 18px;
  }
  .ups-icons-wrap .ups-icons-div:first-child h4{
    width: 260px;
  }
  .got-wings-wrap .container {
    width: 100% !important;
    flex-wrap: wrap;
  }
  .home-page .main-bann-bg{
    padding-top: 30px !important;
    min-height: 780px !important;
  }
  .main-footer .clouds-top-seperator .clouds-top-img {
    width: 100%;
  }
  .main-footer .clouds-top-seperator .clouds-top-img img{
    height: 250px;
  }
  .about-wrap .tinygift-wrap{
    align-items: center;
  }
  .main-header .lqd-sticky-placeholder{
    display: none !important;
  }
  .flex-footer{
    margin-top: 50px;
  }
}
@media (max-width: 767px){
  .home-hero h2{
    text-align: center;
    /* width: 100%; */
  }
  .shop-by-cate .cate-block h5{
    font-size: 14px;
    padding: 10px 0;
  }
  #content .main-bann-bg{
    min-height: 780px !important;
  }
  #content .main-bann-bg .home-hero{
    text-align: left;
  }
  .tinygift-wrap .tinygift-cont p{
    margin-bottom: 20px;
    text-align: center;
  }
  #content .main-bann-bg .home-hero .hero-text h2 div.lqd-lines{
    text-align: left;
  }
  .home-hero .hero-text {
      align-items: left;
  }
  .every-fairy-right .fairy-book-cover img{
    width: 75% !important;
  }
  .bg-sky{
    background-position: center;
    background-image: url('/cdn/shop/files/Mask_Group_162.png');
  }
  .about-wrap .container {
    width: 100% !important;
    flex-wrap: wrap;
  }
  .about-wrap{
    background-image: url('/cdn/shop/files/clouds-top-seperator-more_8a4a871e-6067-4c1e-8c46-3895a1008109.png');
    position: relative;
    padding-bottom: 0;
    background-position: 100% -10%;
    background-size: contain;
  }
  .home-products .home-above-products{
    display: none;
  }
  .home-products{
    background: url('/cdn/shop/files/Group_30660_2x_ff0bd46e-d696-454e-995a-8029ab16d8d0.png') no-repeat;
    background-size: cover;
    background-position: center;
  }
  .product-grid.home-products{
    padding-bottom: 0 !important;
  }
  .every-fairy .every-fairy-right {
    flex-wrap: wrap;
  }
  .got-wings-wrap{
    background-image: none;
  }
  .fairy-resources .masonry-item {
    width: 90%;
    /* margin-left: 5%; */
  }
  .home-hero .hero-text{
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-hero .hero-text {
    align-items: center;
}
.home-hero .lqd-column p.text-white{
  text-align: center !important;
}
  .bg-sky.wiggly-tooth{
    padding: 30% 0 !important;
    background-size: 100% 110%;
    margin: 30px 0 !important;
  }
  .copyright .social-icon.social-icon-md{
    margin-top: 10px;
  }
  #shopify-section-instagram .instagram h3{
    margin-top: 0;
  }
  .banner__img--index{
    top: 0;
  }
  .banner__img--index-bottom{
    display: none;
  }

}
@media only screen and (max-width: 575px) {
    .boost-sd__sorting-value {
        width: 50% !importantcvai;
    }
}
}
@media (max-width: 480px){
  .main-footer {
      background-size: auto 75% !important;
  }
  .banner__img--footer {
      object-fit: auto 75% !important;
  }
  footer .clouds-relative {
    top: auto;
    bottom: -130px;
  }
  #bundles .product-title h3,
  #our-bestsellers .product-title h3,
  #all-products .product-title h3{
    background-size: cover !important;
    font-size: 16px;
  } 
  .main-header .lqd-sticky-placeholder{
    display: block !important;
  }
  .main-header .lqd-sticky-placeholder.hide{
    display: none !important;
  }
}
#bundles .product-title h3,
  #our-bestsellers .product-title h3,
  #all-products .product-title h3{
    background-size: cover !important;
  } 
@media (min-width: 993px){
  .flex-footer{
    display: flex;
  }
  .flex-footer .guarantee-wrap{
    flex: 0 0 45%;
    align-items: center;
  }
  .flex-footer .guaratee-image{
    flex: 0 0 40%;    
  }
  .flex-footer .girl-sleeping{
    flex: 0 0 55%;
  }
  .flex-footer .guarantee-content{
    flex: 0 0 60%;
  }
}
.ContainerCommon__Container[role="button"]{
  display: none !important;
}
.ProductPageContainer__Spacer{
  margin: 0px 0px !important;
}
/*home page custom style*/
@media only screen and (max-width: 768px) {
.footer-blog-section {
    margin-top: 25px;
}
.footer-blog-section .container a {
  margin: 0 auto;
} 
.footer-blog-section .container h3 {
  text-align: center;
  padding-bottom: 20px;
}
.footer-blog-section .container {
  padding-top: 0px !important;
  padding: 0
}
.product-title h4 {
  font-weight: normal;
  font-size: 16px !important;
}
.splide__pagination__page {
    background: #000;
}
.thumbnail-images .slick-dots li {
  margin: 0px!important;
}
.wk-acc-body .wk-list li {
  text-align: left;
}
.ups-icons-wrap .ups-icons-div .icon-img {
    width: 50px!important;
}
}

.splide__pagination__page.is-active {
    background: #00132E;
    opacity: 1;
    transform: scale(1.4);
    z-index: 1;
}
.splide__pagination__page {
    background: #000;
}
.prod-image-block-mobile .slick-dots li.slick-active button {
  background: #DAA520!important;
}
.ups-icons-wrap .ups-icons-div h4,
.wk-panel .wk-list li {
  text-align: left;
}
.row.d-flex.flex-row.align-items-start.whats-inside {
    display: none !important;
}
.single-product .slick-prev:after, 
.myModal .slick-prev:after {
    transform: rotate(45deg)!important;
    left: 11px!important;
    top: 13px !important;
}
.wk-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0.15em;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #ffffff!important;
    color: #BE9B49!important;
    font-weight: 800;
    font-size: 16px!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.boost-sd__product-image{
  overflow: visible !important;
}
.boost-sd__product-image-img{
  object-fit: fill !important;   /* keep aspect ratio */
  width: auto !important;
  height: 100% !important;
  max-height: 300px !important;     /* same as wrapper cap */
  margin: 0 auto;
  display: block;
}
/*custom style*/
.product-grid-container span.hs-home-product {
    color: #FFFFFF;
}
.home-hero .lqd-column p.text-white {
    text-align: left;
}
.every-fairy .border-radius-overlay {
    display: block !important;
    width: 100% !important;
    min-width: 240px !important;
    border: 2px solid #d4af37;
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
    background: transparent;
}
.boost-sd__filter-tree-horizontal-option-list.boost-sd__filter-tree-horizontal-option-list--expand {
    /* background: #001336; */
    border-radius: 20px;
}
.boost-sd__filter-option-title {
    /* color: #FFFFFF !important; */
}
header .submenu-wrapper a.submenu-link {
line-height: 1.1 !important;
padding: 8px 20px
}
header .submenu-wrapper a.submenu-link::after {
  width: 6px;
}
header .subsubmenu-wrapper a.subsubmenu-link {
font-size: 14px !important;
height: auto;
line-height: 24px !important;
}
.template-collection .mainn_col .row {
  gap: 0;
}
.template-collection .cloud-search-page-controls__filters-container {
    margin-bottom: 20px;
}
.Whats-inside .splide__track--slide .splide__slide img {
    max-width: 100%;
    height: 100%;
    max-height: 250px;
}
.Whats-inside .splide__list {
    justify-content: flex-start !important;
}