.sch-shopping-cart-5-content .sch-total {
    color: #ABB0BE;
}

.sch-shopping-cart-5-content .sch-main-color-text {
    color: #009ddc;
}

#sch-shopping-cart-5 .sch-button-cart {
    margin: 0 auto;
    text-align: center;
	position:relative;
}
#sch-shopping-cart-5 .sch-button-cart img {
   width:100px;
}
#sch-shopping-cart-5 .sch-badge {
    color: red;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    left: 15px;
    right: 0;
    top: 7px;
}
#sch-shopping-cart-5 .sch-shopping-cart-5-content {

    margin: 20px auto;
    background: white;
    width: 60%;
    position: relative;
    border-radius: 3px;
    padding: 45px;
    display: inline-block;
    text-align: center;

}
.sch-shopping-cart-5-content-total .sch-prices-total {

    display: inline-block;
    line-height: 44px;
    font-weight: bold;
    font-size: 25px;

}
.sch-shopping-cart-5-content .sch-shopping-cart-5-content-header {
    padding-bottom: 15px;
	position:relative;
}

.sch-shopping-cart-5-content-header .sch-title {
    color: #009ddc;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    float: left;
}
.sch-shopping-cart-5-content .sch-shopping-cart-5-content-header .sch-shopping-cart-5-content-total {
    float: right;
}

.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items {
}

.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items li {
    margin-bottom: 18px;
}

.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items img {

    float: left;
    width: 100px;
    object-fit: cover;
    height: 70px;

}

.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items .sch-info .sch-item-name {

    display: block;
    font-size: 16px;
    color: #000;
    font-weight: bold;
	cursor: pointer;

}
.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items .sch-item {

    display: flex;
    width: 100%;
    padding: 20px 0;
	position:relative;

}
.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items .sch-item div{
	flex:1;
}
.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items .sch-button i{

}
.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items .sch-info .sch-item-price {
    color: #009ddc;
    margin-right: 8px;
}

.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items .sch-info .sch-item-quantity {
    color: #ABB0BE;
}
.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items .sch-size {
	display:flex;
	flex-direction: column;
	position:relative;
}
.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items .sch-size .sch-size1{
	color:#222;
	font-weight:bold;
} 
.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items .sch-size .sch-color {

    display: inline-block;
	line-height:15px;

}
.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items .sch-size .sch-color span{
}
.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items .sch-size .sch-color .sch-color1 {

    background: red;
    cursor: pointer;
    padding: 5px;
    font-size: 0;

}
.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items .sch-size .sch-color .sch-color2 {

    background: yellow;
    cursor: pointer;
    padding: 5px;
    font-size: 0;

}
.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items .sch-size .sch-color .sch-color3{

    background: blue;
    cursor: pointer;
    padding: 5px;
    font-size: 0;

}
.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items .sch-size .sch-color .sch-color4 {

    background: black;
    cursor: pointer;
    padding: 5px;
    font-size: 0;

}
.sch-shopping-cart-5-content:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}
.sch-shopping-cart-5-content .sch-checkout {
    border-radius: 4px;
    background-color: #f4511e;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    width: 150px;
    transition: all 0.5s;
    cursor: pointer;
    float: right;
}

.sch-shopping-cart-5-content .sch-checkout span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.sch-shopping-cart-5-content .sch-checkout span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.sch-shopping-cart-5-content .sch-checkout:hover span {
  padding-right: 25px;
}

.sch-shopping-cart-5-content .sch-checkout:hover span:after {
  opacity: 1;
  right: 0;
}
.cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}


.sch-shopping-cart-5-content-header .sch-update {
    border-radius: 4px;
    background-color: #f4511e;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    width: 150px;
    transition: all 0.5s;
    cursor: pointer;
    float: right;
}

.sch-shopping-cart-5-content-header .sch-update span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.sch-shopping-cart-5-content-header .sch-update span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.sch-shopping-cart-5-content-header .sch-update:hover span {
  padding-right: 25px;
}

.sch-shopping-cart-5-content-header .sch-update:hover span:after {
  opacity: 1;
  right: 0;
}
.sch-shopping-cart-5-content .sch-view {
    border-radius: 4px;
    background-color: #f4511e;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    width: 150px;
    transition: all 0.5s;
    cursor: pointer;
    float: left;
}

.sch-shopping-cart-5-content .sch-view span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.sch-shopping-cart-5-content .sch-view span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.sch-shopping-cart-5-content .sch-view:hover span {
  padding-right: 25px;
}

.sch-shopping-cart-5-content .sch-view:hover span:after {
  opacity: 1;
  right: 0;
}
@media (min-width:980px) and (max-width:1023px){
	#sch-shopping-cart-5 .sch-shopping-cart-5-content{
		width:80%;
	}
}
@media (min-width:768px) and (max-width:979px){
	#sch-shopping-cart-5 .sch-shopping-cart-5-content{
		width:95%;
	}
}
@media (min-width:640px) and (max-width:767px){
	#sch-shopping-cart-5 .sch-shopping-cart-5-content{
		width:100%;
	}
	.sch-shopping-cart-5-content .sch-checkout,.sch-shopping-cart-5-content .sch-view {

		width: 130px;
	}
}
@media only screen and (max-width:639px){
	#sch-shopping-cart-5 .sch-shopping-cart-5-content{
		width:100%;
		padding:20px;
	}
	.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items .sch-item {

		display: flex;
		flex-direction: column;

	}
	.sch-shopping-cart-5-content-header .sch-update {
		width: 90px;
	}
	.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items img {

		float: left;
		width: 100%;
		object-fit: cover;
		height: auto;

	}
	.sch-shopping-cart-5-content-items .sch-info {

		margin: 20px 0;

	}
	
	.sch-shopping-cart-5-content .sch-view,.sch-shopping-cart-5-content .sch-checkout{
		float:none;
		width:100%;
	}
}
@keyframes pcrotate { 
  from { 
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes pcrotate { 
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items .sch-button {

    line-height: 60px;

}

.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items .sch-button i {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border: 2px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-radius: 50%;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items .sch-button i::after {
  content: "";
  border: 2px dashed;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
}

.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items .sch-button i[class~="fa-trash"] { 
  border-color: #fe0002;
  color: #fe0002;
}

.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items .sch-button i[class~="fa-trash"]::after {
  border-color: #fe0002;
}


.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items .sch-button i[class~="fa-edit"] {
  color: #0089ff;
  border-color: #0089ff;
}

.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items .sch-button i[class~="fa-edit"]::after {
  border-color: #0089ff;
}

.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items .sch-button i:hover {
  border-color: transparent;
}

.sch-shopping-cart-5-content .sch-shopping-cart-5-content-items .sch-button i:hover::after {
  -webkit-animation-name: pcrotate; 
  animation-name: pcrotate; 
  -webkit-animation-duration: 5s;
  animation-duration: 5s; 
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
