

.col{

    max-height: 290px;
}


.card-header{
    border-bottom:0;
}
.card{
overflow: hidden;
}
.item .device-image {
    display: -moz-inline-stack;
    display: inline-block;
    display: inline;
    width: 55px;
    height: 100vh;
    max-height: 93px;
    position: relative;
    color: transparent;
    }
    
   
.device-images{
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: attr(data-image-src url);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: contain;
    background-image:url(../img/Splashscreen.png);
    -ms-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -webkit-transition: transform .2s ease-out,margin .2s ease-out;;  
    -moz-transition: transform .2s ease-out,margin .2s ease-out;;  
    -o-transition: transform .2s ease-out,margin .2s ease-out;;  
transition: transform .2s ease-out,margin .2s ease-out;
}
.device-images:hover{
transform: scale(1.5);
margin-top: 30px;
}


.card-body{padding-top: 0.1rem;}

.item .item-info{
    display: inline-block;
}

.item .item-header{  
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.item .item-header .device-image{  
	    float: left;
}

.item .item-header .item-info{
	float: right;
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.item .item-name{
	direction: ltr;
}
.item .market{
padding:3px 5px;
}
.item-version{
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}
.item .item-header .item-version .market{
    background-color: #999999 !important;
    }
.item .item-header .item-info span{
margin:0 1px;
}



.item .item-header .item-version .ram::after{
content: attr(data-content); 
margin:0 2px;
}


.item .item-release-date{
    display: inline-block;
    font-size: 12px;
    color: darkgrey;
}

.item-device-info{  
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
}


.item-device-info .item-device-info-right{  
display: flex;
    flex-direction: column;
    
    
    
    
}
.item-device-info .item-device-info-left{  
    display: flex;
}
.item-device-info-right-top{
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
}
.item-device-info-right-bottom{
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.item-device-info-right-bottom .item-available{
margin:0 0 0 8px;
}
.item-device-info-right-bottom  .item-available-text{
margin-top:-5px;
}

.item-device-info-right-bottom .item-battery::after{
content: attr(data-content); 
margin:0 0px 0 8px;
}

.item-device-info .item-diagonal::after{
content: attr(data-content); 
padding:0 0px 0 5px;
}
.item-device-info .item-iconScreen{
margin:0 0 0 10px;

}

.item-device-info .item-weight{  

}
.pie-slice {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 1.6;
    text-align: center;
    background: #f5f6f9;
    margin: 2px;
    display: block;
    font-size: 11px;

}


.pie-global {
    color: #0874e5;
    background-image: linear-gradient(154deg,#0874e5,#96f9f9,#37a0fd  70%);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    margin-right: 6px;
 transition: all .3s ease-out;
   }



.card:hover .pie-global{
background-position:22px;

}

.price .pie-price {
display:inline-block;
    color: #fff;
    background-image: linear-gradient(336deg,#4608e5,#0089ff 70%);
    border-radius: 20%;
 transition: all .3s ease-out;
 	padding:2px 5px;
     font-size: 12px;
  }
  .card:hover .price .pie-price{
color: #fff;
    background-image: linear-gradient(336deg,#4608e5,#0089ff 0%);
  }
.price .pie-price::before {
content: '$'; 
color:#f2f2ff;
  }

.card:hover .itemsbottom {
    height: 0;
    padding: 0 10px 0 0;
    opacity: 0;
    transition: all .3s ease-out;
}
.col .itemsbottom {
    height: 30px;
    padding: 5px 10px 5px 0;
    opacity: 1;
    transition: all .3s ease-out;
}
.card:hover .h1bottom hr:not([size]) {
    height: 0px;
}


.item-info-body{
background-color:#f5f6f9;
border-radius: 5px;
}

.card{
 transition: box-shadow .2s ease-out,transform .2s ease-out;
}


.card:hover {
    z-index: 99;
    box-shadow: 0 3px 35px 0 rgba(0,0,0,.1), 0 0 0 1px #efeff3;
transform: scale(1.03);
}

.fs-13{
font-size: 13px;
}
.fs-12{
font-size: 12px;
}
.fs-11{
font-size: 11px;
}
 .fs-10{
font-size: 10px;
} 
.fs-9{
font-size: 9px;
}   



.frive-button{
    margin: 0;
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    }
    
.frive-button .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 12px -2px rgba(79,78,86,.5);
    position: relative;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
	font-size:22px;
    cursor: pointer;
    border:0em solid rgba(255,255,255,0);
transition: all .2s ease-out;
}
.frive-button .item-iwantit .icon:hover {
border:.7em solid rgba(241,19,130,1);
}
.frive-button .item-ihaveit .icon:hover {
border:.7em solid rgba(79,78,86,1);
}

.frive-button .icon::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -8px;
    background: #4f4e56 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KCQkJPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTgsMyBDOC41NTIyODQ3NSwzIDksMy40NDc3MTUyNSA5LDQgTDksNyBMMTIsNyBDMTIuNTUyMjg0Nyw3IDEzLDcuNDQ3NzE1MjUgMTMsOCBDMTMsOC41NTIyODQ3NSAxMi41NTIyODQ3LDkgMTIsOSBMOSw5IEw5LDEyIEM5LDEyLjU1MjI4NDcgOC41NTIyODQ3NSwxMyA4LDEzIEM3LjQ0NzcxNTI1LDEzIDcsMTIuNTUyMjg0NyA3LDEyIEw3LDkgTDQsOSBDMy40NDc3MTUyNSw5IDMsOC41NTIyODQ3NSAzLDggQzMsNy40NDc3MTUyNSAzLjQ0NzcxNTI1LDcgNCw3IEw3LDcgTDcsNCBDNywzLjQ0NzcxNTI1IDcuNDQ3NzE1MjUsMyA4LDMgWiIvPgo8L3N2Zz4=) 0 0 no-repeat;
    transition: all .2s ease-out;
}


.icon:hover.ihave::after,.icon:hover.iwant::after{
    top: -3px;
    left: -3px;
}



.frive-button .iwant {
color:rgba(241,19,130,1);
box-shadow: 0 4px 12px -2px rgba(241,19,130,.5);
}





.frive-button .iwant.icon:after {
background-color:rgba(241,19,130,1);
}

.frive-button .ihave {
color:rgba(79,78,86,1);
box-shadow: 0 4px 12px -2px rgba(79,78,86,.5);

}
.frive-button .ihave.icon:after {
background-color:rgba(79,78,86,1);
}



.frive-button .item-wh{
display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}
.frive-button .item-has{
font-weight: 700;
    font-size: 14px;
    line-height: 1.1;
    margin: 11px 12px;
    color: #4f4e56;
    display: inline-block;
    vertical-align: middle;
}
.frive-button .wants{
color:rgba(241,19,130,1);
}

.haves{color:rgba(79,78,86,1);}



.card-footer{
background-color:transparent;
}
.card-footer {
    opacity: 0;
    transition: all .2s ease-out;
}
.card:hover .card-footer{
    opacity: 1;
    margin-top: -24px;
}






@media (min-width: 992px){

.navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
}
.text-nav-link {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    float: left;
}
.text-nav-search{
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;

}

}

.logo-t1{
color:#fff;
    transition: all .1s ease-out;
    }
.logo-t2{
color:#bababa;
    transition: all .1s ease-out;
    }
.navbar-brand:hover .logo-t1{
color:#bababa;
}
.navbar-brand:hover .logo-t2{
color:#fff;
}



.footer-clean {
  padding:50px 0;
  background-color:#fff;
  color:#4b4c4d;
}

.footer-clean h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-clean ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-clean ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-clean ul a:hover {
  opacity:1;
}

.footer-clean .item.social {
     text-align:center;
}
  .slide{
  padding-top:0;
  background-color:#000;
  }
@media (max-width:767px) {
  .footer-clean .item {
    text-align:center;
    padding-bottom:20px;
  }
}

@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align:center;
  }
}

.footer-clean .item.social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin-left:10px;
  margin-top:22px;
  color:inherit;
  opacity:0.75;
}

.footer-clean .item.social > a:hover {
  opacity:0.9;
}

@media (max-width:991px) {
  .footer-clean .item.social > a {
    margin-top:40px;
  }
}

@media (max-width:767px) {
  .footer-clean .item.social > a {
    margin-top:10px;
  }

}
@media (max-width:575px) {
.item .col{
max-width:100% !important;
}
  .slide{
  padding-top:55px;
  }
}
.footer-clean .copyright {
  margin-top:14px;
  margin-bottom:0;
  font-size:13px;
  opacity:0.6;
}


.item .col{
max-width:20rem;
}
.autow{
max-width:1300px;
}

@media (max-width:1299px) {
.autow{
max-width:1000px;
}
}
@media (max-width:767px) {
.autow{
max-width:650px;
}
}
