@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Caveat:wght@400;700&family=Oswald:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
/*-----dashboard css start-------(6-s-2020)--------gaurav-*/

.mrgn-top 
{
margin-top: 90px;
}
.greybg 
{
    background-color: #f6f6f6;
}

/*----------navbar start-----------------*/


/*------nav--css----*/

nav{
 font-family: 'Oswald', sans-serif;
}

#mainNav .navbar-nav .nav-item 
{
  margin: 0 10px;
}

#mainNav .navbar-nav .nav-item:last-child{
  margin-right: 0
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding: 0 2px;
  transition: 0.3s;
}

.navbar-scrolled{
  background-color: #fff !important;
  padding: 3px 5px !important;
  transition: 0.3s;

  
}

nav.navbar.navbar-scrolled .navbar-brand img {
  max-width: 75px;
  transition: 0.3s;
}

#mainNav.navbar-scrolled .nav-item .nav-link {
  color: #359484;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 20px;
  transition: 0.3s;
}
.navbar-scrolled .navbar-search {

  font-size: 13px;
  padding: 3px 7px;
  transition: 0.3s;
}
.navbar-scrolled .navbar-language{
  border:1px solid #359484;
  color: #359484;
  transition: 0.3s;
}

nav.navbar.navbar-scrolled  .navbar-brand {
  margin: 0 14px;
  padding: 0;
  transition: 0.3s;
}

nav.navbar .navbar-brand{
  margin: 0 40px;
  padding: 0;
  transition: 0.3s;
}
nav.navbar .navbar-brand img {
  max-width: 120px;
  transition: 0.3s;
}

.navbar-search{
	background: #ffffff;
    box-shadow: none!important;
    border: 0!important;
    margin-right: 290px;
    transition: 0.3s;
    color: #359484;
    border: 1px solid #fff !important;
}

.navbar-search:active, .navbar-search:focus, .navbar-search:hover  {
background: transparent;
    box-shadow: none!important;
    border: 1px solid #fff !important;
}

.navbar-language {
  border: 1px solid #fff;
  padding: 0px 8px;
  border-radius: 3px;
  background: transparent;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.2px;
  box-shadow: none !important;
  transition: 0.3s;

}

.navbar-language:hover, .navbar-language:active, .navbar-language:focus   {
  color: #016657!important;
  background:rgba(255,255,255,1)!important;
  box-shadow: none !important;
}

.select-language .dropdown-menu {
  left: inherit !important;
  right: -1px!important;
  width: 79px !important;
  min-width: inherit;
  padding:4px 7px;
}

.select-language .dropdown-menu .dropdown-item {
  padding: 0px 8px;
  cursor: pointer;
  background: transparent !important;
}


.select-language .dropdown-menu .dropdown-item:hover,
.select-language .dropdown-menu .dropdown-item:active,
.select-language .dropdown-menu .dropdown-item:focus {
  color: #016657!important;
  outline: none;
}


.orderonline {
	border: 1px solid #ffffff;
    padding: 1px 10px;
    border-radius: 3px;
    background: #ffffff;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.1px;
    box-shadow: none !important;
    transition: 0.3s;
    color: #359484;
    text-decoration: none;
    margin-right: 130px;
}

.orderonline:hover {
    border: 1px solid #ffffff;
    color: #fff;
    background: transparent;
    transition: 0.3s;
    text-decoration: none;
}
/*----------navbsr end-----------------*/
/*----------sidebar start-----------------*/
.profile-sidebar, .profile-content 
{
    padding: 20px 15px;
    background: #fff;
    box-shadow: 0px 2px 1px #eaeaea;
    font-size: 13px;
    border-radius: 3px;
}
 .profile-sidebar h6 
 {
     padding-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    color: #359484;
    border-bottom: 1px solid #359484;
    letter-spacing: 0.3px;
}

/*.checkout-form hr.red, .profile-sidebar hr 
{
    width: 110px;
    background: #ff7300;
    margin: 0px;
    height: 2px;
    border: 0;
    margin-bottom: 15px;
}*/

.profile-usermenu ul li.active {
    border-bottom: none;
}
.profile-usermenu ul li {
    border-bottom: 1px solid #f3f3f3;
    display: block;
    width: 100%;
}
 ul, li 
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.profile-usermenu ul li a.active {
      color: #ffffff;
    background-color: #359484;
    border-left: 2px solid #000000;
    margin-left: 0px;
}
.profile-usermenu ul li a {
    color: #676767;
    font-size: 15px;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 13px 0px;
    transition: all .5s ease;
    text-decoration: none;
    cursor: pointer;
}
.profile-usermenu ul li a .icon {
    font-size: 14px;
    width: 20px;
    margin-left: 12px;
}
.profile-usermenu ul li a:hover 
{
  background-color: #359484;
    color: #fff;
    border-left: 2px solid #000000;;
    transition: all .5s ease;
}
/*-------------sidebar end----------------*/
.profile-sidebar, .profile-content {
    padding: 20px 15px;
    background: #fff;
    box-shadow: 0px 2px 1px #eaeaea;
    font-size: 13px;
    border-radius: 3px;
}
.profile-content h3 
{
    font-size: 15px;
    background: #359484;
    color: #ffffff;
    font-weight: 400;
    padding: 8px 12px;
    border-radius: 3px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.4px;
}
.profile-content .edit-info 
{
    text-decoration: none;
    position: absolute;
    top: 7px;
    right: 6px;
    font-size: 13px;
    color: #fff;
    background: transparent;
    padding: 2px 8px;
    border-radius: 3px;
    transition: 0.4s;
    border: 1px solid white;
}
.profile-content .edit-info i 
{
    font-size: 10px;
}
.profile-content ul 
{
    padding: 7px 15px;
}
.profile-content li 
{
    margin-bottom: 10px;
    font-size: 15px;
    /* text-transform: capitalize; */
}
.profile-content li span 
{
    width: 95px;
    display: inline-block;
    color: #909090;
} 
.rside-text h6
{
	 padding-bottom: 0px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0.3px;
}
.rside-text h6 span
{
    color: #359484;
    margin-left: 4px;
}
 .comm-btn
 {
    padding: 7px 25px!important;
    margin-right: 0px!important;
    font-size: 13px!important;
    border-radius: 3px;
    background: #359484!important;
    line-height: 22px!important;
    letter-spacing: 0.1px!important;
    box-shadow: none !important;
    transition: 0.3s!important;
    color: #fff!important;
    text-transform: uppercase;
    border-color: #359484 !important;
}
 .comm-btn:hover
 {
 	background-color: #228171!important;
    color: #fff;
 }
  .profile-usermenu ul li:last-child 
 {
    border-bottom: none;
  }

/*-----dashboard css end-------(6-s-2020)--------gaurav-*/
/*------------form css start--------*/
.rside-text form label 
{
   margin-bottom: 3px;
    font-size: 14px;
}

.rside-text form .form-control.phone-country{
  padding-left:61px!important;
}
.country-code {
  line-height: 31px!important;
}
.rside-text form .form-control
{
    display: block;
    height: calc(2.3rem + 4px);
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,.2) !important;
    padding: 6px 10px !important;
    border-radius: 0px;
}
.profile-content .price
{
   font-size: 16px;
}

/*------------form css start--------*/
/*------------footer css start--------*/
footer{
  background: #222222;
}
footer p{
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0;
}
/*------------footer css end--------*/

/*---------track your order-------------start-*/
.order-tracker ol.progtrckr {
  margin: 0;
  padding: 0;
  list-style-type :none;
}

.order-tracker ol.progtrckr li 
{
text-align: left;
line-height: 22px;
font-size: 13px;
}



.order-tracker ol.progtrckr li.progtrckr-done {
  color: black;
  border-left: 1.2px dashed #359484;
}
.order-tracker ol.progtrckr li.progtrckr-todo {
  color: silver; 
  /* border-left: 2px solid silver; */
}

.order-tracker hr{
margin-left: 20px;
margin-bottom: 0;
max-width: 400px;
}

.order-tracker ol.progtrckr li:after {
  content: "\00a0\00a0";
}
.order-tracker ol.progtrckr li:before {
position: relative;
bottom: -2.5em;
float: left;
left: 50%;
line-height: 1em;
left: -8px;
}
.order-tracker ol.progtrckr li.progtrckr-done:before {
  content: "\2713";
  color: white;
  background-color: #359484;
  height: 15px;
  width: 15px;
  line-height: 15px;
  border: none;
  border-radius: 2.2em;
  text-align: center;
  top:10px;
  font-size: 10px;
}
.order-tracker ol.progtrckr li.progtrckr-todo:before {
content: "\039F";
color: silver;
background-color: transparent;
font-size: 20px;
top: 7px;
}

.progtrckr p{
font-size: 13px;
margin-bottom: 0;
line-height: 20px;
padding-left: 20px;
color: #4f4f4f;
}

.progtrckr p.ordstatus
{
font-size: 14px;
font-weight:600 ;
color: #000;
}

/*---------track your order-------------end-*/
.my-order-box img
{
  width: 135px;
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
}
.my-order-box h5
{
  font-weight: 600;
  line-height: 1.4;
  font-size: 15px;
  margin-bottom: 4px;
  color: #000000;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
.my-order-box p
{
font-size: 13px;
color: #909090;
}
.my-order-box .o-price
{
font-weight: 700;
font-size: 15px;
color: #000;
}
/* .my-order-box
{
padding-top: 6px;
} */
.my-order-box .quanty
{
margin-bottom: 2px;
}

.account-page a.logout{
 color: #359484;
font-weight: 600;
cursor: pointer;
}
.rside-text .orders-list{
position: relative;
overflow: hidden;
padding: 12px 18px;
border-radius: 10px;
}


.rside-text .orders-list:before{
content:'';
background-color: #359484;
border-radius:30px;
width: 20px;
top: 22%;
left:-10px;
height:50px;
position: absolute;
}

.rside-text .orders-list h5{
font-size: 15px;
font-weight: 600;
margin-bottom: 0;

}
.rside-text .orders-list h5 a{
color:#000;
text-decoration:none;
transition: 0.3s;
}

.rside-text .orders-list h5 a:hover{
color:#359484;
text-decoration:none;
transition: 0.3s;
}

.rside-text .orders-list p.ordstatus{
color:#359484;
}
.rside-text .orders-list  .my-order-box p{
margin-bottom: 0;
font-size: 13px;
font-weight: 400;
}

.order-tracker {
padding-left: 30px!important;
}


.order-numdelivery p{
font-size: 14px;
margin-bottom: 0;
line-height: 18px;
color: #767676;
}

.order-numdelivery h5{
font-size: 16px
}
.order-numdelivery h5 a{
color: #359484;
}


.my-accountload{
    width: 97%;
    position: absolute;
    background-color: rgba(0,0,0,.2);
    border-radius: 3px;
    z-index: 9;
    top: 0;
    bottom: 0;
}

.my-accountload .lds-dual-ring{

    margin-top: 30% !important;

}


/*-----mobile responsive css start-------gaurav ---*/
@media only screen and (max-width: 991px)
{
  #mainNav 
  {
    display: none;
 }
 .profile-usermenu ul li:last-child 
 {
    border-bottom: none;
  }
 .profile-content li 
 {
    margin-bottom: 13px;
 }
 .profile-sidebar h6 
 {
  padding-bottom: 5px;
  font-size: 18px;
}
.profile-usermenu ul li a 
{
    padding: 8px 0px;
}
.profile-usermenu ul li a .icon 
{
    margin-left: 8px;
}
.profile-content ul 
{
  padding: 0px 9px;
}
.profile-content h3 
{
    margin-bottom: 12px;
    font-size: 14px;
}
.comm-btn 
{
    padding: 7px 16px;
    font-size: 14px;
}

.rside-text h6 {
   font-size: 18px;

}

p.user-txt{
  font-size: 14px;
}



  /*-----------css for mega menu------*/
  .mrgn-top {
    margin-top: 20px;
}
  .full-content {
    margin-top: 70px;
    padding: 8px 15px;
    max-height: 484px;
    overflow-x: scroll;
    border: 1px solid#248978;
  }

  .full-screen-menu .full-content .right-menu  h2 a {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
    padding: 0px;
    margin: 2px 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;

  }
  .full-screen-menu .full-content .right-menu  h2 a:after {
    content: "";
    display: inline-block;
    width: 0;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0;
    transition: all .2s;
    height: 2px;
  }

  .full-screen-menu .full-content .right-menu  h2 a:hover {
    color: #fff;
  }

  .full-screen-menu .full-content .right-menu h2 a:hover:after {
    width: 100%;
  }

  .full-screen-menu.section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #0f584d;
    padding: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    display: none;
    opacity: 0;
    transition: all .5s .3s;
  }

  .full-screen-menu.show {
    display: block;
    opacity: 1;
    z-index: 99;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  /*responsive css for header on mobile */
  .nav-menu span {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #fff;
    float: left;
    margin: 1px auto 5px;
    position: relative;
    transition: all .3s;
  }

  nav.navbar .navbar-brand{
    margin:0;
  }

  nav.navbar.navbar-scrolled .navbar-brand {
   margin: 0 ; 
 }

 nav.navbar .navbar-brand img{
  max-width: 75px;
}

#mainNav{
  padding: 5px 10px 3px 10px;
}

.nav-menu {
  width: 35px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  cursor: pointer;
  padding-right: 0px;
  margin-left: 20px;
}
.nav-menu span {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #fff;
  float: left;
  margin: 1px auto 5px;
  position: relative;
  transition: all .3s;
}

.hr-nav {
  margin: 10px 0 0 0;
  background: #fff;
  border: none;
  height: 1px;
}

.cart-icon {
  margin: 0px !important;
  }
  .welcome-user a {
    font-size: 16px;
}

.comm-btn {
  padding: 7px 10px!important;
}

.my-order-box img {
  width: 80px;
 
}

.orderlist-details .sub-total p {
  margin-bottom: 0;
}


/*-----------css for mega menu------*/




}

