
.sch-shopping-cart-2{
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.sch-shopping-cart-2 .sch-icon-cart:hover .sch-cart-content{
	display:block;
	z-index:999;
}
.sch-shopping-cart-2 .sch-icon-cart {
    text-align: center;
    position: relative;
    margin: 0 auto;
}
.sch-shopping-cart-2 .sch-icon-cart a {

    color: #222;
	font-size:20px;
	text-align: center;
    width: 100px;
    position: relative;
    background: #ffb717;
	height:65px;
	display:inline-block;
}
.sch-shopping-cart-2 .sch-icon-cart a i{

   line-height:65px;
}
.sch-shopping-cart-2 .sch-icon-cart .sch-rate {

    position: absolute;
    top: 5px;
    right: -30px;
    background: red;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    left: 0;
    text-align: center;
    margin: 0 auto;

}
.sch-shopping-cart-2 .sch-cart-content {

    display: block;
    width: 400px;
	margin:0 auto;
	left:0;
	right:0;
	position:absolute;
}
.sch-shopping-cart-2 .sch-cart-content .sch-title {

    background: #ffb717;
    text-align: center;
    padding: 10px;
    position: relative;
    border-top-left-radius: 25px;
	border-top-right-radius: 25px;

}
.sch-shopping-cart-2 .sch-cart-content .sch-title a {

    position: absolute;
    top: -5px;
    left: 0;
    color: #222;
    font-size: 20px;
    background: none;

}
.sch-shopping-cart-2 .sch-cart-content .sch-title h2{
	color:#222;
	font-size:25px;
	font-weight:bold;
	cursor:pointer;
}
.sch-shopping-cart-2 .sch-cart-content .sch-product-item {

    background: #222;
    display: flex;
    padding: 20px;

}

.sch-shopping-cart-2 .sch-cart-content .sch-product-item:hover {

    background: #2f2f2f;

}
.sch-shopping-cart-2 .sch-cart-content .sch-product-item div{

    flex: 1 auto;

}
.sch-shopping-cart-2 .sch-cart-content .sch-product-item .sch-product-info,
.sch-shopping-cart-2 .sch-cart-content .sch-product-item .sch-product-quality {

    text-align: left;

}
.sch-shopping-cart-2 .sch-cart-content .sch-product-item .sch-product-info .sch-product-name {

    color: #fff;
    font-weight: bold;
    font-size: 16px;

}
.sch-shopping-cart-2 .sch-cart-content .sch-product-item .sch-product-info .sch-product-size {

    color: #ffb717;
    font-size: 14px;
	margin-bottom:30px;

}
.sch-shopping-cart-2 .sch-cart-content .sch-product-item .sch-product-info .sch-product-color {
    position: relative;
	cursor:pointer;
}
.sch-shopping-cart-2 .sch-cart-content .sch-product-item .sch-product-info .sch-product-color .sch-product-color-1::before {
    content: "";
    width: 10px;
    height: 10px;
    background: red;
    position: absolute;
    border-radius: 50%;
	top:-20px;
}
.sch-shopping-cart-2 .sch-cart-content .sch-product-item .sch-product-info .sch-product-color .sch-product-color-2::before {
    content: "";
    width: 10px;
    height: 10px;
    background: yellow;
    position: absolute;
    border-radius: 50%;
	top:-20px;
	left:10px;
}
.sch-shopping-cart-2 .sch-cart-content .sch-product-item .sch-product-info .sch-product-color .sch-product-color-3::before {
    content: "";
    width: 10px;
    height: 10px;
    background: blue;
    position: absolute;
    border-radius: 50%;
	top:-20px;
	left:20px;
}
.sch-shopping-cart-2 .sch-cart-content .sch-product-item .sch-product-info .sch-product-edit {
    color: #ffb717;
    font-size: 12px;
	cursor:pointer;
}

.sch-shopping-cart-2 .sch-cart-content .sch-product-item .sch-product-quality .sch-product-quality-number {
    color: #ffb717;
    border: 1px solid #ffb717;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.sch-shopping-cart-2 .sch-cart-content .sch-product-item .sch-product-quality .sch-product-quality-delete i{
    color: #ffb717;
    line-height: 30px;
	cursor:pointer;
}
.sch-shopping-cart-2 .sch-cart-content .sch-product-item .sch-product-price {

    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    font-weight: bold;
    font-size: 16px;

}
.sch-shopping-cart-2 .sch-cart-content .sch-button-total {

    text-align: center;
    background: #ffb717;
    color: #000;
    padding: 10px;
	font-weight:bold;

}
.sch-shopping-cart-2 .sch-cart-content .sch-button-last {

    display: flex;
    text-align: center;

}
.sch-shopping-cart-2 .sch-cart-content .sch-button-last div {

    flex-basis: 50%;
    padding: 15px 0;
    background: #222;
    color: #ffb717;
    font-weight:bold;
	cursor:pointer;

}
.sch-shopping-cart-2 .sch-cart-content .sch-button-last div:hover{
	background:#2f2f2f;
}
.sch-shopping-cart-2 .sch-cart-content .sch-button-last .sch-button-view{
	border-bottom-left-radius: 25px;
}
.sch-shopping-cart-2 .sch-cart-content .sch-button-last .sch-button-checkout{
	border-bottom-right-radius: 25px;
}
@media only screen and (max-width:479px){
	.sch-shopping-cart-2 .sch-cart-content {

		width: 100%;

	}
	.sch-shopping-cart-2 .sch-cart-content .sch-title a {

		left: -25px;

	}
}
