
/*
Template Name     : M-Dev Store
Author Name       : MrGhie
Author Email      : mugianto1nd@gmail.com
Theme URI         : www.m-dev-store.com | localhost/m-dev-store
Theme Ver         : 1.1
*/


/* general styles */

body{
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background: #f0f0f0;
    overflow-x: hidden;
    
    
}

/* top styles */
#top{
    
    background:linear-gradient(to bottom right, #33ccff 0%, #ff99cc 100%);
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 30px ;
    height:inherit;
    padding: 10px 0;
    }
@media(max-width:991px){
    #top{
     font-size: 20px;
    }
}
#ind{
    text-decoration: none;
}


/* col sm 8 styles*/

.col-sm-8 {
    text-align: center;
}
.box {
    background: #ffffff;
    margin: 0 0 30px;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0px 5px 5px rgb(0 , 0 , 0 , .8);
    color: #4fbfa8;
   
}
img {
     width:auto;
    height:70px;
    
}
#imgTh {
     width:auto;
    height:400px;
    padding-left: 20px;
    padding-top: 20px;
    
}


.col-sm-8 a:hover{
    text-decoration: none;
}


.col-sm-8 a .box h3{
    position: relative;
    margin: 0 0 20px;
    font-weight: 300;
    z-index: 2;

}
.col-sm-8 .box p{
    position: relative;
    z-index: 2;
    color: #555555;
}

/* footer style */

#footer{
    background: #e0e0e0;
    padding: 20px 0 ;
}
#footer a {
    color: #999999;
    padding: 0;
    text-decoration: none;
}
#footer a:hover {
    color: #666666;
}

#footer ul{
    list-style: none;
    padding-left: 0px;
}
#footer .social{
    text-align: left;
}
#footer .social a{
    margin: 0px 10px 0px 0px ;
    display: inline-block;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    vertical-align: bottom;
    background: #555555;
    
}
#footer .social a:hover{
    color: #dedede;
    background: #777777;
}
#list{
    border: 10px solid transparent;
  
  border-image: url(border1.png) 30 stretch;
}

/* copyright style */
#copyright{
    background: #333333;
    color: #cccccc;
    padding: 20px 0px;
    font-size: 12px;
}
#copyright p{
    margin: 0px;
}

/* sidebar style */

.col-sm-2.sidenav .panel.sidebar-menu{
    box-sizing: border-box;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    
}
.col-sm-2.sidenav .panel.sidebar-menu ul.nav.category-menu{
    margin-bottom: 20px;
}
.col-sm-2.sidenav .panel.sidebar-menu ul.nav.category-menu li a{
    font-size: 26px;
    
}
.col-sm-2.sidenav .panel.sidebar-menu h3 {
    padding: 5px 0px;
    margin: 0px;
}
.col-sm-2.sidenav .panel.sidebar-menu h3 a:hover{
    text-decoration: none;
    
}

/* breadcrumb style */
.breadcrumb{
    padding: 8px 15px;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 1px 5px rgba(0,0,0,.5);
    text-align: right;
}
.breadcrumb> li + li:before{
    content: "<\00a0";
    color: #cccccc;
}
@media(max-width:991px){
    .breadcrumb{
        padding:8px 0px;
        text-align: center;
    }
}

/* collapse style*/

.panel-heading .panel-title a{
    color: darkgreen;
    font-size: 24px;
    text-decoration: none;
    
}

panel-heading .panel-title a:hover{
    color: crimson;
}

/* recherche style */

#rech{
    
    width:auto;
    height:300px;
    
}



@media(max-width:768px){
    .single{
        margin: 0 auto;
    }
}

.product{
    background: #ffffff;
    border: solid 1px #e6e6e6;
    margin-bottom: 30px;
    box-sizing: border-box;
    
    
}

#bot a{
    width: 120px;
    margin-bottom: 10px;
}

.product .text h3 a{
   color: rgb(85,85,85); 
    position: relative;
    padding-left: 20px;
        padding-right: 20px;

    
}
.product .text h3 a:hover{
    white-space: normal;   
}

/*
#p{
    width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    

    
} */


/*tag style*/
#targ {
    float: center;
}
#targ a{
    width: auto;
    margin-left: 40px;
    margin-bottom: 10px;
}
#titleTag a {
    font-size: 30px;
    text-decoration: none;
}
.panel-heading #titleTag a:hover{
    text-decoration: none;
}
    

/*style subscribe*/
/* Style the form element with a border around it */
form {
  border: 4px solid #f1f1f1;
}

/* Add some padding and a grey background color to containers */
#container {
  padding: 20px;
  background-color: #f1f1f1;
}

/* Style the input elements and the submit button */
input[type=text], input[type=submit] {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}


        input[type=text]{
            
            text-align:center;
        }

/* Style the submit button */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  border: none;
}

input[type=submit]:hover {
  opacity: 0.8;
}
    
