.nav-tabs {
    margin-bottom: 0.5em;
}
.grid-arr {    
    -webkit-box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.2);
    padding: 0em;
	background-color: #fff;
}
.grid-arr:hover {    
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 0em;
    background-color: #fff;
}
.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);
}
.grid-img img {
    height:190px;
    }

.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;
    margin-bottom: 16px;
}



.iprocss {
    text-align: center;
    margin: 0.5em 0;
}
.iprocss h6 {
    font-size: 1.4em;
    margin: 0.4em 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: 1.2em;
    color: #000;
    margin: 0.5em 0;
    font-weight: 600;
}
.col-md-4{padding: 10px;}


.categories h3 {
    text-align: center;
    padding: .2em;
    background: #f19e1f;
    color: #fff;
    margin-bottom:0.2em;
}
.tree-list-pad{
    list-style:none;
    padding:0;
}
.tree-list-pad li{
    background-color:#fff;
}
.categories label, .categories a, .categories label::before {
    display: inline-block;
    vertical-align: middle;
}
.categories label, .categories label::before {
    /*background: url("../web/images/icons1.png") no-repeat 15px 9px !important;*/
    cursor: pointer;
}

.categories label {
    padding: 5px;
    border-radius: 2px;
    margin: 2px;
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    color: #777;
    width: 99%    
}

.categories ul, .categories li {
    list-style: none;
    padding: 0;
}

.ribben,.ribben1{
    position: absolute;
    left: -1%;
    padding: 0.5em;
    width: 32%;
}
.ribben {
    top: 42%;
    background: #F3B24F;
}
.ribben1 {
    top: 10%;
    background: #AE3426;
}
.ribben p,.ribben1 p,.ribben2 p,.ribben3 p{
    font-size:12px;
    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: absolute;
    top: 10%;
    right: 0%;
    padding: 0.5em;
    background: #2765AC;
    width: 42%;
}
.ribben2:after,.ribben3:after{
    content: '';
    position: absolute;
    top: 90%;
    left: 92%;
    width: 0;
    height: 0;  
    border-right: 1px solid transparent;
    border-left: 7px solid transparent;
    transform: rotate(270deg);
}
.ribben3 {
    position: absolute;
    top: 42%;
    right: 0%;
    padding: 0.5em;
    background: #1e8740;
    width: 42%;
}
.ribben2:after {
    border-top: 12px solid #04448C;
}
.ribben3::after {
    border-top: 12px solid #044833;
}

#single-bed,#double-bed{
    background: #fff;
    text-align: center;
    display: grid;
    margin: 1.8em 0;
    box-shadow: 0 0 4px #8d8d8d;
    border-radius: 2px;
    min-height: 405px;
}
#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: 60%;
    color: #444;
    border-radius: 2px;
    float: left;
    font-size: 1.5em;
    cursor: pointer;
    box-shadow: 0 0 4px #ccc;
    height: 60px;
}
