
/*
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: 40px ;
    height:inherit;
    padding: 10px 0;


    }
@media(max-width:991px){
    #top{
     font-size: 20px;
    }
}

/* col sm 8 styles*/

.col-sm-8 {
    text-align: center;
    
}


img {
     width:200px;
}

#imgTh {
     width:auto;
    height:400px;
    padding-left: 20px;
    padding-top: 20px;
    
}

.box {
    background: #ffffff;
    margin: 0 0 30px;
    border: solid 10px transparent;
    border-image: url(border1.png) 50 round;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: 0px 5px 5px rgb(0 , 0 , 0 , .8);
    color: #4fbfa8;
   
}
.col-sm-8 a:hover{
    text-decoration: none;
}
.col-sm-8 a .box h2{
    position: relative;
    margin: 20 0 20px;
    font-weight: 300;
    z-index: 2;
}
.col-sm-8 .box p{
    position: relative;
    z-index: 2;
    color: #555555;
    font-size: 28px;
}

.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;   
}
/* 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;
}
#list{
    border: 10px solid transparent;
  
  border-image: url(border1.png) 30 stretch;
}
#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 a:hover{
    text-decoration: none;
    
}
.col-sm-2.sidenav .panel.sidebar-menu h3 {
    padding: 5px 0px;
    margin: 0px;
}

/* 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;
}
/*tag style*/
#targ {
    float: right;
}
#targ a{
    width: 150px;
    margin-left: 60px;
    margin-bottom: 10px;
}
#titleTag a {
    font-size: 30px;
    text-decoration: none;
}
.panel-heading #titleTag a:hover{
    text-decoration: none;
}