html{
overflow-x:hidden;
}
body{
	font-family: 'Quicksand', cursive;
	font-weight: 400;
	margin-top:80px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Quicksand', cursive;
	 font-weight: 700;
}
.hand{
	font-family: 'Quicksand', cursive;
	font-weight: 600;
}
.container-semi-fluid, .container-semi-xl, .container-semi-lg, .container-semi-md, .container-semi-sm {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#on-the-top{
	display:grid;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background-color:#FFF;
	z-index:9999;
	place-items:center;
}
.extra-margin-top-global-msg{
	margin-top:90px;
}
.overflow{
	overflow:hidden;
}
.container h2{
	text-align:center;
	color:#f1475c;
   /* background: url(../img/separator.png) no-repeat;
    background-position: center bottom;
    background-size: 300px; */
}
.dropdown-offset{
	left:-80px;
}
.dropdown-menu{
	font-size:1em;
	box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, 0.1);
		background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,245,251,1) 0%, rgba(255,255,255,1) 50%);
}
.dropdown-item{
	padding:5px 20px;
}
.dropdown-item:hover{
	color:#e5b7d2;
	background-color:#FFF;
}
body,input,.form-control,.btn{
	font-size:0.9rem;
}
p,div{
	line-height:24px;
}
.text-small{
	font-size:0.75em;
}
.navbar {
	background-color:#f9f9f7!important;
}
.btn-facebook{
	color:#fff;
	background-color:#3b5998;
}
.btn-facebook:hover{
	color:#e0e7f3;
	background-color:#5174bb;
}
.btn-secondary-alt {
    color: #fff;
    background-color: transparent;
    font-weight:bold;
	border:2px solid #FFF;
	text-transform:uppercase;
	letter-spacing: 4px;
	padding:10px;
}
.btn-secondary-alt:hover {
    color: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,0.5);
}
.btn-big{
	font-size:1.2em;
	padding: 0.5em 1em;
		 font-weight: 700;
}
.focus{
	border:2px solid #0F0;
}

.square-to-circle{
	border-radius: 999px;
}
.logo{
	max-height:4.2em;
	transition: max-height 0.2s ease;
	border-radius: 90px;
}
.logo-borders{
	max-height:3.2em;
	transition: max-height 0.2s ease;
}
.text-shadow-soft{
	text-shadow: 0px 1px 6px rgba(0,0,0,0.30);
}
.collection-preview-link{
	color:#FFF;
	font-size:1.3em;
	text-decoration:none;
}
.collection-preview-link:hover{
	color:rgba(255,255,255,0.65);
	text-decoration:none;
}

.collection-preview{	
  height:160px;
  display:grid;
  place-items:center;
  overflow:hidden;
  padding:10px;
}
.collection-preview a{
	display:block;
	color:#FFF;
	font-size:1.3em;
}
.no-stock span{
	 text-decoration: line-through;
	 color:#CCC;
}
.no-stock {
	 color:#999;
}
.stock-0 {
	opacity:0.6;
}
.no-av{
	text-decoration: line-through;
	 color:#CCC;
}
.navbar-margin-from-top{
	padding-top:100px;
}
.footer{
	padding-top:50px;
	background-color: #f9f9f7;
}
.hvr-alpha{
	opacity:1;
	transition: opacity 0.2s ease;
}
.hvr-alpha:hover{
	opacity:0.7;
	transition: opacity 0.2s ease;
}
.breadcrumb{
	background-color:#fffcfd;
}
.roundest{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.roundest-bottom{
	-webkit-border-radius: 0 0 10px 20px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.roundest-max{
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
}

.top-msg{
	position:fixed;
	top:0;
	width:100%;
	height:60px;
	line-height: 60px;
	text-align: center;
	padding:0 10px;
	font-size:0.8em;
	z-index:99999;
	overflow:hidden;
	
}
.top-msg span{
 display: inline-block;
  vertical-align: middle;
  line-height: normal;
	
}
.top-msg-margin{
	margin-top:60px;
}
.share-fb{
	color:#fff;
	background-color:#395693;
}
.share-wa{
	color:#fff;
	background-color:#00a600;
}
.share-fb:hover{
	color:#fff;
	background-color:#6685c4;
}
.share-wa:hover{
	color:#fff;
	background-color:#26cc64;
}
#mainNav {
	font-weight: 700;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,245,251,1) 0%, rgba(255,255,255,1) 50%);
}
#mainNav .navbar-nav .nav-item .nav-link {
    color: #29458f;
    font-size: 0.9rem;
    padding: 0.75rem 0;
	/*text-transform: uppercase;*/
}
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #e5b7d2;
}

.carousel .carousel-item {
  height: 200px;
  max-height:90vh;
}
.carousel-item img {
    position: absolute;
    object-fit:cover;
    top: 0;
    left: 0;
	max-height:100vh;
}
.carousel-indicators > li {
  border-radius: 50%;
  width:10px!important;
  height:10px!important;
  margin:0 10px;
}
.text-meme{
	color:#fff;
	text-shadow: 2px 4px 0px rgba(0,0,0,0.4),-2px -2px 0px rgba(0,0,0,0.05);
	font-size:3em;
	}
	
.sticky-top{
		top:200px !important;
}
 .event-main-image{
	 max-height:350px;
    object-fit: cover;

 }
 
 .page-section {
  padding: 6rem 0;
}

 .page-section-divider{
	 border-bottom:5px dotted #fcebed;
 }
 
.card {
  position: relative; 
  background-color:transparent;
  border:none;
  
}

.card-body {
  z-index: 2;
  position: absolute;
  right: 15px;
  bottom: 0;
  left: 15px;
  color:#FFF;
  /*background-color:#FFF;*/
text-shadow: rgb(120, 120, 120) 2px 0px 0px, rgb(120, 120, 120) 1.75517px 0.958851px 0px, rgb(120, 120, 120) 1.0806px 1.68294px 0px, rgb(120, 120, 120) 0.141474px 1.99499px 0px, rgb(120, 120, 120) -0.832294px 1.81859px 0px, rgb(120, 120, 120) -1.60229px 1.19694px 0px, rgb(120, 120, 120) -1.97998px 0.28224px 0px, rgb(120, 120, 120) -1.87291px -0.701206px 0px, rgb(120, 120, 120) -1.30729px -1.5136px 0px, rgb(120, 120, 120) -0.421592px -1.95506px 0px, rgb(120, 120, 120) 0.567324px -1.91785px 0px, rgb(120, 120, 120) 1.41734px -1.41108px 0px, rgb(120, 120, 120) 1.92034px -0.558831px 0px;
  backdrop-filter: blur(2px);
}


.card-body-alt {
  z-index: 2;
  position: absolute;
  right: 35px;
  top: 15px;

  color:#f1475c;
  	text-shadow: 1px 1px 0px rgba(255,255,255,0.8),-1px -1px 0px rgba(255,255,255,0.8),1px -1px 0px rgba(255,255,255,0.8),-1px 1px 0px rgba(255,255,255,0.8);
}

.card-img-top{
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
}

.desaturate{
	/*filter: none;
    -webkit-filter: grayscale(50%);
    -moz-filter:    grayscale(50%);
    -ms-filter:     grayscale(50%);
    -o-filter:      grayscale(50%);*/
	opacity: 0.8;
}
.pal_01 {
	color:#fbd5dc;
}
.pal_02 {
	color:#e5b7d2;
}
.pal_03 {
	color:#d1afbf;
}
.pal_04 {
	color:#205025;
}
.pal_05 {
	color:#f1475c;
}
.pal_06 {
	color:#fbca46;
}
.pal_07 {
	color:#c3c2c2;
}
.pal_08 {
	color:#29458f;
}
.pal_bg_01 {
	background-color:#fbd5dc;
}
.pal_bg_02 {
	background-color:#e5b7d2;
}
.pal_bg_03 {
	background-color:#d1afbf;
}
.pal_bg_04 {
	background-color:#205025;
}
.pal_bg_05 {
	background-color:#f1475c;
}
.pal_bg_06 {
	background-color:#fbca46;
}
.pal_bg_07 {
	background-color:#c3c2c2;
}
.pal_bg_08 {
	background-color:#29458f;
}
.pal_border_01 {
	border-color:#fbd5dc;
}
.pal_border_02 {
	border-color:#e5b7d2;
}
.pal_border_03 {
	border-color:#d1afbf;
}
.pal_border_04 {
	border-color:#205025;
}
.pal_border_05 {
	border-color:#f1475c;
}
.pal_border_06 {
	border-color:#fbca46;
}
.pal_border_07 {
	border-color:#c3c2c2;
}
.pal_border_08 {
	border-color:#29458f;
}
#toTop{
	position:fixed;
	bottom:30px;
	right:30px;
	display:block;
	width:70px;
	height:70px;
	background-color:#fbd5dc;
	z-index:9999;
	font-size:2rem;
	text-align: center;
	border-radius:9999px;
	border:4px solid #fff;
}
#toTop i{
	margin-top: 15px;
	color:#FFF;
}

.this-month{
	position:absolute;
	top:10px;
	right:25px;
	display:block;
	background-color:#fcfcfc;
	width:auto;
	height:30px;
	line-height:0.5rem;
	padding:8px;
	font-size:0.8rem;
	border-radius:15px;
	background-color:#f1475c;
	color:#fff;
	border:2px solid #fff;
}

.card-box{
	min-height:350px;
	background: url(../../pictures/loading-spinner.gif) no-repeat center center;
	background-size:30%;
}
.d-grid{	
	display:grid;
	place-items:center;
	font-size:0.9rem;
	font-weight:bold;
}
.badge-mid{
	text-shadow:none;
}
@media (min-width: 992px) {
	body{
		margin-top:60px;
	}

	.only-phone{
		display:none;
	}
	#mainNav .navbar-nav .nav-item .nav-link {
		color: #29458f;
		padding: 0 1rem;
		font-size:1.2em;
	}
	
	#mainNav.navbar-scrolled {
		background-color: #fff;
	}
	.collection-preview{	
	  height:240px;
	}
	
	.carousel .carousel-item {
	  height: 100vh;
	}

}
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
	
	.no-expand, .no-expand *
	{
		max-width:100px !important;
	}
}