
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css');
@import url('https://sachinchoolur.github.io/lightslider/dist/css/lightslider.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css');

:root{
	  --primary-bg-color: #1C568D;
  	--primary-color: #787A7C;
  	--secondry-bg-color: #F6BB06;
  	--white: #fff;
  	--black: #000;
  	--shadow-color: rgba(0, 0, 0, 0.16);
  	--lighter-primary-bg-color: #ECF6FF;
  	--input-border-color: #D6D6D6;
  	--card-bg-shadow: rgb(142 196 246);
}

.btn{
	border-radius: 7px;
	border: none;
}

.btn-primary{
	background-color: var(--primary-bg-color);
	color: var(--white);
}

.btn-primary:hover{
	background-color: var(--primary-bg-color);
	color: var(--white);
}

.btn-secondry{
	background-color: var(--secondry-bg-color);
	color: var(--white);
	box-shadow: 0px 3px 6px var(--shadow-color);
}

.btn-secondry:hover{
	background-color: var(--secondry-bg-color);
	color: var(--white);
	box-shadow: 0px 3px 6px var(--shadow-color);
}

.btn-dark{
	background-color: var(--black);
	color: var(--white);
	box-shadow: 0px 3px 6px var(--shadow-color);
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    background-color: var(--primary-bg-color);
    z-index: 9999;
}

h1{
	font-size: 26px;
	font-weight: 500;
	color: var(--black);
}

h2{
	color: var(--black);
	font-size: 26px;
	font-weight: 500;
}

h3{
	color: var(--black);
	font-size: 26px;
	font-weight: 500;
}

h4 ,
h5 ,
h6{
	color: var(--primary-bg-color);
}

.card{
	border-radius: 15px;
	border: none;
	box-shadow: 0px 3px 6px var(--shadow-color);
	margin: 0px 7px;
	height: 100%;
}

.invert{
	filter: invert(100%);
}

label.form-label{
	color: #333;
	font-weight: 500;
	font-size: 15px;
}

.card-bg{
	background-color: var(--lighter-primary-bg-color);
	box-shadow: 0px 3px 6px var(--card-bg-shadow);
}

body{
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: var(--primary-color);
}

.top-header{
	background-color: var(--lighter-primary-bg-color);
	font-size: 14px;
	color: var(--black);
}

.top-header a{
	color: var(--black);
	text-decoration: none;
}

.top-header a:hover{
	color: var(--primary-bg-color);
	text-decoration: none;
}

.logo a{
	text-decoration: none;
}

@media (max-width: 990px) {
	.logo .logo_name{
		display: none;
	}
}

.main-search{
	background: url(../images/search.png) no-repeat center right;
	height: 40px;
	min-width: 150px !important;
}

.header-right label{
	font-size: 15px;
	font-weight: 400;
	color: var(--black);
}

@media (max-width: 990px) {
	.header-right label{
		display: none;
	}
}

.header-right{
	display: flex;
	justify-content: end;
	align-items: center;
}

.main-nav .navbar .navbar-toggler .navbar-toggler-icon{
	 filter: invert(10);
}

.main-nav{
	background-color: var(--primary-bg-color);
	color: var(--white);
	font-size: 14px;
}

.main-nav .navbar-nav .nav-item .nav-link{
	color: var(--white);
}

.main-nav .navbar-nav .nav-item .dropdown-menu{
	font-size: 14px;
}

.footer-wrapper{
	background-color: var(--primary-bg-color);
	color: var(--white);
	font-size: 15px;
}

.footer-wrapper ul{
	list-style: none;
}

.footer-wrapper ul li{
	line-height: 36px;
}

.footer-wrapper ul li a{
	color: var(--white);
	text-decoration: none;
}

.footer-wrapper ul li a:hover{
	color: var(--white);
	text-decoration: underline;
}


.footer-wrapper .footer-bottomline{
	font-size: 13px;
}

.footer-wrapper .footer-bottomline a{
	color: var(--white);
	text-decoration: none;
}


.slider .carousel.slide .carousel-item img{
	height: 70vh;
	object-fit: cover;
	object-position: center;
}

.slider .carousel.slide .carousel-caption{
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 30px;
	text-align: left;
	padding: 30px 30px;
	right: 7%;
	left: unset;
	bottom: unset;
	top: 8%;
	width: 30%;
	min-width: 300px;
}

.slider .carousel.slide .carousel-caption h5{
	font-size: 36px;
	color: var(--white);
}

.slider .carousel.slide .carousel-caption p{
	font-size: 20px;
}

.main-cat{
	margin-top: -50px;
}

.main-cat .card{
	border-radius: 15px;
	border: none;
	box-shadow: 0px 3px 6px var(--shadow-color);
	margin: 0px 7px;
	height: 100%;
}

.main-cat .card h4{
	color: var(--primary-bg-color);
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}

.main-cat .card img{
	height: 100px;
}

.main-cat .card p{
	font-size: 15px;
	color: var(--primary-color);
	margin-top: 20px;
	margin-bottom: 5px;
}

.simplesat{
	padding: 40px 0px;
}

.featured-products{
	background-color: var(--lighter-primary-bg-color);
	padding: 50px 0px;
}

.featured-products .carousel-item .card{
	margin: 0px 15px 5px 15px;
	text-align: center;
	border: none;
	box-shadow: 0px 3px 6px var(--shadow-color);
	padding: 20px;
}

.featured-products .carousel-item .card h6{
	margin-top: 15px;
	color: var(--primary-bg-color);
}

.featured-products .carousel-item .card p{
	font-size: 14px;
	color: var(--primary-color);
}


@media (max-width: 768px) {
  .featured-products .carousel-inner .carousel-item > div {
    display: none;
  }
  .featured-products .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.featured-products .carousel-inner .carousel-item.active,
.featured-products .carousel-inner .carousel-item-start,
.featured-products .carousel-inner .carousel-item-next,
.featured-products .carousel-inner .carousel-item-prev {
  display: flex;
  // transition-duration: 10s;
}

/* display 4 */
@media (min-width: 768px) {
  .featured-products .carousel-inner .carousel-item-right.active,
  .featured-products .carousel-inner .carousel-item-next,
  .featured-products .carousel-item-next:not(.carousel-item-start) {
    transform: translateX(25%) !important;
  }

  .featured-products .carousel-inner .carousel-item-left.active,
  .featured-products .carousel-item-prev:not(.carousel-item-end),
  .featured-products .active.carousel-item-start,
  .featured-products .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-25%) !important;
  }

  .featured-products .carousel-item-next.carousel-item-start, 
  .featured-products .active.carousel-item-end {
    transform: translateX(0) !important;
  }

  .featured-products .carousel-inner .carousel-item-prev,
  .featured-products .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-25%) !important;
  }
}


.brands{
	padding: 50px 0px;
}

.brands .owl-carousel.version-1, 
.owl-carousel.version-2{
  position: relative;
  padding: 15px 35px 0;
}

.brands .logo-slider-1, 
.logo-slider-2{
  width: 100%;
/*  max-width: 1000px;*/
  margin: 0 auto 40px;
  text-align: center;
}

.brands .owl-carousel .owl-item {
    background: #fff;
    padding: 0 10px;
}

.brands .owl-carousel .card{
	border-radius: 15px;
	box-shadow: 0px 3px 6px var(--shadow-color);
	border: none;
	padding: 15px;
	text-align: center;
	margin-bottom: 15px;
}

.brands .owl-carousel .card img{
	height: 80px;
	width: auto;
	object-fit: contain;
}

.brands .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #fff !important;
    border-radius: 50%;
    margin: auto 0;
    box-shadow: 0px 0px 5px #00000069;
}

.brands .owl-nav button.owl-next{
  right: 0;
}

.brands .owl-nav button.owl-prev{
  left: 0;
}

.footer-blocks{
	background: url(../images/slider2.jpg) no-repeat center center;
	padding: 50px 0px;
}

.footer-blocks .card h4{
	color: var(--primary-bg-color);
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}

.footer-blocks .card .card-body{
	padding: 25px;
}

.footer-blocks .card .card-body .card-content{
	text-align: left;
	font-size: 15px;
	color: var(--primary-color);
}

.footer-blocks .card .card-body .card-content span{
	margin-bottom: 15px;
	display: block;
}

.footer-blocks .card .card-body .card-content span p{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.footer-blocks .card .card-body .card-content span small{
	color: var(--secondry-bg-color);
}

.footer-blocks .card .card-body .card-content p strong{
	color: var(--primary-bg-color);
}

.footer-blocks .card .card-footer{
	background-color: transparent;
	border: none;
	padding-bottom: 20px;
}

.offcanvas .offcanvas-body{
	max-height: 80vh;
	overflow-y: auto;
}

.offcanvas .offcanvas-body .pro-img{
	width: 100px;
	margin-right: 15px;
	max-width: 100px;
}

.offcanvas .offcanvas-body .pro-img img{
	width: 100px;
	height: 100px;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
}

.offcanvas .offcanvas-body .pro-content{
	text-align: left;
}

.offcanvas .offcanvas-body .pro-content h6{
	color: var(--primary-bg-color);
}

.offcanvas .offcanvas-body .pro-content p{
	font-size: 15px;
	color: var(--primary-color);
	margin-bottom: 0px;
}

.offcanvas .offcanvas-body .pro-content span label{
	font-weight: 500;
}

.offcanvas .offcanvas-footer{
	padding: 1rem;
}

.offcanvas .offcanvas-footer label{
	font-weight: 500;
	font-size: 16px;
}

.inner-slider{
	color: var(--white);
	padding: 45px 15px;	
	position: relative;
	height: 150px;
}

.inner-slider::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  position: absolute;
  background: url(../images/slider.jpg) no-repeat center center;
  background-size: cover;
  filter: brightness(0.40);
}

.inner-slider h1{
	color: var(--white);
	margin-bottom: 0px;
}

.inner-slider p{
	font-size: 14px;
	margin-bottom: 0px;
}

.inner-slider p a,
.inner-slider p a:hover{
	color: var(--white);
	text-decoration: none;
}



.product-slider #lightSlider {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}

.product-slider li {
    display: block;
    float: left;
    cursor:pointer;
}

.product-slider img {
    display: block;
    height: auto;
    width: 100%;
    height: 77vh;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}

.product-slider .lSSlideOuter .lSPager.lSGallery{
	margin-top: 20px !important;
}

.product-slider .lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.5;
}

.product-slider .lSSlideOuter .lSPager.lSGallery li.active {
    opacity: 1;
}

.product-slider .lSSlideOuter .lSPager.lSGallery li.active, 
.product-slider .lSSlideOuter .lSPager.lSGallery li{
  border-radius: 0;
}

.product-slider .lSSlideOuter .lSPager.lSGallery li.active:hover, 
.product-slider .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
}

.product-slider .lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 90px;
    max-width: 100%;
    border-radius: 10px;
}

.product-slider .lightSlider li a img{
	border-radius: 25px;
	box-shadow: 0px 3px 6px var(--shadow-color);
	margin-bottom: 15px;
}

.product-details{
	padding-left: 30px;
}

.product-details label{
	color: var(--primary-bg-color);
	margin-bottom: 10px;
}

.product-spec{
	background-color: var(--lighter-primary-bg-color);
	border-radius: 20px;
	padding: 25px;
	color: var(--black);
	font-weight: 400;
}

.product-spec p{
	margin-bottom: 5px;
}

.product-spec span{
	color: var(--primary-bg-color);
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
	display: block;
}

.product-spec .input-group input[type=text],
.combind-item .input-group input[type=text]{
	max-width: 100px;
	width: auto;
}

.product-spec .input-group .btn,
.combind-item .input-group .btn{
	padding: 8px 20px;
}



.combind-item{
	margin-top: 30px;
}

.combind-item h4{
	color: var(--primary-bg-color);
	font-size: 16px;
}

.combind-item .card .card-title{
	margin-bottom: 5px;
}

.combind-item .card .card-text{
	margin-bottom: 0px;
	font-size: 14px;
}

.combind-item .card .card-text label{
	color: var(--primary-bg-color);
	font-weight: 500;
	font-size: 15px;
}

.combind-item img{
	height: 100%;
	object-fit: cover;
	object-position: center;
}


.sidebar h4{
	color: var(--black);
	font-size: 18px;
}

.sidebar .btn{
	padding: 8px 20px;
}

.sidebar .accordion .accordion-item{
	background-color: var(--lighter-primary-bg-color);
	border-radius: 20px;
	border: none;
	margin-bottom: 15px;
}

.sidebar .accordion .accordion-item .accordion-header .accordion-button{
	font-weight: 500;
	font-size: 18px;
	color: var(--primary-bg-color);
	background-color: var(--lighter-primary-bg-color);
	box-shadow: none;
	border-radius: 20px 20px 20px 20px;
}

.sidebar .accordion .accordion-item .accordion-body{
	font-weight: 300;
	padding: 0px 20px 20px 20px;
}

.sidebar .accordion .accordion-item .accordion-body .form-check{
	margin-bottom: 10px;
}

.sidebar .accordion .accordion-item .accordion-body .form-check .form-check-label{
	font-size: 15px;
}


.content-box {
    max-height: 3em;
    overflow: hidden;
}

.content-box.expanded {
    max-height: none;
}

.read-more-btn{
	padding: 8px 20px;
}

.listgrid-switch a{
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius: 5px;
	box-shadow: 0px 3px 6px var(--shadow-color);
	color: var(--black);
	margin-right: 10px;
	text-align: center;
}

.listgrid-switch a i{
	color: var(--black);
	font-size: 24px;
	line-height: 40px;
}

.listgrid-switch a.active{
	background-color: var(--black);
	color: var(--white);
}

.listgrid-switch a.active i{
	color: var(--white);
}

#productView .product .card .card-body{
	position: relative;
}

#productView .product .card .card-body .card-img img{
	border-radius: 15px;
	box-shadow: 0px 3px 6px var(--shadow-color);
}

#productView .product .card .card-body .card-content{
	padding-top: 20px;
}

/*#productView .product .card .card-body .card-content .card-right{
	position: absolute;
	bottom: 0;
}*/

#productView .product .card .card-body .card-content h5{
	color: var(--primary-bg-color);
}

#productView .product .card .card-body .card-content h5 a{
	color: var(--primary-bg-color);
	text-decoration: none;
}

#productView .product .card .card-body .card-content label{
	font-weight: 400;
}

#productView .product .card .card-body .card-content p{
	font-size: 14px;
	margin-bottom: 5px;
}

#productView .product .card .card-body .card-content .stock{
	min-height: 30px;
}

#productView .product .card .card-body .card-content .stock p{
	color: var(--primary-bg-color);
	font-size: 18px;
	font-weight: 500;
}

#productView .product .card .card-body .card-content .stock .btn{
	font-size: 13px;
	height: 30px;
	padding: 6px 10px;
}

#productView .product .card .card-body .card-content .card-right span{
	color: var(--primary-bg-color);
	font-weight: 600;
	display: block;
	margin-top: 5px;
}

#productView .product .card .card-body .card-content .card-right span label{
	color: var(--black);
	font-weight: 400;
}





#productView .product.col-lg-12 .card .card-body{
	display: flex;
	justify-content: start;
}

#productView .product.col-lg-12 .card .card-img{
	width: 280px;
	height: auto;
	padding-right: 30px;
}

#productView .product.col-lg-12 .card .card-img img{
	height: 100%;
	object-fit: cover;
	object-position: center;
	max-height: 200px;
	width: 100%;
	max-width: 250px;
	min-width: 250px;
}

#productView .product.col-lg-12 .card .card-body .card-content{
	width: 100%;
	position: relative;
	min-height: unset;
}

#productView .product.col-lg-12 .card .card-body .card-content .card-right{
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}


#productView .product.col-lg-12 .card .card-body .card-content .card-right .input-group input[type=text]{
	max-width: 100px;
	width: auto;
}

#productView .product .card .card-body .card-content .card-right .input-group input[type=text]{
	max-width: unset;
}

#productView .product.col-lg-12 .card .card-body .card-content .card-right .input-group .btn{
	padding: 8px 20px;
}


@media (max-width: 1200px) {
	#productView .product.col-lg-12 .card .card-body .card-content .card-right{
		position: static;
		text-align: left;
	}
}

@media (max-width: 768px) {
	#productView .product.col-lg-12 .card .card-body{
		display: inline;
	}

	#productView .product.col-lg-12 .card .card-img{
		width: 100%;
		height: auto;
		padding-right: 0px;
	}

	#productView .product.col-lg-12 .card .card-img img{
		height: 100%;
		object-fit: cover;
		object-position: center;
		max-height: unset;
		width: 100%;
		max-width: unset;
		min-width: unset;
	}
}


.quick-order .table thead th, 
.quick-order .table tbody td,
.cart-table .table thead th, 
.cart-table .table tbody td{
	vertical-align: middle;
	white-space: nowrap;
	font-size: 14px;
}

.quick-order .table thead th:first-child{
	width: 180px;
}

.quick-order .table thead th:nth-child(3){
	width: 100px;
}

.quick-order .table thead th:nth-child(4){
	width: 100px;
}

.quick-order .table tbody td input[type=number],
.cart-table .table tbody td input[type=number]{
	width: 100px;
	text-align: center;
	appearance: textfield;
}

.quick-order .table thead th, 
.cart-table .table thead th{
	background-color: var(--primary-bg-color);
	color: var(--white);
	font-weight: 500;
}

.quick-order,
.cart-table{
	overflow-x: auto;
}

.card .form-control, 
.card .form-select{
	height: 45px;
	font-size: 14px;
}

.card .btn{
	height: 45px;
}

.my-account .tab-content .table thead th{
	background-color: var(--primary-bg-color);
	color: var(--white);
	font-weight: 400;
}

.pagination .page-item .page-link{
	color: var(--primary-bg-color);
	font-weight: 400;
}

.my-account .tab-content .address-table td span{
	display: inline-block;
	border-radius: 4px;
	background-color: var(--secondry-bg-color);
	padding: 5px 10px;
	font-weight: 500;
}

.breadcrumb{
	background-color: var(--lighter-primary-bg-color);
	padding: 10px 15px;
	border-radius: 7px;
	box-shadow: 0px 3px 3px var(--card-bg-shadow);
}

.breadcrumb .breadcrumb-item a{
	color: var(--primary-bg-color);
	font-weight: 500;
}

.sidebar-item.recent-post ul li{
    list-style: none;
    display: flex;
    justify-content: left;
    margin-left: -30px;
    color: #fff;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.sidebar-item.recent-post ul li a{
    text-decoration: none;
}

.sidebar-item.recent-post ul li .thumb{
    display: inline-block;
    margin-right: 15px;
    text-align: center;
}

.sidebar-item.recent-post ul li .thumb .date{
    background-color: var(--primary-bg-color);
    color: #fff;
    width: 70px;
}

.sidebar-item.recent-post ul li .thumb .date strong{
    font-size: 18px;
    font-weight: 700;
    display: block;
}

.sidebar-item.recent-post ul li .thumb .date span{
    background-color: #ffd200;
    display: block;
    color: #333;
    font-weight: 500;
}

.sidebar-item.recent-post ul li .info a{
    color: var(--primary-bg-color);
    font-size: 15px;
    font-weight: 500;
}

.testimonials .card .card-body span{
	color: var(--primary-bg-color);
	text-align: right;
	float: right;
	font-weight: 500;
}

.testimonials .card .card-body p i{
	color: var(--secondry-bg-color);
}



.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.para-bg{
	background-color: var(--lighter-primary-bg-color);
}

.contact .card{
	height: unset;
}

.contact .card a{
	color: var(--black);
}

.contact h5{
	color: var(--primary-bg-color);
}

.catalog-wrap {
  display: flex;
  flex-wrap: wrap;
}

.catalog-wrap .catalog {
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  color: #666;
  padding: .5rem 1rem;
  border: 1px solid #666;
  align-items: center;
  margin: 0 1rem 1.5rem;
  width: calc(50% - 2rem);
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  color: var(--primary-bg-color);
  text-decoration: none;
}

.catalog-wrap .catalog:hover{
	color: var(--white);
	background-color: var(--primary-bg-color);
}

.__faqs {
    margin-left: 45px;
    position: relative;
    margin-bottom: 1.5rem;
}

.__faqs:before {
    content: 'Q';
    position: absolute;
    left: -45px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    padding: 2px;
    text-align: center;
    font-weight: 500;
    margin-top: -6px;
    line-height: 32px;
}

.__faqs.__question:before {
    content: 'Q';
    background: #214a72;
}

.__faqs.__answer:before {
    content: 'A';
    background: #333;
}


.page-content a,
.page-content a:hover{
	color: var(--primary-bg-color);
}



.tooltip-container {
    position: relative;
    display: inline-block;
  }

  .tooltip-btn {
    
  }

  .tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: 260px;
    background-color: var(--lighter-primary-bg-color);
    color: var(--black);
    text-align: left;
    padding: 10px 15px;
    border-radius: 6px;

    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;

    transition: opacity 0.3s ease;
  }

  .tooltip-text span{
  	font-size: 14px;
  	color: var(--primary-bg-color);
  }

  .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: var(--lighter-primary-bg-color) transparent transparent transparent;
  }

  .tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
  }