        .mtabs {
            min-width: 320px;
            max-width: 100%;
          width:100%
            padding: 0px;
            margin: 0 auto;
        }
        /*     */
        
        .mtabs > section {
            display: none;
            padding: 15px;
            background: #fff;
            border: 1px solid #ddd;
        }
        
        .mtabs > section > p {
            margin: 0 0 5px;
            line-height: 1.5;
            color: #383838;
            /*   */
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
        }
        /*    opacity */
        
        @-webkit-keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        
        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        
        /*   */
        
        .mtabs > input {
            display: none;
            position: absolute;
        }
        /*    () */
        
        .mtabs > label {
            display: inline-block;
            margin: 0 0 -1px;
            padding: 15px 25px;
            font-weight: 600;
            text-align: center;
            color: #aaa;
            border: 0px solid #ddd;
            border-width: 1px 1px 1px 1px;
            background: #f1f1f1;
            border-radius: 3px 3px 0 0;
          
          text-transform: uppercase;
font-family: 'PT Sans',sans-serif;
font-size: 20px;
line-height: 28px;
font-weight: 700;
color: #262626;
          width:27%;
        }
        /* -  Font Awesome   Unicode */
        
        .mtabs > label:before {
            font-family: fontawesome;
            font-weight: normal;
            margin-right: 10px;
        }
        
   /*     .mtabs > label[for*="1"]:before {
            content: "\f19a";
        }
        
        .mtabs > label[for*="2"]:before {
            content: "\f17a";
        }
        
        .mtabs > label[for*="3"]:before {
            content: "\f13b";
        }
        
        .mtabs > label[for*="4"]:before {
            content: "\f13c";
        }*/
        /*       */
        
        .mtabs > label:hover {
            color: #888;
            cursor: pointer;
        }
        /*     */
        
        .mtabs > input:checked + label {
            color: #555;
          /*  border-top: 1px solid #009933;*/
         color: #df181e;
            border-bottom: 1px solid #fff;
            background: #fff;
        }
        /*      :checked */
        
        #mtab1:checked ~ #content-mtab1,
        #mtab2:checked ~ #content-mtab2,
        #mtab3:checked ~ #content-mtab3,
        #mtab4:checked ~ #content-mtab4 {
            display: block;
        }
        /*     
*      
*/
        
        @media screen and (max-width: 680px) {
            .mtabs > label {
                font-size: 0;
            }
            .mtabs > label:before {
                margin: 0;
                font-size: 18px;
            }
        }
        /*    
*     
*/
        
        @media screen and (max-width: 400px) {
            .mtabs > label {
                padding: 15px;
            }
        }

.mtabs .vmgroup.new ul li .product-box {
    padding: 20px 0px 0 15px;
  
}

.mtabs .notshow {
 display:none; 
}

.mtabs  .vmgroup.new ul li .Price {
    font-size: 18px;
}
#content-mtab2 .vmgroup.new ul li .product-box {
 height:400px; 
}

.mtabsh {
    cursor: pointer;
    padding: 7px;
    border: 1px solid #ccc;
    width: 110px;
    text-align: center;
    font-weight: bold;
  margin-top: 15px;
}  
}
