
/*
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;
}


#descr1{
  
background: rgb(29,29,31);
background: linear-gradient(90deg, rgba(29,29,31,0.8155637254901961) 20%, rgba(11,200,227,1) 100%);
    margin: 0 0 30px;
    box-sizing: border-box;
    padding: 20px 10px;
    color: #ebeff0;
    text-align: center;
   
}


/* col sm 8 styles*/

.col-sm-8 {
    text-align: center;
}
.box {
    background: #ffffff;
    margin: 0 0 30px;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0px 5px 5px rgb(0 , 0 , 0 , .8);
    color: #4fbfa8;
   
}

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


/* 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;
}

/* 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;
    }
}



/* recherche style */

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

/* product style*/



.product{
    background: #ffffff;
    border: solid 1px #e6e6e6;
    margin-bottom: 30px;
    box-sizing: border-box;
    
    
}
#lect{
    margin-left: 30px;
    border: 10px solid transparent;
  padding: 15px;
  border-image: url(border.png) 30 stretch;
}
#list{
    border: 10px solid transparent;
  
  border-image: url(border1.png) 30 stretch;
}
#imgTh {
     width:auto;
    height:400px;
    padding-left: 20px;
    padding-top: 20px;
    
}


#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;   
}

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

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

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

    
