/* start of price list page   */



.img-pricelist {
    left: 0px;
    top: 10px;
}

.pricelist_box a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.pricelist_box:hover .n-scale-3-hover {
    transform: scale(1.35);
    transition: all 0.5s ease-in;
}

@media (min-width:576px) {
    .img-pricelist {
        left: 0px;
        top: 70px;
    }
}

@media (min-width:768px) {
    .img-pricelist {
        left: 0px;
        top: 10px;
    }
}

@media (min-width:992px) {
    .img-pricelist {
        left: 20px;
        top: 9px;
    }
}

.pricelist_box {
    height: 137px;
    border: 3px solid #06b8f1;
    border-radius: 17px;
    margin-bottom: 10px;
}

.img-banner-price {
    height: 100px;
}

.pricelist_content {
    font-size: 15px;
    text-align: right;
    padding-right: 2rem;
}

.txtsm {
    font-size: 10px;
}


@media (max-width:992px) {
    .img-banner-price {
        height: 76px;
    }

    .pricelist_content {
        font-size: 14px;
        padding-right: 1rem;
    }

    .pricelist_box {
        height: 94px;
    }
}

@media (min-width:992px) {

    .pr_list_page {
        background-color: rgb(247, 247, 247);
    }

}

/* end of price list page  */

.pr_list_page {
    min-height: 700px;
}

.price_title {
    text-align: right;
    margin-top: 4rem;
    margin-bottom: 1rem;
    font-size: 18px;
    padding-right: 7px;
}

.pr_group_box {
    background: #fff;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: 250ms;
    border: 3px solid #fff;
}

.price_list_group_wrapper {
    display: inline-flex;
    justify-content: start;
    flex-wrap: wrap;
    direction: rtl;
    margin-bottom: 2rem;
}


.list_group {
    cursor: pointer;
    padding: 6px 5px;
    background: #bfe3fb;
    margin: 4px 2px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    color: #414141;
    border: 1px solid #bfe3fb;
}

.list_group:hover {
    border: 1px solid #77bee3;
}

.pr_group_box_selected {
    background: #33a4f2;
    color: #fff;
}

.pr_group_box:hover {
    background: #e1e1e1;
}

.pr_group_img {}

.pr_group_img img {
    max-width: 100%;
}

.pl_groups {
    direction: ltr;
    position: relative;
}

.pr_group_title {
    margin-top: 17px;
}

.price_list_products {
    height: 700px;
    overflow-y: auto;
}

.prl_products_items {
    border-radius: 0px;
    margin-bottom: 0rem;
}

.whole_price_wrapperr {
    border: 1px solid #9db5ca;
    border-radius: 5px;
}

.price_list_item_group {

    display: flex;
    justify-content: center;
    padding: 6px 0 8px 0;
    background: #7c2d88;
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    position: sticky;
    top: 0;
    z-index: 1;
    color: #4e4e4e;
    border: 1px solid #eee;
    direction: rtl;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #8f5797;
}

.col_price_item {
    direction: rtl;
    font-weight: 700;
    font-size: 12px;
    text-align: left;
    width: 100%;
}

.pric_col_header {
    font-size: 17px;
    background: #f8f8f8;
    padding: 10px 0;
    border-radius: 10px;
    margin: 2px;
    color: #5c5c5c;
    margin-bottom: 11px;
}

.price_list_table {
    background: #fff;
    border-radius: 0 0 15px 15px;
}

.price_row {
    padding: 0px 2px;
    text-align: center;
    font-size: 14px;
    transition: 250ms;
    display: flex;
    align-items: center;
}


.price_row>div:nth-child(1) {
    border-right: 1px solid #d8d8d8;
}

.price_row>div:nth-child(2) {
    border-right: 1px solid #d8d8d8;
}

.price_list_table {
    background: #f8f8f8;
}

.price_list_table .price_row:nth-child(odd) {

    background: #fff;
}

.price_list_table .price_row:hover {
    background: #E5F6FF;
}

.price_row>div {

    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.price_row_header {
    padding: 0px 0px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

.price_row_header>div:nth-child(1) {
    border-right: 1px solid #d8d8d8;
}

.price_row_header>div:nth-child(2) {
    border-right: 1px solid #d8d8d8;
}

.pr_li_up,
.pr_li_down {
    position: absolute;
    top: 2px;
    left: 1%;
    font-size: 11px;
    display: flex;
    align-items: center;
    padding: 3px 4px 0 4px;
    border-radius: 7px;
    direction: ltr;
}

.pr_li_up {
    color: #ffffff;
    background: #dc3545;
}

.pr_li_down {
    color: #ffffff;
    background: #28a745;
}

@keyframes blink-bg {
    0% {
        background-color: transparent;
    }

    50% {
        background-color: #38bdf8;
    }

    100% {
        background-color: transparent;
    }
}

@keyframes high-blink-bg {
    0% {
        background-color: transparent;
    }

    50% {
        background-color: #f5aeb6;
    }

    100% {
        background-color: transparent;
    }
}

@keyframes low-blink-bg {
    0% {
        background-color: transparent;
    }

    50% {
        background-color: #5bb36b70;
    }

    100% {
        background-color: transparent;
    }
}

.row_blink {
    animation: blink-bg 1s infinite;
}

.high-blink {
    animation: high-blink-bg 1s infinite;
}

.low-blink {
    animation: low-blink-bg 1s infinite;
}

.price_row_header>div {}

.pr_list_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.pr_list_wrapper *:not(.fa):not(.far):not(.fas):not(.glyphicon):not(.lg-icon) {
    font-family: Arial, Helvetica, sans-serif;
}

.pr_off_group_wrapper {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    width: 100%;
}

.pr_off_group_wrapper_laptop {}

.price_tbl_date {
    padding: 10px 10px 10px 10px;
}

.price_tbl_price {
    text-align: center;
    font-size: 15px;
}

.price_tbl_title {
    width: 100%;
    text-align: left;
    padding-left: 10px;
    direction: rtl;
}

.price_tbl_title a {
    color: #141414;
}

.asm_logo {
    height: 80px;
}

.price_header_box {
    font-size: 24px;
}

.asm_print_header {
    padding-bottom: 15px;
}

.btn-price-pdf {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background: white;
    border: 1px solid #812991;
    background-color: #812991;
    color: white;
    padding: 20px 40px;
    height: 35px;
    font-size: 17px;
    border-radius: 10px;
    transition: 250ms;
}

.btn-price-pdf span {
    font-family: 'yekanbakh' !important;
}

.btn-price-pdf i {
    margin-left: 7px;
    position: relative;
    top: -1px;
}

.btn-price-pdf span {}

.btn-price-pdf:hover {
    background: #812991;
    color: #fff;
}

.n-number-laptop.pr_off_row_laptop {
    width: 2%;
    text-align: center;
    padding-left: 0;
    font-weight: 700;
}

.n-bg-price-even {
    background-color: rgb(224, 224, 224);
}

#hf_group_wrapper {}

.pr_off_group_title_laptop {
    padding: 6px 0 6px 0 !important;
}

.pr_off_group_title {
    background: #812991;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 2px 0 2px 0;
    width: 100%;
    font-weight: 700;
    font-size: 15px;
    font-family: 'yekanbakh' !important;
}

.pr_off_products {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    border-bottom: 2px solid black;
}

.pr_off_products_laptop {}

.pr_list_col {
    min-width: 88px;
    background-repeat: repeat-y;
    background-position-x: 15px;
    width: 5%;
}

.pr_off_title {
    float: left;
    padding: 2px 0 2px 7px;
    border-right: 2px solid #000;
    width: 20.001%;

}

.pr_off_title a {
    font-weight: 700 !important;
    font-size: 15px !important;
}

.pr_off_price {
    float: left;
    padding: 2px 0 2px 5px;
    text-align: center;
    font-weight: 700;
    border-right: 2px solid #000;
    width: 5.56%;
    font-weight: 700 !important;
    font-size: 15px !important;
}

@font-face {
    font-family: 'iransans';
    src: url('../fonts/IRANSansWeb.woff');
}

.pr_off_data {

    float: left;
    padding: 2px 0 3px 7px;
    border-right: 2px solid #000;
    width: 24.434%;
    font-weight: 700;
    font-size: 15px;
    font-family: 'iransans', Arial, Helvetica, sans-serif !important;
}

.pr_off_row_laptop {
    width: 3%;
}

.pr_off_title_laptop {
    width: 24%;
}

.pr_off_price_laptop {
    width: 10%;
}

.pr_off_data_laptop {
    width: 63%;
    border-right: 0px solid #812991;
}

.pr_list_price_col {
    width: 95%;
    padding-right: 30px;
}

.pr_list_price_col_laptop {
    width: 100%;
    padding-right: 0;
}


@media (max-width: 1400px) {
    .pr_list_price_col_laptop {
        padding-right: 20px;
    }
}

@media (max-width: 768x) {
    .pr_list_price_col_laptop {
        padding-right: 20px;
    }
}

.pr_off_title a {
    font-weight: 700;
    color: blue;
    font-size: 14px;
}

.banner_img_wrapper {
    display: flex;
    justify-content: end;
}

.pr_list_row_wrapper {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
    position: relative;
    max-width: 98%;
    margin: 0 auto;
    padding: 0 20px 0rem 20px;
    box-sizing: content-box;
}


.no_border {
    border: 0 !important;
}

.pr_list_footer {

    display: flex;
    justify-content: end;
    padding: 14px;
    margin-bottom: 2rem;
    font-size: 18px;
    font-family: 'yekanbakh' !important;
}

.img_banner_left {}


.price_table_wrapper {

    border: 2px solid #000;
}

.pr_off_beak {
    clear: both;
    width: 100%;
    height: 1px;
    background: #812991;
}

.pr_off_products .rpw_pr:nth-child(even) {
    background: rgb(224, 224, 224);
}

.rpw_pr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
}

.rpw_pr .pr_off_title,
.rpw_pr .pr_off_price {}

.rpw_pr .pr_off_price {
    text-align: center;

}

.price_list_top_header {}

.price_list_top_header .pric_col_header {
    background: #ffffff;
    color: #484848;
    font-size: 14px;
    margin: 0px;
}

.price_list_top_header .price_row_header>div:nth-of-type(1) .pric_col_header {
    border-radius: 14px 0 0 0;
    margin-right: 1px !important;
}

.price_list_top_header .price_row_header>div:nth-of-type(2) .pric_col_header {
    border-radius: 0 0 0 0;
}

.price_list_top_header .price_row_header>div:nth-of-type(3) .pric_col_header {
    border-radius: 0 14px 0 0;
    margin-left: 1px !important;
}

.price_list_top_header .pric_col_header {}

.pricelist_footer {}

.pricelist_footer h2 {
    text-align: right;
    font-size: 14px;
    padding-top: 4px;
}

.pricelist_footer h3 {
    text-align: right;
    font-size: 14px;
    color: #1c1c1c;
    font-weight: 700;
}

.pricelist_footer h4 {
    text-align: right;
    font-size: 12px;
    color: #9f9f9f;
}


.ul_icons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.ul_icons li {
    cursor: pointer;
}

.ul_icons li a {}

.ul_icons li a i {
    font-size: 23px;
    color: #a8a8a8;
    margin-right: 30px;
}

@media (min-width:992px) {
    .price_row>div {
        height: 6dvh;
    }
}

@media(max-width:1394px) {
    .pr_list_price_col {
        min-width: 1241px;
    }

    .pr_off_products {

        min-width: 1208px;
    }

    .pr_off_group_wrapper {
        font-size: 12px;

        min-width: 1206px;
    }

    .pr_off_title a {
        font-size: 13px;
    }


}


@media screen and (max-width:500px) {

    .pr_li_up,
    .pr_li_down { 
        top: 29px;
        left: auto; 
        right: 29%;
    }

    .pr_list_wrapper {
        width: 100%;
    }

    .pr_off_group_wrapper {
        width: 100%;
    }

    .pr_off_products {}

    .pr_off_products .row {
        border-bottom: 2px solid #812991;
    }

    .pr_off_products .row:nth-child(even) {
        background: #ededed;
    }

    .pr_off_data {}

    .pr_list_footer {
        margin-bottom: 1rem;
        font-size: 14px;
        text-align: right;
    }

    .asm_logo {
        height: 45px;
    }

    .pr_off_price {
        border-right: 0px solid #000;
    }

    .pr_list_row_wrapper {
        padding: 0 20px 1rem 0;
    }

    .price_table_wrapper_laptop {}
}