@charset "utf-8";
/*----------
* Theme: Solar Whole Seller
* Author: ANTS Creation
* URL : https://www.ants.lk/
----------------------------
* header css file
----------------------------------*/

/*
--
top-header
---------------------------*/

.top-header-bar{
    background-color: var(--theme-2);
    padding: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    /* position: relative; */
}

.align-items-center{
    align-items: center !important;
}

.top-header-bar .header-information ul li{
    display: inline-flex;
    font-size: 0.8rem;
    color: #fff;
    padding-right: 8px;
    margin-right: 6px;
    position: relative;
}

.top-header-bar .header-information .infor-list .infor-list-item:not(:first-child)::before{
    content: "";
    position: absolute;
    background: rgb(149, 167, 224);
    width: 1px;
    height: 19px;
    left: -9px;
    top: 0px;
}


.infor-list .desk-view{
    color:white;
}

.top-header-bar .header-information ul li i {
    margin-right: 5px;
    font-size: 1rem;
    position: relative;
}

.top-header-bar .header-information ul li a{
    color: var(--white);
    text-decoration: none;
}

.top-header-bar .header-social ul li{
    display: inline-block;
    font-size: 0.9rem;
}

.top-header-bar .header-social ul li a i {
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    position: relative;
    z-index: 0;
    transition: 0.5s;
}

.top-header-bar .header-social ul li a i:hover{
    /* background-color: var(--theme-4); */
    background-color: var(--theme-5);
    color: #fff;
    border-radius: 2px;
}

.top-header-bar .header-social ul li a i::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: #fff;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .5s;
}

button.navbar-toggler.nav-icon{
    border: none;
}

/* second header */
.second-top-header-bar{
    background-color: #fff;
    position: relative;
    padding-top: 10px;
    padding-bottom: 38px;
}

.ct-header-holder {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    float: right;
}

.ct-header-holder .ct-header-info-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
}

.ct-header-info-item.ct-mail{
    padding-left: 0;
    margin-left: 50px;
}

.ct-header-info-item.ct-address{
    padding-left: 0;
    margin-left: 50px;
}

.ct-header-info-item .h-item-meta{
    color: #fff;
}

.h-item-icon i{
    font-size: 30px;
    color: var(--theme-6);
    padding-right: 15px;
}

.h-item-icon .call{
    transform: rotate(-45deg);
    padding-bottom: 10px;
    padding-right: 7px;
}

.h-item-meta label{
    font-weight: 700;
    color: var(--theme-6);
    line-height: 20px;
    display: block;
    cursor: pointer;
}

.h-item-meta span{
    color: rgb(18, 18, 18);
    font-weight: 500;
}
/*
--
Navigation bar
------------------------------*/
.navbar{
   height: 70px;
   background-color: var(--theme-4);
   position: relative;
   box-shadow: 7px 5px 30px rgba(72,73,121,.15);
   border-radius: 8px;
   top: -35px;
   padding: 0;
   z-index: 1;
}

.navbar-brand2{
    display: none;
}

.navbar .navbar-header a{
    padding: 0;
}

.navbar-brand{
    margin-right: 0;
}

/* .navbar-brand2 img{
    width: 60%;
} */

.navbar .nav-item .nav-link{
    padding: 0px 30px 0px 30px;
    color: #fff;
    /* font-weight: 600; */
}

.navbar .nav-item .nav-link.active{
    /* color: var(--theme-2); */
    color: var(--theme-5);
    font-weight: 600;
}

.navbar .nav-item .nav-link:hover {
    /* color: var(--theme-2); */
    color: var(--theme-5);
}

.sticky.is-sticky {
    position: fixed;
    top: 35px;
    z-index: 1000;
    width: 100%;
    margin: 0;
    border-radius: 0;
    /* animation: .90s ease 0s normal reverse 1 running slideInDown; */
    animation: .90s slideInDown;
}

.sticky.is-sticky .navbar{
    border-radius: 0;
    background-color: #fff;
}

.sticky.is-sticky .navbar .nav-item .nav-link{
    color: #000;
    font-weight: 600;
}

.sticky.is-sticky .navbar .nav-item .nav-link.active{
    color: var(--theme-5);
}

.sticky.is-sticky .navbar .nav-item .nav-link:hover {
    color: var(--theme-6);
}

.sticky.is-sticky .navbar-brand2{
    display: block;
}

.align-nav{
    margin: auto;
    float: none;
    width: 70%
}
/*
Side-nav
************************************/
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
    padding-top: 15px;
    box-shadow: 7px 5px 30px rgba(72,73,121,.15);
}

.btn-info{
	border: none;
    background: transparent;
    color: var(--theme-4);
    font-size: 1.5rem;
}

.btn-info:focus{
    box-shadow: none !important;
}

.btn-info:hover{
    /* color: var(--theme-2); */
    color: var(--theme-5);
	background: transparent;
}

.btn-info:not(:disabled):not(.disabled):active{
    /* color: var(--blue); */
    color: var(--theme-5);
	border: none;
	background: transparent;
}

.sidenav a:hover {
    /* color: var(--theme-2); */
    color: var(--theme-5);
}

.sidenav .closebtn {
	font-weight: 300;
	font-size: 2rem;
    padding-left: 13rem;
    color: var(--theme-4);
}

.sidenav ul li {
	padding-left: 1rem;
}

.sidenav .nav-item .nav-link{
	color: #000;
	padding: 10px 10px !important;
	border-bottom: 1px solid rgb(192, 190, 190);
    width: 90%;
    font-size: 15px;
    font-weight: 600;
}

.sidenav .nav-item .nav-link.active{
    /* color: var(--theme-2); */
    color: var(--theme-5);
    font-weight: 600;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
}

.sidenav .sidenav-ct-header-holder {
    margin: 15px;
    /* display: flex;
    float: right; */
}

.sidenav .sidenav-ct-header-holder .sidenav-ct-header-info-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
}

.sidenav-ct-header-info-item.ct-call{
    padding: 15px;
    border-bottom: 1px solid  rgb(192, 190, 190);
}

.sidenav-ct-header-info-item.ct-mail{
    padding: 15px;
    border-bottom: 1px solid  rgb(192, 190, 190);;
}

.sidenav-ct-header-info-item.ct-address{
    padding: 15px;
}

/* .sidenav-ct-header-info-item .sidenav-h-item-icon{
    line-height: 1;
    padding-bottom: 17px;
} */

.sidenav-ct-header-info-item .sidenav-h-item-meta{
    color: #fff;
}

.sidenav-h-item-icon i{
    font-size: 26px;
    color: var(--theme-2);
    padding-right: 15px;
}

.sidenav-h-item-icon .call{
    transform: rotate(-45deg);
    padding-bottom: 5px;
}

.sidenav-h-item-meta label{
    font-weight: 700;
    color: #000;
    line-height: 20px;
    display: block;
    cursor: pointer;
    font-size: 14px;
}

.sidenav-h-item-meta span{
    color: rgb(126, 125, 125);
    font-weight: 600;
    font-size: 13px;
}