/* Header */

#products-header .background{
    background-color: lightgray;
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
}
#products-header .container{
    height: 240px;
    position: relative;
}
#products-header h2{
    color: #000000;
    text-transform: uppercase;
    font-size: 32px;
    margin: 120px 0 0 0;
    padding: 0;
}
#products-header ul{
    position: absolute;
    z-index: 10;
    right: 15px;
    bottom: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
#products-header ul li{
    float: left;
    margin-left: 12px;
}
#products-header ul li a{
    background: #050707;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: block;
    padding: 14px 18px;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    font-family: 'Montserrat', sans-serif;
}
#products-header ul li.active a{
    background: white;
    color: #050707;
}

@media (max-width: 767px){

    #products-header .container{
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #products-header h2{
        margin: 0 0 20px 0;
    }
    #products-header ul{
        position: relative;
        right: auto;
        bottom: auto;
    }
    #products-header ul li{
        float: none;
        margin-left: 0;
    }
    #products-header ul li a{
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        margin-bottom: 2px;
        background: rgba(0,0,0,.5);
    }

}

/* Grid of products */

#products-item .related .item,
#products-grid .item{
    display: block;
    text-align: center;
}
#products-item .related .item h4,
#products-grid .item h4{
    text-transform: uppercase;
    font-size: 14px;
    color: #050707 ;
    min-height: 30px;
    margin-bottom: 0px;
}
#products-item .related .item img,
#products-grid .item img{
    max-width: 100%;
    min-width: 100%;
}

/* Product view */
#products-item{
    margin-top: 20px;
}

#products-item h3{
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#products-item .flexslider{
    margin-bottom: 30px;
}
#products-item .flexslider .flex-control-nav{
    bottom: -37px;
}
#products-item .item-options p {
    margin-bottom: 5px;
}
#products-item .sizes > span{
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 5px;
}
#products-item .rrp{
    font-size: 36px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 15px !important;
}
#products-item .related {
    padding-top: 5px;
    margin-top: 0px;
    border-top: 1px solid #050707;
}
#products-item .related .description{
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 12px;
    color: #777;
}

#campaigns-item .share p,
#products-item .share p,
#products-item .like p{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
}


#products-item .sizeLink{
    color: #050707;
}
#products-item .size-options > input[type='radio']{
    display: none;
}

#products-item .size-options > input[type='radio'] + label{
    font-family: FontAwesome;
    border: 1px solid #000;
    font-weight: normal;
    padding: 3px 5px;
    display: inline-block;
    position: relative;
    vertical-align: baseline;
    white-space: nowrap;
    margin-right: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-style: normal;
}

#products-item .size-options > input[type="radio"]:checked + label:before {
    content: "\f00c";
}

#products-item .size-options > input[type="radio"]:disabled + label {
    opacity: 0.5;
    color: Gray;
    border: 1px solid Gray;
}
#products-item #notification{
    height: 100%;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    background-color: #ccc;
    text-align: center;
    font-weight: 500;
}

.checkout{
    background: #F0F1EB none repeat scroll 0% 0%;
    border-radius: 5px;
    padding: 10px 10px 20px;
    margin-top: 10px;
}
.checkout .row.text-muted span{
    padding: 0 5px;
}
.checkout .row.text-muted:last-child span {
    margin-bottom: 10px;
}
.checkout p{
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px;
}
.checkout span{
    padding: 5px;
}
#btn-checkout{
    height: 54px;
    font-size: 12px !important;
    margin-left: 5px !important;
    margin-top: 10px !important;
    padding: 10px 13px;
}
#products-item .item-content {
    border-bottom: 1px solid #050707;
    margin-bottom: 5px;
    padding-bottom: 15px;
}
#products-item .item-content p{
    margin-bottom: 2px;
    color: #777;
}
#products-item .item-options {
    position: relative;
}
#products-item .item-options .view-cart {
    /*position: absolute;*/
    right: 0;
    bottom: 0px;
    width: 200px;
    display: block;
    float: right;
    margin-top: -47px;
}
@media (max-width: 767px){
    #products-item .item-options .view-cart {
        margin-top: 0px;
        float: left;
        width: 100%;
    }
}
#notification.open {
    padding : 5px 20px;
}
.col-share {
    padding-right: 0;
}
#address {
    border-radius: 0;
    height: 32px;
}
.form-cart-items {
    margin-top: 36px;
}
.cart-items {
    border-bottom: 1px solid #ddd;
}
.cart-items .item-details a{
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.cart-items .item-details .item-size {
    text-transform: uppercase;
    color: #777;
    font-size: 12px;
}
.cart-items thead > tr > th {
    color: #777;
    font-size: 75%;
    font-weight: 100;
    text-transform: uppercase;
}
.cart-items td {
    color: #777;
}
.cart-items .item-remove a{
    color: #777;
    display: block;
    font-size: 32px;
    font-weight: 100;
    height: 20px;
    line-height: 0.5;
    width: 20px;
}
.cart-items .item-remove a:hover {
    text-decoration: none;
}
.fa-times-thin:before {
    content: '\00d7';
}
.cart-items .empty-placeholder-after,
.cart-items .item-size {
    margin-top: 10px;
}
.cart-items .quantity .quantity-holder {
    border: 1px solid #777;
    font-size: 12px;
    height: 24px;
    line-height: 1.8;
    text-align: center;
    width: 24px;
    margin-top: 7px !important;
}
small.small {
    font-size: 65%;
}
.add-on-special {
    background-color: #fff;
    border: 1px solid #777;
    padding: 4px 6px;
    margin: 3px 4px;
}

.add-on-special input.form-control {
    border: none;
    box-shadow: none;
    height: 24px;
}
.add-on-special .input-group-btn:last-child > .btn,
.add-on-special .input-group-btn:last-child > .btn-group {
    margin-left: 0px;
}

input.muted::-webkit-input-placeholder {
    color: #777;
    text-transform: uppercase;
    font-size: 85%;
}
input.muted::-moz-placeholder {
    color: #777;
    text-transform: uppercase;
    font-size: 85%;
}
input.muted:-moz-placeholder {   /* Older versions of Firefox */
    color: #777;
    text-transform: uppercase;
    font-size: 85%;
}
input.muted:-ms-input-placeholder {
    color: #777;
    text-transform: uppercase;
    font-size: 85%;
}
input.muted {
    color: #000;
}
.cart-items .unit, .cart-items .qty {
    width: auto !important;
    text-align: left !important;
}

.row-padding{
    padding-top: 40px;
}