.sch-shopping-cart-3 {
  display: block;
  padding: 0 1em;
  text-align: center;
  width: 100%;
}
@media (min-width: 43.75em) {
  .sch-shopping-cart-3 {
    padding: 1em 2em;
    text-align: right;
  }
}
.sch-shopping-cart-3 > label {
    border-radius: .2em;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 10px 20px;
    transition: all 0.55s;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    width: 200px;
    text-align: center;
	background: #53b5aa url("../images/cd-cart.svg") no-repeat left 30px center;
}

.sch-shopping-cart-3 > label:hover {
  transform: scale(0.97);
}
.sch-shopping-cart-3 input {
  position: absolute;
  right: 100px;
  top: 30px;
  z-index: -10;
  display:none;
}
.sch-shopping-cart-3__overlay {
  background: black;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: -800;
}
.sch-shopping-cart-3__box {
  padding: 1em .75em;
  position: relative;
  margin: 1em auto;
  max-width: 980px;
  width: 90%;
}
@media (min-height: 37.5em) {
  .sch-shopping-cart-3__box {
    left: 50%;
    position: absolute;
    top: 10%;
    transform: translate(-50%, -80%);
  }
}
@media (min-width: 50em) {
  .sch-shopping-cart-3__box {
    padding: 1.75em;
  }
}
.sch-shopping-cart-3__box label {

    background: #53b5aa;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: .5em;
    top: 0;
    width: 40px;

}
.sch-shopping-cart-3__box h2 {
  color: #FFDE16;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.sch-shopping-cart-3__box p {
  color: #FFDE16;
  text-align: left;
}
 
.sch-shopping-cart-3__overlay {
  opacity: 0;
  overflow-y: auto;
  transform: scale(0.5);
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
 
input:checked ~ .sch-shopping-cart-3__overlay {
  opacity: 1;
  transform: scale(1);
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 800;
}
 
input:focus + label {
  transform: scale(0.97);
}

#sch-shopping-cart-3-cart-content a:hover {
    color: #000;
}
#sch-shopping-cart-3-cart-content {
    position: absolute;
}
.sch-shopping-cart-3 .sch-product-item .sch-product-item-removed {
    margin-left: 980px !important;
    opacity: 0;
}

.sch-shopping-cart-3 .sch-product-item {
    border: 1px solid #eee;
    margin: 20px 0;
    width: 100%;
    height: 195px;
    position: relative;

    -webkit-transition: margin .2s linear, opacity .2s linear;
    -moz-transition: margin .2s linear, opacity .2s linear;
    -ms-transition: margin .2s linear, opacity .2s linear;
    -o-transition: margin .2s linear, opacity .2s linear;
    transition: margin .2s linear, opacity .2s linear;
}

.sch-shopping-cart-3 .sch-product-item img {

    width: 100%;
    height: 100%;
    object-fit: cover;

}

.sch-shopping-cart-3 .sch-product-item .sch-product-images,.sch-shopping-cart-3 .sch-product-item .sch-product-info {
    background-color: #fff;
    border: 1px solid #ccc;
    border-style: none none solid none;
    float: left;
}

.sch-shopping-cart-3 .sch-product-item .sch-product-images {
    background: #000;
    margin: 0 1% 20px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 24%;
    height: 194px;
}

.sch-shopping-cart-3 .sch-product-item .sch-product-images:hover img {
    opacity: .7;
}

.sch-shopping-cart-3 .sch-product-item .sch-product-images:hover h3 {
    bottom: 73px;
}

.sch-shopping-cart-3 .sch-product-item .sch-product-images h3 {
    background: #53b5aa;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 49px;
    margin: 0;
    padding: 0 30px;
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;

    -webkit-transition: bottom .2s linear;
    -moz-transition: bottom .2s linear;
    -ms-transition: bottom .2s linear;
    -o-transition: bottom .2s linear;
    transition: bottom .2s linear;
}

.sch-shopping-cart-3 .sch-product-item-remove {
    cursor: pointer;
}

.sch-shopping-cart-3 .sch-product-item .sch-product-info {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 140px;
    padding: 0 20px;
    width: 75%;
}
.sch-shopping-cart-3 .sch-product-item .sch-product-info p{
	color:#222;
}
.sch-shopping-cart-3 .sch-product-item h1 {
    color: #53b5aa;
    font-size: 25px;
    font-weight: 300;
    margin: 17px 0 20px 0;
}

.sch-shopping-cart-3 .sch-product-item .sch-product-quality {
    height: 50px;
    margin: 4px 0 0 0;
    padding: 0;
    background-color: #fff;
    display: inline-block;
    width: 75%;
}
.sch-shopping-cart-3 .sch-product-item .sch-product-quality {
    
}

.sch-shopping-cart-3 .sch-product-item .sch-product-quality .sch-price {
    background: #fcfcfc;
    color: #000;
    float: right;
    font-size: 15px;
    font-weight: 300;
    line-height: 49px;
    margin: 0;
    padding: 0 30px;
}

.sch-shopping-cart-3 .sch-product-item .sch-product-quality .sch-full-price {
    background: #53b5aa;
    color: #fff;
    float: right;
    font-size: 22px;
    font-weight: 300;
    line-height: 49px;
    margin: 0;
    padding: 0 30px;

    -webkit-transition: margin .15s linear;
    -moz-transition: margin .15s linear;
    -ms-transition: margin .15s linear;
    -o-transition: margin .15s linear;
    transition: margin .15s linear;
}

.sch-shopping-cart-3 .sch-product-item .sch-product-quality .sch-qt,.sch-shopping-cart-3 .sch-product-item .sch-product-quality .sch-qt-plus,.sch-shopping-cart-3 .sch-product-item .sch-product-quality .sch-qt-minus {
    display: block;
    float: left;
}

.sch-shopping-cart-3 .sch-product-item .sch-product-quality .sch-qt {
    font-size: 19px;
    line-height: 50px;
    width: 70px;
    text-align: center;
    color: #fff;
	background:#53b5aa;
}
.sch-shopping-cart-3 .sch-product-item .sch-product-quality .sch-qt-plus,.sch-shopping-cart-3 .sch-product-item .sch-product-quality .sch-qt-minus {
    background: #fcfcfc;
    border: none;
    font-size: 30px;
    font-weight: 300;
    height: 100%;
    padding: 0 20px;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
	color:#222;
}

.sch-shopping-cart-3 .sch-product-item .sch-product-quality .sch-qt-plus:hover,.sch-shopping-cart-3 .sch-product-item .sch-product-quality .sch-qt-minus:hover {
    background: #53b5aa;
    color: #fff;
    cursor: pointer;
}

.sch-shopping-cart-3 .sch-product-item .sch-product-quality .sch-qt-plus {
    line-height: 50px;
}

.sch-shopping-cart-3 .sch-product-item .sch-product-quality .sch-qt-minus {
    line-height: 47px;
}

.sch-shopping-cart-3 .sch-button-left {
    float: left;
    width: 50%;
    display: flex;
    margin-bottom: 20px;
}
.sch-shopping-cart-3 .sch-right {
    float: right;
}
.sch-shopping-cart-3 .sch-button-left .sch-view{
	margin-right:5px;
}
.sch-shopping-cart-3 .sch-button-left .sch-view,.sch-shopping-cart-3 .sch-button-left .sch-check {
    background: #53b5aa;
    border: 1px solid #999;
    border-style: none none solid none;
    cursor: pointer;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 16px 0;
    width: 290px;
    text-align: center;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.sch-shopping-cart-3 .sch-button-left .sch-view:hover,.sch-shopping-cart-3 .sch-button-left .sch-check:hover {
    color: #fff;
    background: #429188;
}

.sch-shopping-cart-3 .sch-type {
    background: #fcfcfc;
    font-size: 13px;
    padding: 10px 16px;
    left: 100%;
	color:#222;
}

.sch-shopping-cart-3 .sch-type,.sch-shopping-cart-3 .sch-color {
    border: 1px solid #ccc;
    border-style: none none solid none;
    position: absolute;
}

.sch-shopping-cart-3 .sch-color {
    width: 40px;
    height: 40px;
    right: -40px;
}

.red {
    background: #cb5a5e;
}

.yellow {
    background: #f1c40f;
}

.blue {
    background: #3598dc;
}

@media (min-width: 1200px) and (max-width: 1340px){
	#sch-shopping-cart-3-cart-content {
		left: -55px;
	}
}
@media (min-width: 1024px) and (max-width: 1199px){
	#sch-shopping-cart-3-cart-content {
		left: -40px;
	}
	.sch-shopping-cart-3__box {
		max-width: 800px;
		width:100%;

	}
	.sch-shopping-cart-3 .sch-product-item .sch-product-images h3 {

		padding: 0 10px;

	}
}
@media (min-width: 980px) and (max-width: 1023px){
	#sch-shopping-cart-3-cart-content {
		left: -55px;
	}
	.sch-shopping-cart-3__box {
		max-width: 800px;
		width:100%;

	}
	.sch-shopping-cart-3 .sch-product-item .sch-product-images h3 {

		padding: 0 10px;

	}
}
@media (min-width: 768px) and (max-width: 979px){
	#sch-shopping-cart-3-cart-content {
		left: -55px;
	}
	.sch-shopping-cart-3__box {
		max-width: 600px;
		width:100%;

	}
	.sch-shopping-cart-3 .sch-product-item h1 {

		margin: 17px 0 10px 0;

	}
	.sch-shopping-cart-3 .sch-product-item .sch-product-info p {

		font-size: 14px;

	}
	.sch-shopping-cart-3 .sch-product-item .sch-product-images h3 {

		padding: 0 10px;
		font-size:19px;

	}
	
}
@media (min-width: 600px) and (max-width: 767px){
	#sch-shopping-cart-3-cart-content {
		left: -20px;
		width:100%;
	}
	.sch-shopping-cart-3 .sch-product-item h1 {

		margin: 17px 0 10px 0;

	}
	.sch-shopping-cart-3__box {

		max-width: 555px;
		width: 100%;

	}
	.sch-shopping-cart-3 .sch-color {

		width: 30px;
		height: 30px;
		right: -30px;

	}
	.sch-type {
		padding: 10px 10px;

	}
	.sch-shopping-cart-3 .sch-product-item .sch-product-images h3 {

		padding: 0 10px;
		font-size:14px;

	}
	.sch-shopping-cart-3 .sch-product-item .sch-product-info p {

		font-size: 14px;

	}
}
@media only screen and (max-width: 599px){
	#sch-shopping-cart-3-cart-content {

		left: 0;
		width: 100%;
		display: flex;
		flex-direction: column;

	}
	#sch-shopping-cart-3-cart-content .sch-product-item {

		display: flex;
		flex-direction: column;
		height:auto;

	}
	.sch-shopping-cart-3 .sch-product-item .sch-product-images {

		width: 100%;
		height: auto;

	}
	.sch-shopping-cart-3 .sch-product-item .sch-product-info {

		height: auto;
		padding: 20px;
		width: 100%;
		display: inline-block;

	}
	.sch-shopping-cart-3 .sch-product-item .sch-product-quality {

		height: 50px;
		margin: 4px 0 0 0;
		padding: 0;
		background-color: #fff;
		display: flex;
		width: 100%;

	}
	.sch-shopping-cart-3__box label {
		width:30px;
		height:30px;
		line-height:30px;
	}
	.sch-shopping-cart-3 .sch-product-item .sch-product-quality span{
		flex:1 auto;
	}
	.sch-button-left {

		float: left;
		width: 100%;
		display: flex;
		margin-bottom: 20px;

	}
	#sch-shopping-cart-3-cart-content .sch-color {
		width: 40px;
		height: 40px;
		right: 0;
	}
	#sch-shopping-cart-3-cart-content .sch-type {
		right: 0;
		border-style: solid !important;
		left:auto;
	}
	.sch-shopping-cart-3 .sch-button-left {
		width: 100%;
	}
}

