@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/material_icons_outlined.woff) format('woff');
}
@font-face {
  font-family: Mitra;
  src: url(fonts/Mitra.woff) format('woff');
}
body {
  font-family: Mitra;
  direction: rtl;
  background-color: white;
  overflow: auto;
}
.noselect {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25pt;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  margin: 10pt;
}
 


.toolbar-title
{
font-family:Mitra;font-size:16pt;padding-top:10pt;color: #757575;    
}
.toolbar {
  border: none;
  /* background-color:rgb(67, 123, 75); */
  background: #a1acaa;
  z-index: 18;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 40pt;
  box-shadow: 0 2px 2px -2px #EEEEEE;

}
.toolbar a {
  color: #757575;
  font-size: 20pt;
  transition: font-size 0.1;
  padding: 5pt;

}
.toolbar a:hover {
  color: #0bbaff;
  font-size: 22pt;
  transition: font-size 0.1;
}
.float-left{
float:left;
}
.float-right{
float:right;
}
.toolbar_icon {
  color: #757575;
  margin: 2pt;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20pt;
  cursor: hand;
  transition: font-size 0.1;
  padding: 4pt;

}
.toolbar_icon:hover {
  color: #8BC34A;
  font-size: 22pt;
  transition: font-size 0.1;
}


.drawer_parent
{
  display: block;
  position: fixed;
  z-index: 6;
  width: 0;
  overflow: auto;
  background-color: white;
  height: 100%;
  max-width: 200pt;
  right: -10px;
  opacity: 0.05;
  top: 37pt;
  border-left: 1px solid #E0E0E0;
  transition: width .4s,right .4s,opacity .4s;
}

.drawer_parent_active
{
  opacity: 1;
  right: 0;
  width: 100%;
  transition: width .6s,right .6s,opacity .6s;
}
.menu_item {
  color: #000;
  max-width: 200pt;
  border: 0;
  border-bottom: 0.001em;
  border-color: #E0E0E0;
  border-style: solid;
  font-size: 18pt;
  display: flex;
  flex-direction: row;
  background-color: white;
  margin-top: auto;
  margin-bottom: auto;
  padding: 3pt;

}
.menu_item_text {
  margin-top: auto;
  margin-bottom: auto;
  color: #000;
  font-family: Mitra;

}
.menu_icon {
  color: #270081;
  margin-top: auto;
  margin-bottom: auto;
  padding: 3pt;
}
.drawer-text{
 margin-top:auto;margin-bottom:auto;   
}
a {
  text-decoration: none;
}
.body_main {
  background-color: #fff;
  border: none;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  direction: ltr;
  margin-top: 40pt;
}

.card {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  direction: rtl;
  background-color: #fff;
  transition: 0.3s;
  border-width: 1px;
  border-color: #E0E0E0;
  border-style: solid;
  border-radius: 2pt;
  border: none;
  box-shadow: 0 0 0 1px #E0E0E0;
}
.card-with-title-container
{
  margin: auto;
  border: none;

}
.card-with-title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  direction: rtl;
  background-color: #fff;
  transition: 0.3s;
  border-width: 1px;
  border-color: #E0E0E0;
  border-style: solid;
  border-radius: 2pt;
  border: none;
  box-shadow: 0 0 0 1px #E0E0E0;
}
.card-title {
  background-color: #2196F3;
  border-top-left-radius: 5pt;
  border-top-right-radius: 5pt;

  border-bottom-left-radius: 5pt;

  border-bottom-right-radius: 5pt;
  border-width: 5pt;
  text-align: center;
  color: #fff;
  font-size: 18pt;
  font-weight: bold;
  padding: 10pt;
  box-shadow: 0 0 0 1px #2196F3;

}

.text-field {
  width: 90%;
  border-style: solid;
  background: #fff;
  border-color: #BDBDBD;
  border-width: 1pt;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  background-color: #ffffff00;
  max-width: 313pt;
  margin: auto;
  height: 28pt;
  padding: auto;
}

.text-field:focus {
  border-color: #03A9F4;
  outline: none;

}


.button
{
  color: #fff;
  padding: 4pt;
  border-radius: 4pt;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3pt;
  margin-bottom: 3pt;
  background-color: #2196F3;
  min-width: 70pt;
  border: none;
  font-size: 12pt;
  font-weight: bold;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.18);
}
.button:hover
{
  color: #000;
  background-color: #fff;

}
.button-red
{
  background-color: #E91E63;
}
.button-red:hover
{
  background-color: #fff;
}
.button-green
{
  background-color: #4CAF50;
}
.button-green:hover
{
  background-color: #fff;
}
.button-orange
{
  background-color: #FF9800;
}
.button-orange:hover
{
  background-color: #fff;
}
.modal-background {
  z-index: 5;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4)
}


.bottom-sheet-off
{
  display: block;
  position: fixed;
  z-index: 6;
  width: 98%;
  overflow: hidden;
  background-color: white;
  height: 0;
  max-height: 80vh;
  bottom: 0;
  opacity: 0.05;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  border: none;
  transition: height 0.5s,bottom 0.5s,opacity 0.5s;
}

.bottom-sheet-on
{
  opacity: 1;
  bottom: 0;
  height: 100%;
  transition: height 0.4s,bottom 0.4s,opacity 0.4s;
}
.modal-title {
  background-color: #2196F3;
  border-top-left-radius: 2pt;
  border-top-right-radius: 2pt;
  border-width: 1pt;
  text-align: center;
  color: #fff;
  font-size: 18pt;
  font-weight: bold;
  padding: 5pt;
  display: flex;
  flex-direction: row;
}
.bottom-modal_close
{
  margin-right: 5px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 25pt;
}
.bottom-sheet-content
{
  border-width: 1px;
  border-color: #e0e0e0;
  border-style: solid;
  border-bottom-right-radius: 2pt;
  border-bottom-left-radius: 2pt;
  height: 100%;
  overflow: auto;
}
.bottom-sheet-container
{
  border: none;
 overflow: auto;
 height:100%;

}
.modal {
  display: block;
  position: fixed;
  z-index: 6;
  width: 0;
  overflow: auto;
  height: 100%;
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20vh;
  transition: width 1s,opacity 1s;
  left: 0;
  right: 0;
}
.modal-open
{
  opacity: 1;
  width: 100%;
  transition: width 1s,opacity 1s;

}
.modal-container
{
  margin: auto;
  border: none;
  max-width: 700pt;
  max-height: 50%;
  width: 95%;

}
.modal-content
{
  border-width: 1px;
  border-color: #e0e0e0;
  border-style: solid;
  border-bottom-right-radius: 2pt;
  border-bottom-left-radius: 2pt;
  min-height: 140pt;
  overflow: auto;
}
.toast-bottom
{
  bottom: 2%;
}
.toast-top
{
  top: 2%;
}
.toast {
  border-radius: 3pt;
  color: white;
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 19;
  width: 0;
  min-height: 40pt;
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transition: width 0.8s,opacity 0.8s;
  left: 0;
  right: 0;
  background-color: rgb(33,33,33);
  background-color: rgba(33,33,33 ,0.8);
  font-weight: bold;
  max-width: 400pt;

}
.toast-open
{
  opacity: 1;
  width: 90%;
  transition: width 0.3s,opacity 0.3s;
}

.snak{
 border-radius: 0;
  color: white;
  display: flex;
  flex-direction: row;
  position: fixed;
  z-index: 18;
  width: 100%;
  height:0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transition: height 0.5s;
  left: 0;
  right: 0;
  bottom:0;
  background-color: rgb(33,33,33);
  background-color: rgba(33,33,33 ,0.8);
  font-weight: bold;   
}
.snak-open{
  height: 40pt;
  transition: height 0.2s;	
  max-height: 100pt;
}
.snak-text{
   margin: auto;
    
     word-wrap: break-word;
     padding-left: 12pt;
     padding-right: 12pt;
     width:100%;
     display:flex;
     font-weight:bold;


}
.snak-button-container{
	display:flex;    
	flex-direction:row;
   max-width: 30%;
justify-content: flex-end;
padding-left: 10pt;
padding-right: 10pt;
}

.snak-button
{

font-weight:bold;
margin: auto;
}
.snak-close-button
{
 margin-right: 10pt;
  margin-left: 10pt;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 25pt;	
}
.snak-close-button:hover
{
opacity: 0.8;
}
.tool-tip {
  border-radius: 3pt;
  color: rgb(252, 252, 252);
  display: flex;
  position: fixed;
  z-index: 19;
  width: 0;
  opacity: 0;
  text-align: center;
  transition: width 0.9s,opacity 0.9s;
  background-color: rgba(56, 55, 55, 0.705);
  background-color: rgba(66, 65, 65, 0.774);
  font-weight: bold;
  max-width: 140pt;
  padding: 5pt;

}
.tool-tip-open
{
  opacity: 1;
  width: 100%;
  transition: width 0.3s,opacity 0.3s;
}


/*  */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
 
}

.price {
  color: grey;
  font-size: 22px;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card button:hover {
  opacity: 0.7;
}





.nav-icon {
  font-size: 1.5rem;
}
.cart-btn {
  position: relative;
  cursor: pointer;
}
.cart-items {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--primaryColor);
  padding: 0 5px;
  border-radius: 30%;
  color: var(--mainWhite);

}

.column {
  float: left;
  width: 50%;
  padding: 10px;
   /* Should be removed. Only for demonstration */

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
 }
* {
  box-sizing: border-box;
}

 /* استایل عدد روی سبد خرید   */
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
#lblCartCount {
    font-size: 14px;
    background: Red;
    color: White;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px; 
}

.items:hover input[type="button"]
{
	display:block;
}
.items input[type="button"]
{
	display:none;
	background:none;
	background-color:#3ADF00;
	width:200px;
	height:50px;
	border:none;
	font-size:20px;
	color:white;
	position:absolute;
	top:150px;
	left:25px;
	cursor:pointer;
}

/* .footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(86, 197, 104);
  color: white;
  text-align: center;
} */
 /* body {
        font-family: 'Signika', sans-serif;
     }
     .bg-grey {
        background: #292929;
     }
     .logo-footer {
        margin-bottom: 40px;
     }
     footer {
            color: grey;
     }
     footer p, a {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}
footer h6 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 40px;
    position: relative;
}
footer h6:after {
    position: absolute;
    content: "";
    background: grey;
    width: 12%;
    height: 1px;
    left: 0;
    bottom: -20px;
}
     .btn-footer {
                 color: grey;
              
                text-decoration: none;
                border: 1px solid;
                border-radius: 43px;
                font-size: 13px;
                padding: 7px 30px;
                line-height: 47px;
     }
     .btn-footer:hover {
                
                text-decoration: none;
               
     }
    .form-footer input[type="text"] {
        border: none;
    border-radius: 16px 0 0 16px;
    outline: none;
    padding-left: 10px;
    
}
::placeholder {
    font-size: 10px;
    padding-left: 10px;
    font-style: italic;
}
 .form-footer input[type="button"] {
    border: none;
    background:#232323;
        margin-left: -5px;
    color: #fff;
    outline: none;
    border-radius: 0 16px 16px 0;
    padding: 2px 12px;
}
     .social .fa {
    color: grey;
    font-size: 22px;
    padding: 10px 15px;
    background: #3c3c3c;
}
     footer ul li {
    list-style: none;
    display: block;
}
  footer ul  {
   padding-left: 0;
}
footer ul  li a{
  text-decoration: none;
  color: grey;
  text-decoration:none;
}

.logo-part {
    border-right: 1px solid grey;
    height: 100%;
    } */



    