:root {
    --color1: #fec731;
    --color2: #397ad5;
    --color3: #3a259c;
    --color4: #006aff;
    --color5: #ffbb00;
    --color6: #e60c63;
    --shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
@font-face {
    font-family: 'icomoon';
    src: url('icon/icomoon.eot?s6vnx8');
    src: url('icon/icomoon.eot?s6vnx8#iefix') format('embedded-opentype'),
    url('icon/icomoon.ttf?s6vnx8') format('truetype'),
    url('icon/icomoon.woff?s6vnx8') format('woff'),
    url('icon/icomoon.svg?s6vnx8#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.buy_plan_btn .button {
    width: 120px;
}

.buy_plan_btn {
    text-align: center;
    margin-top: -18px;
    position: relative;
    z-index: 2;
    top: 0;
    transition: all 0.3s;
}
.box_plan_parent:hover .buy_plan_btn {
    top: -10px;
}
.main_box_plan .has_attr:before {
    content: '\e911';
    font-family: 'icomoon';
    display: inline-block;
    width: 25px;
    font-size: 13px;
    right: 0;
    color: var(--color2);
}
.main_box_plan {
    margin-top: 40px;
    padding: 20px;
    line-height: 35px;
}

.main_box_plan .has_close:before {
    content: '\e909';
    font-family: 'icomoon';
    display: inline-block;
    width: 25px;
    font-size: 10px;
    position: relative;
    right: 3px;
    color: #b9242a;
}

.content-arshive {
    padding: 30px 30px 40px 30px;
}
.alikiani {
    margin: 20px 0px 50px 0px;
}

.main_box_plan li {
    color: #676769;
}

.title_box_plan .titlebp {
    font-size: 16px;
    text-shadow: 0 2px 3px #2222221c;
}
.discountbp {
    background: var(--color6);
    color: #fff;
    position: absolute;
    top: 10px;
    left: 13px;
    font-size: 13px;
    transform: rotate(-90deg);
    width: 55px;
    text-align: center;
    border-radius: 50px 0 0 50px;
    transition: all 0.3s;
}
.box_plan_parent:hover .discountbp {
    color: var(--color2);
    background: #fff;
}
.discountbp_best{
    width: 55px;
    height: 32px;
    font-size: 13px;
}
.title_box_plan b {
    font-size: 26px;
    text-shadow: 0 2px 3px #2222221c;
}

.title_box_plan {
    display: flex;
    color: #fff;
    flex-flow: column;
    padding: 20px;
    justify-content: center;
    min-height: 105px;
    position: relative;
}

.box_plan {
    border-radius: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
    transition: all 0.3s;
    top: 0;
}

.box_plan:before {
    width: 265px;
    height: 148px;
    background-position: center center;
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: -2;
    transition: all 0.3s;
}

.box_plan1:before {
    background: url("img/boronz.jpg");
    width: 265px;
    height: 148px;
    background-position: center center;
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: -2;
    transition: all 0.3s;
}
.box_plan2:before {
    background: url("img/noghrei.jpg");
    width: 265px;
    height: 148px;
    background-position: center center;
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: -2;
    transition: all 0.3s;
}
.box_plan3:before {
    background: url("img/talai.jpg");
    width: 265px;
    height: 148px;
    background-position: center center;
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: -2;
    transition: all 0.3s;
}
.box_plan4:before {
    background: url("img/platinium.jpg");
    width: 265px;
    height: 148px;
    background-position: center center;
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: -2;
    transition: all 0.3s;
}

.box_plan:after {
    background: url("img/abi.jpg");
    width: 265px;
    height: 148px;
    background-position: center center;
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s;
    opacity: 0;
}

.box_plan_parent:hover .box_plan:before {
    opacity: 0;
}

.box_plan_parent:hover .box_plan:after {
    opacity: 1;
}

.box_plan_parent:hover .box_plan {
    top: -10px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.07);
}
    .samanes .box_plan::before,
    .samanes .box_plan::after{
        width: 100%;
        height: 200px;
        background-position: center center;
        top: -30px;
        background-repeat: no-repeat;
        background-size: cover;
}
.box_plan_parent {
    width: 255px;
    max-width: 100%;
    margin: 0 auto;
}
    .page-template-template-panels .box_plan_parent{
        width: 205px;
    }
    .box_plan_parent {
        margin-bottom: 50px;
    }
    .samanes .box_plan_parent{
        width: 100%;
    }
@media screen and (min-width: 1200px) {
    .box_plan_parent{
        width: auto;
    }
}

.form_newsl input[type=submit],
.button,
#cancel-comment-reply-link {
    height: 37px;
    background: var(--color2);
    background: linear-gradient(to bottom, var(--color4), var(--color2));
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    color: #fff;
    box-shadow: 0 2px 10px -1px rgba(64, 42, 169, 0.5);
    padding-bottom: 2px;
    text-align: center;
    position: relative;
    z-index: 1;
    border: none;
    user-select: none;
}
.button:before,
#cancel-comment-reply-link:before {
    content: '';
    background: var(--color1);
    background: linear-gradient(to top, var(--color5), var(--color1));
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 100px;
    z-index: -1;
    width: 0;
    transition: all 0.3s;
}

.button:hover,
#cancel-comment-reply-link:hover {
    color: #fff;
}

.button:hover:before,
.box_video:hover .button:before,
#cancel-comment-reply-link:hover:before {
    width: 100%;
}

.button_green {
    background: var(--color1);
    background: linear-gradient(to top, var(--color5), var(--color1));
}

.button_green:before,
.button_border:before,
#cancel-comment-reply-link:before {
    background: var(--color2);
    background: linear-gradient(to bottom, var(--color4), var(--color2));
}

button:focus,
input:focus,
textarea:focus {
    outline: none !important;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: var(--color2);
}

::selection {
    color: #fff;
    background: var(--color2);
}
form.pmpro_form label, #loginform label {
    text-align: right;
}
