/* parsley.css */
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}
.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
.parsley-errors-list.filled {
  opacity: 1;
}
/*    /parsley.css */


/* ui-util */
@keyframes spinner {
    to {transform: rotate(360deg);}
} 
/* =====================================================================
  BS5 â†’ BS4 compatibility: .form-select alias for .custom-select
  web_v1â€“v10 load Bootstrap 4 CSS (style.css) which has no .form-select.
  Cart and checkout use the BS5 class, so we replicate the styling here.
   ===================================================================== */
.form-select {
  display: inline-block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 5px rgba(128,189,255,.5);
}
.form-select:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 15em;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 5px solid #eb2556;
  border-right: 5px solid transparent;
  animation: spinner .6s linear infinite;
}
/*     /ui-util */




/* blocked_user_alert */
.floating-alert-top .icon {
  font-size: 0px;
  height: 0px;
  width: 0px;
  margin-left: -150px;
}
.floating-alert-top {
  position: fixed;
  top: 0px !important;
  right: 0;
  width: 100%;
  min-width: 100%;
  z-index: 9999;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  z-index: 99 !important;
}
.floating-alert-top .close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid transparent;
  background-color: transparent;
}
/*    /blocked_user_alert */




/* responsive-new */
.menuProductInner {
	height: calc(100vh - 260px);
}
body .customFixBar .menuProductInner {
	padding-bottom: 30px !important;
}
@media (max-width: 1199px) {
	.menuProductInner {
		height: calc(100vh - 335px);
	}
	body .customFixBar .menuProductInner {
		padding-bottom: 30px !important;
	}
	.sProImgCol {
		margin-bottom: 10px;
	}
	.customFixBar:not(.editviewPage) .sProImgCol {
		width: 400px;
	}
}
@media (max-width: 991px) {
	.topLinksSwiper {
		top: 74px;
	}
	.topLink {
		font-size: 15px;
	}
	.menuPageContent .fixedCenterScroll .menuSection {
		top: 116px;
	}
	.menuProductInner {
		height: calc(100vh - 320px);
	}
	.editviewPage .menuProductInner {
		height: calc(100vh - 290px);
	}
	.customFixBar:not(.editviewPage) .sProImgCol {
		width: 100%;
	}
	
	.menuPageContent .fixedCenterScroll {
		padding-top: 0px;
	}
}
@media (max-width:767px) {
	.customFixBar .totalPriceColumn.offCanvasDetail, .customFixBar.editviewPage .totalPriceColumn {
		position: fixed;
		bottom: 40px;
	}
	.menuProductInner {
		padding-bottom: 110px;
	}
	.customFixBar.editviewPage .menuProductInner {
    height: initial !important;
  }
	.customFixBar.editviewPage form[data-ajax-form="addToCartProductChoice"] {
		overflow: initial;
		max-height: initial;
	}
	.customFixBar.editviewPage .backToMenu {
		top: 75px;
	}
	body .menuProductInner {
		height: calc(100vh - 210px);
	}
}
@media (max-width: 480px) {
  .topLinksSwiper {
    margin-bottom: 0;
  }
  body .menuProductInner {
    height: calc(100vh - 180px);
  }
}
@media (max-width:1199px) {
	.editviewPage .menuProductInner {
    height: initial;
  }
  .editviewPage .totalPriceColumn.viewPriceBtn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 70px;
    z-index: 9;
  }
  .customFixBar.editviewPage ~ footer .footerBtmCol {
    padding-bottom: 140px;
  }
  /* customize modal */
	#product_deatils_div.singleProductSlideCol {
		overflow-y: auto;
	}
	body .singleProductSlideCol .customFixBar .menuProductInner {
		height: initial;
		overflow: initial;
	}
	.singleProductSlideCol .customFixBar .totalPriceColumn {
		position: sticky;
		bottom: 0;
		padding-bottom: 70px;
		padding-top: 10px;
		margin: 0;
	}
	.singleProductSlideCol .customFixBar form[data-ajax-form="addToCartProductChoice"] {
		max-height: initial;
		overflow: initial;
	}
	body .customFixBar .menuProductInner {
		padding-bottom: 20px !important;
	}
}
@media (max-width: 767px) {
	.editviewPage .totalPriceColumn.viewPriceBtn {
    padding-bottom: 55px;
  }
	.singleProductSlideCol .customFixBar .totalPriceColumn {
		padding-bottom: 70px;
	}
}
@media (max-width: 480px) {
  .customFixBar.editviewPage .backToMenu {
    top: 70px;
  }
}
/*   /responsive-new */