/*
                  _   _             _ _ _ _ _        _ 
                 | | | |           | (_|_|_) |      | |
  _ __ ___  _   _| |_| |_   _    __| |_ _ _| |_ __ _| |
 | '_ ` _ \| | | | __| | | | |  / _` | | | | __/ _` | |
 | | | | | | |_| | |_| | |_| | | (_| | | | | || (_| | |
 |_| |_| |_|\__,_|\__|_|\__,_|  \__,_|_| |_|\__\__,_|_|
                                      _/ |             
                                     |__/

Samet Mutlu +05422419932 mutludijital.com.tr
*/
.w3-padding{padding:8px 16px!important}
.w3-btn{
	 background-color: #ffa400;
  color: white;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px;
  border-radius: 2px;
  font-size: 16px;
}
.w3-btn,.w3-btn-floating {-webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s}
.w3-btn:hover{background-color:#ccc}
.w3-btn-floating,.w3-btn-floating-large{display:inline-block;text-align:center;color:#fff;background-color:#000;position:relative;overflow:hidden;z-index:1;padding:0;border-radius:50%;cursor:pointer;font-size:24px}
.w3-btn-floating{width:40px;height:40px;line-height:40px}
.w3-light-grey{color:#ffffff!important;background-color:#42ba96!important}
.w3-container{padding:0.01em 16px}
.w3-container:after,.w3-row:after{content:"";display:table;clear:both}
.w3-card-4{box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important}
.w3-grey,.w3-hover-grey:hover{color:#000!important;background-color:#9e9e9e!important}
.w3-round-large{border-radius:8px!important}.w3-round-xlarge{border-radius:16px!important}
.w3-border{border:1px solid #ccc!important}
.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:16px!important}
.w3-col{float: left;width:100%}
.w3-round-small{border-radius:2px!important}
.w3-white{color:#000!important;background-color:#fff!important}
.w3-center{text-align:center!important}
.w3-closebtn:hover,.w3-closebtn:focus{color:#000;text-decoration:none;cursor:pointer}
.w3-closebtn{-webkit-transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;transition:background-color .3s,color .15s,box-shadow .3s,opacity 0.3s}
.w3-disabled,.btn-primaryx:disabled,.w3-btn:disabled,.w3-btn-floating:disabled,.w3-btn-floating-large:disabled{cursor:not-allowed;opacity:0.9; background-color: #df4759 !important}
.w3-btn.w3-disabled *,.w3-btn-block.w3-disabled,.w3-btn-floating.w3-disabled *,.w3-btn:disabled *,.w3-btn-floating:disabled *{pointer-events:none}

@media only screen and (min-width:601px){
.w3-col.m4{width:33.33333%}
.w3-col.m6{width:49.99999%}
.w3-col.m8{width:66.66666%}
}

.w3-col.s4{width:33.33333%}
.w3-col.s6{width:48.99999%}
.w3-closebtn{text-decoration:none;float:right;font-size:24px;font-weight:bold;color:inherit}
.w3-closebtn:hover,.w3-closebtn:focus{color:#000;text-decoration:none;cursor:pointer}

.imgFill1{
    width: 100%;
}
.panwidth{
    width: 80%;
}
.relPos{
    position: relative;
}
.compareText{
    width: 50px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 20px;
	right: 60px;
	font-size: 12px;
}
.addButtonCircular
{
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
	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); 
}
.deleteBtn{
	background-color:#df4759 !important;
}
.comparePanle{
    position: fixed;
    bottom: 10px;
    width:100%;
    left:50%;
    transform: translateX(-50%);
    display: none;
    z-index: 3;
	 border-radius: 8px;
	-webkit-box-shadow: 0px 0px 100px rgba(33, 150, 243, 0.8);
            box-shadow: 0px 0px 100px rgba(33, 150, 243, 0.8);
}
.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 ;
}
.contentPop{
    width: 80%;
    margin-left: 10%;
    height: 80%;
}
.compHeader{
    min-height: 200px ;
}
.compareThumb{
        height: 150px;
    }
.cpu{
    min-height: 115px ;
}

.titleMargin{
    padding: 4px 0px 4px 4px;
}
.titleMargin1{
    padding: 0px 0px 0px 4px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
	
}

.compareHead {
  color: #313a46;
  font-size: 18px;
  font-weight: 600;
  text-align: center;

}
.miniNot {
 font-size: 12px;
 font-weight: 450;
}

@media only screen and (max-width:992px) and (min-width:600px){
  li{
        font-size: 12px;
    }  
}
@media only screen and (max-width:992px){
    .titleMargin{
    padding: 4px 0px 4px 4px;
}
    .titleMargin1{
    padding: 0px 0px 0px 4px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
	font-size: 13px!important;
	height: 40px;
	
        
}
	.compareHead {
	  color: #313a46;
	  font-size: 14px;
	  font-weight: 600;
	  text-align: center;

	}
    
}
@media only screen and (max-width:600px){
    li{
        font-size: 8px;
    }
	.comparePanle {
	background-color: #043c5a;
	 bottom: 78px;
	 z-index: 1;
	 width:99%;
	  -webkit-box-shadow: 0px 0px 100px rgba(33, 150, 243, 0.8);
            box-shadow: 0px 0px 100px rgba(33, 150, 243, 0.8);
	
	}
    .comparePanle h4{
        font-size: 15px;
		color: #ffffff;
    }
    .compareThumb{
        height: 100px;
        
    }
    .compHeader{
    min-height: 150px;
	}
	 .titleMargin{
    padding: 2px 2px 2px 2px;
	}
}
@media only screen and (min-width:993px){
.comparePanle{
    position: fixed;
    bottom: 10px;
	background-color: #043c5a;
    width:40%;
    left:50%;
    transform: translateX(-50%);
    display: none;
    z-index: 3;
}
.comparePanle h4{
        font-size: 15px;
		color: #ffffff;
    }
	 .titleMargin{
    padding: 4px 4px 4px 4px;
	}
}
