.grid-arr {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 1em;
}
.grid-arrival {
    position: relative;
}
.grid-arr .grid-arrival figure {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 0 20px 0;
    width: 100%;
}
.grid-arr .grid-arrival figure > a {
    display: block;
    float: left;
    width: 100%;
    z-index: 1;
}
.grid-arr .grid-arrival figure > a .grid-img {
    width: 100%;
    line-height: 0;
    will-change: right;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.my-cart-b {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    background: none;
    text-decoration: none;
    color: #1565C0;
    font-size: 1em;
    border: 2px solid #F19E1F;
    padding: 0.5em 1em;
    outline: none;
	-webkit-transition: border-radius 0.3s;
    transition: border-radius 0.3s;
}

.my-cart-b:hover, .my-cart-b:focus, .my-cart-b:active {
    border: 2px solid #1565C0;
    outline: none !important;
	border-radius:30px;
	background: #eee;
	-webkit-transition: border-radius 0.3s;
    transition: border-radius 0.3s;
}
a.my-cart-b {
    text-decoration: none;
}



.iprocss {
    text-align: center;
    margin: -190px 0 0 0;
    background: white;
}
.iprocss h6 {
    font-size: 1.4em;
    padding: 0.5em 0 0 0;
}
.iprocss h6 a {
    color: #1565C0;
    text-decoration: none;
}
.iprocss span {
    font-size: 1em;
    color: #000;
    margin: 0.5em 0;
    display: block;
}
span.size {
    color: #000000;
    font-weight: 600;
}
.iprocss p {
    font-size: 1em;
    color: #999;
    margin: 0.5em 0;
}

.ribben,.ribben1{
    position: relative;
    left: -5%;
    padding: 0.2em;
    width: 32%;
}
.ribben {
    top: -320px;
    background: #F19E1F;
}
.ribben1 {
    top: -280px;
    background: #AF1D0D;
}
.ribben p,.ribben1 p,.ribben2 p{
    font-size:1em;
    color:#fff;
    margin: 0;
    text-align: center;
}
.ribben:after,.ribben1::after{
    content: '';
    position: absolute;
    top: 90%;
    right: 86%;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-left: 1px solid transparent;
    transform: rotate(90deg);
}
.ribben:after {
    border-top: 12px solid #BF8020;
}
.ribben1::after {
    border-top: 12px solid #6D1107;
}
.ribben2 {
    position: relative;
    top: -200px;
    left: -5%;
    padding: 0.2em;
    background: #0D59AF;
    width: 42%;
}
.ribben2:after {
    content: '';
    position: absolute;
    top: 94%;
    right: 91%;
    width: 0;
    height: 0;
    border-top: 12px solid #04448C;
    border-right: 7px solid transparent;
    border-left: 1px solid transparent;
    transform: rotate(90deg);
}
#single-bed,#double-bed{
    background: #fff;
    text-align: center;
    display: grid;
    margin: 1em 0;
    box-shadow: 0 0 4px #8d8d8d;
    border-radius: 2px;
    min-height: 420px;
}
#single-bed h2,#double-bed h2{
    background: #3c8dbc;
    padding: 0.5em;
    margin: 0 0 1em 0;
    color: #fff;
}
#single-bed span,#double-bed span{
    padding: 0.5em;
    margin: 0.5em auto;
    width: 100%;
    color: #444;
    border-radius: 2px;
    float: left;
    font-size: 1.5em;
    cursor: pointer;
    box-shadow: 0 0 4px #ccc;
    height: 60px;
	-webkit-transition: all .5s ease;	
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
	transition: all .5s ease;
}
#single-bed span:hover,#double-bed span:hover{
	box-shadow: 0 0 50px -2px #ddd;
	-webkit-transition: all .5s ease;	
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
	transition: all .5s ease;
}
.hpsst{
    padding: 0;
box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.2);

}
.hpsst:hover{   
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#single-bed a,#double-bed a{display: block;
float: none;
margin: 0 auto;
width: 60%;

}