
/********************* Shopping Demo-2 **********************/

/*Product Grid*/

#tab3 .sch-product-grid {
    font-family: 'Roboto Slab', serif;
    position: relative;
    z-index: 1;
}
#tab3 .sch-product-grid .sch-product-item {
    background: #fff;
    margin-bottom: 30px;
	position: relative;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#tab3 .sch-product-grid .sch-product-image {
    overflow: hidden;
    perspective: 1500px;
    position: relative;
    transition: all .3s ease 0s;
}
#tab3 .sch-product-grid .sch-product-image a {
    display: block;
}
#tab3 .sch-product-grid .sch-product-image img {
    width: 100%;
    height: auto;
}
#tab3 .sch-product-grid .sch-product-content {
    text-align: left;
    padding: 20px;
    background: #f6f6f8;
}
#tab3 .sch-product-grid .sch-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 10px 0;
    transition: all .3s ease 0s;
}
#tab3 .sch-product-grid .sch-title a {
    color: #3cbcc3;
    font-size: 18px;
}
#tab3 .sch-product-grid .sch-title a:hover {
    color: #222;
}
#tab3 .sch-product-grid .sch-price .sch-price-new {
    color: #fff;
    font-size: 20px;
    font-family: Lora, serif;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
    transition: all .3s;
    background: #3cbcc3;
    display: inline-block;
    padding: 5px;
}
#tab3 .sch-product-grid .sch-price .sch-price-old {
    color: #fff;
    font-size: 20px;
    font-family: Lora, serif;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
    transition: all .3s;
    background: #000;
    display: inline-block;
    margin-left: -5px;
    padding: 5px;
	text-decoration: line-through;
}
#tab3 .sch-product-grid .sch-rating{
	color: #3cbcc3;
    font-size: 12px;
    margin: 0;
    list-style: none;
    position: relative;
    width: auto;
    float: left;
    padding-left: 0;
    padding-right: 0;
	line-height:30px;
	margin-right:20px;
}
#tab3 .sch-product-grid .sch-rating li.disable{color:#ddd}
#tab3 .sch-product-grid .sch-review p {
    color: #7b7b7c;
    line-height: 30px;
    margin-bottom: 0;
}
#tab3 .sch-product-grid .sch-product-new-label {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 0;
    height: 60px;
}
#tab3 .sch-product-grid .sch-description {
    font-size: 16px;
    text-align: left;
    line-height: normal;
    margin: 10px 0;
    color: #222;
}
#tab3 .sch-product-grid .sch-product-new-label a {
    font-size: 20px;
    color: #1e5e61;
    z-index: 9;
    position: absolute;
    transform: rotate(270deg);
    top: 12px;
}
#tab3 .sch-product-grid .sch-product-new-label::before,
#tab3 .sch-product-grid .sch-product-new-label::after {
    content: "";
    display: block;
    position: absolute;
    height: 30px;
    bottom: 24px;
    border: 18px solid #3cbcc3;
    border-bottom-color: #3cbcc3;
}
#tab3 .sch-product-grid .sch-product-new-label::before {
    border-bottom-color: transparent !important;
    bottom: -12px !important;
}
#tab3 .sch-product-grid .sch-hovereffect {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
	height: 330px;
	object-fit: contain;
}
#tab3 .sch-product-grid .sch-hovereffect .sch-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
#tab3 .sch-product-grid .sch-hovereffect:hover .sch-overlay::before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
#tab3 .sch-product-grid .sch-hovereffect img {
    display: block;
    position: relative;
	height: 330px;
	object-fit: contain;
}
#tab3 .sch-product-grid .sch-hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 0;
    padding: 10px;
}
#tab3 .sch-product-grid .sch-hovereffect:hover h2 {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
}
#tab3 .sch-product-grid .sch-hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    margin: 50px 0 0 0;
    background-color: transparent;
}
#tab3 .sch-product-grid .sch-hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}
#tab3 .sch-product-grid .sch-hovereffect hr {
    width: 40%;
    opacity: 0;
    filter: alpha(opacity=0);
    border: 1px solid #FFF;
}
#tab3 .sch-product-grid .sch-hovereffect hr:nth-child(3) {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 90deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 90deg) scale3d(0, 0, 1);
}
#tab3 .sch-product-grid .sch-hovereffect hr:nth-child(4) {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 180deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 180deg) scale3d(0, 0, 1);
}
#tab3 .sch-product-grid .sch-hovereffect h2,
#tab3 .sch-product-grid .sch-hovereffect hr {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    background-color: transparent;
    margin: 0px;
}
#tab3 .sch-product-grid .set1,
#tab3 .sch-product-grid .set2 {
    left: 30%;
    position: absolute;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    background-color: transparent;
    margin: 0 auto;
    padding: 0px;
    right: 0;
    justify-content: center;
    align-items: center;
}
#tab3 .sch-product-grid .set1 {
    top: 40%;
}
#tab3 .sch-product-grid .set2 {
    top: 60%;
}
#tab3 .sch-product-grid .sch-hovereffect p {
    width: 30%;
    text-transform: none;
    font-size: 15px;
    line-height: 2;
    display: flex;
}
#tab3 .sch-product-grid .sch-hovereffect p a {
    color: #fff;
}
#tab3 .sch-product-grid .sch-hovereffect p a:hover,
#tab3 .sch-product-grid .sch-hovereffect p a:focus {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#tab3 .sch-product-grid .sch-hovereffect a i {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    padding: 10px;
    font-size: 20px;
}
#tab3 .sch-product-grid .set1 a:first-child i {
    -webkit-transform: translate3d(-60px, -60px, 0);
    transform: translate3d(-60px, -60px, 0);
}
#tab3 .sch-product-grid .set1 a:nth-child(2) i {
    -webkit-transform: translate3d(60px, -60px, 0);
    transform: translate3d(60px, -60px, 0);
}
#tab3 .sch-product-grid .set2 a:first-child i {
    -webkit-transform: translate3d(-60px, 60px, 0);
    transform: translate3d(-60px, 60px, 0);
}
#tab3 .sch-product-grid .set2 a:nth-child(2) i {
    -webkit-transform: translate3d(60px, 60px, 0);
    transform: translate3d(60px, 60px, 0);
}
#tab3 .sch-product-grid .sch-hovereffect:hover hr:nth-child(3) {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -90deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -90deg) scale3d(1, 1, 1);
}
#tab3 .sch-product-grid .sch-hovereffect:hover hr:nth-child(4) {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -180deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -180deg) scale3d(1, 1, 1);
}
#tab3 .sch-product-grid .sch-hovereffect:hover .set1 i:empty,
#tab3 .sch-product-grid .sch-hovereffect:hover .set2 i:empty {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}
@media (max-width:990px) {
    #tab3 .sch-product-grid {
        margin-bottom: 30px;
    }
}
@media (min-width:980px) and (max-width:1023px) {
   
	#tab3 .sch-product-grid .sch-hovereffect img,#tab3 .sch-product-grid .sch-hovereffect {
		height: 240px;
	}
}
@media (min-width:768px) and (max-width:979px) {
    #tab3 .sch-product-grid .sch-price {
        font-size: 18px;
    }
    #tab3 .sch-product-grid .sch-product-content {
        min-height: 220px;
    }
	#tab3 .sch-product-grid .sch-price .sch-price-old,#tab3 .sch-product-grid .sch-price .sch-price-new{
		font-size:14px;
	}
	#tab3 .sch-product-grid .sch-rating {
		width: 100%;
	}
	#tab3 .sch-product-grid .sch-hovereffect img,#tab3 .sch-product-grid .sch-hovereffect {
		height: 240px;
	}
}
/*Product List*/

#tab4 .sch-product-list{
    font-family: 'Roboto Slab', serif;
    position: relative;
    z-index: 1;
}
#tab4 .sch-product-list .sch-product-item {
    background: #f6f6f8;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    position: relative;
    display: inline-block;
	width:100%;
}
#tab4 .sch-product-list .sch-product-image {
    overflow: hidden;
    perspective: 1500px;
    position: relative;
    transition: all .3s ease 0s;
    width: 30%;
    float: left;
	background: #fff;
}
#tab4 .sch-product-list .sch-product-image a {
    display: block;
}
#tab4 .sch-product-list .sch-product-image img {
    width: 100%;
    height: auto;
}
#tab4 .sch-product-list .sch-product-content {
    text-align: left;
    padding: 37px 50px;
    width: 70%;
    float: left;
    position: relative;
}
#tab4 .sch-product-list .sch-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 10px 0;
    transition: all .3s ease 0s;
    position: absolute;
    left: 25%;
    top: 35px;
}
#tab4 .sch-product-list .sch-price {
    margin-bottom: 10px;
}
#tab4 .sch-product-list .sch-title a {
    color: #3cbcc3;
	font-size:18px;
}
#tab4 .sch-product-list .sch-title a:hover {
    color: #222;
}
#tab4 .sch-product-list .sch-price .sch-price-new {
    color: #fff;
    font-size: 20px;
    font-family: Lora, serif;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
    transition: all .3s;
    background: #3cbcc3;
    display: inline-block;
    padding: 5px;
}
#tab4 .sch-product-list .sch-price .sch-price-old {
    color: #fff;
    font-size: 20px;
    font-family: Lora, serif;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
    transition: all .3s;
    background: #000;
    display: inline-block;
    margin-left: -5px;
    padding: 5px;
	text-decoration: line-through;
}
#tab4 .sch-product-list .sch-rating{
	color: #3cbcc3;
    font-size: 12px;
    margin: 0;
    list-style: none;
    position: relative;
    width: auto;
    float: left;
    padding-left: 0;
    padding-right: 0;
	line-height:30px;
	margin-right:20px;
}
#tab4 .sch-product-list .sch-rating li.disable{color:#ddd}
#tab4 .sch-product-list .sch-review p {
    color: #7b7b7c;
    line-height: 30px;
    margin-bottom: 0;
}
#tab4 .sch-product-list .sch-product-new-label {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 0;
    height: 60px;
}
#tab4 .sch-product-list .sch-description {
    font-size: 16px;
    text-align: left;
    line-height: normal;
    margin: 10px 0;
    color: #222;
}
#tab4 .sch-product-list .sch-product-new-label a {
    font-size: 20px;
    color: #1e5e61;
    z-index: 9;
    position: absolute;
    transform: rotate(270deg);
    top: 12px;
}
#tab4 .sch-product-list .sch-product-new-label::before,
#tab4 .sch-product-list .sch-product-new-label::after {
    content: "";
    display: block;
    position: absolute;
    height: 30px;
    bottom: 24px;
    border: 18px solid #3cbcc3;
    border-bottom-color: #3cbcc3;
}
#tab4 .sch-product-list .sch-product-new-label::before {
    border-bottom-color: transparent !important;
    bottom: -12px !important;
}
#tab4 .sch-product-list .sch-hovereffect {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
	height:368px;
	object-fit:contain;
}
#tab4 .sch-product-list .sch-hovereffect .sch-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
#tab4 .sch-product-list .sch-hovereffect:hover .sch-overlay::before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
#tab4 .sch-product-list .sch-hovereffect img {
    display: block;
    position: relative;
	height:368px;
	object-fit:contain;
}
#tab4 .sch-product-list .sch-hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 0;
    padding: 10px;
}
#tab4 .sch-product-list .sch-hovereffect:hover h2 {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
}
#tab4 .sch-product-list .sch-hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    margin: 50px 0 0 0;
    background-color: transparent;
}
#tab4 .sch-product-list .sch-hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}
#tab4 .sch-product-list .sch-hovereffect hr {
    width: 40%;
    opacity: 0;
    filter: alpha(opacity=0);
    border: 1px solid #FFF;
}
#tab4 .sch-product-list .sch-hovereffect hr:nth-child(3) {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 90deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 90deg) scale3d(0, 0, 1);
}
#tab4 .sch-product-list .sch-hovereffect hr:nth-child(4) {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 180deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 180deg) scale3d(0, 0, 1);
}
#tab4 .sch-product-list .sch-hovereffect h2,
#tab4 .sch-product-list .sch-hovereffect hr {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    background-color: transparent;
    margin: 0px;
}
#tab4 .sch-product-list .set1,
#tab4 .sch-product-list .set2 {
    left: 30%;
    position: absolute;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    background-color: transparent;
    margin: 0 auto;
    padding: 0px;
    right: 0;
    justify-content: center;
    align-items: center;
}
#tab4 .sch-product-list .set1 {
    top: 40%;
}
#tab4 .sch-product-list .set2 {
    top: 60%;
}
#tab4 .sch-product-list .sch-hovereffect p {
    width: 30%;
    text-transform: none;
    font-size: 15px;
    line-height: 2;
    display: flex;
}
#tab4 .sch-product-list .sch-hovereffect p a {
    color: #fff;
}
#tab4 .sch-product-list .sch-hovereffect p a:hover,
#tab4 .sch-product-list .sch-hovereffect p a:focus {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#tab4 .sch-product-list .sch-hovereffect a i {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    padding: 10px;
    font-size: 20px;
}
#tab4 .sch-product-list .set1 a:first-child i {
    -webkit-transform: translate3d(-60px, -60px, 0);
    transform: translate3d(-60px, -60px, 0);
}
#tab4 .sch-product-list .set1 a:nth-child(2) i {
    -webkit-transform: translate3d(60px, -60px, 0);
    transform: translate3d(60px, -60px, 0);
}
#tab4 .sch-product-list .set2 a:first-child i {
    -webkit-transform: translate3d(-60px, 60px, 0);
    transform: translate3d(-60px, 60px, 0);
}
#tab4 .sch-product-list .set2 a:nth-child(2) i {
    -webkit-transform: translate3d(60px, 60px, 0);
    transform: translate3d(60px, 60px, 0);
}
#tab4 .sch-product-list .sch-hovereffect:hover hr:nth-child(3) {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -90deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -90deg) scale3d(1, 1, 1);
}
#tab4 .sch-product-list .sch-hovereffect:hover hr:nth-child(4) {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -180deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -180deg) scale3d(1, 1, 1);
}
#tab4 .sch-product-list .sch-hovereffect:hover .set1 i:empty,
#tab4 .sch-product-list .sch-hovereffect:hover .set2 i:empty {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}
#tab4 .sch-product-list .sch-size {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
#tab4 .sch-product-list .sch-size-title {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    float: left;
    width: 10%;
    line-height: 40px;
}
#tab4 .sch-product-list .sch-size-item {
    float: left;
    margin-left: 10px;
}
#tab4 .sch-product-list .sch-size-item-element {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    float: left;
    background: #e9e9e9;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
	cursor: pointer;
}
#tab4 .sch-product-list .sch-size-item-element.active, 
#tab4 .sch-product-list .sch-size-item-element:hover {
    border: 2px solid #3cbcc3 !important;
	line-height: 36px;
}
#tab4 .sch-product-list .sch-reason {
    margin-bottom: 0;
    padding-left: 15px;
}
@media (min-width:1024px) and (max-width:1199px) {
	#tab4 .sch-product-list .sch-size {
		margin: 6px 0;
	}
	#tab4 .sch-product-list .sch-title {
		left: 30%;
	}
}
@media (max-width:990px) {
    #tab4 .sch-product-list {
        margin-bottom: 20px;
    }
}
@media (min-width:980px) and (max-width:1023px) {
   
	#tab4 .sch-product-list .sch-product-image {
		width: 40%;
	}
	#tab4 .sch-product-list .sch-product-content {
		width: 60%;
	}
	#tab4 .sch-product-list .sch-title {
		left: 40%;
	}
	#tab4 .sch-product-list .sch-size {
		margin: 12px 0;
	}
}
@media (min-width:768px) and (max-width:979px) {
	#tab4 .sch-product-list .sch-product-image {
		width: 40%;
	}
	#tab4 .sch-product-list .sch-product-content {
		width: 60%;
	}
	#tab4 .sch-product-list .sch-title {
		left: 40%;
		top:20px;
	}
	#tab4 .sch-product-list .sch-size {
		margin: 12px 0;
	}
	#tab4 .sch-product-list .sch-size-title {
		font-size: 15px;
	}
	#tab4 .sch-product-list .sch-product-content {
		padding: 19px 30px;
	}
	#tab4 .sch-product-list .sch-hovereffect {
		height: 334px;
	}
}
@media (min-width:640px) and (max-width:767px) {
	#tab4 .sch-product-list .sch-product-image {
		width: 100%;
	}
	#tab4 .sch-product-list .sch-product-content {
		width: 100%;
	}
	#tab4 .sch-product-list .sch-title {
		left: 40%;
	}
	#tab4 .sch-product-list .sch-size-title {
		width: 12%;
		line-height: 40px;
	}
}
@media (min-width:480px) and (max-width:639px) {
	#tab4 .sch-product-list .sch-product-image {
		width: 100%;
	}
	#tab4 .sch-product-list .sch-product-content {
		width: 100%;
	}
	#tab4 .sch-product-list .sch-title {
		left: 45%;
	}
	#tab4 .sch-product-list .sch-size-title {
		font-size: 15px;
	}
	#tab4 .sch-product-list .sch-size-title {
		width: 12%;
	}
	#tab4 .sch-product-list .sch-product-content {
		padding: 30px;
	}
}
@media only screen and (max-width:479px) {
	#tab4 .sch-product-list .sch-product-image {
		width: 100%;
	}
	#tab4 .sch-product-list .sch-product-content {
		width: 100%;
		padding:30px;
	}
	#tab4 .sch-product-list .sch-title {
		left: 0;
		position: relative;
		margin: 0;
		top: 0;
	}
	#tab4 .sch-product-list .sch-size-title {
		width: 100%;
	}
	#tab4 .sch-product-list .sch-size-item-element {
		margin-bottom: 20px;
	}
	#tab4 .sch-product-list .sch-size {
		margin-top: 10px;
		margin-bottom: 0;
	}
	#tab4 .sch-product-list .sch-size-item {
		float: left;
		margin-left: 0;
	}
}