/*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;
	width:200px!important;
}

.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;
	padding:4px 10px 4px 10px;
	white-space: nowrap;
	cursor: pointer;
	font-weight:600;
	line-height:40px;
	margin-right:5px;
	
}

.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;
}


/* 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;
}
