/*container*/
.shop-container {
    max-width: 1025px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0px 15px;
}

.shop-container:after {
    clear: both;
    display: block;
    content: ""
}

.shop-content {
    padding: 30px 15px;
}

.cart-checkout-btn, .shop-item-view-btn {
    background: none repeat scroll 0% 0% #1B2347;
    font: 12px/14px "droid_sansbold",Arial,Helvetica,sans-serif;
    color: #FFF;
    padding: 8px 30px 8px 13px;
    border: 0px none;
    cursor: pointer;
    border-radius: 4px;
    text-transform: uppercase;
    position: relative;
}

.cart-checkout-btn:after, .shop-item-view-btn:after {
    background: url("/static/img/sprite.png") no-repeat scroll 100% -299px transparent;
    content: "";
    width: 8px;
    height: 9px;
    position: absolute;
    right: 12px;
    top: 10px;
    z-index: 1;
}

.cart-count {
    position: relative;
    margin-right: 15px;
    padding-left: 27px;
}

.cart-count:before {
    background: url("/static/img/cart.png") no-repeat scroll 100% transparent;
    content: "";
    width: 12px;
    height: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 1;
}

.shop-items, .shop-single-item, .related-items, .shop-cart {
    padding-top: 50px;
}

.shop-items, .shop-cart {
    padding-bottom: 100px;
}

.shop-cart {
    border-top: 5px solid #f0efed;
    border-bottom: 5px solid #f0efed;
    padding-top: 25px;
    padding-bottom: 25px;
}

.shop-item-wrap, .shop-single-item-wrap {
    margin-bottom: 50px;
}

.shop-item-wrap:hover, .shop-item-wrap:active {

    text-decoration: none;
}

.shop-item-wrap:hover .shop-item-price, .shop-item-wrap:active .shop-item-price,
.shop-item-wrap:hover .shop-item-name, .shop-item-wrap:active .shop-item-name {

    color: #3d8f9d;
}

.shop-item-wrap:hover .shop-item-view-btn, .shop-item-wrap:active .shop-item-view-btn {

    background-color: #3d8f9d;
}

.shop-item-inner, .shop-single-item-inner {

    border: 2px solid #f1f0ef;
    width: 100%;
    background-color: #FFFFFF;
    max-width: 320px;
    margin: 0 auto;
}

@media(min-width: 767px) {
    .shop-single-item-inner {
        max-width: none;
    }
}

.shop-item-image {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.shop-item-details {
    width: 80%;
    margin: 20px auto;
}

.shop-item-name {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #1b2954;
    font-size: 14px;
    text-transform: uppercase;
}

.shop-single-item-name {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #3d8f9d;
    font-size: 20px;
    text-transform: uppercase;
}

.shop-item-price, .shop-single-item-price  {
    font-weight: bold;
    margin-bottom: 25px;
    color: #999999;
}

.shop-item-price  {
    font-size: 12px;
}

.shop-single-item-price {
    font-size: 16px;
}

.shop-item-price-discount {
    color: #d1d1d1;
    text-decoration: line-through;
    padding-right: 10px;
}

.shop-item-cat {
    font-size: 10px;
    color: #d7d7d7;
    text-transform: uppercase;
}

.shop-item-qty {
    font-size: 10px;
    color: #333333;
    text-transform: uppercase;
}

.shop-item-description {
    color: #999999;
    margin-bottom: 25px;
}

.rel-items-divider {
    width:100%;
    position: relative;
}

.rel-items-divider .divider {
    height: 10px;
    width: 50%;
    display:block;
    box-sizing: border-box;
}

.rel-items-divider .divider:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color:#f0efed;
    display: block;
}

.rel-items-divider .divider:nth-child(1) {
    padding-right: 13ex;
}

.rel-items-divider .divider:nth-child(2) {
    padding-left: 13ex;
}

.rel-items-divider .rel-items-text {
    position: absolute;
    display:block;
    color: #1b2954;
    font-weight: bold;
    width: 100%;
    top: -6px;
    font-size: 16px;
    text-align: center;
}

.shop-cart-headers {
    font-weight: bold;
    font-size: 12px;
}

.divider-block {
    position:relative;
    padding-top: 40px;
}

.divider-block:after {

    height: 1px;
    background-color: #f0efed;
    position: absolute;
    content: "";
    left:15px;
    right:15px;
    bottom: 0;
    display:block;
}

.item-divider-block {
    height: 1px;
    width: 100%;
    background-color: #f0efed;
    display:block;
}

.shop-cart-item, .shop-order-item {
    padding: 20px 0px;
}

.shop-cart-name, .shop-order-name {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #1b2954;
    font-size: 13px;
    text-transform: uppercase;
}

.shop-cart-totals {
    margin-top: 15px;
}

.shop-cart-totals p, .shop-cart-totals h3 {

    font-weight: bold;
    line-height: 1em;
    color: #333333;
}

.shop-cart-totals p {
    font-size: 10px;
}

.shop-cart-totals h3 {
    font-size: 14px;
}

.shop-order-totals {
    margin-top: 15px;
}

.shop-order-totals p, .shop-order-totals h3 {

    font-weight: bold;
    line-height: 1em;
}

.shop-order-totals p {
    font-size: 10px;
    color: #333333;
}

.shop-order-totals h3 {
    font-size: 16px;
    color: #3d8f9d;
}

.shop-user-details {
    padding-top: 50px;
}

.shop-user-details form input, .shop-user-details form input:focus {
    background-color: transparent;
    border:none;
    box-shadow: none;
    padding: 0;
    line-height: 1em;
    height: auto;
    font: 14px/20px "droid_sansregular",Arial,Helvetica,sans-serif;
}

.shop-user-details form label {
    line-height: 1em;
    margin-bottom: 0px;
}

.shop-user-details .list-group-item {
    position: relative;
}

.shop-user-details .list-group-item.highlighted:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background-color: #3D8F9D;
    content: '';
    display:block;
}

.shop-order-image {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 15px;
}

/*.shop-order-details {*/
    /*float: left;*/
    /*padding-left: 15px;*/
/*}*/

.shop-cart-item .shop-item-price, .shop-order-item .shop-item-price {
    color: #333333;
}

.shop-cart-item input {
    background-color: #eeedea;
    border: none;
    box-shadow: none;
}

.shop-cart-item input:focus {
    background-color: #eeedea;
    border: none;
    box-shadow: 0px 0px 3px 0px #999 inset;
}

.shop-cart-image {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 15px;
}

.no-margin-top {
    margin-top:0px;
}

@media (max-width: 767px) {

    .shop-single-item-details {
        width: 80%;
        margin: 20px auto;
    }

    .shop-single-item-image {
        width: 100%;
        height: 320px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .shop-single-item-image-thumbs {
        margin: 25px 0px;
        width: 100%;
    }

    .shop-image-thumb {
        width:30%;
        margin-left: 5%;
        height:100px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        float:left;
    }

    .shop-image-thumb:first-child {
        margin-left: 0;
    }

    .shop-cart-item div:nth-child(1), .shop-cart-item div:nth-child(2) {
        margin-bottom: 15px;
    }
}

@media (min-width: 767px) {

    .cart-display {
        text-align: right;
    }

    .shop-single-item-inner {
        padding: 25px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .shop-single-item-details {
        width: 100%;
        padding-left: 470px;
    }

    .shop-single-item-image {
        width: 320px;
        height: 320px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        float:left;
    }

    .shop-single-item-image-thumbs {
        margin: 0px 25px;
        width: 100px;
        float: left;
    }

    .shop-image-thumb {
        width:100%;
        height:100px;
        margin-top: 10px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        float:left;
    }

    .shop-image-thumb:first-child {
        margin-top: 0px;
    }

    .shop-item-option-label {
        /*width: 20%;*/
        display:inline-block;
        line-height: 2em;
        margin-bottom: 25px;
        padding-right: 15px;
    }

    .shop-item-option {
        width:75%;
        display:inline-block;
        float:right;
    }

    .shop-item-option-short {
        width:15%;
        display:inline-block;
    }


}