html,
body {
    height: 100%;
    color: #0a0f18;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 10px 15px 0px;
}

.breadcrumb {
    margin-top: 50px;
}

.footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.navbar-nav a {
    font-weight: 300;
    text-transform: uppercase;
}

.navbar-nav>li>a{
    font-size: .8em;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-nav>li.open>a {
    color: #ffffff;
    background-color: #eb6864;
}

.navbar-nav>li>.dropdown-menu {
    background: #fff;
    padding: 0;
    border-color: #ddd;
    border-top: 0;
    border-radius: 0;
    margin-left: -1px;
}


.dropdown-submenu > ul {
    list-style: none;
    display: none;
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
}

.dropdown-submenu:hover > ul {
    display: block;
}

.navbar-nav .dropdown-menu > li > a , .navbar-nav .dropdown-submenu > ul > li > a {
	padding: 10px 20px;
}

.dropdown-menu > li > a, .dropdown-submenu > ul > li > a {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    font-size: .8em;
}

.navbar-brand {
    padding-top: 3px;
}

/**custom**/
.vertical-align {
    display: flex;
    align-items: center;
}

.top-tron {
    padding: 100px 0;
}

.wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.nopadding-sm, .nopadding-sm .row {
    padding: 0 !important;
    margin: 0 !important;
}

.deals-nav {
    background: #fff;
    margin: 15px 0;
}

.deals-nav li {
    width: 33.3333333%;
    display: table-cell;
    vertical-align: middle;
}

a.offer-wrapper {
    height: 300px;
    position: relative;
    color: #777;
    display: block;
    background: #fff url('/images/logo.jpg') no-repeat center center/cover;
}

a.offer-wrapper:hover {
    color: #333;
}


.offer-box {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.offer-content {
    background: #e1eff6;
    padding-bottom: 0;
    -webkit-transition: padding-bottom 0.3s, color 0.3s, -webkit-transform 0.3s;
    transition: padding-bottom 0.3s, color 0.3s, transform 0.3s;
}

a.offer-wrapper:hover .offer-content {
    padding-bottom: 30px;
}

.offer-value {
    color: #000;
    font-size: 1.2em;
}

@media(min-width: 400px) and (max-width: 767px) {
    .offers-wrapper .col-sm-6 {
        width: 50%;
        float: left;
    }
}

.footer {
    margin-top: 15px;
    padding: 15px;
    background: #82CEB1;
    color: #000;
}

.promo-header {
    margin: 200px 5px 5px 5px;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
}

.promo-content {
    background: #fff;
}

/**colours **/

.orange {
    background: #ffaf00;
}

.yellow {
    background: #ffd500;
}

.pink {
    background: #ff4d6b;
}

.green {
    background: #cdef00;
}

.item-wrapper, .item-view-wrapper {

}

.item-block {
    display: block;
    background: white;
    border: 1px solid #fff;
    overflow: hidden;
}

a.item-block:hover, a.item-block:active, a.item-block:focus {
    border-color: #fff;
    outline: none;
    text-decoration: none;
}


.item-block .item-img {
    display: block;
    background: white;
}

.item-block .item-img img{
    width: 100%;
    margin: auto;
}
.item-block .item-title {
    min-height: 50px;
}

.item-title {
    display: block;
    /*color: black;*/
    font-size: 1em;
    text-transform: uppercase;
}

.item-title .item-price {
    font-size: 1em;
}

.highlight-wrapper {
    padding-bottom: 20px;

}

.item-price {
    color: #ff4d6b;
    font-size: 1.3em;
}

.item-block .item-price {
    color: black;
}

.item-block:hover .item-title {
    color: #ff4d6b;
}

.btn-thrift {
    background: #FFAC00;
}

.cart-table >tbody> tr> td {
    vertical-align: middle;
}

.cart-table td.cart-thumb {
    width: 50px;
}

.jumbotron h1 {
    font-weight: 300;
    letter-spacing: .25em;
}

@media(max-width: 767px) {
    .item-view-wrapper:nth-of-type(2n+1) {
        clear: both;
    }
}

@media(min-width: 768px) {
    .item-view-wrapper:nth-of-type(3n+1) {
        clear: both;
    }
}

/*
@media(min-width: 992px) {
    .item-view-wrapper:nth-of-type(4n+1) {
        clear: both;
    }
}*/
.home-page-wrap {
    background: url('/images/bg1.jpg') no-repeat fixed;
    background-size: cover;
}

.home-page-wrap .jumbotron {
    background: transparent;
    height: 80vh;
}

.homepage-item-container {
    background: #fff;
    padding-bottom: 20px;
}

.home-page-wrap h1 {
    padding-top: 40vh;
    color: #fff;
    font-size: 3em;
}