﻿@font-face {
    font-family: 'shabnam';
    src: url('https://khorshidneshan.ir/CDN/Fonts/shabnam.eot');
    src: local('☺'), url('https://khorshidneshan.ir/CDN/Fonts/shabnam.woff') format('woff'), url('https://khorshidneshan.ir/CDN/Fonts/shabnam.ttf') format('truetype');
}

* {
    font-family: shabnam,tahoma;
    direction: rtl;
    font-size: 14px;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

img, #shoppingCart img {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

.container {
    padding: 0 60px;
}

/*main .Form .field {
    display: inline-block;
    vertical-align: top;
    margin: 5px 2px;
    font-size: 14px;
    text-align: right;
}*/

main .Form .field textarea, main .Form .field input {
    min-width: 180px;
}

main .Form .button input {
    padding: 8px 20px;
    border: none;
    background-color: #ee3364;
    font-size: 13px;
    border-radius: 5px;
    margin: 10px 0;
    color: white
}
/*......................................... header .............................................................................................................................................................................*/
header {
    padding: 7px 20px;
    background: #fff;
    box-shadow: 0 0 20px #0000002e;
    transition: padding .8s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    header .logo img {
        width: 35px;
    }

    header a h1 {
        display: inline-block;
        color: #000;
        font-size: 20px;
        vertical-align: middle;
    }

    header .menu a {
        color: #000;
        padding: 0 3px;
        position: relative;
    }

    header .search .navbarSearch {
        border: 2px solid #ee3364;
        border-radius: 6px;
        padding: 3px;
        box-sizing: border-box;
        width: 170px;
    }

    header .search .searchInput {
        width: 85%;
        color: #ee3364;
        border: none;
        text-overflow: ellipsis;
    }

        header .search .searchInput::placeholder {
            color: #ee3364;
        }

        header .search .searchInput:focus {
            outline: none;
        }

    header .search .navbarSearch a {
        float: left;
    }

    header .search img {
        width: 20px;
    }

    header .left img {
        width: 25px;
    }

    header .user {
        color: #ffffff;
        display: inline-block;
        border: 2px solid #ee3364;
        text-align: center;
        border-radius: 5px;
        vertical-align: middle;
        background: #ee3364;
        box-sizing: border-box;
        padding: 2px 5px;
    }

        header .user p {
            margin: 0;
            font-size: 14px;
        }

    header .profile {
        vertical-align: middle;
    }

        header .profile span {
            display: none;
        }

    header .logout {
        vertical-align: middle;
        cursor: pointer;
    }

    header .shop {
        position: relative;
        width: 28px;
        display: inline-block;
        text-align: left;
    }

        header .shop span {
            position: absolute;
            border-radius: 50%;
            background-color: #f00;
            width: 15px;
            height: 15px;
            top: 0;
            right: 0;
            text-align: center;
            color: #fff;
            font-size: 15px;
        }

/*header .shop img {
            width: 35px;
        }*/
/*headerfixed*/
.headerFixed {
    position: fixed;
    top: 0;
    z-index: 1;
    right: 0;
    left: 0;
    padding: 0px 20px;
}

/*sliders*/
.sliders {
    background-image: url(images/slider.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 90vh;
    text-align: center;
}

    .sliders .slider {
        padding-top: 150px;
        min-height: 70vh;
        background: #00000059;
    }

        .sliders .slider b {
            font-size: 55px;
            color: #fff;
        }

        .sliders .slider p {
            width: 50%;
            margin: 23px auto;
            color: #fff;
        }

        .sliders .slider a {
            color: #fff;
            background-color: #ee3364;
            padding: 15px 35px;
            border: 2px solid transparent;
            position: relative;
            width: 8%;
            margin: auto;
            overflow: hidden;
            display: block;
        }

            .sliders .slider a::after, .test .text a::after {
                content: "";
                position: absolute;
                background: #fff;
                transition: all .8s;
                width: 5px;
                height: 120%;
                opacity: .3;
                right: -26%;
                top: -10%;
                transform: rotate( -15deg);
            }

            .sliders .slider a:hover::after, .test .text a:hover::after {
                right: 130%;
            }

/*property*/
.property {
    min-height: 550px;
    margin: 30px 0 0;
}

    .property .texts, .property .images {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        text-align: right;
    }

        .property .texts .item, .property .texts .leftText {
            color: #00bec5;
            font-size: 25px;
        }

            .property .texts .item .textPink {
                color: #ee3364;
                font-size: 23px;
                font-weight: bold;
            }

        .property .texts p .third {
            margin: 13px 190px 13px 0;
        }

    .property .images {
        position: relative;
    }

        .property .images img {
            position: absolute;
            top: 0;
            left: 50px;
        }

        .property .images .imageA {
            width: 450px;
            box-shadow: 6px 6px 17px #00000024;
        }

        .property .images .imageB {
            width: 600px;
            z-index: -1;
            top: 160px;
            left: 350px;
        }

/*register*/
.register {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

    .register .movingText {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        font-size: 144px;
        font-weight: bold;
        color: #f6f5f5;
        z-index: -1;
        white-space: nowrap;
        animation: movingText 70s infinite;
    }

@keyframes movingText {
    0% {
        transform: translateX(-5%);
    }

    50% {
        transform: translateX(93%);
    }

    100% {
        transform: translateX(-4%);
    }
}

.register .item {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin: 110px 10px 0;
}

    .register .item img {
        display: block;
        margin: auto;
    }

    .register .item p {
        color: gray;
    }

main .TagDetail {
    display: none;
}

.TagItemStyle {
    background-color: #fff;
    width: 16%;
    padding: 10px;
    display: inline-block;
    margin: 10px 5px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 3px 0px #00000033;
}

    .TagItemStyle .image img {
        width: 100%;
        border-radius: 5px;
    }

    .TagItemStyle .title {
        margin-top: 5px;
    }

        .TagItemStyle .title a {
            font-size: 16px;
            font-weight: bold;
            color: #6640d7;
        }

/*productsCategorization*/
.productsCategorization {
    text-align: center;
}

    .productsCategorization .category {
        display: inline-block;
        width: 18%;
        text-align: center;
        margin: 5px;
        overflow: hidden;
        vertical-align: top;
        position: relative;
    }

        .productsCategorization .category .image img {
            width: 100%;
            transform: scale(1);
            transition: transform 1s;
        }

        .productsCategorization .category:hover img {
            transform: scale(1.1);
        }

        .productsCategorization .col p, .productsCategorization .category .title {
            position: absolute;
            font-size: 22px;
            font-weight: bold;
            color: #000;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0;
            transition: all 1s;
            text-shadow: 0 0 13px #d5d5d5;
        }

        .productsCategorization .category:hover .title {
            opacity: 1;
            visibility: visible;
        }

        .productsCategorization .category:nth-child(odd) .title {
            background: #09d1f12e;
        }

        .productsCategorization .category:nth-child(even) .title {
            background: #fc556740;
        }

        .productsCategorization .category .title a {
            transform: translateY(50%);
        }

        .productsCategorization .category:nth-child(even) .title a, .productsCategorization .category:nth-child(odd) .title a {
            background: none;
        }

        .productsCategorization .category:hover .title {
            opacity: 0;
            visibility: hidden;
        }

/*test*/
.test {
    margin: 150px 0;
}

    .test .text {
        padding-left: 99px;
    }

    .test .text, .test .images {
        width: 40%;
        display: inline-block;
        vertical-align: top;
    }

        .test .text b {
            font-size: 26px;
        }

        .test .text .abstract {
            margin: 0;
            font-size: 14px;
            text-align: justify;
            line-height: 25px;
        }

        .test .text .item {
            border-bottom: 10px solid #00bec5;
            position: relative;
            text-align: right;
        }

        .test .text a {
            display: block;
            text-align: center;
            color: #fff;
            background: #ee3364;
            width: 110px;
            float: left;
            padding: 15px;
            overflow: hidden;
            position: relative;
        }

    .test .images {
        position: relative;
        min-height: 491px;
    }

        .test .images::after {
            position: absolute;
            content: "";
            border: 10px solid #00bec5;
            width: 95%;
            height: 95%;
            top: -10%;
            left: -10%;
            z-index: -1;
        }

    .test .image {
        display: none;
        animation: fade 1.5s;
    }

@keyframes fade {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

.test .image img {
    width: 100%;
    height: 492px;
    object-fit: cover;
    box-shadow: 0 0 13px #00000024;
}


/*customers*/
.customers {
    text-align: center;
}

    .customers .image {
        display: inline-block;
        width: 23%;
        margin: 5px;
        overflow: hidden;
    }

        .customers .image img {
            width: 100%;
            transition: all .5s;
        }

            .customers .image img:hover {
                transform: rotate(5deg) scale(1.1);
            }

/*film*/
.film {
    background-image: url(images/aparat.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 90vh;
    margin: 80px 0 0;
}

    .film .aparat {
        display: inline-block;
        width: 26%;
        vertical-align: top;
        color: #fff;
        text-align: justify;
        margin: 18% 3%;
    }

        .film .aparat h2 {
            font-size: 20px;
        }

    .film .vedio {
        display: inline-block;
        width: 65%;
        text-align: center;
        margin: 13% 1%;
    }

        .film .vedio iframe {
            width: 540px;
            height: 290px;
        }

/*comments*/
.comments {
    background: url(images/attachment-06.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 0 75px;
    height: 400px;
    overflow: hidden;
}

    .comments .background {
        background-color: #00bec5db;
        min-height: 64vh;
        padding: 10% 0;
    }

        .comments .background .items {
            text-align: center;
            width: 55%;
            margin: 10% auto;
            overflow: hidden;
            height: 100px;
            margin: auto;
        }

            .comments .background .items .comment {
                animation: mymove 5s infinite;
            }

                .comments .background .items .comment h3 {
                    font-size: 20px;
                }

@keyframes mymove {
    0%, 33% {
        transform: translateY(0%);
    }

    33%, 66% {
        transform: translateY(-155%);
    }

    66%, 100% {
        transform: translateY(-300%);
    }
}

/*magazine*/
.magazines b, .customers b, main .ModuleTitle {
    text-align: center;
    display: block;
    position: relative;
    margin: auto;
    font-size: 26px;
    margin-bottom: 16px;
}

.magazines b {
    width: 173px;
}

.customers b {
    width: 295px;
}


    .magazines b::before, .magazines b::after, .customers b::before, .customers b::after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        transform: rotate( 45deg);
    }

    .magazines b::before, .customers b::before {
        background-color: #ee3364;
        right: 0;
    }

    .magazines b::after, .customers b::after {
        background-color: #00bec5;
        left: 0;
        bottom: 0;
    }

.magazines .item {
    text-align: center;
}

    .magazines .item .magazine {
        display: inline-block;
        width: 22%;
        margin: 10px;
        vertical-align: top;
        border: 1px solid #eee;
    }

        .magazines .item .magazine .image {
            overflow: hidden;
            display: block;
        }

            .magazines .item .magazine .image img {
                width: 100%;
                height: 300px;
                object-fit: cover;
                transition: transform 1s;
            }

            .magazines .item .magazine .image:hover img {
                transform: scale(1.05);
            }

        .magazines .item .magazine .title, .magazines .magazine .abstract {
            overflow: hidden;
            word-spacing: -1px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            line-height: 1em;
        }

        .magazines .item .magazine .title {
            color: #000;
            font-weight: bold;
            text-align: center;
            height: 3em;
            -webkit-line-clamp: 2;
            margin-top: 10px;
            line-height: 1.5em;
        }

        .magazines .item .magazine:hover .title {
            color: #00bec5;
        }

        .magazines .item .magazine .abstract {
            text-align: justify;
            height: 5.5em;
            line-height: 1.8em;
            -webkit-line-clamp: 3;
            color: gray;
            padding: 0 10px
        }

            .magazines .item .magazine .abstract p {
                margin: 5px 0;
                word-spacing: -1.5px;
            }

        .magazines .item .magazine .button {
            color: #ee3364;
            margin: 10px 9px;
            position: relative;
            padding: 5px;
            float: left;
        }

            .magazines .item .magazine .button::after, .magazines .item .magazine .button::before {
                box-sizing: inherit;
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                border: 2px solid transparent;
                width: 0;
                height: 0;
            }

            .magazines .item .magazine .button::before {
                top: 0;
                left: 0;
            }

            .magazines .item .magazine .button::after {
                bottom: 0;
                right: 0;
            }

            .magazines .item .magazine .button:hover::before { /*, */
                border-top-color: #00bec5;
                border-right-color: #00bec5;
                transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
            }

            .magazines .item .magazine .button:hover::after {
                border-bottom-color: #00bec5;
                border-left-color: #00bec5;
                transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
            }

            .magazines .item .magazine .button:hover::before, .magazines .item .magazine .button:hover::after {
                width: 96%;
                height: 86%;
            }

.magazines .moreButton, .customers .moreButton {
    text-align: left;
    display: block;
    margin: 10px 30px;
    color: #000;
    border-bottom: 2px solid #cbcbcb;
}

/*footer*/
footer {
    background: url(images/footerBack.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

    footer .footerBackground {
        background: #00bec5d1;
        padding-top: 20px;
        padding-bottom: 10px;
    }

        footer .footerBackground > div {
            display: inline-block;
            width: 21%;
            vertical-align: top;
            padding: 0 17px;
        }

        footer .footerBackground .contactUs a img {
            width: 20px;
        }

    footer .FooterAbout img {
        width: 50px;
    }

    footer .enamad img {
        width: 30%;
        margin: 20px -20px;
    }

    footer .FooterAbout b {
        font-size: 18px;
        color: #ee3364;
    }

    footer .FooterAbout p {
        text-align: justify;
        margin: 0;
    }

    footer .contactUs a, footer .useFullLink a {
        display: block;
        margin: 15px 0;
        color: #000000;
        position: relative;
    }

        footer .useFullLink a::after, footer .useFullLink a::before {
            position: absolute;
            content: "";
            width: 8px;
            height: 8px;
            transition: all .8s;
        }

        footer .useFullLink a::before {
            background: #ee3364;
            top: 0;
            right: -22px;
        }

        footer .useFullLink a::after {
            right: -13px;
            background: #fff;
        }

        footer .useFullLink a:hover::before {
            top: unset;
            right: -13px;
        }

        footer .useFullLink a:hover:hover::after {
            bottom: 0;
            top: 0;
            right: -22px;
        }

        footer .useFullLink a:hover {
            color: #ee3364;
        }

    footer .map iframe {
        width: 400px;
        height: 300px;
        max-width: 100%;
    }

.knkfooter {
    background: #ee3364;
    padding: 10px 0;
    color: #fff;
    text-align: center;
}

    .knkfooter img {
        width: 40px;
    }

main .shopTitle b {
    text-align: center;
    display: block;
    margin: 33px;
    font-size: 24px;
    /**/
    font-size: 66px;
}

main .body {
    margin: 30px 0;
}

    main .body .right, main .body .left {
        display: inline-block;
        vertical-align: top;
    }

    main .body .right {
        width: 20%;
        box-shadow: -1px 0 0px #9d9c9c;
    }

        main .body .right .categories b {
            color: #ee3364;
        }

        main .body .right .categories::-webkit-scrollbar {
            width: 5px;
        }

        main .body .right .categories::-webkit-scrollbar-thumb {
            background: #f370d1;
        }

        main .body .right .categories::-webkit-scrollbar-track {
            background: #00000026;
        }

        main .body .right .categories .StoreCategories {
            display: block;
            color: #000;
            padding: 6px 6px;
            border-right: 1px solid #12e4f9;
            transition: padding-right 1s;
            margin: 3px;
            text-align: right;
        }

            main .body .right .categories .StoreCategories:hover {
                color: #ee3364;
                padding-right: 15px;
            }

            main .body .right .categories .StoreCategories .title {
                width: 88%;
            }

                main .body .right .categories .StoreCategories .title a {
                    color: #000;
                }


main .right .shopContact {
    text-align: center;
}

    main .right .shopContact img {
        padding: 0 10px;
        filter: invert(79%) sepia(10%) saturate(9%) hue-rotate( 17deg) brightness(28%) contrast(84%);
        transition: filter .8s;
        width: 20px;
        border: 1px solid #12e4f9;
        padding: 6px;
        margin: 3px;
    }

        main .right .shopContact img:hover {
            filter: none;
        }

main .body .left {
    width: 78%;
    margin-right: 10px;
}

    main .body .left .search {
        float: left;
        width: 34%;
    }

        main .body .left .search .searchInput {
            width: 85%;
            padding: 7px;
            margin: 0 0 13px;
            border: 2px solid #ee3364;
            border-radius: 6px;
        }

    main .body .left .searchFixed {
        position: fixed;
        top: 57px;
        left: 0;
    }

    main .body .left .search .navbarSearch #navbarSearchIcon img {
        margin: 2px -25px 0 0;
        z-index: 1;
        position: relative;
        width: 18px;
    }

    main .body .left .search .navbarSearchIcon img {
        width: 25px;
    }

    main .body .left .shopProduct {
        margin-top: 60px;
        text-align: right;
    }

        main .body .left .shopProduct .itemTop {
            border: 2px solid;
            border-image: linear-gradient( to left, #ee3364, #00bec5, rgba(0, 0, 0, 0) )0 0 100% 0;
            margin: 14px 0;
        }

        main .body .left .shopProduct b {
            color: #00bec5;
            font-size: 20px;
        }


        main .body .left .shopProduct .itemTop a {
            color: #00bec5;
            float: left;
            transition: all .5s;
        }

            main .body .left .shopProduct .itemTop a:hover {
                color: #029399;
            }

        main .body .left .shopProduct .itemTop img {
            filter: invert(63%) sepia(31%) saturate(4952%) hue-rotate(140deg) brightness(97%) contrast(102%);
            width: 10px;
            transform: rotate(-90deg);
            vertical-align: middle;
        }

        main .body .left .shopProduct .itemTop:hover img {
            filter: invert(63%) sepia(31%) saturate(4952%) hue-rotate(140deg) brightness(86%) contrast(102%);
        }
/*product*/
.productsList, .ProductItem {
    display: flex;
    flex-wrap: wrap;
}

main .body .left .shopProduct .amazingProduct,
main .body .left .shopProduct .latestProducts,
main .body .left .shopProduct .bestsellingProduct {
    display: flex;
    flex-wrap: wrap;
    width: 23%;
    background: #fff;
    vertical-align: top;
    margin: 3px;
    border: 1px solid #eee;
}

.amazingProduct .Image, .amazingProduct .title,
.latestProducts .Image, .latestProducts .title,
.bestsellingProduct .Image, .bestsellingProduct .title,
.ProductItem .Image, .ProductItem .title, .ProductItem .mainPrice {
    width: 100%;
}

main .body .left .shopProduct .amazingProduct .Image img,
main .body .left .shopProduct .latestProducts .Image img,
main .body .left .shopProduct .bestsellingProduct .Image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

main .body .left .shopProduct .amazingProduct .title,
main .body .left .shopProduct .latestProducts .title,
main .body .left .shopProduct .bestsellingProduct .title {
    color: #1daafd;
    font-weight: bold;
    border-top: 1px solid #e7e4e4;
    padding: 10px 10px 19px;
    overflow: hidden;
    height: 0em;
    word-spacing: -1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.mainPrice {
    margin: 10px;
    color: #ee3364;
    display: flex;
    flex-direction: column-reverse;
    width: calc(100% - 62px);
}

.mainPrice .originalPrice {
    color: #a1a1a1;
    text-decoration: line-through;
    font-size: 12px;
}

main .body .left .shopProduct .button {
    float: left;
    margin: 9px;
    display: inline-block;
    color: #ee3364;
}

/*massage*/
#cartMsg, #_lblMessage {
    visibility: hidden;
    min-width: 250px;
    background-color: #f370d1;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 16px;
    position: fixed;
    z-index: 2;
    left: 25px;
    bottom: 30px;
    font-size: 17px;
    box-shadow: 0 0 6px #00000054;
}

    #cartMsg.show, #_lblMessage.show {
        visibility: visible;
    }

    #cartMsg.show {
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

    #_lblMessage.show {
        -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
        animation: fadein 0.5s, fadeout 0.5s 4.5s;
    }

@-webkit-keyframes fadein {
    0% {
        bottom: -30px;
        opacity: 0;
    }

    100% {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        bottom: -30px;
        opacity: 0;
    }

    100% {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    0% {
        bottom: 30px;
        opacity: 1;
    }

    100% {
        bottom: -30px;
        opacity: 0;
    }
}

@keyframes fadeout {
    0% {
        bottom: 30px;
        opacity: 1;
    }

    100% {
        bottom: -30px;
        opacity: 0;
    }
}

/*go to top - button*/
.arrow {
    position: fixed;
    bottom: 5px;
    right: 5px;
    background: #00bec5;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    overflow: hidden;
    transform: translateX(120%);
    transition: transform 1s;
    cursor: pointer;
}

    .arrow img {
        margin: 10px 0;
        transform: translateY(0);
        transition: transform 1s;
    }

    .arrow::before {
        position: absolute;
        content: "";
        width: 50px;
        height: 50px;
        background: #ee3364;
        border-radius: 50%;
        bottom: -51px;
        right: 0;
        z-index: -1;
        transition: bottom .6s;
        opacity: 0;
        visibility: hidden
    }

    .arrow:hover::before {
        bottom: 0;
        opacity: 1;
        visibility: visible;
    }

    .arrow:hover .topIcon {
        transform: translateY(-113%);
    }

    .arrow:hover .bottomIcon {
        transform: translateY(-180%);
    }

/*inside page*/
main {
    margin: 20px 10px;
    text-align: center;
    min-height: 400px;
}

    main .ModuleTitle, .main .endTitle, #cOrderDetail .Info {
        font-weight: bold;
        font-size: 20px;
        border: 2px solid;
        border-image: linear-gradient( to left, rgba(0,0,0,0), #f370d1, #1daafd, rgba(0, 0, 0, 0) ) 0 0 100%;
        background: -webkit-linear-gradient( 162deg, #1daafd 0%, #f370d1 56%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    main .ProductItem {
        width: calc(16.66% - 10px);
        margin: 5px;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 0 3px 0px #00000033;
    }

        main .ProductItem .Image img {
            width: 100%;
            border-radius: 5px;
            object-fit: cover;
        }

        main .ProductItem .title {
            text-align: right;
            margin: 4px;
            color: #f370d1;
            font-weight: bold;
            display: -webkit-box;
            height: 1.2em;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        main .ProductItem .mainPrice {
            text-align: left;
            margin: 3px;
            flex-direction: column;
        }

    /*magazines page*/
    main .ContentItem {
        display: inline-block;
    }
    /*customer page*/
    main .ContentItem {
        display: inline-block;
        width: 15%;
        margin: 5px;
        vertical-align: top;
        border: 1px solid #cfcfcf;
    }

        main .ContentItem .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        main .ContentItem .title {
            font-weight: bold;
            color: #b14c96;
            background: #fff;
            padding: 5px;
            overflow: hidden;
            height: 4em;
            line-height: 2em;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        main .ContentItem .abstract, main .ContentItem .button {
            display: none;
        }

    main .customerSatisfaction {
        width: 32%;
    }

        main .customerSatisfaction .image {
            float: right;
            height: 120px;
        }

        main .customerSatisfaction .title {
            text-align: right;
            -webkit-line-clamp: 1;
            height: 2em;
        }

        main .customerSatisfaction .abstract {
            text-align: justify;
            font-weight: bold;
            background: #fff;
            padding: 5px;
            overflow: hidden;
            height: 4em;
            line-height: 1.6em;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

            main .customerSatisfaction .abstract p {
                margin: 0;
            }
    /*detail customer page*/
    main .ContentDetail .Date {
        display: none;
    }

    main .ContentDetail .image {
        text-align: right;
        display: inline-block;
        width: 18%;
    }

        main .ContentDetail .image img {
            width: 100%;
            object-fit: cover;
        }

    main .ContentDetail .title {
        display: none;
    }

    main .ContentDetail .abstract {
        color: #898989;
    }

        main .ContentDetail .abstract p {
            margin: 10px 0;
        }

    main .ContentDetail .body {
        text-align: justify;
        margin: 10px;
        display: inline-block;
        width: 79%;
        vertical-align: top;
    }

        main .ContentDetail .body p {
            text-align: justify;
            width: 100%;
            margin: 0;
        }

        main .ContentDetail .body img {
            width: 20%;
        }

        main .ContentDetail .body table {
            max-width: 100%;
            height: 100%;
            overflow-x: auto;
        }

            main .ContentDetail .body table tbody tr td {
                padding: 10px;
                text-align: center;
            }

        main .ContentDetail .body iframe {
            max-width: 100%;
        }

.extraImages {
    clear: both;
    padding: 55px 0;
    column-count: 5;
    column-gap: 5px;
}

    .extraImages .extraImage {
        margin-bottom: 5px;
    }

        .extraImages .extraImage img {
            width: 100%;
            height: 100%;
            display: block;
            cursor: pointer;
        }

    .extraImages .extraImageTitle {
        display: none;
    }

/*content page - extra image*/
.slideImage {
    position: fixed;
    top: 59px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000091;
    opacity: 0;
    visibility: hidden;
    transition: .8s;
}

    .slideImage img#image {
        object-fit: contain;
        height: 100%;
        display: block;
        margin: auto;
        width: 100%;
    }

div#_divSlideIcons.show {
    display: block !important;
}

div#_divSlideIcons .prev, div#_divSlideIcons .next {
    cursor: pointer;
    position: fixed;
    top: 50%;
    width: 20px;
    padding: 7px;
    transition: 0.6s ease;
    user-select: none;
    z-index: 3;
}

div#_divSlideIcons .next {
    left: 5px;
    transform: rotate(-90deg);
}

div#_divSlideIcons .prev {
    right: 5px;
    transform: rotate(90deg);
}

div#_divSlideIcons .next:hover {
    transform: scale(.8) rotate(-90deg);
}

div#_divSlideIcons .prev:hover {
    transform: scale(.8) rotate(90deg);
}

div#_divSlideIcons .close {
    position: fixed;
    top: 70px;
    right: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 29px;
    padding: 4px;
    z-index: 4;
    cursor: pointer;
}

div#_divSlideIcons.show, .slideImage.show {
    opacity: 1 !important;
    visibility: visible !important;
}

/*sort*/
.sort {
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
    margin: 0 8px 14px;
    text-align: right;
}

    .sort span {
        color: #2b2b2b;
    }

    .sort img {
        width: 20px;
        vertical-align: middle;
    }

    .sort .sortList {
        display: inline-block;
        vertical-align: middle;
    }

    .sort .sortItem {
        padding: 0 6px;
        color: #656565;
        font-size: 13px;
        cursor: pointer;
    }

        .sort .sortItem.selected {
            color: #ee3364;
        }

    .sort input {
        display: none;
    }

.ProductDetail .ProductDetailImage {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    height: 75vh;
}

main .ProductDetail .imageSliders {
    background: linear-gradient(to right, #f370d1, #1daafd);
    padding: 3px;
    box-shadow: 0 0 9px #00000047;
    margin-bottom: 10px;
    box-sizing: border-box;
}

    main .ProductDetail .imageSliders img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

.ProductDetail .ProductDetailBody {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    margin-right: 20px;
}

main .ProductDetail .title {
    font-size: 16px;
    font-weight: bold;
    color: #f370d1;
    margin: 20px 0;
}

main .ProductDetail .productPrice {
    display: flex;
    flex-direction: column-reverse;
}

main .ProductDetail .originalPrice {
    color: #a1a1a1;
    text-decoration: line-through;
    padding: 3px 0 10px;
}

main .ProductDetail .discountedPrice {
    font-size: 20px;
}

main .ProductDetail .addToCartBtn {
    border: none;
    color: #fff;
    background-color: #24aeb8;
    padding: 13px 20px;
    text-align: left;
    cursor: pointer;
    font-size: 17px;
    margin-bottom: 10px;
}

.ProductDetail .state {
    font-size: 20px;
    color: gray;
    display: block;
}

.ProductDetail .displayNone {
    display: none !important;
}

main .ProductDetail .ProductInCartDiv {
    float: left;
}

main .d-none {
    display: none;
}

main #ProductInCartDiv #ProductInCart {
    display: inline-block;
    padding: 0 10px;
}

main #ProductInCartDiv span {
    background: #f370d1;
    width: 25px;
    height: 21px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    user-select: none;
    vertical-align: middle;
    padding: 4px 0 0;
    margin: 12px;
}

main .ProductDetail .abstract {
    text-align: right;
    color: #818181;
    border-top: 1px solid #ddd;
}

main .ProductDetail .description {
    text-align: justify;
    line-height: 2;
}

    main .ProductDetail .description p {
        text-align: justify;
    }

main .ProductDetail .productExtraImages {
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

main .productExtraImages .extraImage {
    width: 31%;
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}

    main .productExtraImages .extraImage img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
        cursor: pointer;
    }

main .productExtraImages .extraImageTitle {
    display: none;
}

main .productExtraImages > img {
    position: absolute;
    width: 14px;
    cursor: pointer;
    top: 40px;
    background: #f070d18c;
    padding: 4px;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: all .5s;
}

    main .productExtraImages > img:hover {
        background: #ef71d2;
    }

main .productExtraImages .prev {
    right: 8px;
    transform: rotate(90deg);
}

main .productExtraImages .next {
    transform: rotate(-90deg);
    left: 5px;
}

/*login*/
main .Form {
    margin: 40px auto;
    padding: 15px;
    width: 25%;
    background: #f370d18c;
    border-radius: 5px;
}

    main .Form .field p {
        text-align: right;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    main .Form #mobile, main .Form #password, main .Form .field input {
        width: 100%;
        padding: 6px;
        border: none;
        box-sizing: border-box;
    }

main .field .link {
    text-align: left;
}

    main .field .link a {
        color: #a900ff;
    }

main .Form .button {
    text-align: left;
    margin: 10px;
}

    main .Form .button input {
        border: none;
        background: #1daafd;
        border-radius: 5px;
        width: 100px;
        padding: 9px;
        cursor: pointer;
        color: #fff;
    }

        main .Form .button input:hover {
            background: #1e8ed1;
        }

main .Form .registerLink {
    text-align: center;
}

    main .Form .registerLink a {
        text-decoration: none;
        color: #4a4a4a;
    }

        main .Form .registerLink a:active {
            transform: translateY(2px);
        }
/*cart page*/
.cartRow {
    width: 95%;
    box-shadow: 0 0 15px hsl(0deg 10% 83% / 42%);
    padding: 5px;
    border-radius: 10px;
    text-align: right;
    margin: 10px auto;
    background: #fff;
}

    .cartRow .cartRowImage {
        display: inline-block;
        width: 5%;
        margin: 5px 15px;
        vertical-align: middle;
    }

        .cartRow .cartRowImage img {
            width: 100%;
            border-radius: 5px;
        }

.cartRowCountDiv, .cartRowTitle {
    width: 30%;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}

.cartRowAmountPlus, .cartRowAmountMines {
    cursor: pointer;
    background: #1daafd;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    display: inline-block;
    user-select: none;
    margin: 2px;
    vertical-align: middle;
}

.cartRow .cartRowAmount {
    margin: 0 15px 0 15px;
    font-family: Shabnam-Bold;
}

.cartRow .cartRowAmountPlus, .cartRow .cartRowAmountMines {
    font-size: 22px;
}

cartRow .cartRowAmount {
    margin: 0 15px 0 15px;
}

.cartRow .cartRowTitle a {
    color: #000;
}

.cartRowPriceDiv {
    width: 20%;
    vertical-align: middle;
    display: inline-block;
}

.cartRow .cartRowAmountRemove {
    display: inline-block;
    vertical-align: middle;
    width: 6%;
    text-align: left;
}

    .cartRow .cartRowAmountRemove img {
        vertical-align: middle;
        cursor: pointer;
        width: 40%;
    }

#cart .cartResult {
    font-size: 15px;
    margin: 25px auto;
    width: 80%;
    font-weight: bold;
    padding: 19px;
    display: inline-block;
    text-align: right;
}


#cart .submit {
    display: inline-block;
}

    #cart .submit:active {
        transform: translateY(2px);
    }

    #cart .submit span {
        padding: 8px 20px;
        border: none;
        background-color: #f370d1;
        border-radius: 5px;
        margin: 10px 0;
        cursor: pointer;
        color: #fff;
        font-size: 15px;
    }

#cProfileMenu a {
    display: inline-block;
    background: #00bec5;
    width: 12%;
    margin: 10px auto;
    padding: 10px 0;
    color: #fff;
    cursor: pointer;
}

    #cProfileMenu a:hover {
        background: #0de4eb;
        color: #000;
    }
/**/
#cProfile {
    text-align: right;
    margin: 10px;
}

    #cProfile .customerInfo {
        color: #d478d7;
        font-weight: bold;
        border-right: 2px solid;
        padding-right: 5px;
    }

    #cProfile .OrderHistoryDiv {
        margin: 10px;
        background: #fff;
        box-shadow: 0 0 6px #00bec526;
        padding: 10px;
    }

        #cProfile .OrderHistoryDiv .OrderHistory > div:not(:last-child) {
            display: inline-block;
            width: 24%;
            vertical-align: middle;
        }

        #cProfile .OrderHistoryDiv .OrderHistory .button {
            text-align: left;
            margin: 10px 0;
        }

            #cProfile .OrderHistoryDiv .OrderHistory .button span {
                border: 1px solid #f370d1;
                padding: 6px;
                margin: 4px;
                border-radius: 4px;
                background: transparent;
                transition: background .8s;
                cursor: pointer;
            }

            #cProfile .OrderHistoryDiv .OrderHistory .button:hover span {
                background: #f370d1;
                color: #fff;
            }
    /**/
    #cProfile .AddressHistoryDiv h3 {
        border-bottom: 1px dashed #b482de;
        width: 130px;
        margin: 20px auto 5px;
    }

    #cProfile .AddressHistoryDiv .newAddress > div {
        display: inline-block;
        text-align: right;
        width: 19%;
        vertical-align: top;
    }

        #cProfile .AddressHistoryDiv .newAddress > div:not(:last-child) input, #cProfile .AddressHistoryDiv .newAddress textarea {
            border: 1px solid #9e87e3;
            border-radius: 3px;
            padding: 5px;
            width: 89%;
        }

    #cProfile .AddressHistoryDiv .newAddress .button #submitBtn,
    #cProfile .AddressHistoryDiv .myLastAddressItem .button input,
    #cProfile .AddressHistoryDiv .newAddress .button #_phBtnEdit #editBtn {
        border: 1px solid #9e87e3;
        border-radius: 3px;
        background: #9e87e3;
        color: #fff;
        padding: 5px 10px;
    }

    #cProfile .AddressHistoryDiv .message {
        text-align: left;
        margin: 20px 10px 0;
    }

    #cProfile .AddressHistoryDiv .myLastAddressItem {
        text-align: right;
        margin: 30px;
    }

        #cProfile .AddressHistoryDiv .myLastAddressItem > div {
            display: inline-block;
            width: 19%;
        }

        #cProfile .AddressHistoryDiv .myLastAddressItem .button {
            text-align: left;
        }

/*end*/
.rMain {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.lMain {
    display: inline-block;
    vertical-align: top;
    width: 42%;
}

.rMain #myOrder .endCartRow {
    background: #1daafd2e;
    text-align: right;
    padding: 13px;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 0 0 10px #a7a7a73b;
}

.rMain #myOrder .endCartRowImage {
    width: 5%;
    display: inline-block;
    margin-left: 10px;
}

    .rMain #myOrder .endCartRowImage img {
        width: 100%;
        border-radius: 5px;
    }

.rMain #myOrder .endCartRowPrice {
    float: left;
    margin-top: 5px;
}

.rMain #myOrder .cartResult {
    letter-spacing: -.8px;
}

.rMain #myOrder {
    text-align: left;
    color: #ee3364;
    font-weight: bold;
    margin: 25px 0;
}

#_addresses, #_SendWays, #_PayWays, #userDescDiv {
    background-color: #ffffff; /*#ffd6f4*/
    padding: 10px;
    box-shadow: 0 0 15px hsl(0deg 10% 83% / 42%);
    border-radius: 15px;
    margin: 10px;
}

main .LastAddress {
    margin: 20px 0;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}

    main .LastAddress p, main .newAddress p {
        font-size: 14px;
        display: inline-block;
        margin-right: 8px;
    }

    main .LastAddress select, ._ddlSendWays {
        width: 100%;
        border: none;
        background-color: #e2e0e2;
        min-height: 60px;
        border-radius: 5px;
        border: 1px solid #ddd;
        display: block;
        margin: 0 auto;
    }

.accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.accordionActive:after {
    content: "\2212";
}

.accordionPanel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

main .newAddress .field1, main .newAddress .field2, main .newAddress .field3 {
    width: 32%;
    display: inline-block;
}

main .newAddress .field1, main .newAddress .field2, main .newAddress .field3, main .newAddress .field4 {
    text-align: right;
}

    main .newAddress .field1 input, main .newAddress .field2 input, main .newAddress .field3 input, main .newAddress .field4 input {
        display: inline-block;
        width: 40%;
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        box-sizing: border-box;
    }

#cProfile .AddressHistoryDiv .newAddress .button {
    text-align: left;
    float: left;
    margin-top: 56px;
}

.newAddress .button input, .myLastAddressItem .button input {
    width: 100px;
    line-height: 1.5;
    padding: 6px;
    background-color: #f370d1;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    margin: 10px 0;
    cursor: pointer;
    text-align: center;
}

    .newAddress .button input:hover, .myLastAddressItem .button input:hover,
    .payWays input:hover {
        background-color: #cf5fb2;
    }

main .moduleTitle {
    font-size: 15px;
    margin: 15px 0;
}

main .LastAddress select, ._ddlSendWays {
    width: 100%;
    border: none;
    background-color: #e2e0e2;
    min-height: 45px;
    border-radius: 5px;
    border: 1px solid #ddd;
    display: block;
    margin: 0 auto;
}

#userDescDiv textarea {
    width: 80%;
    border: none;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.payWays div {
    display: inline-block;
}

.payWays input {
    padding: 10px 20px;
    border: none;
    background-color: #f370d1;
    border-radius: 5px;
    margin: 10px 0;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
}

#_imgBtnPayAtHome {
    background-color: unset;
    color: #f370d1;
    border: 1px solid;
}

    #_imgBtnPayAtHome:hover {
        color: #cf5fb2;
    }

/*order detail*/
#cOrderDetail .Info {
    margin-bottom: 25px;
}

#cOrderDetail .OrderHistoryDiv {
    border-bottom: 1px solid #eee;
}

    #cOrderDetail .OrderHistoryDiv .OrderHistoryDetail > div {
        vertical-align: top;
    }

    #cOrderDetail .OrderHistoryDiv .OrderHistoryDetail .image {
        width: 22%;
        float: right;
        margin-left: 17px;
    }

        #cOrderDetail .OrderHistoryDiv .OrderHistoryDetail .image img {
            width: 100%;
        }

    #cOrderDetail .OrderHistoryDiv .OrderHistoryDetail .title {
        font-weight: bold;
        color: #f370d1;
        text-align: right;
        display: inline-block;
        width: 24%;
    }

    #cOrderDetail .OrderHistoryDiv .OrderHistoryDetail .count {
        display: inline-block;
        width: 16%;
        text-align: right;
    }

    #cOrderDetail .OrderHistoryDiv .OrderHistoryDetail .generatePrice,
    #cOrderDetail .OrderHistoryDiv .OrderHistoryDetail .totalPrice {
        text-align: right;
        margin: 7px 0;
        display: inline-block;
        width: 16%;
    }

#cOrderDetail .OrderInfoDiv {
    margin: 10px 0;
}

    #cOrderDetail .OrderInfoDiv > div {
        text-align: right;
        margin: 5px 0;
    }

    #cOrderDetail .OrderInfoDiv .orderFInfoTotalCost {
        text-align: left;
        color: #1daafd;
    }

/*messageForm*/
.messageForm {
    text-align: right;
    padding: 10px;
    border: 1px solid #ee3364;
    margin: 10px;
    border-radius: 5px;
    background: #fff;
}

    .messageForm .field {
        padding: 10px;
        box-sizing: border-box;
        display: inline-block;
        width: 20%;
    }

        .messageForm .field input {
            width: 100%;
            background-color: #fff;
            min-height: 35px;
            border: 1px solid #ddd;
            border-radius: 5px;
        }

    .messageForm .textArea {
        width: 100%;
    }

        .messageForm .textArea textarea {
            width: 100%;
            max-width: 100%;
            height: 100px;
            border-radius: 5px;
            border: 1px solid #ddd;
        }

    .messageForm .button {
        text-align: left;
    }

        .messageForm .button input {
            border-radius: 5px;
            border: none;
            padding: 5px;
            background-color: #ee3364;
            color: #fff;
        }

/*models product*/
.models {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

    .models .item {
        margin: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .models .item input {
            transform: scale(1.5);
            accent-color: #c142a4;
        }

        .models .item label {
            display: inline-block;
            margin-right: 3px;
        }

.show .Image div {
    height: 32vh;
    border-radius: 5px;
}
