.space-mono-regular {
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-style: normal;
  }
  
  .space-mono-bold {
    font-family: "Space Mono", monospace;
    font-weight: 700;
    font-style: normal;
  }
  
  .space-mono-regular-italic {
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-style: italic;
  }
  
  .space-mono-bold-italic {
    font-family: "Space Mono", monospace;
    font-weight: 700;
    font-style: italic;
  }
  




.formfieldheader
{color:orange;
font-size:1.1rem;
}

body, wrapper {
    min-height:100vh;
  background:#fff; 

 }
 


.main
{
  
   margin-top:0px; 
}



.default
{
background:white;

}


.longword
{

word-wrap: break-word;
}

a 
{
color:#333;

}
.tablerow:hover
{
    cursor:pointer; 
background:#eee;

}

.footer
{
background:#333;
padding-bottom:120px;
color:#FFF;
}





.primary 
{
 color:#E91E63;
}

.primarybackground
{
  background-color:#E91E63;
}

.red 
{
   color:red;  
}

.green
{

   color:green; 
}

.thumbnail 
{
width:150px; 

}

.toptop
{

margin:0px;
color:black; 
font-family:    'Rubik',sans-serif;
font-size:15px; 


}



.middlemenu
{



}


.bottom-menu
{ 

 background-color: #ccc;

}


.header-links
{
display:flex;

}
.header-link{ margin-left:20px;}
.header-link svg 
{
width: 35px;
padding:5px;
}

.header-link-text
{
    font-size:12px; 
    font-weight:bold;
    font-family:    'Rubik',sans-serif;
}





.nav-item a
{

font-size:15px; 
font-weight:bold;
text-transform: uppercase;
}
.gallery-link
{
margin-top:3px; 

}


.gallery-link a
{

  font-size:15px; 
  font-weight:bold;
  text-transform: uppercase;
color:#F16DA2; 
} 

.submenuitem a
{
    color:#ff4e00;
    font-size:1.1rem; 
}

.card-body , .card-title
{
font-family: 'Rubik',sans-serif;
text-align:left;
font-weight:normal; 
}

.card-title 
{
    color:#000;
}

.product-name
{
color:#207ab7;


}

.breadcrumb a
{
text-decoration:none;
}
a
{
text-decoration:none;
}

.add-to-cart-btn
{
    color:white;
    background-color:#ff4e00;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
       -webkit-appearance: none;
        margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
} 

.gallery
{
    width: auto;
    height:320px;
}

.searchform
{
    background:#eee;   
  padding-top:5px;
}



.RightCorneIcon {
    position: absolute;
    left: 35px;
    top: 15px;


}


.monotext
{
    font-family:Space Mono; 

}


.navbar .megamenu{ padding: 1rem; }



.navbar-toggler-icon
{

color:white;
}


.overlay-title
{
color:white;   
}


.bg-grey
{
font-family:Source Sans Pro; 
background:#777; 
background-color:rgba(0, 0, 0, 0.4);
}




.linkcard{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.linkcard:hover {
cursor:pointer; 
opacity:0.75; 

}

.onlymobile 
{
  display:none;
}



.categorycard 
{

  height:300px;
}


.cat-cardcontent
{
  background:white; 
  padding:8px; 
  border-radius: 5px;border: 1px solid rgba(209, 213, 219, 0.3);
  margin-bottom:3px; 
}




.innercard
{
border:1px solid white;height:100%;width:100%;background:none;
}


.textblock
{
border:0px; 
font-family:'Source Sans Pro'; 
font-size:18px; 
}


.onlymobile 
{
  visibility:hidden; 
  display:none; 

}




.navbar
{



}





.nav-item a 
{
    color:#fff; 
}

.dropdown-menu a
{
color:#333;

}


.categoryheader_content
{
  backdrop-filter: blur(6px) saturate(102%);
  -webkit-backdrop-filter: blur(6px) saturate(102%);background-color: rgba(255, 255, 255, 0.45);
  border-radius: 12px;border: 1px solid rgba(209, 213, 219, 0.3);;
  position: absolute;  bottom:10%;
}




.card_content_background
{
  backdrop-filter: blur(6px) saturate(102%);
  -webkit-backdrop-filter: blur(6px) saturate(102%);background-color: rgba(255, 255, 255, 0.45);
  border-radius: 5px;border: 1px solid rgba(209, 213, 219, 0.3);;
  position: absolute;  bottom:2%;
}





.banner {
	height:40vh;
	position:relative;
	width:100%;
	overflow: hidden;
  max-height:600px;

}
.banner video {
    width: 100%;
    position: absolute;
    overflow: hidden;
object-fit:cover;
object-position:center; 

}

.overlay {
    background: #3f51b569;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height:100%;
}







.banner-inner {
    padding: 10% 10%;

}

header{
	position:absolute;
	width:100%;
	top:0;
	z-index:11;
}
.banner-left {

    width: 75%;
    margin: 0 auto;
}


.bannerheader {
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 800;
    line-height: 50px;
    text-shadow: 1px 2px #000;
	margin-bottom:15px;
}

.banner-left p {
    color: #fff;
    letter-spacing: 1.5px;
    line-height: 28px;
	margin-bottom:30px;
    font-size:1.2rem; 

}

.custom-btn {
    width: 100%;
    background: #E91E63;
    color: #fff;
    letter-spacing: 2.5px;
	transition:0.8 ease;
}

.banner-left a {
    background: #e91e63;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    padding: 8px 35px;
    border-radius: 4px;
	transition:0.8 ease;
}

.banner-left a:hover{
	letter-spacing:3px;
	transition:0.8 ease;
}

.custom-btn:hover{
	letter-spacing:3px;
	transition:0.8 ease;
}




.full-banner-light
{
background:white; 
margin-top:30px;
margin-bottom:30px;
padding:30px; 

}

.full-banner-dark
{

background:#ccc; 
color:#333;
margin-top:30px;
margin-bottom:30px;
padding:30px; 
background-size: cover; /* this will cover the entire area of the div */
background-position: center; /* this will center the image in the div */
background-repeat: no-repeat; /* this will prevent the image from repeating */
background-blend-mode: screen; 

}


.cat-card
{
  background:white;
border:0px; 
height:400px;

}

.cat-card-content
{
  position:absolute;
  bottom:-2px;right:0px;
}

.cat-card-title
{
 background:white; 
 font-size:1.3rem; 
}

.block-price
{
font-size:22px;
  position:absolute;
  bottom:-2px;right:0px;
  background:white;
  padding:10px;
  font-weight:bold;
border-left:1px solid #ccc; 
border-top:1px solid #ccc; 


}


.stamp
{
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
  padding:30px;
}

.circle {
  width: 50px; /* Diameter of the circle */
  height: 50px; /* Diameter of the circle */
  background-color: #333;
  color: #333;
  border-radius: 50%; /* Makes the div a circle */
  font-weight:bold;
  /* Center content */
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(2px) saturate(102%);
  -webkit-backdrop-filter: blur(2px) saturate(102%);background-color: rgba(255, 255, 255, 0.45);

  font-size: 20px; /* Adjust size of the number */
}


.section-title
{
  font-family: "Special Elite", system-ui;

}

.portrait
{
  overflow:hidden;
  height:100%; 

}

.product-card
{


background:white; 

box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border:0px; 
transition: all 0.3s; 

}






.menuspacer 
{
  height:140px; 

}



.carousel-inner {
 
}




.carousel-inner img {   

  cursor: zoom-in;
}

.carousel-caption h3 {
  color: #fff !important;  
}

.carousel-caption {
  top: 10%;
}



.item .thumb {
width: 25%;
cursor: pointer;
float: left;
}

.item .thumb img {
width: 100%;
margin: 2px;
}

.item img {
width: 100%;	
}


.Videocontainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-thumbnail:hover  
{

  cursor:pointer; 
}


.product-price
{
  color:black; 
  font-size:22px;
  background:white;

  font-weight:bold;

}


.info-card
{
font-size:1.3rem; 
font-family: "Special Elite", system-ui;
font-weight: 400;

background:lightyellow; 
}


.text-card
{
  
background:white; 
border-radius:0px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border:0px; 
transition: all 0.3s; 

}

.Gallery-Title
{
  min-width:200px; 
font-size:22px;
  position:absolute;
  bottom:-2px;right:0px;
  background:white;
  padding:10px;
  font-weight:bold;


}


.Gallery-Title2
{
  min-width:200px; 
font-size:22px;

  bottom:-2px;right:0px;
  background:white;
  padding:10px;
  font-weight:bold;


}


.book-the-look
{
  color:rgb(162, 103, 113); 
  position:absolute; 
  top:-32px; 
  left:0px; 
  padding:2px; 
  height:25x; 
  backdrop-filter: blur(3px) saturate(86%);
  -webkit-backdrop-filter: blur(2px) saturate(102%);background-color: rgba(255, 255, 255, 0.45);
}


.gallery-card:hover {
  cursor:pointer; 
  opacity:0.75; 
  
  } 

.gallerycontainer2
{
  color:rgb(162, 103, 113); 

 
  height:25x; 
  backdrop-filter: blur(3px) saturate(86%);
  -webkit-backdrop-filter: blur(2px) saturate(102%);background-color: rgba(255, 255, 255, 0.45);

}

.checkoutright
{
background:#ccc;
}



.form-container{
  background-color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-size: 0;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 25px -15px rgba(0, 0, 0, 0.3);
}
.form-container .title{
  color: #000;
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 25px;
}
.form-container .title:after{
  content: '';
  background-color: #00A9EF;
  height: 3px;
  width: 60px;
  margin: 10px 0 0;
  display: block;
  clear: both;
}
.form-container .sub-title{
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.form-container .form-horizontal{ font-size: 0; }
.form-container .form-horizontal .form-group{
  color: #333;
  width: 50%;
  padding: 0 8px;
  margin: 0 0 15px;
  display: inline-block;
}
.form-container .form-horizontal .form-group:nth-child(4){ margin-bottom: 30px; }
.form-container .form-horizontal .form-group label{
  font-size: 17px;
  font-weight: 600;
}
.form-container .form-horizontal .form-control{
  color: #888;
  background: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  height: 40px;
  padding: 6px 12px;
  border-radius: 10px;
  border: 2px solid #e7e7e7;
  box-shadow: none;
}
.form-container .form-horizontal .form-control:focus{ box-shadow: 0 0 5px #dcdcdc; }
.form-container .form-horizontal .check-terms{
  padding: 0 8px;
  margin: 0 0 25px;
}
.form-container .form-horizontal .check-terms .check-label{
  color: #333;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  vertical-align: top;
  display: inline-block;
}
.form-container .form-horizontal .check-terms .checkbox{
  height: 17px;
  width: 17px;
  min-height: auto;
  margin: 2px 8px 0 0;
  border: 2px solid #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: all 0.3s ease 0s;
}
.form-container .form-horizontal .check-terms .checkbox:before{
  content: '';
  height: 5px;
  width: 9px;
  border-bottom: 2px solid #00A9EF;
  border-left: 2px solid #00A9EF;
  transform: rotate(-45deg);
  position: absolute;
  left: 2px;
  top: 2.5px;
  transition: all 0.3s ease;
}
.form-container .form-horizontal .check-terms .checkbox:checked:before{ opacity: 1; }
.form-container .form-horizontal .check-terms .checkbox:not(:checked):before{ opacity: 0; }
.form-container .form-horizontal .check-terms .checkbox:focus{ outline: none; }
.form-container .signin-link{
  color: #333;
  font-size: 14px;
  width: calc(100% - 190px);
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
}
.form-container .signin-link a{
  color: #00A9EF;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}
.form-container .signin-link a:hover{ text-decoration: underline; }
.form-container .form-horizontal .signup{
  color: #fff;
  background: #00A9EF;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 160px;
  padding: 8px 15px 9px;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
}
.form-container .form-horizontal .btn:hover,
.form-container .form-horizontal .btn:focus{
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
  box-shadow: 3px 3px rgba(0,0,0,0.15),5px 5px rgba(0,0,0,0.1);
  outline: none;
}
@media only screen and (max-width:479px){
  .form-container .form-horizontal .form-group{ width: 100%; }
  .form-container .signin-link{
      width: 100%;
      margin: 0 10px 15px;
  }
}


.category-description
{
font-size:1.1rem; 
}

