@media (max-width: 767px) {
    /* Clear floats */
    .error_message {
        color: red;
    }

    #txtcouponcode {
        width: 140px !important;
        padding: 0 8px !important;
        border-radius: 6px;
        text-align: center;
        height: 36px;
        line-height: 36px;
        margin-left: 10px;
        border: 1px solid var(--border-color);
    }

    .divcopnon_button > input {
        background: var(--color-primary);
        padding: 0px 16px;
        height: 36px;
        line-height: 36px;
        border-radius: 10px;
        text-decoration: none;
        border: 1px solid var(--border-color);
        color: white;
        margin-top: 10px;
    }

    .clear {
        clear: both;
    }

    .pager {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px 0;
        font-family: Arial, sans-serif;
        width: 100%;
    }

        .pager a {
            color: #333;
            padding: 0px 6px;
            border: 1px solid #ddd;
            margin: 0px 4px;
            border-radius: 8px;
        }

        .pager > div > span:nth-child(2) {
            display: flex;
        }

        .pager > div > span:nth-child(4) {
            display: flex;
            justify-content: center;
            margin: 10px 0;
        }

        .pager span.active {
            background-color: #007bff;
            color: white;
            border: 1px solid #007bff;
            padding: 8px 12px;
            border-radius: 4px;
        }

        .pager a:hover {
            background-color: #f1f1f1;
        }

        .pager a.nav {
            background-color: #f8f9fa;
            font-weight: bold;
        }

            .pager a.nav:hover {
                background-color: #e9ecef;
            }

        .pager .results {
            margin-right: 20px;
            font-size: 14px;
            color: #555;
        }

    #menu_icon {
        margin-right: auto;
        height: 40px;
        width: 40px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    #menu_content {
        display: none;
    }

        #menu_content > div {
            display: block;
        }

            #menu_content > div > a {
                display: block;
                list-style: none;
                padding: 10px;
                font-size: 1rem;
                text-decoration: none;
                color: var(--font-color);
                font-weight: 600;
            }

            #menu_content > div > div {
                display: block;
                list-style: none;
                padding: 10px;
                font-size: 1rem;
                border-bottom: 1px solid #eee;
                text-decoration: none;
                color: var(--font-color);
            }

            #menu_content > div > .subgrp > a {
                list-style: none;
                padding: 10px;
                margin: 8px 0;
                font-size: 1rem;
                border: 1px solid #eee;
                text-decoration: none;
                border-radius: 8px;
                color: var(--font-color);
                background: #fff;
                display: none !important;
            }

    #menu_content_cat {
        background-color: #f9f9f9;
    }

        #menu_content_cat > div:first-child {
            font-weight: 600;
        }

    #menu_close_icon {
        display: flex;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
    }

        #menu_close_icon svg {
            fill: #b12e2e;
        }

    .logo_shop .link {
        display: block;
        height: 36px;
        width: 36px;
    }

    #nav_category {
        display: none;
    }

    .row {
        direction: rtl;
        padding: 8px 2%;
    }

    .main-content {
        width: 96%;
        margin: 0 2%;
    }

        .main-content .single {
            border: 1px solid var(--border-color);
            border-radius: var(--border-radius);
            box-sizing: border-box;
            padding: 0 8px;
            margin: 60px 0;
        }

    .category_container {
        padding-bottom: 40px;
        overflow: auto;
    }

        .category_container a {
            color: var(--color-primary);
            text-decoration: none;
            margin: 8px;
        }

    .main-content .single .imginfo {
        display: flex;
        background: linear-gradient( 0deg, rgba(235, 245, 255, 0.4), rgba(246, 247, 248, 0.1) );
        border-radius: var(--border-radius);
        border: 1px solid var(--border-color);
        flex-direction: row-reverse;
        justify-content: center;
    }

        .main-content .single .imginfo img {
            border-radius: var(--border-radius);
        }

        .main-content .single .imginfo .buy {
            display: none;
        }

    .main-content .single h2 {
        padding: 40px 0;
        font-size: 1.2rem;
        margin-top: 0;
        margin-bottom: 0;
        overflow:auto;

    }

    .main-content .single p {
        font-size: 1rem;
    }

    .main-content .single .txt {
        line-height: 25px;
        font-size: 1rem;
    }

        .main-content .single .txt b a {
            text-decoration: none;
            color: var(--color-primary);
            padding: 8px 0;
            display: inline-block;
        }

    .main-content > #item {
        display: block !important;
    }

    .product_text {
        line-height: 25px;
        padding: 20px 0;
        overflow:auto;
    }

    .fileinformation {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid var(--border-color);
        padding: 8px;
        border-radius: var(--border-radius);
        margin: 20px 0;
        background: #f9f9f9;
        flex-direction: column;
    }

        .fileinformation .price {
            width: 100%;
            margin-top: 40px;
        }

            .fileinformation .price .price_text {
                font-size: 1rem;
                color: var(--color-primary);
            }

            .fileinformation .price .arrow_box {
                font-size: 1rem !important;
                color: var(--color-primary);
            }

        .fileinformation .description {
            width: 100%;
            font-size: 1rem;
            line-height: 2;
            overflow: auto;
        }

            .fileinformation .description > a {
                color: var(--color-primary);
                text-decoration: none;
                margin: 0 8px;
                font-size: 1rem;
            }

    .buy.dnl {
        width: 100%;
        display: block;
        text-align: center;
        background: var(--color-primary);
        border: 1px solid var(--border-color);
        border-radius: 10px;
        color: #fff;
        text-decoration: none;
        height: 36px;
        line-height: 36px;
        margin-top: 8px;
    }

    .tags {
        margin-top: 8px;
        margin-bottom: 8px;
        overflow: auto;
    }

        .tags a {
            font-size: 0.9rem;
            margin: 0 4px;
            background: #fff;
            color: var(--color-primary);
            text-decoration: none;
            border: 1px solid var(--color-primary);
            border-radius: 100px;
            height: 24px;
            line-height: 24px;
            display: inline-block;
            box-sizing: border-box;
            padding: 0 8px;
            margin-bottom: 8px;
        }

    .logo_shop {
        display: inline-block !important;
        width: 40px;
        height: 40px;
        margin: 0 8px;
    }

        .logo_shop img {
            width: 100%;
            height: 100%;
        }

    .nav {
        direction: rtl;
        padding: 8px 2%;
        border-bottom: 1px solid var(--border-color);
        width: 96%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        .nav ul {
            width: 100%;
            height: 100%;
            padding: 0;
            margin-top: 0;
            position: fixed;
            background: white;
            top: 0;
            left: 0;
            overflow: auto;
        }

        .nav li {
            display: block;
            list-style: none;
            padding: 10px;
            font-size: 1rem;
            border-bottom: 1px solid #eee;
        }

            .nav li a {
                color: var(--font-color);
                text-decoration: none;
            }

    .srch {
        margin: 8px 0;
        width: 100%;
    }

    .divsrch {
        display: flex;
        height: 46px;
    }

        .divsrch #txtsech {
            width: 100%;
            border: 1px solid var(--border-color);
            border-radius: 10px;
            padding: 10px 8px;
            background: #fafafb;
        }

    .nameofs {
        text-decoration: none;
        font-size: 1.4rem;
        line-height: 40px;
        margin: 0;
        color: #0073e6;
        font-weight: bold;
    }

    .produces_head {
        font-weight: 600;
        color: var(--font-color);
        width: 68%;
        padding: 40px 1%;
        font-size: 1.25rem;
        margin-top: 2rem;
        margin-bottom: 0;
    }

    .produces {
        display: flex;
        flex-wrap: wrap;
    }

        .produces h2 {
            display: block;
            width: 100%;
        }

        .produces h5 {
            font-weight: 600;
            color: var(--font-color);
            width: 68%;
            padding: 40px 1%;
            font-size: 1.1rem;
            margin-top: 2rem;
            margin-bottom: 0;
        }

    .produce {
        color: var(--font-color);
        width: 98%;
        margin: 12.5px 1%;
        border-radius: var(--border-radius);
        overflow: hidden;
        box-sizing: border-box;
        border: 1px solid var(--border-color);
        text-decoration: none;
        background: white;
    }

    .produce-head .img {
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient( 0deg, rgba(235, 245, 255, 0.4), rgba(246, 247, 248, 0.1) );
        border-bottom: 1px solid var(--border-color);
        height: 190px;
    }

    .produce-head a img {
        display: block;
    }

    .title-p {
        margin: 0;
        padding: 8px 0;
        height: 48px;
        width: 100%;
        overflow: auto;
        display: flex;
    }

        .title-p a {
            font-size: 1.1rem;
            text-decoration: none;
            color: var(--font-color);
            font-weight: 600;
        }

    .pages > .center > h3 {
        display: flex;
        justify-content: center;
    }

        .pages > .center > h3 > a {
            border: 1px solid var(--border-color);
            text-decoration: none;
            padding: 0 8px;
            border-radius: 10px;
            font-size: 1rem;
            color: var(--font-color);
            line-height: 36px;
            height: 36px;
        }

    .produce-body {
        padding: 0 8px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between;
        direction: rtl;
        color: var(--font-color);
    }

        .produce-body .short-desc {
            margin: 0;
            line-height: 25px;
            height: 150px;
            overflow: auto;
        }

        .produce-body .price {
            margin: 0 1%;
            font-weight: 600;
            width: 100%;
            color: var(--color-primary);
        }

        .produce-body .center {
            text-align: center;
            width: 100%;
            display: flex;
        }

            .produce-body .center a {
                text-decoration: none;
                padding: 0 8px;
                line-height: 36px;
                height: 36px;
                border-radius: 10px;
                display: inline-block;
                border: 1px solid var(--border-color);
                box-sizing: border-box;
                width: 48%;
                margin: 0 1%;
            }

        .produce-body .buy {
            color: var(--font-color);
            width: 100% !important;
        }

        .produce-body .more {
            color: var(--font-color);
            display: none !important;
        }

    .produces .tabBody ul {
        padding: 8px 1%;
        list-style: none;
    }

    #tab-slider > div > a {
        display: block;
        overflow: hidden;
    }

        #tab-slider > div > a > img {
            width: 100%;
            height: 100%;
            border-radius: var(--border-radius);
        }

    .row .sidebar {
        width: 98%;
        padding: 0 1%;
    }

    .sidebar-normal-widget {
        border-bottom: 1px solid var(--border-color);
    }

        .sidebar-normal-widget:last-child {
            border: none;
        }

    .sidebar .enam {
        color: var(--font-color);
        padding: 40px 0;
        font-size: 1.2rem;
        margin-top: 2rem;
        margin-bottom: 0;
    }

    .sidebar .trust {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
        flex-direction: row-reverse;
        text-decoration: none;
        color: var(--font-color);
        font-size: 1rem;
    }

    .sidebar .cat {
        color: var(--font-color);
        padding: 8px 0%;
        font-size: 1.2rem;
        margin: 8px 0;
    }

    .sidebar-content .main {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
        text-decoration: none;
        color: var(--font-color);
        font-size: 1.1rem;
        font-weight: 600;
    }

    .sidebar-content .sub {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
        text-decoration: none;
        color: var(--font-color);
        font-size: 1rem;
    }

    #sellergroup {
        display: none;
    }

    .latest-p {
        color: var(--font-color);
        padding: 8px 0%;
        font-size: 1.2rem;
        margin: 8px 0;
    }

    .latest {
        padding: 0;
        list-style: none;
    }

        .latest a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 25px;
            text-decoration: none;
            color: var(--font-color);
            font-size: 1rem;
        }

    .empty {
        font-weight: 600;
        color: var(--font-color);
        width: 68%;
        padding: 40px 1%;
        font-size: 1.1rem;
        margin-top: 2rem;
        margin-bottom: 0;
    }

    .search_again div a {
        color: var(--color-primary);
        margin: 8px;
    }

    .footer {
        background: #fff;
        margin-top: 80px;
        padding-top: 40px;
        color: var(--font-color);
        border-top: 1px solid var(--border-color);
    }

    .copyright {
        display: none;
    }

    .footer .container {
        display: flex;
        align-items: center;
        direction: rtl;
        justify-content: center;
        flex-direction: column;
        padding: 0 2%;
    }

    .footer .menu {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .footer .menu a.link {
            background: #fff;
            padding: 10px 8px;
            border-radius: 10px;
            text-decoration: none;
            border: 1px solid var(--border-color);
            color: var(--font-color);
            box-sizing: border-box;
            display: inline-block;
            width: 49%;
            margin: 4px 0;
        }

        .footer .menu p a {
            background: var(--color-primary);
            font-weight: 600;
            box-sizing: border-box;
            text-align: center;
            width: 100%;
            padding: 10px 8px;
            border-radius: 10px;
            text-decoration: none;
            border: 1px solid var(--border-color);
            color: white;
            margin: 20px 0;
            float: right !important;
        }

    .footer p {
        color: var(--font-color);
    }

    .footer .copyright img {
        border-radius: var(--border-radius);
    }

    .download_container .req {
        width: 100%;
        padding: 10px;
        margin: 5px 0 15px 0;
        border: 1px solid var(--border-color);
        border-radius: 5px;
        font-size: 1rem;
        box-sizing: border-box;
    }

        .download_container .req:focus {
            border-color: var(--color-primary);
            outline: none;
        }

    #CPHMain_payhelp {
        margin: 80px 0;
    }

    #CPHMain_Panel1 .title {
        width: 100% !important;
    }

    #CPHMain_Panel1 {
        background: #f9f9f9;
        border: 1px solid var(--border-color);
        padding: 8px;
        border-radius: var(--border-radius);
        margin: 40px 0;
    }

    .data_preview {
        text-decoration: none;
        color: var(--link-color);
    }

    .breadcrumb {
        color: var(--font-color);
        padding: 60px 0;
        font-size: 1rem;
        margin-top: 2rem;
        margin-bottom: 0;
    }

        .breadcrumb a {
            color: var(--font-color);
            text-decoration: none;
        }

            .breadcrumb a:hover {
                text-decoration: underline;
            }


        .innercontent .product_title {
            padding: 40px 0;
            margin: 0px;
            margin-bottom: 24px;
        }

            .innercontent .product_title h3 {
                padding: 0px;
                margin: 0px;
                color: var(--font-color);
                font-size: 1.25rem;
                font-weight: 600;
            }

        .innercontent p.help,
        .phelp {
            display: none;
        }

        .innercontent .CapchaInput {
            width: 90px !important;
            padding: 0 8px !important;
            border-radius: 6px;
            text-align: center;
            height: 36px;
            line-height: 36px;
            letter-spacing: 5px;
            margin-left: 10px;
            border: 1px solid var(--border-color);
        }

        .innercontent .dlbtn {
            display: block;
            background: var(--color-primary);
            padding: 15px;
            text-align: center;
            border: 1px solid var(--border-color);
            margin-top: 40px;
            line-height: 20px;
            color: #fff !important;
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            border-radius: 6px !important;
        }

        .innercontent .transition {
            -webkit-transition: all 200msease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200msease;
        }

        .innercontent .rounded {
            border-radius: 3px;
            -webkit-border-radius: 3px;
        }

        .innercontent img {
            max-width: 100%;
            height: auto;
        }

        .innercontent label.title {
            display: inline-block;
            width: 100%;
            margin: 12px 0;
            vertical-align: middle;
        }

        .innercontent .captchalogin {
            display: inline-block;
            width: 110px;
            height: 35px;
            -webkit-border-radius: 3px 0px 0px 3px;
            border-radius: 3px 0px 0px 3px;
            overflow: hidden;
            vertical-align: middle;
        }

        .innercontent .dlbtn img {
            vertical-align: middle;
            margin-bottom: -12px;
            margin-left: 5px;
        }

        .innercontent .dlbtn span {
            display: block;
            margin-top: 13px;
        }

    .download_col {
        max-width: 100% !important;
    }

    .innercontent .btn-signup {
        text-decoration: none;
        color: var(--color-primary);
    }

    .product_container {
        border: 1px solid var(--border-color);
        border-radius: var(--border-radius);
        box-sizing: border-box;
        padding: 12px;
        margin: 20px 2%;
        margin-bottom: 40px;
    }

    .price .dnl {
        color: #fff;
        text-decoration: none;
        text-align: center;
        line-height: 36px;
        height: 36px;
        border-radius: 10px;
        display: block;
        border: 1px solid var(--border-color);
        box-sizing: border-box;
        margin: 10px 0px;
        background: var(--color-primary);
        padding: 0 10px;
    }
    .show_other_data {
        color: var(--color-primary)
    }
    a.page_link {
        width: 36px;
        height: 36px;
        display: inline-block;
        border: 1px solid var(--border-color);
        line-height: 36px;
        text-align: center;
        border-radius: 5px;
        color: var(--font-color);
        font-size: .9rem;
        margin: 0 4px;
    }
    .currect_page {
        width: 36px;
        height: 36px;
        line-height: 40px;
        text-align: center;
        margin: 0 4px;
    }
    .primary_loading {
        background: white;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        text-align: center;
        line-height: 100vh;
        font-size: 1.2rem;
        color: #aaa;
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1160px) {
    .row {
        padding: 8px 0 !important;
    }

    .main-content {
        width: 75% !important;
    }
}

@media (min-width: 768px) {
    .error_message {
        color: red;
    }

    #txtcouponcode {
        width: 140px !important;
        padding: 0 8px !important;
        border-radius: 6px;
        text-align: center;
        height: 36px;
        line-height: 36px;
        margin-left: 10px;
        border: 1px solid var(--border-color);
    }

    .divcopnon_button > input {
        background: var(--color-primary);
        padding: 0px 16px;
        height: 36px;
        line-height: 36px;
        border-radius: 10px;
        text-decoration: none;
        border: 1px solid var(--border-color);
        color: white;
        margin-top: 10px;
    }

    .clear {
        clear: both;
    }

    .pager {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px 0;
        font-family: Arial, sans-serif;
        width: 100%;
    }

        .pager a {
            color: #333;
            padding: 4px 10px;
            border: 1px solid #ddd;
            margin: 0 4px;
            border-radius: 8px;
        }

        .pager span.active {
            background-color: #007bff;
            color: white;
            border: 1px solid #007bff;
            padding: 8px 12px;
            border-radius: 4px;
        }

        .pager a:hover {
            background-color: #f1f1f1;
        }

        .pager a.nav {
            background-color: #f8f9fa;
            font-weight: bold;
        }

            .pager a.nav:hover {
                background-color: #e9ecef;
            }

        .pager .results {
            margin-right: 20px;
            font-size: 14px;
            color: #555;
        }

    .row {
        direction: rtl;
        padding: 8px 10%;
        display: flex;
        justify-content: space-between;
    }

    .main-content {
        width: 70%;
    }

        .main-content > #item {
            display: block !important;
        }

        .main-content .single {
            border: 1px solid var(--border-color);
            border-radius: var(--border-radius);
            box-sizing: border-box;
            padding: 0 8px;
            margin: 60px 0;
        }

    .category_container {
        padding-bottom: 40px;
        overflow:auto;
    }

        .category_container a {
            color: var(--color-primary);
            text-decoration: none;
            margin: 8px;
        }

    .main-content .single .imginfo {
        display: flex;
        background: linear-gradient( 0deg, rgba(235, 245, 255, 0.4), rgba(246, 247, 248, 0.1) );
        border-radius: var(--border-radius);
        border: 1px solid var(--border-color);
        flex-direction: row-reverse;
        justify-content: center;
    }

        .main-content .single .imginfo img {
            border-radius: var(--border-radius);
        }

        .main-content .single .imginfo .buy {
            display: none;
        }

    .main-content .single h2 {
        padding: 40px 0;
        font-size: 1.2rem;
        margin-top: 0;
        margin-bottom: 0;
        overflow: auto;
    }

    .main-content .single p {
        font-size: 1rem;
    }

    .main-content .single .txt {
        font-size: 1rem;
    }

        .main-content .single .txt b a {
            text-decoration: none;
            color: var(--color-primary);
            padding: 8px 0;
            display: inline-block;
        }

    .product_text {
        line-height: 25px;
        padding: 20px 0;
        overflow: auto;
    }

    .fileinformation {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid var(--border-color);
        padding: 8px;
        border-radius: var(--border-radius);
        margin: 20px 0;
        background: #f9f9f9;
        flex-direction: column;
    }

        .fileinformation .price {
            width: 100%;
            margin-top: 40px;
        }

            .fileinformation .price .price_text {
                font-size: 1rem;
                color: var(--color-primary);
            }

            .fileinformation .price .arrow_box {
                font-size: 1rem !important;
                color: var(--color-primary);
            }

        .fileinformation .description {
            width: 100%;
            font-size: 1rem;
            overflow:auto;
        }

            .fileinformation .description > a {
                color: var(--color-primary);
                text-decoration: none;
                margin: 0 8px;
                font-size: 1rem;
            }

    .buy.dnl {
        width: 100%;
        display: block;
        text-align: center;
        background: var(--color-primary);
        border: 1px solid var(--border-color);
        border-radius: 10px;
        color: #fff;
        text-decoration: none;
        height: 36px;
        line-height: 36px;
        margin-top: 8px;
    }

    .tags {
        margin-top: 8px;
        margin-bottom: 8px;
        overflow:auto;
    }

        .tags a {
            font-size: 0.9rem;
            margin: 0 4px;
            background: #fff;
            color: var(--color-primary);
            text-decoration: none;
            border: 1px solid var(--color-primary);
            border-radius: 100px;
            height: 24px;
            display: inline-block;
            box-sizing: border-box;
            padding: 0 8px;
            margin-bottom: 8px;
        }

    .logo_shop {
        display: inline-block !important;
        width: 40px;
        height: 40px;
        margin-right: 8px;
    }

        .logo_shop img {
            width: 100%;
            height: 100%;
        }

    .nav {
        flex-wrap: nowrap;
        direction: rtl;
        height: 40px;
        padding: 14px 10%;
        border-bottom: 1px solid var(--border-color);
        display: flex;
        align-items: center;
    }

        .nav ul {
            height: 40px;
            display: flex;
            align-items: center;
            margin: 0;
            margin-right: auto;
            padding: 0;
        }

        .nav li {
            list-style: none;
            float: left;
            margin: 0 10px;
            padding: 0 4px;
            font-size: 1rem;
        }

            .nav li a {
                color: var(--font-color);
                text-decoration: none;
            }

    .srch {
        margin: 0 28px;
        width: 40%;
    }

    .divsrch {
        display: flex;
        height: 46px;
        width: 100%;
    }

        .divsrch #txtsech {
            width: 100%;
            border: 1px solid var(--border-color);
            border-radius: 10px;
            padding: 10px 8px;
            background: #fafafb;
        }

    .nameofs {
        text-decoration: none;
        font-size: 1.4rem;
        line-height: 40px;
        margin: 0;
        color: #0073e6;
        font-weight: bold;
    }

    .produces_head {
        font-weight: 600;
        color: var(--font-color);
        width: 68%;
        padding: 40px 1%;
        font-size: 1.25rem;
        margin-top: 2rem;
        margin-bottom: 0;
    }

    .produces {
        display: flex;
        flex-wrap: wrap;
    }

        .produces h2 {
            display: block;
            width: 100%;
        }

        .produces h5 {
            font-weight: 600;
            color: var(--font-color);
            width: 68%;
            padding: 40px 1%;
            font-size: 1.1rem;
            margin-top: 2rem;
            margin-bottom: 0;
        }

    .produce {
        color: var(--font-color);
        width: 47%;
        margin: 14px 1.5%;
        border-radius: var(--border-radius);
        overflow: hidden;
        box-sizing: border-box;
        border: 1px solid var(--border-color);
        text-decoration: none;
        background: white;
    }

    .produce-head .img {
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient( 0deg, rgba(235, 245, 255, 0.4), rgba(246, 247, 248, 0.1) );
        border-bottom: 1px solid var(--border-color);
        height: 190px;
    }

    .produce-head a img {
        display: block;
    }

    .title-p {
        margin: 0;
        padding: 8px 0;
        height: 48px;
        width: 100%;
        overflow: auto;
        display: flex;
    }

        .title-p a {
            font-size: 1.1rem;
            text-decoration: none;
            color: var(--font-color);
            font-weight: 600;
        }

    .pages > .center > h3 {
        display: flex;
        justify-content: center;
    }

        .pages > .center > h3 > a {
            border: 1px solid var(--border-color);
            text-decoration: none;
            padding: 0 8px;
            border-radius: 10px;
            font-size: 1rem;
            color: var(--font-color);
            line-height: 36px;
            height: 36px;
        }

    .produce-body {
        padding: 0 8px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between;
        direction: rtl;
        color: var(--font-color);
    }

        .produce-body .short-desc {
            margin: 0;
            line-height: 25px;
            height: 150px;
            overflow: auto;
        }

        .produce-body .price {
            margin: 0 1%;
            font-weight: 600;
            width: 100%;
            color: var(--color-primary);
        }

        .produce-body .center {
            text-align: center;
            width: 100%;
            display: flex;
        }

            .produce-body .center a {
                text-decoration: none;
                text-align: center;
                line-height: 36px;
                height: 36px;
                border-radius: 10px;
                display: inline-block;
                border: 1px solid var(--border-color);
                box-sizing: border-box;
                width: 48%;
                margin: 0 1%;
            }

        .produce-body .buy {
            color: var(--font-color);
            width: 100% !important;
        }

        .produce-body .more {
            color: var(--font-color);
            display: none !important;
        }

    .row .sidebar {
        width: 20%;
        padding: 0 2.5%;
    }

    .sidebar-normal-widget {
        border-bottom: 1px solid var(--border-color);
    }

        .sidebar-normal-widget:last-child {
            border: none;
        }

    .sidebar .enam {
        color: var(--font-color);
        padding: 40px 0;
        font-size: 1.2rem;
        margin-top: 2rem;
        margin-bottom: 0;
    }

    .sidebar .trust {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
        flex-direction: row-reverse;
        text-decoration: none;
        color: var(--font-color);
        font-size: 1rem;
    }

    .sidebar .cat {
        color: var(--font-color);
        padding: 8px 0%;
        font-size: 1.2rem;
        margin: 8px 0;
    }

    .sidebar-content .main {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
        text-decoration: none;
        color: var(--font-color);
        font-size: 1.1rem;
        font-weight: 600;
    }

    .sidebar-content .sub {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
        text-decoration: none;
        color: var(--font-color);
        font-size: 1rem;
        /* this line will be remove in the next section of the project :  */
        display: none !important;
    }

    .latest-p {
        color: var(--font-color);
        padding: 8px 0%;
        font-size: 1.2rem;
        margin: 8px 0;
    }

    .latest {
        padding: 0;
        list-style: none;
    }

        .latest a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 25px;
            text-decoration: none;
            color: var(--font-color);
            font-size: 1rem;
        }

    .empty {
        font-weight: 600;
        color: var(--font-color);
        width: 68%;
        padding: 40px 1%;
        font-size: 1.1rem;
        margin-top: 2rem;
        margin-bottom: 0;
    }

    .search_again div a {
        color: var(--color-primary);
        margin: 8px;
    }

    .footer {
        background: #fff;
        margin-top: 80px;
        padding: 40px 8px;
        color: var(--font-color);
        border-top: 1px solid var(--border-color);
    }

        .footer .container {
            display: flex;
            align-items: center;
            direction: rtl;
            justify-content: center;
        }

        .footer .menu {
            margin-left: 30px;
        }

            .footer .menu a.link {
                display: inline-block;
                background: #fff;
                padding: 10px 8px;
                border-radius: 10px;
                text-decoration: none;
                border: 1px solid var(--border-color);
                color: var(--font-color);
                margin-left: 20px;
                margin-top: 8px;
            }

            .footer .menu p a {
                display: inline-block;
                background: var(--color-primary);
                font-weight: 600;
                padding: 10px 8px;
                border-radius: 10px;
                text-decoration: none;
                border: 1px solid var(--border-color);
                color: white;
                margin: 40px 0;
                float: right !important;
            }

        .footer p {
            color: var(--font-color);
            padding-top: 25px;
        }

        .footer .copyright img {
            border-radius: var(--border-radius);
        }

    .product_title h3 {
        font-size: 1.1rem;
        color: #2c3e50;
        margin-bottom: 20px;
        text-align: center;
    }

    .content {
        margin-top: 20px;
    }

    .innercontent {
        padding: 10px;
        border: 1px solid var(--border-color);
        border-radius: var(--border-radius);
        font-size: 1rem;
        margin: 10px 0;
    }

    .download_container .req {
        width: 100%;
        padding: 10px;
        margin: 5px 0 15px 0;
        border: 1px solid var(--border-color);
        border-radius: 5px;
        font-size: 1rem;
        box-sizing: border-box;
    }

        .download_container .req:focus {
            border-color: var(--color-primary);
            outline: none;
        }

    #CPHMain_payhelp {
        margin: 80px 0;
    }

    #CPHMain_Panel1 .title {
        width: 100% !important;
    }

    #CPHMain_Panel1 {
        background: #f9f9f9;
        border: 1px solid var(--border-color);
        padding: 8px;
        border-radius: var(--border-radius);
        margin: 40px 0;
    }

    .data_preview {
        text-decoration: none;
        color: var(--link-color);
    }

    .breadcrumb {
        color: var(--font-color);
        padding: 60px 0;
        font-size: 1rem;
        margin-top: 2rem;
        margin-bottom: 0;
    }

        .breadcrumb a {
            color: var(--font-color);
            text-decoration: none;
        }

            .breadcrumb a:hover {
                text-decoration: underline;
            }

        .innercontent .product_title {
            padding: 40px 0;
            margin: 0px;
            margin-bottom: 24px;
        }

            .innercontent .product_title h3 {
                padding: 0px;
                margin: 0px;
                color: var(--font-color);
                font-size: 1.25rem;
                font-weight: 600;
            }

        .innercontent p.help,
        .phelp {
            display: none;
        }

        .innercontent .CapchaInput {
            width: 90px !important;
            padding: 0 8px !important;
            border-radius: 6px;
            text-align: center;
            height: 36px;
            line-height: 36px;
            letter-spacing: 5px;
            margin-left: 10px;
            border: 1px solid var(--border-color);
        }

        .innercontent .transition {
            -webkit-transition: all 200msease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200msease;
        }

        .innercontent .rounded {
            border-radius: 3px;
            -webkit-border-radius: 3px;
        }

        .innercontent .dlbtn {
            display: block;
            background: var(--color-primary);
            padding: 15px;
            text-align: center;
            border: 1px solid var(--border-color);
            margin-top: 40px;
            line-height: 20px;
            color: #fff !important;
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            border-radius: 6px !important;
        }

            .innercontent .dlbtn img {
                vertical-align: middle;
                margin-bottom: -12px;
                margin-left: 5px;
            }

            .innercontent .dlbtn span {
                display: block;
                margin-top: 13px;
            }

        .innercontent img {
            max-width: 100%;
            height: auto;
        }

    .download_col {
        max-width: 100% !important;
    }



        .innercontent label.title {
            display: inline-block;
            width: 50%;
            margin: 8px 0;
            vertical-align: middle;
        }

        .innercontent .captchalogin {
            display: inline-block;
            width: 110px;
            height: 35px;
            -webkit-border-radius: 3px 0px 0px 3px;
            border-radius: 3px 0px 0px 3px;
            overflow: hidden;
            vertical-align: middle;
        }

    .download_col {
        max-width: 100% !important;
    }

    .innercontent .btn-signup {
        text-decoration: none;
        color: var(--color-primary);
    }

    .product_container {
        border: 1px solid var(--border-color);
        border-radius: var(--border-radius);
        box-sizing: border-box;
        padding: 10px 2%;
        margin: 20px 0;
        margin-bottom: 40px;
    }

    .price .dnl {
        color: #fff;
        text-decoration: none;
        text-align: center;
        line-height: 36px;
        height: 36px;
        border-radius: 10px;
        display: block;
        border: 1px solid var(--border-color);
        box-sizing: border-box;
        margin: 10px 0px;
        background: var(--color-primary);
        padding: 0 10px;
    }
    .show_other_data {
        color: var(--color-primary)
    }
    a.page_link {
        width: 36px;
        height: 36px;
        display: inline-block;
        border: 1px solid var(--border-color);
        line-height: 36px;
        text-align: center;
        border-radius: 5px;
        color: var(--font-color);
        font-size: .9rem;
        margin : 0 4px;
    }
    .currect_page {
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background: #eee;
        border-radius: 5px;
        border: 1px solid var(--border-color);
        margin: 0 4px;
    }
    .primary_loading {
        background: white;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        text-align: center;
        line-height: 100vh;
        font-size: 1.2rem;
        color: #aaa;
        display : none;
    }
}

#nav_category {
    cursor: pointer;
    padding: 20px 0;
}

#nav_category_content {
    margin: 0 10%;
    border: 1px solid var(--border-color);
    border-radius: 0px 0px 20px 20px;
    overflow: auto;
    box-sizing: border-box;
    font-size: 1rem;
    color: var(--font-color);
    direction: rtl;
    position: relative;
    height: 360px;
    background: linear-gradient( 0deg, rgba(235, 245, 255, 0.4), rgba(246, 247, 248, 0.1) );
    display: none;
}

    #nav_category_content a.sub {
        /* this line will be remove in the next section of the project :  */
        display: none !important;
    }

    #nav_category_content a {
        text-decoration: none;
        color: var(--font-color);
        font-size: 1rem;
    }

.side_nav_category {
    width: 35%;
    box-sizing: border-box;
    padding: 10px 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.main_nav_category {
    background-color: white;
    width: 65%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #eee;
}

.category-item:first-child .main_nav_category {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.main_nav_category > div {
    width: 25%;
    text-align: center;
    margin-bottom: 12px;
}

/* Show subcategories when hovering over the parent category */
.category-item:hover .main_nav_category {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
