@charset "utf-8";
/* CSS Document */

#content .seecar{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
#content .seecar .item{
    display: flex;
    width: calc(50% - 20px);
    margin: 10px;
}
#content .seecar .photoimg{
	height: 385px;
	width: 360px;
}
#content .seecar .photoimg img{
	object-position: 100%;
	object-fit: cover;
	height: 385px;
}
#content .seecar .info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 270px);
    background: whitesmoke;
    padding: 10px 50px;
}
#content .seecar .info .top{
    padding: 0px 10px;
}
.top .title{
    background: #5b3d76;
    font-size: 21px;
    text-align: center;
    color: #ffffff;
}
.seecar .top a{
	color: #db0e78;
	font-size: 24px;
	width: 95%;
	margin: 0 auto;
	min-height: 210px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.seecar .mid{
    display: flex;
    width: 95%;
    margin: 0 auto;
}
.seecar .mid p{
    font-size: 21px;
    color: #444343;
}

.seecar .down{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.seecar .down b{
	font-size:16px;
	color:#171717;
	font-weight: 300;
	margin: 5px 10px;
}
.seecar .down b.cancel{
    background: #f0f0f0;
    padding: 1px 10px;
    border-radius: 7px;
    border: #64646440 1px solid;
    display: flex;
}
.seecar .down b.cancel:hover input{
    color: white;
}
.seecar .down b.cancel:hover{
    background: #c7b299;
}
.seecar .down b.cancel input{
    color: #5c5c5c;
    font-weight: 200;
    background: none;
}

.carcount{
    margin: 80px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.carcount .cleann{
    padding: 11px 20px;
    background: #f6f6f6;
    color: #444343;
    border-right: #61616154 1px solid;
}
.carcount .cleann:hover{
    background: #444343;
    color: #e7e7e7;
}
.carcount .pan1 ,.carcount .pan2{
    padding: 10px 20px;
    color: #444343;
    font-weight: 200;
    font-size: 18px;
    background: #e2e2e28a;
}

.carcount  input#order_entry{
	padding: 10px 20px;
	background: #db0e78;
	color: #ffffff;
}
.carcount input#order_entry:hover{
    background: #583974;
    color: white;
}
@media screen and (max-width: 1280px){
	#content .seecar .photoimg{
        width: 200px;
        height: 300px;
    }
    #content .seecar .photoimg img{
        height: 300px;
    }
	#content .seecar .info{
        width: calc(100% - 200px);
    }
    .top .title{
        font-size: 18px;
    }
    .seecar .top a ,.seecar .mid p{
        font-size: 18px;
    }
    .seecar .top a{
    min-height: 180px;
}
	
}
@media screen and (max-width: 980px){
	.seecar .top a{
        min-height: auto;
        height: 120px;
        -webkit-line-clamp: 4;
        margin-bottom: 10px;
    }
    #content .seecar .item{
        display: flex;
        flex-direction: column;
        margin: 6px 5px;
        width: calc(50% - 10px);
    }
    #content .seecar .photoimg{
        width: 100%;
    }
	#content .seecar .photoimg img{
    height: 318px;
}
    #content .seecar .info{
    	width: calc(100% - 2px);
    	border: #e3e3e3 1px solid;
    	padding: 0;
    	padding-bottom: 10px;
    }
	#content .seecar .info .top{
    padding: 0 0;
}
    .seecar .mid{
        display: flex;
        justify-content: flex-end;
        margin-right: 10px;
        border-bottom: #c1c1c16b 1px solid;
    }
    .seecar .mid p{
        color: #a5a5a5;
    }
}
@media screen and (max-width: 640px){
	.carcount{
    justify-content: center;
}
	.carcount .cleann{
        display: flex;
        width: calc(50% - 31px);
        order: 1;
    }
    .carcount input#order_entry{
    	display: flex;
    	width: calc(100% - 0px);
    	order: 2;
    }
    .carcount .pan1, .carcount .pan2{
    display: flex;
    width: calc(50% - 40px);
}
}
