/********************* Shopping Demo-5**********************/

/*Product Grid*/

#tab9 .sch-product-grid {
    font-family: 'Merriweather', serif;
}
#tab9 .sch-product-grid .sch-product-item{
	position:relative;
	margin-bottom: 30px;
}
#tab9 .sch-product-grid .sch-product-item:hover{
	-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);
}
#tab9 .sch-product-grid .sch-product-images {
    display: inline-block;
    width: 100%;
    position: relative;
    background: #fff;
    box-shadow: 0 5px 5px -5px #333;
}
#tab9 .sch-product-grid .sch-product-item:hover .sch-product-images::before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
#tab9 .sch-product-grid .sch-img-1 {
    width: 100%;
	height:330px;
	object-fit:contain;
}
#tab9 .sch-product-grid .sch-img-2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
	display:none;
	height:330px;
	object-fit:contain;
}
#tab9 .sch-product-grid .sch-product-images:hover .sch-img-2{
    display: inline-block;
}
#tab9 .sch-product-grid .sch-product-item {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #aaa;
    background: #fff;
}
#tab9 .sch-product-grid .sch-product-item .sch-product-new-label a {
    background: #222;
    position: absolute;
    padding: 5px 15px;
    color: #fff;
    top: 0;
    right: 0;
    font-size: 14px;
}
#tab9 .sch-product-grid .sch-product-item:hover .sch-product-new-label a {
    display:none;
}
#tab9 .sch-product-grid .sch-product-item .sch-social {
    position: absolute;
    top: 0;
	display:none;
}
#tab9 .sch-product-grid .sch-product-item:hover .sch-social {
	display:block;
	z-index:2;
}

#tab9 .sch-product-grid .sch-product-item .sch-social span{
	position: absolute;
    background-color: black;
    width:40px;
	height:40px;
	line-height:40px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
	color:#fff;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16), 0 0px -10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16), 0 0px -10px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16), 0 0px -10px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16), 0 0px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.16), 0 0px -10px rgba(0, 0, 0, 0.5);
	text-align:center;
	cursor:pointer
}
#tab9 .sch-product-grid .sch-product-item .sch-social span.hidden{visibility: hidden;}
#tab9 .sch-product-grid .sch-product-item .sch-social span:last-child{}
#tab9 .sch-product-grid .sch-product-item .sch-social span:nth-child(1){background-color: #137f43;}
#tab9 .sch-product-grid .sch-product-item .sch-social span:nth-child(1).show{transform: rotate(0deg) translate(60px) rotate(0deg);}
#tab9 .sch-product-grid .sch-product-item .sch-social span:nth-child(2){background-color: #137f43;}
#tab9 .sch-product-grid .sch-product-item .sch-social span:nth-child(2).show{transform: rotate(45deg) translate(60px) rotate(-45deg);}
#tab9 .sch-product-grid .sch-product-item .sch-social span:nth-child(3){background-color: #137f43;}
#tab9 .sch-product-grid .sch-product-item .sch-social span:nth-child(3).show{transform: rotate(90deg) translate(60px) rotate(-90deg);}

#tab9 .sch-product-grid .sch-product-item .sch-product-info {
    padding: 20px 10px;
}
#tab9 .sch-product-grid .sch-product-item .sch-name {
    text-align: center;
    margin-bottom: 0;
}
#tab9 .sch-product-grid .sch-product-item .sch-name a {
    color: #3b3f3e;
    font-size: 20px;
}
#tab9 .sch-product-grid .sch-product-item .sch-price {
    text-align: center;
    margin: 15px 0;
}
#tab9 .sch-product-grid .sch-product-item .sch-price .sch-new-price {
    color: #137f43;
    font-size: 20px;
    font-weight: bold;
}
#tab9 .sch-product-grid .sch-product-item .sch-price .sch-old-price {
    color: #3b3f3e;
    font-size: 20px;
	text-decoration: line-through;
}
#tab9 .sch-product-grid .sch-product-item .sch-star-review {
    color: #fe8155;
    position: relative;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}
#tab9 .sch-product-grid .sch-product-item .sch-star-review .sch-star {
    margin-right: 10px;
}
#tab9 .sch-product-grid .sch-product-item .sch-star-review .sch-star i.disable {
    color: #aaa;
}
#tab9 .sch-product-grid .sch-product-item .sch-button-cart {
    text-align: center;
    padding: 10px 20px;
    background: #137f43;
    width: 80%;
    margin: 0 auto;
}
#tab9 .sch-product-grid .sch-product-item .sch-button-cart a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
@media (min-width:1024px) and (max-width:1199px){
	
}
@media (min-width:980px) and (max-width:1023px){
	#tab9 .sch-product-grid .sch-product-item .sch-button-cart {
		width: 90%;
	}
	#tab9 .sch-product-grid .sch-img-1,#tab9 .sch-product-grid .sch-img-2 {
		height:240px;
	}
}
@media (min-width:768px) and (max-width:979px){
	#tab9 .sch-product-grid .sch-product-item .sch-button-cart {
		width: 100%;
		padding: 10px 15px;
	}
	#tab9 .sch-product-grid .sch-product-item .sch-button-cart a {
		font-size: 14px;
	}
	#tab9 .sch-product-grid .sch-product-item .sch-name a {
		font-size: 14px;
	}
	#tab9 .sch-product-grid .sch-product-item .sch-star-review .sch-star {
		display: inline-block;
		width: 100%;
	}
	#tab9 .sch-product-grid .sch-product-item .sch-price .sch-new-price,
	#tab9 .sch-product-grid .sch-product-item .sch-price .sch-old-price{
		font-size: 18px;
	}
	#tab9 .sch-product-grid .sch-img-1,#tab9 .sch-product-grid .sch-img-2 {
		height:240px;
	}
}
/*Product List*/
#tab10 .sch-product-list {
    font-family: 'Merriweather', serif;
}
#tab10 .sch-product-list .sch-product-item{
	position:relative;
	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);
}
#tab10 .sch-product-list .sch-product-item:hover{
}
#tab10 .sch-product-list .sch-product-images {
    display: inline-block;
    width: 30%;
    position: relative;
    background: #fff;
	float:left;
	box-shadow: 5px 0 5px -5px #333;
}
#tab10 .sch-product-list .sch-product-item:hover .sch-product-images::before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
#tab10 .sch-product-list .sch-img-1 {
    width: 100%;
	height:370px;
	object-fit:contain;
}
#tab10 .sch-product-list .sch-img-2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
	display:none;
	height:370px;
	object-fit:contain;
}
#tab10 .sch-product-list .sch-product-images:hover .sch-img-2{
    display: inline-block;
}
#tab10 .sch-product-list .sch-product-item {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    display: inline-block;
	width: 100%;
}
#tab10 .sch-product-list .sch-product-item .sch-product-new-label a {
    background: #222;
    position: absolute;
    padding: 5px 15px;
    color: #fff;
    top: 0;
    right: 0;
    font-size: 14px;
}
#tab10 .sch-product-list .sch-product-item:hover .sch-product-new-label a {
    display:none;
}
#tab10 .sch-product-list .sch-product-item .sch-social {
    position: absolute;
    top: 0;
	display:none;
}
#tab10 .sch-product-list .sch-product-item:hover .sch-social {
	display:block;
	z-index:2;
}

#tab10 .sch-product-list .sch-product-item .sch-social span{
	position: absolute;
    background-color: black;
    width:40px;
	height:40px;
	line-height:40px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
	color:#fff;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16), 0 0px -10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16), 0 0px -10px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16), 0 0px -10px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16), 0 0px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.16), 0 0px -10px rgba(0, 0, 0, 0.5);
	text-align:center;
	cursor:pointer
}
#tab10 .sch-product-list .sch-product-item .sch-social span.hidden{visibility: hidden;}
#tab10 .sch-product-list .sch-product-item .sch-social span:last-child{}
#tab10 .sch-product-list .sch-product-item .sch-social span:nth-child(1){background-color: #137f43;}
#tab10 .sch-product-list .sch-product-item .sch-social span:nth-child(1).show{transform: rotate(0deg) translate(60px) rotate(0deg);}
#tab10 .sch-product-list .sch-product-item .sch-social span:nth-child(2){background-color: #137f43;}
#tab10 .sch-product-list .sch-product-item .sch-social span:nth-child(2).show{transform: rotate(45deg) translate(60px) rotate(-45deg);}
#tab10 .sch-product-list .sch-product-item .sch-social span:nth-child(3){background-color: #137f43;}
#tab10 .sch-product-list .sch-product-item .sch-social span:nth-child(3).show{transform: rotate(90deg) translate(60px) rotate(-90deg);}
#tab10 .sch-product-list .sch-product-item .sch-product-info {
    padding: 20px 10px;
}
#tab10 .sch-product-list .sch-product-item .sch-name {
    text-align: left;
    margin-bottom: 0;
}
#tab10 .sch-product-list .sch-product-item .sch-name a {
    color: #3b3f3e;
    font-size: 25px;
    font-weight: bold;
}
#tab10 .sch-product-list .sch-product-item .sch-price {
    text-align: left;
    margin: 15px 0;
}
#tab10 .sch-product-list .sch-product-item .sch-price .sch-new-price {
    color: #137f43;
    font-size: 20px;
    font-weight: bold;
}
#tab10 .sch-product-list .sch-product-item .sch-price .sch-old-price {
    color: #3b3f3e;
    font-size: 20px;
	text-decoration: line-through;
}
#tab10 .sch-product-list .sch-product-item .sch-star-review {
    color: #fe8155;
    position: relative;
    font-size: 14px;
    text-align: left;
    margin-bottom: 15px;
}
#tab10 .sch-product-list .sch-product-item .sch-description {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 15px;
}
#tab10 .sch-product-list .sch-product-item .sch-star-review .sch-star {
    margin-right: 10px;
}
#tab10 .sch-product-list .sch-product-item .sch-star-review .sch-star i.disable {
    color: #aaa;
}
#tab10 .sch-product-list .sch-product-item .sch-button-cart {
    text-align: center;
    padding: 10px 20px;
    background: #137f43;
    width: 30%;
}
#tab10 .sch-product-list .sch-product-item .sch-button-cart a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
#tab10 .sch-product-list .sch-product-item .sch-product-info {
    padding: 50px;
    width: 70%;
    float: left;
}
#tab10 .sch-product-list .sch-product-item .sch-choose {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}
#tab10 .sch-product-list .sch-product-item .sch-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none;
}
/* Remove IE arrow */
#tab10 .sch-product-list .sch-product-item .sch-select select::-ms-expand {
  display: none;
}
/* Custom Select */
#tab10 .sch-product-list .sch-product-item .sch-select {
    position: relative;
    display: flex;
    height: 45px;
    background: #2c3e50;
    overflow: hidden;
    width: 32.333%;
    float: left;
    margin-right: 10px;
    line-height: 45px;
}

#tab10 .sch-product-list .sch-product-item .sch-select:last-child {
margin-right: 0px;
}
#tab10 .sch-product-list .sch-product-item .sch-select select {
  flex: 1;
  padding: 0 .5em;
  color: #fff;
  cursor: pointer;
}
/* Arrow */
#tab10 .sch-product-list .sch-product-item .sch-select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #34495e;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;color: #fff;
}
/* Transition */
#tab10 .sch-product-list .sch-product-item .sch-select:hover::after {
  color: #fe8155;
}
@media (min-width:1024px) and (max-width:1199px){
	#tab10 .sch-product-list .sch-product-item .sch-select {
		width: 32%;
	}
	#tab10 .sch-product-list .sch-product-item .sch-product-info {
		padding: 33px 50px;
	}
	#tab10 .sch-product-list .sch-img-1,#tab10 .sch-product-list .sch-img-2 {
		height: 335px;
	}
}
@media (min-width:980px) and (max-width:1023px){
	#tab10 .sch-product-list .sch-product-item .sch-select {
		width: 32%;
	}
	#tab10 .sch-product-list .sch-product-item .sch-product-info {
		padding: 27px 50px;
	}
	#tab10 .sch-product-list .sch-img-1,#tab10 .sch-product-list .sch-img-2 {
		height: 323px;
	}
}
@media (min-width:768px) and (max-width:979px){
	#tab10 .sch-product-list .sch-product-item .sch-select {
		width: 31.6%;
	}
	#tab10 .sch-product-list .sch-product-item .sch-product-info {
		padding: 15px 25px;
	}
	#tab10 .sch-product-list .sch-product-item .sch-select select {
		font-size: 14px;
	}
	#tab10 .sch-product-list .sch-product-item .sch-select::after {
		padding: 0 10px;
	}
	#tab10 .sch-product-list .sch-product-item .sch-button-cart {
		width: 40%;
	}
	#tab10 .sch-product-list .sch-product-item .sch-select {
		height: 35px;
		line-height: 35px;
	}
	#tab10 .sch-product-list .sch-img-1,#tab10 .sch-product-list .sch-img-2 {
		height: 289px;
	}
}
@media (min-width:640px) and (max-width:767px){
	#tab10 .sch-product-list .sch-product-images {
		width: 100%;
		box-shadow: 0 5px 5px -5px #333;
	}
	#tab10 .sch-product-list .sch-product-item .sch-product-info {
		width: 100%;
	}
	#tab10 .sch-product-list .sch-product-item .sch-select {
		width: 31.6%;
	}
	#tab10 .sch-product-list .sch-product-item .sch-select select {
		font-size: 14px;
	}
	#tab10 .sch-product-list .sch-product-item .sch-select::after {
		padding: 0 10px;
	}
	#tab10 .sch-product-list .sch-product-item .sch-button-cart {
		width: 40%;
	}
}
@media (min-width:480px) and (max-width:639px){
	#tab10 .sch-product-list .sch-product-images {
		width: 100%;
		box-shadow: 0 5px 5px -5px #333;
	}
	#tab10 .sch-product-list .sch-product-item .sch-product-info {
		width: 100%;
	}
	#tab10 .sch-product-list .sch-product-item .sch-select {
		width: 31.6%;
	}
	#tab10 .sch-product-list .sch-product-item .sch-select select {
		font-size: 14px;
	}
	#tab10 .sch-product-list .sch-product-item .sch-select::after {
		padding: 0 10px;
	}
	#tab10 .sch-product-list .sch-product-item .sch-button-cart {
		width: 50%;
	}
	#tab10 .sch-product-list .sch-product-item .sch-select {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	#tab10 .sch-product-list .sch-product-item .sch-select:last-child {
		margin-bottom: 0;
	}
}
@media only screen and (max-width:479px){
	#tab10 .sch-product-list .sch-product-images {
		width: 100%;
		box-shadow: 0 5px 5px -5px #333;
	}
	#tab10 .sch-product-list .sch-product-item .sch-product-info {
		width: 100%;
		padding: 50px 20px;
	}
	#tab10 .sch-product-list .sch-product-item .sch-select {
		width: 31.6%;
	}
	#tab10 .sch-product-list .sch-product-item .sch-select select {
		font-size: 14px;
	}
	#tab10 .sch-product-list .sch-product-item .sch-select::after {
		padding: 0 10px;
	}
	#tab10 .sch-product-list .sch-product-item .sch-button-cart {
		width: 100%;
	}
	#tab10 .sch-product-list .sch-product-item .sch-select {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	#tab10 .sch-product-list .sch-product-item .sch-select:last-child {
		margin-bottom: 0;
	}
}
