﻿@media (min-width: 0px) and (max-width: 390px) {
    .nav-logo h1 {
        line-height: 20px;
        margin-top: 10px;
    }
}

@media (min-width: 0px) and (max-width: 600px) {


    .container {
        .width: 100%;
        .padding: 0;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding: 0;
    }


    .bakcc {
        z-index: 0;
    }


    .modal-open .modal {
        z-index: 9999999999;
    }


    .menuToggle .crt {
        cursor: pointer;
        float: right;
    }

    .crt::before {
        font-family: ionicons;
        content: "\f359";
        font-size: 25px;
        margin-top: -10px;
        margin-left: 6px;
    }


    .caret-down::before {
        content: "\f3a9";
    }

    .nested {
        display: none;
    }

    #menu .active {
        display: block;
        background-color: #f5f5f5;
        color: #757575;
        padding: 0 10px;
        margin-top: 30px;
        float: right;
    }

    #menu li.one {
        padding: 20px 0px;
        width: 100%;
    }

    
    #menu li.one1 {
        padding: 15px 35px ;
        width: 100%;
        background-color:#eee;
        margin-top:5px;
    }

    #menu li.special_sale {
        padding: 20px;
        margin: 10px 0;
        width: 100%;
        background-color: #eee;
    }




    #menu li.one ul {
        margin: 30px 0 10px;
        padding-bottom: 10px;
        padding:10px;
        float: right;
        width: 100%;
    }

     #menu li.one ul li {
       padding:5px;
    }

    #menu li.one li.two {
        padding: 20px 0px;
        width: 100%;
        float: right;
    }

    #menu li.two ul {
        margin: 30px 10px -30px;
        float: right;
    }

        #menu li.two ul li a {
            margin: 5px 0px !important;
            width: 100%;
            float: right;
        }



    .box-news .title .titr {
        padding-right: 15px;
        font-size: 100%;
    }

    .box-news .title .moretech {
        width: unset;
        font-size: 85%;
    }


    .box-tech {
        padding: 0;
    }

        .box-tech .title {
            font-size: 80%;
        }

            .box-tech .title .moretech {
                width: unset;
                margin-top: 10px;
            }

        .box-tech .tech-txt {
            font-size: 85%;
            padding: 50px 0 0 0;
            height: 80px;
            margin-top: -65px;
        }

    .ultab li {
        padding: 0 5px;
    }



    /*#menu li {
 padding:10px 0;
width:100%;
}

#menu .active li {
 padding:20px 0;
width:100%;
}
#menu ul.active  {
 padding:0 10px;
}
#menu .active li ul li {
 margin:0px 10px;
  padding:5px 0 !important;
}

#menu .active li ul li ul li {
 margin:0px 10px;
  padding:5px 0;
}*/



    nav {
        background-color: #000;
        height: 50px;
        padding: 0 10px;
        .border-bottom: 1px solid #eee;
    }



    #menuToggle {
        .display: flex;
        flex-direction: column;
        .position: relative;
        .top: 20px;
        .right: 25px;
        . z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        padding-top: 20px;
        width: 0;
    }

    .navmob {
        position: fixed;
        z-index: 100;
        . overflow: auto;
    }


    #menuToggle input {
        display: flex;
        width: 40px;
        height: 32px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
    }

    #menuToggle span {
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        margin-right: 10px;
        position: relative;
        background: #fff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    }


    #menuToggle > ul span, #menuToggle > ul li span {
        width: 100%;
        background: none;
    }

    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #36383F;
    }

    #menuToggle input:checked #menu {
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #36383F;
    }

    #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 1;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }



    .divMenu {
        max-height: 100px;
    }

    /* width */

    #menu {
        text-align: right;
        min-height: 500px;
        opacity: 1;
        width: 250px;
        overflow-x: hidden;
        box-shadow: 0 0 10px #85888C;
        margin: -50px -20px 0 0;
        padding: 25px 0px;
        padding-top: 50px;
        background-color: #fff;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(180%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }

        #menu::-webkit-scrollbar {
            width: 5px;
        }


        /* Handle */
        #menu::-webkit-scrollbar-thumb {
            background: #1e88e5;
            border-radius: 10px;
        }


        #menu li {
            transition-delay: 2s;
            color: #333;
        }

    #menuToggle input:checked ~ ul {
        transform: none;
    }





    .row {
        margin: 0;
    }


    .signin {
        float: right;
    }

    .col-md-p1 {
        width: 100%;
    }


    .ul-left {
        margin-right: 0px !important;
    }

    .itemmain .item img {
        width: 100%;
    }

    .itemmain .item {
        margin: 5px 0;
    }

    .nav-logo {
        width: unset;
        padding: 10px;
        position: fixed;
        z-index: 9;
        left: 0;
    }



    .search {
        padding: 5px 10px;
        margin-top: 50px;
    }

    .fixmenu {
        position: fixed;
        width: 100%;
        z-index: 9999999999;
        right: 0;
        margin: 0px;
        margin-top: -50px;
    }

    .e-search {
        margin-bottom: 0;
        padding: 0;
    }


    .nav-login {
        font-size: 200% !important;
        padding: 15px 20px 0px;
        color: #fff !important;
    }

        .nav-login .done {
            font-size: 40%;
            position: absolute;
            background-color: #72be4a;
            color: #fff;
            border-radius: 50%;
            padding: 2px 6px;
          
        }

        .nav-login a {
            color: #fff;
        }

    .menucard {
        border: 0;
    }

        .menucard .carts {
            margin-top: 10px;
        }

        .menucard .count .cartcount {
            margin-top: -10px;
        }

    .Best-saled .part1 {
        font-size: 80%;
        width: 100%;
        padding: 0;
    }


        .Best-saled .part1 .des {
            font-size: 60%;
            .font-weight: 200;
            color: #000;
        }

    .Best-saled .img {
        margin: 10px;
        height: 100px;
    }

    .Best-saled .item {
        padding: 10px;
    }

    .Best-saled .part1 {
        min-height: 200px;
    }

    .Best-saled .part2 .model {
        font-size: 110%;
    }

    .Best-saled .part2 {
        font-size: 80%;
        line-height: 25px;
        min-height: 100px;
    }

    .Best-saled .brand {
        font-size: 80%;
    }

    .Best-saled .offer {
        margin: 10px auto;
        text-align: center;
        font-size: 80%;
        padding: 5px;
        border-top: 1px solid #eee;
    }

    .Best-saled .infoProduct {
        text-align: center;
    }

    .Best-saled .infoDiv {
        line-height: 20px;
        margin-top: -20px;
    }

    .Best-saled .text-left {
        text-align: right;
    }

    .Full-box .box-right, .Full-box .box-left {
        width: 100%;
        margin: 0;
    }

    .news-part .item {
        margin-bottom: 50px;
    }


    .Pager {
        margin: -1px 0 2px 0px;
    }

    .product-box {
        margin: -20px 0;
    }

        .product-box .item {
            border-bottom: 1px solid #eee;
            padding: 0;
        }

        .product-box .part1 {
            float: right;
            min-height: 150px !important;
            margin-bottom: 0px;
            -webkit-box-shadow: 0px 0px 0px 0px rgba(166,166,166,1);
            -moz-box-shadow: 0px 0px 0px 0px rgba(166,166,166,1);
            box-shadow: 0px 0px 0px 0px rgba(166,166,166,1);
        }

            .product-box .part1 .priceDiv, .Best-saled .part1 .priceDiv {
                margin: 0;
                border-top: 0px solid #eee;
                line-height: 25px;
            }

            .product-box .part1 .model, .Best-saled .part1 .model {
                font-size: 110%;
            }

    .off {
        color: #ed1a3b;
        text-align: right;
    }

    .product-box .part1 {
        padding: 15px 0;
    }

    .product-box .img {
        min-height: 90px;
        margin: 10px 0;
    }

    .product-box .imgDiv {
        padding-top: 10px;
    }

    .product-box .brand {
        font-size: 100%;
        margin-right: 5px;
    }

    .product-box .rate {
        text-align: right;
        margin: -30px 10px;
        font-size: 100%;
    }

    .product-box .part2 {
        color: #6d6e71;
        padding: 20px 0;
        line-height: 40px;
        font-size: 90%;
    }

        .product-box .part2 .des {
            font-size: 85%;
        }

    .product-box .dataPriceUser, .product-box .dataPrice {
        min-height: unset;
        font-size: 110%;
    }

    .product-box .Discount_mobile {
        position: absolute;
        left: 15px;
    }


        .product-box .Discount_mobile .DD {
            display: none;
        }

        .product-box .Discount_mobile .Discount {
            background-color: #ed1a3b;
            text-decoration: none;
            color: #fff;
            float: left;
            margin: -30px 0 0 -10px;
            display: block;
            font-size: 180%;
            width: 50px;
            padding: 8px;
            border-radius: 50%;
            text-align: center;
        }

    .product-box .infoDiv, .Best-saled .infoDiv {
    margin-top:30px;
    }

    .selectDrop {
        width: 50%;
        font-size: 100%;
        padding: 2px;
        color: #6f6f6f;
        background-color: #fff;
        margin-top: -10px;
    }

    .grtitle .left {
        text-align: right;
        padding-bottom: 5px;
        margin: -10px -30px 0;
        padding: 15px 10px 0;
        background-color: #eee;
    }

        .grtitle .left .btn {
            color: #000;
            background-color: #f3f3f3;
        }

        .grtitle .left select {
            color: #000;
            margin-top: 0px;
            padding: 8px;
            background-color: #f3f3f3;
            border: 1px solid #ccc;
        }

        .grtitle .left .btn i {
            font-size: 18px;
        }


    .Title-Mobile {
        font-size: 75%;
        margin: 0 -30px;
        padding: 10px;
        color: #6d6e71;
        background-color: #eee;
    }

        .Title-Mobile a {
            color: #6d6e71;
        }

    .backDetails .Link {
        font-size: 75%;
        margin: 0 -15px;
        background-color: #eee;
    }

    .backDetails h3 {
        font-size: 120%;
        color: #000;
    }

    .backDetails h2 {
        font-size: 100%;
        margin: 0px 0;
    }

    .backDetails h4 {
        font-size: 100%;
    }

    .rating {
        margin: 0;
        text-align: left;
    }

    .RadRating {
        float: left;
    }

    .gallery {
        height: auto;
    }

        .gallery .swiper-wrapper {
            margin: 10px 0 30px;
        }

        .gallery .swiper-pagination {
            margin-bottom: -10px;
        }

    .backDetails .part2-detail {
        margin: 30px 0;
        border-bottom: 1px solid #eee;
        padding-bottom: 30px;
    }

        .backDetails .part2-detail span {
            font-size: 90%;
        }


    .backDetails .FixBtn, #Filter .FixBtn {
        text-align: center;
        position: fixed;
        bottom: 0px;
        right: 0px;
        z-index: 99;
        border: none;
        outline: none;
        background-color: #f6f6f6;
        color: white;
        cursor: pointer;
        padding: 10px 0;
        .border-radius: 4px;
        width: 100%;
    }

        .backDetails .FixBtn .btn, #Filter .FixBtn .btn {
            width: 95%;
            font-size: 120%;
            padding: 12px;
        }


    .backproduct .FixBtn {
        text-align: center;
        position: fixed;
        bottom: 0px;
        right: 0px;
        z-index: 99;
        border: none;
        outline: none;
        background-color: #f6f6f6;
        color: white;
        cursor: pointer;
        padding: 10px 0;
        .border-radius: 4px;
        width: 100%;
    }

        .backproduct .FixBtn .btn {
            width: 95%;
            font-size: 120%;
            padding: 12px;
        }

    .hamkarpnl {
        margin-top: 0;
    }

        .hamkarpnl .pricebox {
            font-size: 140% !important;
        }

    .General {
        border-top: 1px solid #eee;
        padding: 15px;
        line-height: 25px;
        font-size: 90%;
        min-height: 200px;
    }

        .General h4 {
            font-size: 100%;
        }

    .feature {
        margin-bottom: 100px;
    }

    .General .modal-header, #Filter .modal-header {
        background-color: #f6f6f6;
    }

        .General .modal-header h4 {
            font-size: 150%;
        }

    .General .modal-body {
        overflow: scroll;
        line-height: 25px;
    }

    #Filter .modal-body {
        overflow: scroll;
        line-height: 25px;
        padding-bottom: 80px;
    }

        .General .modal-body h4, #Filter .modal-body h4 {
            margin-bottom: 10px;
        }

    .titlepnl {
        padding: 8px 15px;
    }

    .titrfilter {
        font-size: 110%;
        margin: 20px 0;
    }

    .General .modal-body .Title {
        border-bottom: 1px solid #eee;
        padding: 0px 0 10px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .close {
        float: left;
        font-size: 100%;
        color: #000;
        margin-top: 5px;
        opacity: 0.5;
    }

    .General .more {
        float: left;
        color: #00a1e5;
    }

    .General .top {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .footer-contact-us input[type=text] {
        width: 100% !important;
        border-radius: 5px !important;
    }

    .footer-contact-us input[type=submit] {
        width: 100% !important;
        position: relative !important;
        float: right;
        margin: 10px 0;
        border-radius: 5px !important;
    }


    .footer-contact .item {
        border-right: 0px solid #ccc;
        border-top: 1px solid #ccc;
        padding: 25px 10px 30px;
    }

        .footer-contact .item h5 {
            font-size: 120%;
            margin-bottom: 40px;
        }

    footer .footer-newsletter .footer-contact-us {
        text-align: center;
    }

    footer .footer-about {
        padding: 10px;
    }

    .footer-newsletter {
        padding: 10px;
    }

        .footer-newsletter .newsletter-form {
            margin-top: 20px;
        }

    /*----product-boxt----*/
    .product-box .item {
        width: 100% !important;
        float: right;
        padding: 0 15px;
    }

    /*login*/


    .loginbox {
        width: 100%;
        margin: 30px auto;
        background-color: #fff;
        padding: 25px 5px;
    }

    .backlogin {
        min-height: 400px;
    }

    .checkfeature img {
        margin-top: 50px;
        position: relative;
        height: auto;
    }

    .checkfeature h3 {
        font-size: 160%;
        line-height: 40px;
    }



    .footer-contact .alarm {
        margin-top: -66px;
        background-color: #eee;
        .width:70%;
        position: absolute;
        padding: 14px 8px;
        left: 11px;
        font-size: 12px;
    }

    .footer-contact .ok {
        margin-top: -66px;
        background-color: #eee;
        .width:70%;
        position: absolute;
        padding: 14px 8px;
        left: 11px;
        font-size: 12px;
    }

    .newsletter-form .alarm {
        margin-top: -76px;
        background-color: #eee;
        position: absolute;
        font-size: 12px;
        padding: 7px 8px;
        left: 0px;
    }

    .newsletter-form .ok, .newsletter-form .error {
        margin-top: -76px;
        background-color: #eee;
        position: absolute;
        font-size: 12px;
        padding: 7px 8px;
        left: 0px;
    }

    .headinfo {
        padding: 10px;
        margin: 0;
    }

    .CreditUser {
        padding: 10px;
    }

    .pageweb .navbar-toggle {
        background-color: #72be4a;
    }

    .nav-pills li {
        padding: 8px;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }

    /*پروفایل*/
    .titlereviws hr {
        margin: 10px 0;
    }
    .titlereviws .important1 {
     background-color:#eee;
     padding:10px;
     margin-top:10px;
    }
     .titlereviws .important {
     background-color:#eee;
     padding:10px;
       margin-top:10px;
    }

        .titlereviws .c {
     background-color:#eee;
     padding:10px;
       margin-top:10px;
    }

    .mobilerow {
        margin: 15px 0;
        padding: 10px;
        border:1px solid #eee;
        border-radius:5px;
    }

        .mobilerow .brandimg {
            position: absolute;
            margin-top: -10px;
        }

        .mobilerow .data {
            padding: 15px;
        }

        .mobilerow .qty {
            background-color: #00a1e5;
            color: #fff;
            width: 30px;
            height: 30px;
            .position:absolute;
            border-radius: 25px;
            text-align: center;
            padding: 5px;
        }

        .mobilerow .cost {
            font-size: 16px;
        }

        .mobilerow .cart-cost {
            border-top: 1px solid #dedede;
            margin-top: 10px;
        }

        .mobilerow .Coworkerprice {
            margin: 0;
            padding: 10px 0;
            text-align: left;
            color: #72be4a;
        }

        .mobilerow .price {
            margin: 0;
            padding: 10px 0;
        }



    .roworderSend {
        padding: 0;
    }

        .roworderSend .address_box {
            padding: 10px;
            margin-top: 10px;
            font-size: 13px;
        }

    .itemcardAddress {
        margin: 20px 0px 10px !important; 
    }



    .itemcardDiscount {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(158,158,158,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(158,158,158,1);
        box-shadow: 0px 0px 5px 0px rgba(158,158,158,1);
        font-size: 14px;
        padding: 15px;
        margin: 5px 15px 15px;
        line-height: 29px;
    }

        .itemcardDiscount a {
            text-decoration: none;
            color: #72be4a;
        }

            .itemcardDiscount a:after {
                font-family: "ionicons";
                content: "\f3d8";
                float: left;
                margin-top: -30px;
                margin-left: 15px;
                font-size: 25px;
            }
            /* Icon when the collapsible content is hidden */
            .itemcardDiscount a.collapsed:after {
                content: "\f3d0";
            }

        .itemcardDiscount .btn {
            padding: 12px 10px;
        }

    .Rulesmob {
        margin: 20px 15px;
        line-height: 25px;
    }


    .TypeSend {
        font-size: 11px;
        margin: 15px 15px;
    }

        .TypeSend .title label {
            font-size: 13px;
        }

        .TypeSend .col-xs-8 {
            padding-right: 10px;
        }

    .AddAddress p {
        padding: 10px;
    }

    .AddAddress {
        margin: 15px;
    }

        .AddAddress .close {
            margin-left: 10px;
        }

    .RowEdit {
        margin: -55px 30px 0;
    }

    .Receiveredbox {
        text-align: right;
        font-size: 12px;
    }


    .titlereviws i {
        float: left;
        font-size: 20px;
    }

    .content-credit .tab-content {
        margin: 5px;
    }

        .content-credit .tab-content .tab-pane {
            padding: 0;
            display: block;
            margin-bottom: 50px;
        }

        .content-credit .tab-content .fade {
            opacity: 1;
            display: block;
        }

    .content-credit .online-paid {
        width: 100px;
        position: absolute;
        z-index: 999999;
        left: 58px;
        margin-top: -45px;
    }

    .itemcard {
        margin: 15px 15px;
        padding: 15px 10px 0;
    }

        .itemcard .brandimg {
            margin-top: 15px;
            position: absolute;
            text-align: right;
        }

        .itemcard .tblcart {
            margin: 10px !important;
        }

        .itemcard select {
            padding: 0 10px;
            height: 32px;
            width: 60px;
        }

        .itemcard .Coworkerprice {
            margin: 0;
            padding: 10px 0;
            text-align: left;
        }

        .itemcard .price {
            margin: 0;
            padding: 10px 0;
        }

    .result {
        padding: 10px 0;
        margin: 0 15px;
    }

        .result .total {
            font-size: 15px;
        }

    .itemcard .cart-cost {
        border-top: 1px solid #dedede;
        margin-top: 10px;
    }

    .backproduct {
        margin: 0 0px;
        padding: 0;
        min-height: 100px;
        margin-bottom: 100px;
    }

        .backproduct .col-md-9 {
            margin: 0;
            padding: 0;
        }

    .backcol {
        margin: 10px 0;
        padding: 10px 5px;
    }

        .backcol .address {
            padding: 20px;
        }

    .additem {
        margin: 10px 0;
    }

        .additem .item, .additem .itemfirst {
            border: 0;
        }

    .toptitle {
        font-size: 15px;
        padding: 10px;
    }



    .slideThree {
        margin: 0 10px 0 0;
    }

    .mainStl {
        width: 100% !important;
        margin-top: 15px;
        min-height: unset;
        margin:unset;
    }

    .e-slider {
        margin-top: 0;
    }
}


@media (min-width: 500px) and (max-width: 992px) {
    .col-md-p1 {
        width: 100%;
    }

        .col-md-p1 .ads, .col-md-p1 .slide-right {
            float: right;
            width: 50%;
            min-height: 400px;
        }
}
