.passazh-img {
    margin: 0 auto;
}
.passazh-price {
    float: right;
    margin-right: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    font-size: 22px;
    color: #f15b67!important;
    direction: rtl;
    text-align: right;
}
.passazh-box, .passazh-header {
    display: block!important;

}
.passazh-box {
    border: 1px solid #ebeced;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    background: #fff;
    text-align: center;
    margin-bottom: 9px;
    overflow: hidden;
    position: relative;
    transition: all ease-out .2s;
}
.passazh-box:hover {
    color: #ef5662;
  }
.passazh-link, .passazh-link:hover {
    color: inherit;
}
.passazh-header {
    line-height: 2;
    font-size: 15px;
    padding: 7px 0;
    font-weight: 500;
}
.passazh-name {
    font-size: 13px;
    line-height: 2;
    direction: rtl;
    padding: 0 19px;

}
.passazh-footer {
    background: #fff!important;
    height: 70px;
    position: relative;

}
.passazh-show-btn {
    position: absolute;
    left: 16px;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
    color: #fff;
    font-size: 12px;
    padding: 7px 23px 6px;
    margin-top: 17px;
    border-radius: 5px;
}
.passazh-show-btn:before{
  content: "\f11d";
    font-family: passazh-font;
    margin-left: 5px;
}
.passazh-border-top {
    border-top: 1px solid #f5f5f5;
    width: 100%;
    z-index: 0;
    border-radius: 5px;
    margin: auto;
}
.passazh-loader {
    height: 1px;
    z-index: 1;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
}
.passazh-loader .layer {
    z-index: 2;
    height: 100%;
    width: 20%;
    margin-top: -1px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.woocommerce-Price-currencySymbol {
    font-size: 12px;
    padding: 0 10px 0 0;
}
.passazh-old-price {
    font-size: 18px;
    text-decoration: line-through;
    color: #827979;
    margin-right: 0px;
    text-align: right;
    margin-top: -10px;
}
.passazh-old-price .woocommerce-Price-currencySymbol {
    display: none;
}
