body{
	font-family: "Montserrat", sans-serif !important;
	background-color:#fff !important;
	font-size:14px !important;
}
a {
	text-decoration:none;
}
.top-header{
	height:80px;
}
.top-header a{
	color:#fff;
}
.top-header img{
	height:50px;
	margin-top:10px;
}
.search{
	border: none !important;
    height: 40px !important;
    font-weight: 700;
    letter-spacing: -.08px;
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.5); /* Black with 50% transparency */
    border-radius: 250px !important;
    text-transform: capitalize;
	margin-top:20px;
}
.search input{
	appearance: none;
    background: none;
	border:none;
	color:#fff !important;
}
.search input:focus{
	appearance: none;
    background: none;
	border:none;
	color:#fff !important;
}
.search .input-group-text{
	appearance: none;
    background: none;
	border:none;
	color:#fff !important;
}
.search input::placeholder{
	color:#fff !important;
	font-size:14px !important;
}
.cart i{
	font-size:22px !important;
	margin-top:30px;
}
.signin i{
	font-size:22px !important;
}
.signin span{
	font-size:14px !important;
	font-weight:600;
}
.navbar{
	background-color:#fff !important;
	border-bottom:1px solid #e0e0e0;
}
.nav-link{
	color:#000;
	font-weight:500;
}
.dropdown-item{
	font-size:14px;
	color:#000;
	font-weight:500;
}
.title-2{
	font-size:22px;
	font-weight:700;
}
.title-3{
	font-size:20px;
	font-weight:700;
}
.title-4{
	font-size:18px;
	font-weight:700;
}
.title-5{
	font-size:14px;
	font-weight:500;
}
.cateimg{
	width:150px;
	height:150px;
}

/*Carausel*/
.carausel-6-columns-cover .carausel-6-columns {
  /* overflow: hidden;
  margin: 0 -12px; */
}

.carausel-6-columns-cover .carausel-6-columns .card-1 {
  margin-right: 12px;
  margin-left: 12px;
}
.carausel-6-columns-cover .slider-arrow {
  top: -50px;
}

.carausel-6-columns-cover .slider-arrow .slider-btn.slider-next {
  right: 0;
}

.carausel-6-columns-cover .slider-arrow .slider-btn.slider-prev {
  right: 40px;
  left: unset;
}

.carausel-6-columns-cover.arrow-center .slider-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -50px;
}

.carausel-6-columns-cover.arrow-center .slider-arrow .slider-btn.slider-next {
  right: -30px;
}

.carausel-6-columns-cover.arrow-center .slider-arrow .slider-btn.slider-prev {
  left: -30px;
}

.carausel-6-columns-cover.arrow-center .slider-arrow.slider-arrow-3 {
  margin-top: 0;
}
.carausel-6-columns, .carausel-4-columns {
	/* max-width: 375px; */
	overflow: hidden;
}
/* .product-img img{
	width:150px;
	height:150px;
} */
.product-cart-wrap .product-img-action-wrap {
    position: relative;
    background-color: #fff;
    padding: 10px 12px;
    overflow: hidden;
    max-height: 348px;
	border: 1px solid #dfe2e1;
	border-radius:10px;
	margin:10px;
}
.product-cart-wrap .product-img-action-wrap .product-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
	/* padding:10px; */
}
.carausel-6-columns-cover .product-img {
    /* border: 1px solid #cce7d0; */
}
.product-cart-wrap .product-img-action-wrap .product-img a img {
    width: 100%;
    border-radius: 10px;
}
.product-cart-wrap .product-badges.product-badges-position {
    position: absolute;
    left: 20px;
    top: 19px;
    z-index: 9;
}
.product-cart-wrap .product-badges.product-badges-mrg {
    margin: 0 0 10px;
}
.product-cart-wrap.small .product-badges span {
    font-size: 10px;
}

.product-cart-wrap .product-badges span {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    border-radius: 40px;
    color: #fff;
    padding: 5px 10px;
}
.product-cart-wrap .product-badges span:last-child {
    margin-right: 0px;
}
.product-cart-wrap .product-content-wrap h2 a {
    color: #1a1a1a;
}
.product-cart-wrap.small h2 {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 0;
}
.product-cart-wrap .product-content-wrap h2 {
    font-size: 14px;
    font-weight: 600;
}

.product-cart-wrap .product-content-wrap .product-price span {
    font-size: 14px;
    font-weight: bold;
    color: #088178;
}
.product-cart-wrap .product-content-wrap .product-price span.old-price {
    font-size: 14px;
    font-weight: 400;
    color: #90908e;
    margin: 0 0 0 7px;
    text-decoration: line-through;
}
.carausel-6-columns-cover .slider-arrow {
    top: -50px;
}
.slider-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}
.carausel-6-columns-cover .slider-arrow .slider-btn.slider-prev {
    right: 40px;
    left: unset;
}
.slider-arrow.slider-arrow-2 .slider-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
}
.slider-arrow .slider-btn.slider-prev {
    left: 20px;
}
.slider-arrow .slider-btn {
    cursor: pointer;
    background: #e8f6ea;
    width: 45px;
    height: 45px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
    /* border: 1px solid #cce7d0; */
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #fff;
}
.hover-up:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.prod-title{
	height:36px;
	overflow:hidden;
}
.footer{
	margin-top:50px !important;
}
.footer h4{
	font-size:16px;
	font-weight:900;
	margin-top:40px;
    color:#ffffff;
}
.footer li{
	margin-top:10px;
}
.footer a{
	font-size:14px;
	 color:#ffffff;
}
.footer p{
	font-size:14px;
	 color:#ffffff;
}
.appleimg{
	height:40px;
}
.footer-divider {
    align-self: normal;
    border-top: 1px solid #e0e0e0;
}
.rating i {
    color: #FF9900 !important;
}
.addcart{
	font-size:12px;
}
.product-cart-wrap:hover .product-action-1 {
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 20%;
    right: 40%;
	top: 40%;
    bottom: 40%;
	display: block;
	-webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.product-action-1{
	display: none;
}
.product-action-1 i {
    color: #000;
    font-size: 16px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
	border:1px solid #dfe2e1;
}
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex; /* Centers the content */
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    z-index: 9999; /* Ensures it's on top of everything */
}

.loader-spinner {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue spinner */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite; /* Animation */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
nav.breadcrumb {
    background-color: whitesmoke !important;
}
.breadcrumb li{
    color: #000 !important;
}
#loginModal h5{
	font-size:14px;
	font-weight:bold;
}
.form-control {
    padding: 12px 20px;
    border-radius: 22px;
    font-size: 14px;
}
.form-select {
    padding: 12px 20px;
    border-radius: 22px;
    font-size: 14px;
}
.myaccount{
	margin-top:30px;
}
.myaccount .dropdown-toggle{
	font-size:14px !important;
	font-weight:bold;
}
.myaccount .dropdown-toggle i{
	font-size:22px !important;
}
.myaccount li a{
	color:#000 !important;
	font-size:14px !important;
}
.cart{
	position: relative; 
	display: inline-block; 
}
.cart-count {
  position: absolute; 
  top: 20px; 
  right: -6px; 
  background-color: red; 
  color: white; 
  border-radius: 50%; 
  padding: 3px 6px; 
  font-size: 12px; 
  line-height: 1; 
  text-align: center; 
}
.button-like {
  display: inline-block;
  padding: 5px 14px;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  list-style: none;
  text-align: center;
  transition: background-color 0.3s;
}
.design{
    list-style: none;
    text-align: center;
}
.text-black{
    color: #000 !important;
}
.text-gray{
    color: gray !important;
}
.clrbtn li{
    list-style-type: none;
    float:left;
    border:1px solid gray;
    margin-left:10px;
    padding:16px;
}
.checkbox-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.checkbox-container input[type="checkbox"] {
    display: none;
}

.custom-checkbox {
    width: 18px;
    height: 18px;
    border: 1px solid #555;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    transition: background 0.3s, border-color 0.3s;
}

.custom-checkbox::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s;
}

.checkbox-container input[type="checkbox"]:checked + .custom-checkbox::after {
    opacity: 1;
}
.cart img{
   height: 50px !important;
   margin-top:0px;
}
.cart .dropdown-toggle::after {
    display: none !important;
}
.btn{
    border-radius: 30px;
}
@media (max-width: 767.98px) { 
    .top-header img {
        height: 40px !important;
    }
    .myaccount {
        margin-top: 20px !important;
    }
    .top-header {
        height: 60px !important;
    }
    .cart{
        margin-top:-10px !important;
    }
	.product-cart-wrap .product-img-action-wrap .product-img a img {
		width: 100% !important;
	}
	.product-cart-wrap:hover .product-action-1 {
		left: 18%;
	}
    .buy-now{
        margin-top:10px !important;
        margin-bottom:20px !important;
    }
    .myaccount .dropdown-toggle i {
        font-size: 16px !important;
    }
    .myaccount .dropdown-toggle {
        font-size: 10px !important;
        font-weight: bold;
    }
    .cart i {
        font-size: 18px !important;
        margin-top: 34px !important;
    }
}