
.pull-right
{
    float: right;
}
.padding 
{
    padding-top: 60px;
    padding-bottom: 60px;
}
a:hover
{
  text-decoration: none;
}
*
{
    font-family: 'Fira Sans', sans-serif;
}
.center
{
    text-align: center;
}
.orange
{
    background-color: #eb8c30;
}
.heading 
{
    text-align: center;
    text-transform: uppercase;
}
.border-bottom
{
    width: 100px;
    height: 2px;
    margin: 0 auto;
    background-color: #6eb925;
    margin-bottom: 50px;
    margin-top: 15px;
}
.width
{
    width: 80%;
    margin: 0 auto;
    max-width: 80%;
}
ul 
{
    padding-inline-start: 0px;
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.white
{
    background: #fff;
}
.gray
{
    background: #fafafa;
}
/* ...................................... */
header
{
    background-color: #fff;
    padding: 0px 30px;
}
.search-box .col-md-10, .search-box .col-md-2
{
    padding-left: 0px;
    padding-right: 0px;
}
.search-box .row
{
    margin-left: 0px;
    margin-right: 0px;
}
.search-box .col-md-2
{
    background-color: #f5f5f5;
}
.search-box .col-md-2:first-child
{
    border-right: 1px solid #ccc;
}
.search-box .col-md-2:last-child
{
    border-left: 1px solid #ccc;
}
.search-box .form-control
{
    background-image: unset;
    border: 0px solid #ccc;
    padding: 10px;
    height: auto;
    height: 50px;
    border-radius: 0px;
}
.search-box button.form-control
{
    margin-bottom: 0px;
}
.search-box .row
{
    border: 6px solid #ef3b23;
}
.search-box .form-group
{
    margin-bottom: 0px;
    padding-top: 0px;
}
.search-box select.form-control:not([size]):not([multiple])
{
    height: auto;
    padding: 17px 8px;
}
.search-box .fa-search
{
    padding-right: 6px;
}
header ul li
{
    display: inline-block;
    padding: 0px;
}
header ul .a1 
{
    text-transform: uppercase;
    font-weight: 600;
    padding: 57px 15px;
    letter-spacing: 0.6px;
    font-size: 14px;
}
header ul
{
    padding-inline-start: 0px;
    margin-bottom: 0px;
}
header .a1
{
    color: #000;
}
header .a2 
{
    color: #000;
    text-transform: uppercase;
}
header .a2 .fa-opencart
{
    color: #eb8c30;
    font-size: 24px;
    padding-right: 10px;
}
header .a2 .shoppingcard
{
    width: 22px;
    height: 22px;
    margin-right: 6px;
}
header .a1 .fa-user
{
    padding-right: 6px;
}
header .addtocart 
{
    position: absolute;
    background: #ef3b23;
    color: #fff;
    padding: 2px 8px;
    border-radius: 15px;
    margin-left: -18px;
    font-size: 12px;
    margin-top: -12px;
}
header .showdiv
{
    position: absolute;
    border: 1px solid red;
    top: 96px;
    z-index: 999;
    background-color: #fff;
    width: 300px;
    left: -75px;
    /*display: none;*/
}
header .a1:hover .showdiv
{
   display: block;
}
header .logo-img
{
    position: relative;
    width: 90px;
    height: 90px;
}
header .logo-img img 
{
    position: absolute;
    width: 100%;
    height: 100%;
}
header .dropdown1
{
  /*display: none;*/
}
header .padding-top
{
  padding-top: 15px;
}
.navbar1 .fa-angle-down
{
    padding-left: 6px;
}
.navbar1 {
  overflow: hidden;
}

.navbar1 a {
  float: left;
  font-size: 16px;
  color: #000;
  text-align: center;
  padding: 23px 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown1 {
  float: left;
  overflow: hidden;
}

.dropdown1 .dropbtn {
  font-size: 16px;  
  color: #000;
  padding: 23px 16px;
  text-transform: uppercase;
}

.dropdown1-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
  z-index: 1;
  border: 1px solid #ff9800;
  padding: 1px;
}

.dropdown1-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown1-content a:hover {
  background-color: #ddd;
}
.dropdown1-content a:first-child
{
    padding: 0 !important;
}
.dropdown1:hover .dropdown1-content {
  display: block;
}
.navbar1 .arrow-up {
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ff9800;
  position: absolute;
  top: -9px;
  left: 65px;
}
.dropdown1-content a 
{
    border-bottom: 1px solid #f5f5f5;
    text-transform: capitalize;
}

.dropdown1-content .mobno 
{
    text-align: center;
    padding-top: 20px;
}
header .fa-shopping-cart
{
    color: #ff9800;
    font-size: 20px;
    padding-right: 16px;
}
header .select-city
{
    padding-top: 20px;
}
header .select-city-list
{
    position: absolute;
    border: 1px solid red;
    background: white;
    z-index: 999;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    padding: 15px;
    top: 50px;
}
#selectcity-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
}
.select-city-div
{
    height: auto;
    margin: auto;
    background: #fff;
    border-radius: 4px;
    padding: 20px;
}
#selectcity-overlay .outer-div
{
    display: table; 
    height: 100vh; 
    overflow: hidden;
    width: 100%;
}
#selectcity-overlay .inner-div
{
    display: table-cell; 
    vertical-align: middle;
}
#selectcity-overlay input[type=radio]
{
    display: none;
}
#selectcity-overlay .btn-secondary:not(:disabled):not(.disabled).active
{
    color: #ef3b23;
    background-color: rgba(38, 38, 38, 0.1450980392156863);
    border: 1px solid #ef3b23;
}
#selectcity-overlay .btn:not(:disabled):not(.disabled)
{
    border: 1px solid rgba(38, 38, 38, 0.1450980392156863);
    margin-right: 6px;
    color: #ef3b23;
    border-radius: 2px;
    padding: 10px 50px;
    letter-spacing: 0.6px;
}
#selectcity-overlay .city-listing
{
    margin-top: 20px;
}
.steps-background-image 
{
    background-image: url(../img/Thank-you.png);
    width: 100%;
    height: 64px;
    border-top: 2px solid #e73f3f;
}
/* ................................ */
.footer-new .cites-serving .city-heading-container .city-header:after {
    content: '';
    height: 1px;
    background: #eaeaea;
    display: block;
    position: absolute;
    top: 12px;
    right: -10px;
    width: calc(100% - 125px);
}
.city-list-container .city_name {
    font-size: 13px;
    display: inline;
    color: #4a4a4a;
    font-family: lato;
    text-decoration: none;
    padding: 3px 20px;
    border-right: 1px solid #c2c2c2;
}
.footer-new .cites-serving .city-list-container {
    margin: 5px 0;
}
footer
{
    background-color: #000;
}
footer h5 
{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.4px;
}
footer .footer-border-bottom
{
    border-bottom: 2px solid #dadada;
    width: 50px;
    margin-top: 20px;
    margin-bottom: 30px;
}
footer .subfooter {
    background-color: #969696;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
footer .subfooter ul li{
    line-height: 12px;
    font-size: 14px;
}
footer .categories-list li 
{
    list-style: none;
}
footer .categories-list a li, footer .useful-link a li
{
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
}
footer .useful-link a li 
{
    list-style-type: none;
}
footer ul
{
    padding-inline-start: 0px;
}
footer .social-icons li
{
    display: inline-block;
}
footer .social-icons li img 
{
    width: 50px;
    height: 50px;
    margin-right: 6px;
}
footer .copyright p
{
   margin-top: 0px;
   margin-bottom: 0px;
   color: #fff;
   text-align: center;
   font-size: 10px;
}
footer .copyright
{
    padding: 15px;
    background-color: #827e7e;
}
footer .social-image img
{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
footer .categories-list li i 
{
  padding-right: 8px;
}
footer .categories-list li, footer .useful-link li
{
  border-bottom: none;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
footer .categories-list ul, footer .useful-link ul 
{
  width: 80%;
}
/* ...................................... */
.Categories .product-image
{
    position: relative;
    width: 100%;
    height: 120px;
    border: 1px solid #EEEEEE;
}
.Categories .product-image img
{
    position: absolute;
    width: 100%;
    height: 100%;
}
.Categories .card
{
	margin-bottom: 30px;
}
.Categories .card span
{
	background: #b12720;
    padding: 4px 8px;
    margin-bottom: 25px;
    color: #fff;
    border-radius: 2px;
}
.Categories .card h5
{
	margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}
.Categories .card .col-md-1
{
	border-left: 1px solid #EEEEEE;
}
.Categories .card .div-padding-one
{
	padding: 15px 0px 15px 15px;
}
.Categories .card .div-padding-two
{
	padding: 15px 15px 0px 15px;
}
.Categories .card .fa-angle-right
{
	  font-size: 18px;
    padding-left: 0px;
    margin-top: 62px;
    color: #eb8c30;
}
.Categories .card .col-md-4, .Categories .card .col-md-7
{
	padding-right: 0px;
	padding-left: 0px;
}
.Categories .card .row
{
	margin-left: 0px;
	margin-right: 
}
.Categories a
{
	color: #000;
}
.Categories a:hover
{
	text-decoration: none;
}
/* ................. */
.steps .steps-img 
{
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.steps .steps-img img 
{
    position: absolute;
    width: 100%;
    height: 100%;
}
.steps p
{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0px;
}
.steps h4
{
    text-align: center;
    margin-bottom: 60px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.5px;
}
/* ........................................... */
.category-listing-div .border-div
{
  border: 1px solid #EEEEEE;
}
.category-listing-div .category-heading h5 {
    margin-bottom: 0px;
    padding: 10px;
    border-bottom: 1px solid #c36e1c;
    color: #fff;
}
.category-listing-div .category-heading
{
  background-color: #eb8c30;
}

.category-listing-div .page-path p
{
  margin-bottom: 0px;
    color: #BDBDBD;
    font-size: 14px;
}
.category-listing-div .page-path
{
  padding: 15px;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
}
.category-listing-div .category-div-padding
{
  padding: 30px;
  background-color: #fff;
}
.category-listing-div .category-div-padding .mr-sm-2
{
  color: #eb8c30;
  padding-top: 12px;
}
.category-listing-div h5 img 
{
  padding-right: 10px;
  filter: brightness(0) invert(1);
}
.category-listing-div .category-list
{
  background-color: #fff;
  padding: 20px 0px;
}
.category-listing-div .col-auto
{
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #fafafa;
}
.category-listing-div .col-auto:last-child
{
  padding-bottom: 0px;
  border-bottom: 0px solid #fafafa;
}
.category-listing-div .weight
{
  color: #867f7f;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: #ef3b23;
} 
.custom-control-input:checked~.custom-control-label:before {
    background-color: #ef3b23;
}
.product-box .product .img
{
  position: relative;
  width: 100%;
  height: 211px;
  border-bottom: 1px solid #EEEEEE;
}
.product-box 
{
  margin-top: 20px;
}
.product-box .product .img img 
{
   position: absolute;
   width: 100%;
   height: 100%;
}
.addtocardbtn{
    border-radius:5px !important;

}
.product
{
  /*border: 1px solid #f5f5f5;*/
  margin-bottom: 35px;
  /*cursor: pointer;*/
}
.product-box .col-md-3
{
  flex: 0 0 33.33%;
    max-width: 33.33%;
}
.product-box .halal-stamp
{
  width: 40px !important;
  height: 40px !important;
}
.product .row
{
  margin-left: 0px;
  margin-right: 0px;
}
.product .row .col-md-6, .product .row .col-md-4
{
  padding-right: 0px;
  padding-left: 0px;
}
.product .product-padding
{
  padding: 10px;
}
.product h6 {
    font-weight: 500;
    font-size: 15px;
}
.selling-price {
  font-size:22px !important;
  font-weight: 500;
}
.product .icon-div, .cartcounter .icon-div
{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff9800;
  text-align: center;
  padding: 4px;
  margin: 0 auto;
}
.product .icon-div .fas, .cartcounter .icon-div .fas
{
  color: #fff;
  font-size: 12px;
}
.product .counter, .cartcounter .counter
{
  text-align: center;
  padding-top: 5px;
}
.product .row1
{
  margin-top: 8px;
}
.product
{
  font-weight: normal;
  font-size:12px;
}
.product .pricing
{
  /*padding-top: 5px;*/
}
.add-to-card { 
pading-left:26px !important;

    
}
#addtocardform {
    padding-left: 28px;
}

.product .row2 p 
{
  margin-bottom: 0px;
}
.product .row2
{
  border: 1px solid #79b4dc;
    padding: 5px 10px;
    background: rgba(121, 180, 220, 0.3215686274509804);
}
.product .addtocard, .cartcounter .addtocard, .cartcounter .addtocard2
{
  text-align: center;
    height: 30px;
    background: #ff9800;
    color: #fff;
    text-transform: uppercase;
    border-radius: 15px;
    padding: 6px;
    font-size: 12px;
}
.product .counter-div, .cartcounter .counter-div2
{
  display: none;
}
.cartcounter .counter-div2 .form-control
{
    background-image: unset;
}
.product .counter-div .form-control
{
    background-image: unset;
}
.product .bachat
{
  width: 17px;
  height: 17px;
}
.product del 
{
  color: #db2525;
}
/* ........................................... */
.catagories ul li 
{
  display: inline-block;
}
.catagories
{
  background-color: rgba(239, 59, 35, 0.05);
}
.catagories.padding
{
  padding: 8px;
}
.catagories a
{
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  padding: 10px 40px;
  font-weight: 500;
}
.catagories a span 
{
  padding-left: 15px;
}
.catagories ul 
{
  text-align: center;
}
/* .................... */
#productdetails .modal-dialog
{
  max-width: 60%;
}
#productdetails .product-image
{
    position: relative;
    width: 100%;
    height: 400px;
}
#productdetails .product-image img
{
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#productdetails .modal-padding
{
  padding: 15px 0px;
}
#productdetails h4
{
  margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
#productdetails .price
{
  font-weight: 600;
  font-size: 17px;
}
#productdetails .price del
{
  color: #f44336;
}
#productdetails .price span
{
  color: #6eb925;
    font-weight: 600;
    font-size: 25px;
}
#productdetails .addtocard1
{
  text-align: center;
    height: 45px;
    background: #ff9800;
    color: #fff;
    text-transform: uppercase;
    border-radius: 40px;
    padding: 8px;
    font-size: 18px;
    margin-top: 25px;
    width: 180px;
}
#productdetails .counter-div1 {
    display: none;
    width: 180px;
}
#productdetails .counter-div1 .row {
    margin-left: 0px;
    margin-right: 0px;
}
#productdetails .counter-div1 .row .col-md-4 {
    padding-right: 0px;
    padding-left: 0px;
}
#productdetails .counter-div1 .icon-div {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #ff9800;
    text-align: center;
    padding: 9px;
    margin: 0 auto;
}
#productdetails .counter-div1 .icon-div .fas {
    color: #fff;
    font-size: 12px;
}
#productdetails .counter-div1 .counter {
    text-align: center;
    padding-top: 10px;
}
#productdetails .modal-padding-text
{
  padding: 20px;
}
#productdetails .modal-padding-text p 
{
  line-height: 180%;
  text-align: justify;
}
#productdetails .div
{
  border: 1px solid #ccc;
  padding: 10px;
}
#productdetails .quantity
{
  padding: 0px 10px 0px 0px;
}
#productdetails .quantity p 
{
  margin-top: 5px;
  margin-bottom: 5px;
}
#productdetails p b
{
  color: #bda764;
}
.modal .close-btn .fa-times-circle
{
  position: absolute;
    right: -11px;
    font-size: 26px;
    top: -11px;
    background: #fff;
    padding: 4PX;
    border-radius: 20px;
    color: #000;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    z-index: 999;
}
.cart-listing .delivery-chages .delivery-img img 
{
  width: 90%;
  height: auto;
}
.cart-listing .delivery-chages
{
  margin-top: 54px;
  background-color: #fff;
  padding: 10px;
}
.cart-listing .delivery-chages h4 
{
  font-size: 18px;
  font-weight: 600;
  padding-top: 15px;
}
/* ....... Cart Css start........... */

#mySidenav.sidenav, .cart-checkout-list.sidenav {
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #fafafa;
  overflow-x: hidden;
  transition: 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
#mySidenav.width30, .cart-checkout-list.width30
{
  width: 30%;
}
#mySidenav.width0, .cart-checkout-list.width0
{
  width: 0px;
}
.overlay
{
 position: fixed; 
  width: 100%;
  height: 100%;
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 1; 
  cursor: pointer;
  display: none;
}
#mySidenav .cart-heading, .cart-checkout-list .cart-heading
{
  background-color: #000;
  padding: 15px;
  position: fixed;
  top: 0;
  width: 30%;
  z-index: 999;
}
#mySidenav .cart-heading h5, #mySidenav .cart-heading .fas,
.cart-checkout-list .cart-heading h5, .cart-checkout-list .cart-heading .fas
{
  color: #fff;
  margin-bottom: 0px;
  font-size: 18px;
  margin-top: 0px;
}
/* ....... Cart Css End........... */
#mySidenav .cart-bottom, .cart-checkout-list .cart-bottom 
{
  position: fixed;
  bottom: 0;
  width: 30%;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
#mySidenav .cart-bottom a, .cart-checkout-list .cart-bottom a
{
  color: #fff;
}
#mySidenav .cart-bottom .btn-warning, .cart-checkout-list .cart-bottom .btn-warning
{
  background: #ff9800 !important;
    color: #fff !important;
    margin-bottom: 0px !important;
    height: 46px;
    letter-spacing: 0.6px;
}
#mySidenav .cart-bottom .btn-warning p, .cart-checkout-list .cart-bottom .btn-warning p 
{
  margin-top: 0px;
  margin-bottom: 0px;
}
#mySidenav .cart-bottom .cartbtn, .cart-checkout-list .cart-bottom .cartbtn
{
  padding: 18px 16px;
}
#mySidenav .div1, .cart-checkout-list .div1 
{
  background-color: #fff;
  padding: 15px;
  margin-top: 15px;
}
#mySidenav .div1 p, .cart-checkout-list .div1 p 
{
    margin-top: 0px;
    margin-bottom: 0px;
    color: #9E9E9E;
    font-weight: 600;
}
#mySidenav .div1 p span, .cart-checkout-list .div1 p span
{
  color: #000;
}
#mySidenav .apply, .cart-checkout-list .apply
{
  background: #6eb925;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 0px;
}
#mySidenav .bmd-form-group, .cart-checkout-list .bmd-form-group,
.cart-checkout-list .bmd-form-group, .cart-checkout-list .bmd-form-group
{
  margin-bottom: 0px;
}
#mySidenav .total, .cart-checkout-list .total,
.cart-checkout-list .total, .cart-checkout-list .total
{
  background-color: #fff;
    padding: 15px;
    margin-top: 15px;
    padding-bottom: 75px;
}
#mySidenav .total p, .cart-checkout-list .total p
{
  margin-top: 5px;
  margin-bottom: 5px;
}
#mySidenav .total hr, .cart-checkout-list .total hr
{
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 1px solid #f5f5f5;
}
#mySidenav .cart-product-list .product-img, .cart-checkout-list .cart-product-list .product-img
{
    position: relative;
    width: 85px;
    height: 85px;
    /*border: 1px solid #ccc;*/
}
#mySidenav .cart-product-list .product-img img,
.cart-checkout-list .cart-product-list .product-img img
{
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#mySidenav .cart-product-list .cart-padding.list h4,
.cart-checkout-list .cart-product-list .cart-padding.list h4
{
  margin-bottom: 0px;
  padding: 10px 15px;
  background: #fdf6bb;
  border-top: 1px solid #FF9800;
  border-bottom: 1px solid #FF9800;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.4px;
  font-size: 15px;
}
.cart-checkout-list .shipping-cost
{
  padding-left: 15px;
  padding-right: 15px;
}
.cart-checkout-list .delete
{
  padding-top: 15px;
}
.cart-checkout-list .shipping-cost p
{
  color: #387d3b;
}
.cart-checkout-list .hr
{
  border-bottom: 1px solid #f5f5f5;
}
.cart-checkout-list .cart-product-list .cart-padding.list h4
{
  border-left: 1px solid #FF9800;
  border-right: 1px solid #FF9800;
}
#mySidenav .cart-padding, .cart-checkout-list .cart-padding
{
  background-color: #fff;
  margin-top: 15px;
}
.cart-checkout-list .cart-padding
{
  border: 1px solid #f5f5f5;
}
#mySidenav .cart-padding .listing, .cart-checkout-list .cart-padding .listing
{
  padding: 15px;
}
#mySidenav .cart-padding .span1, .cart-checkout-list .cart-padding .span1
{
  background: #b12704;
    color: #fff;
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 4px;
}
#mySidenav h5, .cart-checkout-list h5
{
  font-size: 15px;
  margin-top: 10px;
  font-weight: 600;
}
#mySidenav .pull-right span, .cart-checkout-list .pull-right span
{
  color: #426d18;
    font-weight: 600;
    padding-left: 6px;
}
#mySidenav .delete, .cart-checkout-list .delete
{
  color: #b12704;
  text-transform: uppercase;
  font-weight: 600;
}
#mySidenav .listing, .cart-checkout-list .listing
{
  border-bottom: 1px solid #F5F5F5;
    margin-bottom: 10px;
}
#mySidenav .listing p, .cart-checkout-list .listing p 
{
  margin-bottom: 5px;
}
#mySidenav .empty-card-img
{
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
#mySidenav .empty-card-img img 
{
  position: absolute;
  width: 100%;
  height: 100%;
}
#mySidenav
{
  /*display: table;*/
  background-color: #fff;
}
#mySidenav .empty-cart
{
  vertical-align:middle;
  margin-top: 180px;
}
#mySidenav .empty-cart h4
{
  font-size: 20px;
  font-weight: 600;
}
#mySidenav .cart-listing
{
  height: 100vh; 
  overflow: scroll;
}
#mySidenav .cart-row
{
  margin-top: 10px;
}
#mySidenav .cart-row .delete
{
  margin-top: 8px;
}
#mySidenav .shipping-cost 
{
  background-color: #fff;
}
#mySidenav .shipping-cost p
{
  margin-bottom: 10px;
  padding: 5px 15px;
  color: #387d3b;
}
#style-1::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #ccc;
}
#delete .modal-body
{
  padding: 20px;
}
#delete .modal-body p 
{
  margin-bottom: 0px;
  font-size: 18px;
}
/* ................... Checkout page ...................... */
.checkout .card .card-header
{
  padding: 0px;
}
.checkout .btn
{
  width: 100%;
  padding: 25px 20px;
  text-align: left;
  margin-bottom: 0px;
  background-color: rgba(255, 152, 0, 0.06);
}
.checkout .btn:hover, .checkout .btn:active, .checkout .btn:focus
{
  text-decoration: none;
}
.checkout .no-icon
{
  width: 30px;
  height: 30px;
  border: 2px solid #ff9800;
  border-radius: 50%;
  text-align: center;
  padding-top: 4px;
  margin: 0 auto;
}
.checkout .no-icon span
{
  color: #ff9800;
}
.checkout h6
{
  padding-top: 5px;
}
.checkout .card
{
  border-radius: 0px;
}
.checkout .btn.btn-success
{
  width: auto;
  padding: 14px 15px;
}
.bmd-form-group .bmd-label-static
{
  color: #000;
}
.checkout .margin-top
{
  margin-top: 8px;
}
/* ........................ */
.no-address-img 
{
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
.no-address-img img 
{
  position: absolute;
  width: 100%;
  height: 100%;
}
.address-book .or
{
  width: 30px;
  height: 30px;
  border: 1px solid #f5f5f5;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  padding-top: 4px;
}
.address-book .left-line
{
  width: 80px;
  float: right;
  height: 1px;
  background-color: #F5F5F5;
  margin-top: 15px;
}
.shipping-address .right-line
{
  width: 80px;
  height: 1px;
  background-color: #F5F5F5;
  margin-top: 11px;
}
.shipping-address .width60
{
  width: 60%;
  margin: 0 auto;
}
.address-book .p1
{
  margin-top: 10px;
}
.col5 .col-md-2
{
  flex: 0 0 20%;
  max-width: 20%;
}
.col5 select.form-control:not([size]):not([multiple]) {
    height: calc(2.4375rem + -6px);
}
.guestbook
{
  display: none;
}
.bookaddress
{
  margin-bottom: 20px;
}
.place-order .btn, .thank-u-content .btn
{
  background-color: #4caf50 !important;
  color: #fff;
}
.place-order .btn:hover, .place-order .btn.btn-success:focus,
.thank-u-content .btn:hover, .thank-u-content .btn.btn-success:focus
{
  color: #fff;
}
.help-contact li 
{
  padding: 0px 10px;
}
.info-ul li
{
  padding: 0px 10px;
}
.info-ul li img 
{
  padding-right: 5px;
}
.help-contact li img 
{
  width: 20px;
  padding-right: 4px;
}
.help-contact, .info-ul
{
  padding-top: 24px;
}
/* ................. Thank you page .................. */
.thank-u
{
  background-image: url('../img/Thank-you.png');
  width: 100%;
  height: 66px;
}
.thank-u-content h1
{
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  margin-top: 15px;
}
.thank-u-content .image
{
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-top: 4px;
}
.thank-u-content .image img 
{
  position: absolute;
  width: 100%;
  height: 100%;
}
.thank-u-content h2
{
  text-align: center;
  margin-top: 10px;
}
.thank-u-content h4
{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
.thank-u-content hr 
{
  width: 25%;
  margin: 30px auto;
  height: 1px;
  background-color: #fafafa;
}
.thank-u-content .btn
{
  padding: 15px 30px;
  margin-top: 20px;
}
.thank-u-content .orderno span
{
  font-weight: 600;
  color: #e73f3f;
}
/* .............. Profile Pages ........... */
.leftdiv .user-img
{
   position: relative;
   width: 64px;
   height: 64px;
   margin: 0 auto;
   margin-bottom: 20px;
}
.leftdiv .user-img img 
{
  position: absolute;
  width: 100%;
  height: 100%
}
.leftdiv
{
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.leftdiv a
{
  border-bottom: 1px solid #F5F5F5;
  padding: 20px 25px;
  display: block;
  color: #000;
}
.right-div
{
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.profile a.active
{
  background-color: rgba(255, 159, 18, 0.14);
}
.profile .arrow-left {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-right:10px solid #ff9800; 
  position: absolute;
  right: 15px;
  margin-top: -22px;
}
.profile .margin-top
{
  margin-top: 8px;
}
.btn-success
{
  background: #6eb925 !important;
  color: #fff !important;
  margin-bottom: 0px;
}
.profile .col-md-9 h4
{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
  color: #ef3b23;
}
.profile-path
{
  background-color: #000;
}
.profile-path p 
{
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.profile-path.padding
{
  padding-top: 30px;
  padding-bottom: 30px;
}
.profile-path .fas
{
  padding-right: 6px;
  padding-left: 6px;
}
/* ................... */
.order-list .list
{
  border: 1px solid #F5F5F5;
}
.order-list .list p
{
  margin-top: 5px;
  margin-bottom: 5px;
}
.order-list .list .first-div
{
  background-color: #fafafa;
  padding: 0px 15px;
  border-bottom: 1px solid #EEEEEE;
}
.order-list .list .last-div
{
  background-color: #fafafa;
  padding: 0px 15px;
  border-top: 1px solid #EEEEEE;
}
.order-list .list .middle-div
{
  padding: 15px;
}
.order-list .list
{
  border: 1px solid #EEEEEE;
  margin-bottom: 30px;
  cursor: pointer;
}
.order-list .col-md-6:nth-last-child(1) .list, .order-list:nth-last-child(2) .list
{
  margin-bottom: 0px;
}
.order-list .list .invoiceno
{
  background: #ff9800;
  border-radius: 2px;
  padding: 3px 6px;
  color: #fff;
  font-size: 13px;
}
.order-list .list .pending
{
  color: #358c39;
  font-weight: 600;
}
.order-list a, .order-list a:hover
{
  color: #000;
}
.order-details .div1 li 
{
  display: inline-block;
  padding-right: 20px;
}
.order-details .div1 span
{
  background-color: #FF9800;
  border-radius: 2px;
  padding: 2px 6px;
  color: #fff;
}
.order-details .div1 img
{
  width: 25px;
  margin-right: 10px;
}
.order-details .div1 span.pending
{
  background-color: #ef3b23;
}
.order-details .div1 span.delivered
{
  background-color: #8BC34A;
}
.order-details .product-img
{
  position: relative;
  width: 100%;
  height: 90px;
}
.order-details .product-img img 
{
  position: absolute;
  width: 100%;
  height: 100%;
}
.order-details .product-listing
{
  border: 1px solid #F5F5F5;
  margin-top: 20px;
}
.order-details .product-listing p 
{
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 100%
}
.order-details .product-listing h5
{
  margin-bottom: 2px;
  font-size: 16px;
}
.order-details .product-listing .product-info
{
  padding: 10px;
}
.order-details .product-listing .row, .order-details .shipping-address .row
{
  margin-left: 0px;
  margin-right: 0px;
}
.order-details .product-listing .row .col-md-4,
.order-details .product-listing .row .col-md-8,
.order-details .product-listing .row .col-md-6,
.order-details .shipping-address .row .col-md-3,
.order-details .shipping-address .row .col-md-9
{
  padding-right: 0px;
  padding-left: 0px;
}
.order-details .product-listing .row1
{
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.order-details
{
  border: 1px solid #f5f5f5;
}
.order-details .div2
{
  background-color: #fff1dd;
  padding: 15px;
}
.order-details .div2 p 
{
  margin-top: 0px;
  margin-bottom: 0px;
}
.order-details .category-seperate .div-outer 
{
  padding: 15px;
  border-bottom: 1px solid #F5F5F5;
}
.order-details .category-seperate .div3
{
  padding: 15px;
}
.order-details .category-seperate .div3 p
{
  margin-bottom: 0px;
}
.order-details .category-seperate .shipping-address
{
  padding: 15px;
  background-color: #fafafa;
  border-bottom: 2px solid #ff9800;
}
.order-details .category-seperate .shipping-address p 
{
  margin-bottom: 0px;
}
.order-details .order-id
{
  background-color: #4caf50;
  padding: 2px 6px;
  color: #fff;
  border-radius: 2px;
}
.order-details .delivery-time p 
{
  margin-bottom: 0px;
}
.order-details .delivery-time 
{
  padding: 15px;
}
.order-details .invoice-attach i 
{
  font-size: 20px;
  color: #bf3422;
  padding-right: 6px;
}
.total-amt
{
  color: #358939;
  font-size: 22px;
  text-transform: capitalize;
}
.address_book_div .book-heading
{
  padding: 10px 15px;
  background-color: #fafafa;
  border-bottom: 1px solid #F5F5F5;
}
.address_book_div .book-heading h5
{
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 16px;
  color: #ef3b23;
}
.address_book_div .book-content
{
  padding: 15px;
}
.address_book_div .book-content h5
{
  margin-bottom: 10px;
}
.address_book_div .book-content p
{
  margin-top: 5px;
  margin-bottom: 5px;
}
.address_book_div .book-heading .fa-pen
{
  color: #8bc34a;
  padding-left: 8px;
}
.address_book_div .book-heading .fa-trash
{
  color: #ef3b23;
  padding-left: 8px;
}
.address_book_div .card
{
  margin-bottom: 0px;
}
.address_book_div a, .address_book_div a:hover
{
  color: #000;
}
/* .......... Contact Us ............ */
.contact-us .div-icon
{
  position: relative;
  width: 120px;
  height: 120px;
  border: 2px solid #ef3b23;
  margin: 0 auto;
  border-radius: 50%;
}
.contact-us .div-icon img 
{
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
}
.contact-us .title
{
  margin-top: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.contact-us .width50
{
   width: 70%;
   margin: 0 auto;
   margin-top: 70px;
}
.contact-us .disc
{
  margin-bottom: 40px;
  text-transform: uppercase;
}
.contact-us .border-bottom 
{
  border-bottom: 0px solid transparent !important;
}
.terms-cond li
{
  list-style: none;
}
.terms-cond li i 
{
  padding-right: 6px;
}
/* ............ Login & Sign Up .............. */
#loginsignup .div1 
{
  padding: 30px;
  border-bottom: 1px solid #ccc;
}
#loginsignup .div1 h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.8px;
}
#loginsignup .div2
{
  padding: 30px;
  background-color: #fafafa;
}
#loginsignup .div2 h5
{
  text-align: center;
}
#loginsignup .div2 .input-group-text .fas
{
  padding-right: 8px;
}
#loginsignup .div2 .input-group
{
  border: 1px solid #ccc;
    padding: 0px 10px;
    width: 70%;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 30px;
}
#loginsignup .div2 .form-control
{
  background-image: unset;
  padding-left: 10px;
}
#loginsignup .div2 .btn
{
  margin-top: 20px;
    background: #ff9800;
    width: 70%;
    margin-left: 15%;
    color: #fff;
    padding: 16px;
}
#loginsignup .div3hide 
{
  display: none;
}
#loginsignup .div2 h5
{
  line-height: 180%;
}
#loginsignup .div2.div3hide input
{
    width: 86%;
    margin: 0 auto;
    margin-top: 20px;
    height: 46px;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    padding-left: 0px;
}
#loginsignup .div2.div3hide .row
{
  margin-left: 0px;
  margin-right: 0px;
}
#loginsignup .div2.div3hide .row .col-md-3
{
  padding-left: 0px;
  padding-right: 0px;
}
#loginsignup .div2 .otpfield
{
  width: 70% !important;
  margin: 0 auto !important;
} 
#loginsignup .div2.div3hide ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-align: center !important;
}
#loginsignup .div2.div3hide ::-moz-placeholder { /* Firefox 19+ */
  text-align: center !important;
}
#loginsignup .div2.div3hide :-ms-input-placeholder { /* IE 10+ */
  text-align: center !important;
}
#loginsignup .div2.div3hide :-moz-placeholder { /* Firefox 18- */
  text-align: center !important;
}
#loginsignup .div2 .resentotp 
{
  margin-bottom: 0px;
  color: #ccc;
  font-weight: 600;
}
#loginsignup .div1 span
{
  position: absolute;
    top: 15px;
    left: 15px;
    color: #ff9800;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    display: none;
}
#loginsignup .div1 span .fas
{
  padding-right: 6px;
}
#successful .modal-padding
{
  padding: 30px;
}
#successful .modal-padding h4
{
  text-align: center;
    color: #6eb925;
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.5px;
}
#loginsignup .name
{
  display: none;
}
#loginsignup .validation
{
  display: none;
  text-align: center;
  color: red;
}
#loginsignup .name
{
/*  display: inline-block;*/
    border: 1px solid #ccc;
    background: #fff;
    margin-top: 18px;
    width: 70%;
    margin-left: 15%;
    padding: 10px;
}
.errorpara
{
    display: none;
}
.outer-div {
    display: table;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}
.inner-div {
    display: table-cell;
    vertical-align: middle;
}
.yellow 
{
    background: #FFEB3B;
}
.location_select .form-control
{
	width: auto;
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: unset;
    text-align: center;
}
 .location_select .form-control:read-only
 {
     background-image: unset;
 }
 .location_select .current-loc
 {
     display: inline-block;
     width: 22px;
     margin-right: 6px;
 }
 .location_select, .navbar1
 {
      display: inline-block;
 }
 .location_select select.form-control:not([size]):not([multiple])
 {
     height: auto;
 }
 .location_select
 {
     border: 1px dashed #000;
     padding: 10px;
 }
 .location-a
 {
     padding: 10px !important;
 }
.has-search .form-control {
    padding-left: 2.375rem;
    background-image:none;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
#selectcity-overlay .btn:not(:disabled):not(.disabled) {
    border: 1px solid rgba(38, 38, 38, 0.1450980392156863);
    margin-right: 6px;
    color: #ef3b23;
    border-radius: 2px;
    padding: 10px 10px !important;
    letter-spacing: 0.6px;
    border-radius: 5px;
}
#selectcity-overlay .btn-group, .btn-group-vertical {
    margin: 5px 1px;
}
#selectcity-overlay .select-city-div
{
    width: 70% !important;
    height: 360px;
}

#selectcity-overlay .closeoverlay, #selectcity-overlay .your_choose_city{
    cursor: pointer;
}
#selectcity-overlay .your_choose_city:hover {
    font-weight: 600;
}

.cites-serving .city-list-container .city_name:first-of-type {
    margin-left: 0;
    border-bottom: none;
    padding-left: 0!important;
    
}
.cites-serving .city-list-container .city_name {
    text-decoration: none;
    background-color: transparent;
    font-family: 'Fira Sans', sans-serif;
    white-space: nowrap;
    font-size: 14px;
    display: inline;
    color: #4a4a4a;
    text-decoration: none;
    padding: 3px 20px;
    border-right: 1px solid #c2c2c2;
    
} 
.cites-serving .city-list-container .city_name:last-of-type {
    border-right: none;
}
.cites-serving .city-heading-container .city-header{
    font-weight: 600;
}
.cites-serving .city-heading-container .city-header:after {
    content: '';
    height: 1px;
    background: #eaeaea;
    display: block;
    position: relative;
    top: -12px;
    right: -180px;
    width: calc(100% - 125px);
}
.popular-searches ul {
    display: block;
    padding-bottom: 10px;
    margin-top: 6px;
    border-bottom: 1px solid #eaeaea;
    list-style-type: none;
}

.popular-searches ul li.heading {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    border-right: none;
    text-align: left;
}
.popular-searches ul li {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.72;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 15px;
    margin-right: 15px;
    display: inline-block;
    border-right: 1px solid #c2c2c2;
    list-style-type: none;
}
.popular-searches ul li:last-of-type {
    border-right: none;
}
.popular-searches ul li a {
    color: inherit;
}

#bulkmodel-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}
#bulkmodel-overlay .select-city-div
{
    height: auto;
    margin: auto;
    background: #fff;
    border-radius: 4px;
    padding: 20px;
}
#bulkmodel-overlay .outer-div
{
    display: table; 
    height: 100vh; 
    overflow: hidden;
    width: 100%;
}
#bulkmodel-overlay .inner-div
{
    display: table-cell; 
    vertical-align: middle;
}
#bulkmodel-overlay input[type=radio]
{
    display: none;
}

#bulkmodel-overlay .city-listing
{
    margin-top: 20px;
}
/*.................. Mobile media query ....................*/
@media only screen and (max-width: 640px)
{



  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /*... Header css start ...*/
.mob-margin0
{
    margin: 0;
}
.mob-padding0
{
    padding: 0;
}
.width {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}
.heading
{
    font-size: 20px;
}
.border-bottom
{
    width: 40px;
    margin-bottom: 20px;
    margin-top: 10px;
}
  header.main-header {
    position: fixed !important;
    width: 80% !important;
    height: 100vh;
    z-index: 999 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    padding: 0;
    display: none;
}
header .container-fluid
{
    padding-right: 0px;
    padding-left: 0px;
}
header .row
{
    margin-right: 0px;
    margin-left: 0px;
}
header .row .col-md-2, header .row .col-md-4, header .row .col-md-6
{
    padding-right: 0px;
    padding-left: 0px;
}
header .logo-img
{
    margin: 40px auto;
    float: unset;
}
header .padding-top
{
    padding-top: 0;
}
header .location-a {
    padding: 10px 15px !important;
    text-align: left;
}
header .location-a .fas.fa-caret-down
{
    float: right;
}
header .location_select, .navbar1
{
    display: block;
    width: 100%;
}
header .location_select, .navbar1 span 
{
    border: 0px dashed #000 !important;
    padding: 0 !important;
}
header .navbar1 a
{
    padding: 10px 15px !important;
    font-size: 14px;
    float: unset;
    text-align: unset;
    display: block;
    text-transform: capitalize;
}
header .location_select .current-loc
{
    width: 15px;
    margin-right: 4px;
}
header .opencart img 
{
    width: 14px;
    margin-right: 4px;
}
header .addtocart
{
    padding: 0px 5px !important;
    margin-left: -12px;
    margin-top: -11px;
}
header .padding-top .pull-right
{
    float: left;
}
.mobile-menu {
    padding: 5px 20px;
    background: #e73f3f;
}
.mobile-menu .image {
    position: relative;
    width: 25px;
    height: 35px;
    margin-top: 5px;
}
.mobile-menu .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    /*filter: brightness(0.25);*/
    transform: rotate(180deg);
}
.close-menu-btn
{
    position: relative;
    width: 28px;
    right: 0;
    top:5px;
    left:89%;
    text-align:right;
}
.primary-header-overlay
{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.05);
    display: none;
    z-index: 999;
}
footer .width {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}
footer .footer-border-bottom
{
    margin-top: 10px;
    margin-bottom: 10px;
}
footer .categories-list li i
{
    display: none;
}
footer .social-icons li img
{
    width: 30px;
    height: 30px;
}
.steps-background-image
{
    height: 15px;
    border-top: 1px solid #e73f3f;
    background-size: contain;
}
.padding {
    padding-top: 10px;
    padding-bottom: 10px;
}
.bg_image
{
    display: none;
}
.product-image1
{
    height: 75px !important;
}
.Categories .card .card-header
{
    padding: 5px;
}
.Categories .card h5
{
    font-size: 14px;
}
.steps .steps-img
{
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.steps p
{
    font-size: 13px;
}
.cites-serving .city-heading-container .city-header:after
{
    right: -155px;
    width: calc(100% - 155px);
}
.cites-serving .city-list-container .city_name, .popular-searches ul li
{
    padding: 3px 5px;
    display: block;
}
.city-list-container .city_name
{
    display: inline-block !important;
}
.popular-searches ul li
{
    border-right: 0px solid #c2c2c2;
}
.Categories .card {
    margin-bottom: 15px;
}
.catagories ul {
    text-align: unset; 
}
.catagories a
{
    padding: 10px 8px;
}
.catagories img
{
    width: 18px !important;
    height: 18px !important;
}
.catagories a span {
    padding-left: 4px;
    font-size: 13px;
    text-transform: capitalize;
}
#carouselExampleControls.carousel.slide
{
    height: 151px !important;
}
#carouselExampleControls.carousel.slide .carousel-inner
{
    height: 151px !important;
}
.filter .row
{
    margin-right: 0px;
    margin-left: 0px;
}
.filter .row .col-md-2, .filter .row .col-md-1
{
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0px;
    padding-left: 0px;
    padding: 0;
}
.filter .row .col-md-9
{
    display: none;
}
.product-box {
    margin-top: 5px;
}
.product
{
    margin-bottom: 10px;
}
.category-listing-div p 
{
    margin-bottom: 10px;
}
    .card.product a 
    {
        color: #ffffff;
    }
.card.product .col-md-12
{
    padding-left: 0px;
    padding-right: 0px;
}
.category-listing-div .category-div-padding
{
    padding: 10px;
}
.category-listing-div h4
{
    font-size: 18px;
}
.product 
{
    padding: 0px !important;
}
.product .col-md-12
{
    padding-right: 0px;
    padding-left: 0px;
}
.category-listing-div .filter-btn
{
    border: 1px solid white;
    margin: 0;
    margin-top: 10px;
    margin-right: 6px;
    padding: 4px 10px;
}
.category-listing-div .category-list
{
    display: none;
}
.product .counter-div, .cartcounter .counter-div2
{
    width: 88px;
}
#mySidenav.width30, .cart-checkout-list.width30
{
    width: 100%;
}
#mySidenav .cart-heading, .cart-checkout-list .cart-heading,
#mySidenav .cart-bottom, .cart-checkout-list .cart-bottom
{
     width: 100%;
}
.sidenav.width30 .col-md-6, .checkout .shipping-cost .col-md-6
{
    flex: 0 0 50%;
    max-width: 50%;
}
.cart-checkout-list .shipping-cost
{
    padding: 5px;
}
.sidenav.width30 .col-md-3
{
    flex: 0 0 25%;
    max-width: 25%;
}
.sidenav.width30 .col-md-9
{
    flex: 0 0 75%;
    max-width: 75%;
}
.cart-listing .delivery-chages h4
{
    font-size: 15px;
    padding-top: 4px;
    line-height: 22px;
}
.cart-listing .counter-div2 .row
{
    margin: 0;
}
.cart-listing .counter-div2 .row .col-md-4,  .checkout .counter-div2 .row .col-md-4
{
    padding: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.cart-listing .total .col-md-5
{
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.cart-listing .total .col-md-2
{
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
#loginsignup .div1, #loginsignup .div2
{
    padding: 15px;
}
#loginsignup .div1 h4
{
    letter-spacing: 0.4px;
    font-size: 17px;
}
#loginsignup .div2 h5
{
    font-size: 18px;
}
#loginsignup .div2 .input-group
{
    width: 100%;
    margin-top: 20px;
}
#loginsignup .div2 .btn, #loginsignup .name
{
    margin-top: 5px;
    width: 100%;
    margin-left: 0;
}
#loginsignup .div2 .otpfield
{
    width: 100% !important;
    margin: 0;
}
#loginsignup .div2 .col-md-12
{
    padding: 0;
}
#loginsignup .div2.div3hide input
{
    width: 100%;
    margin-top: 10px;
}
.help-contact li {
    padding: 8px 0px;
}
.info-ul li img
{
    width: 18px;
}
.info-ul li img {
    padding-right: 0;
    width: 15px;
    padding: 8px 0px;
}
.checkout-menu .pull-right {
    padding-top: 0;
}
.help-contact, .info-ul {
    padding-top: 8px;
}
.main-header .checkout-menu .row, .checkout .listing .row
{
    margin: 0;
}
.main-header .checkout-menu .col-md-1, .main-header .checkout-menu .col-md-7,
.main-header .checkout-menu .col-md-4, .checkout .listing .col-md-3,
.checkout .listing .col-md-9
{
    padding: 0;
}
.checkout-page
{
    display: none;
}
.checkout .btn
{
    padding: 10px 15px;
}
.checkout .card-body
{
    padding: 5px;
    max-height: unset;
}
.checkout .listing .col-md-3
{
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0;
}
.checkout .listing .col-md-9
{
    flex: 0 0 90%;
    max-width: 90%;
}
.checkout .listing .col-md-3 a
{
    padding: 0;
}
.profile-path.padding {
    padding-top: 15px;
    padding-bottom: 15px;
}
.container-fluid.width.profile .col-md-3
{
    position: absolute;
    right: 0;
    z-index: 999;
    top: 0;
    bottom: 0;
    padding: 0;
    width: 80%;
    height: 100vh;
    background: #ffffff;
    display: none;
}
.profile .col-md-3 .leftdiv
{
    box-shadow: unset;
}
.mobile-menu .far.fa-user
{
    color: #ffffff;
    padding: 12px 10px;
}
.overlay-left
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
    cursor: pointer;
    display: none;
}
.close-menu-btn1
{
position: absolute;
    width: 28px;
    left: 11%;
    z-index: 999;
    display: none;
}
.profile .col-md-9
{
    padding: 0;
}
.padding
{
    padding: 0;
}
.laptop-hide.mobile-menu i
{
    padding: 10px 15px 10px 0px;
    color: #fff;
}
.laptop-hide.mobile-menu .cart-counnter
{
    position: absolute;
    right: 5px;
    background: #fff;
    padding: 0px 6px;
    border-radius: 10px;
    font-size: 13px;
    color: #e73f3f;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
#selectcity-overlay .select-city-div
{
    width: 100% !important;
}
#selectcity-overlay
{
    z-index: 999;
}
#selectcity-overlay .outer-div
{
    display: unset;
    height: unset;
    overflow: unset;
    width: unset;
}
#selectcity-overlay .city-listing
{
    overflow: scroll;
    height: calc(100vh - 117px);
}
.select-city-div
{
    border-radius: 0;
    padding: 10px;
}
#selectcity-overlay .select-city-div
{
    height: auto;
}
#selectcity-overlay .bmd-form-group
{
    padding-top: 10px;
}
header .container-fluid
{
    overflow: scroll;
    height: 100vh;
}
header .padding-top .pull-right {
    float: unset;
}
.dropdown1-content {
    display: none;
    position: unset;
    background-color: unset;
    min-width: unset;
    box-shadow: unset;
    z-index: unset;
    border: unset;
    padding: unset;
}
header .dropdown1-content a .row
{
    display: none;
}
header .dropdown1-content a
{
    padding: 0 !important;
}
header .navbar1 a
{
    padding: 10px 15px !important;
}
.dropdown1 .dropbtn
{
    font-size: 14px;
    padding: 9px 16px;
    text-transform: capitalize;
}
.navbar1 .fa-angle-down
{
    float: right;
}
.navbar1 .arrow-up
{
    display: none;
}
header .dropdown1
{
    width: 100%;
}

}
/*.................. Laptop Media query .....................*/
@media screen and (min-width: 1025px)
{
    .laptop-hide
    {
        display: none;
    }
    .card.product a 
    {
        color: #ffffff;
    }
    header.main-header
    {
        display: block !important;
    }
    .onwebonly{
 position: absolute; bottom: -70px;
}

#checkout_form fieldset .form-card {

    height: 300px;
}
}

@media (max-width: 768px)
{
    .pricing {
        position: absolute;
        padding-top: 0px;
    }
    .price {
        position:absolute;
        text-align:right;
    }
    #addtocardform {
        padding-left:70% !important;
        text-align:right !important;
    
    }
    .counter-div{
        text-align:right !important;
    }
    .product-image{
        width:100%;
        height:auto;
        padding-bottom:20px;
    }
    .gross-item{
        position:absolute;
    }
    .net-item{
        position:relative;
        text-align:right;
    }
    .selling-price{
        font-size:20px !important;
        font-weight:500;
    }
  .des-scroll{
       width:100%;
       height:150px;
       overflow:scroll;
       font-weight:normal;
   } 
.border-div{
    display:none;
}
.mhide{
    display:none;
}
}
  
  


