@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
--text-color: #666;
--primary: #444;
--secondary-color:#0063d1;
}

/**,::after,::before{
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}*/

body{
overflow-x: hidden;
font-family: "Rubik", sans-serif;
}

.srch-frm {
    overflow: visible !important;
}
.srch-frm div {
    width: 100%;
    position: relative; /* For absolute suggestions dropdown */
}
.suggestion-box {
    border: 1px solid #ccc;
    display: none;
    position: absolute;
    background: #fff;
    z-index: 1000;
    width: 300px; /* match your input width */
    max-height: 200px;
    overflow-y: auto;
    cursor: pointer;
    top: 100%;
}
.suggestion-box div {
    padding: 8px;
}
.suggestion-box div:hover {
    background-color: #f0f0f0;
}

.top{
  font-size: 14px;
  background-color: #f9f9f9;
  padding: 6px 0;
  font-weight: 300;
  color: var(--primary);
}
.t-left ul{
  padding: 0;
  display: flex;
  margin: 0;
  align-items: center;
  height: 100%;
}
.t-left ul li{
  border-right:1px solid #dedede;
  list-style: none;
  padding: 0 15px;
}

.t-left ul li:last-child{
   border-right:0px solid #dedede;
}



header{
  padding: 15px 0;
}

.logo img{
  width: 180px;
}


.srch-frm{
position: relative;
  display: flex;
  width: 100%;
  box-shadow: 0 0 0 2px #f7f9fb;
  border-radius: 20px;
  overflow: hidden;
  background: #f7f9fb;
  font-size: 14px;
  align-items: center;
}

.srch-frm select{
color: rgba(120,128,128,1);
  border: none;
  padding: 10px 15px;
  background: #f7f9fb;
}

.srch-frm input{
  border-radius: 0;
  border: none;
  background: none;
}

.srch-frm .form-control:focus {
  background: none;
  border-color: none;
  outline: 0;
  box-shadow:none;
}

.srch-frm button {
background: #f7f9fb;
  border: none;
  display: flex;
  padding-right: 16px;
  font-size: 18px;
}

.top-bx a{
display: flex;
grid-gap: 10px;
text-decoration: none;
color: #222;
}

.top-bx span{
  width: 40px;
height: 40px;
border-radius: 30px;
background-color: #ffdef1;
color: #ed048d;
font-size: 20px;
display: flex;
align-items: center;
justify-content: center;
}

.top-bx p{
font-size: 14px;
}
.top-bx h5{
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}




.navigation{
border-top:1px solid #f0f0f1;
/*box-shadow:0px 5px 10px 0px rgba(0,10,20,0.1);*/
position: relative;
}
.navbar{
padding: 15px 0;
}

.nav-link {
color: var(--primary);
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
border-right: 1px solid #dedede;
}

.nav-link:hover{
    color: var(--secondary-color);
}

.navbar-expand-lg .navbar-nav .nav-link {
padding: 2px 7px;
}

.dropdown-menu{
  border:none;
  border-radius: 8px;
box-shadow: 0 0 5px 0px rgba(0,10,20,0.10);
padding: 10px 0;
}

.dropdown-item {
font-size: 15px;
font-weight: 300;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
padding: 5px 15px;
}

.dropdown-item:hover{
  color: var(--secondary-color);
  background: none;
}


.social-links{
display: flex;
margin: 0;
height: 100%;
align-items: center;
justify-content: end;
}

.social-links li{
list-style: none;
}

.social-links li a{
text-decoration: none;
background: #222;
color: #fff;
border-radius: 50%;
width: 30px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
font-size: 14px;
margin: 0 3px;
}

.social-links li:nth-child(1) a{
background: #3055ae;
}

.social-links li:nth-child(2) a{
background: #da0505;
}

.social-links li:nth-child(3) a{
background: #1c9be9;
}

.social-links li:nth-child(4) a{
background: #dd4949;
}

.social-links li:nth-child(5) a{
background: #00669a;
}



.carousel-caption{
padding: 0;
left: 12%;
display: flex;
height: 100%;
right: 57%;
justify-content: center;
text-align: left;
flex-direction: column;
top: 0;
bottom: 0;
align-items: start;
}

.carousel-caption h2, .carousel-caption p{
  color: #282828;
}

.carousel-caption p{
  font-weight: 300;
}

.carousel-caption a{
  border:2px solid var(--secondary-color);
  color: var(--secondary-color);
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 15px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}
.carousel-caption a:hover{
  background: var(--secondary-color);
  color: var(--bs-white);
}


.carousel .carousel-item.active .animated1 {
  -webkit-animation: fadeInRight 1s ease-in-out 500ms both;
  animation: fadeInRight 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated2 {
  -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
  animation: fadeInLeft 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated3 {
  -webkit-animation: fadeInDown 1s ease-in-out 500ms both;
  animation: fadeInDown 1s ease-in-out 500ms both;    
}
.carousel .animated4 {
  -webkit-animation: fadeInUp 1s ease-in-out 500ms both;
  animation: fadeInUp 1s ease-in-out 500ms both;    
}
.carousel-caption::before{
  -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
  animation: fadeInLeft 1s ease-in-out 500ms both;
}
.carousel-caption {
    transition: opacity 500ms;
    text-shadow: none;
/*    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;*/
}

.carousel-inner > .carousel-item .carousel-caption {
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.carousel .carousel-item.active .carousel-caption {
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;  
}

.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control.right {
  background: none;
}
.carousel-control.left {
  background: none;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}


.sec1{
padding: 50px 0;
}

.sec1-bx{
position: relative;
border-radius: 6px;
}

.sec1-bx a{
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  border-radius: 6px;
  display: flex;
  align-items: end;
  justify-content: end;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.sec1-bx a:hover{
transform: translateY(-4px);
-webkit-transform: translateY(-4px);
-moz-transform: translateY(-4px);
box-shadow: 0 0 20px rgba(1, 1, 1, 0.2);
}

.sec1-bx .sec1-content{
position: absolute;
left: 25px;
display: flex;
flex-direction: column;
height: 100%;
top: 20px;
}

.sec1-bx .sec1-content h4{
font-weight: 400;
color: #222;
font-size: 20px;
}

.sec1-bx .sec1-content h6{
font-weight: 300;
margin: 0;
}

.sec-title h4{
font-weight: 400;
position: relative;
padding-bottom: 10px;
border-bottom: 1px solid #f0f0f1;
margin-bottom: 25px;
 }

.sec-title h4::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 2px;
  background: var(--secondary-color);
}

.sec2 h6{
font-weight: 400;
}

.sec2 h3{
color: var(--secondary-color);
}

.sec2 a{
  border: 2px solid var(--secondary-color);
  color: var(--secondary-color);
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 15px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.sec2 a:hover {
  background: var(--secondary-color);
  color: var(--bs-white);
}


.sec2 p{
font-size: 15px;
line-height: 26px;
font-weight: 300;
color: var(--text-color);
text-align: justify;
}

.sec3-bx{
position: relative;
}
.sec3-bx a{
text-decoration: none;
display: block;
text-align: center;
border-radius: 6px;
padding: 10px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
height: 100%;
color: var(--primary);
border:2px solid transparent;
overflow: hidden;
margin: 0 2px;
}

.sec3-bx p{
margin-bottom: 0px;
font-size: 14px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
overflow: hidden;
height:40px;
}

.sec3-bx .rating{
font-size: 14px;
color: #fdd835;
padding: 7px 0;
}

.sec3-bx .price{
color: var(--secondary-color);
font-size: 17px;
font-weight: 500;
}

.sec3-bx button{
font-size: 14px;
border-radius: 20px;
padding: 2px 11px;
background: #eaf4ff;
color: #0063d1;
}

.sec3-bx.slick-active a::after{
  content: " ";
  width: 1px;
  height: 214px;
  background-color: #ebebeb;
  display: block;
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.sec3-bx.slick-active a:hover::after{
  display: none;
}

.sec3-bx a:hover{
border:2px solid #ebebeb;
}

.slick-pre, .slick-nxt{
  display: none !important;
}

.sec3-bx a span{
border: 2px solid var(--bs-gray-300);
border-radius: 30px;
display: block;
font-size: 15px;
font-weight: 300;
padding: 4px 5px;
color: var(--bs-gray-700);
margin-top: 10px;
transition:.4s;
-webkit-transition:.4s;
-moz-transition:.4s;
transform: translate(0, 60px);
-webkit-transform: translate(0, 60px);
-moz-transform: translate(0, 60px);
visibility: hidden;
}

.sec3-bx a:hover span{
transform: translate(0, 0px);
-webkit-transform: translate(0, 0px);
-moz-transform: translate(0, 0px);
visibility: visible;
}

.sec3-bx a span:hover{
border: 2px solid var(--secondary-color);
background: var(--secondary-color);
color: var(--bs-white);
}

.sec4{
padding: 80px 0 50px;
background: url(../images/sec4-bg.jpg);
background-size: cover;
}


.sec4 h3{
font-weight: 300;
font-size: 26px;
position: relative;
margin-bottom: 25px;
}

.sec4 h3::before{
  position: absolute;
  content: '';
  left: 0;
  top: -12px;
  width: 38px;
  background: var(--secondary-color);
  height: 2px;
}

.sec4 h3 strong{
  font-weight: 500;
}


.sec4-bx a{
display: flex;
background: var(--bs-white);
text-decoration: none;
color: var(--primary);
padding: 15px;
border-radius: 6px;
margin-right: 15px;
margin-bottom: 15px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;

}

.sec4-bx a:hover{
box-shadow: 0 0 10px rgba(1, 1, 1, 0.1);

}

.sec4-bx a img{
  width: 170px;
}

.sec4-bx .sec4-content{
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 12px;
}

.sec4-bx p{
  font-size: 15px;
  margin: 0;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
overflow: hidden;
height: 40px;
}

.sec4-bx .rating {
  font-size: 14px;
  color: #fdd835;
  padding: 7px 0;
}

.sec4-bx .price {
color: var(--secondary-color);
font-size: 17px;
font-weight: 500;
}

.sec4-bx button {
	font-size: 14px;
	border-radius: 20px;
	padding: 2px 11px;
	background: #eaf4ff;
	color: #0063d1;
}

.sec3-content{
position: absolute;
top: 15px;
color: var(--bs-white);
text-align: center;
width: 92%;
}

.sec3-content h6{
font-size: 15px;
font-weight: 300;
}

.sec3-content h2{
font-size: 22px;
}

.sec3-content p{
margin: 0;
font-size: 14px;
}

.sec3-content a{
  text-decoration: none;
  color: #fff;
  font-size: 13px;
text-transform: uppercase;
border-bottom: 1px solid #fff;
}

.in-banner{
background: #eff7ff;
padding: 16px 0;
}

.in-banner h2{
font-size: 30px;
color: var(--secondary-color);
margin: 0;
font-weight: 400;
}

.in-banner ul {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: end;
  align-items: center;
  height: 100%;
}

.in-banner ul li {
  font-size: 15px;
  list-style: none;
  color: var(--secondary-color);
  font-weight: 300;
}

.in-banner ul li a {
  text-decoration: none;
  color: var(--primary);
}

.in-banner ul li a span {
  font-size: 12px;
  padding: 0 6px;
}

.inner-matter {
  padding: 50px 0;
}

.inner-matter h4::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 2px;
  background: var(--secondary-color);
}

.inner-matter h4 {
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f1;
  margin-bottom: 25px;
}

.side-list {
  border-radius: 8px;
  padding: 20px;
  border:1px solid #e6e6e6;
  margin-bottom: 15px;
}

.side-list ul {
  margin: 0;
  padding: 0;
}

.side-list ul li {
  list-style: none;
  cursor: pointer;
  font-size: 15px;
}

.side-list ul li a {
  text-decoration: none;
  display: block;
  color: var(--primary);
  padding: 8px 0;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.side-list ul li a span{
  font-size: 12px;
  color: var(--secondary-color);
}


.side-list ul li a i {
  font-size: 14px;
  float: right;
  position: relative;
  top: 5px;
}

.side-list ul li a:hover{
  color: var(--secondary-color);
}

.side-list ul li a:not([href]):not([class]){
 color: var(--primary);
}

.side-list ul ul {
  padding-left: 12px;
}

.filter-bx{
border-radius: 8px;
padding: 15px;
margin: 0 0 15px 0;
border: 1px solid #e6e6e6;
}

.filter-bx .dropdown-item {
  font-size: 14px;
  padding: 6px 15px;
}

.filter-bx .dropdown-menu {
  padding: 8px 0;
}

.gr-lst{
display: inline-flex;
padding: 0;
margin: 0;
width: 20%;
line-height: 0;
}

.gr-lst li{
  list-style: none;
  font-size: 25px;
  cursor: pointer;
}

.gr-lst li.active{
  color: var(--secondary-color);
}

.gr-lst li a{
text-decoration: none;
color: var(--primary);
margin-right: 10px;
}

.gr-lst li:nth-child(2){
  font-size: 28px;
  position: relative;
  top: -1px;
}

.view-toggle {
display: flex;
}

.view-toggle button {
    margin: 0 10px;
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 16px;
}

.view-toggle button:hover {
    background-color: #f0f0f0;
}

/* Highlight the active button */
.view-toggle button.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

/* Product container styles */
.product-container {
    display: flex;
    flex-wrap: wrap;
}

/* Default grid view */
.grid .product-card {
    width: 20%;
  padding: 10px;
  text-align: center;
}

.product-card a{
text-decoration: none;
display: block;
color: var(--primary);
}

.product-card p{
font-size: 14px;
margin: 0;
width: 100%;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
overflow: hidden;
min-height: 40px;
padding-top: 5px;
}

.grid .product-card a{
padding: 10px;
border-radius: 8px;
display: block;
border: 2px solid #ebebeb;
position: relative;
overflow: hidden;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.grid .product-card a:hover{
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
}




@media screen and (max-width: 1460px) {
.grid .product-card{width: 25%;}
}
@media screen and (max-width: 1199px) {
 .grid .product-card {width: 33.3%;}
}

@media screen and (max-width: 575px) {
.grid .product-card {width: 50%;}
}

@media screen and (max-width: 300px) {
.grid .product-card {width: 100%;}
}

/* List view */
.list .product-card {
width: 100%;
margin-bottom: 20px;
padding: 10px;
border-radius: 8px;
display: block;
border: 2px solid #ebebeb;
position: relative;
overflow: hidden;
}

.product-card .rating {
  font-size: 14px;
  color: #fdd835;
  padding: 7px 0;
}

.product-card .price {
color: var(--secondary-color);
font-size: 17px;
font-weight: 500;
}

.product-card button {
	font-size: 14px;
	border-radius: 20px;
	padding: 2px 11px;
	background: #eaf4ff;
	color: #0063d1;
}

.product-container.list .product-card{
  text-align: left;
}
.product-container.list .product-card a{
display: flex;
text-align: left;
align-items: center;
}

.product-container.list .product-card img{
  width: 220px;
}

.outter-pr{
margin-bottom: 15px;
}


.single-product{
position: relative;
border: 1px solid #ebeef1;
border-radius: 8px;
padding: 10px;
}

.single-product i{
position: absolute;
right: 0;
top: 0;
width: 38px;
height: 38px;
line-height: 38px;
text-align: center;
background: var(--secondary-color);
color: var(--bs-white);
border-radius: 50%;
z-index: 99;
}



.slider-nav .s-pro-img {
 width: 80px !important;
  margin: 0 5px;
}

.slider-nav .s-pro-img img{
 margin: 5px 0;
border: 1px solid #ebeef1;
border-radius: 8px;
cursor: pointer;
}

.slider-nav .slick-track{
  display: flex;
  flex-direction: column;
}


.slider-nav .s-pro-img.slick-current img{
border:1px solid var(--secondary-color);
}

.slider-for .s-pro-img img{
border-radius: 8px;
}


.pro-details h2{
font-size: 26px;
margin-top: 10px;
}

.pro-details .rating {
  font-size: 14px;
  color: #fdd835;
  padding: 5px 0 15px;
}

.pro-details button {
	font-size: 15px;
	border-radius: 20px;
	padding: 2px 11px;
	background: #eaf4ff;
	color: #0063d1;
}

.pro-details h3{
font-weight: 300;
color: var(--secondary-color);
font-size: 34px;
}

.pro-details h5{
  font-weight: 400;
}

.pro-details ul{
padding-left: 0px;  
}

.pro-details ul li{
  list-style: none;
  color: var(--text-color);
  font-size: 15px;
  line-height: 35px;
}

.pro-details ul li::before{
  font-family: 'Linearicons-Free';
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
content: "\e876";
font-size: 13px;
margin-right: 5px;
}

.pro-details p {
  color: var(--text-color);
  font-size: 15px;
}


.pro-table table{
width: 95%;
}

.pro-table table tr:nth-child(2n+1) {
  background: #fff;
}

.pro-table table tr:nth-child(2n) {
  background: #f7f7f7;
}

.pro-table table tr th {
  padding: 10px;
  color: var(--primary);
  font-weight: 400;
}

.pro-table table tr td {
  padding: 10px;
  font-size: 15px;
  color: var(--text-color);
}

.privacy p, .privacy ul li{
font-size: 15px;
color: var(--text-color);
line-height: 26px;
}

.privacy h5{
  font-weight: 400;
color: var(--secondary-color);
}

.login-form{
border: 1px solid rgba(0,0,0,0.1);
padding: 30px;
}

.login-form h3{
font-weight: 400;
font-size: 26px;
margin-bottom: 15px;
border-bottom: 1px solid rgba(0,0,0,0.1);
text-align: center;
padding-bottom: 15px;
}

.login-form label{
font-size: 15px;
color: var(--text-color);
padding-bottom: 6px;
}
.login-form .form-control{
border-radius:0px;
height:45px;
font-size: 15px;
}

.login-form button{
width: 100%;
background: #ed078f;
color: var(--bs-white);
border: none;
font-size: 15px;
padding: 10px 12px;
font-weight: 500
}

.login-form p{
    text-align:center;
    padding-top: 10px;
}

.login-form p a{
   text-decoration:none; 
   color: #ed078f;
}

footer{
padding: 60px 0 10px;
background: #f9f9f9;
}


footer h3{
color: var(--bs-white);
font-weight: 400;
text-transform: uppercase;
}

footer p{
color: var(--text-color);
font-weight: 300;
line-height: 26px;
font-size: 15px;
}

footer p span{
  padding-right: 5px;
  color: var(--secondary-color);
}


footer h4{
font-size: 20px;
font-weight: 300;
position: relative;
padding-bottom: 10px;
border-bottom: 1px solid rgba(0,0,0,0.1);
margin-bottom: 25px;
}

footer h4::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 20px;
  height: 2px;
  background: var(--secondary-color);
}

footer ul{
  padding: 0;
}

footer ul li{
list-style: none;
}

footer ul li a{
  text-decoration: none;
  color: var(--text-color);
  font-weight: 300;
  display: block;
line-height: 30px;
font-size: 15px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

footer ul li a span{
font-size: 13px;
}

footer ul li a:hover{
  color: var(--secondary-color);
}




@media only screen and (min-width:0px) and (max-width:575px){ 

}


@media only screen and (max-width:768px){ 

.t-left ul {
	justify-content: center;
	padding-bottom: 5px;
}

.social-links {
	justify-content: center;
}

.srch-frm {
margin:15px 0;
}

.logo{
    display:flex;
justify-content: center;
}
.carousel-caption p {
display:none;
}

.top-bx{
    display:none;
}

.navbar {
	padding: 10px 0;
	justify-content: end;
}

.navbar-toggler {
	background: var(--secondary-color);
	color: var(--bs-white);
	border: 1px solid var(--secondary-color);
	line-height: 23px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 4px 12px;
	font-size: 15px;
}

}


@media (min-width:480px) and (max-width:736px){

}

@media (min-width:768px) and (max-width:800px){


}

@media (min-width:768px) and (max-width:991px){

}

@media (min-width:992px) and (max-width:1200px){

}

@media (width:1024px){


}
