.sch-cart-button4 {
    background: url("../images/shop-cart-icon.png") no-repeat center center;
    width: 200px;
    height: 100px;
    background-size: 50%;
    margin: 0 auto;
    position: relative;
    display: flex;
    border: none;
    cursor: pointer;
}

.sch-cart-button4 .sch-number-item {
    background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
    position: absolute;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    top: 10px;
    line-height: 30px;
    color: #fff;
}

#sch-shopping-cart-4 {
    max-width: 60em;
    margin: 1em auto;
    position: relative;
    display: inline-block;
    background: #eee;
}

#sch-shopping-cart-4 input {
    display: none;
}

#sch-shopping-cart-4 .sch-slider,
#sch-shopping-cart-4 .sch-slider-wrapper {
    position: relative;
    height: 370px;
}

#sch-shopping-cart-4 .sch-slider {
    width: 500%;
    line-height: 0;
}

#sch-shopping-cart-4 .sch-slide-figure {
    height: 100%;
    position: relative;
    margin: 0;
    float: left;
    display: flex;
    padding-right: 25px;
}

#sch-shopping-cart-4 .sch-product-img {
    float: left;
    width: 35%;
    object-fit: cover;
}

#sch-shopping-cart-4 .sch-product-info {
    color: white;
    padding: 0 30px;
}

#sch-shopping-cart-4 .sch-product-info {
    width: 65%;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: right;
    height: 100%;
}

#sch-shopping-cart-4 .sch-product-info .sch-title {
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
}

#sch-shopping-cart-4 .sch-product-info .sch-info-detail {
    display: inline-block;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    font-size: 16px;
}

#sch-shopping-cart-4 .sch-product-info .sch-info-detail .sch-color,
#sch-shopping-cart-4 .sch-product-info .sch-info-detail .sch-size,
#sch-shopping-cart-4 .sch-product-info .sch-info-detail .sch-quantity,
#sch-shopping-cart-4 .sch-product-info .sch-info-detail .sch-price {
    display: flex;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

#sch-shopping-cart-4 .sch-product-info .sch-info-detail .sch-color span,
#sch-shopping-cart-4 .sch-product-info .sch-info-detail .sch-size span,
#sch-shopping-cart-4 .sch-product-info .sch-info-detail .sch-quantity span,
#sch-shopping-cart-4 .sch-product-info .sch-info-detail .sch-price span {
    flex: 1;
}

#sch-shopping-cart-4 .sch-product-info .sch-info-detail .sch-color span:last-child,
#sch-shopping-cart-4 .sch-product-info .sch-info-detail .sch-size span:last-child,
#sch-shopping-cart-4 .sch-product-info .sch-info-detail .sch-quantity span:last-child,
#sch-shopping-cart-4 .sch-product-info .sch-info-detail .sch-price span:last-child {
    font-size: 18px;
    font-weight: bold;
}

#sch-shopping-cart-4 .sch-product-info .sch-edit-remove {
    padding-top: 20px;
    display: flex;
    line-height: 20px;
}

#sch-shopping-cart-4 .sch-product-info .sch-edit-remove div {
    flex: 1;
}

#sch-shopping-cart-4 .sch-product-info .sch-edit-remove .sch-edit {
    text-decoration: underline;
    cursor: pointer;
    margin-right: 10px;
}

#sch-shopping-cart-4 .sch-product-info .sch-edit-remove .sch-remove {
    text-decoration: underline;
    cursor: pointer;
}

#sch-shopping-cart-4 .sch-order-info {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    padding: 20px;
    color: #222;
    font-weight: bold;
}

#sch-shopping-cart-4 .sch-order-info .sch-subtotal,
#sch-shopping-cart-4 .sch-order-info .sch-ship,
#sch-shopping-cart-4 .sch-order-info .sch-order {
    display: flex;
}

#sch-shopping-cart-4 .sch-order-info .sch-subtotal span,
#sch-shopping-cart-4 .sch-order-info .sch-ship span,
#sch-shopping-cart-4 .sch-order-info .sch-order span {
    flex: 1;
}

#sch-shopping-cart-4 .sch-order-info .sch-ship span:last-child {
    color: #f0c14b;
}

#sch-shopping-cart-4 .sch-order-info .sch-button-view-check {
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
}

#sch-shopping-cart-4 .sch-order-info .sch-button-view-check div {
    flex: 1;
    cursor: pointer;
}

#sch-shopping-cart-4 .sch-order-info .sch-button-view-check .sch-button-view {
    padding: 10px 20px;
    background: #222;
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
}

#sch-shopping-cart-4 .sch-order-info .sch-button-view-check .sch-button-view:hover {
    background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
}

#sch-shopping-cart-4 .sch-order-info .sch-button-view-check .sch-button-check {
    padding: 10px 20px;
    background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
    color: #fff;
    border-radius: 5px;
}

#sch-shopping-cart-4 .sch-order-info .sch-button-view-check .sch-button-check:hover {
    background: #222;
}


/*---- SET UP CONTROL ----*/

.slider-dot-control {
    position: absolute;
    width: auto;
    bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    top: 30%;
    left: 32.5%;
}

.slider-dot-control label {
    font-size: 13px;
    background: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    color: #000;
    cursor: pointer;
    transition: background-color .25s, color .25s ease-in-out;
    box-shadow: 2px 3px 2px 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.slider-dot-control label:first-child {
    margin-bottom: 10px;
}

.slider-dot-control label:hover {
    background: #f0c14b;
    color: #000;
}


/* Slider Styling */

.sch-slider-wrapper {
    width: 100%;
    overflow: hidden;
    box-shadow: 1px 1px 4px #666;
    background: #fff;
    background: #000;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.sch-slider-wrapper .sch-slider {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}


/*---- SET POSITION FOR SLIDE ----*/

#sch-slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after,
#sch-slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after,
#sch-slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after,
#sch-slide1:checked ~ .slider-prev-next-control label:nth-child(3)::after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin: 0;
    line-height: 38px;
    font-size: 3em;
    display: block;
    color: #777;
}

#sch-slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after,
#sch-slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after {
    content: "\f105";
    padding-left: 15px;
}

#sch-slide1:checked ~ .slider-prev-next-control label:nth-child(2),
#sch-slide2:checked ~ .slider-prev-next-control label:nth-child(3) {
    display: block;
    float: right;
    margin-right: 5px;
}

#sch-slide2:checked ~ .slider-prev-next-control label:nth-child(1),
#sch-slide1:checked ~ .slider-prev-next-control label:nth-child(3) {
    display: block;
    float: left;
    margin-left: 5px;
}

#sch-slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after,
#sch-slide1:checked ~ .slider-prev-next-control label:nth-child(3)::after {
    content: "\f104";
    padding-left: 8px;
}

#sch-slide1:checked ~ .slider-dot-control label:nth-child(1),
#sch-slide2:checked ~ .slider-dot-control label:nth-child(2) {
    background: #f0c14b;
    color: #000;
}

#sch-slide1:checked ~ .sch-slider-wrapper .sch-slider {
    margin-left: 0%;
}

#sch-slide2:checked ~ .sch-slider-wrapper .sch-slider {
    margin-left: -100%;
}

#sch-shopping-cart-4 .sch-order-info {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    padding: 20px;
    color: #222;
    font-weight: bold;
}

#sch-shopping-cart-4 .sch-order-info .sch-subtotal,
#sch-shopping-cart-4 .sch-order-info .sch-ship,
#sch-shopping-cart-4 .sch-order-info .sch-order {
    display: flex;
}

#sch-shopping-cart-4 .sch-order-info .sch-subtotal span,
#sch-shopping-cart-4 .sch-order-info .sch-ship span,
#sch-shopping-cart-4 .sch-order-info .sch-order span {
    flex: 1;
}

#sch-shopping-cart-4 .sch-order-info .sch-ship span:last-child {
    color: #f0c14b;
}

#sch-shopping-cart-4 .sch-order-info .sch-button-view-check {
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
}

#sch-shopping-cart-4 .sch-order-info .sch-button-view-check div {
    flex: 1;
    cursor: pointer;
}

#sch-shopping-cart-4 .sch-order-info .sch-button-view-check .sch-button-view {
    padding: 10px 20px;
    background: #222;
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
}

#sch-shopping-cart-4 .sch-order-info .sch-button-view-check .sch-button-view:hover {
    background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
}

#sch-shopping-cart-4 .sch-order-info .sch-button-view-check .sch-button-check {
    padding: 10px 20px;
    background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
    color: #fff;
    border-radius: 5px;
}

#sch-shopping-cart-4 .sch-order-info .sch-button-view-check .sch-button-check:hover {
    background: #222;
}


@media (max-width: 1199px) and (min-width: 1024px) {
    .slider-dot-control {
		left: 33.5%;
	}
}

@media (max-width: 1023px) and (min-width: 980px) {
    .slider-dot-control {
		left: 36%;
	}
}

@media (max-width: 979px) and (min-width: 768px) {
    #sch-shopping-cart-4 .sch-product-info {
		width: 47%;
	}
    #sch-shopping-cart-4 .sch-product-info .sch-title {
        font-size: 18px;
    }
    #sch-shopping-cart-4 .sch-slide {
        height: auto;
    }
    #sch-shopping-cart-4 .sch-slider-nav {
        left: 42%;
    }
    #sch-shopping-cart-4 .sch-product-info .sch-edit-remove .sch-edit,
    #sch-shopping-cart-4 .sch-product-info .sch-edit-remove .sch-remove {
        font-size: 16px;
    }
	.slider-dot-control {
		left: 40.5%;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
    #sch-shopping-cart-4 .sch-order-info {
        width: 100%;
        font-size: 13px;
        position: absolute;
        bottom: 30px;
        padding: 0;
        left: 0;
        right: 0;
    }
    #sch-shopping-cart-4 .sch-slider-nav {
        width: 100%;
        position: absolute;
        left: 0;
        display: flex;
        flex-direction: row;
        bottom: auto;
        z-index: 9999;
        top: 100%;
        padding: 0;
    }
    #sch-shopping-cart-4 {
        height: 950px;
    }
    #sch-shopping-cart-4 .sch-slider,
    #sch-shopping-cart-4 .sch-slider-wrapper {
        position: relative;
        height: auto;
    }
    #sch-shopping-cart-4 .sch-slide {
        height: 784px;
    }
    #sch-shopping-cart-4 .sch-slide-figure {
        height: auto;
        position: relative;
        margin: 0;
        display: flex;
        flex-direction: column;
    }
    #sch-shopping-cart-4 .sch-product-img {
        width: 100%;
        height: 480px;
    }
    #sch-shopping-cart-4 .sch-product-info {
        width: 100%;
        padding: 20px;
    }
	#sch-shopping-cart-4 .sch-slide-figure {
		padding-right: 0;
	}
	#sch-shopping-cart-4 .sch-product-info .sch-edit-remove .sch-edit,#sch-shopping-cart-4 .sch-product-info .sch-edit-remove .sch-remove {
		font-size: 20px;
	}
	.slider-dot-control {
		flex-direction: row;
		top: 0;
		left: 0;
	}
	.slider-dot-control label:first-child {
		margin-bottom: 0;
		margin-right: 10px;
	}
}

@media only screen and (max-width: 480px) {
   #sch-shopping-cart-4 .sch-order-info {
        width: 100%;
        font-size: 13px;
        position: absolute;
        bottom: 30px;
        padding: 0;
        left: 0;
        right: 0;
    }
    #sch-shopping-cart-4 .sch-slider-nav {
        width: 100%;
        position: absolute;
        left: 0;
        display: flex;
        flex-direction: row;
        bottom: auto;
        z-index: 9999;
        top: 100%;
        padding: 0;
    }
    #sch-shopping-cart-4 {
        height: 675px;
    }
    #sch-shopping-cart-4 .sch-slider, #sch-shopping-cart-4 .sch-slider-wrapper {
		position: relative;
		height: 490px;
	}
    #sch-shopping-cart-4 .sch-slide-figure {
		height: auto;
		position: relative;
		margin: 0;
		display: flex;
		flex-direction: column;
		width: 50%;
	}
    #sch-shopping-cart-4 .sch-product-img {
        width: 100%;
        height: 200px;
    }
    #sch-shopping-cart-4 .sch-product-info {
        width: 100%;
        padding: 20px;
    }
	#sch-shopping-cart-4 .sch-slide-figure {
		padding-right: 0;
	}
	#sch-shopping-cart-4 .sch-product-info .sch-edit-remove .sch-edit,#sch-shopping-cart-4 .sch-product-info .sch-edit-remove .sch-remove {
		font-size: 20px;
	}
	.slider-dot-control {
		flex-direction: row;
		top: 0;
		left: 0;
	}
	.slider-dot-control label:first-child {
		margin-bottom: 0;
		margin-right: 10px;
	}
	#sch-shopping-cart-4 .sch-slider {
		width: 200%;
		line-height: 0;
	}
	#sch-shopping-cart-4 .sch-product-info .sch-title {
		font-size: 14px;
	}
	#sch-shopping-cart-4 .sch-product-info .sch-edit-remove .sch-edit, #sch-shopping-cart-4 .sch-product-info .sch-edit-remove .sch-remove {
		font-size: 12px;
	}
}