﻿html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} */

body {
  margin: 0;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #79797a;
  text-align: left;
  background-color: #fff;
}

.form-member-reg
{
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.home-bg
{
  background:url("../Images/provider-reg.jpg") no-repeat;
  height: 700px;
  background-size:cover;
}
.home-image
{
  background:url("../Images/home-image.jpg") no-repeat;
  height: 300px;
  background-size:cover;
}
@media (min-width: 500px) {
  .container {
    max-width: 490px;
  }
}
@media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
    .form-member-reg
    {
      max-width: 90%;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
    .form-member-reg
    {
      max-width: 80%;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
    .form-member-reg
    {
      max-width:70%;
    }
  }
  .div-footer
  {
    display: grid;
  }
.bg-white {
    background-color: #fff !important;
}
.box-bg {
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px solid #ececec;
    padding: 5px;
}

.box-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* #take-first {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    background: #ff6a00;
    border: 1px solid #fe9f24;
    display: none;
    outline: none;
    z-index: 2;
    text-align: center;
    line-height: 38px;
    color: #fff;
    text-decoration: none;
} */
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    letter-spacing: 0.08em;
}

.navbar-custom {
    background-color: #985500;
}
.sidemenu-box {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.sidemenu-title{
    background-color: #272727 !important;
    border-color: #ddd !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px 4px 0 0;
}

#content {
    min-height: 600px;
}
/* 
.category-bg {
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px solid #ececec;
    padding: 6px !important;
    margin-top: 32px;
} */

.category-products {
    background-color: #fff;
}
.category-products .product-grid.col-lg-3 {
    padding-left: 5px;
    padding-right: 5px;
}
.image-small {
    border: 1px solid #ececec;
    overflow: hidden;
    /* margin-top: 10px; */
    margin-bottom: 10px;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    border-radius: 4px;
}
.img-responsive {
    /*display: block; */
    max-width: 100%;
    height: auto;
}
.image-small .price-new {
    font: 600 17px/19px 'Poppins', sans-serif;
    color: #3fb125;
}
.image-small h4 {
    margin-top: 0;
    color: #333;
    margin-bottom: 6px;
    width: 98%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}
.newarrival-header {
    background-color: #b14920;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 11px;
    width: 100%;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.newarrival-bg {
    position: absolute;
    top: 10%;
    left: 75%;
    transform: translate(-50%, -50%);
}
.header-bar {
    float: right;
    color: white;
}
.header-bar .header-toptext{
    padding-left:5px;
    }
.image-small .price-old {
    font: 300 15px/17px 'Poppins', sans-serif;
    color: #3fb125;
    text-decoration: line-through;
}
.image-small .price-old-text {
    font: 300 15px/17px 'Poppins', sans-serif;
    color: #3fb125;
    padding: 5px;
}
.image-small .price-offer-text {
    font: 400 15px/17px 'Poppins', sans-serif;
    color: #ff6a00;
    padding: 5px;
}
.image-small .price-offer {
    font: 600 19px/21px 'Poppins', sans-serif;
    color: #ff6a00;
}
.aboutus{
    padding-top:10px;
}
.aboutus .heading-text {
    font-weight: bold;
    padding:20px;
}
.aboutus .content-text {
    text-align: justify;
}
.built-by {
    padding-left: 20px;
}
.built-by-link{
   font-size:14px;
   color:white;
}
.socialmedio-icon {
    font-size: 16px;
    color:white;
}
.card-header {
    background:linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
    background-color:#fb9e25;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.search-headerbox {
    box-shadow: 0 4px 6px -5px hsl(0, 0%, 40%), inset 0px 4px 6px -5px black;
    border-radius: 1.0em;
}

.btn-subscribe{
    box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:linear-gradient(to bottom, #18f736 5%, #368a41 100%);
	background-color:#ee853f;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
}
.btn-subscribe:hover {
	background:linear-gradient(to bottom, #4f9459 5%, #214d27 100%);
    background-color:#fb9e25;
	color:#ffffff;
    text-decoration:none;
}
.btn-subscribe:active {
	position:relative;
    top:1px;
}

/*----------------Auto Complete ------Starts-------*/

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
background-color: DodgerBlue !important;
color: #ffffff;
}
/*----------------Auto Complete ------Ends-------*/
.btnloading {
	box-shadow: 0px 1px 0px 0px #c56415;
	background-color:#c56415;
	border-radius:6px;
	border:1px solid #c56415;
	display:inline-block;
	cursor:pointer;
	color:#fcfcfc;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:5px 75px;
	text-decoration:none;
}
.btnloading:hover {
    background-color:#f07817;
    text-decoration: none;
}
.btnloading:active {
	position:relative;
	top:1px;
}
/*--------------- Add Cart --------STARTS-------------*/
.spn-cart-plus
{
  font-size:1.2rem;
  color:#EF5844;
}
.btn-cart {
	background-color:transparent;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	color:#EF5844;
	font-family:Arial;
	font-size:1.0rem;
	font-weight:bold;
	text-decoration:underline;
	texbtn-cartt-shadow:0px 1px 0px #63470a;
}
.btn-cart:hover {
    color:#a13a2d;
    text-decoration: none;
    text-decoration:underline;
}
.btn-cart:active {
	position:relative;
	top:1px;
}
.btn-normal {
	box-shadow: 0px 1px 0px 0px #9bccf9;
	background-color:#d8d9da;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	color:#202020;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:10px;
	text-decoration:none;
	texbtn-cartt-shadow:0px 1px 0px #63470a;
}
.btn-normal:hover {
    background-color:#d8d9da;
    color:#740202;
    text-decoration: none;
}
.btn-normal:active {
	position:relative;
	top:1px;
}
/*--------------- Add Cart --------ENDS-------------*/
/*--------------- Cart Item Lists --------STARTS-------------*/
.itemlistCart {
    border-bottom: 1px solid #ddd !important;
    padding: 8px;
    line-height: 20px;
    color: #666;
}
/*--------------- Cart Item Lists --------ENDS-------------*/
/*--------------- Btn Cart Update --------STARTS-------------*/
.btn-cart-update {
	box-shadow: 0px 1px 0px 0px #EF5844;
	background-color:#EF5844;
	border-radius:6px;
	border:1px solid #EF5844;
	display:inline-block;
	cursor:pointer;
	color:#f5f3f3;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:5px 9px;
	text-decoration:none;
	text-shadow:0px 1px 0px #0347ad;
}
.btn-cart-update:hover {
	background:linear-gradient(to bottom,  #a13b2e 5%,  #a13b2e 100%);
    background-color: #a13b2e;
    color:#f5f3f3;
    text-decoration: none;
}
.btn-cart-update:active {
	position:relative;
	top:1px;
}
/*--------------- Btn Cart Update --------ENDS-------------*/
/*--------------- Place order ------------ STARTS ---------*/
#placeorder-wrapper .side-panel {
    background-color: #f3f3f3;
    height: auto;
    width: 100%;
    padding: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ccc;
  }
  #placeorder-wrapper .menu-content{
  padding-top:24px;
  }
  
  #placeorder-wrapper .side-panel h6 {
    margin: 0;
    font-weight: normal;
    padding: 12px 30px 5px 25px;
    width: 100%;
    height: 40px;
    background: #d9d9d9;
    font-size: 16px !important;
  }
  
  #placeorder-wrapper .side-panel h6:after {
    font-family: 'FontAwesome';
  }
  #placeorder-wrapper .toggle-main-title:after{
  display: block;
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 14px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #ff0008;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  }
  
  #placeorder-wrapper .side-panel .sd-panel-heading2 {
    padding: 0 25px 0px 25px;
    position: relative;
  }
  
  #placeorder-wrapper .cart-name{
  color:#ff0008;
  font-size:20px;
  font-weight:bold;
  }
  #placeorder-wrapper .phonecart a{
  color: #000000 !important;
  cursor: pointer;
  }
  #placeorder-wrapper .phonecart a h4{
  font-size:18px;
  font-weight:bold;
  }
  #placeorder-wrapper .phonecart a h4:hover{
  color:#ff0008;
  }
  #placeorder-wrapper .nav-tabs{
      border-bottom: 3px solid #ff0008;
  }
  
  #placeorder-wrapper .side-panel .sd-panel-heading2 h5:after {
    display: block;
    position: absolute;
    top: 25px;
    right: 27px;
    font-size: 14px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #ff0008;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
  }
  
  #placeorder-wrapper .side-panel .sd-panel-heading2 h5.active:after {
    content: "\f077";
    color: #ff0008;
  }
  
  #placeorder-wrapper .side-panel .sd-panel-heading2 .checkout {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
  }
  
  #placeorder-wrapper .side-panel .sd-panel-heading2 ul {
    margin: 0;
    padding: 0;
  }
  
  #placeorder-wrapper .side-panel .sd-panel-heading2 ul li {
    width: 100%;
    height: auto;
    padding: 7px 0;
    border-top: 1px solid #ccc;
    position: relative;
    line-height: 5px;
    color: #323430;
    font-size:13px;
  }
  #placeorder-wrapper .side-panel .sd-panel-heading2 ul li:first-child { border-top:0 !important; }
  #placeorder-wrapper .side-panel .sd-panel-heading2 ul li p .icon-link .fa {
    margin-left: 22px;
    color: #ff0008;
    cursor: pointer;
  }
  
  #placeorder-wrapper .side-panel .sd-panel-heading2 ul li p .icon-link {
    float:right;
  }
  
  #placeorder-wrapper .side-panel .sd-panel-heading2 ul li .price { color: #ff0008; }
  
  #placeorder-wrapper .side-panel .sd-panel-heading2 ul li .price-total {
    color: #ff0008;
    font-weight: bold;
    float:right;
  }
  
  #placeorder-wrapper input.txt-fld {
      height: 30px;
      width: 80px;
      padding: 5px 10px;
      border-radius: 6px;
      border: 1px solid #ccc;
  }
  
  #placeorder-wrapper p.error, #placeorder-wrapper i.error, #placeorder-wrapper h3.error, #placeorder-wrapper h4.error, #placeorder-wrapper b.error {
      color: #ff0008;
  }
  
  #placeorder-wrapper .all-menu-details textarea.error { border:red 1px solid !important; }
  .pickupbtn > button.btn-default2 { border:1px solid #999; width: 100px; margin-bottom:8px; }
  .pickupbtn > button.btn-default2:hover { background:#be2c41; color:#fff; border:red 1px solid; }
  .pickupbtn > button:disabled,
  .pickupbtn > button[disabled]{ opacity: 0.65; background:#be2c41; color:#fff; border:red 1px solid; cursor:not-allowed; }
  
  .btn:hover, .btn:focus { text-decoration: none; }
  .btn:focus { outline: 0; }
  .btn:active, .btn.active { outline: 0; }
  input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
  }
  
/*--------------- Place order ------------ ENDS ---------*/
.error-fields
{
    color: red;
}
.control-error
{
    border-color: red;
}
.success-fields
{
    font-size: 1.0rem;
    font-weight: bold;
    color: #049e11;
}
.order-success{
    font-size: 1.5rem;
    font-weight: bold;
    color: #049e11;
}
.order-failed{
    font-size: 1.5rem;
    font-weight: bold;
    color: red;
}
/*cart - Starts*/

.box-footer {
    padding: 20px 20px 5px 20px;
    border-top: solid 1px #eeeeee;
}
.cartheading 
{  
    font-weight:bold; 
    background-color: rgba(51, 51, 51, 0.1); 
    padding:8px; color: #666; 
}
.itemlistCart  
{ 
    border-bottom: 1px solid #ddd !important;
    padding: 8px; 
    line-height: 20px; 
    color: #666; 
}
.itemlistCart input 
{ 
    line-height:25px; 
}
@media only screen and (max-width: 767px) 
{ 
    .itemlistCart .text-muted 
    { 
        margin-bottom:10px; 
    }
}
h4.itemlistCartHD 
{ 
    font-size:22px; 
    color:#000; 
    font-weight:bold; 
}
#spn_total_price 
{ 
    margin-left:30px; 
}
.update 
{ 
    display:none; 
}

/*cart - Ends*/
.heder-login {
  color: #7f7f7f;
  padding: 0.7rem;
  border-radius: 0.8rem;
  box-shadow: none !important;
  transition-duration: 300ms;
  font-size: 0.8rem;
}
.heder-login:hover
{  
    background-color: #c7c7c7;
    text-decoration: none;
    color: #000000
}
.heder-admin {
  color: #ffffff;
  background-color: #EF5844;
  border: 1px solid #b12a18;
  padding: 0.7rem;
  border-radius: 0.8rem;
  box-shadow: none !important;
  transition-duration: 300ms;
  font-size: 0.8rem;
}
.heder-admin:hover
{  
  border: 1px solid #83190b;
  background-color: #a13b2e;
  text-decoration: none;
  color: white;
}

.btn-add-new {
  color: #ffffff;
  background-color: #0a8c84;
  border: 1px solid #0affef;
  padding: 0.7rem;
  border-radius: 0.8rem;
  box-shadow: none !important;
  transition-duration: 300ms;
  font-size: 1.5rem;

}
.btn-add-new:hover
{  
  border: 1px solid #6ad2e2;
  background-color: #14393f;
  text-decoration: none;
  color: white;
}
.btn-common{
	background-color:#EF5844;
	border-radius:4px;
	border:1px solid #EF5844;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:1rem;
	font-weight:600;
	padding:6px 5px;
    text-decoration:none;
    min-width:100px;
    text-align: center;
}
.btn-common:hover {
    background-color:#a13b2e;
	color:#ffffff;
    text-decoration:none;
}
.btn-common:active {
	position:relative;
    top:1px;
}
.row-bottom-border  
{ 
    border-bottom: 1px solid #ddd !important;
    padding: 8px; 
    line-height: 20px; 
    color: #666; 
}
.row-heading 
{  
    font-weight:bold; 
    background-color: rgba(51, 51, 51, 0.1); 
    padding:8px; color: #666; 
}
.btn-profile
{
    padding:0.02rem !important;
    min-width:175px;
}
/*----------Please Wait Starts---------------*/
.pleasewait {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  
  .pleasewait span {
      position:relative;
      top:50%;
  }
  .txt-please-wait
  {
      font-size: 16px;
      color:red;
      font-weight: bold;
  }

  /*----------Please Wait Ends---------------*/

  .link-common {
    color: rgb(13, 115, 211);
    padding: 0.5rem;
}
.custom-megamenu
{
    background-color: #333;
}
.custom-megamenu .title{
    color: white;
    font-weight: bold;
}
.menu-price-text
{
    padding:6px;
    font-size:0.8rem;
    font-weight:bold;
    color:#049e11
}
.menu-brand-text
{
    padding:6px;
    font-size:0.4rem;
    color:#ffffff
}
.sidemenulist-title{
    color: rgb(145, 83, 19) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sidemenulist-content{
    color: rgb(173, 29, 29) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
}
.side-menu-list-unstyled {
    padding-left: 0;
    list-style: none;
    line-height: 12px;
    margin:0;
}
.side-menu-list-unstyled li {
     margin:0 4px;
     line-height: 12px;
    }
.mega-menu-list-unstyled a{
    color: #ffffff;
    font-size:0.7rem;
}
.common-header-style
{
    background-color: rgb(139, 41, 28);
    padding-bottom: 4px; 
    padding-top: 4px; 
}
.footer-header {
    background-color:  rgb(192, 50, 31);
    min-height: 10px;
    margin-top: 30px;
    padding-top: 5px;
    padding-bottom: 11px;
}
.rights-by {
    background-color: rgb(192, 50, 31);
    padding: 5px;
    font-size:15px;
}
.footer-headertext h2 {
    margin-left: 40px;
    color: #fff;
    font-size: 21px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

footer {
    background-color: #f6f6f6;
    color: #1e1d1d;
    margin-top: 0px;
}

footer h5 {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1e1d1d;
    margin-bottom: 20px;
}

footer li a {
    text-decoration: none !important;
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in-out 0s;
}

footer a {
    color: #1e1d1d;
}

.footer-box {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 45px;
    padding-bottom: 45px;
}
.shopping-cart
{
    font-size: 1.5em;
    color:#EF5844;
}
.badge-light
{
    background-color:#EF5844 !important;
    color: #ffffff;
}
.shopping-cart-text
{
    font-size: 1em;
    color:#7f7f7f;
}
.cardtitle-text {
    padding: 10px;
    font-weight: bold;
    font-size: 1.3em;
}
.text-white {
    color: #fff!important;
}
 
 .side-menu-title {
    padding: 8px;
    font-weight: bold;
    font-size: 1em;
    background-color: #e25328;
} 

.comm-menu-title {
    padding: 8px;
    font-weight: bold;
    font-size: 1em;
} 
.sku-text
{
    color:#666;
    font-size:11px
}
 
.out-of-stock-text
{
    color:rgb(255, 6, 6);
    font-size:14px;
    font-weight: bold;
    
}
.item-availability
{
    background-color: #f39d9d;
    font-size: 14px;
    color: #dd2012;
    font-weight: bold;
}

/*Card styles - Starts*/
  /* .card{
      border-radius: 4px;
      background: #fff;
      box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
        transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
      padding: 14px 80px 18px 36px;
  }
  
  .card:hover{
       transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
  }
  
  .card h3{
    font-weight: 600;
  }
  
  .card img{
    position: absolute;
    top: 20px;
    right: 15px;
    max-height: 120px;
  }
  
  .card-1{
        background-repeat: no-repeat;
      background-position: right;
      background-size: 80px;
  }
  .card-1 .price-old {
    font: 300 15px/17px 'Poppins', sans-serif;
    color: #282727;
    text-decoration: line-through;
}
.card-1.price-old-text {
    font: 300 15px/17px 'Poppins', sans-serif;
    color: #3fb125;
}
.card-1 .price-offer-text {
    font: 400 15px/17px 'Poppins', sans-serif;
    color: #191818;
    padding-right: 10px;
}
.card-1 .price-offer {
    font: 600 19px/21px 'Poppins', sans-serif;
    color: #191818;
    padding-right: 10px;
}
.card-1 .sku-text
{
    color:#666;
    font-size:0.8rem;
}

.card-1 .item-quatity {
  font: 600 19px/21px 'Poppins', sans-serif;
  color:  #6b6969;
  padding-right: 10px;
  font-size: 0.9rem;
}

.card-1 .customer-name {
  font: 600 19px/21px 'Poppins', sans-serif;
  color: #074b24;
  padding-right: 10px;
}
.card-1 .customer-phone {
  font-size: 0.8rem;
  color: #6b6969;
  padding-left: 2px;
}
.customer-date
{
  font-size: 0.8rem;
  color: #474545;
  padding-left: 2px;
} */
  /*Card styles - Ends*/

  .icon-rtl {
    padding-right: 25px;
    background: url("../Images/icon-g1b3ad7318_640.png") no-repeat right;
    background-size: 20px;
    border-radius: 0.7rem;
  }
  .topbar .topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
  }

.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
  height: 2rem;
  width: 2rem;
}
.rounded-circle {
    border-radius: 50% !important;
  }


  /* .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  } */
  
  /* .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    letter-spacing: .1rem;
  } */
  
  /* .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  
  .navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }
  
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.35rem;
  }
  
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
  }
  
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  } */
  
  /* @media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      padding-right: 0;
      padding-left: 0;
    }
  }
  
  @media (min-width: 576px) {
    .navbar-expand-sm {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
      display: none;
    }
  }
  
  @media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      padding-right: 0;
      padding-left: 0;
    }
  }
  
  @media (min-width: 768px) {
    .navbar-expand-md {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
      display: none;
    }
  }
  
  @media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      padding-right: 0;
      padding-left: 0;
    }
  }
  
  @media (min-width: 992px) {
    .navbar-expand-lg {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
      display: none;
    }
  }
  
  @media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      padding-right: 0;
      padding-left: 0;
    }
  }
  
  @media (min-width: 1200px) {
    .navbar-expand-xl {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
      display: none;
    }
  }
  
  .navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  
  .navbar-expand .navbar-nav {
    flex-direction: row;
  }
  
  .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
  }
  
  .navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap;
  }
  
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  
  .navbar-expand .navbar-toggler {
    display: none;
  }
  
  .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
  }
  
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
  }
  
  .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
  }
  
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
  }
  
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
  }
  
  .navbar-light .navbar-nav .show > .nav-link,
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
  }
  
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
  }
  
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  
  .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
  }
  
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
  }
  
  .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
  }
  
  .navbar-dark .navbar-brand {
    color: #fff;
  }
  
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
  }
  
  .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
  }
  
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
  }
  
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
  }
  
  .navbar-dark .navbar-nav .show > .nav-link,
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
  }
  
  .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
  }
  
  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  
  .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
  }
  
  .navbar-dark .navbar-text a {
    color: #fff;
  }
  
  .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff;
  } */

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.85rem;
  color: #858796;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
  }
  
  .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
  }
  
  .dropup .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  
  .dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
  }
  
  .dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  
  .dropright .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  
  .dropright .dropdown-toggle::after {
    vertical-align: 0;
  }
  
  .dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
  }
  
  .dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
  }
  
  .dropleft .dropdown-toggle::after {
    display: none;
  }
  
  .dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
  }
  
  .dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  
  .dropleft .dropdown-toggle::before {
    vertical-align: 0;
  }
  
  .dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
  }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #eaecf4;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #3a3b45;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #2e2f37;
  text-decoration: none;
  background-color: #f8f9fc;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #4e73df;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #858796;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #858796;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #3a3b45;
}

.dropdown .dropdown-menu {
    font-size: 0.85rem;
  }
  
  .dropdown .dropdown-menu .dropdown-header {
    font-weight: 800;
    font-size: 0.65rem;
    color: #b7b9cc;
  }
  
  .dropdown.no-arrow .dropdown-toggle::after {
    display: none;
  }
  
  .sidebar .nav-item.dropdown .dropdown-toggle::after,
  .topbar .nav-item.dropdown .dropdown-toggle::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
  }
  
  .sidebar .nav-item.dropdown.show .dropdown-toggle::after,
  .topbar .nav-item.dropdown.show .dropdown-toggle::after {
    content: '\f107';
  }
  
  .sidebar .nav-item .nav-link,
  .topbar .nav-item .nav-link {
    position: relative;
  }
  
  .sidebar .nav-item .nav-link .badge-counter,
  .topbar .nav-item .nav-link .badge-counter {
    position: absolute;
    transform: scale(0.7);
    transform-origin: top right;
    right: .25rem;
    margin-top: -.25rem;
  }
  
  .sidebar .nav-item .nav-link .img-profile,
  .topbar .nav-item .nav-link .img-profile {
    height: 2rem;
    width: 2rem;
  }
  
  .topbar {
    height: 4.375rem;
  }
  
  .topbar #sidebarToggleTop {
    height: 2.5rem;
    width: 2.5rem;
  }
  
  .topbar #sidebarToggleTop:hover {
    background-color: #eaecf4;
  }
  
  .topbar #sidebarToggleTop:active {
    background-color: #dddfeb;
  }
  
  .topbar .navbar-search {
    width: 25rem;
  }
  
  .topbar .navbar-search input {
    font-size: 0.85rem;
    height: auto;
  }
  
  .topbar .topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
  }
  
  .topbar .nav-item .nav-link {
    height: 4.375rem;
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
  }
  
  .topbar .nav-item .nav-link:focus {
    outline: none;
  }
  
  .topbar .nav-item:focus {
    outline: none;
  }
  
  .topbar .dropdown {
    position: static;
  }
  
  .topbar .dropdown .dropdown-menu {
    width: calc(100% - 1.5rem);
    right: 0.75rem;
  }
  
  .topbar .dropdown-list {
    padding: 0;
    border: none;
    overflow: hidden;
  }
  
  .topbar .dropdown-list .dropdown-header {
    background-color: #4e73df;
    border: 1px solid #4e73df;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #fff;
  }
  
  .topbar .dropdown-list .dropdown-item {
    white-space: normal;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-left: 1px solid #e3e6f0;
    border-right: 1px solid #e3e6f0;
    border-bottom: 1px solid #e3e6f0;
    line-height: 1.3rem;
  }
  
  .topbar .dropdown-list .dropdown-item .dropdown-list-image {
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
  }
  
  .topbar .dropdown-list .dropdown-item .dropdown-list-image img {
    height: 2.5rem;
    width: 2.5rem;
  }
  
  .topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
    background-color: #eaecf4;
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0.125rem solid #fff;
  }
  
  .topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 10rem;
  }
  
  .topbar .dropdown-list .dropdown-item:active {
    background-color: #eaecf4;
    color: #3a3b45;
  }
  
  @media (min-width: 576px) {
    .topbar .dropdown {
      position: relative;
    }
    .topbar .dropdown .dropdown-menu {
      width: auto;
      right: 0;
    }
    .topbar .dropdown-list {
      width: 20rem !important;
    }
    .topbar .dropdown-list .dropdown-item .text-truncate {
      max-width: 13.375rem;
    }
  }
  
  .topbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #d1d3e2;
  }
  
  .topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: #b7b9cc;
  }
  
  .topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
    color: #858796;
  }

.animated--grow-in, .sidebar .nav-item .collapse {
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
  }
  
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .animated--fade-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
  }
  .btn-home-search {
    color: #ffffff;
    line-height: 28px;
    background-color: #EF5844;
    border: 1px solid #EF5844;
    padding: 0.2rem;
    border-radius: 0.7rem;
    box-shadow: none !important;
    transition-duration: 300ms;
    width: 60px;
  }
  .btn-home-search:hover
  {  
      border: 1px solid #83190b;
      background-color: #a13b2e;
      text-decoration: none;
      color: white;
  }
  .home-input
  {
    background-color: #fff;
    height: 55px;
    border-radius: 2.2rem;
    padding: 10px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    border: 1px solid #ccc;
    font-size: 16px;
    width:250px
  }
  .new-arriavals-input
  {
    background-color: #fff;
    height: 40px;
    border-radius: 1.0rem;
    text-align: center;
    font-size: 1.0rem;
    font-weight: 600;
    border: 1px solid #ccc;
  }
  .btn-new-arriavals-search {
    color: #b53e3e;
    border: none;
    background:transparent;
  }
  .div-home-header
  {
    padding-top: 20px;
    color: #000;
    font-size: 2rem;
  }
  .home-left-content
  {
    padding: 20px;
  }

  .counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
.spn_item_desc
{
  font-size: 0.8rem;
  padding-left: 10px;
}
.spn-card-title
{
  font-size: 1.3rem;
}
.div-top-search_content
{
  background-color: #f6f6f6;
} 

@media (max-width: 767.98px) { .border-sm-start-none { border-left: none !important; } }
/* [1] The container */
.img-hover-zoom {
  /*height: 200px; */ /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  /* border-radius: 10px / 30px;  */
  border-radius: 10px;
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.2);
  cursor: pointer;
}

/*Horizontal Right */
.live__scroll {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.live__scroll .row{
  display:block;
}
.live__scroll .live__scroll--box {
  display: inline-block;
  float: none;
  padding-top: 15px;
  padding-bottom: 20px;
  border: 1px solid rgb(125, 125, 125);
  border-radius: 5px;
}

.live__scroll .live__scroll--no-box {
  display: inline-block;
  float: none;
  padding: 5px;
}

.btn-filter {
	background-color:transparent;
  border: 1px solid rgb(125, 125, 125);
  color: #747474;
  padding: 3px;
	border-radius:15px;
}