.prd-lst-unit {
    margin-bottom: 16px;
    padding: 0 10px;
    text-align: center;
}
.prd-lst-unit a:hover {
    text-decoration: none;
}
.unit-box {
    background-color: #fff;
    border: 4px solid #9ab472;
    box-shadow: 0 1px 3px rgba(25, 25, 25, 0.2);
    margin: 10px;
    padding: 10px;
}
.prd-lst-img {
    display: block;
    margin: 0 auto 1em;
}
.prd-lst-span {
    display: block;
    font-size: 12px;
    margin: 0.3em 0;
}
.prd-lst-name {
    font-size: 110%;
    font-weight: bold;
}
.prd-lst-price {
    color: #464e54;
    font-size: 113%;
}
.prd-lst-regular {
    text-decoration: line-through;
}
.prd-lst-discount {
    color: #b81717;
}
.prd-lst-sort {
    color: #888;
    font-size: 12px;
    margin: 3em 0;
    text-align: center;
}
.prd-lst-pager {
    text-align: center;
}
.prd-lst-pos b {
    font-size: 18px;
    font-weight: normal;
}
.product-image-thumb img {
    border: 2px solid #fff;
}
.thumb-active img {
    border: 2px solid #b2a487;
}
.prd-lst-btn {
    display: inline-block;
    font-size: 120%;
    line-height: 215%;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    width: 94%;
}
.prd-lst-btn {
	background-color: #dd7969;
	color: #ffffff !important;
  font-size:110%;
}
.prd-lst-btn:hover {
	background-color: #dd7969;
  color:#ffffff !important;
}
.prd-lst-btn::before,
.prd-lst-btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.prd-lst-btn,
.prd-lst-btn::before,
.prd-lst-btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.originalitemBack{
	background-color:#FAF6ED;
}
h3.originalitemTit{
    border-bottom: 1px solid #d56048;
    font-size: 130%;
    padding-bottom: 0.5em;
    text-align: center;
}

@media only screen and (max-width: 980px) {
  .prd-lst-unit {
    margin-bottom: 0;
    padding: 0 10px;
    text-align: center;
}
}
@media only screen and (max-width: 767px) {
prd-lst-unit {
    margin: 0 auto;
    width: 33%;
}
prd-lst-unit{
    margin: 0 auto;
    text-align: center;
    width: 48%;
}
}

@media (max-width: 480px) {
.prd-lst-unit {
    height: auto !important;
    margin-bottom: 30px;
}
  .ie_wrapper.container {
    overflow: auto;
    width: 900px;
}

}