

/* #guarantee */

.btn_guarantee{
    margin-bottom: 2rem;
}
#guarantee{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;


}
.form_btn_guarantee label {
    display: flex;
    align-items: center;
}
.form_btn_guarantee label  d{
    color: var(--color_orang);

}
.price_guarantee1 d {
    margin: 0 6px;
  font-weight: 600;
}
.price_guarantee1 d .shimmerBG{
    min-width: 6rem;
    margin: 0px 8px;
}
.price_guarantee1{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #575757;
}
.form_btn_guarantee{
    text-align: right;
    direction: rtl;
  
    background-color: #f9f9f9;
    padding: 16px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    flex-direction: column;
    text-align: right;
    position: relative;
    margin-top: 16px;
}
/* #guarantee */


/* support */

  #goftino_w {
    display: none;
  }
  
  .arta_widget_support {
    transition: all .2s ease !important;
    border-radius: 50%;
    bottom: 6rem;
    left: 15px;
    position: fixed;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2), 0 1px 10px rgba(0, 0, 0, .15);
    margin: 0 auto;
    background: url('../../images/suport/icons8-whatsapp-100.png') center center no-repeat;
      background-color: rgba(0, 0, 0, 0);
      background-size: auto;
    cursor: pointer;
    background-size: 60% 60%;
    padding: 20px;
    background-color: var(--color_orang);
    z-index: 9999;
    width: 65px;
    height: 65px;
  }
  
  .arta_support {
    position: fixed;
    left: 15px;
    bottom: -800px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2), 0 1px 10px rgba(0, 0, 0, .15);
    border-radius: 7px;
    /*     padding: 5px 8px; */
    transition: all .8s ease !important;
    z-index: 200;
  }
  
  .arta_support_whatsapp {
    font-family: iransansx2;
    font-size: 14px;
    list-style: none;
    width: 100%;
    height: 45px;
    background: #f1f1f1;
    padding: 5px 0;
    text-align: right;
    /* border-bottom: 1px dashed #d9d9d9; */
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 7px;
    justify-content: space-between;
  }
  
  #artaFadeInChat {
    font-family: iransansx2;
    font-size: 14px;
    list-style: none;
    width: 100%;
    height: 45px;
    background: #f1f1f1;
    padding: 5px 0;
    text-align: right;
    /* border-bottom: 1px dashed #d9d9d9; */
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 7px;
    justify-content: space-between;
    margin-top: 15px;
  }
  
  #artaFadeInChat:hover, .arta_support_whatsapp:hover {
    background: rgb(251 251 251);
    transition: all .4s ease !important;
    border-radius: 5px;
  }
  
  .arta_support_whatsapp:after {
    content: "";
    background: url(../../images/suport/whatsapp.png) center center no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    margin: 0 22px 0 9px;
  }
  
  #artaFadeInChat:after {
    content: "";
    background: url(../../images/suport/download.png) center center no-repeat;
    background-size: 85% 92%;
    width: 30px;
    height: 30px;
    margin: 0 24px 0 11px;
  }
  
  .arta_support_head {
    background:var(--color_orang);
    transition: all .2s ease !important;
    border-radius: 7px 7px 0 0;
    font-family: iransansx2;
    text-align: right;
    direction: rtl;
    color: #FFF;
    padding: 15px 15px 15px 51px;
  }
  
  .arta_support_head p {
    padding: 0;
    margin: 0;
  }
  
  .arta_support_head:before {
    content: '';
    background: url('../../images/suport/icons8-whatsapp-100.png') center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    right: 12px;
  }
  

  /*support*/

@media screen and (max-width:700px) {
  .cart-toggle {
    cursor: pointer;
    font-size: 9px !important;
  }
}
@media screen and (min-width:700px) {
  .menu_mobile_new{
    display: none;
  }
}

.menu_mobile_new{
  text-align: center;
}
.sou_fix {
    position: fixed;
    bottom: 34px;
    left: 20px;
    width: 1em;
    height: 1em;
    z-index: 9999;
    font-size: 50px;
   
  }
  .sou_fix a{
    display: block;
  }
  .sou_fix a i{
    font-size: 50px;
    color: white;
    background-color: var(--color_green);
    border-radius: 50%;
    padding: 4px;
  }

  @media screen and (max-width:900px){
    .alarm_update span{
        display: block;
font-weight: 400;
overflow: hidden;
text-overflow: ellipsis;
text-align: nowrap;
line-height: 20px;
font-size: 12px;

    }
    .sou_fix,
    #box-widget-icon {
        bottom: 8rem !important;
    }

    #goftino_w{
        bottom: 56px !important;
    }
}
  