.store-header .main-nav-container {
    border-radius: 0 0 0rem 0rem;
}.store-header .f_bottom-menu {
    border-radius: 0 0 0rem 0rem
}

.thin-header .f_bottom-menu {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    max-height: 1.25rem;
}


#darb-comments-slot .s-comment-form-content{
  direction: rtl !important;
}

#darb-comments-slot .s-comment-form-input{
  width: 100% !important;
  min-height: 140px !important;
  padding: 12px 14px !important;
  border-radius: 12px !important;
}

 
#darb-comments-slot .s-comment-form-action{
  display: flex !important;
  justify-content: flex-start !important;  
  margin-top: 10px !important;
}

 
#darb-comments-slot .s-comment-form-action .s-button-element{
  border-radius: 12px !important;
  padding: 10px 18px !important;
  font-weight: 700 !important;
}