body,*{
	margin: 0;
	font-family: 'Manrope-Regular';
}

html {
  scroll-behavior: smooth;
}

.ManropeLight {
	font-family: 'Manrope-Light' !important;
}

.ManropeRegular {
	font-family: 'Manrope-Regular' !important;
}

.ManropeMedium {
	font-family: 'Manrope-Medium' !important;
}

.ManropeSemiBold {
	font-family: 'Manrope-SemiBold' !important;
}

.ManropeBold {
	font-family: 'Manrope-Bold' !important;
}

.font10 {
	font-size: 10px;
}

.font12 {
	font-size: 12px;
}

.font13 {
	font-size: 13px;
}

.font14 {
	font-size: 14px;
}

.font15 {
	font-size: 15px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font22 {
	font-size: 22px;
}

.font25 {
	font-size: 25px;
}

.w-10 {
	width: 10% !important;
}

.w-15 {
	width: 15% !important;
}

.w-20 {
	width: 20% !important;
}

.w-30 {
	width: 30% !important;
}

.w-35 {
	width: 35% !important;
}

.w-40 {
	width: 40% !important;
}

.w-45 {
	width: 45% !important;
}

.w-55 {
	width: 55% !important;
}

.w-60 {
	width: 60% !important;
}

.w-65 {
	width: 65% !important;
}

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

.w-80 {
	width: 80% !important;
}

.w-85 {
	width: 85% !important;
}

.w-90 {
	width: 90% !important;
}

.w-95 {
	width: 95% !important;
}

.offWhite {
	color: #ebebeb !important;
}

.dNone {
	display: none;
}

a {
	text-decoration: inherit;
}

.fit-cover {
	object-fit: cover;
}

.width-fit-content {
	width: fit-content !important;
}

.cursor-pointer {
	cursor: pointer;
}

.lightShadow {
	box-shadow: 0 .5rem 1rem rgb(0 0 0 / 5%) !important
}

.radius10 {
	border-radius: 10px !important;
}

.radius0 {
	border-radius: 0px !important;
}

.blackCheckbox .form-check-input:checked {
	background-color: #000;
	border-color: #000;
}

.overflow-x-auto {
	overflow-x: auto;
}

.line-height-30 {
	line-height: 28px;
}

.section-padding-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-padding-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-padding-bottom-100 {
	padding-bottom: 100px;
}

.section-padding-bottom-50 {
	padding-bottom: 50px;
}

.section-padding-top-50 {
	padding-top: 50px;
}

.top-section-padding {
	padding-top: 15px !important;
}

.list-style-none li {
	list-style: none !important;
}

.display-inline li{
	display: inline;
}

.align-middle {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.vertical-align {
	vertical-align: middle;
}

.blackRGBA {
	background: rgb(0, 0, 0, 0.6);
	height: 100%;
}

a {
	color: inherit !important;
}

input, select, textarea {
	border-radius: 0 !important;
}

input:focus, .btn:focus, select:focus, textarea:focus {
	border-color: #000 !important;
	box-shadow: inherit !important;
}

.hoverBlack:hover {
	color: #000 !important;
	transition: 0.4s;
}

.hoverBlack {
	transition: 0.4s;	
}

.blackTransparentBtn {
	border: solid 1px #000;
	border-radius: 0px !important;
	padding: 5px 20px;
	transition: 0.5s;
}

.blackTransparentBtn:hover {
	background: #000;
	color: #fff !important;
	transition: 0.5s;
}

.blackDarkBtn, .lightBtn {
	background: #000;
	color: #fff !important;
	border: solid 1px #000;
	border-radius: 0px;
	padding: 5px 20px;
	transition: 0.5s;
}

.mobileHeader {
	display: none;
}

.lightBtn {
	background: #fff !important;
	color: #000 !important;
}



/* Header */

header {
	position: sticky;
	z-index: 99;
	width: 100%;
	top: 0;
	background: #fff;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}

.topSearchOuter {
	border: solid 1px;
	border-radius: 10px;
	height: 35px;
}

.webSearchBar {
	height: 36px !important;
	margin-top: 2px;
	width: 300px;
}

.webSearchBar input:focus {
	border: 0 !important;
	outline: none !important;
}

.webSearchBar .searchIcon {
	padding-top: 6px;
	border-left: solid 1px #dee2e6;
}


/* Mega Menu */

.megaMenuOuter {
	background: #fff;
	z-index: 999;
	left: 0;
	width: 100%;
	border-top: solid 3px #000;
}

.megaMenuOuter ul li {
	line-height: 26px;
	font-size: 14px;
}

.megaMenuOuter li:hover a {
	color: #000 !important;
}

.scrollOuter {
  position: relative;
}

.scrollOuter .scroll-box {
  width: 100%;
  max-height: 290px;
  overflow-y: scroll;
}

.scroll-box::-webkit-scrollbar {
  width: .4em; 
}

.scroll-box::-webkit-scrollbar,
.scroll-box::-webkit-scrollbar-thumb {
  overflow:visible;
  border-radius: 4px;
}

.scroll-box:hover::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.2); 
}

#megaMenu, #userMegaMenu {
	display: none;
}

.navCategories .cat:hover {
	background: #fff !important;
}

.navCategories .cat:hover .nav-link {
	color: #000 !important;
}

.navCategories .inheritPlanogram:hover {
	background: inherit !important;
}

.navCategories .cartIcon:hover {
	background: inherit !important;
}

.navCategories .cartIcon:hover .nav-link {
	color: #000 !important;
}

.navCategories .cartIcon .count {
	width: 25px;
	height: 25px;
	border: solid 1px;
	border-radius: 5px;
	padding-top: 2px;
	background: #000;
}

.userMegaMenu {
	top: 69px;
	left: -40px;
	min-width: 140px;
}

.userMegaMenu ul li {
	font-size: 14px !important;
	line-height: 28px !important;
}

.userMegaMenu ul li:hover {
	background: #eee;
}

/* 3rd-level menu spacing */
#menu .ps-5 {
  padding-left: 2.5rem; /* Adjust as needed */
}

/* Rotate icon transition */
.megaMenuIcon i {
  transition: transform 0.3s ease;
}



/* Home */

.topSlider .slick-arrow {
	background: #eee !important;
	opacity: 0.5;
	width: 50px;
	height: 50px;Z
	border-radius: 50px;
	z-index: 9;
	transition: 0.5s;
}

.topSlider .slick-arrow:hover {
	opacity: 1;
	color: #000;
	transition: 0.5s;
}

.topSlider .slick-next {
	top: 48%;
	right: 50px;
}

.topSlider .slick-prev:before {
	content: "\279C" !important;
	color: #000 !important;
}

.topSlider .slick-next:before {
	content: "\279C" !important;
	color: #000 !important;
}

.topSlider .slick-prev {
	top: 42%;
	left: 50px;
	transform: rotate(180deg);
}

.sectionHeading hr {
	height: 2px;
	color: #000;
	opacity: 1;
	width: 70px;
}


@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.ourBrands .logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.ourBrands .logos:before, .ourBrands .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.ourBrands .logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
}

.ourBrands .logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
}

.ourBrands .logo_items {
  display: inline-block;
  animation: 60s slides infinite linear;
}

.ourBrands .logos:hover .logo_items {
  animation-play-state: paused;
}

.ourBrands .logo_items img{
  height: 100px;
}

.whyVapestation .rTriangle:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 70px 70px 0;
	border-color: transparent #000 transparent transparent;
	right: 0;
	top: 0;
	position: absolute;
}


.whyVapestation .lTriangle:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 70px 70px 0;
	border-color: transparent #000 transparent transparent;
	left: 0;
	top: 0;
	position: absolute;
	transform: rotate(270deg);
}

.iso8-bg {
	background-image: url(../img/iso8-clean-room.png);
	background-size: cover;
}

.whiteRGBA {
	background: radial-gradient(circle, rgba(0,0,0,0) -4%, rgba(255,255,255,1) 66%);
	height: 100%;

}


/* Footer */

footer ul li .offWhite:hover {
	color: #fff !important;
	transition: 0.3s;
}

footer .socialIcons label {
	border: solid 1px #fff;
	border-radius: 100px;
	height: 45px;
	width: 45px;
	padding-top: 10px;
	transition: 0.5s;
}

footer .socialIcons label:hover {
	background: #fff;
	color: #000;
	transition: 0.5s;
}

/*.cartListing .qtySection label {
	padding: 5px 15px;
}

.cartListing .qtySection {
	border-color: #000 !important;
	border-radius: 10px;
}

.cartListing .amount-sticky {
	position: sticky;
	top: 20%;
	height: 360px;
}*/

.productList .table .form-control:focus {
	border-color: transparent !important;
	box-shadow: none !important;
	outline: inherit;
}

.productList img {
	border: solid 1px #eee;
}

.productList .fa-circle-xmark:hover {
	color: #212529 !important;
	transition: 0.2s;
}

.userProfile .editIcon {
	border: solid 1px #000;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	font-size: 15px;
	padding-top: 8px;
	transition: 0.5s;
}

.userProfile .editIcon:hover {
	background: #000;
	color: #fff;
	transition: 0.5s;
}

.getInTouch .leftIcon {
	width: 65px;
	height: 65px;
	border: solid 1px #eee;
	font-size: 22px;
	padding-top: 15px;
	background: #eee;
}

.getInTouch textarea {
	height: 100px;
}

.getInTouch .socialIcon label {
	width: 45px;
	height: 45px;
	border-radius: 50px;
	background: #eee;
	padding-top: 12px;
	color: #343434;
	margin-right: 12px;
	transition: 0.5s;
}

.getInTouch .socialIcon label:hover {
	background: #343434;
	color: #fff;
	transition: 0.5s;
}

.centerSearching button:hover, .centerSearching .btn-outline-secondary.dropdown-toggle.show:focus, .centerSearching .btn-outline-secondary:active:focus {
	background-color: transparent !important;
	color: inherit !important;
}

.centerSearching .dropdown-toggle {
	border-right: solid 1px #fff !important;
}

.centerSearching .searchIcon {
	border-left: solid 1px #fff !important;	
}

.centerSearching .dropdown-item {
	font-size: 14px !important;
	padding: 4px 10px;
}

.centerSearching .input-group {
	border-radius: 10px;
}

.cartIcon .cartCount {
	color: #fff;
	top: 9px;
	left: 18px;
	font-size: 12px;
}

.featureProduct .topNav .active {
	background: #eee;
}

.featureProductSlider .vDetails {
	bottom: 0;
}

.featureProductSlider .box:hover .vDetails {
	display: block !important;
}

.featureProductSlider button {
	border-radius: 0;
}

.productList .qty {
	background-color: transparent !important;
	text-align: center !important;
	height: 52px !important;
}

.listingTopGrid label {
	width: 40px;
}

.listingTopGrid img {
	border-radius: 10px;
}

.listingTopGrid .active {
	background-color: #eee;
	border-radius: 10px;
}

.listingTopGrid .blackTransparentBtn.active {
	background-color: #000;
	color: #fff;
}

.productList .qtyTd {
	background: #0083000d !important;
}

.productList .selectedQty, .productList tr.text-secondary:hover {
	background: #0083000d !important;
	transition: 0.5s;
}

#gridView, #planogram {
	display: none;
}

.whyVapestation .columnBox, .whyVapestation .columnBox label {
	border: solid 1px #fff;
}

.whyVapestation .columnBox label {
	border: solid 2px #fff;
	width: 70px;
	height: 70px;
	border-radius: 50px;
	padding: 12px;
}

#gridView .discount {
	background: #000;
	top: 20px;
	right: 20px;
	border-radius: 10px;

	-webkit-animation-name:salePulse;
	-webkit-animation-duration:1.5s;
	-webkit-animation-iteration-count:infinite;
}

#listView .discount {
	background: #000;
	border-radius: 10px;

	-webkit-animation-name:salePulse;
	-webkit-animation-duration:1.5s;
	-webkit-animation-iteration-count:infinite;
}

@-webkit-keyframes salePulse { 
	from { background-color: #999999; }
	50% { background-color: #000; -webkit-transform:scale(1.1); }
	to { background-color: #999999; }
}

/* Planogram Tooltip */

.cTooltip {
	position: relative;
	display: inline-block;
}

.cTooltip .tooltiptext {
	visibility: hidden;
	width: 250px;
	background-color: #fff;
	color: #000;
	/*text-align: center;*/
	padding: 10px;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	/*bottom: 125%;*/
	left: 60%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
	box-shadow: 0 .5rem 1rem rgb(0 0 0 / 20%) !important;
	top: -170px;
	left: 58px;

	display: none;
}

.cTooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 12%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

.cTooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.cTooltip img {
	/*outline: solid 2px #008300a6;*/
	outline: solid 2px #000;
	outline-offset: -3px;
}

.cTooltip.selected img {
	outline: solid 2px #008300a6;
}

.cTooltip .lessQty {
	outline: solid 2px #e71a1a !important;
}

.cTooltip:hover img {
	outline-offset: -2px;
}

.cTooltip.selected .cartCount {
	background: #008300 !important;
	top: 66%;
	bottom: 0;
	right: 2px;
	left: 2px;
}

.cTooltip.selected .qtyCount {
	width: 26px;
	height: 26px;
	padding: 3px;
	border-radius: 50px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 9px;
	color: #fff;
	margin: auto;
}

#planogram .cTooltip {
	transition: 0.5s;
}

#planogram .cTooltip:hover{
	transform: scale(1.3);
	z-index: 2;
}

.pagination .page-link:focus {
	box-shadow: inherit;
}

.pagination .page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0; 
}

.pagination .page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination {
	display: inline-flex;
}

.pagination a {
	width: 45px;
}

.pagination .page-link:hover {
	background-color: #000000c9;
	color: #fff !important;
	border-color: #000000c9;
}

.pagination .active {
	background-color: #000;
	color: #fff !important;
	border-color: #000;
}



.borderOuter {
	border: solid 1px #dbdbdb;
	border-radius: 5px;
	color: #a3a3a3 !important;
}

.borderOuter .orderSearch {
	border: 0;
}

.borderOuter .orderSearch:focus {
	outline: none;
	border: none;
}

.os_delivered {
	background: #dbfbea;
	color: #198754 !important;
}

.os_shipped {
	background: #d8eaff;
	color: #2b50a2 !important;
}

.os_processing {
	background: #fcf9c1;
	color: #74561d !important;
}

.os_cancelled{
	background: #fce2df;
}

.calendarIcon {
	top: -85px;
	right: 0;
}

.calendarIcon .calendar-wrapper {
  position: relative;
  display: inline-block;
}

.calendarIcon .calendar-icon {
  cursor: pointer;
  font-size: 18px;
  padding: 5px;
}

.calendarIcon input[type="date"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.calendar-icon.currency {
	font-size: 22px;
}

table tr {
	vertical-align: middle;
}

/* New - 12-08-25 */

.thankYouPage h1 {
	font-size: 50px;
}

.success-animation {
  text-align: center;
}

.checkmark {
	width: 168px;
	height: 140px;
	stroke: #4CAF50;
	stroke-width: 5px;
	stroke-linecap: round;
	fill: none;
	margin: 0 auto 20px;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  animation: strokeCircle 0.6s ease-out forwards;
}

.checkmark__check {
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: strokeCheck 0.5s ease-out forwards;
  animation-delay: 0.6s;
}

@keyframes strokeCircle {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes strokeCheck {
  to {
    stroke-dashoffset: 0;
  }
}
/* New */

.sliderBtn .slick-arrow {
	background-color: #00000057 !important;
	border-color: #00000057 !important;
	color: #fff;
	width: 45px;
	height: 45px;
	z-index: 9;
	border-radius: 50px;
}

.sliderBtn .slick-arrow:hover {
	background: #000 !important;
	color: #fff !important;
}

.sliderBtn .slick-prev {
	left: -18px;
}

.sliderBtn .slick-next {
	right: -18px;
}

.blogOuterBox {
	border-radius: 10px;
}

.blogOuterBox img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.blogOuterBox h6 {
	line-height: 24px;
}

/*.shopByCategoru .lightShadow {
	height: 400px;
}*/

.homeBlog .slick-prev {
	left: -55px;
}

.homeBlog .slick-next {
	right: -50px;
}

.mobSlider {
	display: none;
}

.hoverOffWhite:hover {
	color: #fff !important;
}

.slick-prev:before {
	content: '⮜' !important;
}

.slick-next:before {
	content: '⮞' !important;
}





/*.labelCheck .transition{
  transition: all .3s ease-out;
}

.labelCheck .heading{
  text-align: center;
  font-size:0.8em;
}

.labelCheck .center-align{
  width: 300px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: table;
  margin-top: -40px;
  margin-left: -150px;
}

.labelCheck input[type="radio"] {
  visibility: hidden;
  height: 0;
  width: 0;
}

.labelCheck label {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-color: #f1f1f1;
  color: #1e1e1e;
  padding: 5px 10px;
  transition: 0.2s;
}

.Flavour input[type="radio"]:checked + label{
  background-color: #000 !important;
  color: #fff !important;
}*/

















/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;800&display=swap');*/
/*

h1{
  font-size: 1.5em;
}

p{
  font-size: 1em;
  font-weight: 500;
}

.flex{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.row{
   display: flex;
}
*/
.cartIcon .button {
  /*padding: 4px;*/
  /*margin: 8px;*/
  /*border-radius: 48px;*/
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-top: -8px;
  /*background-color: #475B7F;*/
  /*box-shadow: 0px 4px 4px rgba(0, 0, 25, 0.2);*/
}

.cartIcon .button:hover {
  /*background-color: #556989;*/
}

.cartIcon .button:active {
  /*box-shadow: 0 3px rgba(0, 0, 25, 0.38);*/
  transform: translateY(2px);
  color: #fff;
}

#love {
  color: rgba(250, 250, 255, 0.38);
  padding-top: 64px;
  -webkit-tap-highlight-color: transparent;
  padding-top: 3%
  font-size: 1.2vw;
}

#svgator {
  color: rgba(250, 250, 255, 0.68);
}

#svgator:hover {
  color: #fff;
}

.cartIcon a:visited {
  color: rgba(250, 250, 255, 1);
}

.testCart {
	background: #000;
	border-radius: 50px;
	padding: 4px;
	top: -4px;
	right: 3px;
	color: #fff;
	font-size: 12px;
}

.orderListing table .orderStatus {
	background: #2d9650;
}

table .tbdata .dSelected {
	background: #0083000d !important;
}

.tbdata .cAccounts {
	width: 114px !important;
}
















































/* Multi images for product landing page */

.img-thumbnail:first-of-type{
  margin-top: 0;
}

.img-thumbnail {
	margin-top: 10px !important;
	border: 0;
	cursor: pointer;
	transition: .3s ease;
	opacity: .5;
}

.img-thumbnail:hover{
  opacity: 1;
}

.img-thumbnail.selected{
  opacity: 1;
}

.big-img{
  position: relative;
  /*border: 1px solid #ddd;*/
  cursor: zoom-in;
  overflow: hidden;
}

.big-img img.zoom{
  position: absolute;
  transition: width 0.2s ease-out, opacity 0.2s ease-out 0.2s; 
}

.display-img{
  width: 100%;
}

.flavourActive {
	background: #000;
	color: #fff;
}

.qtySection label {
	padding: 5px 15px;
}

.qtySection input {
	border-left: solid 1px #dee2e6 !important;
	border-right: solid 1px #dee2e6 !important;
}

.pDescription .active {
	border-bottom: solid 2px;
}

/*.cartListing table th, .cartListing table td {
	border-bottom: none !important;
}

.cartListing table td {
	box-shadow: inherit;
}*/



/* Login/Signup */

/*.loginSignup {
	background: #fff;
}*/

/*.loginSignup .modal-dialog {
	max-width: 400px;
}
*/



/* Multi Select Dropdown */

/*.customMultiChecked button {
	border: 0;
	border: solid 1px #ced4da;
	background-color: #fff !important;
	border-radius: 0;
	font-size: 14px;
	color: #6c757d!important;
}

.customMultiChecked button:hover {
	border: solid 1px #ced4da;
}

.customMultiChecked .bootstrap-select {
	width: 275px !important;
}

.customMultiChecked .bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}

.customMultiChecked .text {
	font-size: 14px !important;
}

.customMultiChecked .bs-searchbox input {
	height: 32px;
}

.customMultiChecked .dropdown-item.active, .customMultiChecked .dropdown-item:active {
	background-color: #eee;
}

.customMultiChecked .dropdown-menu {
	z-index: 9;
}
*/


































/* Multiselect Box */

.select2-container {
  min-width: 400px;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
  font-size: 14px;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 10px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
  font-family:fontAwesome;
  content: "\f00c";
  color: #000;
  background-color: #eee;
  border: 0;
  display: inline-block;
  padding-left: 5px;
  padding-top: 2px;
  font-size: 12px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eaeaeb;
	color: #272727;
}
.select2-container--default .select2-selection--multiple {
	margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 10px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #f77750;
	border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
	border-width: 2px;
}
.select2-container--open .select2-dropdown--below {
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.select2-dropdown {
	z-index: 9 !important;
}

.select2-results__options {
	border-radius: 10px;
}

.select2-selection .select2-selection--multiple:after {
	content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
	display: none;
}
.select-icon .placeholder {
/* 	display: none; */
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
	display: none !important;
	/* content: "" !important; */
}
.select-icon  .select2-search--dropdown {
	display: none;
}

.topFiltration .select2-container {
	/*width: 100% !important;*/
	min-width: 100%;
}

.topFiltration .select2-container--default .select2-selection--multiple {
	border: solid 1px #eee;
	border-radius: 10px;
	padding: 0 8px;
	font-size: 14px;
	background-color: #eeeeee3d;
}

.topFiltration .select2-container--default.select2-container--focus .select2-selection--multiple, .topFiltration .select2 .select2-container .select2-container--default .select2-container--below {
	border-color: #000 !important;
	border-radius: 10px !important;
	padding: 0 8px !important;
}

.topFiltration .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #eee;
	border: 1px solid #ffffff;
}





































/* Cart Animation */

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}
@keyframes highlight {
  0% { background-color: transparent; }
  50% { background-color: rgba(59, 130, 246, 0.1); }
  100% { background-color: transparent; }
}
.cart-shake {
  animation: shake 0.5s ease-in-out;
}
.price-pulse {
  animation: pulse 0.5s ease-in-out;
}
.highlight-row {
  animation: highlight 1s ease-in-out;
}
.cart-badge {
	transition: all 0.3s ease;
	min-width: 25px;
	min-height: 25px;
	padding: 0.125rem 0.375rem;
	border-radius: 100px;
	font-size: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	/*top: -0.75rem;*/
	/*right: -1rem;*/
	background-color: #000;
	color: white;
	font-weight: 600;
}
.cart-badge[data-digits="2"] {
	min-width: 1.75rem;
	padding: 0.125rem 0.5rem;
}
.cart-badge[data-digits="3"] {
	min-width: 2rem;
	padding: 0.125rem 0.5rem;
	font-size: 0.7rem;
}
.cart-badge[data-digits="4"] {
	min-width: 2.50rem;
	padding: 0.125rem 0.5rem;
	font-size: 0.65rem;
	right: -5px;
}
.cart-badge.updated {
	transform: scale(1.2);
	background-color: #ef4444;
}
.quantity-input {
	transition: all 0.3s ease;
}
.quantity-input:focus {
	outline: none;
	box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}
.total-amount {
	transition: all 0.3s ease;
	display: inline-block;
}
.total-amount.updated {
	color: #fff;
	transform: scale(1.1);
}