.recently-viewed {
    border: 1px solid #ececec;    
    margin-bottom: 1em;
}
.recently-viewed__header {
    padding: 1em 2em 0 1em;
}
.recentlyViewed{
    border-top: none;
    padding: 20px 41px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto !important;    
    position: relative;
}
.recently-viewed .sectionHead{
    color: #545759;
    font-size: 15px;
    font-weight: bold;    
}
.recentlyViewed ul{
    list-style: none;
    margin-left: 0 !important;
}

.recentlyViewed .holster{
    position: relative;
}
.recentlyViewed .pic {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.recentlyViewed .info{
    bottom: 10%;
    right: 5%;
    position: absolute;
}
.recentlyViewed .overlaid{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #545759;
    padding: 10px;

    zoom: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.recentlyViewed .name{
    height: 47px;
    overflow: hidden;
    font-size: 0.8em;
}
.recentlyViewed .price{
    color: #D90046;
    font-size: 0.8em;
    text-align: center;
    margin-top: 1%;
}
.recentlyViewed a:link, .recentlyViewed a:visited, .recentlyViewed a:hover{
    text-decoration: none !important;
    cursor: pointer;
    display: block;
}
.recentlyViewed .calltoaction{
    padding: 5px 0;
    background: #00BFB2;
    font-size:13px;
    text-align:center;
    width: 72%;
    position:absolute;
    bottom:10px;
    left: 16%;
    color:white;
}
.recentlyViewed .calltoaction span {
    background: 0 url('http://www.bathempire.com/sites/BathEmpire/images/white-arrow.svg') no-repeat;
    height: 10px;
    width: 6.4px;
    display: inline-block;
    margin-left: 5px;
}
.recentlyViewed .reveal{
    display:none;
}

.recentlyViewed .recentlyViewedScrollArrows{
    display:table-cell;
    vertical-align:middle;
    cursor:pointer;
}
.recentlyViewed .recentlyViewedScrollArrows img{
    position:relative;    
}
.recentlyViewed .left img{
}
.recentlyViewed .right img{
}

.recentlyViewed .left{
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
}
.recentlyViewed .right{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.recentlyViewed .recentlyViewedScrollArea  {
    position:relative;
    overflow:hidden;
}
.recentlyViewed #recentlyViewedScrollElement{
    position:relative;
    width:15000px;
    padding-top:7px;
}
.recentlyViewed .productBox{
    float:left;
    position:relative;
    padding-right:0.05%;
}
.recentlyViewed .closex {
    position: absolute;
    top: -7px;
    right: -7px;
    z-index: 1;
    cursor: pointer;
    width: 1.4em;
    height: 1.4em;  
}
.recentlyViewed .closex::after {
    content: "\00d7";
    color: white;
    display: inline-block;
    width: 1.0em;
    height: 1.0em;
    background: black;
    text-align: center;
    border-radius: 0.5em;
    top: 3px;
    left: 3px;
    position: absolute;
    line-height: 15px;
}

.recently-viewed .clearall{
    font-size:13px;
    color:#444;
    cursor:pointer;
}
.recentlyViewed .clearall:hover{
    text-decoration:underline;
}

.recentlyViewed .overlaid .price{
    font-size:1.2em;
    font-weight:bold;    
}