.sch-grid-4 .box {
  width: 100%;
  height: auto;
  margin: 0;
  float: left;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 5px;
  background:#fff;
}
.sch-grid-4 .dress_column {
  width: 100%;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  row-gap: 1em;
}
.sch-grid-4 .box-content {
	display:block;
	width: 100%;
	height: uto;
	color:#000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.sch-grid-4 .box-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index:10;
	padding: 5px;
}



/* custom css styling */
.sch-grid-4 .box-content .box-wrapper {
	width: 100%;
	height: auto;
	font-size:24px;
	display:inline-block;
	text-align:center;
	margin-bottom:10px;
	border:2px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;

}
.sch-grid-4 .box-content span.name {
	display:block;
	text-align:center;
	font-family:georgia;
	font-style:italic;
	font-size:14px;
	font-weight:normal;
	margin-top:5px;
}

.sch-grid-4 .box-content .row {
	margin-top:10px;
	font-size:12px;
	color:#ddd;
}



.sch-grid-4 .dress_column_img_button {
  display: inline-block;
  width: 100%;
}
.sch-grid-4 .dress_column_img_button_add_to_cart {
  float: left;
  width: 70%;
  text-align: center;
}
.sch-grid-4 .dress_column_img_button_heart, .sch-grid-4 .dress_column_img_button_eye {
  float: left;
  width: 15%;
  cursor: pointer;
  padding-top: 10px;
}
.sch-grid-4 .dress_column_img_button_heart i,.sch-grid-4 .dress_column_img_button_eye i {
  line-height: 20px;
  text-align:center;
  font-size: 20px;
}
.sch-grid-4 .dress_column_img_button_heart i:hover,.sch-grid-4 .dress_column_img_button_eye i:hover {
  color:yellowgreen;
}
.sch-grid-4 .dress_column_img_button {
  display: inline-block;
  width: 95%;
  position: absolute;
  left: 0;
  bottom: 12px;
  background: #fff;
  margin: 0 auto;
  box-sizing: border-box;
  right: 0;
  border: 1px dotted yellowgreen;
  line-height: 40px;
}
.sch-grid-4 .dress_column_img_button::before {
  content: "";
  width: 1px;
  height: 100%;
  color: #000;
  background:#000;
  position: absolute;
  left: 70%;
  top: 0;
  z-index: 1;
  opacity:0.4;
}
.sch-grid-4 .dress_column_img_button_add_to_cart a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.sch-grid-4 .dress_column_img_button_add_to_cart:hover a{
  font-weight:bold;
}

.sch-grid-4 .img_hover {
  display: inline-block;
  width: 100%;
  height: 260px;
  position: relative;
}
.sch-grid-4 .dress_column_info {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
  border-top: 1px dotted yellowgreen;
}
.sch-grid-4 .dress_column_info_rate {
  color: yellowgreen;
}
.sch-grid-4 .dress_column_info_tag {
  font-size: 16px;
  opacity: 0.8;
  padding: 10px 0;
}
.sch-grid-4 .dress_column_info_name {
  padding-bottom: 10px;
}
.sch-grid-4 .dress_column_info_name a{
  font-size: 18px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}
.sch-grid-4 .dress_column_img_button_add_to_cart:hover {
  background: yellowgreen;
}
.sch-grid-4 .dress_column_img_button_add_to_cart:hover a{
  color: #fff;
}
.sch-grid-4 .dress_column_info_price {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: yellowgreen;
font-size: 20px;
font-weight: bold;
}
.sch-grid-4 .dress_column_info_price_new {
  width: 50%;
  float: left;
  text-align: center;
  color: yellowgreen;
  font-size: 20px;
  font-weight: bold;
}
.sch-grid-4 .dress_column_info_price_old {
  width: 50%;
  float: left;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color: orange;
  text-decoration-line: line-through;
}
.sch-grid-4 .sale-img {
  position: absolute;
  top: 0;
  width: auto;
  left: 10px;
}
.sch-grid-4 .box .box-overlay .sale-img img{
  height:auto;
}
.sch-grid-4 .box img {
  width: 100%;
  object-fit: contain;
  height: 250px;
  background:#fff;
}
.sch-grid-4 .box .box-overlay img {
  background:trasparent;
  height: 260px;
}
@media (min-width:768px) and (max-width:1023px){
	.sch-grid-4 .dress_column_info_tag,.dress_column_info_name a {
	  font-size: 14px!important;
	}
	.sch-grid-4 .dress_column_info_price_new,.dress_column_info_price_old {
	  font-size: 16px!important;
	}
}
@media (min-width:640px) and (max-width:767px){
	.sch-grid-4 .dress_column {
	  grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width:480px) and (max-width:639px){
	.sch-grid-4 .dress_column {
	  grid-template-columns: repeat(2, 1fr);
	}
	.sch-grid-4 .dress_column_info_tag,.dress_column_info_name a {
	  font-size: 14px!important;
	}
}
@media (min-width:375px) and (max-width:479px){
	.sch-grid-4 .dress_column {
	  grid-template-columns: repeat(1, 1fr);
	}
}
@media (min-width:320px) and (max-width:374px){
	.sch-grid-4 .dress_column {
	  grid-template-columns: repeat(1, 1fr);
	}
}
.sch-list-4 .box {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  float: left;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 10px;
  background:#fff;
}
.sch-list-4 .box-content {
	display:block;
	width: 30%;
	height: auto;
	color:#000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	float:left;
}

.sch-list-4 .box-overlay {
	width: 30%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index:10;
	border-right: 1px solid #ddd;
}

.sch-list-4 .box-content .box-wrapper {
	width: 100%;
	height: auto;
	font-size:24px;
	display:inline-block;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;

}
.sch-list-4 .box-content span.name {
	display:block;
	text-align:center;
	font-family:georgia;
	font-style:italic;
	font-size:14px;
	font-weight:normal;
	margin-top:5px;
}

.sch-list-4 .box-content .row {
	margin-top:10px;
	font-size:12px;
	color:#ddd;
}



.sch-list-4 .dress_column_img_button {
  display: inline-block;
  width: 100%;
}
.sch-list-4 .dress_column_img_button_add_to_cart {
  float: left;
  width: 70%;
  text-align: center;
}
.sch-list-4 .dress_column_img_button_heart, .sch-list-4 .dress_column_img_button_eye {
  float: left;
  width: 15%;
  cursor: pointer;
  padding-top: 10px;
}
.sch-list-4 .dress_column_img_button_heart i,.sch-list-4 .dress_column_img_button_eye i {
  line-height: 20px;
  text-align:center;
  font-size: 20px;
}
.sch-list-4 .dress_column_img_button_heart i:hover,.sch-list-4 .dress_column_img_button_eye i:hover {
  color:yellowgreen;
}
.sch-list-4 .dress_column_img_button {
  display: inline-block;
  width: 95%;
  position: absolute;
  left: 0;
  bottom: 12px;
  background: #fff;
  margin: 0 auto;
  box-sizing: border-box;
  right: 0;
  border: 1px dotted yellowgreen;
  line-height: 40px;
}
.sch-list-4 .dress_column_img_button::before {
  content: "";
  width: 1px;
  height: 100%;
  color: #000;
  background:#000;
  position: absolute;
  left: 70%;
  top: 0;
  z-index: 1;
  opacity:0.4;
}
.sch-list-4 .dress_column_img_button_add_to_cart a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.sch-list-4 .dress_column_img_button_add_to_cart:hover a{
  font-weight:bold;
}

.sch-list-4 .img_hover {
  display: inline-block;
  width: 100%;
  height: 260px;
  position: relative;
}
.sch-list-4 .dress_column_info {
  width: 70%;
  display: inline-block;
  text-align: left;
  padding: 30px;
}
.sch-list-4 .dress_column_info_rate {
  color: yellowgreen;
}
.sch-list-4 .dress_column_info_tag {
  font-size: 16px;
  opacity: 0.8;
  padding: 10px 0;
}
.sch-list-4 .dress_column_info_name {
  padding-bottom: 10px;
}
.sch-list-4 .dress_column_info_name a{
  font-size: 18px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}
.sch-list-4 .dress_column_img_button_add_to_cart:hover {
  background: yellowgreen;
}
.sch-list-4 .dress_column_img_button_add_to_cart:hover a{
  color: #fff;
}
.sch-list-4 .dress_column_info_price {
  width: 100%;
  display: inline-block;
  text-align: left;
  color: yellowgreen;
  font-size: 20px;
  font-weight: bold;
}
.sch-list-4 .title-qty {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
}
.sch-list-4 .dress_column_info_price_new {
  width: auto;
  float: left;
  color: yellowgreen;
  font-size: 20px;
  font-weight: bold;
}
.sch-list-4 .dress_column_info_price_old {
  width: 50%;
  float: left;
  font-size: 20px;
  font-weight: normal;
  padding-left:30px;
  color: orange;
  text-decoration-line: line-through;
}
.sch-list-4 .sale-img {
  position: absolute;
  top: 0;
  width: auto;
  left: 10px;
}
.sch-list-4 .box .box-overlay .sale-img img{
  height:auto;
}
.sch-list-4 .box img {
  width: 100%;
  object-fit: contain;
  height: 250px;
  background:#fff;
}
.sch-list-4 .box .box-overlay img {
  background:trasparent;
  height: 260px;
}
.sch-list-4 input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.sch-list-4 input[type=number]::-webkit-inner-spin-button,
.sch-list-4 input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.sch-list-4 .number-input {
  border: 1px solid yellowgreen;
  display: inline-flex;
}

.sch-list-4 .number-input,
.sch-list-4 .number-input * {
  box-sizing: border-box;
}

.sch-list-4 .number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.sch-list-4 .number-input button:before,
.sch-list-4 .number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}
.sch-list-4 .number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.sch-list-4 .number-input input[type=number] {
  font-family: sans-serif;
  max-width: 5rem;
  padding: .5rem;
  border: solid yellowgreen;
  border-width: 0 1px;
  font-size: 20px;
  height: 3rem;
  font-weight: bold;
  text-align: center;
}
.sch-list-4 .dress_column_info-left {
  width: 40%;
  float: left;
}
.sch-list-4 .dress_column_info-right {
  width: 60%;
  float: left;
}
.sch-list-4 .size {
  cursor: pointer;
  color: rgb(31, 31, 31);
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  border: 1px solid rgb(165, 165, 165);
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  height: 48px;
  width: 50px;
  line-height: 48px;
  cursor:pointer;
}
.sch-list-4 .title-size,.sch-list-4 .title-color {
  margin-bottom:20px;
  font-size: 18px;
  color:#333;
}
.sch-list-4 .size:hover {
  cursor: pointer;
  color: #fff;
  background: yellowgreen;
  border: 1px solid rgb(165, 165, 165);
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  height: 48px;
  width: 50px;
  line-height: 48px;
}
.sch-list-4 .size.not-have {
	color: rgb(229, 229, 229);
background: rgb(255, 255, 255) none repeat scroll 0% 0%;
border: 1px solid rgb(229, 229, 229);
}
.sch-list-4 .color-item img {
  width: 50px;
  height: 48px;
  border: 1px solid #aaa;
  line-height: 48px;
  display: inline-block;
  position: relative;
  cursor:pointer;
}
.sch-list-4 .color-item img:hover {
  border: 1px solid orange;
}
.sch-list-4 .color-item {
  float: left;
  margin-right: 5px;
}
.sch-list-4 .select-color {
  display: inline-block;
  margin-bottom: 20px;
}
@media (min-width:980px) and (max-width:1023px){
	.sch-list-4 .box-content,.sch-list-4 .box-overlay {
  width: 45%;
	}
	.sch-list-4 .dress_column_info {
	width: 55%;
	}
		.sch-list-4 .dress_column_info-left {
	  width: 100%;
	  margin-bottom: 30px;
	}
	.sch-list-4 .dress_column_info-right {
	  width: 100%;
	  float: left;
	}
	.sch-list-4 .img_hover,.sch-list-4 .box .box-overlay img {
  margin-top: 90px;
}
}
@media (min-width:768px) and (max-width:979px){
		.sch-list-4 .box-content,.sch-list-4 .box-overlay {
  width: 40%;
	}
	.sch-list-4 .dress_column_info {
	width: 60%;
	}
	.sch-list-4 .dress_column_info-left {
	  width: 100%;
	  margin-bottom: 30px;
	}
	.sch-list-4 .dress_column_info-right {
	  width: 100%;
	  float: left;
	}
}
@media (min-width:640px) and (max-width:767px){
	.sch-list-4 .box-overlay,.sch-list-4 .box-content,.sch-list-4 .dress_column_info{
		width:100%;
	}
	.dress_column_info {
	  border-top: 1px solid #ddd;
	}
	.sch-list-4 .box-overlay {
	  border-right:none;
	}
	.sch-list-4 .color-item img,.sch-list-4 .size {
	  width: 48px;
	}
	.sch-list-4 .dress_column_info-right {
  width: 100%;
  margin-top: 20px;
}
.sch-list-4 .dress_column_info-left {
  width: 100%;
}
}
@media (min-width:480px) and (max-width:639px){
	.sch-list-4 .box-overlay,.sch-list-4 .box-content,.sch-list-4 .dress_column_info{
		width:100%;
	}
	.dress_column_info {
	  border-top: 1px solid #ddd;
	}
	.sch-list-4 .box-overlay {
	  border-right:none;
	}
	.sch-list-4 .dress_column_info-left {
	  width: 100%;
	  margin-bottom: 30px;
	}
	.sch-list-4 .dress_column_info-right {
	  width: 100%;
	}
}
@media (min-width:375px) and (max-width:479px){
	.sch-list-4 .box-overlay,.sch-list-4 .box-content,.sch-list-4 .dress_column_info{
		width:100%;
	}
	.dress_column_info {
	  border-top: 1px solid #ddd;
	}
	.sch-list-4 .box-overlay {
	  border-right:none;
	}
	.sch-list-4 .dress_column_info-left {
	  width: 100%;
	  margin-bottom: 30px;
	}
	.sch-list-4 .dress_column_info-right {
	  width: 100%;
	}
}
@media (min-width:320px) and (max-width:374px){
	.sch-list-4 .box-overlay,.sch-list-4 .box-content,.sch-list-4 .dress_column_info{
		width:100%;
	}
	.dress_column_info {
	  border-top: 1px solid #ddd;
	}
	.sch-list-4 .box-overlay {
	  border-right:none;
	}
	.sch-list-4 .dress_column_info-left {
	  width: 100%;
	  margin-bottom: 30px;
	}
	.sch-list-4 .dress_column_info-right {
	  width: 100%;
	}
}
@media (min-width:320px) and (max-width:374px){
	.sch-list-4 .box-overlay,.sch-list-4 .box-content,.sch-list-4 .dress_column_info{
		width:100%;
	}
	.dress_column_info {
	  border-top: 1px solid #ddd;
	}
	.sch-list-4 .box-overlay {
	  border-right:none;
	}
	.sch-list-4 .dress_column_info-left {
	  width: 100%;
	  margin-bottom: 30px;
	}
	.sch-list-4 .dress_column_info-right {
	  width: 100%;
	}
}
