.footer2 {
    margin: 20px calc(7vw + 15px) 35px calc(7vw + 15px);
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.footer2 .footerparag h3 {
    color: #0f96dd;
    margin: 10px 0;
}
.footer2 .footerparag p {
    font-size: 1.5rem;
    color: #0f96dd;
    padding: 0 2vw;
    font-weight: 400;
}
.footer2 .footer__bottom {
    position: relative;
    padding:10px;
    border-radius: 15px;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
    .footer2 .footer__bottom::before {
        content: "";
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        background: linear-gradient(45deg, #f9027c, #fb5fac, #fecce4, #cce9f8, #61bae9, #0893dc);
        border-radius: 18px; /* باید بزرگتر از border-radius اصلی باشد */
        z-index: -1;
    }
.footer2 .option__inner {
    display: flex;
    justify-content: space-between;
}
.footer2 .option__box {
    padding: 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
.footer2 .option__icon {
    text-align: center;
}
.footer2 .option__icon-border {
    display: inline-block;
    max-width: 4vw;
}
.footer2 .option__box h3 {
    font-size: 1.6rem;
}
.footer2 .option__icon-border img {
    width: 100%;
}
.footer2 .option__boxdesc {
    font-size: 1.2rem;
    text-align: center;
}
.footer2 .footerparag {
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    padding: 5px;
    padding-bottom: 15px;
}
.footer2 .intro__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.footer2 .footertext {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    align-items: stretch;
    padding: 20px 2vw;
}
.footer2 .information__container {
    display: flex;
    flex: 0 0 33%;
    justify-content: center;
}
.footer2 .footertext > .inner {
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex: 0 0 33%;
    position: relative;
    gap: 5px;
    align-items: start;
}
.footer2 .forecolor_3 {
    color: #008fdc;
}

.footer2 .forecolor_2 {
    color: #ff950e;
}

.footer2 .forecolor_1 {
    color: #00d1c2;
}

.footer2 .forecolor_0 {
    color: #fa0079;
}
.footer2 .card-3 {
    -webkit-box-shadow: 0px 0px 3px 1px rgb(237 239 241);
    -ms-box-shadow: 0px 0px 3px 1px rgb(237 239 241);
    box-shadow: 0px 0px 3px 1px rgb(237 239 241);
    -webkit-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}
.footer2 .wa {
    padding: 0 4px;
    font-size: 2rem;
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #f9077e;
    width: 35px;
    height: 35px;
    border: 2px solid #f91586;
    border-radius: 50%;
    box-shadow: 0 3px 4px 0 #ffdaec;
}
.footer2 span.lightcolor, .footer2 a.lightcolor {
    color: #0692dc;
    font-weight: 400;
    line-height: 3rem;
}
.footer2 .inner > div {
    display: flex;
    align-items: center;
    min-height: 45px;
    color: aliceblue;
}
.footer2 .namad-box {
    flex: 0 0 40%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    right: 15vw;
    top: 70px;
}
.footer2 .information__inner-social {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    flex: 0 0 33%;
}
    .footer2 .information__inner-social > div:first-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        flex: 0 0 33%;
    }
    .footer2 .information__inner-social span {
        color: #f9077e;
        border: 2px solid #f8007c;
        font-size: 1.5rem;
        padding: 5px 15px;
        border-radius: 10px;
        box-shadow: 0 3px 4px 0 #ffdaec;
        font-weight: 500;
    }
    .footer2 .social__icon {
        margin: 5px 0;
        display: flex;
        overflow: hidden;
        flex-direction: row;
        align-items: center;
        padding: 10px 0;
        justify-content: center;
        gap: 10px;
    }
.footer2 .copyright__inner {
    display: flex;
    justify-content: center;
    padding: 5px;
    background: #f9097f;
}
    .footer2 .copyright__inner > div {
        color: #ffffff;
        font-size: 1.4rem;
        padding: .5rem 10px .2rem 10px;
    }
.footer2 .social__icon-background {
    display: flex;
    align-items: center;
    justify-content: center;
}
    .footer2 .social__icon-background img {
        height: 50px;
    }
    .footer2 .social__icon-background h3 {
        font-size: 1.6rem;
        color: #152245;
        min-width: 80px;
        text-align: center;
    }
.footer2 .information__inner {
    justify-content: space-between;
    align-items: start;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.footer2 .info__box span {
    font-size: 1.5rem;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    color: #f9077e;
    border: 2px solid #f8007c;
    min-width: 13vw;
    border-radius: 10px;
    font-weight: 500;
    box-shadow: 0 3px 4px 0 #ffdaec;
}
.footer2 .info__box ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px 0;
    gap: 10px;
}
.footer2 .information__inner-info {
    display: flex;
    justify-content: start;
    color: #fff;
    flex-direction: column;
}
.footer2 .info__box ul li {
    display: flex;
    justify-content: center;
}
    .footer2 .info__box ul li span {
        color: #172446;
        font-size: 2.5rem;
    }
.footer2 .info__box ul a {
    color: #1297dd;
    font-size: 1.5rem;
}
.menu1 .cssmenu {
    position: relative;
    margin: 0;
    line-height: 1;
    width: 100%;
    background: #fff;
    overflow: auto;
    height: 100%;
}

    .menu1 .cssmenu .align-right {
        float: right;
    }

    .menu1 .cssmenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

        .menu1 .cssmenu ul.menutag {
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            flex-wrap: wrap;
        }

        .menu1 .cssmenu ul li {
            position: relative;
            margin: 0;
            padding: 0;
        }

            .menu1 .cssmenu ul li a {
                text-decoration: none;
                cursor: pointer;
                min-height: 55px;
                display: flex;
                align-items: center;
                padding: 2px;
                padding-right: 10px;
            }

                .menu1 .cssmenu ul li a span.title {
                    font-weight: 400;
                }

    .menu1 .cssmenu > ul > li > span {
        color: #3e3e3e;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        /* padding: 2px; */
        /* padding-right: 50px; */
        border-top: 1px solid #efefef;
        border-left: 1px solid #efefef;
        border-right: 1px solid #efefef;
        background: #efefef;
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
        font-size: 16px;
        font-weight: 300;
        -webkit-transition: all 0.25s ease-in;
        -moz-transition: all 0.25s ease-in;
        -ms-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
        position: relative;
        min-height: 55px;
        padding: 2px;
        padding-right: 50px;
    }

    .menu1 .cssmenu > ul > li > ul > li > span {
        color: #3e3e3e;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        /* padding: 2px; */
        /* padding-right: 50px; */
        border-top: 1px solid #efefef;
        border-left: 1px solid #efefef;
        border-right: 1px solid #efefef;
        background: #efefef;
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
        font-size: 16px;
        font-weight: 300;
        -webkit-transition: all 0.25s ease-in;
        -moz-transition: all 0.25s ease-in;
        -ms-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
        position: relative;
        min-height: 55px;
        padding: 2px;
        padding-right: 50px;
    }

    .menu1 .cssmenu > ul > li > a {
        color: #3e3e3e;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        /* padding: 2px; */
        /* padding-right: 50px; */
        border-top: 1px solid #efefef;
        border-left: 1px solid #efefef;
        border-right: 1px solid #efefef;
        background: #d7d7d7;
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
        font-size: 16px;
        font-weight: 300;
        -webkit-transition: all 0.25s ease-in;
        -moz-transition: all 0.25s ease-in;
        -ms-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
        position: relative;
    }

    .menu1 .cssmenu ul li i {
        position: absolute;
        width: 55px;
        height: 100%;
        max-height: 55px;
        left: 0;
        top: 0;
        z-index: 5;
    }

    .menu1 .cssmenu > ul > li:first-child > a {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .menu1 .cssmenu > ul > li:last-child > a {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .menu1 .cssmenu > ul > li.open > a,
    .menu1 .cssmenu > ul > li.active > a {
        background: #008fdc;
        color: #ffffff;
    }

    .menu1 .cssmenu ul > li.has-sub > a::after {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-top: 13px solid #f8007b;
        border-left: 19px solid transparent;
        border-right: 19px solid transparent;
        left: 5px;
        bottom: -13px;
        bottom: 0px;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .menu1 .cssmenu ul > li.has-sub > a::before {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-top: 13px solid #008fdc;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        left: 4px;
        z-index: 3;
        opacity: 0;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .menu1 .cssmenu ul > li.has-sub::after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-top-color: #f8007b;
        z-index: 2;
        left: 20px;
        top: 18px;
        pointer-events: none;
    }

    .menu1 .cssmenu ul > li.active::after,
    .menu1 .cssmenu ul > li.open::after {
        border-top-color: #ffffff;
        top: 43px;
    }

    .menu1 .cssmenu ul > li.has-sub.open > a::after {
        opacity: 1;
        bottom: -7px;
    }

    .menu1 .cssmenu ul > li.has-sub.open > a::before {
        opacity: 1;
        bottom: -7px;
    }

    .menu1 .cssmenu ul ul {
        display: none;
    }
    /* .cssmenu > ul > li.has-sub.open > ul{
        display:block;
    }*/
        .menu1 .cssmenu ul ul li {
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
        }

            .menu1 .cssmenu ul ul li a {
                background: #f1f1f1;
                /* display: block; */
                position: relative;
                font-size: 15px;
                /* padding: 12px 20px; */
                border-bottom: 1px solid #dddddd;
                color: #3e3e3e;
                font-weight: 300;
                -webkit-transition: all 0.25s ease-in;
                -moz-transition: all 0.25s ease-in;
                -ms-transition: all 0.25s ease-in;
                -o-transition: all 0.25s ease-in;
                transition: all 0.25s ease-in;
            }

        .menu1 .cssmenu ul ul ul li {
            border: 0;
        }

        .menu1 .cssmenu ul ul li.open > a,
        .menu1 .cssmenu ul ul li.active > a {
            background: #ff950d;
            color: #f9f9fa;
        }

        .menu1 .cssmenu ul ul > li.has-sub > a::after {
            border-top: 13px solid #dddddd;
        }

        .menu1 .cssmenu ul ul > li.has-sub > a::before {
            border-top: 13px solid #ff950d;
        }

        .menu1 .cssmenu ul ul ul li a {
            padding-left: 30px;
        }

        .menu1 .cssmenu ul ul > li.has-sub::after {
            top: 18.5px;
            border-width: 6px;
            border-top-color: #777777;
        }

        .menu1 .cssmenu ul ul > li.active::after,
        .menu1 .cssmenu ul ul > li.open::after {
            border-top-color: #008fdc;
            top: 25px;
        }

    .menu1 .cssmenu img {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 70px;
        top: 5px;
    }

.menu1 .logoja {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 85px;
}

    .menu1 .logoja img {
        width: max-content;
        height: auto;
        flex: 0 0 auto;
    }

.menu1 .cssmenu > ul.menutag li a {
    background: #fff;
    border: 0;
    font-weight: 500;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 0;
    padding: 5px 5px;
}
    .menu1 .cssmenu > ul.menutag li a.btn-menu {
        background: #6f8f41;
        color: #fff;
        float: none;
        width: 100px;
        display: block;
        text-align: center;
        margin: 10px 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .menu1 .cssmenu > ul.menutag li a i {
        margin-left: 10px;
    }
.menu1 .cssmenu > ul.arti > li > a {
    text-align: center;
}
    .menu1 .cssmenu > ul.arti > li > a.mag {
        background: #9a497c;
        padding: 10px 2px;
        display: flex;
        justify-content: center;
    }
.menu1 .cssmenu li.sp_bck {
}
    .menu1 .cssmenu li.sp_bck a {
        color: #ffffff;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        text-align: center;
        padding: 10px;
        background: #ff0000;
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
        font-size: 16px;
        font-weight: 300;
        position: relative;
    }
        .menu1 .cssmenu li.sp_bck a span {
            width: 100%;
            text-align: center;
        }
.menu1 .cssmenu li.empty a {
    color: #ffffff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 10px;
    background: #f8007b;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    font-size: 16px;
    font-weight: 300;
    position: relative;
}
    .menu1 .cssmenu li.empty a span {
        width: 100%;
        text-align: center;
    }

.horiz4sectionsswiper .swiper-container {
    width: 100%;
    height: 100%;
}
.horiz4sectionsswiper {
    gap: 10px;
    display: flex;
    flex-direction: row;
    margin: 0 7vw;
    flex: 0 0 calc(100% - 14vw);
    width: calc(100% - 14vw) !important;
    
}

    .horiz4sectionsswiper .container__inner-box {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        display: block;
        margin-top: 5px;
        overflow: hidden;
    }



.horizcategorypic .container__inner-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}
    .horizcategorypic .container__inner-box a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        aspect-ratio: 1 / 1;
    }
        .horizcategorypic .container__inner-box a > span {
            font-size: 1.6rem;
            color: #be3455;
            font-weight: 600;
        }
     /*   .horizcategorypic .container__inner-box a > img {
            width: 100%;
            height: 100%;
        }*/
        .horizcategorypic .container__inner-box a > img {
          
            width: 100%;
        }
.login1 #panel2 {
    width: 100%;
    color: #333;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
    left: 0;
    direction: ltr;
    border: 0;
}
    .login1 #panel2 .content label {
        float: none;
        position: relative;
        clear: both;
        direction: rtl;
        display: flex;
        color: #494949;
        font-size: 15px;
        font-size: 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 5px;
        cursor: pointer;
    }
.login1 .content {
    height: 100%;
    width: 100%;
    top: 0;
    float: left;
    display: block;
    position: relative;
    margin: 0;
    text-align: center;
    font-size: 1em;
}
.login1 #panel2 .content label {
    float: none;
    position: relative;
    clear: both;
    direction: rtl;
    display: flex;
    color: #494949;
    font-size: 15px;
    font-size: 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
.login1 .content .left {
    width: auto;
    float: none;
    position: relative;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.login1 h1 {
    display: none;
    padding: 20px 0px;
    margin: 0;
    background: #80b38d;
    color: white;
    font-family: PayavaSansWeb;
}
.login1 table {
    width: 100%;
    padding: 0;
}
.login1 .content td {
    text-align: center;
}
.login1 .content .itemgroup {
    width: 100%;
    color: purple;
    position: relative;
    height: auto;
    margin: 30px auto 0 auto;
    direction: rtl;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}
.login1 .content input.field {
    border: 1px solid #d4d8df;
    width: 220px;
    color: #1a171a;
    padding: 10px;
    margin: 0;
    height: 41px;
    z-index: 2;
    outline: none;
    border-radius: 10px;
    margin-right: 10px;
}
.login1 .lblmob {
    font-family: PayavaSansWeb;
    color: #3c3b3c;
    position: relative;
    font-size: 1.8rem;
    font-weight: 500;
    width: 140px;
    border-radius: 10px;
    text-align: right;
}
.login1 .valmob {
    position: absolute;
}
.login1 .clearbox {
    display: flex;
    flex-direction: row-reverse;
    text-align: center;
    justify-content: center;
    width: auto;
    align-items: center;
    margin-top: 20px;
    justify-content: space-evenly;
    width: 400px;
    position: relative;
    margin: auto;
    margin-top: 20px;
}
.login1 .btn {
    display: flex;
    padding: .5rem 2rem;
    cursor: pointer;
    font-size: 1.5rem;
}
.login1 .content input.bt_login, .login1 .content input.bt_register {
    text-align: center;
    cursor: pointer;
    border: none;
    margin: 10px 0px auto;
    font-size: 2rem;
    display: inline-block;
    background: #0ea860;
}
.login1 .content input.bt_login {
    font-family: PayavaSansWeb;
    color: #fff;
    margin: 40px 0;
    padding: 5px 50px;
}
.login1 .regQ {
    font-size: 1.5rem;
    color: #858283;
}
.login1 a {
    text-decoration: none;
    padding: 0 5px;
    color: #008eb2;
}
.productlist1 .holder-r {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px;
}
.productlist1 .holder-c {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 17px;
}
    .productlist1 .holder-c.w_35per {
        flex: 1 1 35%;
    }

.productlist1 .pro1__right {
    flex: 0 0 100%;
    margin-left: 1rem;
    overflow: hidden;
}
.productlist1 .container__special-inner {
    background: #fff;
    font-family: PayavaSansWeb;
}
.productlist1 .slider__header {
    display: flex;
    align-items: center;
    padding: 5px 0;
    margin: 0 20px;
    border-bottom: 1px solid #d2d0d0;
}
.productlist1 .slider__header-special {
    justify-content: space-between;
}
.productlist1 .slide__header-inner-right {
    display: flex;
}
.productlist1 .slider__header i {
    margin-left: 15px;
    font-size: 2.5rem;
    display: flex;
    color: #ff970e;
}
.productlist1 .es-carousel ul li.selected a {
    border-color: #efefef;
    border-width: 1px !important;
    overflow: hidden;
    border-radius: 5px;
    opacity: 1.0;
}

.productlist1 .es-carousel ul li a img {
    display: block;
    border: none;
    max-height: 100%;
    max-width: 100%;
}
.productlist1 .slider__header h2 {
    font-weight: 500;
    padding: 5px 20px;
    text-align: center;
    color: #2d2929;
    font-size: 1.5rem;
}
.productlist1 .pro__text {
    font-size: 1.4rem;
    min-height: 75px;
    width: 80%;
}
.productlist1 .pro__price {
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-bottom: .5rem;
    justify-content: center;
    align-items: center;
}
.productlist1 .swiper__general {
    width: 100%;
    height: 100%;
    background: #fff;
}
.productlist1 .socialCircle-item {
    overflow: hidden;
    width: 35px;
    height: 35px;
    position: absolute;
    background: #fff;
    margin: 50%;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
}

    .productlist1 .socialCircle-item img {
        width: 100%;
        height: 100%;
    }

.productlist1 .socialCircle-container {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 5px;
    top: 5px;
    z-index: 5;
}

.productlist1 .HasVideo {
    display: flex;
    flex-direction: row-reverse;
    margin: 5px;
}

.productlist1 .h_iframe-aparat_embed_frame {
    position: relative;
}

.productlist1 .h_iframe-aparat_embed_frame {
    width: 600px;
    margin: auto;
}

.productlist1 .socialCircle-center {
    width: 35px;
    height: 35px;
    background: #fff;
    margin: 50%;
    position: absolute;
    text-align: center;
    color: #5d5d64;
    font-size: 55px;
    cursor: pointer;
    top: 0;
    left: 0;
}

.productlist1 .catbox_container_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.productlist1 .catbox_container {
    background: #fff;
    font-family: PayavaSansWeb;
    font-size: 20px;
    padding: 20px;
}
.productlist1 .card-3 {
    -webkit-box-shadow: 0px 0px 3px 1px #0000001a;
    -ms-box-shadow: 0px 0px 3px 1px #0000001a;
    box-shadow: 0px 0px 3px 1px #0000001a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.productlist1 .catbox_container_item {
    margin: 10px;
    padding: 10px;
    flex: 0 0 12%;
    max-width: 151px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    min-height: 74px;
}

    .productlist1 .catbox_container_item img {
        width: 100%;
    }

.productlist1 .ishidden {
    display: none;
}

.productlist1 .catbox_container_item_title {
    font-size: 1.5rem;
}

.productlist1 .cat-box {
    margin-top: 10px;
}

.productlist1 .js-show-more-categories .catbox_container_item_title {
    font-size: 1.2rem;
}

#refreshDiv.productlist1 {
    width: calc(100% - 7vw);
    margin: auto;
    display: flex;
    flex-direction: column;
}

.productlist1 #model-holder {
    width: 200px;
    clear: both;
    margin-bottom: 60px;
    display: block;
    padding: 0;
}

    .productlist1 #model-holder.model-child {
        margin: auto;
        position: relative;
    }

    .productlist1 #model-holder header.theader {
        padding: 0.2% 0.5%;
        width: 100%;
        display: flex;
        color: #fff;
        background: none;
        min-height: auto;
        font-size: 1rem;
        border: 0;
        justify-content: center;
        background: #c33083;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .productlist1 #model-holder .nice-select {
        border-radius: unset;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border: solid 1px #1a171a;
    }

.productlist1 .mainmodels.hidden {
    display: none;
}

.productlist1 .owl-carousel .owl-item {
    min-height: 330.8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.productlist1 .owl-item a.item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
    flex: 1 0 auto;
}

.productlist1 .hashtags {
    width: 100%;
    float: right;
    margin-top: 50px;
    background: #e2e2e2;
}

.productlist1 #contentpage {
    width: 100%;
}

.productlist1 .descorig {
    background: #ffffff;
    font-size: 1.5rem;
    direction: rtl;
    text-align: justify;
    padding: 20px 40px;
    color: #767790;
    line-height: 2;
}

.productlist1 .descorig .readmore {
        display: block;
        background: #eff3e9;
        border-radius: 20px;
        text-align: center;
        font-size: 1.7rem;
        padding: 5px 0;
    }

.productlist1 .descorig img {
        display: block;
        margin: 0 auto;
    }

.productlist1 .descorig table img {
        width: 400px
    }

.productlist1 .descorig a {
        color: #008eb2;
        font-weight: 500;
    }

.productlist1 .descorig table {
        direction: ltr;
        margin: 0 auto;
        border-collapse: collapse;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

.productlist1 .descorig tr {
        text-align: center;
    }

.productlist1 .descorig table td {
        padding: 0 10px;
        border: 1px solid #ccc;
    }

.productlist1 .descorig table th {
        padding: 0 10px;
    }

.productlist1 .descorig table thead {
        background: #325a10;
        color: #e7f5cf;
        font-size: 1.6rem;
        border: 1px solid #325a10;
    }

.productlist1 .descorig table {
        border: 1px solid #e5e5e5;
        border-collapse: collapse;
        text-align: center;
    }

.productlist1 .descorig table td tr {
        border: 1px solid #e5e5e5;
    }

.productlist1 .descorig table td {
        border: 1px solid #e5e5e5;
    }

.productlist1 tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.productlist1 tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.productlist1 tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.productlist1 tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.productlist1 .descorig ul {
    list-style-type: disc;
}

.productlist1 .outerlstProduct {
    width: 100%;
    position: relative;
    overflow: visible;
    float: none;
    padding: 0;
    min-width: 1009px;
    margin-right: auto;
    margin-left: auto;
}

.productlist1 .innerlstProduct {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
    justify-content: space-between;
}

.productlist1 .horiz_list {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    border: 1px solid #e4e4e4;
    line-height: 22px;
    position: relative
}

.productlist1 .listingitems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-bottom: -1px;
    list-style: none;
    padding: 10px;
    width: 100%;
}

.productlist1 .listingitems a.Product-block {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.333%;
        flex: 1 0 33.333%;
        max-width: 33.333%;
        height: 450px;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        flex-direction: column;
        justify-content: flex-start;
    }

.productlist1 .horiz_list__header {
    border-bottom: 1px solid #ebe9e9;
    position: relative;
    padding: 0 44px 0 130px;
    z-index: 2
}

.productlist1 .horiz_list__header:before {
        content: "filter_list";
        right: 13px;
        color: #cecece;
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
    }

    .productlist1 .horiz_list__header:before,
    .productlist1 .horiz_list__type {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.productlist1 .horiz_list__sort {
    background-color: #fff;
    list-style: none;
    line-height: 34px;
    padding: 0;
    margin-top: 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 44px;
    direction: rtl;
    width: 100%;
}

.productlist1 .horiz_list__sort li {
        display: inline-block
    }

.productlist1 .horiz_list__sort li + li {
        margin-right: 5px
    }

.productlist1 .horiz_list__sort li a {
        display: block;
        padding: 0 5px;
        position: relative;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 25px;
        vertical-align: middle;
        border-radius: 5px;
        white-space: nowrap;
        cursor: pointer;
    }

.productlist1 .horiz_list__sort li a:hover {
        background-color: #ece9e9
    }

.productlist1 .horiz_list__sort li a.is-active {
        background-color: #e53527;
        color: #fff
    }

.productlist1 .horiz_list__sort:before {
        display: inline-block;
        content: attr(data-label);
        color: #3b3b3b;
        margin-left: 5px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 21px;
        vertical-align: middle;
        white-space: nowrap
    }

.productlist1 .p_box {
    background-color: #fff;
    position: relative
}

.productlist1 .p_box:first-child {
        margin-top: 0
    }

.productlist1 #outerWrapper {
    float: left;
    position: relative;
    height: 100%;
    width: 100%;
}

.productlist1 #wrappfilter {
    float: left;
    margin-bottom: 0px;
    width: 100%;
}

    .productlist1 #wrappfilter .p_box {
        background-color: #fff;
        margin: 0 0 10px;
    }

        .productlist1 #wrappfilter .p_box:last-child {
            margin-bottom: 0;
        }

    .productlist1 #wrappfilter.fixedFilter {
        position: fixed;
        width: 300px;
        top: auto;
        bottom: 15px;
    }

.productlist1 .horiz_list-options__title {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.692;
    font-weight: 700;
    padding: 8px 16px 8px 15px;
    color: #535353;
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
    margin-right: 6px;
    margin-left: 6px;
}

.productlist1 .horiz_list_clear {
    color: #fb3449;
    margin-right: 10px;
    display: inline-block;
    padding-left: 15px;
    position: relative;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2;
    float: left;
    padding-left: 0;
    cursor: pointer;
}

.productlist1 .largicon {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #898989;
    cursor: pointer;
}

@media screen and (min-width: 1366px) {
    .productlist1 .listingitems a.Product-block {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 33.3%;
        height: 450px;
    }
}

@media (min-width: 78.32em) {
    .productlist1 .listingitems a.Product-block {
        max-width: 25%;
    }
}

.productlist1 .current-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-bottom: -1px;
    list-style: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 100%;
    max-width: 100%;
    height: auto;
}

.productlist1 .Product-block {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    display: flex;
    flex-direction: column;
}

    .productlist1 .Product-block span.bspa {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        width: 100%;
        /*border-bottom: 1px solid #808080;*/
        vertical-align: middle;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        text-align: center;
        color: #000;
        direction: rtl;
        font-size: 15px;
        font-size: 1.5rem;
        text-overflow: ellipsis;
        overflow: hidden;
        /*white-space: nowrap;*/
        font-family: PayavaSansWeb;
    }

.productlist1 .originP.bspa > b.Oprice {
    width: 100%;
}

.productlist1 .Product-block span.namep {
    font-size: 1.2rem;
    white-space: inherit;
    height: auto;
    padding: 0 0.5em;
    min-height: 42px;
    width: calc(100% - 1em);
    align-items: center;
}

@media (min-width: 87.500em) {
    .productlist1 .Product-block span.namep {
        font-size: 1.4rem;
    }
}

.productlist1 .Product-block span.CatProduct {
    text-align: center;
    font-size: 1.5rem;
    font-family: PayavaSansWeb;
    height: 40%;
    white-space: normal;
   
}

.productlist1 .Product-block span.groupname {
    font-size: 2rem;
    margin-top: 1em;
    align-items: center;
    white-space: normal;
    line-height: initial;
}

.productlist1 .Product-block span b {
    font-weight: 400;
    color: #005e07;
    text-align: right;
}

.productlist1 b.tp, .productlist1 b.p1 {
    color: #157e1d;
    font-size: 2rem;
    text-align: center;
}

.productlist1 .Product-block span i.note {
    float: right;
    width: 100%;
    display: none;
}

.productlist1 .finalprice {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    gap: 10px;
}

.productlist1 .list-block span i.takh {
    width: 100%;
    float: right;
    font-size: 1.2rem !important;
    color: #ff5252 !important;
    text-decoration: line-through !important;
}

.productlist1 #ItemList {
    display: flex;
    flex-direction: column;
    padding: 0 1em;
}

.productlist1 .Product-block:hover span {
    /*background: #333;
    color: #ffffff;*/
}

.productlist1 .Product-block .img_loaded {
    background-image: none;
}

.productlist1 #dvDesc {
    background: #ffffff;
    font-size: 1.5rem;
    direction: rtl;
    text-align: justify;
    color: #767790;
    line-height: 2;
}

    .productlist1 #dvDesc table {
        width: 100%;
        max-width: 800px;
    }

        .productlist1 #dvDesc table td {
            text-align: center;
        }

            .productlist1 #dvDesc table td p {
                padding: 5px 10px;
                word-break: break-all;
            }

    .productlist1 #dvDesc ol {
        list-style-type: disc;
    }

    .productlist1 #dvDesc ul {
        list-style-type: arabic-indic;
    }

    .productlist1 #dvDesc a {
        color: #008eb2;
        font-weight: 500;
    }

    .productlist1 #dvDesc h2, .productlist1 h3, .productlist1 h4, .productlist1 h5, .productlist1 h6 {
        line-height: normal;
    }

.productlist1 .boxInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    direction: rtl;
    position: relative;
    max-width: 100%;
    font-size: 1.5em;
}

.productlist1 #dvDesc div:first-child {
    font-size: 15px;
    font-size: 1.6rem;
    float: right;
    width: 100%;
    text-align: justify;
}

.productlist1 #dvName h1 {
    color: #5d5d5f;
    text-align: center;
    direction: ltr;
    padding: 15px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: auto;
    max-height: 200px;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
}

    .productlist1 #dvName h1 b {
        float: right;
        overflow: hidden;
        white-space: pre-wrap;
        font-size: 2rem;
    }

    .productlist1 #dvName h1 i.note {
        font-size: 15px;
        font-size: 1.5rem;
        color: #939393;
        font-style: normal;
    }

.productlist1 .modelitem {
    padding: 1em;
    float: left;
}

.productlist1 .itemshow {
    display: flex;
    vertical-align: middle;
    width: 100%;
    height: 55%;
    justify-content: center;
    text-align: center;
    position: relative;
}
.productlist1 .Product-block .itemshow.image:not(.img_loaded) {
    background-image: var(--loader-url);
    background-repeat: no-repeat;
    background-position: center center;
}
.productlist1 .fullimage {
    height: 100%;
}

.productlist1 .itemhide {
    display: none;
}

.productlist1 .extraNames {
    display: none;
    position: absolute;
    background-color: #00b1ff;
    width: 100%;
}

    .productlist1 .extraNames span {
        direction: rtl;
        text-align: center;
    }

.productlist1 .serial {
    color: #e30613;
    text-overflow: ellipsis;
    overflow: hidden;
    display: none;
}

.productlist1 li i.deactive {
    width: auto;
    opacity: 0;
    font-size: 1.0em;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.productlist1 li i.icon-checkmark {
    color: #7cb544;
    content: "\e074";
    width: 1.5em;
    margin: 0;
    padding: 0em;
    font-size: 1.0em;
    opacity: 1;
    right: 0;
}

.productlist1 li.activemodel i.icon {
    color: #7cb544;
    content: "\e074";
    width: 1.5em;
    margin: 0;
    top: 0;
    padding-left: 0.1em;
    font-size: 2em;
    opacity: 1;
}

.productlist1 li.activeprice i.icon {
    color: #7cb544;
    content: "\e074";
    width: 1.5em;
    margin: 0;
    padding: 0em;
    font-size: 1.0em;
    opacity: 1;
    top: auto;
    right: 0;
}

.productlist1 li.price {
    cursor: pointer;
    clear: right;
    opacity: 0.5;
    border: 1px solid #9a9a9a;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

    .productlist1 li.price.tpost {
        height: auto;
        font-family: PayavaSansWeb;
        font-size: 2rem;
        border: 0;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        row-gap: 25px;
        padding: 0 15px;
    }

.productlist1 li.activepost {
    opacity: 1;
    border: 0;
    background: inherit;
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.productlist1 li.price .products-price-bons {
    padding: 0;
    display: inline-block;
    margin-right: 25px;
    color: #6d707d;
    font: 11px/14px PayavaSansWeb;
    position: relative;
    top: 0px;
    float: right;
    clear: right;
}

.productlist1 li.price .products-price-bons {
    top: 0px;
}

    .productlist1 li.price .products-price-bons span {
        color: #6d707d;
        border: none;
        width: 50px;
    }

        .productlist1 li.price .products-price-bons span:first-child {
            display: block;
            font-size: 16px;
            padding: 0;
            width: auto;
            color: #6d707d;
        }

            .productlist1 li.price .products-price-bons span:first-child span {
                position: relative;
                top: 2px;
                padding: 0;
                width: auto;
                color: #6d707d;
            }

        .productlist1 li.price .products-price-bons span i {
            float: right;
            display: block;
            margin-left: 5px;
            font-size: 1.7rem;
            position: relative;
            color: #6d707d;
        }



.productlist1 #products-price-status .products-price-coupon span i {
    float: right;
    display: block;
    margin-left: 5px;
}

.productlist1 .noresult {
    text-align: center;
    padding: 2px;
    position: relative;
    margin: 20px 5% 0 5%;
    width: 90%;
    direction: rtl;
}

.productlist1 .pishnahad {
    position: absolute;
    width: 100px;
    height: 30px;
    top: 36px;
    right: -2px;
    background: transparent var(--TagImgOffer-url) no-repeat center center;
    background-size: contain;
    z-index: 2;
}

.productlist1 .newprod {
    position: absolute;
    width: 100px;
    height: 30px;
    top: 0;
    right: 0px;
    background: transparent var(--TagImgNew-url) no-repeat center center;
    background-size: contain;
    z-index: 2;
}

.productlist1 .comsoon {
    position: relative;
    width: 100%;
    padding: 5px;
    color: #fff;
    float: right;
    background: #e53527;
    z-index: 2;
    font-family: PayavaSansWeb;
    text-align: center;
   
}

.productlist1 .notivt {
    width: 90%;
    padding: 4px;
    float: right;
    color: #fff;
    background: #87888a;
    background-size: contain;
    z-index: 2;
    font-family: PayavaSansWeb;
    text-align: center;
}

    .productlist1 .notivt:before {
        content: 'ناموجود';
    }

.productlist1 .itemnotinv {
    position: relative;
    float: right;
    background: transparent url(img/Not-Availablel.f086c5a8230d531b2332.png) no-repeat center center;
    background-size: contain;
    z-index: 2;
}

    .productlist1 .itemnotinv div.text-only {
        opacity: 0.3;
    }

.productlist1 .callus {
    position: relative;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #cf4040;
    color: #fff;
    padding: 5px;
    font-family: PayavaSansWeb;
    text-align: center;
}

    .productlist1 .callus .icon {
        color: #fff;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        position: relative;
        top: 3px;
    }

.productlist1 .stopprod {
    position: relative;
    width: 100%;
    padding: 5px;
    float: right;
    background: #a24141;
    background-size: contain;
    color: #fff;
    z-index: 2;
    font-family: PayavaSansWeb;
    text-align: center;
 
}

.productlist1 .rg-image {
    text-align: center;
    box-shadow: none !important;
    display: flex;
    justify-content: center;
}

    .productlist1 .rg-image img {
        border-radius: 5px;
        width: 350px;
        height: 350px;
    }

.productlist1 #btnbuy {
    background: #1cb48d;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    top: 0;
}

    .productlist1 #btnbuy span {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: space-evenly;
        align-items: center;
        float: right;
        clear: none;
        text-align: center;
        color: #fff;
        font-size: 1.5rem;
        font-family: PayavaSansWeb;
    }

        .productlist1 #btnbuy span i {
            color: #ffffff;
            padding: 0;
            margin: 0 !important;
            background-size: contain;
            top: 0;
            float: right;
        }

            .productlist1 #btnbuy span i.icon {
                font-size: 2.5rem;
            }

.productlist1 #onceclickbuy {
    background: #1cb48d;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    top: 0;
}

    .productlist1 #onceclickbuy span {
        position: relative;
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        float: right;
        clear: none;
        text-align: center;
        color: #fff;
        font-size: 3rem;
        font-family: PayavaSansWeb;
        padding: 5px 10px;
        min-height: unset;
    }

        .productlist1 #onceclickbuy span i {
            color: #ffffff;
            padding: 0;
            margin: 0 !important;
            background-size: contain;
            top: 0;
            float: right;
        }

            .productlist1 #onceclickbuy span i.icon {
                font-size: 2.5rem;
            }

.productlist1 .newbtn a i {
    color: #ffffff;
    padding: 0;
    margin: 0 !important;
    background-size: contain;
    top: 0;
    float: right;
}

.productlist1 .newbtn {
    height: 50px;
    width: 200px;
    position: relative;
    float: right;
    clear: none;
    font-size: 1.5rem;
    margin-right: 20px;
    font-family: PayavaSansWeb;
    background: #9a8b97;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .productlist1 .newbtn a {
        width: 100%;
        height: 100%;
        position: absolute;
        display: flex;
        text-align: center;
        justify-content: space-evenly;
        align-items: center;
        color: #e6e6e6;
        left: 0;
        top: 0;
    }

.productlist1 .sortframe {
    direction: rtl;
    float: right;
    font-size: 0.8em;
    clear: both;
    font-family: PayavaSansWeb;
}

.productlist1 .sortDV {
    padding-bottom: 10px;
    padding-right: 10px;
}

.productlist1 #gallery {
    width: 350px;
    flex: 0 0 35%;
    margin-left: 12%;
    height: 500px;
    position: relative;
    float: right;
    overflow: hidden;
}

.productlist1 .rv #gallery {
    margin-right: 12%;
}

.productlist1 #gallery-toolbar-wrap {
    position: absolute;
    top: -1em;
    right: -1em;
    width: 25px;
    background: #113548;
    display: none;
}

    .productlist1 #gallery-toolbar-wrap > ul > li {
        float: left;
        margin-right: 0px;
        margin-top: 10px;
        padding: 0 0.25em 0px 0.25em;
        position: relative;
        font-size: 0.8em;
    }

        .productlist1 #gallery-toolbar-wrap > ul > li a::before {
            color: #fff;
            margin: 0;
        }

.productlist1 .greenback {
    margin: auto;
}

.productlist1 .productPercent {
    display: flex;
    flex-wrap: wrap;
    float: right;
    clear: right;
    font-size: 1.6rem;
    align-items: center;
    justify-content: center;
    position: relative;
}

.productlist1 .errorSearch {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
}

.productlist1 .Product-block .productPercent {
    font-size: 1.2rem;
}

.productlist1 .productPercent:hover .tabletag {
    display: flex;
}

    .productlist1 .productPercent:hover .tabletag li {
        font-size: 1rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

.productlist1 .productPercent b {
    float: right;
}

.productlist1 .productPercent .Oprice {
    font-size: 1.8rem !important;
    color: #919191 !important;
    text-decoration: line-through !important;
    text-decoration-color: #cb2222 !important;
    text-decoration-thickness: 1.5px !important;
}

.productlist1 #ItemList .productPercent .Oprice {
    font-size: 1.5rem !important;
}

.productlist1 #ItemList .productPercent b.ticket:before {
    border-bottom: 11px solid transparent;
    border-right: 7px solid #fff;
    border-top: 11px solid transparent;
}

.productlist1 .productPercent .Oprice.sbx_2 {
    color: inherit !important;
    text-decoration: inherit !important;
}

.productlist1 .productPercent b.ticket:before {
    border-bottom: 13px solid transparent;
    border-right: 7px solid #fff;
    border-top: 13px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
}

.productlist1 .productPercent b.ticket {
    color: #e53527;
    padding: 0 10px 0 10px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.productlist1 .tagprice {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    margin: 5px;
}

.productlist1 div.taglabel {
    height: auto;
    float: right;
    clear: right;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .productlist1 div.taglabel .taglabel-c {
        display: flex;
        position: relative;
        height: auto;
        top: 0;
    }

        .productlist1 div.taglabel .taglabel-c .taglabel-p {
            display: flex;
            width: 100%;
            height: auto;
            position: relative;
            color: #1b1b1b !important;
            align-items: center;
            justify-content: flex-start;
        }

            .productlist1 div.taglabel .taglabel-c .taglabel-p div.tagl {
                padding-right: 5px;
                position: relative;
                font-size: 1.2rem !important;
            }

                .productlist1 div.taglabel .taglabel-c .taglabel-p div.tagl:after {
                    content: '';
                    width: 100%;
                    position: absolute;
                    height: 1px;
                    transform: rotate(-15deg);
                    left: 0;
                    top: 45%;
                    padding: 0 !important;
                }

            .productlist1 div.taglabel .taglabel-c .taglabel-p .descP {
                background: transparent;
                border: none;
                box-shadow: none;
                font-size: 1.2rem !important;
            }

.productlist1 .boxInfo .productPercent b.ticket {
    position: relative;
    font-size: 1.7rem;
    bottom: unset;
    right: unset;
}

.productlist1 ul.tabletag {
    position: absolute;
    top: -300%;
    background: #eff3e9;
    border: 2px solid #467123;
    padding: 5px;
    width: 100%;
    border-radius: 10px;
    flex-direction: column;
    display: none;
}

    .productlist1 ul.tabletag:before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        position: absolute;
        bottom: -15px;
        right: 50px;
        border-style: solid;
        border-width: 15px 15px 0 15px;
        border-color: #467123 transparent transparent transparent;
    }

.productlist1 #ItemList .productPercent b.ticket:after {
    border-bottom: 11px solid transparent;
    border-left: 7px solid #fff;
    border-top: 11px solid transparent;
}

.productlist1 .productPercent b.ticket:after {
    border-bottom: 13px solid transparent;
    border-left: 7px solid #fff;
    border-top: 13px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
}

.productlist1 .productPercent b.red {
    color: #fff;
    background: #e53527;
    padding: 0 3px;
    margin-left: 3px;
    font-weight: 400;
    border-radius: 5px;
}

.productlist1 .productPercent .ticket b.red {
    display: none;
}

.productlist1 .productPercent b.red.step {
    margin: 5px;
    border-radius: 5px;
    float: unset;
    font-size: small;
}

.productlist1 b.red.step.staruniq {
    background: #ff0808;
}

.productlist1 .box-footer {
    padding: 5px 0 5px 0 !important;
    position: relative;
    bottom: 5px;
    left: 0;
    flex-wrap: wrap;
}

    .productlist1 .box-footer.holder-r.al_ce {
        justify-content: center;
    }

.productlist1 #ItemList .unitp {
    /*width: 100%;*/
    text-align: center;
}

.productlist1 .tit {
    position: relative;
    width: 100%;
    direction: rtl;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,.1);
}

.productlist1 #infoItem {
    background: none;
    width: 100%;
    position: relative;
    float: none;
}

.productlist1 .wrapBox {
    float: right;
    background: #fff;
    width: calc(100% - 10vw);
    margin: 10px 5vw;
    padding: 10px 2vw;
    position: relative;
}

    .productlist1 .wrapBox.showmore {
        height: auto;
    }

.productlist1 .wrapboxitem {
    float: right;
    clear: both;
    font-size: 1.5rem;
    font-family: PayavaSansWeb;
    padding: 10px 10px 10px 0;
    width: calc(100% - 25px);
    text-align: right;
    direction: rtl;
    margin-right: 15px;
    margin-bottom: 40px;
}

.productlist1 .garantee {
    color: #6b9c3b;
    background: #ecedf1;
    font-size: 1.3rem;
    text-align: center;
}

.productlist1 .innerblock {
    position: relative;
    width: 100%;
    margin: 0 auto;
    float: none;
    clear: none;
}

.productlist1 .originP {
    clear: right;
    display: flex;
    align-items: center;
    width: auto;
    gap: 10px;
    color: #157e1d !important;
}

.productlist1 .pip {
    direction: ltr;
    background: #ffffff;
    color: #000;
    position: absolute;
    bottom: -2px;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0 5px;
    min-width: 150px;
    line-height: 1;
}

.productlist1 .itemshow:hover .pip {
    display: block;
}

.productlist1 .sbx_1 {
    font-size: 2rem;
    font-family: PayavaSansWeb;
    direction: rtl;
    text-align: right;
}

.productlist1 .Product-block .sbx_1 {
    text-align: right;
    display: none;
}

.productlist1 .finalprice .sbx_1 {
    text-align: right;
    padding: 0;
    display: block;
}

.productlist1 .sbx_2 {
    font-size: 1.2rem;
    font-family: PayavaSansWeb;
    direction: rtl;
    text-align: center;
}

.productlist1 .Product-block .sbx_2 {
    text-align: right;
    padding-right: 10%;
}

.productlist1 .lbl__price {
    color: #808080;
}

.productlist1 .addtocart {
    position: relative;
    float: right;
    padding: 0;
}

.productlist1 .brandimage {
    object-fit: cover;
    width: 230px;
    height: 230px;
}

.productlist1 input[type=text]:not(.browser-default).srcFilter {
    width: 90%;
    margin: 0 5%;
    border: 1px solid #ccd0d9;
    font-size: 1.5rem;
    padding: 5px 10px;
    background: #fff;
    border-radius: 10px;
}

.productlist1 .list-block li.taglabel {
    display: none;
    position: relative;
    height: auto;
    top: 0;
    background: #e9cfb2;
    flex-direction: column;
    align-items: start;
}

    .productlist1 .list-block li.taglabel span.originP {
        display: flex;
        width: 100%;
        height: auto;
        position: relative;
        color: #700e0e !important;
        justify-content: space-evenly;
    }

        .productlist1 .list-block li.taglabel span.originP b:first-child {
            /* display: none;*/
        }

.productlist1 .picpro {
    border-radius: 5px;
}

.productlist1 .Product-block span.CatProduct {
    font-size: 2.5rem;
    white-space: normal;
}



.productlist1 .descP {
    BACKGROUND: #e8e8e8;
    font-size: 1.5rem !important;
    padding: 1px 4px;
}

.productlist1 .supertag {
    float: right;
    margin-right: 0.5em;
    font-size: 1.5rem !important;
    padding: 5px;
    color: #7b7b7b !important;
}

.productlist1 #productlist {
    -ms-flex: 0 0 81.1%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
}



.productlist1 .larg .listingitems a.Product-block {
    height: 550px;
}

    .productlist1 .larg .listingitems a.Product-block .itemshow {
        height: 100%;
        max-height: 350px;
    }
/* Float Clearing
 ---------------------------------------------------------------------*/
.productlist1 .breadCrumbHolder {
    margin-bottom: 10px;
}

.productlist1 .module:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* float clearing for IE6 */
* html .productlist1 .module {
    height: 1%;
    overflow: visible;
}

/* float clearing for IE7 */
* + html .productlist1 .module {
    min-height: 1%;
}

/* Breadcrumb Styles
 ---------------------------------------------------------------------*/

.productlist1 .breadCrumb {
    width: 100%;
    margin: 0;
    padding: 0;
    float: right;
    direction: rtl;
    top: 0px;
    left: 0px;
    display: block;
    overflow: hidden;
    padding: 0px;
    position: relative;
    z-index: 1;
    font-family: PayavaSansWeb;
}

    .productlist1 .breadCrumb.module {
        padding: 10px;
    }

.productlist1 #productWrapper .breadCrumb {
    /* padding-bottom: 10px; */

    background: #fff;
}

.productlist1 .breadCrumb ul {
    margin: 0;
    padding: 0;
    height: 21px;
    display: block;
}

    .productlist1 .breadCrumb ul li {
        display: block;
        float: right;
        position: relative;
        overflow: hidden;
        margin: 0 0 0 6px;
        padding: 0 0 0 10px;
        font-size: 15px;
        font-size: 1.5rem;
        background: url(img/Chevron.359f16645b53e6a92c8a.gif) no-repeat 0 0;
    }

        .productlist1 .breadCrumb ul li div.chevronOverlay {
            position: absolute;
            right: 0;
            top: 0;
            z-index: 2;
        }

        .productlist1 .breadCrumb ul li span {
            display: block;
            overflow: hidden;
        }

        .productlist1 .breadCrumb ul li a {
            display: block;
            position: relative;
            overflow: hidden;
            float: left;
            text-decoration: none;
            color: #000;
        }

        .productlist1 .breadCrumb ul li.first a {
            height: 16px !important;
            text-indent: -1000em;
            width: 16px;
            padding: 0;
            margin-top: 2px;
            overflow: hidden;
            background: url(img/IconHome.3dacb35d937645618a4d.gif) no-repeat 0 0;
        }

            .productlist1 .breadCrumb ul li.first a:hover {
                background-position: 0 -16px;
            }

        .productlist1 .breadCrumb ul li.last {
            background: none;
            margin-right: 0;
            padding-right: 0;
        }

.productlist1 .chevronOverlay {
    display: none;
    background: url(img/Chevron.359f16645b53e6a92c8a.gif) no-repeat 100% 0;
    width: 13px;
    height: 20px;
}

.register1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    font-size: 1.5rem;
}
    .register1 .AspNet-ChangePassword {
        font-size: 2rem;
        text-align: center;
        padding: 20px;
        display: flex;
        overflow: visible;
        margin: 10vh 0;
        width: 50%;
        justify-content: center;
    }
    .register1 #panel2 {
        width: 100%;
        color: #333;
        padding: 0;
        margin: 0;
        position: relative;
        display: inline-block;
        left: 0;
        direction: ltr;
        border: 0;
    }
        .register1 #panel2 .content {
            height: 100%;
            width: 100%;
            top: 0;
            float: left;
            display: block;
            position: relative;
            margin: 0;
            text-align: center;
            font-size: 1em;
        }
            .register1 #panel2 .content .left {
                width: auto;
                float: none;
                position: relative;
                margin: 2vh auto;
                padding: 0;
                min-height: 35vh;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
            }
            .register1 #panel2 .content td {
                text-align: center;
            }
            .register1 #panel2 .content .itemgroup {
                width: 100%;
                color: purple;
                position: relative;
                height: auto;
                margin: 30px auto 0 auto;
                direction: rtl;
                display: flex;
                flex-direction: row-reverse;
                align-items: center;
                justify-content: center;
            }
            .register1 #panel2 .content input.field {
                border: 1px solid #d4d8df;
                width: 220px;
                color: #1a171a;
                padding: 10px;
                margin: 0;
                height: 41px;
                z-index: 2;
                outline: none;
                border-radius: 10px;
                margin-right: 10px;
            }
    .register1 .lblmob {
        color: #3c3b3c;
        position: relative;
        font-size: 1.8rem;
        font-weight: 500;
        width: 140px;
        border-radius: 10px;
        text-align: right;
    }
    .register1 #panel2 .content .itemgroup {
        width: 100%;
        position: relative;
        height: auto;
        margin: 30px auto 0 auto;
        direction: rtl;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
    }
    .register1 .agreement {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 10px 20px;
    }
    .register1 #panel2 .content label {
        float: none;
        position: relative;
        clear: both;
        direction: rtl;
        display: flex;
        color: #494949;
        font-size: 15px;
        font-size: 1.5rem;
        justify-content: center;
        align-items: center;
        gap: 5px;
        cursor: pointer;
    }
    .register1 #panel2 .content .right .regQ label {
        color: #858283;
    }
    .register1 #panel2 .content .right label {
        color: #23013b;
        margin-top: 0;
    }
    .register1 #panel2 .content input.bt_login, .register1 #panel2 .content input.bt_register {
        text-align: center;
        cursor: pointer;
        border: none;
        margin: 25px auto;
        font-size: 2rem;
        display: inline-block;
        background: #0ea860;
    }
.register1 .catpchaholder {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: inherit;
    margin: 10px 0;
}

    .register1 .catpchaholder input {
        max-width: 300px;
        text-align: center;
        -webkit-border-top-right-radius: 20px;
        -webkit-border-bottom-right-radius: 20px;
        -moz-border-radius-topright: 20px;
        -moz-border-radius-bottomright: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        padding: 15px 0;
        border: 1px solid;
        font-size: 1.5rem;
    }

.register1 .catpchaholder {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: inherit;
    margin: 10px 0;
}

    .register1 .catpchaholder img {
        -webkit-border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }


    .register1 .catpchaholder span {
        font-size: 20px;
        font-size: 2rem;
    }
    .register1 #panel2 a {
        text-decoration: none;
        padding: 0 5px;
        color: #008eb2;
    }

        .register1 #panel2 a:hover {
            color: #046f8b;
        }

    .register1 #panel2 a-lost-pwd {
        display: block;
        float: right;
    }
.header3 .header__content {
    height: auto;
    background: #fff;
    margin-bottom: 35px;
}

.header3 .holderheader {
    display: flex;
    flex: 1 1 auto;
    position: relative;
    align-items: stretch;
    justify-content: space-between;
    transition: all 0.5s ease-out;
}

.header3 .holder-r {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px;
}

    .header3 .holder-r.rv {
        flex-direction: row-reverse;
    }

    .header3 .holder-r.jc_center {
        justify-content: center;
    }

    .header3 .holder-r.al_ce {
        align-items: center;
    }

    .header3 .holder-r.jc_sa {
        justify-content: space-around;
        margin: 40px 60px;
        background-color: #f7f7f7;
        flex-direction: column;
    }
.header3 #loadsearch {
    Position: relative;
    width: 100%;
    height: 200px;
    display: flex;
}

.header3 .holder-c {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 17px;
}

    .header3 .holder-c.al_ce {
        align-items: center;
    }

    .header3 .holder-c.w_a {
        flex: 1 1 auto;
    }

    .header3 .holder-c.w_600 {
        flex: 0 0 600px;
    }

    .header3 .holder-c.w_35per {
        flex: 1 1 35%;
    }

.header3 .holder-r.rv .holder-c.border_left:after {
    left: -15%;
    right: unset;
}

.header3 .back_gray {
    background: #fff;
}

.header3 .shopping {
    position: relative;
    overflow: visible;
}

.header3 .shopping__box {
    min-width: 40rem;
    width: 60rem;
    height: 50px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    margin-top: 1.4rem;
    display: none;
}


    .header3 .shopping__box:before {
        content: '';
        border-style: solid;
        border-width: 15px 15px 15px 0;
        border-color: transparent #ccd0d9 transparent transparent;
        position: absolute;
        left: 4rem;
        top: -15px;
        transform: rotate(90deg);
    }

.header3 .inner_shop_box {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0px 0px 1px 1px rgb(136 146 165);
    border-radius: 10px;
}

.header3 .shopping__box--header {
    display: flex;
    justify-content: space-around;
    background-color: #ccd0d9;
    color: #1a2749;
    padding: 1.5rem 10px 1.5rem 0;
}

    .header3 .shopping__box--header h3 {
        font-size: 1.2rem;
        flex: 1 1 auto;
        text-align: center;
    }

        .header3 .shopping__box--header h3:last-child {
            width: 33.5px;
            flex: 0 0 33.5px;
        }

.header3 .shopping__box--info {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    max-height: 300px;
    min-height: 50px;
    overflow: auto;
    position: relative;
}

    .header3 .shopping__box--info p {
        color: #3d3d3d;
        font-size: 1.1rem;
        flex: 1 1 auto;
        text-align: center;
        direction: ltr;
    }

.header3 .shopping__box--table {
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}

    .header3 .shopping__box--table.flxr {
        flex-direction: row;
        align-items: baseline;
    }

    .header3 .shopping__box--table table {
        width: 100%;
        background-color: #fff;
        border-collapse: collapse;
    }

    .header3 .shopping__box--table td:not(:first-child) {
        border-right: 2px solid #fff;
    }

    .header3 .shopping__box--table tr:not(:last-of-type) {
        border-bottom: 1px solid #fff;
    }

    .header3 .shopping__box--table table tr {
        background-color: lightgray;
    }

        .header3 .shopping__box--table table tr td {
            padding: 1.2rem 0;
            font-size: 1.1rem;
            width: 50%;
            text-align: center;
        }

        .header3 .shopping__box--table table tr.disall {
            background: #50835e;
            color: #a5ff62;
        }

.header3 .shopping__box--footer {
    background-color: #0ea860;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: -2px;
     z-index: 1;
     position: relative;
 */
}

    .header3 .shopping__box--footer a {
        text-decoration: none;
        color: #fff;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        padding: 1.5rem 0;
        font-size: 1.5rem;
    }
/*shoppingcart style*/
.header3 .countCart {
    position: absolute;
    left: -8px;
    top: -10px;
    z-index: 1;
    font-family: PayavaSansWeb;
    font-size: 1.5rem;
    color: #FFFFFF;
    padding: 0px 10px;
    background-color: #0ea860;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 50%;
}

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

.header3 .cInfo {
    display: none;
    right: 30%;
    top: 0;
    height: 100%;
    width: 20%;
    position: absolute;
    vertical-align: middle;
    color: maroon;
    direction: ltr;
}



.header3 .scListItemRemove {
    position: relative;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 2em;
    filter: alpha(opacity=25);
    opacity: .25;
    -moz-opacity: .25;
    color: #e80000;
    background-repeat: no-repeat;
}

    .header3 .scListItemRemove:hover {
        filter: alpha(opacity=100);
        opacity: 1;
        -moz-opacity: 1;
    }

.header3 .scListItemLabel {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

    .header3 .scListItemLabel img {
        width: 50px;
    }

.header3 .cDiscount {
    color: darkred;
}

.header3 .insidebtnchg {
    padding: 0.5em;
    font-size: 1.0em;
    flex: 1 1 auto;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    color: #000;
}

.header3 .scListItemLabel div {
    flex: 1 1 150px;
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

    .header3 .scListItemLabel div.cName, .shopping__box--header h3.tdName {
        flex: 1 1 300px;
    }

    .header3 .scListItemLabel div.center {
        justify-content: center;
        font-size: 1.5rem;
    }

.header3 .tdName, .header3 .cName {
    min-width: 150px;
    max-width: 226px;
}

.header3 .icon__link:before {
    font-size: 2.5rem;
}

.header3 .setting {
    position: relative;
    overflow: visible;
}

.header3 .setting__box {
    width: 35rem;
    height: 50px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    margin-top: 1.4rem;
    display: none;
}


    .header3 .setting__box:before {
        content: '';
        border-style: solid;
        border-width: 15px 15px 15px 0;
        border-color: transparent #ffffff transparent transparent;
        position: absolute;
        left: 2rem;
        top: -16px;
        transform: rotate( 90deg );
    }

.header3 .inner_box {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: 0px 0px 3px 1px #0000001a;
    border-radius: 10px;
}


.header3 .inner_holder {
    padding: 5px 10px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}



.header3 .name {
    margin-left: 1.5rem;
}

.header3 .person__info {
    display: flex;
    justify-content: space-between;
    margin: 0 10px;
}

    .header3 .person__info a {
        border: 1px solid #f9007b;
        color: #f9007b;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        padding: 0.5rem 0;
        font-size: 1.5rem;
        font-weight: 400;
        flex: 0 0 30%;
        background: #b4e5ff;
    }

        .header3 .person__info a:hover {
            border: 1px solid #008fdc;
        }

.header3 .exit {
    display: flex;
    justify-content: center;
    margin: 10px 1px;
    font-size: 1.5rem;
}

    .header3 .exit a {
        font-family: PayavaSansWeb;
        text-align: center;
        border-radius: 10px;
        color: #fff;
        background: #f9007b;
        padding: 5px 15px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        gap: 10px;
    }

.header3 .fixed2 .holderheader {
    min-height: 45px;
}
    .header3 .fixed2 .holderheader .boxheader .header__content-logo {
        margin-bottom: 0;
    }
    /* Nav Bar */
.header3 .header__nav {
    background: white;
    transition: all .2s ease-in-out;
    overflow: hidden;
}
.header3 .btn-navbar {
    color: #fff !important;
    text-align: center;
    height: 100%;
    justify-content: center;
    text-shadow: 0px 1px 4px #c8c9c8;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    cursor: pointer;
    width: 250px;
}
.header3 .header__nav-inner {
    height: 3.5rem;
    margin-bottom: 15px;
}

.header3 .header__nav-list {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    background: linear-gradient(90deg, #f9007b 0%, #ffffff 50%, #0090db 100%);
    padding: 0 7.7vw;
}

.header3 .header__content-inner1__nav-list {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: end;
}

.header3 .header__content-inner1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 7vw;
    padding-left: 7vw;
    margin-bottom: 35px;
}

    .header3 .header__content-inner1:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
.header3 .header__nav-item--link.headerbtn {
    background: #fa0079;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgb(249 0 122) 3%, rgba(0, 209, 194, 1) 25%, rgba(255, 152, 14, 1) 70%, rgb(0 145 219) 100%);
    width: auto;
    padding: 5px;
    gap: 5px;
    border-radius: 10px;
}
/* New */
.header3 .li__container:not(:last-of-type) {
    margin-right: 28.5rem;
}

.header3 .li__container_end {
    margin-left: 10rem;
}

.header3 .li__container > ul {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}

.header3 .header__content-inner1__nav-list .li__container > ul {
    justify-content: space-between;
}

.header3 .li__container {
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex: 0 0 100%;
}

    .header3 .li__container > ul > li {
        position: relative;
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

.header3 .header__nav-item--link {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    font-size: 1.4rem;
    color: #f90079;
}

    .header3 .header__nav-item--link > i {
        font-style: normal;
        font-size: 2rem;
        font-weight: 500;
        color: #fff;
    }

.header3 h1.header__nav-item--link {
    text-align: center;
    height: 100%;
    justify-content: center;
    color: #f7ffe9;
    text-shadow: 2px 2px 4px #c8c9c8;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.7px;
    cursor: pointer;
}

.header3 .li__container > ul li.scCartListItem {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0 10px 0 0;
    align-items: center;
}
.header3 .backcolor_0 {
    background: #008fdc;
}
.header3 .backcolor_1 {
    background: #ff950e;
}
.header3 .backcolor_2 {
    background: #00d1c2;
}
.header3 .backcolor_3 {
    background: #fa0079;
}
.header3 .boxheader {
    display: flex;
    align-items: center;
    justify-content: end;
    flex: 1 1 100%;
    max-width: 795px;
    gap: 10px;
}

    .header3 .boxheader.lheader {
        flex: 1 1 100%;
        background: linear-gradient(141deg, #f9007b 0%, #f9007b00 100%);
        position: relative;
        padding-left: 10px;
    }
        .header3 .boxheader.lheader::before {
            content: '';
            opacity: 0.1;
            background-repeat: no-repeat;
            background-position: bottom left;
            background-blend-mode: luminosity;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
        }
    .header3 .boxheader.cheader {
        flex: 0 0 auto;
    }
.header3 .cheader .header__content-search {
    flex: 1 1 auto;
}

.header3 .boxheader.rheader {
    flex: 1 1 100%;
    justify-content: start;
    position: relative;
    background: linear-gradient(141deg, rgba(0, 144, 219, 0) 0%, rgba(0, 144, 219, 1) 100%);
    padding-right: 12.5px;
}
    .header3 .boxheader.rheader::before {
        content: '';
        opacity: 0.1;
        background-repeat: no-repeat;
        background-position: bottom right;
        background-blend-mode: luminosity;
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
    }
.header3 .header__content-logo {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: -21px;
}

.header3 .header__content-inner-line {
    height: 26px;
}

.header3 .header__content-inner2 {
    display: flex;
    height: auto;
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(0 209 194) 50%, rgb(0 143 220) 100%);*/
    transition: all .2s ease-in-out;
    border-right: unset;
    border-left: unset;
}

.header3 .header__content-menu1 {
    position: relative;
    display: flex;
    height: auto;
    align-items: center;
    flex: 1 1 auto;
    font-family: PayavaSansWeb;
    justify-content: center;
    margin: 0 7vw;
}


    .header3 .header__content-menu1 > li:first-child > ul {
        display: flex;
        gap: 15px;
    }

.header3 .general {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: start;
    height: 100%;
}

    .header3 .general:after {
        content: '';
        width: 0;
        height: 2px;
        margin-top: 1px;
        transition: all .3s ease-in-out;
    }

    /*.header__content-menu1 > li:not(.first__element):hover:after{*/
    .header3 .general:hover:after {
        content: '';
        height: 2px;
        transform-origin: center;
        position: relative;
        background-color: #e8f550;
    }

.header3 .first__element {
    /*flex: 0 0 15rem;*/
    /* position: relative;*/
    width: 152px;
}

    .header3 .first__element > a {
        align-items: center;
        /* margin: 0.5rem 0 0.5rem 0.5rem;*/
        padding: 5px;
        font-size: 1.5rem;
        font-weight: 400;
        color: #ffffff;
        width: 100%;
        justify-content: center;
        text-align: center;
        display: flex;
        gap: 10px;
        /* background: #adb2bd6e;*/
        border-radius: 10px;
        white-space: nowrap;
    }

        .header3 .first__element > a.sp_bck {
            background: #008edd;
            color: #fff;
        }

    .header3 .first__element:hover > a {
        font-weight: 500;
        /* margin-bottom: 0; */
        /*background: #008edd;*/
        color: #fff;
        position: relative;
        transition: all 0.1s ease-out;
    }
        .header3 .first__element:hover > a:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            bottom: -6px;
            border-bottom: 6px solid #008edd;
        }
    .header3 .first__element > a.sp_bck:hover {
        background: #d5281d;
    }
    .header3 .first__element.sub:hover > a {
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .header3 .first__element a:before {
        font-size: 20px;
        width: auto;
    }

.header3 .sp_bck {
    background: #ff7373;
}

.header3 .grouping__pro--hide, .spam__hide {
    display: none;
}

.header3 .hide:hover .grouping__pro--hide {
    display: inline-block;
    z-index: 10;
}


.header3 .submenu__container {
    width: auto;
    max-width: 1024px;
    position: absolute;
    display: flex;
    top: 102%;
    z-index: 10;
    padding: 5px;
    background: #fff;
    overflow: hidden;
    transition: height 1s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 10px;
    border: 2px solid #008edd;
}

    .header3 .submenu__container.hide {
        display: none;
    }

.header3 .first__element:first-child .submenu__container {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
}

.header3 .first__element:hover .submenu__container.hide {
    display: flex;
}

.header3 .submenu__container:before {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background: #fff url(img/Pattern.5ea74bab5bab76ea8de5.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-blend-mode: darken;
}

.header3 .grouping__pro {
    position: unset;
    direction: rtl;
    width: auto;
    max-height: 600px;
    min-height: 400px;
    overflow: visible;
}

.header3 .first__element:hover .grouping__pro.grouping__pro--hide {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: start;
    min-width: 800px;
    flex-wrap: wrap;
    margin: 0;
}

.header3 .grouping__pro i {
    color: aliceblue;
}

.header3 .grouping__pro li:not(:last-child) {
}

.header3 .grouping__pro > li {
    display: flex;
    transition: background-color .2s ease-in-out;
    direction: rtl;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    flex-direction: column;
    height: auto;
    max-height: calc(100% - 20px);
    margin: 5px;
}

    .header3 .grouping__pro > li > ul {
        height: 100%;
        overflow: hidden;
        position: relative;
        font-size: 1.3rem;
        background: inherit;
    }

        .header3 .grouping__pro > li > ul > li {
            display: list-item;
            padding: 5px;
        }
    .header3 .grouping__pro > li > span {
        font-size: 1.4rem;
        font-weight: 500;
        padding: 8px 5px;
        flex: 1 1 auto;
        text-align: center;
        color: black;
        direction: rtl;
        min-width: 145px;
        background: #f7f7f7;
        border-bottom: 2px solid #279fe575;
    }

    .header3 .grouping__pro > li > a {
        font-size: 1.5rem;
        font-weight: 500;
        padding: 5px 10px;
        flex: 1 1 auto;
        text-align: right;
        color: #0d85c4;
        direction: rtl;
        min-width: 190px;
        justify-content: start;
        display: flex;
        align-items: center;
        background: linear-gradient(175deg, rgba(0, 144, 219, 0) 0%, rgb(95 185 232) 100%);
        border-radius: 10px;
    }

    .header3 .grouping__pro > li.has-sub > a {
        border-bottom: 2px solid #fb70b5;
    }

    .header3 .grouping__pro > li > ul > li > a {
        transition: all 0.2s ease-out;
        color: #f9057d;
        font-size: 1.4rem;
    }

    .header3 .grouping__pro > li:hover > ul > li:hover > a {
        padding-right: 5px;
        position: relative;
        font-weight: 600;
        color: #f9057d;
    }

    .header3 .grouping__pro > li > ul > li:hover > a::before {
        content: '';
        border-top: 2px solid #008edd;
        border-left: 2px solid #008edd;
        transform: rotate(-45deg);
        height: 10px;
        width: 10px;
        position: absolute;
        right: -12px;
        top: 6px;
        color: #008edd;
    }

    .header3 .grouping__pro > li.active_item {
        background-color: #485355;
        border-radius: 10px;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
    }

        .header3 .grouping__pro > li.active_item > a {
            color: #fff;
        }

.header3 .submenu > ul {
    display: none;
}

.header3 .grouping__pro > li.submenu.active_item > ul {
    display: flex;
    position: absolute;
    flex-direction: column;
    right: 26rem;
    top: 5px;
    height: calc(100% - 10px);
    direction: rtl;
    width: calc(100% - 26rem - 10px);
    z-index: 10;
    background-color: #485355;
    padding: 5px 5px;
    flex-wrap: wrap;
    align-content: flex-start;
    border-radius: 5px;
}

.header3 .submenu > ul > li {
    padding: 0;
    margin: 0;
    width: var(--weightmenutag);
}

    .header3 .submenu > ul > li > a {
        padding: 10px 15px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        color: #fff;
    }

        .header3 .submenu > ul > li > a > span.title {
            font-size: 1.5rem;
            font-weight: 500;
            width: 100%;
            text-align: right;
        }

    .header3 .submenu > ul > li > ul {
        display: flex;
        flex-wrap: wrap;
        flex-flow: wrap;
        flex-direction: column;
        height: calc(100% - 10px);
        width: calc(100% - var(--weightmenutag) - 10px);
        align-items: baseline;
        align-content: baseline;
        position: absolute;
        justify-content: start;
        top: 10px;
        right: var(--weightmenutag);
        background: #fff;
        z-index: 0;
        padding: 5px 5px 0 0;
        margin-right: 5px;
        margin-left: 5px;
        margin-top: -5px;
        margin-bottom: 5px;
        border-radius: 5px;
    }

    .header3 .submenu > ul > li > ul {
        display: none;
    }

    .header3 .submenu > ul > li.active_item > a {
        background: #ffffff;
        color: #485355;
        border-radius: 10px;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
    }

    .header3 .submenu > ul > li.active_item > ul {
        z-index: 1;
        display: flex;
        background: #fff;
    }

    .header3 .submenu > ul > li.active_item:first-child > ul {
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
    }

    .header3 .submenu > ul > li > ul > li {
        cursor: pointer;
        font-size: 2rem;
        width: 15vw;
    }

.header3 .submenu ul ul ul {
    padding: 2px 0;
}

.header3 .submenu > ul > li > ul > li:hover {
    color: salmon;
}

.header3 .submenu > ul > li {
    transition: background-color .2s ease-in-out;
}

.header3 .header__content-item {
    margin-left: 5rem;
    flex: 0 0 auto;
}

    .header3 .header__content-item a {
        padding: 0.5rem 0;
        font-size: 1.4rem;
    }

.header3 .fixed2 .header__content-logo {
    height: auto;
}

.header3 .header__content-logo img {
    z-index: 2;
    transition: height 0.5s ease-out;
    max-height: 90px;
}

    .header3 .header__content-logo img.logoen {
        display: none;
        position: absolute;
    }

.header3 .userdata {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
}

    .header3 .userdata .person__name {
        margin: 0;
    }

.header3 .fixed2 .header__content-logo img:first-child {
    height: 43px;
}

.header3 .header__content-search {
    flex: 1 1 auto;
    flex: 0 0 40%;
    position: relative;
}

.header3 .search__input {
    width: 100%;
    color: inherit;
    padding: 0.7rem 1.5rem;
    padding-right: 3rem;
    background: #fff;
    font-size: 1.6rem;
    letter-spacing: 1px;
    border: none;
    height: 35px;
}
    .header3 .search__input::placeholder {
        color: #0090db;
    }
    .header3 .search__input:focus {
        outline: none;
    }

.header3 .boxh_ch {
    display: flex;
    flex-direction: column;
    width: 50%;
    position: relative;
}

.header3 .wrapper_track ul li {
    display: none;
}

    .header3 .wrapper_track ul li.animate__fadeInUp {
        display: flex !important;
    }

.header3 .wrapper_track {
    background: #ffffff;
    /* background: linear-gradient(-90deg, #172446 0, #172446 35%, #fdff88 100%); */
    position: relative;
    overflow: hidden;
    top: 0;
    height: 35px;
    display: none;
    align-items: center;
    width: 50%;
    padding: 0.7rem 0;
    padding-right: 5px;
}


    .header3 .wrapper_track a {
        font-size: 1.3rem;
        color: #fa0079;
        font-weight: 500;
    }

    .header3 .wrapper_track span {
        background: #f9067e;
        border-color: #fc76b8;
        box-shadow: 0 0 0 0 #fc96c9;
        width: 15px;
        height: 15px;
        padding: 0;
        margin: 10px;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.header3 .search__button {
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}


    .header3 .search__button:hover:after {
        border-color: #20a9e1;
        transform: rotate(60deg);
        left: 30px;
    }

.header3 .search__grouping-list {
    height: 100%;
}

.header3 .search__grouping a {
    padding: 0 1rem;
}

.header3 .search__grouping-item {
    height: 100%;
    max-width: 200px;
}

    .header3 .search__grouping-item > ul {
        position: absolute;
        width: max-content;
        right: -10px;
        background-color: #efefef;
        z-index: 20;
    }

    .header3 .search__grouping-item:hover > ul {
        display: flex;
        flex-direction: column;
    }

    .header3 .search__grouping-item > ul > li {
        padding: 1rem 2rem;
        text-align: center;
        transition: all .2s ease-in-out;
        cursor: pointer;
    }



        .header3 .search__grouping-item > ul > li:hover {
            background-color: #e92426;
            color: #fff;
        }

    .header3 .search__grouping-item a {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .header3 .search__grouping-item i {
        display: flex;
        align-items: center;
        padding: 0 .8rem;
        color: rgb(153, 153, 153);
    }

    .header3 .search__grouping-item ul {
        display: none;
    }

.header3 .search__button i {
    height: 35px;
    width: 45px;
    color: #0090db;
    background: #fff;
    padding: 0;
    font-size: 2.5rem;
    transition: all 0.3sease-out;
    transform: scaleX(-1);
}
/*pulse*/
.header3 .containerpuls_gift {
    margin: 0;
    padding: 0;
    z-index: 5;
    top: 7px;
    /* width: 150px; */
    position: relative;
    left: 13.5vw;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.header3 .containerpuls_birth {
    margin: 0;
    padding: 0;
    z-index: 5;
    top: 84px;
    width: 150px;
    position: absolute;
    left: Calc(42% - 100px);
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.header3 .containerpuls {
    margin: 0;
    padding: 0;
    position: relative;
    display: none;
}

.header3 .pulse-button {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    padding: 0 20px;
    height: 30px;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: PayavaSansWeb;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    letter-spacing: -1px;
    color: #325a10;
    border: none;
    border-radius: 20px;
    background: #ffffff;
    border: 2px solid #ffffff;
    cursor: pointer;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-animation: pulseshadow 2s infinite;
}

    .header3 .pulse-button:hover {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
    }

.header3 .person__name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 10px;
    color: #ffffff;
    background: #008fdc;
    padding: 0.2rem 0.5vw;
    border-radius: 10px;
    border: 2px solid #008fdc;
}

    .header3 .person__name p {
        font-size: 1.4rem;
        font-weight: 500;
    }

@media only screen and (max-width: 1285px) {
    .header3 .grouping__pro > li {
        margin: 5px;
    }

    .header3 .first__element:hover .grouping__pro.grouping__pro--hide {
        padding: 0;
    }

    .header3 .grouping__pro > li > span {
        min-width: 100px;
    }

    .header3 .fixed2 .header__content-item {
        display: none;
    }

    .header3 .li__container > ul {
        justify-content: space-between;
        margin: 0;
        margin-left: 0;
    }

        .header3 .li__container > ul > li.general {
            margin: 0;
            border: none;
            padding: 0;
            min-width: auto;
        }

    .header3 .li__margin {
        margin-right: 1rem;
    }

    .fixed2 .li__container > ul > li.general {
        display: none;
    }
}
.header3 .lookup {
    direction: ltr;
    width: 100%;
    padding: 10px;
    overflow: auto;
    max-height: 450px;
    z-index: 1;
    position: absolute;
    background: #fff;
    border: 1px solid #bbcaa0;
    -moz-box-shadow: -1px 4px 10px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: -1px 4px 10px 0 rgba(0,0,0,.2);
    box-shadow: -1px 4px 10px 0 rgba(0,0,0,.2);
    right: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .header3 .lookup .items .item {
        display: block;
        overflow: hidden;
        text-align: right;
        font-size: 1.5rem;
        font-family: PayavaSansWeb;
    }

        .header3 .lookup .items .item a {
            display: table;
            width: 100%;
        }

        .header3 .lookup .items .item div {
            width: 100%;
            padding: 0 7px;
            display: table-cell;
            vertical-align: middle;
            font-size: 1.5rem;
            direction: rtl;
        }

        .header3 .lookup .items .item img {
            float: right;
            width: 55px;
            margin-right: 3px;
        }

    .header3 .lookup .items .sep {
        margin: 10px auto;
        border-bottom: 1px solid #bcbcbc;
        width: 80%;
    }
.middle__pro2 .middle__pro2-inner {
    display: flex;
    flex-wrap: wrap;
    height: auto;
}
.middle__pro2 .pro1__left {
    flex: 0 0 100%;
    overflow: hidden;
}
.middle__pro2 .container__pro1-inner {
    background: #fff;
    font-family: PayavaSansWeb;
    display: flex;
    flex-direction: row-reverse;
}
.middle__pro2 .slider__header {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(122, 133, 155, 1) 50%, rgba(19, 32, 67, 1) 100%);
    border-radius: 10px;
}
.middle__pro2 .slider__header-pro1 {
    justify-content: space-between;
}
.middle__pro2 .slide__header-inner-right {
    display: flex;
}
.middle__pro2 .slider__header span {
    background: #dfdfe7;
    font-weight: 500;
    padding: 5px;
    min-width: 150px;
    border-radius: 10px;
    text-align: center;
    font-size: medium;
}
.middle__pro2 .slide__header-inner-left span {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
    background: #2b3757;
    border-radius: 10px;
    min-width: 150px;
    text-align: center;
    justify-content: center;
}
.middle__pro2 .slide__header-inner-left a {
    font-family: PayavaSansWeb;
    font-size: 1.4rem;
    text-align: center;
    color: #dfdfe7;
    font-weight: 500;
}
.middle__pro2 .swiper__general {
    width: 100%;
    height: 100%;
    background: #fff;
    flex: 1 1 auto;
    width: auto !important;
}
.middle__pro2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}
.middle__pro2 .swiper-wrapper {
    flex: 1 1 auto;
    width: auto !important;
}
.middle__pro2 .swiper-slide div img {
    height: 150px;
    margin: 5px 0;
}
.middle__pro2 .pro__text {
    font-size: 1.4rem;
    height: 50px;
}
.middle__pro2 .pro__price {
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-bottom: 0.5rem;
    justify-content: center;
    align-items: center;
}
.middle__pro2 .p-takhfif {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.middle__pro2 .old--price {
    text-decoration: line-through;
    float: right;
    color: #777474;
}
.middle__pro2 .pishnahad--percent {
    background-color: #f23636;
    color: #fff;
    float: right;
    position: relative;
    font-size: .9em;
    font-weight: 500;
    -webkit-border-radius: 50%;
    -moz-border-radius: 20px;
    border-radius: 50%;
    width: 32px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}
.middle__pro2 .r-opcy {
    background: #88888878;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3px;
    top: 43%;
    z-index: 3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.middle__pro2 .l-opcy {
    background: #88888878;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 3px;
    top: 43%;
    z-index: 3;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

    .middle__pro2 .l-opcy.m, .middle__pro2 .r-opcy.m {
          background: #feeaf3;
        display: flex;
        justify-content: center;
        min-width: 30px;
        min-height: 30px;
    }

    .middle__pro2 .l-opcy .swiper-button-next, .middle__pro2 .r-opcy .swiper-button-prev {
        position: relative;
        left: unset;
        right: unset;
        width: auto;
        top: unset;
        margin: auto;
    }
.middle__pro2 .imagepromotion {
    flex: 1 1 auto;
    display: block;
    position: relative;
    height: 250px;
}
    .middle__pro2 .imagepromotion > img {
        height: 100%;
    }
.swiperarticles .middle__art-inner {
    display: flex;
    flex-wrap: wrap;
    height: auto;
}

.swiperarticles .art__left {
    flex: 0 0 100%;
    overflow: hidden;
}

.swiperarticles .container__art-inner {
    background: #fff;
    font-family: PayavaSansWeb;
    display: flex;
    flex-direction: row-reverse;
}
.swiperarticles .art__left {
    position: absolute;
    top: 2vw;
    width: calc(100% - 21vw);
    right: 20vw;
    overflow: hidden;
}
.swiperarticles .slider__header {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(122, 133, 155, 1) 50%, rgba(19, 32, 67, 1) 100%);
    border-radius: 10px;
}

.swiperarticles .slider__header-art {
    justify-content: space-between;
}

.swiperarticles .slide__header-inner-right {
    display: flex;
}
.swiperarticles .middle__art-inner {
    position: relative;
}
.swiperarticles .middle__art-inner > img {
    width: 100%;
}
.swiperarticles .slider__header span {
    background: #dfdfe7;
    font-weight: 500;
    padding: 5px;
    min-width: 150px;
    border-radius: 10px;
    text-align: center;
    font-size: medium;
}

.swiperarticles .slide__header-inner-left span {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
    background: #2b3757;
    border-radius: 10px;
    min-width: 150px;
    text-align: center;
    justify-content: center;
}

.swiperarticles .slide__header-inner-left a {
    font-family: PayavaSansWeb;
    font-size: 1.4rem;
    text-align: center;
    color: #dfdfe7;
    font-weight: 500;
}

.swiperarticles .swiper__general {
    width: 100%;
    height: 100%;
    background: #fff;
    flex: 1 1 auto;
    width: auto !important;
}

.swiperarticles .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    margin: 0 20px;
}

.swiperarticles .swiper-wrapper {
    flex: 1 1 auto;
    width: auto !important;
}

.swiperarticles .swiper-slide div img {
    height: 150px;
    margin: 5px 0;
    border-radius: 15px;
}
.swiperarticles .swiper-slide div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.swiperarticles .pro__text {
    font-size: 1.4rem;
    height: 50px;
    width:70%;
}

.swiperarticles .pro__price {
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-bottom: 0.5rem;
    justify-content: center;
    align-items: center;
}

.swiperarticles .p-takhfif {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swiperarticles .old--price {
    text-decoration: line-through;
    float: right;
    color: #777474;
}

.swiperarticles .pishnahad--percent {
    background-color: #f23636;
    color: #fff;
    float: right;
    position: relative;
    font-size: .9em;
    font-weight: 500;
    -webkit-border-radius: 50%;
    -moz-border-radius: 20px;
    border-radius: 50%;
    width: 32px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.swiperarticles .r-opcy {
    background: #88888878;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3px;
    top: 43%;
    z-index: 3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.swiperarticles .l-opcy {
    background: #88888878;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 3px;
    top: 43%;
    z-index: 3;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

    .swiperarticles .l-opcy.m, .swiperarticles .r-opcy.m {
        background: #feeaf3;
        display: flex;
        justify-content: center;
        min-width: 30px;
        min-height: 30px;
    }

    .swiperarticles .l-opcy .swiper-button-next, .swiperarticles .r-opcy .swiper-button-prev {
        position: relative;
        left: unset;
        right: unset;
        width: auto;
        top: unset;
        margin: auto;
    }

.swiperarticles .imagepromotion {
    flex: 1 1 auto;
    display: block;
    position: relative;
    height: 250px;
}

    .swiperarticles .imagepromotion > img {
        height: 100%;
    }

.search1 .pro1__right {
    flex: 0 0 100%;
    margin-left: 1rem;
    overflow: hidden;
}
.search1 .container__special-inner {
    background: #fff;
    font-family: PayavaSansWeb;
}
.search1 .slider__header {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    background: linear-gradient(90deg, rgb(250 0 121) 0%, rgb(255 255 255) 50%, rgb(0 143 220) 100%);
    border-radius: 10px;
}
.search1 .slider__header-special {
    justify-content: space-between;
}
.search1 .slide__header-inner-right {
    display: flex;
}
.search1 .slider__header i {
    margin-left: 15px;
    font-size: 2.5rem;
    display: flex;
    color: #ff970e;
}
.search1 .slider__header h2 {
    background: #dfdfe7;
    font-weight: 500;
    padding: 5px;
    min-width: 150px;
    border-radius: 10px;
    text-align: center;
}
.search1 .swiper__general {
    width: 100%;
    height: 100%;
    background: #fff;
}
.search1 .socialCircle-item {
    overflow: hidden;
    width: 35px;
    height: 35px;
    position: absolute;
    background: #fff;
    margin: 50%;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
}

    .search1 .socialCircle-item img {
        width: 100%;
        height: 100%;
    }

.search1 .socialCircle-container {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 5px;
    top: 5px;
    z-index: 5;
}

.search1 .HasVideo {
    display: flex;
    flex-direction: row-reverse;
    margin: 5px;
}

.search1 .h_iframe-aparat_embed_frame {
    position: relative;
}

.search1 .h_iframe-aparat_embed_frame {
    width: 600px;
    margin: auto;
}

.search1 .socialCircle-center {
    width: 35px;
    height: 35px;
    background: #fff;
    margin: 50%;
    position: absolute;
    text-align: center;
    color: #5d5d64;
    font-size: 55px;
    cursor: pointer;
    top: 0;
    left: 0;
}

.search1 .catbox_container_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.search1 .catbox_container {
    background: #fff;
    font-family: PayavaSansWeb;
    font-size: 20px;
    padding: 20px;
}

.search1 .catbox_container_item {
    margin: 10px;
    padding: 10px;
    flex: 0 0 12%;
    max-width: 151px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 2px solid #008fdc;
    justify-content: space-evenly;
    min-height: 74px;
}

    .search1 .catbox_container_item img {
        width: 100%;
    }

.search1 .ishidden {
    display: none;
}

.search1 .catbox_container_item_title {
    font-size: 1.5rem;
}

.search1 .cat-box {
    margin-top: 10px;
}

.search1 .js-show-more-categories .catbox_container_item_title {
    font-size: 1.2rem;
}

#refreshDiv.search1 {
    width: calc(100% - 7vw);
    margin: auto;
    display: flex;
    flex-direction: column;
}

.search1 #model-holder {
    width: 200px;
    clear: both;
    margin-bottom: 60px;
    display: block;
    padding: 0;
}

    .search1 #model-holder.model-child {
        margin: auto;
        position: relative;
    }

    .search1 #model-holder header.theader {
        padding: 0.2% 0.5%;
        width: 100%;
        display: flex;
        color: #fff;
        background: none;
        min-height: auto;
        font-size: 1rem;
        border: 0;
        justify-content: center;
        background: #c33083;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .search1 #model-holder .nice-select {
        border-radius: unset;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border: solid 1px #1a171a;
    }

.search1 .mainmodels.hidden {
    display: none;
}

.search1 .owl-carousel .owl-item {
    min-height: 330.8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search1 .owl-item a.item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
    flex: 1 0 auto;
}

.search1 .hashtags {
    width: 100%;
    float: right;
    margin-top: 50px;
    background: #e2e2e2;
}

.search1 #contentpage {
    width: 100%;
}

.search1 .descorig {
    background: #ffffff;
    font-size: 1.5rem;
    direction: rtl;
    text-align: justify;
    padding: 20px 40px;
    color: #767790;
    line-height: 2;
}

.search1 .descorig .readmore {
        display: block;
        background: #eff3e9;
        border-radius: 20px;
        text-align: center;
        font-size: 1.7rem;
        padding: 5px 0;
    }

.search1 .descorig img {
        display: block;
        margin: 0 auto;
    }

.search1 .descorig table img {
        width: 400px
    }

.search1 .descorig a {
        color: #008eb2;
        font-weight: 500;
    }

.search1 .descorig table {
        direction: ltr;
        margin: 0 auto;
        border-collapse: collapse;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

.search1 .descorig tr {
        text-align: center;
    }

.search1 .descorig table td {
        padding: 0 10px;
        border: 1px solid #ccc;
    }

.search1 .descorig table th {
        padding: 0 10px;
    }

.search1 .descorig table thead {
        background: #325a10;
        color: #e7f5cf;
        font-size: 1.6rem;
        border: 1px solid #325a10;
    }

.search1 .descorig table {
        border: 1px solid #e5e5e5;
        border-collapse: collapse;
        text-align: center;
    }

.search1 .descorig table td tr {
        border: 1px solid #e5e5e5;
    }

.search1 .descorig table td {
        border: 1px solid #e5e5e5;
    }

.search1 tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.search1 tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.search1 tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.search1 tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.search1 .descorig ul {
    list-style-type: disc;
}

.search1 .outerlstProduct {
    width: 100%;
    position: relative;
    overflow: visible;
    float: none;
    padding: 0;
    min-width: 1009px;
    margin-right: auto;
    margin-left: auto;
}

.search1 .innerlstProduct {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
    justify-content: space-between;
}

.search1 .horiz_list {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    border: 1px solid #e4e4e4;
    line-height: 22px;
    position: relative
}

.search1 .listingitems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-bottom: -1px;
    list-style: none;
    padding: 10px;
    width: 100%;
}

.search1 .listingitems a.Product-block {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.333%;
        flex: 1 0 33.333%;
        max-width: 33.333%;
        height: 450px;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        flex-direction: column;
        justify-content: flex-start;
    }

.search1 .horiz_list__header {
    border-bottom: 1px solid #ebe9e9;
    position: relative;
    padding: 0 44px 0 130px;
    z-index: 2
}

.search1 .horiz_list__header:before {
        content: "filter_list";
        right: 13px;
        color: #cecece;
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
    }

    .search1 .horiz_list__header:before,
    .search1 .horiz_list__type {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.search1 .horiz_list__sort {
    background-color: #fff;
    list-style: none;
    line-height: 34px;
    padding: 0;
    margin-top: 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 44px;
    direction: rtl;
    width: 100%;
}

.search1 .horiz_list__sort li {
        display: inline-block
    }

.search1 .horiz_list__sort li + li {
        margin-right: 5px
    }

.search1 .horiz_list__sort li a {
        display: block;
        padding: 0 5px;
        position: relative;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 25px;
        vertical-align: middle;
        border-radius: 5px;
        white-space: nowrap;
        cursor: pointer;
    }

.search1 .horiz_list__sort li a:hover {
        background-color: #ece9e9
    }

.search1 .horiz_list__sort li a.is-active {
        background-color: #e53527;
        color: #fff
    }

.search1 .horiz_list__sort:before {
        display: inline-block;
        content: attr(data-label);
        color: #3b3b3b;
        margin-left: 5px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 21px;
        vertical-align: middle;
        white-space: nowrap
    }

.search1 .p_box {
    background-color: #fff;
    position: relative
}

.search1 .p_box:first-child {
        margin-top: 0
    }

.search1 #outerWrapper {
    float: left;
    position: relative;
    height: 100%;
    width: 100%;
}

.search1 #wrappfilter {
    float: left;
    margin-bottom: 0px;
    width: 100%;
}

    .search1 #wrappfilter .p_box {
        background-color: #fff;
        margin: 0 0 10px;
    }

        .search1 #wrappfilter .p_box:last-child {
            margin-bottom: 0;
        }

    .search1 #wrappfilter.fixedFilter {
        position: fixed;
        width: 300px;
        top: auto;
        bottom: 15px;
    }

.search1 .horiz_list-options__title {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.692;
    font-weight: 700;
    padding: 8px 16px 8px 15px;
    color: #535353;
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
    margin-right: 6px;
    margin-left: 6px;
}

.search1 .horiz_list_clear {
    color: #fb3449;
    margin-right: 10px;
    display: inline-block;
    padding-left: 15px;
    position: relative;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2;
    float: left;
    padding-left: 0;
    cursor: pointer;
}

.search1 .largicon {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #898989;
    cursor: pointer;
}

@media screen and (min-width: 1366px) {
    .search1 .listingitems a.Product-block {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 33.3%;
        height: 450px;
    }
}

@media (min-width: 78.32em) {
    .search1 .listingitems a.Product-block {
        max-width: 25%;
    }
}

.search1 .current-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-bottom: -1px;
    list-style: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 100%;
    max-width: 100%;
    height: auto;
}

.search1 .Product-block {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    display: flex;
    flex-direction: column;
}

    .search1 .Product-block span.bspa {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        width: 100%;
        /*border-bottom: 1px solid #808080;*/
        vertical-align: middle;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        text-align: center;
        color: #000;
        direction: rtl;
        font-size: 15px;
        font-size: 1.5rem;
        text-overflow: ellipsis;
        overflow: hidden;
        /*white-space: nowrap;*/
        font-family: PayavaSansWeb;
    }

.search1 .originP.bspa > b.Oprice {
    width: 100%;
}

.search1 .Product-block span.namep {
    font-size: 1.2rem;
    white-space: inherit;
    height: auto;
    padding: 0 0.5em;
    min-height: 42px;
    width: calc(100% - 1em);
    align-items: center;
}

@media (min-width: 87.500em) {
    .search1 .Product-block span.namep {
        font-size: 1.4rem;
    }
}

.search1 .Product-block span.CatProduct {
    text-align: center;
    font-size: 1.5rem;
    font-family: PayavaSansWeb;
    height: 40%;
    white-space: normal;
   
}

.search1 .Product-block span.groupname {
    font-size: 2rem;
    margin-top: 1em;
    align-items: center;
    white-space: normal;
    line-height: initial;
}

.search1 .Product-block span b {
    font-weight: 400;
    color: #005e07;
    text-align: right;
}

.search1 b.tp, .search1 b.p1 {
    color: #157e1d;
    font-size: 2rem;
    text-align: center;
}

.search1 .Product-block span i.note {
    float: right;
    width: 100%;
    display: none;
}

.search1 .finalprice {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    gap: 10px;
}

.search1 .list-block span i.takh {
    width: 100%;
    float: right;
    font-size: 1.2rem !important;
    color: #ff5252 !important;
    text-decoration: line-through !important;
}

.search1 #ItemList {
    display: flex;
    flex-direction: column;
    padding: 0 1em;
}

.search1 .Product-block:hover span {
    /*background: #333;
    color: #ffffff;*/
}

.search1 .Product-block .img_loaded {
    background-image: none;
}

.search1 #dvDesc {
    background: #ffffff;
    font-size: 1.5rem;
    direction: rtl;
    text-align: justify;
    color: #767790;
    line-height: 2;
}

    .search1 #dvDesc table {
        width: 100%;
        max-width: 800px;
    }

        .search1 #dvDesc table td {
            text-align: center;
        }

            .search1 #dvDesc table td p {
                padding: 5px 10px;
                word-break: break-all;
            }

    .search1 #dvDesc ol {
        list-style-type: disc;
    }

    .search1 #dvDesc ul {
        list-style-type: arabic-indic;
    }

    .search1 #dvDesc a {
        color: #008eb2;
        font-weight: 500;
    }

    .search1 #dvDesc h2, .search1 h3, .search1 h4, .search1 h5, .search1 h6 {
        line-height: normal;
    }

.search1 .boxInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    direction: rtl;
    position: relative;
    max-width: 100%;
    font-size: 1.5em;
}

.search1 #dvDesc div:first-child {
    font-size: 15px;
    font-size: 1.6rem;
    float: right;
    width: 100%;
    text-align: justify;
}

.search1 #dvName h1 {
    color: #5d5d5f;
    text-align: center;
    direction: ltr;
    padding: 15px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: auto;
    max-height: 200px;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
}

    .search1 #dvName h1 b {
        float: right;
        overflow: hidden;
        white-space: pre-wrap;
        font-size: 2rem;
    }

    .search1 #dvName h1 i.note {
        font-size: 15px;
        font-size: 1.5rem;
        color: #939393;
        font-style: normal;
    }

.search1 .modelitem {
    padding: 1em;
    float: left;
}

.search1 .itemshow {
    display: flex;
    vertical-align: middle;
    width: 100%;
    height: 55%;
    justify-content: center;
    text-align: center;
    position: relative;
}
.search1 .Product-block .itemshow.image:not(.img_loaded) {
    background-image: var(--loader-url);
    background-repeat: no-repeat;
    background-position: center center;
}
.search1 .fullimage {
    height: 100%;
}

.search1 .itemhide {
    display: none;
}

.search1 .extraNames {
    display: none;
    position: absolute;
    background-color: #00b1ff;
    width: 100%;
}

    .search1 .extraNames span {
        direction: rtl;
        text-align: center;
    }

.search1 .serial {
    color: #e30613;
    text-overflow: ellipsis;
    overflow: hidden;
    display: none;
}

.search1 li i.deactive {
    width: auto;
    opacity: 0;
    font-size: 1.0em;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.search1 li i.icon-checkmark {
    color: #7cb544;
    content: "\e074";
    width: 1.5em;
    margin: 0;
    padding: 0em;
    font-size: 1.0em;
    opacity: 1;
    right: 0;
}

.search1 li.activemodel i.icon {
    color: #7cb544;
    content: "\e074";
    width: 1.5em;
    margin: 0;
    top: 0;
    padding-left: 0.1em;
    font-size: 2em;
    opacity: 1;
}

.search1 li.activeprice i.icon {
    color: #7cb544;
    content: "\e074";
    width: 1.5em;
    margin: 0;
    padding: 0em;
    font-size: 1.0em;
    opacity: 1;
    top: auto;
    right: 0;
}

.search1 li.price {
    cursor: pointer;
    clear: right;
    opacity: 0.5;
    border: 1px solid #9a9a9a;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

    .search1 li.price.tpost {
        height: auto;
        font-family: PayavaSansWeb;
        font-size: 2rem;
        border: 0;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        row-gap: 25px;
        padding: 0 15px;
    }

.search1 li.activepost {
    opacity: 1;
    border: 0;
    background: inherit;
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.search1 li.price .products-price-bons {
    padding: 0;
    display: inline-block;
    margin-right: 25px;
    color: #6d707d;
    font: 11px/14px PayavaSansWeb;
    position: relative;
    top: 0px;
    float: right;
    clear: right;
}

.search1 li.price .products-price-bons {
    top: 0px;
}

    .search1 li.price .products-price-bons span {
        color: #6d707d;
        border: none;
        width: 50px;
    }

        .search1 li.price .products-price-bons span:first-child {
            display: block;
            font-size: 16px;
            padding: 0;
            width: auto;
            color: #6d707d;
        }

            .search1 li.price .products-price-bons span:first-child span {
                position: relative;
                top: 2px;
                padding: 0;
                width: auto;
                color: #6d707d;
            }

        .search1 li.price .products-price-bons span i {
            float: right;
            display: block;
            margin-left: 5px;
            font-size: 1.7rem;
            position: relative;
            color: #6d707d;
        }



.search1 #products-price-status .products-price-coupon span i {
    float: right;
    display: block;
    margin-left: 5px;
}

.search1 .noresult {
    text-align: center;
    padding: 2px;
    position: relative;
    margin: 20px 5% 0 5%;
    width: 90%;
    direction: rtl;
}

.search1 .pishnahad {
    position: absolute;
    width: 100px;
    height: 30px;
    top: 36px;
    right: -2px;
    background: transparent var(--TagImgOffer-url) no-repeat center center;
    background-size: contain;
    z-index: 2;
}

.search1 .newprod {
    position: absolute;
    width: 100px;
    height: 30px;
    top: 0;
    right: 0px;
    background: transparent var(--TagImgNew-url) no-repeat center center;
    background-size: contain;
    z-index: 2;
}

.search1 .comsoon {
    position: relative;
    width: 100%;
    padding: 5px;
    color: #fff;
    float: right;
    background: #e53527;
    z-index: 2;
    font-family: PayavaSansWeb;
    text-align: center;
  
}

.search1 .notivt {
    width: 90%;
    padding: 4px;
    float: right;
    color: #fff;
    background: #87888a;
    background-size: contain;
    z-index: 2;
    font-family: PayavaSansWeb;
    text-align: center;
}

    .search1 .notivt:before {
        content: 'ناموجود';
    }

.search1 .itemnotinv {
    position: relative;
    float: right;
    background: transparent url(img/Not-Availablel.f086c5a8230d531b2332.png) no-repeat center center;
    background-size: contain;
    z-index: 2;
}

    .search1 .itemnotinv div.text-only {
        opacity: 0.3;
    }

.search1 .callus {
    position: relative;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #cf4040;
    color: #fff;
    padding: 5px;
    font-family: PayavaSansWeb;
    text-align: center;
}

    .search1 .callus .icon {
        color: #fff;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        position: relative;
        top: 3px;
    }

.search1 .stopprod {
    position: relative;
    width: 100%;
    padding: 5px;
    float: right;
    background: #a24141;
    background-size: contain;
    color: #fff;
    z-index: 2;
    font-family: PayavaSansWeb;
    text-align: center;
  
}

.search1 .rg-image {
    text-align: center;
    box-shadow: none !important;
    display: flex;
    justify-content: center;
}

    .search1 .rg-image img {
        border-radius: 5px;
    }

.search1 #btnbuy {
    background: #1cb48d;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    top: 0;
}

    .search1 #btnbuy span {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: space-evenly;
        align-items: center;
        float: right;
        clear: none;
        text-align: center;
        color: #fff;
        font-size: 1.5rem;
        font-family: PayavaSansWeb;
    }

        .search1 #btnbuy span i {
            color: #ffffff;
            padding: 0;
            margin: 0 !important;
            background-size: contain;
            top: 0;
            float: right;
        }

            .search1 #btnbuy span i.icon {
                font-size: 2.5rem;
            }

.search1 #onceclickbuy {
    background: #1cb48d;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    top: 0;
}

    .search1 #onceclickbuy span {
        position: relative;
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        float: right;
        clear: none;
        text-align: center;
        color: #fff;
        font-size: 3rem;
        font-family: PayavaSansWeb;
        padding: 5px 10px;
        min-height: unset;
    }

        .search1 #onceclickbuy span i {
            color: #ffffff;
            padding: 0;
            margin: 0 !important;
            background-size: contain;
            top: 0;
            float: right;
        }

            .search1 #onceclickbuy span i.icon {
                font-size: 2.5rem;
            }

.search1 .newbtn a i {
    color: #ffffff;
    padding: 0;
    margin: 0 !important;
    background-size: contain;
    top: 0;
    float: right;
}

.search1 .newbtn {
    height: 50px;
    width: 200px;
    position: relative;
    float: right;
    clear: none;
    font-size: 1.5rem;
    margin-right: 20px;
    font-family: PayavaSansWeb;
    background: #9a8b97;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .search1 .newbtn a {
        width: 100%;
        height: 100%;
        position: absolute;
        display: flex;
        text-align: center;
        justify-content: space-evenly;
        align-items: center;
        color: #e6e6e6;
        left: 0;
        top: 0;
    }

.search1 .sortframe {
    direction: rtl;
    float: right;
    font-size: 0.8em;
    clear: both;
    font-family: PayavaSansWeb;
}

.search1 .sortDV {
    padding-bottom: 10px;
    padding-right: 10px;
}

.search1 #gallery {
    width: 350px;
    flex: 0 0 35%;
    margin-left: 12%;
    height: 500px;
    position: relative;
    float: right;
    overflow: hidden;
}

.search1 .rv #gallery {
    margin-right: 12%;
}

.search1 #gallery-toolbar-wrap {
    position: absolute;
    top: -1em;
    right: -1em;
    width: 25px;
    background: #113548;
    display: none;
}

    .search1 #gallery-toolbar-wrap > ul > li {
        float: left;
        margin-right: 0px;
        margin-top: 10px;
        padding: 0 0.25em 0px 0.25em;
        position: relative;
        font-size: 0.8em;
    }

        .search1 #gallery-toolbar-wrap > ul > li a::before {
            color: #fff;
            margin: 0;
        }

.search1 .greenback {
    margin: auto;
}

.search1 .productPercent {
    display: flex;
    flex-wrap: wrap;
    float: right;
    clear: right;
    font-size: 1.6rem;
    align-items: center;
    justify-content: center;
    position: relative;
}

.search1 .errorSearch {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
}

.search1 .Product-block .productPercent {
    font-size: 1.2rem;
}

.search1 .productPercent:hover .tabletag {
    display: flex;
}

    .search1 .productPercent:hover .tabletag li {
        font-size: 1rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

.search1 .productPercent b {
    float: right;
}

.search1 .productPercent .Oprice {
    font-size: 1.8rem !important;
    color: #919191 !important;
    text-decoration: line-through !important;
    text-decoration-color: #cb2222 !important;
    text-decoration-thickness: 1.5px !important;
}

.search1 #ItemList .productPercent .Oprice {
    font-size: 1.5rem !important;
}

.search1 #ItemList .productPercent b.ticket:before {
    border-bottom: 11px solid transparent;
    border-right: 7px solid #fff;
    border-top: 11px solid transparent;
}

.search1 .productPercent .Oprice.sbx_2 {
    color: inherit !important;
    text-decoration: inherit !important;
}

.search1 .productPercent b.ticket:before {
    border-bottom: 13px solid transparent;
    border-right: 7px solid #fff;
    border-top: 13px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
}

.search1 .productPercent b.ticket {
    color: #e53527;
    padding: 0 10px 0 10px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.search1 .tagprice {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    margin: 5px;
}

.search1 div.taglabel {
    height: auto;
    float: right;
    clear: right;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .search1 div.taglabel .taglabel-c {
        display: flex;
        position: relative;
        height: auto;
        top: 0;
    }

        .search1 div.taglabel .taglabel-c .taglabel-p {
            display: flex;
            width: 100%;
            height: auto;
            position: relative;
            color: #1b1b1b !important;
            align-items: center;
            justify-content: flex-start;
        }

            .search1 div.taglabel .taglabel-c .taglabel-p div.tagl {
                padding-right: 5px;
                position: relative;
                font-size: 1.2rem !important;
            }

                .search1 div.taglabel .taglabel-c .taglabel-p div.tagl:after {
                    content: '';
                    width: 100%;
                    position: absolute;
                    height: 1px;
                    transform: rotate(-15deg);
                    left: 0;
                    top: 45%;
                    padding: 0 !important;
                }

            .search1 div.taglabel .taglabel-c .taglabel-p .descP {
                background: transparent;
                border: none;
                box-shadow: none;
                font-size: 1.2rem !important;
            }

.search1 .boxInfo .productPercent b.ticket {
    position: relative;
    font-size: 1.7rem;
    bottom: unset;
    right: unset;
}

.search1 ul.tabletag {
    position: absolute;
    top: -300%;
    background: #eff3e9;
    border: 2px solid #467123;
    padding: 5px;
    width: 100%;
    border-radius: 10px;
    flex-direction: column;
    display: none;
}

    .search1 ul.tabletag:before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        position: absolute;
        bottom: -15px;
        right: 50px;
        border-style: solid;
        border-width: 15px 15px 0 15px;
        border-color: #467123 transparent transparent transparent;
    }

.search1 #ItemList .productPercent b.ticket:after {
    border-bottom: 11px solid transparent;
    border-left: 7px solid #fff;
    border-top: 11px solid transparent;
}

.search1 .productPercent b.ticket:after {
    border-bottom: 13px solid transparent;
    border-left: 7px solid #fff;
    border-top: 13px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
}

.search1 .productPercent b.red {
    color: #fff;
    background: #e53527;
    padding: 0 3px;
    margin-left: 3px;
    font-weight: 400;
    border-radius: 5px;
}

.search1 .productPercent .ticket b.red {
    display: none;
}

.search1 .productPercent b.red.step {
    margin: 5px;
    border-radius: 5px;
    float: unset;
    font-size: small;
}

.search1 b.red.step.staruniq {
    background: #ff0808;
}

.search1 .box-footer {
    padding: 5px 0 5px 0 !important;
    position: relative;
    bottom: 5px;
    left: 0;
    flex-wrap: wrap;
}

    .search1 .box-footer.holder-r.al_ce {
        justify-content: center;
    }

.search1 #ItemList .unitp {
    /*width: 100%;*/
    text-align: center;
}

.search1 .tit {
    position: relative;
    width: 100%;
    direction: rtl;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,.1);
}

.search1 #infoItem {
    background: none;
    width: 100%;
    position: relative;
    float: none;
}

.search1 .wrapBox {
    float: right;
    background: #fff;
    width: calc(100% - 10vw);
    margin: 10px 5vw;
    padding: 10px 2vw;
    position: relative;
}

    .search1 .wrapBox.showmore {
        height: auto;
    }

.search1 .wrapboxitem {
    float: right;
    clear: both;
    font-size: 1.5rem;
    font-family: PayavaSansWeb;
    padding: 10px 10px 10px 0;
    width: calc(100% - 25px);
    text-align: right;
    direction: rtl;
    margin-right: 15px;
    margin-bottom: 40px;
}

.search1 .garantee {
    color: #6b9c3b;
    background: #ecedf1;
    font-size: 1.3rem;
    text-align: center;
}

.search1 .innerblock {
    position: relative;
    width: 100%;
    margin: 0 auto;
    float: none;
    clear: none;
}

.search1 .originP {
    clear: right;
    display: flex;
    align-items: center;
    width: auto;
    gap: 10px;
    color: #157e1d !important;
}

.search1 .pip {
    direction: ltr;
    background: #ffffff;
    color: #00000042;
    position: absolute;
    top: 2px;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0 5px;
    min-width: 150px;
    line-height: 1;
}

.search1 .itemshow:hover .pip {
    display: block;
}

.search1 .sbx_1 {
    font-size: 2rem;
    font-family: PayavaSansWeb;
    direction: rtl;
    text-align: right;
}

.search1 .Product-block .sbx_1 {
    text-align: right;
    display: none;
}

.search1 .finalprice .sbx_1 {
    text-align: right;
    padding: 0;
    display: block;
}

.search1 .sbx_2 {
    font-size: 1.2rem;
    font-family: PayavaSansWeb;
    direction: rtl;
    text-align: center;
}

.search1 .Product-block .sbx_2 {
    text-align: right;
    padding-right: 10%;
}

.search1 .lbl__price {
    color: #808080;
}

.search1 .addtocart {
    position: relative;
    float: right;
    padding: 0;
}

.search1 .brandimage {
    object-fit: cover;
    width: 230px;
    height: 230px;
}

.search1 input[type=text]:not(.browser-default).srcFilter {
    width: 90%;
    margin: 0 5%;
    border: 1px solid #ccd0d9;
    font-size: 1.5rem;
    padding: 5px 10px;
    background: #fff;
    border-radius: 10px;
}

.search1 .list-block li.taglabel {
    display: none;
    position: relative;
    height: auto;
    top: 0;
    background: #e9cfb2;
    flex-direction: column;
    align-items: start;
}

    .search1 .list-block li.taglabel span.originP {
        display: flex;
        width: 100%;
        height: auto;
        position: relative;
        color: #700e0e !important;
        justify-content: space-evenly;
    }

        .search1 .list-block li.taglabel span.originP b:first-child {
            /* display: none;*/
        }

.search1 .picpro {
    border-radius: 5px;
}

.search1 .Product-block span.CatProduct {
    font-size: 2.5rem;
    white-space: normal;
}



.search1 .descP {
    BACKGROUND: #e8e8e8;
    font-size: 1.5rem !important;
    padding: 1px 4px;
}

.search1 .supertag {
    float: right;
    margin-right: 0.5em;
    font-size: 1.5rem !important;
    padding: 5px;
    color: #7b7b7b !important;
}

.search1 #productlist {
    -ms-flex: 0 0 81.1%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
}



.search1 .larg .listingitems a.Product-block {
    height: 550px;
}

    .search1 .larg .listingitems a.Product-block .itemshow {
        height: 100%;
        max-height: 350px;
    }
/* Float Clearing
 ---------------------------------------------------------------------*/
.search1 .breadCrumbHolder {
    margin-bottom: 10px;
}

.search1 .module:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* float clearing for IE6 */
* html .search1 .module {
    height: 1%;
    overflow: visible;
}

/* float clearing for IE7 */
* + html .search1 .module {
    min-height: 1%;
}

/* Breadcrumb Styles
 ---------------------------------------------------------------------*/

.search1 .breadCrumb {
    width: 100%;
    margin: 0;
    padding: 0;
    float: right;
    direction: rtl;
    top: 0px;
    left: 0px;
    display: block;
    overflow: hidden;
    padding: 0px;
    position: relative;
    z-index: 1;
    font-family: PayavaSansWeb;
}

    .search1 .breadCrumb.module {
        padding: 10px;
    }

.search1 #productWrapper .breadCrumb {
    /* padding-bottom: 10px; */

    background: #fff;
}

.search1 .breadCrumb ul {
    margin: 0;
    padding: 0;
    height: 21px;
    display: block;
}

    .search1 .breadCrumb ul li {
        display: block;
        float: right;
        position: relative;
        overflow: hidden;
        margin: 0 0 0 6px;
        padding: 0 0 0 10px;
        font-size: 15px;
        font-size: 1.5rem;
        background: url(img/Chevron.359f16645b53e6a92c8a.gif) no-repeat 0 0;
    }

        .search1 .breadCrumb ul li div.chevronOverlay {
            position: absolute;
            right: 0;
            top: 0;
            z-index: 2;
        }

        .search1 .breadCrumb ul li span {
            display: block;
            overflow: hidden;
        }

        .search1 .breadCrumb ul li a {
            display: block;
            position: relative;
            overflow: hidden;
            float: left;
            text-decoration: none;
            color: #000;
        }

        .search1 .breadCrumb ul li.first a {
            height: 16px !important;
            text-indent: -1000em;
            width: 16px;
            padding: 0;
            margin-top: 2px;
            overflow: hidden;
            background: url(img/IconHome.3dacb35d937645618a4d.gif) no-repeat 0 0;
        }

            .search1 .breadCrumb ul li.first a:hover {
                background-position: 0 -16px;
            }

        .search1 .breadCrumb ul li.last {
            background: none;
            margin-right: 0;
            padding-right: 0;
        }

.search1 .chevronOverlay {
    display: none;
    background: url(img/Chevron.359f16645b53e6a92c8a.gif) no-repeat 100% 0;
    width: 13px;
    height: 20px;
}

#articleheader1
{

}
/*  Header  */
    #articleheader1.header__container {
        background: #fff;
        display: flex;
        justify-content: center;
    }
    #articleheader1 .container.header {
        width: 100% !important;
        padding: 0 !important;
    }

    #articleheader1 .header__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex: 1 1 auto;
        padding: 10px 2vw;
        margin: 0 2vw;
        border-bottom: 2px solid #9a497c;
    }

    #articleheader1.header__container.header_2 .header__menu {
        padding-top: 0;
        flex: 0 0 230px;
    }

    #articleheader1 .article_menu {
        flex: 0 0 230px;
    }

    #articleheader1 .header__container.header_2 .submenu a {
        display: flex;
    }

    #articleheader1 .submenu {
        height: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #articleheader1 .submenu a {
            display: flex;
        }

        #articleheader1 .submenu > ul {
            font-family: PayavaSansWeb;
            position: absolute;
            top: 0;
            width: 100%;
            border-bottom-left-radius: 7px;
            border-bottom-right-radius: 7px;
            background: #9a497c;
        }

            #articleheader1 .submenu > ul > li {
            }

                #articleheader1 .submenu > ul > li > a {
                    display: flex;
                    align-items: center;
                    flex: 1;
                    padding: 1.5rem 0.5rem;
                    color: #3d3d3d;
                    transition: all .2s ease-in-out;
                }

            #articleheader1 .submenu > ul :last-child > a {
                border-bottom-left-radius: 7px;
                border-bottom-right-radius: 7px;
            }

            #articleheader1 .submenu > ul > li > a:hover {
                background-color: #438750;
                color: #fff;
            }
            #articleheader1 .submenu > ul > li > a > i {
                margin-right: 1rem;
                margin-left: 2rem;
                color: #3d3d3d;
                font-size: 2rem;
                display: flex;
            }
    #articleheader1 .header__register {
        padding: 2px 20px;
        display: flex;
        gap: 0.7vw;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
        font-weight: 500;
        background: #e5e5e5;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

        #articleheader1 .header__register.shop {
            background: #00d1c2;
        }

            #articleheader1 .header__register.shop a {
                color: #fff !important;
            }

        #articleheader1 .header__register i {
            color: #9a497c;
            display: flex;
            font-size: 2rem;
        }

        #articleheader1 .header__register a:last-child {
            font-size: 1.2rem;
            color: #979797;
        }

        #articleheader1 .header__register span {
            font-size: 1.2rem;
            color: #979797;
        }
    #articleheader1 .header__search {
        flex: 0 0 25%;
        position: relative;
        display: flex;
        align-items: center;
        z-index: 8;
    }

    #articleheader1 .search__input {
        font-family: inherit;
        font-size: inherit;
        color: inherit;
        border: none;
        padding: 0.5rem 50px 0.5rem 0;
        border-radius: 20px;
        width: 100%;
        background: #e5e5e5;
    }

    #articleheader1 .header__inner.second {
        background: #7c9a49;
        justify-content: center;
        display: none;
    }

    #articleheader1 .search__input:focus {
        outline: none;
    }

    #articleheader1 .search__input::placeholder {
        font-weight: 100;
        color: #979797;
    }

    #articleheader1 .header__container.header_2 .lookup {
        width: 100% !important;
    }

    #articleheader1 .search__button {
        z-index: 2;
        border: none;
        background-color: transparent;
        fill: var(--color-grey-dark-3);
        margin-left: -3rem;
    }

    #articleheader1 .header__container.header_2 .search__button {
        z-index: 2;
        border: none;
        background-color: transparent;
        fill: var(--color-grey-dark-3);
        margin-left: -3rem;
    }

    #articleheader1 .search__button i {
        display: flex;
        height: 100%;
        align-items: center;
        color: #9a497c;
        font-size: 1.7rem;
    }

    #articleheader1 .search__button:focus {
        outline: none;
    }

    #articleheader1 .search__button:hover {
        cursor: pointer;
    }

body {
}

.users1 .ticketlist {
    width: 100%;
    border-collapse: collapse;
}

    .users1 .ticketlist thead {
        border-bottom: 1px solid #d9d9d9;
    }

.users1 table.ticketlist th {
    padding: 10px 0;
    font-size: 1.6rem;
    color: #0ea860;
}

.users1 .ticketlist tr:nth-child(even) {
    background: #f9f9f9;
}

.users1 table.ticketlist tr {
    cursor: pointer;
    color: #898986;
}

.users1 .ticketdetail {
    background: #0ea86030;
    color: #0ea860;
    padding: 7px;
    display: flex;
    border-radius: 20px;
    font-size: medium;
    justify-content: center;
    font-weight: 400;
    align-items: center;
    gap: 10px;
}

    .users1 .ticketdetail span {
        color: #0ea860;
        display: flex;
    }

.users1 table.ticketlist td {
    text-align: center;
    padding: 10px 0;
    font-size: 1.5rem;
    direction: ltr;
    border-radius: 0 !important;
}

.users1 .headermessage {
    display: flex;
    justify-content: space-around;
    padding: 25px 40px 25px 40px;
    font-size: 1.5rem;
    flex-direction: column;
    border-bottom: 1px solid #d7d7d7;
    gap: 25px;
    margin: 10px;
    box-shadow: 0px 5px 9px -7px #bbbbbb;
    border-radius: 30px;
    background: #f4f4f4;
}

    .users1 .headermessage div {
        display: flex;
        justify-content: space-between;
    }

    .users1 .headermessage span {
        color: #0ea860;
        font-weight: bold;
    }

.users1 .PayavaSender .msgbox {
    padding: 30px 15px;
    background: #b1b1b1;
    width: fit-content;
    height: fit-content;
    font-size: 1.5rem;
    color: #353535;
    flex: 0 0 calc(100% - 50px);
    border-radius: 30px;
    box-shadow: 6px 6px 9px -7px #a7a7a7;
}

.users1 .PatrisSender {
    display: flex;
    width: 100%;
    align-items: end;
    justify-content: flex-start;
    gap: 10px;
}

.users1 .userdata span header {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ffffff;
    margin: 0 0 15px 0;
}

.users1 .userdata .PatrisSender span header {
    border-color: #fff;
}

.users1 .PayavaSender div {
    display: flex;
    align-items: baseline;
    gap: 5px;
    border-radius: 5px;
    flex-direction: row-reverse;
    width: 50%;
    margin: 10px 20px;
}

.users1 .PatrisSender .avatar {
    font-size: 1.8rem;
    color: #444444;
    padding: 4px 14px;
    background: #e2e2e2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.users1 .PayavaSender .avatar {
    font-size: 2rem;
    color: #9b9b9b;
    padding: 4px 10px;
    background: #b1b1b1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.users1 .PatrisSender div {
    display: flex;
    align-items: baseline;
    gap: 5px;
    border-radius: 5px;
    width: 50%;
    margin: 10px 20px;
}

.users1 .PatrisSender .msgbox {
    padding: 30px 20px;
    background: #e2e2e2;
    width: fit-content;
    height: fit-content;
    font-size: 1.5rem;
    color: #444444;
    flex: 1 1 100%;
    border-radius: 30px;
    box-shadow: -5px 5px 9px -7px #6b6b6b;
}

.users1 .PatrisSender .avatar:before {
    content: '\e822';
    font-family: "fontello";
    color: #444444;
}

.users1 .PayavaSender .avatar:before {
    content: '\e8e3';
    font-family: "fontello";
    color: #353535;
}

.users1 .PayavaSender {
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: row-reverse;
    gap: 10px;
    margin-bottom: 15px;
}

.users1 .msgdate {
    font-size: 1.1rem;
    color: #9b9b9b;
    padding: 20px 0;
    direction: ltr;
}

.users1 .sendername {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
}

.users1 .replybox {
    position: relative;
    width: 96%;
    margin: 0 2%;
}

.users1 .replytextbox {
    border: 2px solid #f4f4f4;
    width: 100%;
    min-height: 140px;
    border-radius: 30px;
    padding: 20px 35px;
    resize: none;
}

.users1 .sendreply {
    position: absolute;
    bottom: 15px;
    left: 8px;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.users1 .replylbl {
    position: absolute;
    bottom: 16px;
    left: 8px;
    color: #0ea860;
    font-size: xx-large;
    transform: scale(-1);
    ;
}


.users1 .PasswordRecovery-Skin {
    width: 100%;
}

.users1 #paymandeh {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
    margin: 0 auto;
    width: 500px;
}

    .users1 #paymandeh input[type=submit] {
        font-size: 1.8rem;
        height: 70px;
        padding: 10px;
        background: #069438;
        color: #fff;
        border: none;
        width: 100%;
        cursor: pointer;
    }

    .users1 #paymandeh input[type=text] {
        font-size: x-large;
        margin: 20px 0;
        width: 100%;
        direction: rtl;
        text-align: right;
        border: 1px solid;
        background: #f6f6f6;
        padding: 10px 20px;
    }

.users1 .dashboard {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.users1 #stateuser {
    width: 100%;
    display: none;
}

.users1 .usermenu ul {
    background: #ececec;
}

.users1 .usermenu.list-block ul span {
    display: none;
}

.users1 .usermenu a i {
    font-size: 1.5em;
    width: 1.5em;
    float: right;
    margin-left: 0.5em;
    color: #898986;
    font-size: 25px;
    font-size: 2.5rem;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 1.2em;
}

    .users1 .usermenu a i:before {
        margin: 0;
    }

.users1 .usermenu a span {
    color: #898986;
    width: auto;
    font-size: 1.5rem;
}

.users1 .usermenu a:hover i {
    color: #e53527;
    margin-left: 10px;
}

.users1 .usermenu li {
    text-align: right;
    direction: rtl;
    height: auto;
    border-bottom: 1px solid #d9d9d9;
    color: #444;
    padding: 5px;
}

    .users1 .usermenu li.fullborder {
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
    }

.users1 .usermenu a {
    font-size: 15px;
    font-size: 1.5rem;
    color: #e53527;
    padding: 5px 1.5em 5px 0em;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .users1 .usermenu a.active {
        color: #a4c73a;
        margin-right: 10px;
    }

        .users1 .usermenu a.active i {
            color: #0ea860;
            font-size: 2rem;
        }

        .users1 .usermenu a.active span {
            color: #0ea860;
            font-weight: bold;
        }

.users1 .horiz ul {
    float: right;
    width: 100%;
}

.users1 .usermenu.horiz li {
    width: auto;
    display: inline-block;
    clear: none;
    float: right;
    direction: ltr;
    height: 100%;
}
    .users1 .usermenu.horiz li span {
        border-bottom: none;
        border-left: 1px solid #222;
        height: 50px;
        padding: 0 2.5rem;
        color: #000;
        float: right;
        clear: none;
        width: auto;
        display: block;
    }

.users1 .usermenu.horiz {
    padding: 0;
    overflow: hidden;
}

.users1 .usermenu span.usertext, .users1 #usermenu.horiz li span.usertext {
    color: #367647;
    border: 0;
    text-align: center;
}

.users1 .usermenu.horiz li a.usertext {
    padding: 5px 10px;
    border: 0;
    width: auto;
    float: right;
    clear: none;
    color: #ececec;
}

.users1 .list-messages {
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.users1 .messagesList {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

.users1 #cName {
    width: 97%;
}

.users1 #cDelete {
    width: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fff;
}

.users1 .headerc {
    position: relative;
    float: left;
    text-align: center;
    clear: none;
    background-color: #fff;
    height: 30px;
}

.users1 .list-messages #cName {
    width: 97%;
    padding: 0;
}

.users1 #cDelete {
    width: 3%;
    cursor: pointer;
    background-color: #fff;
}

.users1 .messagesList li.msgItem {
    margin: 0.5% 1%;
    padding: 0 0.5% 0.5% 0.5%;
    background-color: #ffffff;
    color: #000;
    width: 97%;
    display: block;
    list-style: none;
    float: left;
    direction: rtl;
    text-align: right;
    height: 83px;
    overflow: hidden
}

.users1 .chbMU {
    margin-top: 0.5em;
    margin-left: 0.5em;
}

.users1 .itrash {
    width: 20px;
    height: 30px;
    background: transparent url(img/trash.175a15cbdf1a3fa77c27.png) no-repeat center center;
    vertical-align: bottom;
    color: #FFF;
    float: right;
    clear: none;
    margin: 0 10px;
}

.users1 .userform {
    font-size: 1.5rem;
    margin-bottom: 50px;
}

.users1 table.userform td {
    padding: 10px;
}

.users1 .messagesList li.msgItem img {
}

.users1 .messagesList li.msgItem .msgMessage {
    width: 69%;
}

.users1 .messagesList li.msgItem .msgInfo {
    width: 100%;
    border: 0;
    height: 80px;
    border-bottom: 2px solid #808080;
}

    .users1 .messagesList li.msgItem .msgInfo span {
        color: #222;
        padding: 2px;
    }

    .users1 .messagesList li.msgItem .msgInfo i.note {
        float: left;
        color: #030040;
        font-size: large;
        margin-left: 5px;
    }

.users1 .messagesList li .msgInfo.read {
    background-color: #bababa;
}

.users1 .messagesList li .msgInfo.unread {
    background-color: #fff;
}

.users1 .tblProfile {
    width: 100%;
    border: 0;
    font-size: 1.5rem;
    float: right;
    color: #000000;
    text-align: center;
    padding: 20px;
}

.users1 table.uf {
    width: 100%;
    font-size: 1.7rem;
}

.users1 #leftpnl {
    margin-left: 0%;
    position: relative;
    float: right;
    text-align: left;
    width: 100%;
}

.users1 .tblinside {
    float: right;
    width: calc(100% - 100px);
    direction: ltr;
}

    .users1 .tblinside tr.datep td:first-child span {
        float: right;
        display: none;
    }

    .users1 .tblinside tr.datep td:first-child {
        width: 190px;
    }

    .users1 .tblinside tr td.CreateUserWizard-Skin-Title {
        border-bottom: 1px solid;
        height: 1em;
        padding: 0;
        padding-right: 20px;
        text-align: right;
    }

    .users1 .tblinside input[type=text] {
        font-size: 1.5rem;
        width: 400px;
        padding: 6px 7px;
        text-align: center;
        z-index: 4;
        outline: 0;
        position: relative;
        border: none;
        border-radius: 10px;
    }

    .users1 .tblinside > input[type=text] {
        border: 1px solid #eee;
    }

    .users1 .tblinside tr {
        direction: rtl;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row-reverse;
        margin: 10px 0;
        gap: 10px;
    }

    .users1 .tblinside span {
        display: inline-block;
        text-align: center;
        min-width: 100px;
        font-family: PayavaSansWeb;
        color: #ffffff;
        position: relative;
        font-size: 1.6rem;
        font-weight: 400;
        background: #20a9e1;
        border-radius: 10px;
        padding: 3px 10px;
    }

.users1 .profileusername {
    display: block;
    text-align: center;
    font-size: 1.7rem;
    letter-spacing: 1.4px;
    border-bottom: 2px solid #e53527;
    border-top: 2px solid #e53527;
    padding: 5px 0;
    background-color: #f5f7f2;
    color: #4e4d4c;
    border-radius: 10px;
    font-family: PayavaSansWeb;
}

.users1 .tblinside tr td input {
    float: right;
}

.users1 .txtBirthday {
    float: right;
    width: 70%;
    font-family: PayavaSansWeb;
}

.users1 .loaddata {
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    vertical-align: middle;
    text-align: center;
    background-image: var(--loader-url);
    background-repeat: no-repeat;
    background-color: #2a2a2a;
    z-index: 1;
    display: none;
}

.users1 .girdselection {
    text-align: center;
    width: 50px;
    background: url(img/View_Details-.855308d9a47ae62f3fa7.png) no-repeat center center;
    color: #ececec;
    height: 60px;
    line-height: 100%;
    font-size: xx-large;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .users1 .girdselection:hover {
        background: #ececec url(img/View_Details-2.1735b8624e1397c5d2e1.png) no-repeat center center;
    }

.users1 .selectrow {
    background-color: #ececec;
}

.users1 .detailviewtable {
    width: 50%;
    float: left;
    direction: rtl;
}

    .users1 .detailviewtable td {
        padding: 1%;
    }

    .users1 .detailviewtable .totalstyle {
        font-size: larger;
    }

    .users1 .detailviewtable .whitestyle {
        color: #1f401f;
    }

.users1 .headerdetail {
    text-align: center;
    color: #e53527;
}

.users1 .fieldheaderdetail {
    background-color: #e8e8e8;
    color: #e53527;
}

.users1 #userpage {
    font-family: PayavaSansWeb;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 80vh;
    margin: 5vh 10vw;
}

.users1 .openanim {
    width: Calc(100% - 10px);
    padding: 20px 5px;
}


.users1 .smbt input, .users1 a.smbt {
    border: 0;
    font-family: PayavaSansWeb;
    background: #02a037;
    color: #fff;
    border: 0;
    padding: 5px 0px !important;
}

.users1 .forered {
    color: red;
}

.users1 .greenbox input, .users1 a.greenbox {
    cursor: pointer;
    border: 0;
    font-family: PayavaSansWeb;
    background: #1d681d;
    color: #fff !important;
    border: 0;
    padding: 5px 30px;
}

.users1 .address {
    width: 100%;
    direction: rtl;
    float: right;
    clear: both;
}

    .users1 .address tr td {
        padding: 10px 5px;
        text-align: center;
    }

        .users1 .address tr td input {
            padding: 0px;
        }

            .users1 .address tr td input.custom-btn {
                margin: 0 20px;
                padding: 5px;
                font-family: PayavaSansWeb;
            }

    .users1 .address tr th {
        padding: 5px;
        text-align: center;
        font-family: PayavaSansWeb;
    }

    .users1 .address select {
        display: block;
        font-size: 1.5rem;
    }

.users1 .loadbar {
    background-position: 5px center;
    position: relative;
    float: right;
    clear: none;
    height: 100%;
    width: 170px;
    vertical-align: middle;
    text-align: right;
    background-image: var(--loader-url);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #E8E8E8;
    z-index: 1;
    display: none;
    padding: 0 5px;
}

.users1 .secbox {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.users1 .secbox-item {
    width: 100%;
}

.users1 .secbox.center {
    align-items: center;
    background: #fff;
    margin: 0 1vw;
}

.users1 #rightmenu {
    flex: 0 0 25rem;
    background: #fff;
}

.users1 .boxinfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 1.5rem;
}

.users1 ul.boxinfo li:first-child {
    background-color: #898986;
    padding: 2px 8px;
    border-radius: 35px;
}

    .users1 ul.boxinfo li:first-child span {
        color: #fff;
    }

.users1 ul.boxinfo li {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
    width: 100%;
}

.users1 .boxinfo span {
    color: #606261;
}

.users1 .alert {
    padding: 20px 0;
    font-size: 2rem;
    color: #7c6868;
}

.users1 .ac-custom {
    background: #fff;
    padding: 20px;
    max-width: 1060px;
}

.users1 .tilebox {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: center;
    padding: 0;
    max-width: 1110px;
    width: 50%;
}

.users1 .tilebox-item {
    display: flex;
    flex-direction: row;
    flex: 0 0 260px;
    height: 200px;
    background: #898986;
    margin: 15px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: inset 0.2em 0.2em 0.2em 0 #0000003d, inset -0.3em -0.3em 0.7em 0 #ffffff6e;
}

    .users1 .tilebox-item span {
        font-size: 1.8rem;
        color: #fff;
        font-weight: 500;
    }
.users1 .elemHolder label {
    padding: 6px 20px;
    background: #898986;
    font-family: PayavaSansWeb;
    color: #fff;
    position: relative;
    font-size: 1.7rem;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    margin-left: -20px;
}

.users1 .form1 div.elemHolder label > label {
    font-size: 20px;
    font-size: 2rem;
}
.users1 .AspNet-ChangePassword {
    font-size: 2rem;
    text-align: center;
    padding: 30px;
    display: flex;
    overflow: visible;
    margin: 5vh 0 10vh 0;
    width: 50%;
    justify-content: center;
}

    .users1 .AspNet-ChangePassword td {
        text-align: center;
    }

    .users1 .AspNet-ChangePassword input[type=submit] {
        color: #f9f9f9;
        font-size: 1.7rem;
        padding: 5px;
        border-radius: 30px;
        min-width: 150px;
        margin: 20px 50px 0 50px;
        cursor: pointer;
        border: none;
        background: #589567;
    }

.users1 .AspNet-ChangePassword-ContinuePanel input[type=submit] {
    margin-top: 50px;
    padding: 5px;
    font-size: 1.5rem;
    border: none;
    background: #e53527;
    color: #fff;
    cursor: pointer;
}

.users1 .input-desc {
    resize: unset;
    width: 40vw;
    height: 100px;
    padding: 10px;
    background: #f1f1f1;
    font-size: 1.5rem;
    text-align: right;
    direction: rtl;
}

.users1 .greenalert {
    font-size: 2rem;
    color: #367647;
    width: 100%;
    text-align: center;
}

    .users1 .greenalert.redalert {
        color: #d51f1f;
    }

.users1 .boxchndesc {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    background: #fff3fa;
    gap: 50px;
}

@media (min-width:62.5em) {
    .users1 .usermenu a {
        padding: 5px 10px 5px 0em;
    }

    .users1 .messagesList li.msgItem {
        height: 37px;
    }

        .users1 .messagesList li.msgItem .msgInfo {
            height: 40px;
        }

    .users1 .usermenu.list-block ul span {
        display: block;
        padding: 0;
        line-height: 2.5em;
        font-size: 1.2rem;
    }

    .users1 .usermenu.horiz li span {
        line-height: 1.5em;
        font-size: 1.5rem;
        height: 30px;
    }
}

.users1 .changclass {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    font-size: 1.5rem;
}

.users1 .btnprofile {
    color: #f9f9f9;
    font-size: 1.5rem;
    padding: 5px;
    border-radius: 5px;
    min-width: 150px;
    margin: 0 50px;
    cursor: pointer;
    border: none;
}

    .users1 .btnprofile.save {
        background: #a4c73a;
    }

    .users1 .btnprofile.cancel {
        background: gray;
    }
.users1 .card-3 {
    -webkit-box-shadow: 0 0 3px 1px #edeff1;
    -ms-box-shadow: 0 0 3px 1px #edeff1;
    box-shadow: 0 0 3px 1px #edeff1;
    -webkit-border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}
@media (min-width: 93.98em) {
    .users1 .usermenu.list-block ul span {
        font-size: 1.5rem;
    }
}



.articlelist1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px 2vw;
}

    .articlelist1 .ratebox {
        width: auto;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .articlelist1 .article-holder {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

        .articlelist1 .article-holder header.top-header {
            width: calc(100% - 10px);
            margin: 10px 0;
            background: #fff;
        }

    .articlelist1 .breadCrumbHolder {
        position: relative;
        width: 100%;
        background: #99497c;
        border-radius: 15px;
    }

    .articlelist1 .cuttext {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .articlelist1 .Article-block {
        float: right;
        width: Calc(50% - 10px);
        flex: 0 0 Calc(50% - 10px);
        margin: 5px;
        display: flex;
        flex-direction: column;
    }

    .articlelist1 .headerAtc {
        width: 100%;
        position: relative;
        direction: rtl;
        padding: 20px;
        clear: both;
        float: right;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }

        .articlelist1 .headerAtc .headerbox {
            padding: 20px;
            float: right;
            width: calc(100% - 40px);
        }

        .articlelist1 .headerAtc .ratebox {
            float: left;
        }

            .articlelist1 .headerAtc .ratebox label {
                clear: none;
                display: inline-block;
                margin-top: 5px;
                padding: 5px;
                float: right
            }

        .articlelist1 .headerAtc h1 {
            float: right;
            color: #5d5d5d;
        }

        .articlelist1 .headerAtc img {
            max-width: 400px;
            max-height: 400px;
            float: right;
            clear: none;
            margin-left: 20px;
        }

    .articlelist1 .header-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }

        .articlelist1 .header-inner p {
            direction: rtl;
            text-align: justify;
            float: right;
            max-width: 500px;
        }

    .articlelist1 h1 {
        font-family: PayavaSansWeb;
        direction: rtl;
    }

    .articlelist1 i {
        color: #6e4409;
        padding: 10px;
        float: right;
        text-align: justify;
        direction: rtl;
        text-align: justify;
        display: block;
    }

    .articlelist1 .Article-block h2 {
        display: block;
        text-decoration: none;
        padding: 10px;
        float: right;
        vertical-align: middle;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        text-align: right;
        color: #6b7074;
        direction: rtl;
        font-size: 1.3rem;
        font-family: PayavaSansWeb;
        background-color: #f9f9f9
    }

    .articlelist1 .Article-block img {
        display: block;
        text-decoration: none;
        margin: 0 0 1% 1%;
        float: right;
        width: 35%;
        max-height: 180px;
    }

    .articlelist1 .Article-block i {
        width: Calc(100% - 20px);
        color: #535353;
        padding: 2% 0.5rem;
        font-size: 1.2rem;
    }

    .articlelist1 .DescArt {
        width: calc(100% - 50px);
        overflow: auto;
        /* float: right; */
        padding: 20px 40px;
        margin-right: 0;
        direction: rtl;
        background: #fff;
        clear: none;
        font-size: 1.3rem;
        font-weight: 400;
        line-height: 2.5em;
        text-align: right;
        margin: 0 25px;
        color: #767790;
    }

        .articlelist1 .DescArt .h_iframe-aparat_embed_frame {
            max-width: 600px !important;
            margin: auto;
        }

        .articlelist1 .DescArt a {
            color: #008eb2;
        }

    .articlelist1 .listArticle {
        width: calc(100% - 5vw);
    }

    .articlelist1 .outArticle {
        display: block;
        position: relative;
        float: right;
        width: 100%;
    }

    .articlelist1 .DescArt img {
        max-width: 100%;
        float: none;
        position: relative;
        display: block;
        margin: 0 auto;
    }

    .articlelist1 .comment_contain {
        width: calc(100% - 50px);
        overflow: auto;
        /* float: right; */
        padding: 20px 40px;
        margin-right: 0;
        direction: rtl;
        background: #fff;
        clear: none;
        text-align: right;
        margin: 0 25px;
    }

    .articlelist1 .desccomment {
        color: #fff;
        border-bottom: 1px solid #808080;
    }

    .articlelist1 .toolcomment {
        background-color: #c8c8c8;
        font-size: large;
        padding: 5px;
    }

    .articlelist1 .navarbar {
        background-color: #2a2a2a;
    }

    .articlelist1 .headercomm {
        background-color: #731659;
    }

    .articlelist1 .Article-block:hover span {
        background: #395b78;
    }

    .articlelist1 .Article-block .img_loaded {
        background-image: none;
    }

    .articlelist1 .commentsList {
    }

    .articlelist1 .checked {
        background: #5d9ff5;
        box-shadow: 0 0 5px #5cd053;
        border-color: #28921f;
        color: #fff;
    }

    .articlelist1 .left-side-bar {
        width: calc(30% - 10px);
        margin: 5px;
        background: #FFF;
        float: right;
        clear: none;
        display: inline-block;
        direction: rtl;
        font-family: PayavaSansWeb;
    }

    .articlelist1 .innAtc {
        width: 70%;
        float: right;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .articlelist1 .hr-widget, .articlelist1 .md-widget {
        padding: 0 20px;
        background-color: #fff;
        border: 1px solid #f0f1f2;
        box-shadow: 0 2px 2px #edeef0;
        border-radius: 4px;
        overflow: hidden;
    }

    .articlelist1 .hr-widget, .articlelist1 .md-widget {
        padding-bottom: 25px;
    }

    .articlelist1 .post-list-widget, .articlelist1 .posts-by-author-widget, .articlelist1 .popular-posts-widget {
        padding-bottom: 0;
    }

    .articlelist1 .hr-widget h3, .articlelist1 .md-widget h3, .articlelist1 .hr-widget .widget-title
    , .articlelist1 .md-widget .widget-title {
        margin: 0 -20px 20px -20px;
        padding: 0 20px;
        line-height: 40px;
        font-size: 14px;
        border-bottom: 1px solid #b25e94;
        color: #6b7074;
        text-align: center;
    }

        .articlelist1 .hr-widget h3 span, .articlelist1 .md-widget h3 span, .articlelist1 .hr-widget .widget-title span
        , .articlelist1 .md-widget .widget-title span {
            display: inline-block;
            line-height: 40px;
        }

    .articlelist1 .post-list-widget .post-list, .articlelist1 .posts-by-author-widget .post-list
    , .articlelist1 .popular-posts-widget .post-list {
        padding: 0;
        margin: 0 -20px;
    }

    .articlelist1 .post-list .post-item {
        padding: 15px 10px;
        display: block;
        float: right;
        width: calc(100% - 20px);
    }

        .articlelist1 .post-list .post-item:not(:first-child) {
            border-top: 1px solid #eaeaea;
        }

    .articlelist1 .post-list-widget .post-showmore-area, .articlelist1 .posts-by-author-widget .post-showmore-area {
        line-height: 38px;
        background-color: #fff;
        text-align: center;
        /* margin: 0 -20px; */
        border-top: 1px solid #eaeaea;
        font-size: 15px;
        font-size: 1.5rem;
        float: right;
        text-align: center;
        width: 100%;
    }

    .articlelist1 .post-showmore-link {
        color: #8e8e8e;
        transition: all .2s ease-in-out 0s;
    }

    .articlelist1 .hr-widget a, .articlelist1 .md-widget a {
        display: block;
    }

    .articlelist1 .post-list .post-thumbnail {
        margin-left: 10px;
    }

    .articlelist1 .post-list .post-item a {
        color: #40454d;
        transition: all .2s ease-in-out 0s;
    }

    .articlelist1 .post-list .post-item .post-thumbnail {
        float: right;
        display: block;
    }

    .articlelist1 .post-list .post-item .post-item-details {
        margin-right: 100px;
    }

    .articlelist1 .post-list h4, .articlelist1 .post-list .post-title {
        display: block;
        font-weight: normal;
        font-size: 13px;
        margin: 0;
    }

    .articlelist1 .post-list .post-item .post-date {
        display: block;
        margin-top: 7px;
        font-size: 12px;
        color: #c6c6c6;
        direction: ltr;
        text-align: right;
    }

    .articlelist1 .post-list .post-item a {
        color: #40454d;
        transition: all .2s ease-in-out 0s;
    }

        .articlelist1 .post-list .post-item a:hover {
            color: #f09217;
        }

    .articlelist1 .time-divider {
        padding: 0 5px;
    }

    .articlelist1 .post-showmore-link:hover {
        color: #000;
    }

    .articlelist1 .hr-widget .textwidget, .articlelist1 .md-widget .textwidget {
        text-align: justify;
        line-height: 1.5;
    }

    .articlelist1 .hr-widget, .articlelist1 .md-widget {
        padding: 0 20px;
        background-color: #fff;
        border: 1px solid #f0f1f2;
        box-shadow: 0 2px 2px #edeef0;
        border-radius: 4px;
        overflow: hidden;
    }

    .articlelist1 .hr-widget, .articlelist1 .md-widget {
        margin-bottom: 15px;
        padding-bottom: 25px;
    }

        .articlelist1 .hr-widget.widget_text, .articlelist1 .md-widget.widget_text {
            padding: 0;
        }

        .articlelist1 .hr-widget a, .articlelist1 .md-widget a {
            display: block;
        }

        .articlelist1 .hr-widget .textwidget img, .articlelist1 .md-widget .textwidget img {
            width: 100%;
        }

            .articlelist1 .hr-widget .textwidget img:not([data-lazy-src]), .articlelist1 .md-widget .textwidget img:not([data-lazy-src]) {
                height: auto;
            }

    .articlelist1 .newmessage {
        text-align: right;
    }

@media (min-width: 68.75em) {
    .articlelist1 .left-side-bar {
        width: calc(20% - 10px);
    }

    .articlelist1 .innAtc {
        width: 80%;
    }
}
/* Float Clearing
 ---------------------------------------------------------------------*/

.articlelist1 .module:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* float clearing for IE6 */
* html .articlelist1 .module {
    height: 1%;
    overflow: visible;
}

/* float clearing for IE7 */
* + html .articlelist1 .module {
    min-height: 1%;
}

/* Breadcrumb Styles
 ---------------------------------------------------------------------*/
.articlelist1 .breadCrumb.module {
    padding: 10px;
}

.articlelist1 .breadCrumb {
    margin: 0;
    padding: 0;
    float: right;
    direction: rtl;
    top: 0px;
    left: 0px;
    display: block;
    overflow: hidden;
    padding: 0px;
    position: relative;
    z-index: 1;
    font-family: PayavaSansWeb;
    width: 100%;
}



    .articlelist1 .breadCrumb ul {
        margin: 0;
        padding: 0;
        height: auto;
        display: block;
        float: right;
    }

        .articlelist1 .breadCrumb ul li {
            display: block;
            float: right;
            position: relative;
            height: 21px;
            overflow: hidden;
            line-height: 21px;
            margin: 0 0 0 6px;
            padding: 0 0 0 10px;
            background: url(img/Chevron.359f16645b53e6a92c8a.gif) no-repeat 0 0;
        }

            .articlelist1 .breadCrumb ul li div.chevronOverlay {
                position: absolute;
                right: 0;
                top: 0;
                z-index: 2;
            }

            .articlelist1 .breadCrumb ul li span {
                display: block;
                overflow: hidden;
            }

            .articlelist1 .breadCrumb ul li a {
                display: block;
                position: relative;
                overflow: hidden;
                float: left;
                text-decoration: none;
                color: #fff;
            }

            .articlelist1 .breadCrumb ul li.first a {
                height: 16px !important;
                text-indent: -1000em;
                width: 16px;
                padding: 0;
                margin-top: 2px;
                overflow: hidden;
                background: url(img/IconHome.3dacb35d937645618a4d.gif) no-repeat 0 0;
            }

                .articlelist1 .breadCrumb ul li.first a:hover {
                    background-position: 0 -16px;
                }

            .articlelist1 .breadCrumb ul li.last {
                background: none;
                margin-right: 0;
                padding-right: 0;
            }

.articlelist1 .chevronOverlay {
    display: none;
    background: url(img/Chevron.359f16645b53e6a92c8a.gif) no-repeat 100% 0;
    width: 13px;
    height: 20px;
}
.articlelist1 .rating-a .br-widget {
    height: 52px;
}

    .articlelist1 .rating-a .br-widget a {
        display: block;
        width: 15px;
        padding: 5px 0 5px 0;
        height: 30px;
        float: left;
        background-color: #e3e3e3;
        margin: 1px;
        text-align: center;
    }

        .articlelist1 .rating-a .br-widget a.br-active,
        .articlelist1 .rating-a .br-widget a.br-selected {
            background-color: #59a6d6;
        }

    .articlelist1 .rating-a .br-widget .br-current-rating {
        font-size: 20px;
        line-height: 2;
        float: left;
        padding: 0 20px 0 20px;
        color: #646464;
    }

/******* EXAMPLE B *******/

.articlelist1 .rating-b .br-widget {
    height: 25px;
}

    .articlelist1 .rating-b .br-widget a {
        display: block;
        width: 70px;
        height: 16px;
        float: left;
        background-color: #e3e3e3;
        margin: 1px;
    }

        .articlelist1 .rating-b .br-widget a.br-active,
        .articlelist1 .rating-b .br-widget a.br-selected {
            background-color: #59a6d6;
        }

    .articlelist1 .rating-b .br-widget .br-current-rating {
        line-height: 1.1;
        float: left;
        padding: 0 20px 0 20px;
        color: #646464;
    }

.articlelist1 .rating-b .br-readonly a.br-active,
.articlelist1 .rating-b .br-readonly a.br-selected {
    background-color: #cbcbcb;
}

/******* EXAMPLE C *******/

.articlelist1 .rating-c .br-widget {
    height: 52px;
}

    .articlelist1 .rating-c .br-widget a {
        display: block;
        width: 35px;
        height: 35px;
        float: left;
        background-color: #e3e3e3;
        margin: 2px;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        line-height: 2.2;
        text-align: center;
        color: #b6b6b6;
    }

        .articlelist1 .rating-c .br-widget a.br-active,
        .articlelist1 .rating-c .br-widget a.br-selected {
            background-color: #59a6d6;
            color: white;
        }

/******* EXAMPLE D *******/

.articlelist1 .rating-d .br-widget {
    height: 52px;
}

    .articlelist1 .rating-d .br-widget a {
        display: block;
        width: 40px;
        padding: 5px 0 5px 0;
        height: 30px;
        float: left;
        background-color: white;
        border-bottom: 2px solid #e3e3e3;
        color: #646464;
        margin: 1px;
        text-decoration: none;
        line-height: 2.1;
        text-align: center;
    }

        .articlelist1 .rating-d .br-widget a span {
            color: white;
        }

        .articlelist1 .rating-d .br-widget a.br-active,
        .articlelist1 .rating-d .br-widget a.br-selected {
            border-bottom: 2px solid #646464;
        }

        .articlelist1 .rating-d .br-widget a.br-current span {
            color: #646464;
        }

/******* EXAMPLE E *******/

.articlelist1 .rating-e .br-widget a {
    padding: 5px;
    color: #646464;
    text-decoration: none;
    font-size: 11px;
    font-weight: 400;
    line-height: 3;
    text-align: center;
}

    .articlelist1 .rating-e .br-widget a.br-active {
        background-color: #e3e3e3;
        color: #646464;
    }

    .articlelist1 .rating-e .br-widget a.br-selected {
        background-color: #59a6d6;
        color: white;
    }

/******* EXAMPLE F *******/
/******* EXAMPLE F *******/
.articlelist1 .rating-f {
    float: left;
    padding: 5px;
    background: #fff;
}

   
.articlelist1 .rating-f .br-widget {
    height: 2em;
    margin-top: 5px;
}

    .articlelist1 .rating-f .br-widget a {
        font-size: 1.0em;
        height: 2em;
        width: 2em;
        display: block;
        float: left;
        display: block;
        background: transparent url(img/star@2x.632ccb900ba9e26598e7.png) no-repeat;
        background-position: center -25px;
        background-size: cover;
        opacity: 0.1;
    }

        .articlelist1 .rating-f .br-widget a.br-active,
        .articlelist1 .rating-f .br-widget a.br-selected {
            opacity: 1;
        }

/******* EXAMPLE G *******/

.articlelist1 .rating-g .br-widget {
    height: 25px;
}

    .articlelist1 .rating-g .br-widget a {
        display: block;
        width: 50px;
        height: 16px;
        float: left;
        margin: 1px;
    }

        .articlelist1 .rating-g .br-widget a.br-active,
        .articlelist1 .rating-g .br-widget a.br-selected {
            background-color: #59a6d6;
        }

    .articlelist1 .rating-g .br-widget .br-current-rating {
        line-height: 1.1;
        float: left;
        padding: 0 20px 0 20px;
        color: #646464;
    }
.bestarticle1 .main__middle {
    background-color: #fff;
    display: flex;
    justify-content: center;
}
.bestarticle1 .main__top--header, .bestarticle1 .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
}
.bestarticle1 .main__middle--inner {
    padding: 2vw;
    width: 100%;
}

.bestarticle1 .swiper-container {
    width: 100%;
    height: 100%;
}

.bestarticle1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.bestarticle1 .swiper__general {
    overflow: hidden;
}

.bestarticle1 .swiper-slide__general {
    /*  position: relative;
  */
    display: flex;
    flex-direction: column;
}

.bestarticle1 .swiper-slide img {
    width: 100%;
    height: auto;
    display: flex;
    border-radius: 7px 7px 0 0;
}

.bestarticle1 .swiper-slide__content {
    width: 100%;
    color: #fff;
    border-radius: 0 0 7px 7px;
}

.bestarticle1 .swiper-slide__text p {
    padding: 1.5rem 1.5rem;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    color: #6b7074;
    font-weight: 500;
}

.bestarticle1 .swiper-slide__info {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

    .bestarticle1 .swiper-slide__info span {
        font-size: 1.2rem;
        padding-bottom: 2rem;
        display: flex;
        align-items: center;
        color: #dbd6d6;
    }

        .bestarticle1 .swiper-slide__info span:first-of-type {
            margin-right: 1rem;
        }

        .bestarticle1 .swiper-slide__info span:last-of-type {
            margin-left: 1rem;
        }
.bestarticle1 .article-header {
    width: 100%;
    padding: 1rem 0;
    color: #6b7074;
    display: flex;
    justify-content: center;
    position: relative;
}

    .bestarticle1 .article-header::before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background: #e1e1e1;
        top: 30px;
    }

.bestarticle1 .general__article {
    font-weight: normal;
    background: #fff;
    padding: 2px 10px;
    z-index: 100;
}

.bestarticle1 .general__article--header {
    background-color: #497c9a;
    padding: 1rem 0;
    color: #fff;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

    .bestarticle1 .general__article--header h2 {
        font-weight: normal;
    }

.swipermag1 .main__bottom {
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.swipermag1 .margin__bottom--inner {
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.swipermag1 .main__bottom--container {
    display: flex;
}

.swipermag1 .main__bottom--inner-center {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 7px;
}
.swipermag1 .container {
    padding: 0 20px;
}
.swipermag1 .article-header {
    width: 100%;
    padding: 1rem 0;
    color: #6b7074;
    display: flex;
    justify-content: center;
    position: relative;
}

    .swipermag1 .article-header::before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background: #e1e1e1;
        top: 30px;
    }

.swipermag1 .general__article {
    font-weight: normal;
    background: #fff;
    padding: 2px 10px;
    z-index: 100;
}

.swipermag1 .general__article--header {
    background-color: #497c9a;
    padding: 1rem 0;
    color: #fff;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

    .swipermag1 .general__article--header h2 {
        font-weight: normal;
    }
.swipermag1 .box__article--calendar {
    display: flex;
    justify-content: flex-end;
    font-size: 1.2rem;
    color: grey;
    position: absolute;
    width: 100%;
    left: 0;
    top: unset;
    bottom: 0;
    gap: 5px;
}
.swipermag1 .box__article--calendar span {
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
}

.swipermag1 .swiper-slide__info span > i, .swipermag1 .box__article--calendar i {
    font-size: 1.5rem;
    margin-left: .6rem;
}
.swipermag1 .article__box {
    flex: 0 0 calc(24% - 10px);
    width: calc(24% - 10px);
    display: flex;
    position: relative;
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
}


.swipermag1 .box__article--img {
    flex: 0 0 30%;
}

    .swipermag1 .box__article--img img {
        width: 100%;
        border-radius: 0 7px 7px 0;
    }

.swipermag1 .box__article--text {
    padding: 2rem;
    position: relative;
    width: 100%;
}

.swipermag1 .box__article--header {
    margin-bottom: 1.3rem;
    display: block;
    justify-content: center;
    font-size: 1.3rem;
    width: 100%;
}

.swipermag1 .box__article--header {
    position: relative;
    display: flex;
    justify-content: center;
}

    .swipermag1 .box__article--header h3 {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 1.5rem;
        color: #6b7074;
        font-weight: 500;
    }

.swipermag1 .box__article--txt {
    font-size: 1.3rem;
}

    .swipermag1 .box__article--txt p {
        color: #72767a;
        font-size: 1.2rem;
        font-weight: 300;
    }
.shoppingcart1 {
    width: calc(100% - 14vw);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    margin: 40px 7vw;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #3c3b3c;
}
    .shoppingcart1 .cInfo {
        display: none;
        right: 30%;
        top: 0;
        height: 100%;
        width: 20%;
        position: absolute;
        vertical-align: middle;
        color: maroon;
        direction: ltr;
    }
    .shoppingcart1 .shopping__box--table table tr td {
        padding: 1.2rem 0;
        font-size: 1.1rem;
        width: 50%;
        text-align: center;
    }
    .shoppingcart1 .scListItemLabel {
        flex: 1 1 auto;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .shoppingcart1 .shopping__box--header {
        display: flex;
        justify-content: space-around;
        background-color: #646464;
        color: #ffffff;
        padding: 1.5rem 10px 1.5rem 0;
    }

        .shoppingcart1 .shopping__box--header h3 {
            font-size: 1.2rem;
            flex: 1 1 auto;
            text-align: center;
        }
    .shoppingcart1 .scListItemLabel div.cName, .shopping__box--header h3.tdName {
        flex: 1 1 300px;
    }
    .shoppingcart1 .scListItemLabel div.cName, .shoppingcart1 .shopping__box--header h3.tdName {
        max-width: 400px;
    }
        .shoppingcart1 .shopping__box--header h3, .shoppingcart1 .scULList, .shoppingcart1 .shopping__box--table table tr td {
            font-size: 1.5rem;
        }

    .shoppingcart1 #cartpage ul li.scCartListItem {
        display: flex;
        width: 100%;
        margin: 0;
        padding: 0 10px 0 0;
        align-items: center;
    }
    .shoppingcart1 img {
        width: 100px;
    }
    .shoppingcart1 .scULList {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .shoppingcart1 .insidebtnchg {
        padding: 0.5em;
        font-size: 1.0em;
        flex: 1 1 auto;
        border-radius: 10px;
        border: none;
        cursor: pointer;
        color: #000;
    }
    .shoppingcart1 .descCart {
        resize: none;
        flex: 0 0 50%;
        height: 100px;
        border: none;
        padding: 10px;
    }
    .shoppingcart1 .shopping__box--info {
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        max-height: 300px;
        min-height: 50px;
        overflow: auto;
        position: relative;
    }
    .shoppingcart1  .shopping__box--table {
        display: flex;
        flex-direction: column;
        align-items: center;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        overflow: hidden;
    }
        .shoppingcart1 .shopping__box--table table {
            width: 100%;
            background-color: #fff;
            border-collapse: collapse;
        }
            .shoppingcart1 .shopping__box--table table tr {
                background-color: lightgray;
            }
        .shoppingcart1 .shopping__box--table tr:not(:last-of-type) {
            border-bottom: 1px solid #fff;
        }
    .shoppingcart1 .navfoot {
        display: flex;
        flex: 0 0 100px;
        align-items: center;
        justify-content: flex-start;
        gap: calc(25% - 100px);
        padding-top: 5px;
    }
    .shoppingcart1 .scListItemRemove {
        position: relative;
        text-align: center;
        text-decoration: none;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-size: 2em;
        filter: alpha(opacity = 25);
        opacity: .25;
        -moz-opacity: .25;
        color: #e80000;
        background-repeat: no-repeat;
    }
    .shoppingcart1 .scListItemLabel div {
        flex: 1 1 150px;
        text-align: center;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
    }
        .shoppingcart1 .scListItemLabel div.center {
            justify-content: center;
            font-size: 1.5rem;
        }
    .shoppingcart1 .finalcart {
        flex: 0 0 200px;
        padding: 20px;
        background: #0ea860;
        font-size: 1.5rem;
        color: #fff;
        text-align: center;
    }
    .shoppingcart1 .tdName, .shoppingcart1 .cName {
        min-width: 150px;
        max-width: 226px;
    }
    .shoppingcart1 .loading {
        background-position: center center;
        width: 100%;
        height: 100%;
        position: absolute;
        vertical-align: middle;
        text-align: center;
        background-image: var(--loader-url);
        background-repeat: no-repeat;
        background-color: #fff;
        z-index: 1;
        display: none;
    }
    .shoppingcart1 .card-3 {
        -webkit-box-shadow: 0 0 3px 1px #adadad29;
        -ms-box-shadow: 0 0 3px 1px #adadad29;
        box-shadow: 0 0 3px 1px #adadad29;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        overflow: hidden;
    }
    .shoppingcart1 .shopping__box--header h3:last-child {
        width: 33.5px;
        flex: 0 0 33.5px;
    }
    .shoppingcart1 .shopping__box--table td:not(:first-child) {
        border-right: 2px solid #fff;
    }
    .shoppingcart1 .icon-user-login {
        width: 43px;
        height: 54px;
        color: #3c3b3c;
    }

    .shoppingcart1 .icon-user-register {
        width: 48px;
        height: 48px;
        color: #3c3b3c;
    }
    .shoppingcart1 .user .button-container .button-label {
        margin-right: 0;
        padding: 0 20px;
        font-size: 13px;
    }
    .shoppingcart1 .user .button-container .button.blue, .button-container .button.blue i.button-icon {
        background-color: #3c3b3c;
        color: #fff;
    }
    .shoppingcart1 .button-container .button-label .button-labelname {
        display: block;
        font-family: PayavaSansWeb;
        height: 38px;
        line-height: 38px;
        text-align: center;
    }
    .shoppingcart1 .user .button-container .button.green, .button-container .button.green i.button-icon {
        background-color: #3c3b3c;
        color: #fff;
        padding: 0 !important;
    }
    .shoppingcart1 .user .container .section_register .desc, .user .container .head p {
        font-family: PayavaSansWeb;
        color: #3c3b3c;
        font-size: 17px;
        text-align: center;
        padding-top: 15px;
    }

.shipping1 .controler {
    margin-top: 80px;
    float: right;
    clear: both;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
    .shipping1 .controler.single {
        margin: 0;
        float: left;
        clear: none;
        width: auto;
    }
    .shipping1 .controler .cellbtn.normal input, .controler .cellbtn.normal a {
        padding: 10px 40px !important;
        float: left;
        background: #62b273;
        color: #fff;
    }
    .shipping1 .controler .cellbtn.green input, .controler .cellbtn.green a {
        background: #0ea860;
        color: #fff;
    }

    .shipping1 .controler .cellbtn input, .controler .cellbtn a {
        margin: 0;
        font-size: 1.5rem;
        background: transparent;
        border: 0;
        padding: 20px 10px;
        cursor: pointer;
    }

    .shipping1 .controler .cellbtn.gray input, .controler .cellbtn.gray a {
        background: #7a7a7a;
        color: #fff;
    }
.shipping1 #getinfo {
    display: flex;
    flex-direction: column;
    min-height: 40vh;
    margin: 5vh 7vw;
    padding: 2vw;
    border: 2px solid #62b273;
    overflow: visible;
}
.shipping1 #progresstracker {
    display: flex;
    width: 100%;
    justify-content: center;
}
.shipping1 .checkout-wrap {
    flex: 1 1 auto;
    color: #444;
    font-family: PayavaSansWeb, sans-serif;
    margin: 25px auto;
    max-width: 800px;
    position: relative;
    direction: rtl;
    width: 100%;
    height: 100px;
}


.shipping1 ul.checkout-bar li {
    color: #ccc;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: PayavaSansWeb;
    padding: 14px 20px 14px 80px;
    position: relative;
}

    .shipping1 ul.checkout-bar li:before {
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        background: #ddd;
        border: 2px solid #FFF;
        color: #fff;
        font-size: 15px;
        font-size: 1.5rem;
        font-family: PayavaSansWeb;
        right: 20px;
        line-height: 37px;
        height: 35px;
        position: absolute;
        text-align: center;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
        top: 4px;
        width: 35px;
        z-index: 9;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-topright: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .shipping1 ul.checkout-bar li.active {
        color: #7ccb00;
        font-weight: bold;
    }

        .shipping1 ul.checkout-bar li.active:before {
            background: #7ccb00;
            z-index: 10;
        }

    .shipping1 ul.checkout-bar li.visited {
        background: #ECECEC;
        color: #7ccb00;
        z-index: 10;
    }

        .shipping1 ul.checkout-bar li.visited:before {
            background: #7ccb00;
            z-index: 10;
        }

    .shipping1 ul.checkout-bar li:nth-child(1):before {
        content: "1";
    }

    .shipping1 ul.checkout-bar li:nth-child(2):before {
        content: "2";
    }

    .shipping1 ul.checkout-bar li:nth-child(3):before {
        content: "3";
    }

    .shipping1 ul.checkout-bar li:nth-child(4):before {
        content: "4";
    }

    .shipping1 ul.checkout-bar li:nth-child(5):before {
        content: "5";
    }

    .shipping1 ul.checkout-bar li:nth-child(6):before {
        content: "6";
    }

.shipping1 ul.checkout-bar a {
    color: #7ccb00;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: PayavaSansWeb;
    text-decoration: none;
}
@media all and (min-width: 40em) {
    .shipping1 .checkout-bar li.active:after {
        -webkit-animation: myanimation 3s 0;
        background-size: 35px 35px;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        content: "";
        height: 15px;
        width: 100%;
        right: 50%;
        position: absolute;
        top: -25px;
        z-index: 0;
    }

    .shipping1 .checkout-wrap {
        margin: 25px auto;
    }

    .shipping1 ul.checkout-bar {
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        background-size: 35px 35px;
        background-color: #EcEcEc;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
        border-radius: 15px;
        height: 15px;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        width: 100%;
    }

        .shipping1 ul.checkout-bar:before {
            background-size: 35px 35px;
            background-color: #7dcd00;
            background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
            background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
            -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
            box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
            border-radius: 15px;
            content: " ";
            height: 15px;
            right: 0;
            position: absolute;
            width: 10%;
        }

        .shipping1 ul.checkout-bar li {
            display: inline-block;
            margin: 25px 0 0;
            padding: 0;
            text-align: center;
            width: 19%;
            clear: none;
            float: right;
        }

            .shipping1 ul.checkout-bar li:before {
                height: 33px;
                right: 40%;
                line-height: 40px;
                position: absolute;
                top: -40px;
                width: 80px;
                z-index: 9;
            }

            .shipping1 ul.checkout-bar li.visited {
                background: none;
            }

                .shipping1 ul.checkout-bar li.visited:after {
                    background-size: 35px 35px;
                    background-color: #7ccb00;
                    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
                    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
                    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
                    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
                    content: "";
                    height: 15px;
                    right: 50%;
                    position: absolute;
                    top: -25px;
                    width: 100%;
                    z-index: 9;
                    border-radius: 15px;
                }
}
.shipping1 .getinfo {
    display: flex;
    flex-direction: column;
}
.shipping1 .p__address {
    display: flex;
    flex-direction: column;
}
.shipping1 .lstads {
    display: flex;
    justify-content: space-between;
}

.shipping1 select.nice-select {
    display: none;
}

.shipping1 .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: right !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

    .shipping1 .nice-select:hover {
        border-color: #dbdbdb;
    }

    .shipping1 .nice-select:active, .nice-select.open, .nice-select:focus {
        border-color: #999;
    }

    .shipping1 .nice-select:after {
        border-bottom: 2px solid #999;
        border-right: 2px solid #999;
        content: '';
        display: block;
        height: 5px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        left: 12px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 0.15s ease-in-out;
        width: 5px;
    }

    .shipping1 .nice-select.open:after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .shipping1 .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        width: 100%;
    }

    .shipping1 .nice-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none;
    }

        .shipping1 .nice-select.disabled:after {
            border-color: #cccccc;
        }

    .shipping1 .nice-select.wide {
        width: 100%;
    }

        .shipping1 .nice-select.wide .list {
            left: 0 !important;
            right: 0 !important;
        }

    .shipping1 .nice-select.right {
        float: right;
    }

        .shipping1 .nice-select.right .list {
            left: auto;
            right: 0;
        }

    .shipping1 .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px;
    }

        .shipping1 .nice-select.small:after {
            height: 4px;
            width: 4px;
        }

        .shipping1 .nice-select.small .option {
            line-height: 34px;
            min-height: 34px;
        }

    .shipping1 .nice-select .list {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
        width: 100%;
    }

        .shipping1 .nice-select .list:hover .option:not(:hover) {
            background-color: transparent !important;
        }

    .shipping1 .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: right;
        transition: all 0.2s;
        width: 100%;
    }

        .shipping1 .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
            background-color: #f6f6f6;
        }

        .shipping1 .nice-select .option.selected {
            font-weight: bold;
        }

.shipping1 .ModelList {
    width: 100%;
    float: right;
}

.shipping1 li[data-display="itemnotinv"] {
    background: transparent url(img/Not-Availablel.f086c5a8230d531b2332.png) no-repeat 0.5em center;
}

.shipping1 .nice-select .option.disabled {
    background-color: transparent;
    color: #90a1b5;
    cursor: default;
}
.shipping1 .nice {
    width: 300px;
}
.shipping1 .addressshipping div.address {
    margin-top: 10px;
    padding: 20px;
    background: #f7f7f7;
    color: #2b2b2b;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 1.5rem;
    font-family: PayavaSansWeb;
}

    .shipping1 .addressshipping div.address > div {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        background: #f3f3f3;
        margin: 5px;
        padding: 5px;
    }

        .shipping1 .addressshipping div.address > div:last-child {
            width: 70px;
            flex: 0 0 70px;
            align-items: center;
            justify-content: space-between;
        }

        .shipping1 .addressshipping div.address > div > label {
            padding: 5px;
            background: #646464;
            color: #fff;
        }
.shipping1 .getposttype {
    background: #f7f7f7;
    padding: 20px;
}
.shipping1 .shipping {
    display: flex;
    justify-content: center;
    position: relative;
}
.shipping1 .gheader h2 {
    padding-right: 20px;
    color: #646464;
}
    .shipping1 .shipping table td.first {
        border-radius: 0 2px 2px 0;
        cursor: pointer;
        width: 100px;
        border-left: 1px solid #b2b2b2;
    }
    .shipping1 .shipping table td {
        height: 68px;
        border-left: 1px solid #a3a3a3;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
        position: relative;
        background: #fff;
    }
    .shipping1 .shipping .tpost {
        margin-top: 10px;
        border: 1px solid #a3a3a3;
        width: 100%;
        /* min-width: 500px; */
        float: right;
        position: relative;
    }
        .shipping1 .shipping .tpost.activepost {
            border: 2px solid #e53527;
        }
            .shipping1 .shipping .tpost.activepost table td.first {
                border-left: 2px solid #e53527;
            }

            .shipping1 .shipping .tpost.activepost table td.first {
                background-color: #ddffdc;
            }
            .shipping1 .shipping .tpost.activepost table td.second {
                border-left: 2px solid #e53527;
            }
            .shipping1 .shipping .tpost.activepost table .second img {
                margin: 2px 25px 0 0;
            }
            .shipping1 .shipping .tpost.activepost table td.last {
                background: #fbfcfc;
                border-radius: 4px 0 0 4px;
            }
    .shipping1 .shipping table {
        width: 100%;
        direction: rtl;
        height: 80px;
        color: #777777;
        border: 0;
    }
        .shipping1 .shipping table td:last-child {
            border-left: none !important;
        }

        .shipping1 .shipping table .second img {
            margin: 2px 25px 0 0;
            float: right;
            margin-right: -100px;
            -webkit-transition: 150ms ease;
            -moz-transition: 150ms ease;
            -ms-transition: 150ms ease;
            -o-transition: 150ms ease;
            transition: 150ms ease;
        }

        .shipping1 .shipping table .second div.fpv {
            margin-right: 20px;
            max-width: 100%;
            float: right;
            text-align: right;
            direction: rtl;
        }

        .shipping1 .shipping table .second div .title {
            color: #4d4d4d;
            font-size: 14px;
        }

        .shipping1 .shipping table .second div .desc {
            color: #777;
            white-space: nowrap;
        }

        .shipping1 .shipping table .last {
            border: 0 !important;
            padding-left: 10px;
            padding-right: 10px;
            width: 100px;
        }

        .shipping1 .shipping table td p {
            line-height: 26px;
            white-space: nowrap;
            color: #343434;
            font-size: 15px;
        }

            .shipping1 .shipping table td p:first-child {
                color: #666;
                font-size: 12px;
            }

        .shipping1 .shipping table .last .green {
            font-size: 15px;
            margin-left: 5px;
        }

        .shipping1 .shipping table .last p.green {
            margin-left: 0;
        }

.shipping1 .shipping .radiobotton {
    display: inline-block;
    position: relative;
    height: 35px;
    width: 35px;
    padding: 0;
    margin: 0;
    right: 1px;
    top: 7px;
}

        .shipping1 .shipping .radiobotton input[type=radio] {
            position: absolute !important;
            opacity: 0;
            display: none;
        }

    .shipping1 .shipping .first input {
        margin-top: 6px;
    }

.shipping1 .shipping .radiobotton label {
    width: 26px;
    height: 26px;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    display: block;
    position: relative;
    border: 1px solid #d4dbde;
    -webkit-transition: 150ms ease;
    -moz-transition: 150ms ease;
    -ms-transition: 150ms ease;
    -o-transition: 150ms ease;
    transition: 150ms ease;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

        .shipping1 .shipping .radiobotton label:after {
            position: absolute;
            top: 5px;
            left: 5px;
            content: "";
            background: #fff;
            width: 2px;
            height: 2px;
            border-radius: 100%;
            border: 1px solid #fff;
        }
.shipping1 .shipping table td span {
    padding: 5px;
    background: #a8b4b5;
    font-size: 1.4rem;
    display: flex;
    border-radius: 30px;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.shipping1 .radiobotton input[type=radio]:checked + label {
    background: #00ff14;
    border: 1px solid transparent;
}
.shipping1 .card-1 {
    -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);
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

    .shipping1 .card-1:hover {
        -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
        -ms-box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
        box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
        z-index: 5;
    }
.shipping1 .TimeSheet td {
    vertical-align: middle;
    text-align: center;
    border: 1px solid #a3a3a3 !important;
    border-right: 0;
    border-bottom: 0;
}

    .shipping1 .TimeSheet td.disabled {
        background: #fbfcfc;
        color: #bbb;
    }

.shipping1 .TimeSheet table td p {
    line-height: 26px;
    white-space: nowrap;
    color: #4caf50;
    font-size: 15px;
    font-size: 1.5rem;
}

.shipping1 .TimeSheet td p:first-child {
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
}

.shipping1 .TimeSheet td.tsfirst p {
    line-height: 18px;
    margin-top: 5px;
}

.shipping1 .TimeSheet table td {
    height: 68px;
    border-left: 1px solid #a3a3a3;
    text-align: center;
    vertical-align: middle;
}

.shipping1 .TimeSheet td.tsfirst {
    width: 100px;
    border-right: 0 !important;
    font-size: 12px;
    font-size: 1.2rem;
    color: #999;
}

.shipping1 .TimeSheet .radiobotton {
    margin-left: 5px;
    right: 1px;
    top: 7px;
}

.shipping1 .TimeSheet td.item label {
    font-family: PayavaSansWeb;
    cursor: pointer;
    font-size: 13px;
    font-size: 1.3rem;
}

.shipping1 .TimeSheet td.item input {
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
}

.shipping1 .TimeSheet .selectedTime {
    background: #f3fff3;
    transition: background 150ms;
}

.shipping1 .TimeSheet td.disabled {
    background: #fbfcfc;
    color: #bbb;
}
.shipping1 .card-3 {
    -webkit-box-shadow: 0 0 3px 1px #adadad29;
    -ms-box-shadow: 0 0 3px 1px #adadad29;
    box-shadow: 0 0 3px 1px #adadad29;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.shipping1 .addressshipping .active-address {
    display: inline-block;
    transition: 150ms ease;
    padding: 0;
}

.shipping1 .addressshipping .edit {
    text-align: center;
    cursor: pointer;
}

    .shipping1 .addressshipping .edit i {
        background: transparent url(img/s-icons.0f76c007b94e5dac2a66.svg) no-repeat 0 0;
        height: 48px;
        width: 48px;
        display: inline-block;
    }

.shipping1 .addressshipping .delete i {
    background: transparent url(img/s-icons.0f76c007b94e5dac2a66.svg) no-repeat -48px 0px;
    height: 48px;
    width: 48px;
    display: inline-block;
}

.shipping1 .addressshipping .delete {
    cursor: pointer;
}
.review1 #cartpage {
    width: calc(100% - 14vw);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    margin: 0 7vw;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 3px solid #62b273;
}
    .review1 #cartpage ul li.scCartListItem {
        display: flex;
        width: 100%;
        margin: 0;
        padding: 0 10px 0 0;
        align-items: center;
    }
.review1 .rev__foot__btn a, .rev__foot__btn input[type=submit] {
    padding: 10px 20px;
    background: #bbb;
    color: #000;
    font-size: 1.5rem;
    margin: 5px;
    cursor: pointer;
}
.review1 .insidebtnchg {
    padding: .5em;
    font-size: 1em;
    flex: 1 1 auto;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    color: #000;
}
.review1 .scULList {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.review1 .shopping__box--table table tr td {
    padding: 1.2rem 0;
    font-size: 1.1rem;
    width: 50%;
    text-align: center;
}
.review1 .tdName, .review1 .cName {
    min-width: 150px;
    max-width: 226px;
}
.review1 .scListItemLabel {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
    .review1 .scListItemLabel div.cName, .shopping__box--header h3.tdName {
        flex: 1 1 300px;
    }
.review1 .cInfo {
    display: none;
    right: 30%;
    top: 0;
    height: 100%;
    width: 20%;
    position: absolute;
    vertical-align: middle;
    color: maroon;
    direction: ltr;
}
    .review1 #cartpage .scListItemLabel div.cName, .review1 #cartpage .shopping__box--header h3.tdName {
        max-width: 400px;
    }
.review1 #getinfo {
    display: flex;
    flex-direction: column;
    min-height: 40vh;
    margin: 5vh 7vw;
    padding: 2vw;
    border: 2px solid #62b273;
    overflow: visible;
}
.review1 #cartpage .shopping__box--header {
    display: flex;
    justify-content: space-around;
    background-color: #646464;
    color: #ffffff;
    padding: 1.5rem 10px 1.5rem 0;
}
.review1 .shopping__box--table td:not(:first-child) {
    border-right: 2px solid #fff;
}
        .review1 #cartpage .shopping__box--header h3, .review1 #cartpage .scULList, .review1 #cartpage .shopping__box--table table tr td {
            font-size: 1.5rem;
        }
.review1 .scListItemLabel div.cName, .review1 .shopping__box--header h3.tdName {
    flex: 1 1 300px;
}
.review1 .shopping__box--header h3 {
    font-size: 1.2rem;
    flex: 1 1 auto;
    text-align: center;
}
    .review1 #cartpage img {
        width: 100px;
    }

    .review1 #cartpage .descCart {
        resize: none;
        flex: 0 0 50%;
        height: 100px;
        border: none;
        padding: 10px;
    }

    .review1 #cartpage .shopping__box--info {
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        max-height: 300px;
        min-height: 50px;
        overflow: auto;
        position: relative;
    }
.review1 #cartpage .shopping__box--table.flxr {
    flex-direction: row;
    align-items: center;
}
    .review1 #cartpage .shopping__box--table {
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }

        .review1 #cartpage .shopping__box--table table {
            width: 100%;
            background-color: #fff;
            border-collapse: collapse;
        }

            .review1 #cartpage .shopping__box--table table tr {
                background-color: lightgray;
            }

        .review1 #cartpage .shopping__box--table tr:not(:last-of-type) {
            border-bottom: 1px solid #fff;
        }

    .review1 #cartpage .navfoot {
        display: flex;
        flex: 0 0 100px;
        align-items: center;
        justify-content: flex-start;
        gap: calc(25% - 100px);
        padding-top: 5px;
    }

    .review1 #cartpage .scListItemRemove {
        position: relative;
        text-align: center;
        text-decoration: none;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-size: 2em;
        filter: alpha(opacity = 25);
        opacity: .25;
        -moz-opacity: .25;
        color: #e80000;
        background-repeat: no-repeat;
    }

    .review1 #cartpage .scListItemLabel div {
        flex: 1 1 150px;
        text-align: center;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
    }

        .review1 #cartpage .scListItemLabel div.center {
            justify-content: center;
            font-size: 1.5rem;
        }

    .review1 #cartpage .finalcart {
        flex: 0 0 200px;
        padding: 20px;
        background: #0ea860;
        font-size: 1.5rem;
        color: #fff;
        text-align: center;
    }
.review1 #progresstracker {
    display: flex;
    width: 100%;
    justify-content: center;
}
.review1 .checkout-wrap h1 {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    padding: 20px 0;
    color: #777;
}

.review1 .checkout-wrap {
    flex: 1 1 auto;
    color: #444;
    margin: 25px auto;
    max-width: 800px;
    position: relative;
    direction: rtl;
    width: 100%;
    height: 100px;
}

ul.checkout-bar li {
    color: #ccc;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 14px 20px 14px 80px;
    position: relative;
}

.review1 ul.checkout-bar li:before {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background: #ddd;
    border: 2px solid #FFF;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    right: 20px;
    line-height: 37px;
    height: 35px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    top: 4px;
    width: 35px;
    z-index: 9;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.review1 ul.checkout-bar li.active {
    color: #7ccb00;
    font-weight: bold;
}

    .review1 ul.checkout-bar li.active:before {
        background: #7ccb00;
        z-index: 10;
    }

.review1 ul.checkout-bar li.visited {
    background: #ECECEC;
    color: #7ccb00;
    z-index: 10;
}

    .review1 ul.checkout-bar li.visited:before {
        background: #7ccb00;
        z-index: 10;
    }

.review1 ul.checkout-bar li:nth-child(1):before {
    content: "1";
}

.review1 ul.checkout-bar li:nth-child(2):before {
    content: "2";
}

.review1 ul.checkout-bar li:nth-child(3):before {
    content: "3";
}

.review1 ul.checkout-bar li:nth-child(4):before {
    content: "4";
}

.review1 ul.checkout-bar li:nth-child(5):before {
    content: "5";
}

.review1 ul.checkout-bar li:nth-child(6):before {
    content: "6";
}

.review1 ul.checkout-bar a {
    color: #7ccb00;
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: none;
}

@media all and (min-width: 40em) {
    .review1 .checkout-bar li.active:after {
        -webkit-animation: myanimation 3s 0;
        background-size: 35px 35px;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        content: "";
        height: 15px;
        width: 100%;
        right: 50%;
        position: absolute;
        top: -25px;
        z-index: 0;
    }

    .review1 .checkout-wrap {
        margin: 25px auto;
    }

    .review1 ul.checkout-bar {
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        background-size: 35px 35px;
        background-color: #EcEcEc;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
        border-radius: 15px;
        height: 15px;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        width: 100%;
    }

        .review1 ul.checkout-bar:before {
            background-size: 35px 35px;
            background-color: #7dcd00;
            background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
            background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
            -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
            box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
            border-radius: 15px;
            content: " ";
            height: 15px;
            right: 0;
            position: absolute;
            width: 10%;
        }

        .review1 ul.checkout-bar li {
            display: inline-block;
            margin: 25px 0 0;
            padding: 0;
            text-align: center;
            width: 19%;
            clear: none;
            float: right;
        }

            .review1 ul.checkout-bar li:before {
                height: 33px;
                right: 40%;
                line-height: 40px;
                position: absolute;
                top: -40px;
                width: 80px;
                z-index: 9;
            }

            .review1 ul.checkout-bar li.visited {
                background: none;
            }

                .review1 ul.checkout-bar li.visited:after {
                    background-size: 35px 35px;
                    background-color: #7ccb00;
                    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
                    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
                    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
                    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
                    content: "";
                    height: 15px;
                    right: 50%;
                    position: absolute;
                    top: -25px;
                    width: 100%;
                    z-index: 9;
                    border-radius: 15px;
                }
}

.review1 .rev__foot {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 20px;
}

.review1 .rev__foot__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    background: #ffffff;
}

    .review1 .rev__foot__btn > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .review1 .rev__foot__btn a {
        padding: 10px 20px;
        background: #bbb;
        color: #000;
        font-size: 1.5rem;
        margin: 5px;
    }

        .review1 .rev__foot__btn a.green {
            background: #0ea860;
            color: #fff;
        }
.review1 .card-1 {
    -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);
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

    .review1 .card-1:hover {
        -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
        -ms-box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
        box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
        z-index: 5;
    }
.review1 .card-3 {
    -webkit-box-shadow: 0 0 3px 1px #adadad29;
    -ms-box-shadow: 0 0 3px 1px #adadad29;
    box-shadow: 0 0 3px 1px #adadad29;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

/********Payment*********/
.Payment1 .finish__page {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.Payment1 .card-3 {
    -webkit-box-shadow: 0 0 3px 1px #adadad29;
    -ms-box-shadow: 0 0 3px 1px #adadad29;
    box-shadow: 0 0 3px 1px #adadad29;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.Payment1 #postlist {
    width: 100%;
    min-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Payment1 #mainpeyment .group {
    display: flex;
    align-items: center;
}

    .Payment1 #mainpeyment .group input {
        font-size: 1.5rem;
        padding: 10px;
        border: none;
    }
.Payment1 .card-3 {
    -webkit-box-shadow: 0 0 3px 1px #adadad29;
    -ms-box-shadow: 0 0 3px 1px #adadad29;
    box-shadow: 0 0 3px 1px #adadad29;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
        .Payment1 #mainpeyment .group input[type=button] {
            height: 100%;
            cursor: pointer;
            background: #0ea860;
            color: #fff;
        }

.Payment1 #mainpeyment .group input.giftcard {
    background: #e5e5e5;
    margin-left: 20px;
    width: 250px;
    border-radius: 5px;
}

.Payment1 #mainpeyment .cancel {
    font-size: 1.5rem;
    color: #cb0000;
    border: 1px solid;
    padding: 5px;
}

.Payment1 .final__pay {
    font-size: 1.5rem;
    background: #90c899;
    padding: 5px 20px;
}

.Payment1 .card__pay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 500px;
    position: relative;
}

.Payment1 #check-holder {
    display: none;
}

.Payment1 .finish__btn {
    background: #7ccb00;
    padding: 10px 0;
    color: #fff;
    border-bottom: 1px solid;
    font-family: PayavaSansWeb;
    font-size: 1.5rem;
    width: 100%;
    position: relative;
    display: block;
}

    .Payment1 .finish__btn > table {
        text-align: center;
        padding: 20px;
        overflow: hidden;
        width: 100%;
        background-color: #FFFFFF;
    }
.Payment1 .panel-wrap {
    width: 90%;
    padding: 10px;
    background: #f7f7f7;
}

.Payment1 .tblMessage {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    gap: 10px;
}

.Payment1 .page-r {
    display: flex;
    flex-direction: column;
    width: 600px;
    padding: 10px;
    gap: 10px;
    background: #d6d6d6;
}

.Payment1 .record {
    display: flex;
    width: 100%;
    flex: 0 0 auto;
    height: auto;
    font-size: 1.5em;
    justify-content: space-around;
}

.Payment1 .record-c {
    padding: 10px 5px;
    text-align: center;
    background: #fff;
}

.Payment1 .record-r {
    flex: 1 1 30%;
    background: #b1d0b9;
}

.Payment1 .record-l {
    flex: 1 1 70%;
}
.Payment1 #getinfo {
    display: flex;
    flex-direction: column;
    min-height: 40vh;
    margin: 5vh 7vw;
    padding: 2vw;
    border: 2px solid #0ea860;
    overflow: visible;
}
.Payment1 .controler {
    margin-top: 80px;
    float: right;
    clear: both;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

    .Payment1 .controler .cellbtn input, .controler .cellbtn a {
        margin: 0;
        font-size: 1.5rem;
        background: transparent;
        border: none;
        padding: 20px 10px;
        cursor: pointer;
    }

    .Payment1 .controler .cellbtn.green input, .controler .cellbtn.green a {
        background: #0ea860;
        color: #fff;
    }

    .Payment1 .controler .cellbtn.gray input, .controler .cellbtn.gray a {
        background: #7a7a7a;
        color: #fff;
    }

    .Payment1 .controler .cellbtn.normal input, .controler .cellbtn.normal a {
        padding: 10px 40px !important;
        float: left;
        background: #62b273;
        color: #fff;
    }

    .Payment1 .controler.single {
        margin: 0;
        float: left;
        clear: none;
        width: auto;
    }
.Payment1 .shipping .tpost {
    margin-top: 10px;
    border: 1px solid #a3a3a3;
    width: 100%;
    /* min-width: 500px; */
    float: right;
    position: relative;
}

    .Payment1 .shipping .tpost.activepost {
        border: 2px solid #e53527;
    }

.Payment1 .shipping table {
    width: 100%;
    direction: rtl;
    height: 80px;
    color: #777777;
    border: 0;
}

.Payment1 .radiobotton {
    display: inline-block;
    position: relative;
    height: 18px;
    width: 18px;
    padding: 0;
    margin: 0;
}

.Payment1 .shipping {
    display: flex;
    justify-content: center;
    position: relative;
}

    .Payment1 .shipping table td {
        height: 68px;
        border-left: 1px solid #a3a3a3;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
        position: relative;
        background: #fff;
    }

        .Payment1 .shipping table td.first {
            border-radius: 0 2px 2px 0;
            cursor: pointer;
            width: 100px;
            border-left: 1px solid #b2b2b2;
        }

    .Payment1 .shipping .tpost.activepost table td.first {
        border-left: 2px solid #e53527;
    }

    .Payment1 .shipping .tpost.activepost table td.first {
        background-color: #ddffdc;
    }

        .Payment1 .shipping .radiobotton input[type=radio] {
            position: absolute !important;
            opacity: 0;
            display: none;
        }

    .Payment1 .shipping .first input {
        margin-top: 6px;
    }

    .Payment1 .shipping .radiobotton label {
        width: 14px;
        height: 14px;
        -ms-border-radius: 100%;
        border-radius: 100%;
        background: #fff;
        display: block;
        position: relative;
        border: 1px solid #d4dbde;
        -webkit-transition: 150ms ease;
        -moz-transition: 150ms ease;
        -ms-transition: 150ms ease;
        -o-transition: 150ms ease;
        transition: 150ms ease;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }

        .Payment1 .shipping .radiobotton label:after {
            position: absolute;
            top: 5px;
            left: 5px;
            content: "";
            background: #fff;
            width: 2px;
            height: 2px;
            border-radius: 100%;
            border: 1px solid #fff;
        }

.Payment1 .radiobotton input[type=radio]:checked + label {
    background: #2b3044;
    border: 1px solid transparent;
    width: 14px;
    height: 14px;
}

.Payment1 .shipping .tpost.activepost table td.second {
    border-left: 2px solid #e53527;
}

.Payment1 .shipping table td:last-child {
    border-left: none !important;
}

.Payment1 .shipping table .second img {
    margin: 2px 25px 0 0;
    float: right;
    margin-right: -100px;
    -webkit-transition: 150ms ease;
    -moz-transition: 150ms ease;
    -ms-transition: 150ms ease;
    -o-transition: 150ms ease;
    transition: 150ms ease;
}

.Payment1 .shipping .tpost.activepost table .second img {
    margin: 2px 25px 0 0;
}

.Payment1 .shipping table .second div.fpv {
    margin-right: 20px;
    max-width: 100%;
    float: right;
    text-align: right;
    direction: rtl;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.Payment1 .shipping table .second div .title {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 600;
}

.Payment1 .shipping table .second div .desc {
    color: #777;
}

.Payment1 .shipping table .last {
    border: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    width: 100px;
}

.Payment1 .shipping .tpost.activepost table td.last {
    background: #fbfcfc;
    border-radius: 4px 0 0 4px;
}

.Payment1 .shipping table td p {
    line-height: 28px;
    color: #777;
    font-size: 15px;
    word-wrap: break-word;
    white-space: normal;
    width: 35vw;
}

    .Payment1 .shipping table td p:first-child {
        color: #666;
        font-size: 12px;
    }

.Payment1 .shipping table .last .green {
    font-size: 15px;
    margin-left: 5px;
}

.Payment1 .shipping table .last p.green {
    margin-left: 0;
}
.Payment1 #progresstracker {
    display: flex;
    width: 100%;
    justify-content: center;
}
.Payment1 .checkout-wrap h1 {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    padding: 20px 0;
    color: #777;
}

.Payment1 .checkout-wrap {
    flex: 1 1 auto;
    color: #444;
    margin: 25px auto;
    max-width: 800px;
    position: relative;
    direction: rtl;
    width: 100%;
    height: 100px;
}

ul.checkout-bar li {
    color: #ccc;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 14px 20px 14px 80px;
    position: relative;
}

.Payment1 ul.checkout-bar li:before {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background: #ddd;
    border: 2px solid #FFF;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    right: 20px;
    line-height: 37px;
    height: 35px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    top: 4px;
    width: 35px;
    z-index: 9;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.Payment1 ul.checkout-bar li.active {
    color: #7ccb00;
    font-weight: bold;
}

    .Payment1 ul.checkout-bar li.active:before {
        background: #7ccb00;
        z-index: 10;
    }

.Payment1 ul.checkout-bar li.visited {
    background: #ECECEC;
    color: #7ccb00;
    z-index: 10;
}

    .Payment1 ul.checkout-bar li.visited:before {
        background: #7ccb00;
        z-index: 10;
    }

.Payment1 ul.checkout-bar li:nth-child(1):before {
    content: "1";
}

.Payment1 ul.checkout-bar li:nth-child(2):before {
    content: "2";
}

.Payment1 ul.checkout-bar li:nth-child(3):before {
    content: "3";
}

.Payment1 ul.checkout-bar li:nth-child(4):before {
    content: "4";
}

.Payment1 ul.checkout-bar li:nth-child(5):before {
    content: "5";
}

.Payment1 ul.checkout-bar li:nth-child(6):before {
    content: "6";
}

.Payment1 ul.checkout-bar a {
    color: #7ccb00;
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: none;
}

@media all and (min-width: 40em) {
    .Payment1 .checkout-bar li.active:after {
        -webkit-animation: myanimation 3s 0;
        background-size: 35px 35px;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        content: "";
        height: 15px;
        width: 100%;
        right: 50%;
        position: absolute;
        top: -25px;
        z-index: 0;
    }

    .Payment1 .checkout-wrap {
        margin: 25px auto;
    }

    .Payment1 ul.checkout-bar {
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
        background-size: 35px 35px;
        background-color: #EcEcEc;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
        border-radius: 15px;
        height: 15px;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        width: 100%;
    }

        .Payment1 ul.checkout-bar:before {
            background-size: 35px 35px;
            background-color: #7dcd00;
            background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
            background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
            -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
            box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
            border-radius: 15px;
            content: " ";
            height: 15px;
            right: 0;
            position: absolute;
            width: 10%;
        }

        .Payment1 ul.checkout-bar li {
            display: inline-block;
            margin: 25px 0 0;
            padding: 0;
            text-align: center;
            width: 19%;
            clear: none;
            float: right;
        }

            .Payment1 ul.checkout-bar li:before {
                height: 33px;
                right: 40%;
                line-height: 40px;
                position: absolute;
                top: -40px;
                width: 80px;
                z-index: 9;
            }

            .Payment1 ul.checkout-bar li.visited {
                background: none;
            }

                .Payment1 ul.checkout-bar li.visited:after {
                    background-size: 35px 35px;
                    background-color: #7ccb00;
                    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
                    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
                    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
                    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
                    content: "";
                    height: 15px;
                    right: 50%;
                    position: absolute;
                    top: -25px;
                    width: 100%;
                    z-index: 9;
                    border-radius: 15px;
                }
}

.changepassword1 {
    width: 100%;
}
    .changepassword1 .userpage {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        min-height: 80vh;
        margin: 5vh 5vw;
    }
    .changepassword1 .changclass {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        font-size: 1.5rem;
    }
    .changepassword1 .AspNet-ChangePassword {
        font-size: 2rem;
        text-align: center;
        padding: 20px;
        display: flex;
        overflow: visible;
        width: 50%;
        justify-content: center;
    }
    .changepassword1 #panel2 {
        width: 100%;
        color: #333;
        padding: 0;
        margin: 0;
        position: relative;
        display: inline-block;
        left: 0;
        direction: ltr;
        border: 0;
    }
        .changepassword1 #panel2 .content {
            height: 100%;
            width: 100%;
            top: 0;
            float: left;
            display: block;
            position: relative;
            margin: 0;
            text-align: center;
            font-size: 1em;
        }
            .changepassword1 #panel2 .content .left {
                width: auto;
                float: none;
                position: relative;
                margin: 2vh auto;
                padding: 0 0%;
                min-height: 35vh;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
            }
            .changepassword1 #panel2 .content .itemgroup {
                width: 100%;
                color: purple;
                position: relative;
                height: auto;
                margin: 30px auto 0 auto;
                direction: rtl;
                display: flex;
                flex-direction: row-reverse;
                align-items: center;
                justify-content: center;
            }
            .changepassword1 #panel2 .content input.field {
                border: 1px solid #d4d8df;
                width: 220px;
                color: #1a171a;
                padding: 10px;
                margin: 0;
                height: 41px;
                z-index: 2;
                outline: none;
                border-radius: 10px;
                margin-right: 10px;
            }
    .changepassword1 .lblmob {
        color: #162345;
        position: relative;
        font-size: 1.8rem;
        font-weight: 500;
        width: 140px;
        border-radius: 10px;
        text-align: right;
    }
    .changepassword1 #panel2 .content .itemgroup input[type=submit].gray {
        background: #727171;
        color: #ffffff;
        font-size: 1.6rem;
        letter-spacing: 1px;
    }
    .changepassword1 #panel2 .content .itemgroup input[type=submit].green {
        background: #2f955c;
        color: #fff;
        font-size: 1.6rem;
        letter-spacing: 1px;
    }
    .changepassword1 #panel2 .content .itemgroup input[type=submit] {
        margin: 8px 40px;
        border: none;
        padding: 8px 25px;
        cursor: pointer;
        min-width: 120px;
    }
    .changepassword1 .AspNet-ChangePassword input[type=submit] {
        color: #f9f9f9;
        font-size: 1.7rem;
        padding: 5px;
        border-radius: 10px;
        min-width: 150px;
        margin: 20px 50px 0 50px;
        cursor: pointer;
        border: 0;
        background: #589567;
    }
.recoverpassword1.__recovery {
    font-size: 1.5rem;
    padding: 20px;
    text-align: center;
    min-height: 50vh;
}
.recoverpassword1 .changclass {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    font-size: 1.5rem;
}
.recoverpassword1 .holder-c {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 17px;
    align-items: center;
}
.recoverpassword1 .AspNet-ChangePassword {
    font-size: 2rem;
    text-align: center;
    padding: 20px;
    display: flex;
    overflow: visible;
    margin: 10vh 0;
    width: 50%;
    justify-content: center;
}
.recoverpassword1 #panel2 {
    width: 100%;
    color: #333;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
    left: 0;
    direction: ltr;
    border: 0;
}
    .recoverpassword1 #panel2 .content {
        height: 100%;
        width: 100%;
        top: 0;
        float: left;
        display: block;
        position: relative;
        margin: 0;
        text-align: center;
        font-size: 1em;
    }
        .recoverpassword1 #panel2 .content .itemgroup.red {
            color: red !important;
        }
        .recoverpassword1 #panel2 .content .itemgroup {
            width: 100%;
            color: purple;
            position: relative;
            height: auto;
            margin: 30px auto 0 auto;
            direction: rtl;
            display: flex;
            flex-direction: row-reverse;
            align-items: center;
            justify-content: center;
        }
        .recoverpassword1 #panel2 .content input.field {
            border: 1px solid #d4d8df;
            width: 220px;
            color: #1a171a;
            padding: 10px;
            margin: 0;
            height: 41px;
            z-index: 2;
            outline: 0;
            border-radius: 10px;
            margin-right: 10px;
        }
.recoverpassword1 .lblmob {
    font-family: PayavaSansWeb;
    color: #3c3b3c;
    position: relative;
    font-size: 1.8rem;
    font-weight: 500;
    width: 140px;
    border-radius: 10px;
    text-align: right;
}
.recoverpassword1 .catpchaholder {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: inherit;
    margin: 10px 0;
}
    .recoverpassword1 .catpchaholder input {
        max-width: 300px;
        text-align: center;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 14px 0;
        border: 1px solid #585858;
        font-size: 1.5rem;
    }
.recoverpassword1 .catpchaholder {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: inherit;
    margin: 10px 0;
}
    .recoverpassword1 .catpchaholder img {
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }


    .recoverpassword1 .catpchaholder span {
        font-size: 20px;
        font-size: 2rem;
    }
.recoverpassword1 #panel2 .content .itemgroup input[type=submit].green {
    background: #2f955c;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 1px;
}
.recoverpassword1 #panel2 .content .itemgroup input[type=submit] {
    margin: 8px 40px;
    border: none;
    padding: 8px 25px;
    cursor: pointer;
    min-width: 120px;
}
.recoverpassword1 .PasswordRecovery-Skin {
    width: 100%;
}
.contactus1 .card-4 {
    -webkit-box-shadow: 0px 0px 3px 1px #0000001a;
    -ms-box-shadow: 0px 0px 3px 1px #0000001a;
    box-shadow: 0px 0px 3px 1px #0000001a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.contactus1 .holder-r.contactus {
    padding: 50px 20px;
    font-size: 1.5rem;
    margin: 20px 7vw;
    display: flex;
}
.contactus1 #contact .inner {
    display: flex;
    width: 100%;
    justify-content: space-around;
    font-size: 17px;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
    padding: 10px;
    color: #4c4c4c;
    border-left: 1px solid #cdcdcd;
    font-weight: 300;
}
.contactus1 .contactus a.lightcolor {
    color: #4c4c4c;
}
.contactus1 #contact .c-contact span {
    font-size: 1.6rem;
}
.contactus1 .lightcolor {
    color: #4c4c4c;
    margin: 0 5px;
}
.contactus1 .divUpload {
    margin: 25px;
}
.contactus1 .form__content label, .form__content2 label {
    color: #4c4c4c;
    font-size: 1.7rem;
    margin-left: 1rem;
    min-width: 130px;
    text-align: right;
    font-weight: 300;
}
.contactus1 .card-3 {
    -webkit-box-shadow: 0 0 3px 1px #adadad29;
    -ms-box-shadow: 0 0 3px 1px rgb(173 173 173 / 16%);
    box-shadow: 0 0 3px 1px #adadad29;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.contactus1 .form__content input, .form__content select, .form__content2 input, .form__content2 textarea {
    font-family: inherit;
    font-size: 1.8rem;
    border: none;
    padding: .3rem .5rem;
    border-radius: 10px;
}
.contactus1 .catpchaholder input {
    max-width: 300px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 0;
    border: 1px solid #dfdfdf;
    font-size: 1.5rem;
}
.contactus1 .catpchaholder {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: inherit;
    margin: 10px 0;
}

.contactus1 .btn {
    display: flex;
    padding: .5rem 2rem;
    cursor: pointer;
    font-size: 1.5rem;
}
.contactus1 .btncontact {
    padding: 5px 35px;
    border-radius: 10px;
    border: none;
    background-color: #2f955c;
    color: #fff;
    font-size: 1.7rem;
}
.contactus1 .catpchaholder img{
    border-radius:10px;
}
.contactus1 .contactus > div {
    flex: 1 1 50%;
}
.contactus1 .form__content, .contactus1 .form__content2 {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    position: relative;
}

.about1 .holder-c.innermain {
    padding: 20px;
    font-size: 1.5rem;
    justify-content: space-around;
    margin: 40px 60px;
    background-color: #fdfdfd;
    flex-direction: column;
}
.about1 .card-3 {
    -webkit-box-shadow: 0 0 3px 1px #adadad29;
    -ms-box-shadow: 0 0 3px 1px rgb(173 173 173 / 16%);
    box-shadow: 0 0 3px 1px #adadad29;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.about1 .descparag {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: justify;
    align-items: center;
    min-height: 50vh;
    padding: 20px 50px;
    font-size: 1.5rem;
    margin: 30px 60px;
    line-height: 3em;
    color: #767790;
}

    .about1  .descparag a {
        /* border-bottom: 1px solid #1507e5;*/
        color: #008eb2;
        font-weight: 500;
    }
.news1 .descparag {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: justify;
    align-items: center;
    min-height: 50vh;
    padding: 20px 50px;
    font-size: 1.5rem;
    margin: 30px 7vw;
    line-height: 3em;
    color: #767790;
}
.news1 .card-4 {
    -webkit-box-shadow: 0px 0px 3px 1px #0000001a;
    -ms-box-shadow: 0px 0px 3px 1px #0000001a;
    box-shadow: 0px 0px 3px 1px #0000001a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.news1 .newscontent h3 {
    color: #4f772e;
}

.news1 .newspic {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.editaddress1 .addr_panel {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 50px 0 100px 0;
}
.editaddress1 .addr__box {
    flex: 0 0 calc(100% - 28vw);
    margin: auto;
}

.editaddress1 .addr__header {
    background-color: #646464;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .editaddress1 .addr__header h3 {
        color: #fff;
        padding: 1rem;
        display: flex;
        justify-content: center;
        font-size: 1.5rem;
    }

.editaddress1 .addr__main {
    background-color: #f7f7f7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.editaddress1 .addr__form {
    padding: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.editaddress1 .form__content {
    flex: 0 0 48%;
    justify-content: space-between;
}
.editaddress1 .form__content, .form__content2 {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    position: relative;
}
.editaddress1 .form__content:nth-child(odd) {
    margin-left: 2rem;
}
    .editaddress1 .form__content label, .editaddress1 .form__content2 label {
        color: #4c4c4c;
        font-size: 1.7rem;
        margin-left: 1rem;
    }
    .editaddress1 .form__content input, .editaddress1 .form__content select, .editaddress1 .form__content2 input, .editaddress1 .form__content2 textarea {
        font-family: inherit;
        font-size: 1.8rem;
        border: 0;
        padding: .5rem 1rem;
        border-radius: 10px;
        color: #4c4c4c;
    }
    .editaddress1 .form__content > input, .editaddress1 .form__content > select, .editaddress1 .form__content > .dropholder {
        flex: 0 0 60%;
    }

.editaddress1 .form__content2 {
    flex: 0 0 100%;
}

.editaddress1 .dropholder select {
    flex: 0 0 100%;
    width: 100%;
}

.editaddress1 .form__content2 textarea {
    flex: 1;
    height: 19rem;
    resize: none;
}

.editaddress1 .form__content2 input {
    flex: 1;
}

.editaddress1 .form__content input:focus, .editaddress1 .form__content select:focus, .editaddress1 .form__content2 textarea:focus {
    outline: none;
}

.editaddress1 .form__content input::placeholder {
    font-size: 1.3rem;
}
.editaddress1 .form__content2 textarea::placeholder {
    font-size: 1.3rem;
}
.editaddress1 .btn__container {
    display: flex;
}
.editaddress1 .btn__container {
    display: flex;
    flex: 1;
    justify-content: space-around;
}

    .editaddress1 .btn__container input {
        border: none;
        padding: .5rem 1.5rem;
        border-radius: 7px;
        font-size: 1.7rem;
        background-color: #1a9423;
        color: #fff;
        transition: all .2s ease-in-out;
        min-width: 120px;
    }

        .editaddress1 .btn__container input.gray {
            background: #777;
        }

        .editaddress1 .btn__container input:hover {
            cursor: pointer;
            background-color: #1e7424;
        }

        .editaddress1 .btn__container input.gray:hover {
            background-color: #606060;
        }
