.showInfo{
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.showInfo h3{
	line-height: 1em;
    margin: 0px;
}
.showIconArea .btn{
    background: #fff;
    border: 1px solid #000;
    padding: 6px 8px;
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.showIconArea .btn:hover{
    background: #000;
    color: #fff;
}
.showSortBar ul {
    padding: 0px;
    margin: 15px 0px;
    border: 1px solid #ddd;
    display: flex;
}
.showSortBar ul li {
    list-style-type: none;
    width: calc(100% / 5);
    text-align: center;
    padding: 10px;
    cursor: pointer;
}
.showSortBar ul li.active,
.showSortBar ul li:hover{
    background-color: #72b412;
    color: #fff;
}
.showSortBar ul li:first-child{
    background-color: #d8d8d8;
    color: #000;
}
.prodFocus{
	border: 1px solid #ddd;
	min-height: 100px;
	overflow: auto;
    background: #fff;
}

.prodFocus .pfImg{
	padding: 15px;
}
.pfInfo a,
.pfInfo h1 a{
    color: #333;
    text-decoration: none;
}
.prodFocus .items{
    display: flex;
    flex-wrap: wrap;
}
.prodFocus .item{
    border-bottom: 1px solid #ddd;
    width: 20%;
    margin-bottom: 10px;
}
.comparePrice{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.comPareBox{
    margin-bottom: 15px;
}
.comparePrice .price{
    font-size: 18px;
    color: #ff0000;
    margin-bottom: 15px;
}
.comparePrice p{
    font-size: 10px;
    margin-top: 15px;
    padding: 15px;
}
.compareBtnArea{

    margin-bottom: 15px;
}
.comparePrice .btnCart{
    color: #fff;
    background-color: #cc4141;
}
.pfInfo h1{
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 600;
    height: 5rem;
    overflow: hidden;
}
.pfPriceArea{
	display: flex;
	justify-content: space-between;
    align-items: center;
    padding: 5px 0px;
}
.pfPriceArea .price span{
	font-family: Arial;
	font-size: 28px;
	font-weight: 600;
	color: #ff0000;
	padding-left: 20px;
}
.pfPriceArea .price s{
    font-family: Arial;
    font-size: 16px;
    font-weight: 200;
    color: #9b9b9b;
    margin-left: 10px;
}
.pfPriceArea .btnArea .btnCart{
    background-color: #ff4949;
    color: #fff;
    align-items: center;
    padding: 6px 20px;
    border-radius: 2px;
}
.pfPriceArea .btnArea .btnCart:hover{
    background-color: #e42a2a;
}
.pfPriceArea .btnArea .btnCart span{
	margin-left: 5px;
}
.pfPriceArea .btnArea .btnHeart{
    border-radius: 4px;
    background-color: #fff;
    color: #d8d8d8;
    padding: 6px 10px;
    border-radius: 2px;
    border: 1px solid;
}
.pfPriceArea .btnArea .btnHeart:hover{
	color: #fff;
	background-color: #ff0000;
}
.showProdArea{
	padding: 0px;
	margin: 15px -5px;
}
.showProdArea .col-md-3{
	padding: 5px;
}
.showProdArea .showProdBox{
	border: 1px solid #ddd;
	min-height: 100px;
    background: #fff;
}
.showProdArea .showProdBox .showProdImg {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
    margin: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.showProdBox a{
	text-decoration: none;
	color: #000;
}
.showProdArea .showProdBox:hover .showProdImg{
	background-size: 110% auto;
}
.showProdArea .showProdBox .showProdInfo{
	padding: 5px;
}
.showProdArea .showProdBox .showProdInfo .showProdName{
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    overflow: hidden;
    height: 40px;
    word-break: break-all;
}
.showProdArea .showProdBox .showProdInfo .showProdPriceArea span{
	font-family: Arial;
	font-size: 16px;
	font-weight: 600;
	color: #ff0000;
}
.showProdArea .showProdBox .showProdInfo .showProdPriceArea s{
	font-size: 10px;
	color: #9b9b9b;
	margin-left: 5px;
}
.numPages{
    margin: auto;
    text-align: center;
}
.showProdBox .btnArea{
	text-align: center;
	margin-bottom: 5px;
}
.showProdBox .btnArea .btnCart{
    background-color: #ff4949;
    color: #fff;
    align-items: center;
    padding: 6px 25px;
    border-radius: 4px;
}
.showProdBox .btnArea .btnCart:hover{
    background-color: #e42a2a;
}
.showProdBox .btnArea .btnCart span{
	margin-left: 5px;
}
.showProdBox .btnArea .btnHeart{
    border-radius: 4px;
    background-color: #fff;
    color: #d8d8d8;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid;
}
.showProdBox .btnArea .btnHeart:hover,
.showProdBox .btnArea .btnHeart.active{
	color: #fff;
	background-color: #007dff;
	outline: none;
}
.showCompareArea{
    min-height: 150px;
    background-color: #fff;
    position: fixed;
    width: 100%;
    bottom: -200px;
    box-shadow: 0px 0px 5px 0px #b7b7b7;
    z-index: 99;
    padding: 10px 0px;
    flex-wrap: wrap;
    /*display: none;*/
    /*visibility: hidden;*/
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.showCompareArea.active{
	bottom: 0px;
	/*display: block;*/
	/*visibility: visible;*/

}
.showCompareArea .product {
    padding-bottom: 5px;
    position: relative;
}
.showCompareArea .product .btnCancel{
    padding: 0px;
    background: transparent;
    font-size: 2rem;
    position: absolute;
    right: 5px;
    color: #b17f7f;
}
.showCompareArea .product .showCompareImg{
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 10px;
}
.showCompareArea .product .showCompareName{
    font-size: 10px;
    word-break: break-all;
    height: 36px;
    overflow: hidden;
    color: #000;
}
.showCompareArea .container{
    position: relative;
}
.showCompareArea .container .goToCompare{
    position: absolute;
    right: 15px;
    top: -30px;
    background: #505050;
    padding: 5px 15px;
    color: #fff;
}
.prodRow .col-md-12 .showProdArea .showProdBox .showProdImg{
    height: 255px;
}
.prodRow .col-md-12 .showProdArea .showProdBox .btnArea{
    display: flex;
    margin-bottom: -1px;
}
.prodRow .col-md-12 .showProdArea .showProdBox .btnArea .btnCart{
    width: 85%;
    border-radius: 0px;
}
.prodRow .col-md-12 .showProdArea .showProdBox .btnArea .btnHeart{
    width: 15%;
    border-radius: 0px;
}
@media (max-width: 768px){
    .prodRow .showSortBar{
        margin: 0px -15px;
    }
    .showSortBar ul{
        margin: 0px;
        margin-bottom: 5px;
    }
    .showCompareArea{
        display: none;
    }
    .showInfo{
        display: none;
    }
    .showInfo h3 {
        line-height: 2rem;
        margin: 0px;
        font-size: 1.5rem;
    }
    .showSortBar ul li:first-child {
        display: none;
    }
    .showSortBar ul li {
        width: calc(100% / 4);
    }
    .pfInfo h1 {
        font-size: 1.8rem;
        line-height: 1.8rem;
        font-weight: 600;
        height: 5rem;
        overflow: hidden;
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .pfPriceArea {
        display: block;
    }
    .pfPriceArea .price{
        text-align: right;
    }
    .pfPriceArea .btnArea .btnHeart,
    .showProdBox .btnArea .btnHeart{
        display: none;
    }
    .pfPriceArea .btnArea .btnCart{
        width: 100%;
    }
    .showProdBox .btnArea .btnCart{
        width: 95%;
    }
    .showProdArea {
        padding: 2px;
        margin: 5px -15px;
        overflow: auto;
        background: #ddd;
    }
    .showProdArea .col-md-3 {
        padding: 2px;
    }
    .showProdArea .showProdBox {
        background: #fff;
    }
    .showProdBox .btnArea{
        display: none;
    }
    .comPareBox .pfImg{
        display: flex;
    }
    .prodFocus .item {
        width: 50%;
    }
    .compareBtnArea .btn{
        margin-bottom: 5px;
    }
    .prodRow .col-md-12 .showProdArea .showProdBox .showProdImg,
    .prodRow .col-xs-12 .showProdArea .showProdBox .showProdImg {
        height: 180px; 
    }
    .prodRow .col-md-12 .showProdArea .showProdBox .btnArea .btnCart,
    .prodRow .col-xs-12 .showProdArea .showProdBox .btnArea .btnCart {
        width: 100%;
    }

}