/*menu*/
.active-main-mega-menu-label {
	color: white !important;
}
.main-menu-bg {
	background-color: white; /* Default background */
	padding: 20px;
	transition: background-color 0.3s ease-in-out;
}

.navbar-nav .nav-item li .mega-menu-label:after {
	content: "";
    position: absolute;
    left: 0;
	bottom: -4px;
	background: linear-gradient(315deg, #ac2a6e 0%, #0077af 74%);
	height: 3px;
}

/*menu*/

.g-color-white-opacity-0_6 {
    color: rgba(255, 255, 255, 0.6) !important;
}

.g-bg-white-opacity-0_1 {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.u-icon-v2.u-icon-size--xs, .u-icon-v2.u-icon-size--xs .u-icon__elem-regular, .u-icon-v2.u-icon-size--xs .u-icon__elem-hover, .u-icon-v3.u-icon-size--xs, .u-icon-v3.u-icon-size--xs .u-icon__elem-regular, .u-icon-v3.u-icon-size--xs .u-icon__elem-hover, .u-icon-v4.u-icon-size--xs .u-icon-v4-inner, .u-icon-v4.u-icon-size--xs .u-icon__elem-regular, .u-icon-v4.u-icon-size--xs .u-icon__elem-hover, .u-icon-v5.u-icon-size--xs {
    width: 28px;
    height: 26px;
    font-size: 0.92857rem;
}

.u-icon-v3 {
    position: relative;
    display: inline-block;
    text-align: center;
    transition: all .2s ease-in-out;
}

.g-color-white-opacity-0_8 {
    color: rgba(255, 255, 255, 0.8) !important;
}
.g-bg-gray-dark-v1 {
    background-color: #111 !important;
}

.product-category-cb input[type="checkbox"] {
  /* Remove default appearance */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  
  /* Add custom styles */
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: red;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 5px;
  cursor: pointer; 
}

.producttype{
	cursor:pointer;
}

.custom_check{
	width: 50px;
  height: 50px;
  font-size:60px;
  /*color:red;
  background-color:yellow;*/
  cursor:pointer;
}

.brandname{
	cursor:pointer;
}

/*sidebar test */
/*
@media only screen and (max-width: 768px) {
	.sidebar {
		position: absolute;
		padding:15px;
		top: 80px!important;
		left: 0;
		bottom: 0;
		width: 250px;
		background-color: #fff;
		transition: left 0.3s ease-in-out;
		overflow-y: auto; 
		z-index: 1000;
	}

	.sidebar.open {
		left: 0;
	}

	.wrapper {
		padding-left: 250px;
	}

	.main-content {
		padding: 20px;
	}
}

@media only screen and (max-width: 768px) {
    .sidebar {
        display: block;
        left: -250px;
    }
}
*/


@media only screen and (max-width: 1000px) {
	.popup {
		display: none;
		position: fixed;
		top: 57%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		background-color: #fff;
		padding: 20px;
		border: 1px solid #ccc;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
		z-index: 999;
		overflow-y: auto!important;
		height:87%!important;
	}

	.popup.show {
		display: block;
	}
	
	.sidebar_on_mobile{
		display:block;
	}
}

@media only screen and (min-width: 1000px) {
	.sidebar_on_mobile{
		display:none;
	}
}


.popup .close-button {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.popup .close-button i {
    font-size: 20px;
    color: #000; /* Adjust the color as needed */
}

/* end sidebar on mobile */

.grid li img {
    width: 70%!important;
}

.shop-box{
	border: 1px solid #ddd!important;
    border-radius: 10px;
    /*box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.08);*/
	
}

.shop-box:hover{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
	transition: 50ms ease-in-out;
}

.label_custom{

  position: absolute;
 
  right: 5px!important;
  top: 5px!important;
  
  


}

.brandactive{
	color: #888e95;
    font-weight: 300 !important;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
	margin-bottom:0px!important;
}

.pricecss{
	padding-top: 5px;
    font-size: 17px;
    font-weight: bold;
    color: #000;
}

.promobox{
	background-color:#ee2365;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	min-height:30px;
	border-radius:5px;
	margin:5px;
	text-align:center;
}

.newbox{
	background-color:#00aeef;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	min-height:30px;
	border-radius:5px;
	margin:5px;
	text-align:center;
}

.nobox{
	min-height:30px;
	border-radius:5px;
	margin:5px;
}

.searchbox {
  display: flex; /* Use flexbox for horizontal layout */
  align-items: center; /* Center vertically */
  border: 1px solid #ccc; /* Add border for visual separation */
  width:unset!important;
}

.search-input {
  flex-grow: 1; /* Make input expand to fill available space */
  border: none; /* Remove default input border */
  outline: none; /* Remove default outline on focus */
  padding: 5px; /* Add padding for spacing */
  /*width: unset !important;*/
}

.search-button {
  border: none; /* Remove default button border */
  background-color: #1B3250; /* Set background color */
  color: #fff; /* Set text color */
  padding: 5px 10px; /* Add padding for spacing */
  cursor: pointer; /* Change cursor on hover */
}

.postpaytext {
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

.postpaydeposit {
    font-size: 20px;
    cursor: pointer;
}

.promobox_inner{
	background-color: #ee2365;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    min-height: 20px;
    border-radius: 5px;
    margin: 5px;
    width: 22%;
    text-align: center;
    margin: 30px 0px 15px;
}

.newbox_inner{
	background-color:#00aeef;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    min-height: 20px;
    border-radius: 5px;
    margin: 5px;
    width: 30%;
    text-align: center;
    margin: 30px 0px 15px;
}

.w-5 {

  width: 20px;

}

.filterlist{
	padding-bottom:20px;
	font-size:16px;
}

.filterspan{
	
	min-width:80px;
	color:black;
	background-color: #e0e0e0;
	border-radius:5px;
	margin-right:10px;
	padding:4px 6px 4px 10px;
	white-space: nowrap;
	cursor: pointer;
	font-weight:600;
	
}

.filtericonstyle{
	font-size: 14px;
    padding-right: 3px;
    padding-left: 5px;
    vertical-align: text-bottom;
    cursor: pointer;
	padding-bottom: 4px;
}

.filtericonstyle:hover{
	color:#eee;
}

.colorcircle{
	
    border: 1px solid #CCC;
	position: relative;
    display: inline-block;
    width: 40px;  /* Adjust the size as needed */
    height: 40px; /* Adjust the size as needed */
    border-radius: 50%;
    background-color: #ccc;  /* Default background color */
    
}

.shop-color li input[type=radio]:checked + label span:after {
    position: absolute;
    top: 1px!important;
    left: 1px!important;
    color: var(--white);
    height: 28px;
    width: 28px;
    border: 2px solid #0095cc;
    border-radius: 100%;
    text-align: center;
    content: "";
    font-weight: 900;
}

.p_list{
	margin-bottom:15px!important;
	font-size:15px;
	color:#7c7c7c;
}

.filtericonstyle_products {
    position: absolute;
    top: 49%;
    left: 42%;
    transform: translate(-50%, -50%);
    color: #fff;  /* Change the color of the cross */
    font-size: 25px;  /* Adjust size of the cross icon */
	text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.8);
}

.scroll-container {
    overflow-x: scroll;
    white-space: nowrap;
}

.devicefiltercard {
    display: inline-block;
    width: auto;
}

@media (max-width: 767px) {
	.hidden-xs{display:none!important}
}

@media (min-width:768px) and (max-width:991px){	
	.hidden-sm{display:none!important}
}

@media (min-width:992px) and (max-width:1199px){
	.hidden-md{display:none!important}
}

@media (min-width: 1200px){
	.hidden-lg{display:none!important}
}

.postpaybox{
	background-color:#f8f8f8!important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.devices{
	width:120px;
	cursor: pointer;
}

.devices:hover{
	border-radius: 20px;
	transform: scale(1.03);
	background-color: #f7f7f7;
	cursor: pointer;
}

.logoicon{
	width:40px;
}

.activelist{
	border-radius: 20px;
	background-color: #000 !important;
	color:#fff !important;
}

.activeIcon{
	filter: brightness(0) invert(1);
}

.btn.btn-custom-blue {
    background-color: #00aaef;
    color: var(--white);
}

.customselect{
	color: rgb(51, 152, 220); 
	font-weight: bold;
}

.hesperiden.tparrows.tp-rightarrow:before {
    margin-right: 0!important;
}

.hesperiden.tparrows.tp-rightarrow:before {
    content: "\f105"!important;
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    font-weight: 900;
}

.hesperiden.tparrows.tp-leftarrow:before {
    margin-left: 0!important;
}

.hesperiden.tparrows.tp-leftarrow:before {
    content: "\f104"!important;
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    font-weight: 900;
}

.custommenuheight{
	height: 79.34px;
}

@media only screen and (max-width: 768px) {
	.custommenuheight{
		height: 115px;
	}
	.activelist{
		color: #fff!important; 
		font-weight: 600!important;
		background-color: black!important;
	}
	.p_list{
		margin-bottom:0px!important;
	}
}

@media (max-width: 599px) and (orientation: portrait) {
    .custommenuheight{
		height: 123px;
	}
	.promobox_inner{
		width:auto;
	}
}

/* Mobile (Landscape) - width up to 899px */
@media (max-width: 899px) and (orientation: landscape) {
    .custommenuheight{
		height: 115px;
	}
	.promobox_inner{
		width:auto;
	}
}

/* Tablets (Portrait) - width between 600px and 1024px */
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
    .custommenuheight{
		height: 123px;
	}
}

/* Tablets (Landscape) - width between 600px and 1366px */
@media (min-width: 600px) and (max-width: 1366px) and (orientation: landscape) {
    .custommenuheight{
		height: 115px;
	}
	.promobox_inner{
		width:auto;
	}
}

/* General Tablet Styles (Covers both orientations) */
@media (min-width: 900px) and (max-width: 1366px) and (orientation: landscape) {
	.custommenuheight{
		height: 79.34px;
	}
	.promobox_inner{
		width:auto;
	}
}

/* General Tablet Styles (Covers both orientations) */
@media (min-width: 600px) and (max-width: 1366px) and (orientation: portrait) {
	.custommenuheight{
		height: 123px;
	}
	.promobox_inner{
		width:auto;
	}
}

#popupSearch {
	display: none;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	background: white;
	padding: 20px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	z-index: 1000;
}

#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}

/* Base Checkbox Styling */
input[type="checkbox"] {
	padding: 10px 10px !important;
    -webkit-appearance: none!important; /* Remove default styling on iOS */
    appearance: none!important;
    width: 18px!important;
    height: 18px!important;
    border: 1px solid gray!important; /* Gray outline */
    background-color: white!important; /* White background */
    border-radius: 3px!important; /* Square but slightly rounded edges */
    cursor: pointer!important;
    display: inline-block!important;
    position: relative!important;
	margin-bottom:2px!important;
}

/* Checkbox when checked */
input[type="checkbox"]:checked {
    background-color: #000!important; /* Blue fill */
    border-color: #f7f7f7!important; /* Blue border */
}

/* Add the white tick when checked */
input[type="checkbox"]:checked::before {
    content: "\2713"!important; /* Unicode checkmark */
    font-size: 14px!important;
    color: white!important; /* White tick */
    font-weight: bold!important;
    position: absolute!important;
    left: 50%!important;
    top: 50%!important;
    transform: translate(-50%, -50%)!important;
}

/* Label alignment */
label {
    display: inline-block!important;
    vertical-align: middle!important;
    margin-left: 8px!important; /* Space between checkbox and text */
    font-size: 14px!important;
    color: black!important;
}

.shop-sidebar .shop-filter li {
	padding: 0px 0px!important;
}

.item-qty{
	background: transparent!important;
}

.alink {
    color: #0095cc;
    text-decoration: none;
}

.tp-kbimg{
	height: 630px!important;
	padding-top: 30px!important;
}

@media (max-width: 767px) {
	.tp-kbimg{
		height: 300px!important;
		padding-top: 27px!important;
	}
	.tp-bullets{
		top: 105%!important;
		left: 85%!important;
	}
}

.text-right{
	text-align: right;
}

.rgcaptical{
	width:22%;
	padding-bottom:3px;
	padding-left: 3px;
}

@media (max-width: 767px) {
	.rgcaptical{
		width:30%;
		padding-bottom:2px;
	}
}

.btn-custom1 {
	text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #000;
    background-color: #fff;
    border-color: #000;
	border: 1px solid;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
    border-radius: 10px;
	font-size:14px;
}

.btn-custom1:hover {
	text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #fff;
    background-color: #000;
    border-color: #000;
	border: 1px solid;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
    border-radius: 10px;
	font-size:14px;
}

.tc:hover{
	text-decoration:underline!important;
}


/* Modal Background */
.modalPostpay {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0; /* Align to bottom */
    width: 100%;
    height: 100%; /* Adjust height as needed */
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: flex-end; /* Align content at bottom */
}

/* Modal Content */
.modal-postpay {
    background: white;
    padding: 20px;
    border-radius: 12px 12px 0 0; /* Rounded top corners */
    width: 100%;
    max-width: 100%; /* Ensures full width */
    text-align: center;
    box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.2);
}

/* Close Button */
.close-btn {
    float: right;
    font-size: 24px;
    cursor: pointer;
    margin-right: 10px;
}

.shop-sidebar .shop-filter li .item-qty {
    font-size: 10px;
    font-weight: 600;
    padding-top: 6px!important;
}

/*Cart*/
.cart-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding: 15px 20px;
    z-index: 999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

.cart-bar-content {
    max-width: 1200px;
    margin: auto;
    /*display: flex;
    justify-content: space-between;*/
    align-items: center;
}

.checkout-btn {
    background-color: #00aaef;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s ease;
}

.checkout-btn:hover {
    background-color: #0056b3;
	color: white;
}

.viewcart-btn{
	background-color: #fff;
    color: black;
    padding: 8px 16px;
    border-radius: 6px;
	border: 1px solid black;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s ease;
}


body {
	/*
    padding-bottom: 4%; 
	*/
	/* to prevent bar from overlapping bottom content */
	
}

.img-cart{
	width: 55%;
}
/*Cart*/

/* Container for toggle buttons */


/* Alpine.js Transition Classes (optional, but good for fine-tuning) */
/* These classes are automatically applied/removed by x-transition */

[x-transition:enter] {
    transition-property: opacity, transform;
    transition-duration: 500ms;
    transition-timing-function: ease-out;
    opacity: 0;
    transform: translateY(20px);
}
[x-transition:enter-start] {
    opacity: 0;
    transform: translateY(20px);
}
[x-transition:enter-end] {
    opacity: 1;
    transform: translateY(0);
}

[x-transition:leave] {
    transition-property: opacity, transform;
    transition-duration: 500ms;
    transition-timing-function: ease-in;
    opacity: 1;
    transform: translateY(0);
    position: absolute; /* Keep it in flow during exit transition */
    width: 100%; /* Ensure it maintains its width */
    top: 0;
    left: 0;
}
[x-transition:leave-start] {
    opacity: 1;
    transform: translateY(0);
}
[x-transition:leave-end] {
    opacity: 0;
    transform: translateY(-20px);
}

/* Ensure the parent can accommodate the centered div */
.item-inline {
    display: inline-block;
    width: 100%; /* Or larger than 360px, if it's the full width of the parent */
    vertical-align: top;
   text-align: center; /* This will center the .toggle-buttons-container because it's like an inline-block */
	padding-bottom:15px;
}

/* Styles for the container you want to center */
.toggle-buttons-container {
    width: 360px; /* Fixed width */
    margin: 0 auto; /* This is the key for horizontal centering */
    /* Your existing styles for the toggle buttons container */
    display: flex; /* Assuming you want the buttons inside to be flex items */
   
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}



/* start here */
.toggle-buttons-container {
   
	 width: 360px; /* Fixed width */
    margin: 0 auto; /* This is the key for horizontal centering */
    /* Your existing styles for the toggle buttons container */
    display: flex; /* Assuming you want the buttons inside to be flex items */
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
}

/* Base style for toggle buttons */
.toggle-button {
    flex: 1;
    padding: 6px 15px;
    border: none;
    background-color: #f0f0f0;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    outline: none; /* Remove outline on focus */
}

.toggle-button:hover {
    background-color: #e0e0e0;
}

/* Style for the active toggle button */
.toggle-button.active-toggle {
    background-color: #00aaef; /* A nice blue color */
    color: #fff;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Styles for the content sections */
.toggle-content-wrapper {
    position: relative; /* Needed for absolute positioning of children during transition */
    min-height: 100px; /* Adjust as needed to prevent layout shifts */
}

.toggle-content-wrapper > div {
    /* Basic styling for the content div if needed */
    padding: 20px;
}

.block-display{
	display:block!important;
}

@media only screen and (max-width: 768px) {
	.nav_arrows_postpay{
		position: relative;
		top: 0px;
	}
}

/* Mobile (Landscape) - width up to 899px */
@media (max-width: 899px) {
    .nav_arrows_postpay{
		position: relative;
		top: 0px;
	}
}

/* Tablets (Landscape) - width between 600px and 1366px */
@media (min-width: 600px) and (max-width: 1366px){
	.nav_arrows_postpay{
		position: relative;
		top: -10px;
	}
    
}

@media (min-width: 1200px) {
    .nav_arrows_postpay{
		position: relative;
		top: -10px;
	}
}

.submodeldiv {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.5s ease-out, opacity 0.3s ease;
}

.submodeldiv.show {
    max-height: 1000px; /* High enough to fit content */
    opacity: 1;
}

.max-width-600{
	max-width: 600px;
}

.mx-auto{
	margin-right: auto;
	margin-left: auto;
}

.bg-dark-blue{
	background-color: #031939;
}

.rounded-50{
	border-radius: 50px;
}

/* The actual timeline (the vertical ruler) */
.main-timeline-4 {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline-4::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: var(--base-color);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline-4 {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline-4::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -11px;
  background-color: var(--base-color);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
  border: 3px solid #ffffff;
}

/* Place the container to the left */
.left-4 {
  padding: 0px 40px 20px 0px;
  left: 0;
}

/* Place the container to the right */
.right-4 {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

/* Fix the circle for containers on the right side */
.right-4::after {
  left: -14px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .main-timeline-4::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline-4 {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline-4::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left-4::after,
  .right-4::after {
    left: 17px;
  }

  /* Make all right containers behave like the left ones */
  .right-4 {
    left: 0%;
  }
}

.gradient-bg-cyan{
	background: linear-gradient(135deg, var(--accent-cyan), var(--accent-violet));
}	

.gradient-text-cyan {
    background: linear-gradient(135deg, var(--accent-cyan), var(--accent-violet));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.btn.btn-gradient-primary {
    background: linear-gradient(135deg, var(--accent-cyan), var(--accent-violet));
    border: none;
    color: #fff;
    font-weight: 700;
    border-radius: 12px;
    padding: 12px 32px;
    font-size: 1.1rem;
    box-shadow: 0 8px 25px #00d4ff40;
    transition: all .3s ease;
}

.btn-gradient-primary:hover {
    background: linear-gradient(135deg, #3df, #9b5de5);
    transform: scale(1.05);
    box-shadow: 0 12px 35px #00d4ff66;
    color: #fff;
}


.custom-close-round {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1060;
    
    /* Create the circle */
    background-color: #ffffff; /* Or use your brand color */
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    
    /* Ensure the X stays centered */
    background-size: 12px; 
    opacity: 1;
    transition: transform 0.2s ease;
}

.custom-close-round:hover {
    transform: scale(1.1);
    background-color: #f8f9fa;
    opacity: 1;
}
	height: 60%
}