/*---------------------------my Style----------------------*/

 header{
            background-color: #eee;
        }

        .portfolio-item{
            max-width: 400px;
            margin: 0 auto;
        }

        .portfolio-caption {
            max-width: 400px;
            margin: 0 auto;
            background-color: #fff;
            text-align: left;
            padding: 20px;
            margin-bottom: 20px;
        }
        
        .slider_mt{
           margin-top: 15px;
        }

        .mb_zero{
            margin-bottom: 0;
        }

        .active th{
            font-size: 10px;
        }

        .panel-primary{
            border: none;
        }

        .loged_in{
            color: #fec12b;
            font-size: 15px;
        }

        span.add{
            position: relative;
                top: -3px;
        }

        .pName{
            font-size: 14px;
        }

        header{background: #fff;}
        .jumbotron{background: #fff;}

        .my_badge{
            background: #fff;
            color: blue;
            position: absolute;
            top: 5px;
            left: 27px;
            padding: 3px;
            width: 18px;        
        }


        #register .modal-dialog {
            overflow-y: initial !important;
        }

        #register .modal-body{
          height: 500px;
          overflow-y: auto;
        }

        ::-webkit-scrollbar {
            width: 12px;
        }
        ::-webkit-scrollbar-track {
            background-color: #eaeaea;
            text-align: left;
            border-left: 1px solid #ccc;
        }
        ::-webkit-scrollbar-thumb {
            background-color: #ccc;
        }
        ::-webkit-scrollbar-thumb:hover {
          background-color: #aaa;
        }

       .section1{
       margin-top: 5%;
       margin-bottom: 15%;
       color: white;
       background:none !important;
       }

       .section1 h1{
        font-size: 60px;
       }
       .logo{
        width: 200px;
        margin-bottom: 50px;
       }
       .comment{
        margin-top: 10%;
        margin-bottom: 10%;
        text-align: center;
        font-size: 16px;
       }
       .tittle-product{
        color: rgba(128, 92, 92, 0.88);
        margin-top: 70px;
        margin-bottom: 40px;
        font-size: 18px;
        text-shadow: 2px 2px rgba(169, 151, 151, 0.38);
       }
       .product{
        width: 70%;
        height: 250px;
        float: none;
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid gray;
       }
       .product-name{
        text-align: center;
        font-size: 17px;
        margin-top: 20px;
        font-family: tahoma;
        }
        .img-product{
          width: 100%;
          height: 100%;
          max-height: 250px;
        }
       #map{
        width: 100%;
        height: 400px;
        margin-top: 50px;
        margin-bottom: 40px;
       }
       a{
        text-decoration: none !important;
       }
       li{
        box-shadow: none !important;
        list-style-type: none;
        text-decoration: none;
       }
       a:hover{
        color: gold;
       }