/* You can add global styles to this file, and also import other style files */
/*------------------------------------------------------------------
 * Theme Name:AplhaExpresion Technologies
 * Description:
 * Bootstrap v4.1.3 (http://getbootstrap.com)
 * Copyright 2019
 -------------------------------------------------------------------*/


/*------------------------------------------------------------------

[Table of contents]

1. General Styles .
2. header Styles .


[ THE END ]
-------------------------------------------------------------------*/


/* @import url('https://fonts.googleapis.com/css?family=Montserrat'); 
@import url('https://fonts.googleapis.com/css?family=Maven+Pro'); */
@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');



/*------------------------------------------------------------------
    1. General Styles
-------------------------------------------------------------------*/

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	  scroll-behavior: smooth;
	  overflow-y: scroll;
}

body {
    font-family: 'Nunito', sans-serif;
    color: #606060;
    font-weight: normal;
    font-size: 14px;
    background: rgb(255 255 255);
    line-height: 1.6;
    padding-right: 0!important;
    position: relative;
    /*overflow-x: hidden;*/
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color:#6a05bd;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    outline: none !important;
}


a:focus,
a:hover {
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    color: rgb(255 255 255);
}
a.pnamelink:focus,
a.pnamelink:hover{
  color:rgb(95 9 178);
}
p {
    margin: 0 0 30px;
    line-height: 30px;
}

img {
    outline: none;
    border: none;
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0px;
}
button
{
    outline: 0;
}
.no-padding {
    padding: 0!important;
}

.no-padding-lft {
    padding-left: 0;
}

.no-padding-rgt {
    padding-right: 0;
}






.disp-flex {
    display: flex;
}

.text-danger {
    color: #dc3545!important;
}


.fa, .fas{
  margin-right: 10px;
  
}
.fab{
 margin-right: 10px;

}
.nav-item .fas{
	color: rgb(28, 93, 190);
}
.nav-item.active .fas{
	color: #ffff;
}
/*.fa-phone{
  transform: rotate(100deg);
}*/
ul{
  list-style: none;
  margin: auto;
  padding: 0;
}
.no-margin{
  margin: 0;
}
.color-custom{
   background-color: rgb(255, 87, 34);
}
/* ============================ SCROLLBAR =========================*/
::-webkit-scrollbar {
  width: 5px;
  height:5px;
}

::-webkit-scrollbar-track {
      border-radius: 12px;
  background-color: transparent;
  border-left: 0px solid #6a05bd;
}

::-webkit-scrollbar-thumb {
  border-radius: 12px;
      background-color: #6a05bd;
  border-left: 0px solid #6a05bd;
  transition: all 0.5s ease-out;
  opacity: 0.5;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #6a05bd;
  opacity: 1;
}

/* ============================ COMMON CLASSES =========================*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: #202020;
    margin: 0 0 15px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.section-padding{
    padding: 30px 40px;
  }
  .users {
    padding: 100px 40px;
}
  .section-title {
    color: #000000;
    font-weight: 600;
    font-size: 25px;
    margin: 0px auto 20px;
    /* width: max-content; */
    border-radius: 0.5px;
  }
  h1.section-title.video {
    color: #ffff;
}
  .section-title-side{
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    margin: 0px auto 5px;
    
    
  }
  .elbg{
    background-color: rgba(28, 93, 190, 0.05);
  }
  .elitebg{
    background-color: rgb(33, 37, 41);
  }
  .btn-warning{
    background-color:#ff8d14;
  }
.elitecolor{
    background-color: rgb(28, 93, 190);
}
.elitecolor.light{
    background-color:  #fafafaf;
  
}
.eliteborder{
  border: 1px solid rgba(28, 93, 190, 0.18);
}
.eliteborder-shop{

    margin: 10px;
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 6px 0 rgba(0, 0, 0, 0.12); */
    overflow: hidden;
    cursor: pointer;
    position: relative;
    
    border: 1px solid rgba(28, 93, 190, 0.18);
}
.eliteborder-shop:hover{
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0px 2px 6px 0 rgb(0 0 0 / 12%);
}
.eliteborder-shop:hover .p-name{
  
}
.box-style{
    /* border-radius: 14px; */
    margin: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0px 2px 6px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background-color: #ffffff;
  }
  .box-style:hover {
    transform: scale(1.01);
    /* transform: rotate(1deg); */
    
    transition: auto;
    box-shadow: -2px -1px 7px 0 rgba(0, 0, 0, 0.16), 0px 0px 0px 0 rgba(0, 0, 0, 0.12);

}
.video-box{
    margin: 10px;
    
    overflow: hidden;
    cursor: pointer;
}


.about{
  background-color: #000000;
}
.about h5{
  color: #ffffff;
  margin-top: 15px;
}
.aboutintro p{
  margin: 0!important;
  font-size: 16px;
  color: rgb(86, 86, 86);
  line-height: 30px;
  text-align: justify;
}
.aboutintro img{
  
  border: 1px solid #d4d4d4;
  padding: 5px;
}
   .aboutintro .fa{
   color:rgb(28, 93, 190);
  }
<!-- .aboutintro .section-title{
  margin-top: 15px;
  font-size: 30px;
} -->
.aboutintro ul{
 margin-left: 26%;
}
.aboutintro ul li{
  font-size: 16px;
  list-style: none;
  padding-bottom: 8px;
}
/* .btn{
  border-radius: unset;
} */


/* ============================ form =========================*/
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ff8d14;
  outline: 0;
  box-shadow: none;
  
}
.form-control {

  background-color: #f8f8f8;
}

/* ============================ from =========================*/


.btm-head {
  text-align: left;
  padding: 15px;
  text-align: center;
  background-color: #ffffff;
}
.btm-head .btn{
  
  padding: 0;
  
}
.btm-head span{
  color: #000000;;
  padding: 5px;
}
.btm-head .price {
  font-size: 16px;
  font-weight: 600;
}
.btm-head .oprice {
  font-size: 12px;
  text-decoration: line-through;
}
.dprice li{
  display:inline-block;
  padding: 0 12px 0 0;
}
.btm-head .s_loc {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000000d9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btm-head ul li{
  display: inline-block;
  font-size: 20px;
  padding: 8px;
}
.btm-head p{
  font-size: 15px;
  margin: 0;
  line-height:24px;
  font-weight: 600;
  letter-spacing: 1.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.subhead{
  font-size: 14px;
  font-weight: 100;
  padding: 0;
  margin: 0;
}
.btm-head p.size{
    font-size: 14px;
    color: rgb(28, 93, 190);
    font-weight: 100;
}
.orderbtn{
  display: block;
}

/***********************************preloader**********************************/
/* Demo Styles */
#content {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 80%;
  max-width: 978px;
}

h1 {
  font-size: 40px;
}

/* The Loader */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}
.no-js #loader-wrapper {
  display: none;
}

#loader {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -75px;
  
  

  
  z-index: 11;
}


@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}


#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #ffffff;
  z-index: 10;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
  visibility: hidden;
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  visibility: hidden;
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}
/***********************************preloader**********************************/

/* ============================ owlcarousal =========================*/

.owl-theme .owl-nav [class*=owl-]{
    position: absolute;
    background: #ffffff;
    border-radius: 0;
    padding: 0;
    text-align: center;
    font-size: 26px;
    line-height: 50px;
    border-radius: 20%;
    color: rgb(243, 112, 34);
    width: 40px;
    height: 50px;
    -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
}
.owl-carousel .owl-nav .owl-prev{
    left: 20px;
    top: 45%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav .owl-next {
    right: 20px;
    top: 45%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.owl-carousel .owl-nav .owl-next .fa{
  margin: 0!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: rgb(243, 112, 34);
}
.owl-theme .owl-dots{
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
}
.owl-theme .owl-dots .owl-dot span{
  width: 29px;
  height: 4px;
  margin: 5px 11px;
}
.owl-theme .owl-nav{
  margin: 0;
}
 

 section.catemenu {
  padding: 10px 40px;
  background-color: rgb(28, 93, 190)}
.catemenu h6 {
  margin: 0;
  padding: 8px 0;
  color: #fff;
}
 .btn-cstm{
    color: #fff;
    background-color: #ff8300;
    border-color: #ff8300;
}

.contact{
    padding: 40px 0 15px;
}
.contact .fa{

color: #000;
}
.contact ul li {
    font-size: 16px;
    list-style: none;
    padding-bottom: 8px;
    border: 1px solid rgb(196, 196, 196);
    margin-bottom: .5rem;
    padding: 10px;
}
.contact ul li h5 {
    margin: 0 0 10px;
}
 .about{
    background-color: #000000;
}
.about h5{
    color: #ffffff;
    margin-top: 15px;
}
.aboutintro p{
    margin: 0!important;
    font-size: 16px;
    color: rgb(86, 86, 86);
    line-height: 30px;
    text-align: justify;
}
/* .aboutintro img{
    margin-left: 30px;
    border: 1px solid #d4d4d4;
    padding: 5px;
} */
.aboutintro .section-title{
     margin: 30px 0 5px 0;
    font-size: 30px;
    color: rgb(255 141 20);
}
.box-style-mv{

    padding-top: 20px;
    text-align: center;
    height: 200px;
    background-color: #ffffff;
}
.box-style-mv p{
    text-align: center;
}
 .testimonial-header {
    font-weight: 600;
    margin: 0 0 30px;
}
.testimonial .review {
    font-size: 20px;
    color: black;
    margin: 0 0 10px;
}
.testimonial .user{
    font-size: 24px;
    color: black;
    font-weight: 600;
    margin: 0 0 0px;
}
.star .fa {
    color: rgb(255, 193, 7);
}
.top-bar{
    background-color: #3e067f;
    padding: 0px 40px;
  }
  .top-bar .fa{
    color: rgb(255, 255, 255);
  }
  .top-bar a{
    color: #ffffff;
  }
  .social{
    margin-top:15px
  }
  .social>li{
    display: inline-block;
    padding: 1px;
  }
  .bser{
    display: inline-block;
    text-align:center;
    padding-right: 20px;
  }
  .bser span{
    font-size: 14px;
  }
.bser img{
    width: 50px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 17%), 0 2px 10px 0 rgb(0 0 0 / 42%);
    border-radius: 50%;
}
.bser img:hover{
  box-shadow: 0 2px 5px 0 rgb(240 121 10), 0 2px 10px 0 rgb(189 136 43);
}
  .menubar{
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #ffffff;
    padding: 10px 40px;
  }

  .navbar {
    padding: 0px 10px;
}

  /* .menu-bar .dropdown-item:focus, .menu-bar .dropdown-item:hover{
    color: #cd004d;
  background: #ffffff;
  } */
  /* NOTE: top-bar end */
  
  
  /* .menu-bar{
    background:rgba(0, 0, 0, 0.84);
    position: sticky;
    top: 0;
    padding: 25px 0 25px 0;
    z-index: 2;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  } */
  .searchin {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.searchinbtn {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #6a05bd;
}
.menubar .form-control {
    border: 2px solid  #6a05bd;
}
  .dropdown-item{
   color: #212529!important;
  }
  .dropdown-item .fas{
    color:#6a05bd;
  }
  .modal-header{
    background-color:#6a05bd;
  }
  .modal-body .btncstm{
    background-color:#6a05bd;
    color: #fff;
  }
  .cart{
    background-color:#6a05bd;
  }
  .mob-ser .fas{
    color: #6a05bd;
  }

  .sticky{
    position: fixed;
    width: 100%;
	top:0;
  
  }
 
  .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
  background-color: rgb(28, 93, 190);
    color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  
  }
  
  .nav-item{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
    outline: 0;
    position:relative;
}
.navbar-expand-lg .navbar-nav .nav-link {
    /* padding-right: .5rem; */
    /* padding-left: .5rem; */
    padding: 8px 15px;
}


  /* .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: #000000;
  
  } */
  /* .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    
    background-color: rgb(28, 93, 190);
    color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  } */
  .navbar-light .navbar-nav .nav-link .fa:focus, .navbar-light .navbar-nav .nav-link .fa:hover{
   
    color: #ffffff;
  }
  .navbar-light .navbar-nav .nav-link{
    color: #000000;
  }
  
  .navbar-brand img{
    width: 80px
  }
  .menubar .navbar-nav{
      margin-right: 0;
  }
  .catemenu .navbar-nav{
    margin: unset;
  }

  .filter .fhead{
    margin: 0;
    padding:.75rem 1.25rem ;
  }
  .filter .card-header{
    border: unset;
    background-color: #fff;
  }
  .search{
    padding: 0px 15px;
  }
  .pwus {
    position: fixed;
    bottom: 138px;
    right: 15px;
    text-align: center;
    z-index: 10;
    border-radius: 0;
}
.pwus h6 {
    background: #ff8d14;
    padding: 10px 12px;
    border-radius: 100px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    margin:0;
}
.call {
    position: fixed;
    bottom: 20px;
    left: 15px;
    z-index: 10;
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.call_back {
    position: fixed;
    bottom: 86px;
    right: 15px;
    text-align: center;
    z-index: 10;
    border-radius: 0;
}
.call_back h6, .call h6 {
    background: #ff8d14;
    padding: 10px 12px;
    border-radius: 100px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    margin:0;
}
  .whatsapp{
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 10;
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.whatsapp:hover{
transform: scale(1.03);
}
hr{
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}


.serv li{
  display: inline-block;
  padding: 5px;
}
.serv img, .servd img{
  width: 50px;
}

.close {

  color: #bbb;
  
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  color: #fff;

}
/*set a border on the images to prevent shifting*/
#gal1 img {
  border: 1px solid white;
  width: 60px;
}

#img_01{
  position: relative!important;
}

.mainimg{
  
}
.prod_des {
  border: 1px solid rgba(28, 93, 190, 0.18);
  padding: 15px;
  position: relative;
  background-color: #fff;
}

span.des_fav {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 1;
  font-size: 20px;
  height: 40px;
  padding: 4px;
  text-align: center;
  width: 40px;
  border: 1px solid rgba(28, 93, 190, 0.18);
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  background-color:#fff;
}
.des_fav .fas {
margin: 0;
}
.cb_div li {
 display: inline-block;
}
.acart,  .abuy{
  font-size: 18px;
  padding: 0 10%;
}
.acart_icon, .abuy_icon {
  padding: 10px 20px;
}
.zoomWrapper{
  overflow: hidden;
}
.product_det li .fas{
 font-size: 8px;
}
.my_orders li{
  display: inline-block;
  padding-right:12px;
  vertical-align: middle;
}

.my_orders li h6, .my_cart li h6{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.my_orders .price{
    font-weight: 600;
    font-size: 18px;
}
.ordimg{
    padding:40px;
}

.my_cart li{
  display: inline-block;
  vertical-align: middle;
  
}
.my_cart img {
  width:100px;
  
}
.my_cart li p{
  line-height: unset;
  font-size: 10px;
  display: inline;
}
.my_cart .delete, .my_orders .delete{
  position: absolute;
    top: 8px;
    right: 10px;
    font-size: 13px;

}
span.price {
    padding-right: 10px;
}
.cwidth{
 width: 25%;
}
.cwidthmyo{
  width:40%;
}
.prod_des-head{
  font-size: 18px;
}
.breadcrumb{
  margin:0;
  font-size:12px;
}
ul.cb_div a {
    color: #fff;
}
.fea .item img{
  border-radius:5%;
}
.text-dark {
    color: #000000!important;
}
.cb_div{
  padding:15px;
  text-align: center;
  background-color: #e3e3e3;
}
#livesearch span{
  color:#000;
}


/* ============================ footer =========================*/

.footer1{
  padding: 30px 100px;
  background-color:#6a05bd;
 
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  
}

img.footerlogo1{
  width: 25%;
}
img.footerlogo2 {
    width: 100px;
}

.footer1 ul li a,.footer1 p {
    color: #ffffff;
    
}
.footer1 ul li{
  padding: 5px 0;
}
.footer1 h6{
  color: #ffffff;
  font-style: normal;
}
.footer1 p{
  font-size:14px;
}

.footer-menu img{
  margin: 0px;
}

.footer-menu li {
    display: inline-block;
      padding: 4px 8px;
      font-size: 12px;
      font-weight: 600;
}
.footer-menu li a {
  color: #ffffff;
}
ul.address li {
    padding: 15px;
    color: #ffffff;

}
ul.address li .fa {
    color:#e6bd54;
    font-size: 15px
}
.footer2{
  border-top: 1px solid #ffffff1a;
  background-color:#6a05bd;

}
.footer2 p{
  color: #ffffff;
  margin: 10px 0;
  line-height: unset;
  font-size: 13px;
}
.footer2 a{
  color: #000;

}
.footer2 ul li{
  display: inline-block;
  padding-right: 15px;
}
.footer-img{
  width: 50%;
  float: right;
}
.tracko{
  
  margin: 0px;
}
.modal-content{
  border: unset;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../img/menu.png");
}
.lioffer{

    position: absolute;
    left: 12px;
    top: 12px;
    padding: 0!important;
}
.offer {
    font-size: 12px;
    border: 1px solid #ff0023;
    border-radius: 25px;
    
    background-color: #ff0023;
    padding: 4px 20px;
    color: #FFFFFF;
}
.addtocart {
    font-size: 12px;
    border: 1px solid #6a05bd;
    border-radius: 25px;
    background-color: #6a05bd;
    padding: 6px 24px;
    color: #FFFFFF;
}
.cart-view{
   font-size: 12px;
    border: 1px solid #000000;
    border-radius: 25px;
    background-color: #000000;
    padding: 6px 24px;
    color: #FFFFFF;
}
.btn-light {
    
    background-color: #ffffff;
    border-color: #ffffff;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1051; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2 seconds */
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
.passmatch, .pw, .iotp{
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.pinchkmsg{
  font-weight: 600;
}
.fav{
  position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    margin: 10px;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.fav .fas{
  margin:0;
}
.top_cart_count{
  background-color: #ffffff;
    color: #000000;
    padding: 5px;
    font-size: 10px;
}
<!-- order status -->
.bs4-order-tracking {
    margin-bottom: 30px;
    overflow: hidden;
    color: #878788;
    padding-left: 0px;
    margin-top: 30px
}

.bs4-order-tracking li {
    list-style-type: none;
    font-size: 13px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400;
    color: #878788;
    text-align: center
}

.bs4-order-tracking li:first-child:before {
    margin-left: 15px !important;
    padding-left: 11px !important;
    text-align: left !important
}

.bs4-order-tracking li:last-child:before {
    margin-right: 5px !important;
    padding-right: 11px !important;
    text-align: right !important
}

.bs4-order-tracking li>div {
    color: #fff;
    width: 29px;
    text-align: center;
    line-height: 29px;
    display: block;
    font-size: 12px;
    background: #878788;
    border-radius: 50%;
    margin: auto
}

.bs4-order-tracking li:after {
    content: '';
    width: 150%;
    height: 2px;
    background: #878788;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 15px;
    z-index: -1
}

.bs4-order-tracking li:first-child:after {
    left: 50%
}

.bs4-order-tracking li:last-child:after {
    left: 0% !important;
    width: 0% !important
}

.bs4-order-tracking li.active {
    font-weight: bold;
    color: #dc3545
}

.bs4-order-tracking li.active>div {
    background: #dc3545
}

.bs4-order-tracking li.active:after {
    background: #dc3545
}

.card-timeline {
    background-color: #fff;
    z-index: 0;
    position:relative;
}
.card-timeline .fas{
   margin:0;
}
.plus-btns, .minus-btns {
    padding: 1px 5px;
    font-size: 12px;
}
.quantity .fas {
    margin:0;
}
.quantity input {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 32px;
  font-size: 16px;
  color: #43484D;
  font-weight: 300;
}
.breadcrumb{
  background-color:#ffffff;
}
#livesearch{
    position: absolute;
    left: 2%;
    background-color: #fff;
    width: 98%;
    padding: 10px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%), 0 0px 0px 0 rgb(0 0 0 / 12%);
}
#livesearch ul li{
    font-size:14px;
    
}
.terms p{
  font-size: 16px;
    color: #585858;
    font-weight:600;
}
.terms .fas{
  font-size: 8px;
    
}
.terms h5, .terms h1 {
    font-weight: 600;
    font-style: unset;
}
.terms h6 {
    font-weight: 600;
    font-style: unset;
}
.terms ul {
    list-style: disc;
    margin: auto;
    padding-left: 40px;
}
.terms ul li {
    font-weight: 600;
    line-height: 30px;
}
.counter i {
    
    font-size: 40px;
    color: #ff8d14;
}
.counter span {
    font-size: 40px;
    font-weight: 600;
    color: #ff8d14;
   
}
.counter-head h2 {
  color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #ff8d14;
    width: fit-content;
    margin: 12px auto 0;
    padding: 10px 33px;
    border-radius: 50px;
 
    
}

.bg-img {
    background-image:url(../img/dev/construction.jpg);
    padding: 40px;
    
}
.card.fixedh{
  height:408px;
}
.btn-primary {
 
    background-color: #3e067f;
    border-color: #3e067f;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 54%), 0 2px 10px 0 rgb(0 0 0 / 59%);
}
.btn-primary:hover{
  box-shadow: 0 2px 5px 0 rgb(240 121 10), 0 2px 10px 0 rgb(189 136 43);
  background-color: #ff8d14;
    border-color: #ff8d14;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
  background-color: #ff8d14;
    border-color: #ff8d14
}
.scatl .activec {
    color: #fff;
    background-color: #6a05bd;
}
.scatl a {
    color: #000;
    border: 1px solid #0000000f;
    background-color: #0000000f;
    border-radius: 50px;
    font-weight: 600;
}

.menud .fas{
  font-size:30px;
  cursor:pointer;
}

.dropdown-toggle::after {
           
        }
        .caret::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
  
    content: "";
    border-top: .3em solid #00000000;
    border-right: .3em solid transparent;
    border-bottom: .3em solid #00000000;
    border-left: .3em solid;
}
.caret {
    position: absolute;
    right: 4px;
}
#body-row {
    margin-left:0;
    margin-right:0;
}
#sidebar-container {
    background-color: #fff;
    padding: 0;
    height: 100%;
    z-index: 2;
    overflow: auto;
    top: 0;
    position: fixed;
}
/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: auto;
}
.sidebar-collapsed {
    width: 60px;
}

/* Menu item*/
#sidebar-container .list-group a {

    color: black;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}
.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    background-color: #3e067f;
  
}
.sidebar-separator {
    background-color: #333;
    height: 25px;
}
.logo-separator {
    background-color: #333;    
    height: 60px;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}

.menu {
    position: absolute;
    left: 15px;
    top: 15px;
}

#sidebar-container .close {
    color: #bbb;
    position: absolute;
    right: 20px;
}
.bg-primary{
  background:#6a05bd!important;
}

  /* Extra small devices (portrait phones, less than 767px)*/
@media (max-width: 767px) {

  .searchin {
 
 border-bottom-right-radius: 50px!important;
 border-top-right-radius: 50px!important;
}
  .bser img {
    width: 40px;
}
.bser span {
    font-size: 12px;
}
.bser {
   
    padding-right: 5px;
}
#livesearch {
  
    left: -40%;
   
    width: 140%;

}
  .terms h6 {
  
    font-size: 12px;
}
  .terms ul {
   
    padding-left: 5px;
}
.terms ul li {
    
    font-size: 12px;
}
  .terms h5, .terms h1 {
    
    font-size: 20px;
    
}
.terms p {
    
    font-size: 14px;
    margin: 0 0 10px;
}

  .btn-group-lg>.btn, .btn-lg{
    font-size:12px;
  }

  .serv img, .servd img {
    width: 30px;
}
.servd li h2 {
    font-size: 24px;
}
.servd li span {
    font-size: 12px;
}
  .card.fixedh {
    height: 440px;
}
.aboutintro .section-title {
    margin: 10px 0 5px 0;
    font-size: 24px;
    
}
.counter-head h2 {
    
    font-size: 7px;
    
    margin: 0px auto 0;
    padding: 8px 12px;
   
   
}
.counter i {
    font-size: 20px;
    
}
.counter span {
    font-size: 20px;
   
}

  .os h4{
  font-size:18px;
}
  .cwidth{
    width: 100%;
   }
  .section-padding {
    padding: 15px 0;
}

  .section-title {

      
    margin: 0 0 5px 0;
    font-size: 18px;
  }
  .top-bar {
    
    padding:4px 5px
}
  .menubar{
    padding: 5px 5px;

  }

  .users{
    padding: 40px 40px!important;
  }
  .testimonial-header {
    
    font-size: 24px!important;
  
}
.testimonial .review{
  font-size: 14px!important;

}
  .section-title span.elitecolor{
    padding-left: 5px;
  }

  .aboutintro img{
    margin-left: 0!important;
  }
 
  .aboutintro p{
    padding:5px;
  }
  .about h5{
    padding: 10px;
    font-size: 16px
  }
  .btm-head p{
    font-size: 12px;
  }
  
  .dth ul li{
    padding: 15px;
  }

.displaynone-mob{
	display:none!important;
}
.serv img, .servd img {
  width: 30px;
}
.serv h4, .servd h4{
  font-size: 10px;
}
.serv li{
  padding: unset;
}
.footer2 p {
    font-size:12px;
}

form{
  margin-bottom: 15px;
}

.footer1{
  
  padding: 40px 15px;

  
}
.footer1 ul li a, .footer1 p {
  margin: 0;
}
.acart_icon, .abuy_icon {
  padding: 5px 10px;
}

.acart, .abuy {
  font-size: 15px;
  padding: 0 4%;
}
.my_orders li {
  
  padding: 5px;
  font-size: 12px;
  
  
}
.my_orders button {
  
  

  
  
}
.my_orders .price {
   
    width: 100%;
}
.ordimg{
  width:60px;
}
.my_cart li {
  display: inline-block;
  
}
.my_cart img {
  width:50px;
  
}
.cwidthmyo {
    width: 60%;
}
.bs4-order-tracking li {
    
    font-size: 8px;
}
.tracko{
  text-align: center;
  margin-top: 5px;
}

.eliteborder-shop {
    margin: 0px;
    border: 0.1px solid rgb(179 179 179 / 18%);

}
.newarrival .btn{
  font-size:10px;
}

span.price {
    padding-right: 0px;
}
.btm-head {
    
    padding: 8px;
}
#loader {
    
    margin: -75px 0 0 -44px;
   
}

.addtocart {
    
    padding: 6px 12px;
    
}
.offer {
    font-size: 10px;
     padding: 2px 12px;
    
}
.lioffer {
    
    left: 4px;
    top: 7px;
    
}
.btm-head .price, .btm-head .actual_price {
    font-size: 12px;
    
}
.searchin{
  height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
}
  }