html,body{
    width: 100%;
    height: 100%;
    overflow: auto;
    text-decoration:none;
}
a{
    text-decoration:none;
}
.imgFill1{
    width: 100%;
}
.panwidth{
    width: 80%;
}
.relPos{
    position: relative;
}
.addButtonCircular
{
/*	width: 30px; */
/*	height: 30px; */
/*	line-height: 30px; */

	width: 20px;
	height: 20px; 
	line-height: 20px; 

	position: absolute;
	top: 20px;
	/* right: 20px; */
	right: 2px;
	cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.selected{
    border-style:solid !important;
    border-color:#d9d9d9 !important;
    border-width:thin !important;
    
}
.rotateBtn{
    -webkit-transform : rotate(45deg); 
    -moz-transform : rotate(45deg); 
    -ms-transform : rotate(45deg); 
    -o-transform : rotate(45deg); 
    transform : rotate(45deg); 
}
.comparePanle{
    /* position: fixed; */
	 position: relative;
	
    /* bottom: 10px; */
    width:100%;
    left:50%;
     transform: translateX(-49%); 
    display: none;
    z-index: 3;
	background-color: #ececec !important;
}
.product {
    list-style-type: none;
    border: 1px solid #B5B4B7;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.product:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.product .header {
    background-color: #111;
    color: white;
    font-size: 25px;
}

.product li {
    border-bottom: 1px solid #B5B4B7;
    padding: 10px;
    text-align: center;
}

.product .grey {
    background-color: #eee;
    font-size: 20px;
}
.modPos{
    /* padding-top: 25px ; */
	padding-top: 0px;
    margin-top: -30px;
}
.contentPop{
    width: 80%;
    margin-left: 10%;
    height: 80%;
}
.compHeader{
    min-height: 170px ;
	background-color: #ececec;
}
.compareThumb{
        height: 150px;
    }
.cpu{
    min-height: 115px ;
}

.titleBorder{
    border-radius: 5px !important;
    border-color: black !important;
    border-style: solid !important;
    border-width: 1px !important;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: none !important;
}

.compareNameRow{
	height: 90px;
}

.compareDescriptionRow{
	height:650px;
}

.titleMargin{
    padding: 4px 0px 4px 4px;
}
@media only screen and (min-width:801px) {
.comparePan {
    width: 80% !important;
    }
}

.titleMargin1{
/*
    padding: 0px 0px 0px 4px;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
*/
padding: 0px 0px 0px 4px;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    /* text-align: right; */
    font-size: 11px;
    margin-top: 26px !important;
    width: 50%;
    float: right;
    margin-left: -26px;
    color: #527b95;

}
.comparePan{
	margin-right:10px;
	margin-top: -16px;
}

.compareImageSpace{
	margin-left:0px !important;
	margin-right:0px !important;
}

@media only screen and (min-width:250px) and (max-width:692px){
	.comparePan{
		width:100% !important;
	}
}

@media only screen and (min-width:693px) and (max-width:3089px){
	.comparePanle{
		width:100% !important;
	}
}

@media only screen and (min-width: 1012px) {
	.comparePanle{
		width:100% !important;
	}
	.compareImageSpace{
		/* margin-left:20px !important; */
	}
}


@media only screen and (max-width:992px) and (min-width:600px){
  li{
        font-size: 12px;
    }  
}
@media only screen and (max-width:700px){
    .titleMargin{
    padding: 4px 0px 0px 4px;
}
.comparePan {
    width: 100%;
    }
    .titleMargin1{

/*        
    padding: 0px 0px 0px 4px;
     margin-top: 10px !important;
    margin-bottom: 0px !important;
*/
display: none;
padding: 0px 0px 0px 4px;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    /* text-align: right; */
    font-size: 11px;
    margin-top: 26px !important;
    width: 50%;
    float: right;
    margin-left: -79px;
    color: #527b95;
        
}
}
    
}
@media only screen and (max-width:600px){
    li{
        font-size: 8px;
    }
    .comparePanle h4{
        font-size: 15px;
    }
    .compareThumb{
        /* height: 100px; */
	height: 80px;
        
    }
    .compHeader{
    min-height: 150px;
}
}
@media only screen and (min-width:993px){
.comparePanle{
    /* position: fixed; */
	position:relative;
    /*bottom: 10px; */
    /* width:50%; */
    /* left:50%; */
     transform: translateX(-49%); 
    /* display: none; */
    z-index: 3;
}
}
