@font-face {
    font-family: 'Yekan';
    src: url(../fonts/eot/iranyekanwebregular.eot);
    src: url(../fonts/eot/iranyekanwebregular.eot?#iefix) format("embedded-opentype"), url(../fonts/woff/iranyekanwebregular.woff) format("woff"), url(../fonts/ttf/iranyekanwebregular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Yekan';
    src: url(../fonts/eot/iranyekanwebbold.eot);
    src: url(../fonts/eot/iranyekanwebbold.eot?#iefix) format("embedded-opentype"), url(../fonts/woff/iranyekanwebbold.woff) format("woff"), url(../fonts/ttf/iranyekanwebbold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

.paygir-form-container {
    background-color: #496193;
    background-image: url(../images/backpattern.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 20px;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    margin: 20px 0
}

.paygir-form-container.paygir-has-font {
    font-family: 'Yekan';
}

.paygir-form-container form {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column
}

.paygir-form-container.paygir-has-font form {
    font-family: 'Yekan';
}

.paygir-status {
    display: none;
    background: #fa5c5c;
    padding: 15px 25px;
    line-height: 1;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 15px
}

.paygir-status.success {
    background: #09bab5
}

.paygir-form-fields {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.paygir-form-container input {
    width: auto;
    min-width: 300px;
    max-width: 100%;
    border-radius: 0 5px 5px 0 !important;
    border: none;
    padding: 14px !important;
    font-size: 14px;
    color: #496193;
    background-color: #fff;
    max-height: 45px
}

.paygir-form-container input[type="text"] {
    background-color: #fff !important
}

.paygir-form-container.paygir-has-font input {
    font-family: 'Yekan';
}

.paygir-form-container.paygir-has-font input::placeholder {
    font-family: 'Yekan' !important
}

.paygir-form-container input#order_alt {
    border-radius: 0;
    border-right: 3px solid
}

.paygir-form-container button {
    padding: 13px 25px !important;
    border-radius: 5px 0 0 5px !important;
    margin: 0;
    color: #fff;
    background: #09bab5;
    font-size: 13px;
    border: none;
    cursor: pointer
}

.paygir-form-container.paygir-has-font button {
    font-family: 'Yekan';
}

.paygir-section {
    background: #f5f6fa;
    padding: 25px;
    border-radius: 10px
}

.paygir-section.paygir-has-font {
    font-family: 'Yekan';
}

.paygir-section h2 {
    color: #496193;
    margin-bottom: 40px
}

.paygir-ship-container {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 15px;
    color: #96a5c6;
    min-height: 210px;
    font-size: 12px
}

.paygir-ship-container+.paygir-ship-container {
    margin-top: 35px
}

.paygir-ship-container-right {
    position: relative;
    flex: 3;
    padding: 40px 60px 60px 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: space-between
}

.paygir-ship-labels {
    position: absolute;
    top: -15px;
    right: 60px
}

.paygir-ship-label {
    background: #09bab5;
    color: #fff;
    border-radius: 15px;
    padding: 5px 10px;
    margin-left: 5px;
    font-size: 10px
}

.paygir-ship-label.paygir-ship-label-color {
    background: #ffd200;
    color: #496193
}

.paygir-ship-more {
    position: absolute;
    bottom: 0;
    background: #edeff6;
    padding: 5px 20px;
    right: 43%;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    transition: all .3s
}

.paygir-ship-container-right.is-active .paygir-ship-more,
.paygir-ship-more:hover {
    background: #496193;
    color: #fff
}

.paygir-ship-info-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap
}

.paygir-ship-container-right.is-active .paygir-ship-info-row {
    margin-bottom: 40px
}

.ship-order-number {
    margin-right: 5px;
    border: 2px dashed #496193;
    color: ;
    font-weight: 700;
    padding: 1px 5px;
    border-radius: 8px;
    font-size: 18px
}

.paygir-ship-tags span {
    border: 2px solid #edeff6;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 5px;
    font-size: 10px
}

.paygir-ship-tags span::last-of-type {
    margin-left: 0
}

.paygir-ship-date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    text-align: center
}

.paygir-ship-date-title {
    color: #496193;
    font-size: 16px;
    font-weight: 700;
    margin-left: 20px
}

.paygir-ship-date-day {
    color: #496193;
    font-size: 22px;
    font-weight: 700;
    line-height: 1
}

.paygir-ship-connector {
    position: relative;
    flex: 1;
    border-bottom: 2px dashed #ced2e3;
    margin: auto 20px
}

.paygir-ship-connector::before,
.paygir-ship-connector::after {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border: 2px solid #ced2e3;
    border-radius: 50px;
    right: -10px;
    position: absolute;
    top: -2px
}

.paygir-ship-connector::after {
    left: -10px;
    right: auto
}

.paygir-ship-container-left {
    position: relative;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 20px;
    border-right: 3px dashed #ced2e3;
    text-align: center
}

.paygir-ship-trackcode-container {
    position: relative;
    padding: 20px 0
}

.paygir-ship-trackcode {
    font-weight: 700;
    color: #496193;
    font-size: 16px
}

.paygir-ship-button {
    background: #2ee28b;
    background: -webkit-linear-gradient(right, #a14fe9, #6b14b6);
    background: -moz-linear-gradient(right,  #a14fe9, #6b14b6);
    background: linear-gradient(to left,  #a14fe9, #6b14b6);
    color: #fff;
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: none
}

.paygir-section.paygir-has-font .paygir-ship-button {
    font-family: 'Yekan' !important
}

.paygir-ship-more-section {
    display: none;
    background: #fafcff;
    width: 100%;
    border-radius: 15px;
    padding: 10px
}

.paygir-ship-container-right.is-active .paygir-ship-more-section {
    display: block
}

.paygir-ship-more-section ul.paygir-ship-more-section-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0 0 10px;
    text-align: center
}

.paygir-ship-more-section ul.paygir-ship-more-section-tabs li {
    margin-right: 15px;
    font-weight: 700;
    line-height: 2;
    cursor: pointer
}

.paygir-ship-more-section ul.paygir-ship-more-section-tabs li.is-active {
    color: #496193
}

.paygir-ship-more-section-body {
    display: none;
    background: #fff;
    width: 100%;
    border-radius: 15px;
    padding: 15px
}

.paygir-ship-more-section-body.is-active {
    display: -ms-flexbox;
    display: flex
}

.paygir-ship-more-section-body-right {
    flex: 1;
    padding-left: 15px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column
}

.paygir-ship-more-section-body-right span {
    position: relative
}

.paygir-ship-more-section-body-right strong,
.paygir-ship-more-section-body-right a {
    display: block;
    font-weight: 700;
    padding: 5px 0;
    text-decoration: none;
    box-shadow: none;
    color: #496193
}

.paygir-ship-more-section-body-right a {
    color: #ffd200
}

.paygir-ship-more-section-body-left {
    flex: 1;
    padding-right: 15px;
    border-right: 2px dashed #ced2e3
}

.paygir-ship-more-section-body-left-title {
    display: block;
    width: 100%
}

.paygir-ship-more-section-body-left-body {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.paygir-ship-more-section-body-left-body img {
    max-width: 50px;
    height: auto;
    margin: 10px 0 0 10px;
    border-radius: 5px
}

.ship-info-image {
    max-width: 300px;
    height: auto;
    margin: auto;
    display: block;
    text-decoration: none;
    box-shadow: none !important
}

.ship-info-image img {
    border-radius: 5px
}

.paygir-order-flow {
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center
}

.paygir-order-flow div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    filter: grayscale(100%);
    opacity: .35;
    padding: 14px 0 0 14px
}

.paygir-order-flow div.active-status {
    filter: none;
    opacity: 1
}

.paygir-order-flow img {
    max-width: 60px !important;
    height: auto;
    border: 3px solid #496193;
    border-radius: 50%;
    padding: 15px
}

.paygir-order-flow span {
    margin-top: 10px;
    color: #496193
}

.paygir-section-peyk .paygir-ship-container {
    min-height: unset
}

.paygir-section-peyk input {
    width: auto;
    max-width: 100%;
    border-radius: 30px;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    border: unset !important;
    color: #fff;
    background: #496193;
    margin-bottom: 15px
}

.paygir-section-peyk .paygir-ship-button {
    font-size: 12px;
    border: unset !important;
}

.paygir-section.paygir-has-font input {
    font-family: 'Yekan' !important
}

.paygir-section.paygir-has-font input::placeholder {
    color: #fff !important;
    font-family: 'Yekan' !important;
    font-size: 12px
}

@media (max-width: 768px) {
    .paygir-form-container {
        padding: 20px;
        margin: 15px 0
    }

    .paygir-form-fields {
        flex-wrap: wrap
    }

    .paygir-form-container input,
    .paygir-form-container button,
    .paygir-status,
    .paygir-form-container input#order_alt {
        width: 100%;
        border-radius: 5px;
        margin-bottom: 10px;
        border-right: none
    }

    .paygir-ship-container {
        flex-wrap: wrap
    }

    .paygir-ship-container-right {
        width: 100%;
        flex: 1 1 auto;
        padding: 30px 15px
    }

    .paygir-ship-labels {
        right: 15px
    }

    .paygir-ship-more {
        right: auto;
        left: 15px;
        transform: none;
        top: -15px;
        border-radius: 15px 15px 0 15px;
        font-size: 10px
    }

    .paygir-ship-info-row-date {
        flex-wrap: wrap;
        margin-top: 15px
    }

    .paygir-ship-info-row-date .paygir-ship-date {
        width: 100%
    }

    .paygir-ship-connector {
        margin: 20px
    }

    .paygir-ship-date-title {
        font-size: 13px;
        margin-left: 0
    }

    .paygir-ship-date-day {
        font-size: 15px
    }

    .paygir-ship-container-left {
        padding: 20px;
        border-top: 3px dashed #ced2e3;
        border-right: none
    }

    .paygir-ship-container-right.is-active .paygir-ship-info-row {
        margin-bottom: 20px
    }

    .paygir-ship-more-section ul.paygir-ship-more-section-tabs {
        text-align: center;
        font-size: 11px
    }

    .paygir-ship-more-section-body {
        flex-wrap: wrap
    }

    .paygir-ship-more-section-body-right,
    .paygir-ship-more-section-body-left {
        flex: 1 1 auto;
        width: 100%;
        padding: 0
    }

    .paygir-ship-more-section-body-left {
        border-right: 0;
        border-top: 2px solid #ced2e3;
        padding-top: 10px
    }
}

.no-sidebar .entry-content {
    margin: 0 !important
}