.btn {
    cursor: pointer;
    font-family: Inter, Arial, Tahoma, sans-serif;
    line-height: 1.2;
}

.input-block .select2-container .select2-selection__arrow {
    position: absolute;
}

/* @group Autocomplete */

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	z-index: 999;
}

.autocomplete-results {
	position: relative;
}
	
	.ui-autocomplete {
		background: #fff !important;
		border: 1px solid #eee !important;
		padding: 0px !important;
		margin-top: 14px !important;
		/*top: 0 !important;*/
		/*right: -49px !important;*/
		/*left: auto !important;*/
		min-width: 600px !important;
		border-radius:         0px !important;
		-moz-border-radius:    0px !important;
		-webkit-border-radius: 0px !important;
		box-shadow:            0 6px 12px rgba(0,0,0,.175) !important;
		-moz-box-shadow:       0 6px 12px rgba(0,0,0,.175) !important;
		-webkit-box-shadow:    0 6px 12px rgba(0,0,0,.175) !important;
	}
	
		@media (max-width: 1290px) {
			.responsive .ui-autocomplete {
				/*right: -44px !important;*/
				/*left: 0 !important;*/
				min-width: 1px !important;
			}
			
			.responsive .ui-autocomplete li img  {
				display: none;
			}
		}
		
		.container-megamenu .ui-autocomplete {
			left: auto !important;
		}
		
			.container-megamenu .ui-autocomplete:before {
			  left: auto;
			  right: 18px;
			}
			
			.container-megamenu .ui-autocomplete:after {
			 left: auto;
			  right: 19px;
			}

		.ui-autocomplete li {
			padding: 0px !important;
			margin: 0px !important;
			cursor: pointer !important;
			border: none !important;
			border-top: 1px solid #e6e6e6 !important;
			background: none !important;
			list-style: none !important;
		}
		
			.ui-autocomplete li:first-child {
				border-top: none !important;
			}
			
			.ui-autocomplete li a {
				display: block;
				padding: 10px !important;
				margin: 0px !important;
				cursor: pointer !important;
				border: none !important;
				background: none !important;
				overflow: hidden;
				border-radius:         0px !important;
				-moz-border-radius:    0px !important;
				-webkit-border-radius: 0px !important;
				color:#555 !important; 
				font-size:13px !important;
				font-weight: 400 !important;
				line-height:1.6 !important;
			}
			
				.ui-autocomplete li a.ui-state-focus {
					background: #f7f7f7 !important;
				}
			
				.ui-autocomplete li img {
					float: left;
					width: 70px;
					margin-right: 10px;
				}
				
				.ui-autocomplete li span.description {
					font-size: 11px !important;
					opacity: 0.7 !important;
				}
				
				.ui-autocomplete li span.price {
					color: #333333 !important;
					font-weight: bold !important;
					display: block !important;
					padding-top: 4px !important;
				}
				
				.ui-autocomplete-loading  {  
					background-image: url('/catalog/view/theme/cyberwire/main/img/loader.gif') !important; 
					background-repeat: no-repeat !important;
					background-position: center !important; 
				}
/* @end */	
#ocfilter .popover {
	display: none !important;
}
.admin_kit {
	position: absolute;
	width: 170px;
	right: 0;
	bottom: 0;
	background: rgba(0, 141, 213, .65);
	color: #fff;
	padding: 4px 10px;
	z-index: 10;
	font-size: 12px;
	text-align: right;
}

.main-product-see {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
  .main-product-see {
    margin-bottom: 20px;
	}
}
.main-product-see-products {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 12px;
}
.main-product-see-products a {
	flex-basis: 33%;
	position: relative;
	max-width: 226px;
}
.main-product-see-products a:hover::after {
  border-color: #0079BD;
}
.main-product-see-products a::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  transition: all .3s ease-out;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 2px solid transparent;
  display: block;
  border-radius: 5px;
}

.main-product-see-products img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
/* ============================================
   CHECKOUT REDESIGN STYLES (added 2026-04)
   ============================================ */

button.btn .inner-flex {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.simple-form input,
.simple-form textarea,
.simple-form select {
  font-weight: 400;
}
.new-order-form input,
.new-order-form textarea,
.new-order-form select {
  text-transform: uppercase;
}

.simple-form .input-name {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.simple-form .input-name .red {
  color: #E90000;
}

.simple-form .line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 5px;
  margin-bottom: 45px;
}

.simple-form .disabled {
  color: #7B7B7B;
}

.simple-form [disabled] {
  color: #7B7B7B;
  background: #f4f4f4;
}

.new-order-form {
  color: #1e1e1e;
  width: 100%;
  max-width: 1146px;
  margin: 0 auto;
}

.new-order-content {
  float: left;
  width: calc(100% - 351px);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 12px;
  padding: 24px;
}

.new-order-aside {
  float: right;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 327px;
  border-radius: 12px;
  padding: 24px;
}

.new-order-aside .total-price {
  padding-top: 16px;
  font-weight: 600;
  font-size: 28px;
  line-height: 114%;
  text-align: center;
  color: #0079bd;
  margin-bottom: 8px;
}

.new-order-aside .note {
  font-size: 12px;
  line-height: 133%;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 24px;
}

.new-order-aside ul {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 24px;
  line-height: 1.4;
}

.new-order-aside li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}

.new-order-aside li:last-child {
  margin-bottom: 0;
}

.new-order-aside .value {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 600;
  color: #0079BD;
  margin-left: 10px;
}

.new-form-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
}

.new-form-title img {
  display: block;
  margin-right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}













.radio-big {
  display: block;
  margin-bottom: 8px;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
}

.radio-big:last-child {
  margin-bottom: 0;
}

.radio-big input {
  display: none;
}

.radio-big input:checked + .inner {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  background: rgba(235, 242, 255, 0.6);
  border-color: transparent !important;
}

.radio-big input:checked + .inner:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 16px;
  border: 2px solid rgba(34, 112, 255, 0.6);
  pointer-events: none;
}

.radio-big input:checked + .inner i:before {
  opacity: 1;
}

.radio-big input:checked + .inner .icon {
  filter: grayscale(0);
  opacity: 1;
}

.radio-big label {
  display: block;
  cursor: pointer;
  height: 100%;
}

.radio-big label:hover .inner {
  background: rgba(235, 242, 255, 0.6);
  border-color: rgba(34, 112, 255, 0.6);
}

.radio-big i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  transition: all 0.3s ease-out;
  display: block;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 0;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-right: 16px;
  border-radius: 50%;
}

.radio-big i:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  background: rgba(14, 123, 212, 0.8);
  opacity: 0;
}

.radio-big .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 12px 24px;
  background: #fff;
  padding: 11px 23px;
  position: relative;
  transition: all 0.3s ease-out;
  width: 100%;
  height: 100%;
}

.radio-big .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
  transition: all 0.3s ease-out;
  filter: grayscale(1);
  opacity: 0.8;
}

.radio-big .icon img {
  display: block;
  height: auto;
  max-width: 100%;
}

.radio-big .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
}

.radio-big .image img {
  display: block;
  height: auto;
  max-width: 100%;
}

.radio-big .info {
  display: block;
  margin-right: 16px;
}

.radio-big .info:last-child {
  margin-right: 0;
}

.radio-big .title {
  display: block;
  font-weight: 500;
}

.radio-big .note {
  display: block;
  margin-top: 4px;
  color: rgba(30, 30, 30, 0.6);
}

.radio-big .price {
  margin-left: auto;
  text-align: right;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 16px;
}

.radio-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 12px;
}

.radio-flex:last-child {
  margin-bottom: -20px;
}

.radio-flex .radio-big {
  margin: 0 10px 8px;
  width: calc(100% - 20px);
}

.radio-flex .w-50 {
  width: calc(50% - 20px);
}

.radio-choose {
  margin-bottom: 20px;
}

.radio-choose:last-child {
  margin-bottom: 0;
}

/*================= Media ======================*/

@media (max-width: 1139px) {
  .new-order-content {
    float: none;
    width: 100%;
    margin-bottom: 24px;
  }

  .new-order-aside {
    float: none;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .radio-flex .w-50 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 500px) {
  .new-order-content {
    padding: 14px;
  }

  .new-order-aside {
    padding: 14px;
  }

  .radio-big {
    font-size: 13px;
  }

  .radio-big .inner {
    padding: 10px;
  }

  .radio-big i {
    margin-right: 10px;
  }

  .radio-big .image,
  .radio-big .icon,
  .radio-big .info {
    margin-right: 10px;
  }

  .radio-big .price {
    font-size: 14px;
  }

  .new-form-title {
    font-size: 14px;
    line-height: 1.3;
  }
}
/* Fix: override .order-form flex from main.css */
.simplecheckout.order-form {
  display: block;
  margin: 0;
}

/* Fix header new.css link - add cache bust */

/* Fix: button should be full width in sidebar */
.new-order-aside .btn.blue-btn {
  width: 100%;
  min-width: auto;
}

.new-order-aside .simplecheckout-button-block {
  margin-top: 0;
}



/* Fix: select2 in checkout should match input style */
.new-order-content .select2-container .select2-selection--single {
  height: 45px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 0 19px;
}

.new-order-content .select2-container .select2-selection__rendered {
  line-height: 45px;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.new-order-content .select2-container .select2-selection__arrow {
  height: 43px;
}

/* Fix: payment radio-big with only one item should not be w-50 */
.radio-flex .radio-big.w-50:only-child {
  width: calc(100% - 20px);
}

/* Fix: remove extra margins from simplecheckout blocks */
.simplecheckout-block-content {
  margin: 0;
  padding: 0;
}

#simplecheckout_customer,
#simplecheckout_shipping_address,
#simplecheckout_payment,
#simplecheckout_shipping,
#simplecheckout_comment,
#simplecheckout_summary {
  margin: 0;
  padding: 0;
}

/* ============================================
   CHECKOUT OVERRIDES: fix main.css conflicts
   Scoped to .new-order-form to not affect other pages
   ============================================ */

/* P0: Reset bare label styling (main.css makes labels look like buttons) */
.new-order-form label {
  cursor: pointer;
  display: block;
  background: none;
  border: none;
  border-radius: 0;
  height: auto;
  min-width: 0;
  font-size: inherit;
  color: inherit;
  padding: 0;
  justify-content: initial;
  align-items: initial;
}

.new-order-form label:hover {
  border-color: transparent;
}

.new-order-form .radio-big label {
  display: block;
  height: 100%;
}

.new-order-form .checkbox-block label {
  display: inline-flex;
  align-items: flex-start;
}

/* P0: Reset bare select styling */
.new-order-form select,
.new-order-form .custom-select {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 19px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  color: #000;
  font-family: Inter, Arial, Tahoma, sans-serif;
}

/* P0: Reset btn conflicts */
.new-order-form .btn {
  position: static;
  width: auto;
  margin: 0;
  z-index: auto;
}

.new-order-form .btn.blue-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #0079BD;
  background: #0079BD;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  min-height: 64px;
  padding: 6px 18px;
  width: 100%;
  min-width: auto;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s;
}

.new-order-form .btn.blue-btn:hover {
  background: #006aa8;
  border-color: #006aa8;
}

/* P1: Input font-weight and text-transform */
.new-order-form input,
.new-order-form textarea,
.new-order-form select {
  font-weight: 400;
  text-transform: uppercase;
}

.new-order-form input.form-control,
.new-order-form textarea.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 19px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-family: Inter, Arial, Tahoma, sans-serif;
  box-sizing: border-box;
}

.new-order-form textarea.form-control,
.new-order-form textarea {
  height: 144px;
  resize: none;
  line-height: 1.35;
  padding: 14px 19px;
}

/* P1: Select2 overrides with sufficient specificity */
.new-order-form .input-block .select2-container {
  width: 100% !important;
}

.new-order-form .input-block .select2-container .select2-selection--single {
  height: 45px;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  background: #fff;
}

.new-order-form .input-block .select2-container .select2-selection__rendered {
  height: 43px;
  line-height: 43px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 19px;
  padding-right: 45px;
  color: #000;
}

.new-order-form .input-block .select2-container .select2-selection__arrow {
  height: 43px;
  right: 10px;
}

/* P2: h3 heading - remove blue border bottom from main.css */
.new-order-form h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
  padding: 0;
  border: none;
}

/* P2: Container inside checkout should not constrain width */
.new-order-form .container {
  width: auto;
  max-width: none;
  padding: 0;
}

/* P3: Checkbox styling alignment */
.new-order-form .checkbox-block i {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #CFCFCF;
  border-radius: 0;
  margin-right: 8px;
  position: relative;
  display: block;
}

.new-order-form .checkbox-block span {
  font-size: 13px;
  line-height: 1.4;
}

/* Fix: input-name label should not be uppercase */
.new-order-form .input-name {
  text-transform: none;
  font-weight: 400;
}

/* Fix: simplecheckout-button-block in sidebar */
.new-order-aside .simplecheckout-button-block {
  margin: 0;
  padding: 0;
}

/* Fix: error messages styling */
.new-order-form .alert.alert-danger {
  border-radius: 5px;
  margin-bottom: 15px;
}

/* Fix: disabled input styling */
.new-order-form input[disabled],
.new-order-form select[disabled] {
  color: #7B7B7B;
  background: #f4f4f4;
}


/* City field at top of form */
.city-top-block {
  margin-bottom: 0;
}

.city-top-block .input-block {
  width: 100% !important;
  padding: 0 !important;
}

.city-top-block .inputs-flex {
  margin: 0;
}

/* Fix: line divider needs more top margin after inputs-flex */
.new-order-form .inputs-flex:last-child {
  margin-bottom: 0;
}

.new-order-form .line {
  margin-top: 4px;
}

/* Fix: reduce space between line and payment title */
#simplecheckout_payment .new-form-title {
  margin-top: -4px;
}

/* Fix: time radio blocks inline */
.new-order-form .radio-block {
  display: block;
  margin-right: 15px;
  margin-bottom: 8px;
  width: auto;
}

.new-order-form .radio-block label {
  display: inline-flex;
  align-items: center;
  background: none;
  border: none;
  height: auto;
  min-width: 0;
  padding: 0;
  font-size: 14px;
  color: inherit;
}

.new-order-form .radio-block i {
  width: 16px;
  height: 16px;
  border: 1px solid #C9C9C9;
  border-radius: 50%;
  margin-right: 6px;
  flex-shrink: 0;
  position: relative;
  display: block;
}

.new-order-form .radio-block i:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background: #0E7BD4;
  opacity: 0;
}

.new-order-form .radio-block input:checked + i:before {
  opacity: 1;
}

.new-order-form .radio-block input {
  display: none;
}

/* Disabled shipping card */
.radio-big.disabled-card {
  opacity: 0.45;
  pointer-events: none;
}

.radio-big.disabled-card .inner {
  background: #f8f8f8;
}

/* Fix: button inner-flex - icon and text on one line */
.new-order-aside .btn.blue-btn .inner-flex {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.new-order-aside .btn.blue-btn .inner-flex img {
  margin-right: 8px;
  flex-shrink: 0;
}

/* Hide separate comment block - moved into address block */
#simplecheckout_comment {
  display: none;
}

/* Sticky sidebar - inner wrapper approach */
.new-order-aside {
  float: right;
  width: 327px;
  height: 100%;
}

.aside-sticky-inner {
  position: sticky;
  top: 20px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 12px;
  padding: 24px;
}

/* Remove shadow/bg/padding from outer aside since inner has it */
.new-order-aside {
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

/* Override .page overflow for sticky to work */
.page {
  overflow: visible !important;
}

/* Disabled shipping reason text */
.radio-big .disabled-reason {
  margin-left: auto;
  font-size: 12px;
  color: #999;
  font-style: italic;
  text-align: right;
  flex-shrink: 1;
  min-width: 0;
  max-width: 45%;
  white-space: normal;
  overflow-wrap: anywhere;
}

/* ============= MOBILE FIXES ============= */
@media (max-width: 1139px) {
  .new-order-form {
    display: block !important;
  }
  .new-order-content {
    float: none !important;
    width: 100% !important;
    margin-bottom: 24px;
  }
  .new-order-aside {
    float: none !important;
    width: 100% !important;
    height: auto !important;
  }
  .aside-sticky-inner {
    position: static !important;
  }
}

@media (max-width: 767px) {
  .new-order-form .inputs-flex .w-33,
  .new-order-form .inputs-flex .w-50,
  .new-order-form .inputs-flex .w-66 {
    width: 100% !important;
  }
  .radio-flex .radio-big.w-50 {
    width: calc(100% - 20px) !important;
  }
}

@media (max-width: 500px) {
  .new-order-content {
    padding: 14px !important;
  }
  .new-order-aside,
  .aside-sticky-inner {
    padding: 14px !important;
  }
}

/* Fix: button and heading sizes to match original */
.new-order-form h3 {
  font-size: 18px;
}

.new-order-aside .btn.blue-btn {
  font-size: 14px;
  min-height: 45px;
  padding: 6px 18px;
}

/* Fix: green hover on submit button */
.new-order-aside .btn.blue-btn:hover {
  background: #21A500;
  border-color: #21A500;
  color: #fff;
}

/* Fix: city overlay should not expand container */
.city-top-block .input-block {
  position: relative;
  overflow: visible;
}

#city_display_overlay {
  box-sizing: border-box;
}

/* Hide extra shipping method rows (duplicate address fields) */
#simplecheckout_shipping .inputs-flex {
  display: none !important;
}

/* ============= Styled autocomplete dropdown ============= */
.ui-autocomplete.ui-menu {
  background: #fff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 12px 0;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
}

.ui-autocomplete.ui-menu .ui-menu-item {
  padding: 0;
  border: none;
  margin: 0;
  list-style: none;
}

.ui-autocomplete.ui-menu .ui-menu-item-wrapper,
.ui-autocomplete.ui-menu .ui-menu-item a {
  display: block;
  padding: 12px 24px;
  font-size: 14px;
  font-family: Inter, Arial, Tahoma, sans-serif;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 1.5;
  text-transform: none;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0;
  background: none;
  margin: 0;
  text-decoration: none;
}

.ui-autocomplete.ui-menu .ui-menu-item:last-child .ui-menu-item-wrapper,
.ui-autocomplete.ui-menu .ui-menu-item:last-child a {
  border-bottom: none;
}

.ui-autocomplete.ui-menu .ui-menu-item-wrapper:hover,
.ui-autocomplete.ui-menu .ui-menu-item-wrapper.ui-state-active,
.ui-autocomplete.ui-menu .ui-menu-item-wrapper.ui-state-focus,
.ui-autocomplete.ui-menu .ui-menu-item a:hover,
.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-active,
.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus,
.ui-autocomplete.ui-menu .ui-state-active,
.ui-autocomplete.ui-menu .ui-state-focus {
  background: rgba(0, 121, 189, 0.08);
  color: #0079BD;
  border: none;
  border-bottom: 1px solid rgba(0, 121, 189, 0.1);
  border-radius: 0;
  margin: 0;
  font-weight: 400;
}

.ui-autocomplete.ui-menu::-webkit-scrollbar {
  width: 6px;
}
.ui-autocomplete.ui-menu::-webkit-scrollbar-track {
  background: transparent;
}
.ui-autocomplete.ui-menu::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

/* Hide bootstrap-datetimepicker on checkout only (Simple module conflicts with daterangepicker) */
.new-order-form .bootstrap-datetimepicker-widget {
  display: none !important;
}

/* Daterangepicker custom styling */
.daterangepicker {
  position: absolute !important;
  z-index: 3000 !important;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  margin-top: 5px;
  border: none;
  font-family: Inter, Arial, Tahoma, sans-serif;
  color: #000;
}
.daterangepicker:after,
.daterangepicker:before {
  display: none;
}
.daterangepicker th {
  border-radius: 10px !important;
  border: none;
}
.daterangepicker td {
  border-radius: 10px !important;
  border: none;
}
.daterangepicker td.active {
  background: #0E7BD4;
}
.daterangepicker .calendar-table {
  padding-right: 0 !important;
}
.daterangepicker .calendar-table th {
  font-size: 12px;
  font-weight: 400;
  color: #757575;
  height: 32px;
}
.daterangepicker .calendar-table td {
  font-size: 14px;
  font-weight: 400;
  height: 36px;
  width: 36px;
}
.daterangepicker .calendar-table .month {
  font-size: 15px;
  font-weight: 500;
  color: #1e1e1e;
}
.daterangepicker .calendar-table table {
  border-collapse: separate;
}
.daterangepicker .drp-calendar {
  padding: 5px !important;
  max-width: 300px;
}
.daterangepicker .drp-buttons .btn {
  padding: 2px 15px;
  margin-left: 0;
  width: calc(50% - 6px);
  min-height: 35px;
}
