/*
Theme Name:     Soorena Child Theme
Description:    Child theme for the Soorena
Author:         Soorena
Author URI:     http://soorena.net
Template:       soorena
Version:        1.0
*/
@font-face {
    font-family: vazirNormal;
    src: url(fonts/Vazir.woff);
    font-weight: normal;
}
@font-face {
    font-family: vazirBold;
    src: url(fonts/Vazir-Bold.woff);
    font-weight: bold;
}
@font-face {
    font-family: VazirLight;
    src: url(fonts/Vazir-Light.woff);

}

body, p, blockquote, li, a{
  font-family: VazirLight !important;
}
h1, h2, h3, h4, h5, h6{
  font-family: vazirBold !important;
}
#activate-step-2{
  display: none;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    float: right !important;
}
.radio-inline{
  padding: 0 30px;
  float: right;
}
.radio-inline input[type=radio] {
    position: absolute;
    margin-right: -20px;

}
.clear{
  clear: both;
}
.sizeTable,#activate-step-3,#step-2{
  display: none;
}
aside.userMenu{
  background: #5f9da0;
  min-height: 250px;
  padding: 20px 0;
  margin-bottom: 30px;
}
.userMenu ul{
  padding: 0;
  margin: 0;
}
.userMenu ul li{
  list-style-type: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.userMenu span{
  margin: 0 10px;
}
.userMenu li a{
  color: #fff;
}
.userMenu h2{
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin: 10px 0;
  padding: 0 0 25px 0;
  border-bottom: 3px solid;
}
.userMenu .subMenu{
    padding: 5px 20px 0 0;
    display: none;
}
.userMenu .subMenu li{
  list-style-type: none;
  border-bottom: 0px;
  padding: 10px 0;
}
.userMenu .badge{
  color: #000;
  background: #fff;
}
#step-3 th{
  text-align: right;
}
#soorenaOrder {
  margin-top: 10px !important
}
.myOrders th,.myOrders td{
  text-align: center;
  vertical-align: middle !important;
}
#soorenaOrder .panel-heading{
  background: #fff !important;
}
.deadlineInfo {
    color: red;
    text-align: center;
    padding: 10px;
    margin: 10px -15px;
    font-size: 18px;
    background: rgba(255, 0, 0, 0.1);
}
#uploadTranslatedFile{
  display: none;
}
.edit-order td,.edit-order th{
  vertical-align: middle !important;
  text-align: center;
}
.edit-order table textarea, .edit-order table input{
  width: 80%;
  border-bottom: 1px solid #000;
}
.edit-order .radio-inline input[type=radio] {
    position: absolute;
    margin-right: 10px;
    margin-left: 0 !important;
}
.swatch-black, [class*="swatch-"] .swatch-black {
    background: #5f9ea0 !important;
    color: #fff;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
  background-color: #40e0d0 !important;
  color: #000 !important;
}
.alert-danger{
  color: #a94442 !important;
}
.alert-success {
    color: #3c763d !important;
}
