body{font-family: 'Varela Round', sans-serif !important;;}
.main-menu ul li a{font-family: 'Varela Round', sans-serif;;}

.typeahead 
{    position:relative;
    width: 350px;
    direction: rtl;
    text-align: right;
    margin: 0px 0px 0px 0px;
        position: absolute;
display:block;

}
.typeahead.dropdown-menu {
z-index: 1051;
}
.form-search
{
    border-radius: 6px;
    margin: 0px auto;
width: 350px;
}
.new-label 
{
background-image:url(../upload/1597928099.png);
color:transparent;
background-size: cover;
border:0;
padding:0;
height: 70px;
width: 70px;
background-size: cover;
background-color: #ffffff00;
}
.sale-label 
{
background-image:url(../upload/1597928105.png);
color:transparent;
background-size: cover;
border:0;
padding:0;
height: 70px;
width: 70px;
background-size: cover;
background-color: #ffffff00;
}


/*צבע תפריט עליון */
.menu {
    background-color:#857d3d;
}
/*צבע טקסט תפריט עליון*/
.ul-menu li.menu-level-0 > a {
    color: #fff;
}
/*צבע כותרת מוצר*/
.product-title {
    color: #008C9E;
}
/*צבע מחיר מקורי*/
.price-box .old-price {
    color: #db3838;
}
/*צבע כפתור קנה עכשיו*/
a.button, button.button {
    background-color: #857d3e;
}
/*צבע כותרות בעגלת קניות*/
.checkout-title {
    background-color: #857d3e;
}
/*כותרת כתבות*/
.blog-title {
    color: #008C9E;
}
/*צבע הפוטר*/
.footer-address {
    background-color: #857d3e;
    border-bottom:0;
}
/* צבע גלילה למעלה*/
.totop {
    background-color: #402620;
}
.sin-banner div {
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background-color: #857d3e;
}

.similar-checkbox {
    margin: 5px auto;
    width: 70%;
    display: block;
    cursor: pointer;
    background-color: 
#857d3e;
padding: 3px 10px;
color:
    #fff;
}
.select-price {
    border: solid 1px #fff;
    padding: 10px;
}
.buttons-payment button, .buttons-payment button:hover {
    background-color: #857d3e;
}


*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
  }
  
  .mtext p{
    position:relative;
    font-size: 25px;
    margin-top: 27px;
    color: #e9669e;
  }
  .mtext p:after{
    content:"";
    width: 2px;
    height: 100%;
    background: #333;
    position: absolute;
    opacity: 0;
    animation:cursor 0.5s infinite;
  }
  @keyframes cursor{
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
  }

  .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-bottom: 1px solid #e6e6e6;
    border-top:0px;
}