.sch-grid-2 .sch-item-row-2 {
  width: 100%;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  row-gap: 1em;
}
.sch-grid-2 .sch-item-row-2-number {
    width: 100%;
    float: left;
    border: 1px solid #aaa;
    border-radius: 5px;
}
.sch-grid-2 .sch-item-images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}
.sch-grid-2 .sch-item-name {
    background: #eee;
    padding: 20px 10px;
}
.sch-grid-2 .sch-item-images {
    border-bottom: 1px solid #aaa;
    padding: 10px;
	width: 100%;
	display: inline-block;
}
.sch-grid-2 .sch-item-price {
	border-bottom: 1px solid #aaa;
    padding: 10px;
	width: 100%;
	display: inline-block;
}
.sch-grid-2 .sch-item-stock {
	border-bottom: 1px solid #aaa;
    padding: 10px;
	width: 100%;
	display: inline-block;
}
.sch-grid-2 .sch-item-price a,.sch-grid-2 .sch-item-stock a {
    color: #000;
    font-size: 30px;
    float: left;
    margin-right: 20px;
	position: absolute;
	left: 20%;
}
.sch-grid-2 .sch-item-button {
    padding: 20px;
    text-align: center;
}
.sch-grid-2 .sch-item-button a i {
    margin-right: 10px;
}
.sch-grid-2 .sch-item-button a {
    background: #6D5C55;
    padding: 10px 20px;
    border-radius: 5px;
    color: #FFBB02;
    width: 100%;
    display: inline-block;
	text-decoration: unset;
	border:1px solid transparent;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.sch-grid-2 .sch-item-button a:hover {
    background: #fff;
    color: #6D5C55;
	border:1px solid #6D5C55;
	text-decoration: unset;
}
.sch-grid-2 .sch-item-price img ,.sch-grid-2 .sch-item-stock img {
  width: 30px;
}
.sch-grid-2 .sch-item-price, .sch-grid-2 .sch-item-stock {
  color: #6D5C55;
  position: relative;
  text-align: center;
}
.sch-grid-2 .box-content .box-wrapper i{
	padding-left:5px;
}
.sch-grid-2 .box {
    width: 100%;
    height: 195px;
    margin: 0;
    float: left;
    position: relative;
}
.sch-grid-2 .box-content {
	display:block;
	padding:20px;
	width: 100%;
	height: 100%;
	background: #E58E00;
	color:#ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.sch-grid-2 .box-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index:10;
}

.sch-grid-2 a.link {
	display:block;
	width: 100%;
	height: 100%;		
	position: absolute;
	top:0;
	left:0;
	z-index:15;		
}

/* custom css styling */
.sch-grid-2 .box-content .box-wrapper {
	width: 100%;
	height: 100%;
	font-size:24px;
	display:block;
	padding:30px 0 10px 0;
	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;
}
.sch-grid-2 .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-2 .box-content .row {
  margin-top: 10px;
  font-size: 12px;
  color: #ddd;
  text-align: center;
  margin-left: 30%;
}
@media (min-width:768px) and (max-width:1023px){
	.sch-grid-2 .sch-item-price a, .sch-grid-2 .sch-item-stock a {
  left: 5%;
}
}
@media (min-width:640px) and (max-width:767px){
	.sch-grid-2 .sch-item-row-2 {
	  grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width:480px) and (max-width:639px){
	.sch-grid-2 .sch-item-row-2 {
	  grid-template-columns: repeat(2, 1fr);
	}
.sch-grid-2 .sch-item-price a, .sch-grid-2 .sch-item-stock a {
  left: 15%;
}
}
@media (min-width:375px) and (max-width:439px){
	.sch-grid-2 .sch-item-row-2 {
	  grid-template-columns: repeat(1, 1fr);
	}

}
@media (min-width:320px) and (max-width:374px){
	.sch-grid-2 .sch-item-row-2 {
	  grid-template-columns: repeat(1, 1fr);
	}
}
.sch-list-2 .sch-item-row-2.row {
  margin-right: 0;
  margin-left: 0;
}
.sch-list-2 .sch-item-row-2-number {
  width: 100%;
  float: left;
  margin: 0;
    margin-bottom: 0px;
  border: 1px solid #aaa;
  border-radius: 5px;
  margin-bottom: 30px;
}
.sch-list-2 .sch-item-images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}
.sch-list-2 .sch-item-name {
    background: #eee;
    padding: 20px 10px;
}
.sch-list-2 .sch-item-images {
  padding: 10px;
  width: 30%;
  display: inline-block;
  float: left;
  border-right: 1px solid #aaa;
}
.sch-list-2 .sch-item-price {
  border-bottom: 1px solid #aaa;
  padding: 10px;
  width: 35%;
  display: inline-block;
  border-right: 1px solid #aaa;
  float:left;
}
.sch-list-2 .sch-item-stock {
	border-bottom: 1px solid #aaa;
    padding: 10px;
	width: 35%;
	display: inline-block;
  border-right: 1px solid #aaa;
  float:left;
}
.sch-list-2 .sch-item-price a, .sch-list-2 .sch-item-stock a {
  color: #000;
  font-size: 30px;
  float: left;
  margin-right: 20px;
  position: absolute;
  left: 20%;
}
.sch-list-2 .sch-item-right {
  width: 70%;
  float: left;
}
.sch-list-2 .sch-item-button {
  padding: 10px;
  text-align: center;
  width: 30%;
  float: left;
  border-bottom: 1px solid #aaa;
}
.sch-list-2 .sch-item-detail-img-item img {
  width: 70px;
  float: left;
  height: 70px;
  object-fit: contain;
  padding: 5px;
  border: 1px solid #aaa;
  margin: 0 5px;
  cursor:pointer;
  border-radius:4px;
}
.sch-list-2 .sch-item-detail-img-item img:hover{
	border:1px solid #E58E00;
}
.sch-list-2 .sch-item-detail-img {
  display: inline-block;
  width: 50%;
  padding: 0 20px;
  float: left;
}
.sch-list-2 .sch-item-button a i {
    margin-right: 10px;
}
.sch-list-2 .sch-item-button a {
    background: #6D5C55;
    padding: 10px 20px;
    border-radius: 5px;
    color: #FFBB02;
    width: 100%;
    display: inline-block;
	text-decoration: unset;
	border:1px solid transparent;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.sch-list-2 .sch-item-button a:hover {
    background: #fff;
    color: #6D5C55;
	border:1px solid #6D5C55;
	text-decoration: unset;
}
.sch-list-2 .sch-item-price img ,.sch-list-2 .sch-item-stock img {
  width: 30px;
}
.sch-list-2 .sch-item-price, .sch-list-2 .sch-item-stock {
  color: #6D5C55;
  position: relative;
  text-align: center;
}
.sch-list-2 .box-content .box-wrapper i{
	padding-left:5px;
}
.sch-list-2 .box {
    width: 100%;
    height: 195px;
    margin: 0;
    float: left;
    position: relative;
}
.sch-list-2 .box-content {
	display:block;
	padding:20px;
	width: 100%;
	height: 100%;
	background: #E58E00;
	color:#ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.sch-list-2 .box-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index:10;
}

.sch-list-2 a.link {
	display:block;
	width: 100%;
	height: 100%;		
	position: absolute;
	top:0;
	left:0;
	z-index:15;		
}

/* custom css styling */
.sch-list-2 .box-content .box-wrapper {
	width: 100%;
	height: 100%;
	font-size:24px;
	display:block;
	padding:30px 0 10px 0;
	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;
}
.sch-list-2 .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-2 .box-content .row {
	margin-top:10px;
	font-size:12px;
	color:#ddd;
	
  text-align: center;
  margin-left: 30%;
}
.sch-list-2 .sch-item-content-right {
  width: 70%;
  float: right;
}
.sch-list-2 .sch-item-detail {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}
.sch-list-2 .sch-item-detail-size {
  display: inline-block;
  width: 50%;
}
.sch-list-2 .sch-item-detail-size-number-item {
  font-family: "Famous Footwear Sans",sans-serif;
  font-size: 16px;
  line-height: 44px;
  letter-spacing: .0125rem;
  font-weight: 500;
  position: relative;
  width: 44px;
  height: 44px;
  background: #fff;
  border: 1px solid #7c878e;
  border-radius: 0;
  color: #333f48;
  text-align: center;
  float:left;
  margin-right: 10px;
  border-radius:4px;
  cursor:pointer;
}
.sch-list-2 .sch-item-detail-size-number-item:hover{
	border:1px solid #E58E00;
	color: #E58E00;
}
.sch-list-2 .sch-item-detail-size-title,.sch-list-2 .sch-item-detail-img-title {
  color: #6D5C55;
  font-family: "Famous Footwear Sans",sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.375;
  margin-bottom: 20px;
  text-transform: none;
}
.sch-list-2 .sch-item-detail-size-number-item-not {
  background: #d0d3d4;
  color: rgba(124,135,142,.5);
  border: 1px solid rgba(124,135,142,.5);
  text-decoration: none;
  cursor: not-allowed;
  padding: 2px 0 0;
  opacity: 1;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.sch-item-detail-size-number {
  display: inline-block;
  width: 100%;
  margin: 12px 0;
}
.sch-list-2 .sch-item-detail-size {
  display: inline-block;
  width: 50%;
  padding: 0 20px;
}
.sch-list-2 .sch-item-detail-size-number-item-not::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 42px;
  background: linear-gradient(to left top,transparent calc(49% - 1px),rgba(124,135,142,.5) calc(50% - 1px),rgba(124,135,142,.5) calc(49% + 1px),transparent calc(50% + 1px)) no-repeat 0 0/100% 42px;
}
@media (min-width:1024px) and (max-width:1200px){
.sch-list-2 .sch-item-detail-img-item img {
  width: 60px;
  height: 60px;
}
}
@media (min-width:980px) and (max-width:1023px){
	.sch-list-2 .sch-item-row-2-number {
    width: 100%;
}	
.sch-list-2 .sch-item-detail-img {
  padding: 0 10px;
}
.sch-list-2 .sch-item-detail-img-item img {
  width: 60px;
  height: 60px;
}
.sch-item-detail-size-number {
  margin: 8px 0;
}
.sch-list-2 .sch-item-price a, .sch-list-2 .sch-item-stock a {
  left: 15%;
}
.sch-list-2 .sch-item-detail-size-number-item {
  line-height: 40px;
  width: 40px;
  height: 40px;
}
}
@media (min-width:768px) and (max-width:979px){
	.sch-list-2 .sch-item-row-2-number {
    width: 100%;
}	
.sch-item-detail-size-number {
  margin: 0;
}
.sch-list-2 .sch-item-price,.sch-list-2 .sch-item-stock{
	width:30%;
}
.sch-list-2 .sch-item-button {
  width: 40%;
}
.sch-list-2 .sch-item-detail-img {
  width: 100%;
  margin-bottom: 20px;
}
.sch-list-2 .sch-item-detail-size {
  width: 100%;
  padding-bottom: 20px;
}
.sch-list-2 .sch-item-images {
  border-right: none;
}
.sch-list-2 .sch-item-right {
 border-left: 1px solid #aaa;
}
.sch-list-2 .box {
  margin-top: 20%;
}
.sch-list-2 .sch-item-images img {
  object-fit: cover;
}
.sch-list-2 .sch-item-price a, .sch-list-2 .sch-item-stock a {
  left: 5%;
}
}
@media (min-width:640px) and (max-width:767px){
	.sch-list-2 .sch-item-price a, .sch-list-2 .sch-item-stock a {
  left: 10%;
}
	.sch-list-2 .sch-item-detail-img-item img {
  width: 65px;
  height: 65px;
}
.sch-list-2 .sch-item-price,.sch-list-2 .sch-item-stock {
  width: 50%;
}
.sch-list-2 .sch-item-button {
  width: 100%;
}
.sch-list-2 .sch-item-detail-img {
  width: 100%;
  margin-bottom: 20px;
}
.sch-list-2 .sch-item-detail-size {
  width: 100%;
  padding-bottom: 20px;
}
.sch-list-2 .sch-item-images {
  border-right: none;
}
.sch-list-2 .sch-item-right {
 border-left: 1px solid #aaa;
}
.sch-list-2 .box {
  margin-top: 50%;
}
.sch-list-2 .sch-item-images img {
  object-fit: cover;
}
.sch-list-2 .box-content .box-wrapper {
  padding: 10px;
}
.sch-item-detail-size-number {
  margin: 0;
}
.sch-list-2 .box-content .row {
  margin-left: 0;
}
}
@media (min-width:480px) and (max-width:639px){
	.sch-list-2 .sch-item-price img, .sch-list-2 .sch-item-stock img {
  width: 23px;
}
	.sch-list-2 .box-content .box-wrapper {
  padding: 10px;
}
	.sch-list-2 .sch-item-price,.sch-list-2 .sch-item-stock {
  width: 50%;
}
.sch-list-2 .sch-item-images {
  width: 40%;
}
.sch-list-2 .sch-item-button {
  width: 100%;
}
.sch-list-2 .sch-item-right {
  width: 60%;
}
.sch-list-2 .sch-item-detail-img {
  width: 100%;
  margin-bottom: 20px;
}
.sch-list-2 .sch-item-detail-size {
  width: 100%;
  padding-bottom: 20px;
}
.sch-list-2 .sch-item-images {
  border-right: none;
}
.sch-list-2 .sch-item-right {
 border-left: 1px solid #aaa;
}
.sch-list-2 .box {
  margin-top: 50%;
}
.sch-list-2 .sch-item-images img {
  object-fit: cover;
}
.sch-list-2 .sch-item-detail-img-item img {
  width: 40px;
  height: 40px;
}
.sch-item-detail-size-number {
  margin: 0;
}
.sch-list-2 .sch-item-detail-size-number-item {
  line-height: 35px;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.sch-list-2 .sch-item-price a, .sch-list-2 .sch-item-stock a {
  left: 3%;
}
.sch-list-2 .box-content .row {
  margin-left: 0;
}
}
@media (min-width:375px) and (max-width:439px){
	.sch-list-2 .sch-item-images {
  width: 100%;
  border-right: none;
}
.sch-list-2 .sch-item-right {
  width: 100%;
  border-top: 1px solid #aaa;
}
	.sch-list-2 .sch-item-price,.sch-list-2 .sch-item-stock {
  width: 50%;
}

.sch-list-2 .sch-item-button {
  width: 100%;
}
.sch-list-2 .sch-item-detail-img {
  width: 100%;
  margin-bottom: 20px;
}
.sch-list-2 .sch-item-detail-size {
  width: 100%;
  padding-bottom: 20px;
}
.sch-list-2 .sch-item-detail-img-item img {
  width: 55px;
  height: 55px;
}
.sch-item-detail-size-number {
  margin: 0;
}
.sch-list-2 .sch-item-price a, .sch-list-2 .sch-item-stock a {
  left: 3%;
}
}
@media (min-width:320px) and (max-width:374px){
		.sch-list-2 .sch-item-images {
  width: 100%;
  border-right: none;
}
.sch-list-2 .sch-item-right {
  width: 100%;
  border-top: 1px solid #aaa;
}
	.sch-list-2 .sch-item-price,.sch-list-2 .sch-item-stock {
  width: 50%;
}

.sch-list-2 .sch-item-button {
  width: 100%;
}
.sch-list-2 .sch-item-detail-img {
  width: 100%;
  margin-bottom: 20px;
}
.sch-list-2 .sch-item-detail-size {
  width: 100%;
  padding-bottom: 20px;
}
.sch-list-2 .sch-item-detail-img-item img {
  width: 50px;
  height: 50px;
}
.sch-item-detail-size-number {
  margin: 0;
}
.sch-list-2 .sch-item-price a, .sch-list-2 .sch-item-stock a {
  margin-right: 10px;
}
.sch-list-2 .sch-item-detail-size-number-item {
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.sch-list-2 .sch-item-price a, .sch-list-2 .sch-item-stock a {
  left: 3%;
}
}