/** Shopify CDN: Minification failed

Line 166:0 Unexpected "}"
Line 281:84 Unexpected "/"

**/
/*Password landing page - Password form*/
@media (max-width:700px){
	#enter-the-pwd, .password-error{
		width:92vw !important;
		max-width:92vw  !important;
	}
  #inline-password-form{
    margin-left:0px !important;
    margin-right:0px !important;
  }
  .errors{
    margin-top:8px !important;
    margin-bottom:10px !important;
  }
}
@media (min-width:769px){
#enter-the-pwd {
	width:407px;
	max-width:407px;
}	
}
@media (max-width: 1023px) and (min-width: 768px) {
    .storefront-password-form {
        position: relative;
        left: 50% !important;
        transform: translateX(-50%);
        width: 60%;  /* Adjust width for medium screens */
        top: 90%;
    }
}
@media (max-width: 1920px) and (min-width: 1024px) {
    .storefront-password-form {
        position: relative;
        left: 50% !important;
        transform: translateX(-50%);
        width: 45%; /* Make the width similar to the waiting list form */
    }
}
/*Password landing page - Password form*/
.storefront-password-form{
	position:absolute;
	left:39.6%;
	top:95%;
}
/*Media Query*/
@media (max-width:700px){
	.storefront-password-form{
		top:25% !important;
		left:auto;
	}
	#inline-password-form{
		width:370px !important;
	}
}
/*Media Query*/
.modal__close, .js-modal-open-login-modal{
	display:none !important;
}
#inline-password-form .password__form-heading{
	color:white !important;
	margin-bottom:10px !important;
}
@media (max-width:1024px){
  body #show-password-form{
    width:100% !important;
  }
}
.template-password .input-group input[type=password]{
	text-align:center !important;
	font-size:10px !important;
	letter-spacing:2px !important;
}
/*Passsword Page Code*/
#show-password-form{
	width:400px !important;
}
#show-password-form:hover, #inline-password-form button:hover, .password__input-group button:hover{
	background-color:black !important;
	color:white !important;
	border:1px solid #FFFFFF !important;
	opacity: 1 !important;
}
#inline-password-form{
	  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
/*Passsword Page Code*/
/* Remove theme's default hover-open behaviour */
.site-nav__dropdown {
  display: none !important;
  pointer-events: none !important;
  opacity: 0 !important;
  /* transition: opacity 0.3s ease !important; */
  margin-top:12px !important;
}

/* Show on click only */
.site-nav__dropdown.active-dropdown {
  display: block !important;
  pointer-events: auto !important;
  opacity: 1 !important;
}
.mobile-nav__item button, .mobile-nav__table a{
   font-family: 'CustomFont' !important;
   text-transform:uppercase !important;
}
table thead th{
	font-family: 'CustomFont' !important;
}
.footer-logo img{
    display: none !important;
}
@font-face {
    font-family: 'CustomFont';
    src: url('/cdn/shop/files/vipnagorgialla_rg.ttf?v=1741865665') format('truetype');
    font-weight: 400 !important;
    font-style: normal;
}

body, h1, .btn, select {
    font-family: 'CustomFont', sans-serif !important;
    font-weight: 400 !important;
    text-transform:uppercase !important;
    letter-spacing:2px !important;
}
input[type=number]{
    font-family: 'CustomFont', sans-serif !important;
    font-weight: 400 !important;
    text-transform:uppercase !important;
    letter-spacing:2px !important;
}

/*password*/

/* @media(min-width:769px){
  /* .password-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'CustomFont', sans-serif !important;
  font-weight: 400 !important;
  text-transform:uppercase !important;
  letter-spacing:2px !important;
} */

.password-logo {
  flex: 1;
  text-align: center;
}

.password-logo img {
  display: inline-block;
}

.js-modal-open-login-modal {
  flex: none;
}

} */
@media(max-width:768px){
  .password-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.password-logo {
  flex: 1;
  text-align: justify;
}

.password-logo img {
  display: inline-block;
}

.js-modal-open-login-modal {
  flex: none;
}

}

 
.template-password  .password-inner .password-logo{
  display:none;
}
 .template-password .password-logo img {
     margin-bottom: 0px !important;
  padding-top: 11px !important;
}
 
.template-password .password-modal__content .btn {
    background-color: #000 !important ;
    color: #fff !important;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}


.template-password .storefront-password-form{
  margin-top:1rem !important;
}

.template-password .contact-form .btn:hover{
    background-color: #000 !important ;
    color: #fff !important;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
  border:1px solid #fff !important;
}


.template-password .js-modal-open-login-modal{
  background:#000 !important;
  color:#fff !important;
}
.password-main__inner {
    padding:0 !important; 
}

body,html{
  overflow-x:hidden !important;
}
@media(min-width:769px){
  .password__input-group {
    position: relative;
    max-width: 400px;
    width: 400px;
}
  .template-password .contact-form{
  position:relative;
      width: 76%;
} 
  .password__input-group span.input-group__btn {
     display: inline-flex; 
     margin-top:0px !important;
     text-align: center;
     width: 129px !important;
}

  .password__input-group{
  display:flex !important
}
}
.template-password .main-content {
    padding-top: 0px !important;
}

.template-password .site-header__logo{
  text-align:center !important;
}

.template-password .page-width .grid{
      display: flex !important;
    flex-direction: row-reverse !important;
      justify-content: center;
}

.template-password #AccessibleNav,.template-password .site-header__icons-wrapper,.template-password .site-header__icons{
  order:-1 !important;
  display:none;
}

.template-password {
    height: 50vh; 
}
/* .password-logo { margin-left: -14%; } */
/* .template-password .password-main1 {
    background-image: url(/cdn/shop/files/WhatsApp_Image_2025-03-05_at_11.50.54.jpg?v=1742295237);
    background-size: cover;
    background-position: center;
    height: 100vh; /* Sets the height to 100% of the viewport height */
    /* width: 100vw;  /* Optionally set the width to 100% of the viewport width */ */
 }
 */
.template-password .password-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.template-password .password-message {
    color: white;
    font-size: 1.2em;
    margin-bottom: 10px;
    text-align: center;
    max-width: 100% !important; 
}

.template-password .password-logo img {
    max-width: 200px;
    margin-bottom: 20px;
}

.template-password .contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.template-password .input-group__field {
    padding: 10px;
    margin-bottom: 10px;
    margin-right:7px;
}

.template-password .btn {
    background-color: #fff ;
    color: #000;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-family: 'CustomFont', sans-serif !important;
}

.template-password .btn:hover {
    background-color: #0056b3;
}

#show-password-form {
  background: transparent;
  color: #fff;
  border: 1px solid;
  margin-top: 0 !important;
}
/*end*/

/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:wght@600&display=swap');

* {
    font-family: 'Roboto Flex', sans-serif !important;
    font-weight: 600 !important;
} */


.left-logo:before {
    content: "LAZACCI";
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    top: 50%;
    transform: translate(30px,-50%);
}

.left-logo img {
    display: none;
}
.news-right-content {
    padding-top: 18px !important;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,.5);
    box-shadow: 0 0px 0px rgba(0,0,0,.5);
}

.fancybox-skin {
    position: relative;
    background: #fee500;
    color: #000;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  	padding: 0 !important;
}
.fancybox-wrap { width:700px !important; }

.fancybox-inner { width:100% !important; }

.coming-soon {
    width: 100%;
    text-align: center;
    margin: 25px 0 15px;
    background: #eaeaea;
    color: #868686;
    font-size: 20px;
    padding: 15px;
    text-transform: uppercase;
}

.left-logo {
  float:left;
  width: 109px;
  height: auto;
  padding-bottom: 10px;
}

.news-right-content {
  float: left;
  width: 84%;
  text-align: center;
  padding-top: 35px;
}

#subs-container input#contact_email {
    font-size: 10px;
    background: transparent;
    border-radius: 0;
    width: 418px;
}
#subs-container input.submit{
    background: rgba(0,0,0,1) !important;
  	color: rgba(255,229,0,1);
  	border-radius:0px;
}
.promo-text { font-size:8px; font-weight:600; margin-bottom:14px; }

.password-inner h1 { color: #000; font-family: serif; font-size: 22px; }

.password-page.text-center { background-image: none; }

.site-nav a { 
  text-transform: uppercase; 
  font-size: 10px; 
  letter-spacing:2px !important;
  color: #000;
  padding: 3px 15px;
}

.site-nav { margin:21px 0 0; }

.site-nav a:hover {
    color: #979897;
    transition: color 0.4s ease 0s;
    opacity: 1;
}

a.site-header__cart {
    position: relative;
    margin: 24px 0 0;
    display: inline-block;
    transform: none;
    padding: 0;
    font-size: 10px;
    text-transform: uppercase;
    color: #000;
}

.shipping-box table { font-size: 10px; margin-bottom: 0; } 

li.site-nav--active a {
    color: #979897;
    transition: color 0.4s ease 0s;
    opacity: 1;
}

header { padding: 20px 0; }

.site-nav__dropdown { 
  border:0px; 
  top: 13px;
  max-width: 100%;
  width: 100%;
  left: 0px;
  text-align:center;
}

/* .site-nav--has-dropdown .site-nav a:hover .site-nav__dropdown { display:block !important; }

li.site-nav--has-dropdown:hover .site-nav__dropdown {
    display: block !important;
  	cursor:pointer;
} */

.site-nav__dropdown li { display:inline-block; }

.site-nav__dropdown a { color: #000 !important; }

.site-nav__dropdown a:hover { 
  color: #979897 !important;
  transition: color 0.4s ease 0s !important;
  opacity: 1 !important;
}

.site-nav__link .icon-chevron-down { display:none; }

.footer-logo {
    line-height: normal;
}

.site-footer__copyright-content {
  font-size: 8px;
  padding-right: 0;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}

.site-footer { margin: 20px 0 30px; }

button#Subscribe { border-radius:2px; }

span.input-group__btn {
    display: inline-block;
    margin-top: 0px;
    text-align: center;
    width: 100%;
}

.input-group__field { 
  max-width: 70%;
  margin: 0 auto;
  border-radius:2px !important; 
  border: 1px solid #e8e9eb;
}

p.regarding-text {
    text-align: center;
    font-size: 10px;
    color: #000;
  	margin-bottom:12px;
}

label.h4.text-center { font-size: 10px; color: #000; margin-bottom: 12px; }

form#contact_form input { font-size: 10px; font-family: 'CustomFont', sans-serif !important; text-transform:uppercase !important; letter-spacing:2px !important;}

form#contact_form textarea { font-size: 10px; font-family: 'CustomFont', sans-serif !important; text-transform:uppercase !important; letter-spacing:2px !important;}

.form-vertical [type="submit"], .form-vertical .btn {
    display: block;
    width: auto;
    margin: 0 auto;
}

textarea#ContactFormMessage::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
textarea#ContactFormMessage::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
textarea#ContactFormMessage:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
textarea#ContactFormMessage:-moz-placeholder { /* Firefox 18- */
  color: black;
}

.faq-conten-box {
    max-width: 630px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #000;
}

.faq-conten-box p {
    color: #000;
    font-size: 10px;
}

nav.breadcrumb {
  margin-bottom: 30px;
  font-size: 10px;
}

nav.breadcrumb span:last-child { opacity: .5; }

.shipping-box {

    padding: 20px;
    background: rgba(204, 204, 204, 0.10);
}
.shipping-box p { font-size: 10px; }

.shipping-box h3.title {
    font-size: 10px;
    color: #000;
    font-weight: 600;
}

span#CartCount { color: #0057c2; }

.product-form__item--submit {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
}

.product-single__meta { font-size: 10px; font-family: 'CustomFont', sans-serif !important; color:#000; letter-spacing:2px !important; }

.product-single__title { font-size:10px; font-family: 'CustomFont', sans-serif !important; text-transform:uppercase; letter-spacing:2px !important; }

.product-form__cart-submit { line-height: 1.9; border-radius:0px; font-size: 10px; }

input#Quantity { border: 1px solid #c9c9c9; }

.product-single__vendor { color: #000; }
.h4.grid-view-item__title {
    display: none;
}

.grid-view-item__meta { display:none; }

.filters-toolbar-wrapper { display:none; }

header.collection-header { display: none; }

.product-price__price { font-size:12px; }

.shipping-box li { font-size: 10px; color: #000; }

.return-link-wrapper { display:none; }

.site-header__account { display:none; }

@media only screen and (min-width: 750px) {
  
  .footer-logo img {  width: 40px; }
  
  .product-single__thumbnails-item {
    width: 90px;
    float: left;
  }
  
	.site-footer__social-icons, .site-footer__copyright { margin-top: 0px; line-height:normal; }
  
  .product-single__thumbnail { width:90px; height:90px; }
  
}
@media only screen and (max-width: 750px) {

header .page-width { padding: 0; }
  .mobile-nav-wrapper.js-menu--is-open {
    display: block;
    top: 350px;
    z-index: 1 !important;
}
  
  a.site-header__cart { margin:6px 6px 0 0; }
  
  header { padding: 10px 0; }
  .site-footer__copyright {
    margin-top: 10px;
}
}

@media only screen and (max-width: 750px) and (min-width: 440px)  {
.shipping-box td {
    width: 16.6666%;
}
  .fancybox-wrap { width:400px !important; }
  
  .left-logo {
    float: left;
    width: 100%;
    height: 109px;
}
  .news-right-content {
    float: none;
    width: 84%;
    text-align: center;
    padding-top: 30px;
    margin: 0 auto;
    padding-bottom: 30px;
}
  
  #subs-container input#contact_email { width:auto; }
  
}

@media only screen and (max-width: 439px)  {
	.shipping-box td {
    width: 100%;
	display:inline-block;
}
  
  .fancybox-wrap { width:auto !important; }
  
  .left-logo {
    float: left;
    width: 100%;
    height: 109px;
}
  .news-right-content {
    float: none;
    width: 84%;
    text-align: center;
    padding-top: 30px;
    margin: 0 auto;
    padding-bottom: 30px;
}
  
  #subs-container input#contact_email { width:auto; margin-bottom: 10px; }
  
}

.fancybox-close {
    background-image: url(/cdn/shop/t/1/assets/close.png);
    background-repeat: no-repeat;
    background-position: 17px 4px;
    background-size: 12px;
    top: 0 !important;
    right: -1px !important;
}
p.promo-text {
    font-weight: normal;
}
#subs-container input#contact_email {
    font-size: 8px;
    background: transparent;
    border-radius: 0;
    padding: 11px 0 11px 8px;
}
.main-content {
    min-height: 700px;
}
.site-header__logo-image {
    display: inline-block;
}
.site-nav__link .icon-chevron-down {
    display: inline-block;
    width: 6px;
    height: 6px;
    top: -1px;
    position: relative;
}
.site-nav__dropdown li {
    width: auto;
}
.site-nav--has-dropdown{position:static;}
.site-nav__dropdown {
    border: 0px;
    top: 13px;
    max-width: 100%;
    width: 100%;
    left: 0px;
    height: 0;
   
    padding: 0;
    transition: all 1s;
  display: block !important;
}
li.site-nav--has-dropdown:hover .site-nav__dropdown {
  cursor: pointer;
  padding:11px 0px 11px 0;
  height: auto;
}
label.currency-picker__wrapper {
    margin-left: 20px;
}
@media only screen and (max-width: 768px)  {
.footer-logo img {
    max-width: 50px;
}
}

li.site-nav--has-dropdown:hover .site-nav__dropdown {
    padding: 0px !important;
    /* margin-top: 5px; */
}

/* fancy box hide */

.fancybox-overlay{
  display:none !important;
}
/* end fancy box hide */

.password-inner {
  text-align:center;
  top: 35vh;
}
.password__input-group .input-group__field{
  max-width:100% !important;
  font-family: 'CustomFont' !important;
  text-transform:uppercase !important;
  letter-spacing: 2px !important;
}
.password__form-heading {
    margin-bottom: 0px !important;
    font-family: 'CustomFont' !important;
}