.cloak-h1{
	color:#544bd0;
	font-size:18px;
	text-align:center;
	font-family:Times New Roman;
	display:block;
}
.cloak2 img{
	border-radius:40px;
	box-shadow:0px 3px 5px black;
	transition:all 0.5s ease 0s;
	width:100%;
	margin-top:5%;
}
.cloak2 img:hover{
	transform:scale(0.7);
}
marquee>a, marquee>a:hover{color:#000; text-decoration:none;}
.productbox {
    width:250px;
    height:auto;
    background-color:#ffffff;
    padding:10px;
	margin-bottom:10px;
	 padding: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #fff;
        border: solid 1px #cbcbcb;
        transition: all .20s ease-in-out;
}
.productbox img{
    width:235px;
    height:214px;
    }
.producttitle {
    font-weight:bold;
	padding:5px 0 5px 0; 
   width: 235px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    
}
.producttitle a{
   color:#000;
   text-decoration:none;
    }
.producttitle .btn{
    background-color:#EDEEF0;
}











@media(min-width:768px){
	.cloak-h1{
		font-size:25px;
	}
}





@media(min-width:1280px){
	.cloak-h1{
		font-size:35px;
	}
}