
a:hover{
    text-decoration: none !important;
    color: #333;
}
ul{
    padding: 0;
    margin: 0 !important;
}
ul li{
    list-style: none;
}
.cartWWrp > h1, .bestProduct > h2{
    border-bottom: 1px solid #eb478e;
    display: inline-block;
}
.cartWWrp > h1 span, .bestProduct > h2 span  {
    background: #eb478e;
    padding: 0 20px 0 10px;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    color: #FFF;
    float: left;
}
.cartWWrp > h1 span:after, .bestProduct > h2 span:after {
    border-top: 13px solid transparent;
    border-right: 31px solid #eb478e;
    border-bottom: 20px solid transparent;
    top: -2px;
    transform: rotate(90deg);
    content: "";
    display: block;
    height: 35px;
    position: absolute;
    right: -12px;
    width: 21px;
}
.cart-main-container {
    margin: 20px 0 0 0;
    clear: both;
}
.itemsPrice > span, .itemsPrice > a{
    display: block;
    text-align: right;
    clear: both;
}
.listPrdCart .wrpItems{
    padding-bottom: 10px;
    margin-bottom: 10px;
    float: left;
    border-bottom: 1px dashed #DEDEDE;
}

.wrpItems > div:first-child{
    padding-left: 0;
}
.wrpItems > div:last-child{
    padding-right: 0;
}
.quantity{
    float: right;
    width: 100%;
}
.quantity input{
    width: 40px;
    margin: 10px 0;
    text-align: center;
    float: right;
}
.blockTotal{
    margin: 65px 0 0 0;
    border: 2px solid #6d6e71;
    background: #f0f0f0;
}
.blockTotal > h3{
    display: block;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 18px;
    background: #eb478e;
    color: #fff;
}
.blockTotal .totalContent{
    padding: 15px;
}

.blockTotal ul li{
    width: 100%;
    display: inline-block;
    margin: 0 0 10px 0;
}
.blockTotal .totalContent > span{
    font-size: 13px;
    display: block;
    text-align: right;
    color: #1d75bc;
    margin-bottom: 30px;
}
a:hover{
    cursor: pointer;
}
.blockTotal ul li:last-child{
    margin-bottom: 0;
}
.blockTotal .totalContent > a{
    display: block;
    padding: 5px 10px;
    background: #eb478e;
    color: #fff;
    border-radius: 3px;
    margin: 10px 0;
    text-align: center;
    border: 1px solid transparent;
    font-size: 16px;
    text-transform: uppercase;
}
a:visited{
    text-decoration: none;
}
.blockTotal .totalContent > a.order:hover{
    background: #fff;
    color: #ed1c24;
    border: 1px solid #ed1c24;
}
.blockTotal .totalContent > a.continue:hover{
    color: #00aeef;
    background: #fff;
    border: 1px solid #00aeef;
}
.blockTotal .totalContent > a small{
    display: block;
    font-size: 10px;
}
.blockTotal .totalContent > a.continue{
    background: #00aeef;
    font-size: 14px;
}
.bsItems{
    margin: 0 5px;
}
.imgWrp{
    max-height: 190px;
}
.bestProduct{
    clear: both;
}
.indexProduct{
    clear: both;
    position: relative;
}
.indexProduct > a.slideNext{
    left: -100px;
}
.indexProduct > a.slidePrev{
    right: -100px;
}
.indexProduct:hover > a.slidePrev{
    right: -50px;
}
.indexProduct:hover > a.slideNext{
    left: -50px;
}
.indexProduct:hover > a{
    opacity: 1;
    text-decoration: none;
    color: #000;
    visibility: visible;
}
.indexProduct > a {
    cursor: pointer;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    border: 1px solid #eee;
    background: #fff;
    height: 33px;
    width: 33px;
    color: #333;
    text-align: center;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    font-family: -webkit-body;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    line-height: 30px;
}



.quantity .qty b i:hover {
    background: #DEDEDE;
}
.quantity .qty b i {
    float: left;
    border: 1px;
    border-right: 1px solid #ccc;
    text-align: center;
    width: 33px;
    height: 29px;
    line-height: 25px;
    font-style: normal;
    cursor: pointer;
}
.quantity {
    float: right;
    width: auto !important;
}
.quantity .qty {
    display: block;
    margin: 0;
    width: 100%;
    float: left;
}
#psQttUp{
    border-left: 1px solid #ccc;
}
