.glyphicon { margin-right:5px; }
        .thumbnail
        {
            margin-bottom: 20px;
            padding: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
        }
        
        .item.list-group-item
        {
            float: none;
            width: 100%;
            background-color: #fff;
            margin-bottom: 10px;
        }
        .item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
        {
            background: #428bca;
        }
        
        .item.list-group-item .list-group-image
        {
            margin-right: 10px;
        }
        .item.list-group-item .thumbnail
        {
            margin-bottom: 0px;
        }
        .item.list-group-item .caption
        {
            padding: 9px 9px 0px 9px;
        }
        .item.list-group-item:nth-of-type(odd)
        {
            background: #eeeeee;
        }
        
        .item.list-group-item:before, .item.list-group-item:after
        {
            display: table;
            content: " ";
        }
        
        .item.list-group-item img
        {
            float: left;
        }
        .item.list-group-item:after
        {
            clear: both;
        }
        .list-group-item-text
        {
            margin: 0 0 11px;
        }
        .top-banner img
        {
            width: 100%;
        }
        @media (max-width: 768px) 
        { 
            .sidebar-banner{display: none;}
            #f1{display: none;}
            .social{display:none;}
            
        }
        @media (max-width: 992px) 
        { 
            .sidebar-banner{display: none;}
            
            
        }
		 .social
        {
          right: -90px;
        }
        .shadow1
        {
            text-shadow: 3px 3px lightgrey;
        }
        .shadow2
        {
            box-shadow: 10px 10px 5px #888888;
        }
        .shadow3
        {
            text-shadow: 2px 2px white;
        }
        .back1
        {
            background: url('images/back1.jpg');
        }
        .box1
        {
            border: 1px solid lightgrey;
            border-radius: 5px;
        }
    	.t1
    	{
    		font: 18px 'century gothic', sans-serif;
    		color: black;
    		font-weight: bold;
      		text-shadow: 0px 0px 0px rgba(0,0,0,0.1); 
    	}
		.social
    {
      position: fixed;
      top: 50%;
      transform: translateY(-50%);
    }
    
    .social img
    {
        width:30%;
        padding:0px;
        margin: 0px;
        transition: all 0.3s ease-in-out 0s;
    }
    .social img:hover
    {
        transform: rotate(360deg);
        transition: all .8s ease-in-out 0s;
    }


.wcd{width:33%; height:40px; float:left;}
.wcd-logo{font-size: 36px; color: #fff;text-align: center; float:left; cursor: pointer;  color:#fff; font-size: 32px; ffont-family: 'Varela Round', sans-serif;
-webkit-transition:color 0.3s ease-in;  -moz-transition:color 0.3s ease-in; xÂ²-o-transition:color 0.3s ease-in; transition:color 0.3s ease-in;
   }
   .wcd-logo:hover{color:#3facff;}
.wcd-tuto{ ffont-family: 'Varela Round', sans-serif; color: #fff; font-size: 16px; line-height: 36px;}
.webcodo-top{width:100%; height:40px; bbackground-color:#232323}

.clear{clear: both;}
.grid, .list{
	border-radius: 3px;
	width: 15px; 
	height:15px; 
	margin-top: 15px;
	margin-left: 10px; 
	float: left; 
	cursor:  pointer; 
	padding: 5px; 
}

.view-cnt{ margin-top:-40px; width:70px; height: 25px; float: right; margin-right: 0px;}

.grid{background: url(../images/grid.png) 50% no-repeat;}
.grid:hover{background: #7eb800 url(../images/gridw.png) 50% no-repeat;}
.grid-active{ background: #E22F28 url(../images/gridw.png) 50% no-repeat; }

.list{background:  url(../images/list.png) 50% no-repeat;}
.list:hover{background: #7eb800 url(../images/listw.png) 50% no-repeat;}
.list-active{background: #E22F28 url(../images/listw.png) 50% no-repeat;}

.prods-cnt{
	width: 100%; height:auto; min-height: 400px; 
	overflow: none;
	padding: 0px;
}

/* Category menu Style */
.category-menu ul{ padding-left: 15px;}
.category-menu ul li{ 
	list-style: none; cursor: pointer;
	float: left; margin-right: 10px;
	color: gray;
	padding: 5px 10px;
	font-size: 13px;
	border: 1px solid lightgrey;
	border-radius: 3px;
	margin-bottom: 5px;
	-webkit-transition:background-color 0.3s ease-in;  
   	-moz-transition:background-color 0.3s ease-in;  
   	-o-transition:background-color 0.3s ease-in;  
   	transition:background-color 0.3s ease-in;
}
.category-menu ul li:hover, .category-menu ul li.cat-active{
	background: #E22F28;
	color: white;
}


/* Grid Style */
.prod-box{
	width: 190px; height: 260px;
	padding: 10px; margin: 5px;
	background-color: #fff;
	float: left;
}

.prod-box img:first-child, .prod-box-list img:first-child{width: 190px; float: left;}
.prod-box h3 a{
	text-decoration: none;
	width:140px;
	float: left;
	margin: 5px 0;
	color:#888;
	ffont: italic normal 14px georgia;
	font-style: italic;
}

.prod-box .old{
	margin-right: 20px;
	color: #be0000 !important;
	text-decoration: line-through;
}
.prod-box .price{
	width: 60px;
	display: inline; 
	float: left;
	font: italic 13px georgia;
	color: #181818;
}
.prod-box .buy-ico{
	border-radius: 20px;
	width: 35px; height: 35px;
	float: right;
	margin: 5px;
	cursor: pointer;
	background: #E22F28 url(../images/bag-ico.png) 50%  no-repeat;
	-webkit-transition:background-color 0.3s ease-in;  
   	-moz-transition:background-color 0.3s ease-in;  
   	-o-transition:background-color 0.3s ease-in;  
   	transition:background-color 0.3s ease-in;
}
.prod-box .buy-ico:hover{
	background-color: #7eb800;
}

/* List View Style */
.prod-box-list{
	height: 190px;
	width: 96%;
	margin: 15px;
	padding: 10px;
	background-color: #fff;
}
.prod-box-list h3 a{
	text-decoration: none;
	width:60%;
	float: left;
	padding:0;
	margin: 0 10px;
	color:#3c2e25;
	font-size: 22px;
}
.prod-box-list p{
	color: #888;
	width:360px;
	float: left;

	margin: 20px 10px 10px 10px;
	font: italic 13px  georgia;
	line-height: 20px;
}
.prod-box-list .buy-ico{
	border-radius: 5px;
	width: 85px; 
	height: 20px;
	color: #fff;
	padding: 5px 5px 5px 30px;
	font:italic 12px georgia;
	float: right;
	margin: 5px;
	cursor: pointer;

	background: #E22F28 url(../images/bag-ico.png) 5% 50%  no-repeat;
	-webkit-transition:background-color 0.3s ease-in;  
   	-moz-transition:background-color 0.3s ease-in;  
   	-o-transition:background-color 0.3s ease-in;  
   	transition:background-color 0.3s ease-in;
}
.prod-box-list .buy-ico:before{content: "More Details";	line-height: 22px;  }
.prod-box-list .buy-ico:hover{	background-color: #7eb800;}

.prod-box-list .old{	
	color: #be0000 !important; 
	float: right;	
	font-style: 18px;
	text-decoration: line-through;
}
.prod-box-list .price{
	margin-right: 10px;
	display: block; 
	font: italic 20px georgia;
	color: #181818;
	margin:7px;
}
.prod-box-list .price-cnt{ width: 95px; height: auto; float: right; text-align: right;}


/* Css Shadow Effect for the prod-box and prod-box-list div */
 .shadow{
    -webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.31);
    -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.31);
    box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.31);
}