body {
    line-height: 1;
    font: normal 14px 'IranSansLight';
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font: normal 30px "Yekan", "YekanNumbers";
    margin: 0px;
    padding: 0px;
}
a:hover,
a:focus {
    text-decoration: none;
}
ul li {
    list-style: none;
}
.right {
    float: right;
}
.header-logo {
    margin: 0 auto;
    display: table;
}
.left {
    float: left;
    text-align: right;
}

#alertNewsletter{
    color:#ef2929;
}
#successNewsletter{
    color:#4caf50;
}

/*------------------------------------------hover-------------------------------------------------*/

.toor .ih-item.square {
    position: relative;
    width: 250px;
    height: 250px;
    border: none;
    box-shadow: 0 -5px 8px -5px #700, 5px 0 8px -5px #700, -5px 0 8px -5px #700;
    border-radius: 5px 5px 0 0px;
    border-bottom: none;
}
/*---------------------------------------------end-hover------------------------------------------------*/

.tour-det,
.tour-det2 {
    width: 100%;
    /*       box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3);
       height: 70px;*/
}
.tour-det >p,
.tour-det2 > p{
    height: 30px;
}
.tour-det-link{
    height: calc(100% - 216px);
    width: 100%;
    display: block;
    border-radius: 0 0 3px 3px;
}
.tour-det2 {

    box-shadow: 3px 0 8px -5px #700, -3px 0 8px -5px #700;
    transition-duration: .2s;
    border-radius: 0 0 5px 5px;
}
.tour-det2:hover {
    transform: scale(1.05);
    transition-duration: .2s;
}
.tour-det2 h3 {
    font-size: 24px;
}
.tour-det {

    transition-duration: .2s;
    border-radius: 0 0 5px 5px;height: 100%;

}

.tour-det h3 {
    font-size: 16px;
}

/*---------------------------indust user style-----------------------*/

.ih-item.square.effect7 .info p {
    color: #eee;
}
.ih-item.square.effect7 .img {
    height: 100%;

}
.ih-item.square.effect7:hover .img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.ih-item.square.effect7:hover .info {
    visibility: visible;
    opacity: 1;

}
.ih-item.square.effect7:hover .info h3,
.ih-item.square.effect7:hover .info p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.m-u-product {
    margin-top: 10px;
    margin-bottom: 10px;
}
.fancybox-title-float-wrap .child {
    font-family: IRANSansMedium;
    font-size: 12px;
}

/*-------------------m-u-product2----------------*/
.m-u-product2 {
    margin:0px auto;
    height: 100%;
    box-sizing: border-box;
}
.m-u-product2-top {
    text-align: center;
    display: block;
    clear: both;
    padding: 0;
    position: relative;
    height: 220px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.m-u-product2-top img {
    width: 100%;
    height: 100%;
    border-radius: 3px 3px 0 0;
}
.m-u-product-item{
    margin: 10px 10px;
}
.m-u-product2-bottom {
    padding: 0;
    border-radius: 0 0 3px 3px;
    height:calc(100% - 220px);
    box-sizing: border-box;
    min-height: 50px;
    transition: .2s all ease;
}
.m-u-product2-bottom h3 {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    transition: .2s all ease;
}
.m-u-product2-code {
    /*margin-top: 20px;*/
    color: #000;
    text-align: center;
    clear: both;
}
.m-u-product2-code span {
    font-family: YekanNumbers;
    display: inline-block;
}
.m-u-product-overlay{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    border-radius: 3px 3px 0 0;
    transition: .6s all ease;
}
.m-u-product-item:hover .m-u-product-overlay{
    top: 0;
}
.m-u-product2-comment {
    padding: 10px;
    text-align: justify;
    direction: rtl;
}
.m-u-product2-price-brand {
    margin: 20px 10px;
    border-radius: 3px;
    padding: 5px;
    clear: both;
}
.m-u-product2-price {
    display: block;
    color: #eee;
}
.m-u-product2-price span {
    color: #fff;
    font-family: YekanNumbers;
}
.m-u-product2-brand {
    line-height: 30px;
    display: block;
    color: #eee;
}
.m-u-product2-brand span {
    font-family: Yekan, YekanNumbers;
}
.m-u-product2-btn {
    padding: 10px;
}
.m-u-product2-btn a {
    padding: 5px 10px;
    margin: 0 5px 0 0;
    font-family: Yekan;
    transition-duration: .2s;
    border-radius: 3px;
}

.m-u-wrapper> .col-lg-6,
.m-u-wrapper> .col-md-6 {
    clear: left;
    margin: 30px auto;
}

/*---------------------m-u-product3---------------*/
.m-u-product3-img {
    text-align: center;
    padding-top: 35px;
    width: 100%;
    margin: 0 auto;
}
.m-u-product3-img img {
    width: 100%;
    height: 100%;
    box-shadow: 7px 0 15px -4px rgb(45, 1, 1), -7px 0 8px -4px rgb(45, 1, 1);
}
.m-u-product3-tab-row {
    clear: both;
    overflow: hidden;
    /*background: #fafafa;*/
    padding-top: 10px;
}
.m-u-product3-detail-title {
    display: inline-block;
    padding: 5px 10px;

    width: 222px;
    float: right;
    margin: 3px 0;

    font-family: Yekan;
    font-size: 14px;
}
.m-u-product3-detail-info {
    display: inline-block;
    padding: 5px 10px;

    width: calc(100% - 225px);
    float: left;
    margin: 3px 0;

    font-family: Yekan, YekanNumbers;
    font-size: 14px;
}
.m-u-product3-tab-title {
    display: block;
    padding: 5px 10px;
    margin: 0;

    font-size: 16px;
    clear: both;
    font-weight: 600;
    margin-top: 30px;
}

.m-u-product3-tab-title:first-child {
    margin-top: 0;
}

.m-u-product3-tab-commenter {
    padding: 10px 10px 0;
    margin: 5px auto;
    display: block;
    clear: both;

}
.m-u-product3-tab-comment-author {
    display: inline-block;
    float: right;
    font-size: 12px;
}
.m-u-product3-tab-comment-date {
    display: inline-block;
    font-family: YekanNumbers;
    font-size: 12px;
}
.m-u-product3-tab-row-comment {
    clear: both;
    margin: 15px auto 10px;
    overflow: hidden;
}
.m-u-product3-tab-comment {
    padding: 0 10px 0 0;
    font-size: 12px;
}
.m-u-product3-new-comment {
    clear: both;
    overflow: hidden;
    padding: 10px;
    margin: 10px auto;
    direction: rtl;
}
.m-u-input-text {
    display: block;
    width: 100%;
    padding: 5px 10px;
    margin: 5px auto;
    border-radius: 4px;
    height: 38px;
    /*font-family: Yekan;*/
    font-size: 12px;
    box-sizing: border-box;
}
.m-u-product3-tab-row h3 {

    margin-bottom: 20px;
}
.m-u-textarea {
    width: 100%;
    padding: 5px 10px;
    margin: 5px auto;
    border-radius: 4px;

    font-family: Yekan;
    font-size: 12px;
    display: table;
    min-height: 100px;
    overflow: hidden;
    text-align: right;
    direction: rtl;
    box-sizing: border-box;
}
.m-u-input-btn {
    font-family: Yekan;
    float: right;
    margin: 10px 0;
    padding: 3px 60px;

    cursor: pointer;
    border-radius: 3px;
    transition: .2s ease;
}

.m-u-product-tab-input-title {
    /*padding-right: 10px;*/
    font-size: 13px;
    text-align: right;
    line-height: 17px;
}
.m-u-product3-tab-row-order {
    clear: both;
    margin: 10px auto 5px;
    overflow: hidden;
}
.m-u-req-agency .m-u-product3-tab-row-order {
    width: 50%;
    float: right;
    padding: 0 10px;
    box-sizing: border-box;
    clear: none;
}
.m-u-req-agency .m-u-product3-tab-row-order input[type=file]{
    height: 38px;
    margin: 5px auto;
}
.m-u-red-star {
    font-family: yekan;
    color: #f00;
    font-size:11px;
    line-height: 15px;
}
.m-u-input-captcha {
    display: inline-block;
    width: 40%;
    padding: 5px 10px;
    margin: 5px 0 5px 5%;
    border-radius: 4px;

    /*font-family: Yekan;*/
    font-size: 12px;
}
.m-u-input-captcha-comment{
    display: inline-block;
    width: 40%;
    padding: 5px 10px;
    margin:5px 0 5px 5%;
    border-radius: 4px;
    border: 1px solid #84622e;
    font-family: Yekan;
    font-size: 12px;
}
.CaptchaBox {
    display: inline-block;
    float: left;
    padding: 10px 0 10px 10px;
}
.m-u-captcha-box {
    width: 60%;
    overflow: hidden;
}
.m-u-captcha-img {
    height: 35px;
    width: 200px;
    vertical-align: middle;
}
.m-u-captcha-refresh img {
    vertical-align: middle;
    padding: 3px;
}
.m-u-product3-items {
    width: 100%;
    margin: 0;
    text-align: center;
}
.m-u-product3-item1 a {
    width: calc(34% - 8px);
    padding: 5px 0;
    display: block;
    font-family: Yekan;
    background-position: 280px;
    transition: .2s ease;
    box-shadow: 6px 0 6px -6px #888, -6px 0 6px -6px#888;
    cursor: pointer;
    float: right;
    margin: 5px 0 5px 3px;
}
.m-u-product3-item2 a {
    width: calc(34% - 8px);
    padding: 5px 0;
    display: block;
    font-family: Yekan;
    background-position: 280px;
    transition: .2s ease;
    box-shadow: 6px 0 6px -6px #888, -6px 0 6px -6px#888;
    float: right;
    margin: 5px 3px 5px 3px;
}
.m-u-product3-item3 a {
    width: calc(34% - 8px);
    padding: 5px 0;
    display: block;
    font-family: Yekan;
    background-position: 280px;
    transition: .2s ease;
    box-shadow: 6px 0 6px -6px #888, -6px 0 6px -6px#888;
    float: right;
    margin: 5px 3px 5px 0px;
}
.m-u-product3-price  {
    width:100%;
    padding: 5px 0;
    display: block;
    font-family: Yekan;
    background-position: 280px;
    transition: .2s ease;
    box-shadow: 6px 0 6px -6px #888, -6px 0 6px -6px#888;
    float: right;
    margin: 5px 0px 5px 0px;
}
.m-u-product3-item1 a:hover {

    background-position: 300px;
}
.m-u-product3-item2 a:hover {

    background-position: 300px;
}
.m-u-product3-item3 a:hover {

    background-position: 300px;
}
.m-u-product3-shopping {

    padding: 10px;
}
.m-u-product3-shopping-count {
    direction: rtl;
    padding: 0px 10px 0px 2px;
    font-family: Yekan, YekanNumbers;
}
.m-u-product3-shopping-btn {
    font-family: Yekan;
    border: none;
    font-size: 14px;
    background: #004D40 url(images/shopping2.png) no-repeat right center;
    padding-right: 40px;
    color: #fff;
    cursor: pointer;
    transition: .2s ease;
}
.m-u-product3-shopping-btn:hover {
    background-color: #00796B;
}

.m-u-product3-comments {
    margin: 20px auto;
    font-family: YekanNumbers, IRANSansMedium;
    font-weight: 400;
    font-size: 13px;
    clear: both;
}
.m-u-contact-info {
    padding: 20px 10px;
    margin: 0 auto 30px;
}
.m-u-contact {
    /*background: #FAFAFA;*/
}

#googleMap {
    height: 300px;
    margin: 20px auto;
}
.m-u-contact .m-u-input-btn {
    float: right;
    margin: 15px 0;
}

.m-u-product3-success{
    text-align: center;
    color: #4CAF50;
    font-family: yekan;
    font-size: 13px;
    margin-top: 10px;
}
.m-u-product3-error{
    text-align: center;
    color: #EF2929;
    font-family: yekan;
    font-size: 13px;
    margin-top: 10px;
}

/*---------------about-------------------------*/
.m-u-about {
    /*background: #fafafa;*/
    display: block;
    width: 100%;
}
.m-u-about-gallery {
    padding: 20px 5px;
    margin: 0 auto 20px;
    overflow: hidden;
    clear: both;
}
.m-u-about .m-u-product3-tab-title {
    margin-bottom: 20px
}
.m-u-about-attachment {
    padding: 20px 5px;
    margin: 20px auto;
    clear: both;
    overflow: hidden;
}
.m-u-about-attachment-items li {
    background: #FFD64F url(images/attachment2.png) no-repeat center center;
    height: 64px;
    width: 64px;
    display: inline-block;
    border-radius: 15px;
    transition: .2s ease;
}
.m-u-about-attachment-items li:hover {
    background: #fff url(images/attachment2.png) no-repeat center center;
    height: 64px;
    width: 64px;
    display: inline-block;
    border-radius: 15px;
}
.m-u-about-attachment-items li a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}
.m-u-about-attachment-items {
    text-align: center;
}
.m-u-about-attachment-item {
    text-align: center;
    overflow: hidden;
}
.m-u-about-attachment-item-img {
    width: 64px;
    height: 64px;
    margin: 10px auto;
    border-radius: 50%;

    padding: 20px;
    transition: .2s ease all;
}

.m-u-about-attachment-item-img img {
    width: 100%;
    height: 100%;
}
.m-u-about-attachment-title {
    font-family: Yekan, YekanNumbers;
    font-size: 16px;

}

/*-------------------news-----------------*/
.m-u-news-img img {
    width: 100%;
    height: 100%;
}
.m-u-news-wrapper {
    overflow: hidden;
    padding: 5px 0;
    margin: 20px auto;
    border: 1px solid #eee;
    /*background: #fafafa;*/
    border-radius: 4px;
    display: block;
}
.m-u-news-title {
    font-size: 16px;
    text-align: right;
    font-family: Yekan, YekanNumbers;
    direction: rtl;
}

.m-u-news-comment {
    text-align: right;
    direction: rtl;
    font-family: YekanNumbers, IRANSansMedium;
    font-size: 12px;
}
.m-u-news-img {
    height: 175px;
    text-align: right;
}
.m-u-news-date {
    position: relative;
    display: inline-block;
    bottom: 0;
    font-family: Yekan, YekanNumbers;
    text-align: left;
    margin: 5px 10px;
}
.m-u-news-content {
    height: 175px;
}
.m-u-news-readmore {
    position: relative;
    display: inline-block;
    bottom: 0;
    /*left: 158px;*/

    font-family: Yekan;
    text-align: left;
    margin: 5px 10px;
}
.m-u-news-readmore a {
    color: #a00;
    transition: .2s ease all;
}
.m-u-news-readmore a:hover {
    color: #222;
}
.m-u-news-details {
    clear: both;
    display: block;
    overflow: hidden;
    /* margin-top: 80px; */
    position: absolute;
    bottom: 0;
}

/*---------------------new----------------------------*/
.m-u-new-title {
    width: 100%;
    padding: 5px 0;
    text-align: right;
    direction: rtl;
    margin: 10px auto;
}
.m-u-new-title a {

    font-family: Yekan, YekanNumbers;
    font-size: 24px;
    text-shadow: 1px 1px 5px #666;
}
.m-u-new-img {
    height: 250px;
    width: 300px;
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
}
.m-u-new-img img {
    width: 100%;
    height: 100%;
}
.m-u-new-comment {
    text-align: justify;
    direction: rtl;
    font-family: YekanNumbers, IRANSansMedium;
    font-size: 14px;
}
.m-u-new {
    overflow: hidden;
    border:1px solid #fafafa;
    padding: 10px 0;
    border-radius: 5px;
    display: block;
    width: 100%;
}
.m-u-news-review {
    bottom: 0;
    display: inline-block;
    margin: 5px 15px;
    /*left: 310px;*/

    background: url(images/visit.png) no-repeat left center;
    width: 50px;
    font-family: YekanNumbers;
}
.m-u-new-details {
    clear: both;
    display: block;
    overflow: hidden;
    margin-top: 50px;
}
.m-u-new > div {
    margin-bottom: 30px
}
.m-u-new-date {
    bottom: 0;
    font-family: Yekan, YekanNumbers;
    text-align: left;
    display: inline-block;
    margin: 5px 10px;
}
.m-u-news-author {
    bottom: 0;
    display: inline-block;
    /*left: 158px;*/

    font-family: Yekan;
    text-align: left;
    margin: 5px 10px;
}
.m-u-new-content {
    min-height: 250px;
}
.m-u-new-category {
    text-align: left;
    bottom: 0;
    display: inline-block;
    /*left: 400px;*/

    font-family: Yekan;
    margin: 5px 10px;
}
.m-u-new-category a {
    color: #a00;
    transition: .2s ease all;
}
.m-u-new-category a:hover {
    color: #000;
}
.m-u-new-source {
    font-family: Yekan;
    text-align: left;
    bottom: 0;
    display: inline-block;
    margin: 5px 10px;
    /*left: 530px;*/
}
.m-u-input-captcha-news{
    display: inline-block;
    width: 50%;
    padding: 5px 10px;
    margin: 5px 0;
    border-radius: 4px;
    border: 1px solid #84622e;
    font-family: Yekan;
    font-size: 12px;
    box-sizing: border-box;
}
.m-u-captcha-box-news{
    width: 48%;
    overflow: hidden;
    float: left;
    margin: 5px 1%;
}
/*---------------------cost1 styles--------------*/
.m-u-cost1 {
    /*background: #fafafa;*/
    overflow: hidden;
    width: 100%;
    display: block;
}
.m-u-cost1-table {
    padding: 20px 0px;
    margin: 0 auto 30px;
}
.m-u-cost1-table td img{
    width:70px;
    /*height:70px;*/
    vertical-align: middle;
}

.m-u-cost1 .m-u-product3-tab-title {
    margin-top: 0;
}
.m-u-cost1 table {
    width: 100%;
    border-collapse: collapse;
    direction: rtl;
}

.m-u-cost1 th {

    color: white;
    font-weight: bold;
}
.m-u-cost1 td,
.m-u-cost1 th {
    padding: 6px;

    text-align: center;
    font-family: Yekan, YekanNumbers;
}
@media only screen and (max-width: 768px){
    /* Force table to not be like tables anymore */

    .m-u-cost1 table,
    .m-u-cost1 thead,
    .m-u-cost1 tbody,
    .m-u-cost1 th,
    .m-u-cost1 td,
    .m-u-cost1 tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .m-u-cost1 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .m-u-cost1 td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #A5D6A7;
        position: relative;
        padding-right: 30%;
        min-height: 30px;
    }
    .m-u-cost1 td:before {
        position: absolute;
        top: 4px;
        right: 6px;
        width: 30%;
        padding-right: 10px;
        white-space: nowrap;
        border-left: 1px solid #A5D6A7;
        height: 100%;
    }

    /* Label the data */
    .m-u-cost1 td:nth-of-type(1):before {
        content: "محصول";
    }
    .m-u-cost1 td:nth-of-type(2):before {
        content: "توضیحات";
    }
    .m-u-cost1 td:nth-of-type(3):before {
        content: "قیمت";
    }
}
.m-u-cost1-paging ul li {
    display: inline-block;
    margin: 0 2px;
}
.m-u-cost1-paging ul li a {
    font-family: Yekan, YekanNumbers;
    padding: 5px 10px;
    color: #fff;

}
.m-u-cost1-paging ul li a.m-u-cost1-pag-prev {
    border-radius: 10px 0 0 10px;
}
.m-u-cost1-paging ul li a.m-u-cost1-pag-next {
    border-radius: 0px 10px 10px 0px;
}

.m-u-cost1-paging {
    display: block;
    padding: 15px 0;
    margin: 10px 0;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
}

/*---------------------cost2-----------------*/
.m-u-cost2-table-title {
    padding: 8px 0;
    text-align: center;
    font-family: Yekan, YekanNumbers;
    font-size: 16px;
    color: #fff;
    display: block;
    background: #00BFA5;
}
.m-u-cost1 > div > .m-u-cost1-table:nth-child(2n) p.m-u-cost2-table-title {
    background: #00B8D4;
}

/*------------cost3-------------*/
.m-u-cost3-table {
    padding: 3px 10px;
    margin: 0 auto;
}
.m-u-cost3-table-title {
    padding: 8px 0;
    text-align: center;
    font-family: Yekan, YekanNumbers;
    font-size: 16px;
    color: #fff;
    display: block;
    background: #006064;
    margin: 30px auto 0;
}
.m-u-cost3-table .m-u-cost2-table-title {
    cursor: pointer;
    transition: .2s ease all;
}
.m-u-cost3-table .m-u-cost2-table-title:hover {
    background: #1DE9B6;
}

/*---------------req agency-----------------*/
.m-u-req-agency-radio {
    display: inline-block;
    margin: 5px 10px;
}
.m-u-req-agency-checkbox {
    display: inline-block;
    margin: 5px 10px;
}
.m-u-req-agency-radio-box {
    width: 90%;
    margin: 10px 5%;
    text-align: right;
    direction: rtl;
    font-family: Yekan, YekanNumbers;
}
.m-u-req-agency {
    background: #fafafa;
    overflow: hidden;
}

/*---------------survey---------------*/
.m-u-req-agency {
    /*background: #fafafa;*/
    overflow: hidden;
    width: 100%;
}
.m-u-survey {
    /*background: #fafafa;*/
    overflow: hidden;
    display: block;
    width: 100%;
}
.m-u-survey .m-u-req-agency-survey {
    display: inline-block;
    width: 50%
}
.m-u-survey .m-u-req-survey-radio-box {
    width: 90%;
    margin: 5px 5%;
    text-align: center;
    direction: rtl;
    font-family: Yekan, YekanNumbers;
}
.m-u-survey .m-u-req-agency-radio-box label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-right: 25px;
    margin: 10px;
    font-size: 14px;
    width: 30%
}
.m-u-survey .m-u-req-agency-radio-box input[type=radio],
.m-u-survey .m-u-req-agency-radio-box input[type=checkbox] {
    display: none;
}
.m-u-survey .m-u-req-agency-radio-box label:before,
.m-u-survey .m-u-req-agency-radio-box .radio label:before,
.m-u-survey .m-u-req-agency-radio-box .checkbox label:before,
.m-u-survey .m-u-req-agency-radio-box input[type=radio]:checked + label:before,
.m-u-survey .m-u-req-agency-radio-box input[type=checkbox]:checked + label:before,
.m-u-survey .m-u-circle-radio:before {
    content: "";
    width: 0;
    height: 0;
}
.m-u-survey .m-u-req-agency-radio-box label:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    position: absolute;
    right: 0;
    bottom: 4px;
    background-color: #aaa;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
.m-u-survey .m-u-req-agency-radio-box .radio label:after {
    border-radius: 8px;
}
.m-u-survey .m-u-req-agency-radio-box .checkbox label {
    margin-bottom: 10px;
}
.m-u-survey .m-u-req-agency-radio-box .checkbox label:after {
    border-radius: 3px;
}
.m-u-survey .m-u-req-agency-radio-box input[type=radio]:checked + label:after {
    content: "\2022";
    color: #fff;
    font-size: 33px;
    text-align: center;
    line-height: 12px;
}
.m-u-survey .m-u-req-agency-radio-box input[type=checkbox]:checked + label:after {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 14px;
}
.m-u-survey .m-u-circle-radio:after {
    border-radius: 50%;
}
.m-u-survey-form{
    padding: 10px;
    border-top: 1px solid rgba(0, 77, 64, 0.34);
    margin: 20px 10px;
}
.m-u-survey .m-u-survey-form:first-child {
    border-top: none;
}

/*---------------radio and checkbox-------------*/
.m-u-req-agency-radio-box label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    margin-right: 60px;
    font-size: 14px;
}
.m-u-req-agency-radio-box input[type=radio],
.m-u-req-agency-radio-box input[type=checkbox] {
    display: none;
}
.m-u-req-agency-radio-box label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #aaa;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
.m-u-req-agency-radio-box .radio label:before {
    border-radius: 8px;
}
.m-u-req-agency-radio-box .checkbox label {
    margin-bottom: 10px;
}
.m-u-req-agency-radio-box .checkbox label:before {
    border-radius: 3px;
}
.m-u-req-agency-radio-box input[type=radio]:checked + label:before {
    content: "\2022";
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 14px;
}
.m-u-req-agency-radio-box input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 14px;
}
.m-u-circle-radio:before {
    border-radius: 50%;
}

/*-----------related ---------------*/
.m-u-related-wrapper td a {
    color: #B71C1C;
    transition: .2s ease all;
    font-family: tahoma;
}
.m-u-related-wrapper td a:hover {
    color: #222;
}

/*-------------agency--------------*/
.m-u-agency tr td:nth-child(4) {
    direction: ltr;
}
@media only screen and (max-width: 768px){
    .m-u-agency td:nth-of-type(1):before {
        content: "لوگو";
    }
    .m-u-agency td:nth-of-type(2):before {
        content: "نام شرکت";
    }
    .m-u-agency td:nth-of-type(3):before {
        content: "مدیریت";
    }
    .m-u-agency td:nth-of-type(4):before {
        content: "شهر";
    }
    .m-u-agency td:nth-of-type(5):before {
        content: "تلفن";
    }
}

/*--------------------catalog-------------------*/
.m-u-catalog tr td {
    vertical-align: middle;
}
.m-u-catalog tr td:nth-child(3) {
    font-family: tahoma;
    direction: ltr;
}
.m-u-catalog tr td:last-child a img.m-u-catalog-pic {
    width: 40px;
    display: block;
    height: 40px;
    margin: 0 auto;
}
.m-u-catalog tr td:last-child a img.m-u-catalog-download {
    width: 24px;
    display: block;
    height: 24px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px){
    .m-u-catalog td:nth-of-type(1):before {
        content: "عنوان";
    }
    .m-u-catalog td:nth-of-type(2):before {
        content: "توضیحات";
    }
    .m-u-catalog td:nth-of-type(3):before {
        content: "حجم فایل";
        font-family: yekan
    }
    .m-u-catalog td:nth-of-type(4):before {
        content: "لینک دانلود";
    }
}
@media(max-width: 545px) {
    .m-u-catalog td:before {
        font-size: 12px;
        right: 0;
        padding-right: 3px;
        width: 30%;
    }
    .m-u-catalog td {
        font-size: 12px;
        padding-right: 30%;
    }
}

.m-u-news-btn{
    padding: 3px 80px;
    float: right;
}
/*-------------managers--------------    */
.m-u-managers-wrapper{
    /*background: #fafafa;*/
    overflow: hidden;
    width: 100%

}
.m-u-managers{
    overflow: hidden;
    clear: both;
    margin-bottom: 50px;
}
.m-u-manager-content{
    text-align: center;
    background: #4DB6AC;
    margin: 10px auto;
}
.m-u-manager-img{
    padding: 10px 0;

}
.m-u-manager-img img{
    border-radius: 15%;
    width: 150px;
    height: 200px;
}
.m-u-manager-details{
    padding: 10px 5px;

    min-height: 200px;
    height: auto;
}
.m-u-manager-details p{
    line-height: 30px;

}
.m-u-manager-details span{
    font: normal 16px "Yekan","YekanNumbers";

}
.m-u-managers-wrapper .m-u-cost1-paging{
    margin-right: 30px;
}



/*---------faq----------*/
.m-u-faq{
    /*background: #fafafa;*/
    overflow: hidden;
    width: 100%
}
.m-u-faq-wrapper{
    overflow: hidden;
    clear: both;
    margin-bottom: 50px;
    width: 100%;

    float: right;
}
.m-u-faq-q{
    text-align: right;
    direction: rtl;
    line-height: 40px;
    border-bottom: 1px solid #aaa;
    cursor: pointer;
    clear: both;
    display: block;
    padding: 0 5px 0 0;
}
.m-u-faq-q:hover{
    text-decoration: none;
    background-color: #e6e6e6;
}
.m-u-faq-question{
    display: inline-block;
    font: normal 18px Yekan;
    color: #3576bb;
    width: calc(100% - 35px);
    float: right;
}
.m-u-faq-icon{
    height: 27px;
    width: 27px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent;
    overflow: hidden;
    margin-left: 5px;
    float: right;


}
.m-u-faq-icon:before{
    display: inline-block;
    content: url("images/faq.png");
    margin: 0;
}
.m-u-faq-icon:hover::before{
    margin-top: -37px;
}
.m-u-faq-link{
    cursor: pointer;
    display: block;
    padding: 5px 0;
    transition: .2s all ease;
    clear: both;
    overflow: hidden;
}

.m-u-faq-answer{
    padding: 5px 40px;
    display: none;
}
.changed:before{
    margin-top: -74px;
}
.m-u-faq-q .changed:hover::before{
    margin-top: -111px
}
.m-u-search-wrapper{
    padding: 20px 5px;
    /*background: #E0F2F1;*/
    text-align: right;
    direction: rtl;
    overflow: hidden;
    clear: both;
}
.m-u-txtsearch{
    line-height: 26px;
    padding: 3px 10px 3px 0;
    background: transparent;

    border-radius: 0 4px 4px 0;
    margin: 0;
    width: 300px;
    font: normal 14px Yekan;
    float: right;
    height: 35px;
    box-sizing: border-box;
}
.m-u-btnsearch{
    padding: 0px 5px;
    border-radius: 4px 0 0 4px;
    margin: 0;
    width: 150px;
    font: normal 14px/27px Yekan;
    float: right;
    height: 35px;
    transition: .2s all ease;
    box-sizing: border-box;
    cursor: pointer;
    border-right: none;

}

.m-u-faq .m-u-product3-tab-row h3 {
    font-size: 18px;
}
.m-u-faq .m-u-textarea{
    width: 100%;
    margin: 5px 0;
    float: right;
}
.m-u-faq .m-u-input-btn{
    float: right;
}

/*-----------------flex change--------------*/

.m-u-wrapper {
    margin: 10px auto;
    padding: 10px;
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
}
.tour-det h3 a{
    display: block;
}


/*hover deleted styles*/


.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ih-item a {
    color: #333;
}
.ih-item a:hover {
    text-decoration: none;
}
.ih-item img {
    width: 100%;
    height: 100%;
    border-radius: 3px 3px 0 0;
}


.ih-item.square {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 216px;

}
.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.ih-item.square.effect7 {
    overflow: hidden;
}


.ih-item.square.effect7 .img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ih-item.square.effect7 .info {

    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border-radius: 3px 3px 0 0;
}
.ih-item.square.effect7 .info h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    margin: 30px 0 0 0;
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
    -webkit-transition: all 0.35s 0.1s ease-in-out;
    -moz-transition: all 0.35s 0.1s ease-in-out;
    transition: all 0.35s 0.1s ease-in-out;
    border-radius: 3px 3px 0 0;
}
.ih-item.square.effect7 .info p {
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #bbb;
    padding: 20px 20px 20px;
    text-align: center;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    -webkit-transition: all 0.35s 0.3s linear;
    -moz-transition: all 0.35s 0.3s linear;
    transition: all 0.35s 0.3s linear;
}
.ih-item.square.effect7 a:hover .img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.ih-item.square.effect7 a:hover .info {
    visibility: visible;
    opacity: 1;
}
.ih-item.square.effect7 a:hover .info h3,
.ih-item.square.effect7 a:hover .info p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.m-u-agency{
    width: 100%;
}



/*cart================*/
.m-u-cart-header{
    font-size: 22px;
    text-align: right;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.m-u-cart-header:before{
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
}

.m-u-cart-header:after{
    content: '';
    width: 150px;
    height: 3px;
    bottom:-1px;
    right:  0;
    position: absolute;
}
.m-u-cart-wrapper,.m-u-cart-list{
    width: 100%;
    margin-top: 30px;
}
.m-u-cart-list-header{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    direction: rtl;
    justify-content: center;
    align-items: stretch;
    font-family: yekan;
}
.m-u-cart-list-header p{
    box-sizing: border-box;
    text-align: center;
    padding: 0 5px 0 0;
    font-size: 16px;
    line-height: 35px;
}
.m-u-cart-list-content-item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    direction: rtl;
    justify-content: center;
    align-items: stretch;
    transition: .5s all ease;
}
.m-u-cart-list-content-item > div{
    box-sizing: border-box;
    padding:10px 5px;
    text-align: center;
}
.m-u-cart-list-header p:nth-child(1) , .m-u-cart-list-content-item> div:nth-child(1){
    width: 40%;

}
.m-u-cart-list-header p:nth-child(2) , .m-u-cart-list-content-item >div:nth-child(2){
    width: 10%;

}
.m-u-cart-list-header p:nth-child(3) , .m-u-cart-list-content-item> div:nth-child(3){
    width: 25%;

}
.m-u-cart-list-header p:nth-child(4) , .m-u-cart-list-content-item >div:nth-child(4){
    width: 25%;
    border-left: none;
}

.m-u-cart-img{
    width: 100px;
    float: right;
    margin: 5px;
    height: 80px;

}
.m-u-cart-list-content-item .m-u-cart-list-content-title{
    text-align: right;
}
.m-u-cart-list-content-title h4{
    float: right;
    width: calc(100% - 110px );
}
.m-u-cart-list-content-title h4 a{
    display: block;
    transition: .3s all ease;
    font-size: 18px;

}

.m-u-cart-list-content-count input,
.m-u-cart-list-content-count select{
    width: 70px;
    margin: 35px auto;
    display: inline-block;
    vertical-align: middle;
    font-family: yekanNumbers;
    font-size: 16px;
    line-height: 20px;
}
.m-u-cart-list-content-one-price .m-u-cart-discount{
    font-family: yekan,yekanNumbers;
    font-size: 16px;
    text-decoration:line-through;
    padding-top: 10px;
}
.m-u-cart-list-content-one-price h6{
    font-size: 20px;
    font-family:  "Yekan","YekanNumbers";

}
.m-u-cart-list-content-close{
    width: 30px;
    height: 30px;
    background: url(images/cancel.png) no-repeat center center;
    background-size: contain;
    float: left;
    box-sizing: border-box;
    cursor: pointer;
}
.m-u-cart-list-content-total-price h5{
    font-size: 20px;
    width: calc(100% - 30px);
    box-sizing: border-box;
    padding-top: 20px;
    font-family:  "Yekan","YekanNumbers";
}

.m-u-cart-payable h2{
    margin: 5px 0;
    float: left;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 25%;
    font-family:  "Yekan","YekanNumbers";
}
.m-u-cart-payable {
    width: 100%;
    overflow: hidden;
}
.m-u-cart-payable h2 span{
    font-size: 16px;
}
.m-u-cart-payable h2 span:nth-child(2){
    font-size: 20px;
}
.m-u-cart-address-wrapper{
    width: 100%;
}
.m-u-cart-address-wrapper> h5{
    font-size: 20px;
    margin: 10px 0;
}
.m-u-cart-address-wrapper .m-u-cart-radio{
    text-align: right;
    direction: rtl;
}
.m-u-cart-profile-address {
    clear: both;
    margin: 10px auto;
}
.m-u-cart-new-address{
    clear: both;
    margin: 10px auto;
    display: none;
}
.m-u-cart-profile-address p{
    width: 100%;
    clear: both;
    border-top: none;
    overflow: hidden;
}


.m-u-cart-profile-address p span:first-child{
    float: right;
    width: 20%;
    box-sizing: border-box;
    padding: 0 10px;
}
.m-u-cart-profile-address p span:last-child{
    float: right;
    width: 80%;
    box-sizing: border-box;
    padding: 0 10px;
}


.m-u-cart-new-address p{
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
    border-top: none
}
.m-u-cart-new-address p span{
    padding: 0 10px;
    position: relative;
    width: 20%;
    float: right;
    box-sizing: border-box;
}
.m-u-cart-new-address p input{
    width: 80%;
    padding: 3px 10px;
    box-sizing: border-box;
    border: none;
}

.m-u-cart-submit{
    clear: both;
    float: right;
    border: none;
    background: #d2c3ac;
    padding: 0 20px;
    line-height: 30px;
    color: #84622e;
    font-family: yekan;
    cursor: pointer;
    transition: .3s all ease;
    margin: 10px 0;
    direction: rtl;
}
.m-u-cart-submit:hover{
    background: #84622e;
    color: #fff;
}
.m-u-cart-comment{
    width: 100%;
    padding:5px 10px;
    box-sizing: border-box;
    direction: rtl;
    text-align: right;
    font-family: IRANSansMedium;
    font-size: 12px;
}
.hide{
    display: none;
}
.m-u-cart-list-content-count span{
    display: block;
    margin-top:30px;
}

.Dash-ContentL-B {
    padding: 10px;
}
.Dash-ContentL-B-Table {
    border-top-left-radius: 4px;
    box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.2);
}
.Dash-ContentL-B-Title {
    direction: rtl;
    padding: 5px 10px;
    font-family: 'BYekan', tahoma;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.Dash-ContentL-B-Table table {
    width: 100%;
    border-spacing: 0;
    text-align: center;
    direction: rtl;
    font-family: Tahoma, Geneva, sans-serif;
    border-collapse: collapse;
}
.Dash-ContentL-B-Table table th {
    padding: 5px 0;
    font-size: 13px;
    font-family: IRANSansMedium, Geneva, sans-serif;
    font-weight: bold;
    line-height: 35px;
}
.Dash-ContentL-B-Table table tbody tr {
    font-size: 14px;
    line-height: 25px;
}

.Dash-ContentL-B-Table table td {
    font-family: IRANSansMedium;
    font-weight: lighter;
    min-height: 20px;
    padding: 3px 0;
}
@media
only screen and (max-width: 760px),
(min-device-width: 240px) and (max-device-width: 768px)  {


    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr { border: 1px solid #ccc; }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        word-wrap: break-word;         /* All browsers since IE 5.5+ */
        overflow-wrap: break-word;     /* Renamed property in CSS3 draft spec */
        width: 100%;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        right: 10px;
        width: 45%;
        white-space: nowrap;
        text-align:right;
    }

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    body {
        padding: 0;
        margin: 0;
        width: 100%; }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {

    }
}

.answer
{
    cursor: pointer;
    font-size: 11px;
    margin: 0px  20px;
    font-family: IRANSansMedium !important ;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.answer-box
{
    border: 1px solid #000;
    border-radius: 9px;
    margin-right: 40px;
    padding: 0 12px 9px 8px;
}

th,td{
    border: 2px solid #ccc;
    text-align: center;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* The Close Button */
.close {
    color: #ff0000;
    float: left;
    font-size: 28px;
    font-weight: bold;
    line-height: 42px;
    z-index: 99;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Modal Header */
.modal-header {
    padding: 2px 16px;
}
.modal-header h2{
    font-family: IRANSansMedium;
    font-size: 17px;
    padding: 5px;
}

/* Modal Body */
.modal-body {padding: 2px 16px;}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
}

.modal-button
{
    float: left !important ;
    margin: 0px !important;

}

/* Modal Content */
.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    top: 30px
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}
#myBtn
{
    margin-bottom: 5px ;
}
.square_color
{
    width: 7.5%;
    height: 20px;
    float: right;
    margin: 10px 5px;
    cursor: pointer;
    border : 2px solid #000;

}










/*hamkari================================*/
.m-u-hamkari{
    background: #fff;
    overflow: hidden;
    width: 67%;
}
.m-u-hamkari .m-u-product3-tab-row-order {
    width: 50%;
    float: right;
    padding: 0 10px;
    box-sizing: border-box;
    clear: none;
}
.m-u-hamkari .m-u-product3-tab-row-order.com{
    width: 100%;
    clear: both;
}
.m-u-add-savabegh,.m-u-add-takhasos{
    width: 30px;
    float: right;
    margin:10px;
    background: #31961f;
    position: relative;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}
.m-u-add-savabegh:before,.m-u-add-takhasos:before{
    position: absolute;
    width: 15px;
    height: 2px;
    top: 50%;
    transform:translateY(-50%) translateX(-50%);
    left: 50%;
    background: #fff;
    content: '';
}
.m-u-add-savabegh:after,.m-u-add-takhasos:after{
    position: absolute;
    width: 2px;
    height: 15px;
    top: 50%;
    transform:translateY(-50%) translateX(-50%);
    left: 50%;
    background: #fff;
    content: '';
}
.m-u-h-savabegh,.m-u-h-takhasos{
    width: calc(100% - 50px);
    float: left;
}

.m-u-h-s-head > p,.m-u-h-s-input > p{
    width: 14.285%;
    float: right;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-left: none;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 35px;
}
.m-u-h-s-head > p:last-child,.m-u-h-s-input > p:last-child{
    border-left:1px solid #ccc;
}
.m-u-h-s-input > p{
    border-top: none;
}
.m-u-h-s-input > p input{
    width: 90%;
    border: 1px solid #ddd;
    margin: 5px auto;
    border-radius: 3px;
    line-height: 26px;
    padding: 0 5px;
    box-sizing: border-box;
    direction: rtl;
    text-align: right;
    font-family: yekan;
}
.m-u-del-savabegh,.m-u-del-takhasos{
    width: 24px;
    height: 24px;
    background: url(../inc/images/cancel.png) no-repeat center center;
    background-size: cover;
    cursor: pointer;
    display:block;
    margin: 7px auto;
}
.m-u-del-savabegh.first{
    opacity: 0;
    visibility: hidden;
}
.m-u-h-t-head{
    width: 40%;
    float: right;
}
.m-u-h-t-head p:first-child{
    width: 75px;
    float: right;
    line-height: 45px;
}
.m-u-h-t-head p:last-child{
    width:calc(100% -  80px);
    float: right;
}
.m-u-h-t-left{
    float: right;width: 60%;
}
.m-u-h-t-left p{
    float: right;
    width:100px;
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
    line-height: 45px;
}
.m-u-h-t-left select{
    float: right;
    width: 100px;
    direction: rtl;
}

.m-u-del-takhasos{
    margin-top: 13px;
}
.m-u-h-s-head{
    overflow: hidden;
    background: #a2e2dc;
}
.m-u-catalog,.m-u-cost1{
    width: 100%;
}




/* show file */
/*changes 28.6.95*/
.s-a-p-img-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 15px 10px;
}
.s-a-p-img-wrapper img{
    background: #fff;
    box-shadow: 1px 1px 2px #aaa;
}
.s-a-p-file-wrapper{
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 15px 10px;
}
.s-a-p-file-wrapper> a{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}
.s-a-p-file-wrapper img{
    width: 100%;
    height: 100%;
    margin: 0;
    background: #fff;
    box-shadow: 1px 1px 2px #aaa;
    padding: 5px;
}
.s-a-p-img-wrapper .s-a-p-flie-del ,.s-a-p-file-wrapper .s-a-p-flie-del{
    position: absolute;
    width: 30px;
    height: 30px;
    background: #ffffff url(../admin/theme/dist/img/delete.png);
    top: -15px;
    right: -15px;
    cursor: pointer;
    border-radius: 50%;
    background-position: 0px 30px;
    box-shadow: 0px 0px 2px #aaa;
}
.showFile label{
    display: block;
    text-align: right;
}











/*en*/
.en .m-u-cart-header{
    text-align: left;
}
.en .m-u-cart-header:after{
    right: auto;
    left: 0;
}
.en .m-u-cart-list-header{
    direction: ltr;
}
.en .m-u-cart-list-content-item{
    direction: ltr;
}
.en .m-u-cart-list-header p{
    padding: 0 0px 0 5px;
    border-right: 1px solid #80cbc4;
    border-left: none;
}
.en .m-u-cart-list-content-item > div{
    border-right: 1px solid #ddd;
    border-left: none;
}
.en .m-u-cart-list-header p:nth-child(4),
.en .m-u-cart-list-content-item >div:nth-child(4){
    border-right: none;
}
.en .m-u-cart-img{
    float: left;
}
.en .m-u-cart-list-content-title h4 {
    text-align: left;
}
.en .m-u-cart-list-content-title p{
    text-align: left;
    overflow: hidden;
    width: calc(100% - 110px );
    float: right;
}
.en .m-u-cart-list-content-title p span{
    float: left;
}
.en .m-u-cart-list-content-count input,
.en .m-u-cart-list-content-one-price .m-u-cart-discount{
    font-family: sans-serif;
}
.en .m-u-cart-list-content-close{
    float: right;
}
.en .m-u-cart-payable h2{
    float: right;
}
.en .m-u-cart-payable h2 span{
    float: left;
}
.en .m-u-cart-address-wrapper .m-u-cart-radio,
.en .m-u-cart-comment {
    text-align: left;
    direction: ltr;
    font-family: sans-serif;
}
.en .m-u-cart-profile-address p span:first-child{
    float: left;
    line-height: 28px;
    text-align: left;
    direction: ltr;
}
.en .m-u-cart-submit{
    float: left;
    direction: ltr;
    font-family: sans-serif;
}
.en .m-u-cart-new-address p span,
.m-u-cart-new-address p input{
    float: left;
    line-height: 28px;
    padding: 0px 10px;
}






/*bank*/
.m-u-bank-wrapper{
    width: 545px;
    margin:0px auto;
    direction: rtl;
}
.m-u-bank-success{
    text-align: center;
    color: #0a0;
    font-size: 16px;
    font-family: yekan;
    padding: 5px 0;
}
.m-u-bank-fail{
    text-align: center;
    color: #ec0707;
    font-size: 16px;
    font-family: yekan;
    padding: 5px 0;
}
.m-u-bank-ttl{
    width: 50%;
    float: right;
    background: #a4f9a3;
}
.m-u-bank-content{
    width: 50%;
    float: right;
    background: #a3f9f2;
}
.m-u-bank-content p{
    display: block;
    box-sizing: border-box;
    padding: 0 10px;
    border-top: 1px solid #aaa;
    font-family: yekan,yekanNumbers;
    line-height: 30px;
}
.m-u-bank-content p:first-child{
    border-top: none;
}
.m-u-bank-ttl p{
    display: block;
    box-sizing: border-box;
    padding: 0 10px;
    border-top: 1px solid #aaa;
    font-family: yekan,yekanNumbers;
    line-height: 30px;
}
.m-u-bank-ttl p:first-child{
    border-top: none;
}
.m-u-bank-link{
    width: 200px;
    background: #14a912;
    color: #fff;
    margin: 10px auto;
    display: block;
    text-align: center;
    font-family: yekan;
    transition: .3s all ease;
    line-height: 30px;
}

.clear{
    clear: both;
}

.m-u-bank-link:hover{
    background: #22c520;
}
.en .m-u-bank-ttl{
    float: left;
}



/*rate*/
.rate-base-layer
{
    color: #aaa;
}
.rate-hover-layer
{
    color: orange;
}
.rate > div{
    font-size: 36px;
}
.rate-wrapper{
    width: 100%;
    overflow:hidden;
    margin-bottom: 10px;
}
.rate-box{
    width: 170px;
    padding: 0 10px;
    float: left;
}
.rate-box span{
    line-height: 50px;
}
.rated{
    float: right;
    font-size: 30px;
    font-family: yekanNumbers;
    padding: 5px 10px;
}
.rated-count{
    float: right;
    font-size: 16px;
    font-family:yekanNumbers,IRANSansMedium;
    padding: 18px 0px 0 0;
}








/*ltr style */
/*products*/
.en .m-u-product2-price span , .en .m-u-product2-code span{
    font-family: sans-serif;
}
.en .m-u-product2-btn{
    direction: rtl;
}
.en .tabs-content {
    /*height: 450px;*/
}
.en .tabs-content a{
    display: block;width: 100%;
    height: 100%;
}
.en .tabs-content.with-js > div.is-active {
    height: 100%;
}
.en .m-u-product3-item1 a:hover {
    background: #009688 url(images/shopping2.png) no-repeat 20px center;
}
.en .m-u-product3-item1 a {
    background: #4DB6AC url(images/shopping.png) no-repeat 10px center;
}
.en .m-u-product3-item2 a:hover {
    background: #009688 url(images/download2.png) no-repeat 20px center;
}
.en .m-u-product3-item2 a {
    background: #4DB6AC url(images/download.png) no-repeat 10px center;
}
.en .m-u-product3-item3 a:hover {
    background: #4DB6AC url(images/compare.png) no-repeat 20px center;
}
.en .m-u-product3-item3 a {
    background: #4DB6AC url(images/compare.png) no-repeat 10px center;
}
.en .tabs-content > div>a>img{
    display: block;
}

.en .responsive-tabs__list__item {
    margin-left: 0;
    margin-right: 10px;
    float: left;
}
.en .responsive-tabs__list {
    padding: 0;
    overflow: hidden;
}
.en .m-u-product3-detail-title{
    float: left;
    font-family: sans-serif;
}
.en .m-u-product3-detail-info{
    float: right;
    font-family: sans-serif;
}
.en .m-u-product3-new-comment,
.en .m-u-textarea,
.en .m-u-input-text,
.en .m-u-product-tab-input-title,
.en .m-u-news-title,
.en .m-u-news-comment,
.en .m-u-news-readmore,
.en .m-u-news-date,
.en .m-u-new-title,
.en .m-u-new-comment,
.en .m-u-new-date,
.en .m-u-new-source,
.en .m-u-news-review,
.en .m-u-req-agency-radio-box,
.en .m-u-input-btn,
.en .m-u-search-wrapper,
.en .m-u-faq-answer{
    direction: ltr;
    text-align: left;
    font-family: sans-serif;
}
.en .m-u-product-tab-input-title{
    line-height: 17px;
}
.en .m-u-input-captcha-comment{
    float: left;
    margin: 5px 5% 5px 0;
}
.en .m-u-product3-tab-comment{
    padding: 0 10px;
}
.en .m-u-captcha-img {
    height: 35px;
    width: 180px;
}
.en .m-u-news-btn {
    margin-left: 5%;
    float: left;
    font-family: sans-serif;
    line-height: 30px;
}
.en .m-u-captcha-box {
    width: 40%;
    float: left;
    margin: 5px 0;
}
.en .m-u-input-captcha {
    margin:5px 5% 5px 0;
    font-family: sans-serif;
    float: left;
    line-height: 25px;
}
.en .m-u-product a.fancybox{
    display: block;
}
.en .m-u-product .tour-det,.en .m-u-product .tour-det2{
    height: auto;
}
.en .m-u-product .tour-det-link{
    display: inline;
}
.en .m-u-product2-bottom{
    height: auto;
    width: 90%;
}
.en .m-u-product2{
    height: auto;
}
.en .m-u-product2-top{
    width: 90%;
}
.en .m-u-product2-btn a{
    font-family: sans-serif;
}
.en .m-u-product3-error {
    color: #EF2929;
    font-family: sans-serif;
    font-size: 14px;
}
.en .m-u-wrapper {

    flex-direction: row;
}











/*news===================================*/
.en .m-u-news-img{
    display: block;
    text-align: left;
}
.en .m-u-news-details{
    right: 0;
    direction: rtl;
}
.en .m-u-news-review {

    background: url(images/visit.png) no-repeat right center;

}
.en .m-u-input-captcha-news {
    width: 40%;
    font-family: sans-serif;
    float: left;
    line-height: 25px;
    direction: ltr;
}
.en .m-u-new-title a {
    font-family: sans-serif;
    text-shadow: 0px 1px 3px #666;
    text-align: justify;
    display: block;
}



/*related*/
.en .m-u-cost1 table{
    direction: ltr;
}
.en .m-u-cost1 td,.en .m-u-cost1 th{
    font-family: sans-serif;
}



/*poll*/
.en .m-u-survey .m-u-req-agency-radio-box label:after {
    margin-right: 10px;
    left: 0;
    bottom: 0;
}
.en .m-u-survey .m-u-req-agency-radio-box label{
    padding-left: 35px;
    direction: ltr;
}
.en .m-u-input-btn{
    float: left;
    margin:5px 0;
    line-height: 25px;
}
.en .m-u-survey .m-u-req-survey-radio-box ,.en .m-u-req-agency-radio-box{
    width: 100%;
    margin:10px 0;
}
.en .m-u-textarea{
    width: 100%;
}
.en .m-u-survey .m-u-req-agency-radio-box label {
    margin: 5px 10px 5px 0;
}

/*personnel*/
.en .m-u-manager-details span {
    font: normal 16px sans-serif;
}

/*faq======*/
.en .m-u-txtsearch {
    padding: 3px 0px 3px 10px;
    border-radius: 4px 0px 0px 4px;
    font: normal 14px sans-serif;
    float: left;
}
.en .m-u-btnsearch {
    border-radius: 0px 4px 4px 0px;
    font: normal 14px/35px sans-serif;
    float: left;
    padding: 0;
    box-sizing: border-box;
    height: 35px;
    border: none;
    line-height: 35px;
}
.en .m-u-faq-question {
    font: normal 18px/30px sans-serif;
    float: left;
    text-align: left;
}
.en .m-u-faq-icon {
    margin-left: 0;
    float: left;
    margin-right: 5px;
}
.en .m-u-faq .m-u-textarea,.en .m-u-input-text{
    width: 100%;
    margin:5px 0;
    line-height: 25px;
}

/*about*/
.en .m-u-about-gallery .tour-det,.en .m-u-about-gallery .tour-det2{
    height: auto;
}

/*changes*/
.en .m-u-product3-tab-comment-date {
    font-family: sans-serif;
    float: right;
}
.en .m-u-product3-tab-comment-author {
    float: left;
}
.en .m-u-product3-tab-commenter{
    overflow: hidden;
}



/*hamkari*/
.en .m-u-h-s-head > p,.en  .m-u-h-s-input > p{
    float: left;
}
.en .m-u-h-s-head > p:last-child,.en  .m-u-h-s-input > p:last-child {
    border-left:none;
}
.en .m-u-h-s-head > p:first-child,.en  .m-u-h-s-input > p:first-child {
    border-left:1px solid #ccc;
}
.en .m-u-h-savabegh,.en  .m-u-h-takhasos{
    float: right;
}
.en .m-u-add-savabegh, .en .m-u-add-takhasos,.en .m-u-h-t-head,.en .m-u-h-t-head p:first-child,.en .m-u-h-t-head p:last-child,.en .m-u-h-t-left,.en .m-u-h-t-left p,.en .m-u-hamkari .m-u-product3-tab-row-order{
    float: left;
}
.en .m-u-h-t-left select{
    float: left;
    width: 100px;
    height: 37px;
}

.en .rated {
    float: left;
    font-family: sans-serif;
}
.en .rated-count {
    float: left;
    font-family: sans-serif;
}
.en .rate-box {
    width: auto;
    float: right;
}

.en .m-u-req-agency .m-u-product3-tab-row-order{
    float: left;
}
.en .m-u-new-img {
    height: 250px;
    width: 300px;
    float: left;
    padding-left: 0;
    padding-bottom: 10px;
    padding-right: 10px;
}

.m-u-wrapper {

    width: 100%;
}

.submitbtn{
    display: inline-block;
    margin-top: 0px;
    background: #D64D76;
    color: white;
    padding: 7px 35px;
    border-radius: 4px;
    transition: all linear 0.3s;
    border: none;
    font-size: 17px;
}
.submitbtn:hover{
    padding: 7px 50px;
    opacity: 0.8;
    cursor: pointer;
}
