a,a:hover,a:focus {
    text-decoration: none;
}
body { font-family: 'Lato', sans-serif;}

@media (max-width: 768px) {
    body{
        text-align: center;
    }
    div.body-promo{
        padding-left:0;
        padding-right: 0;
    }
    .body-promo h4, .body-promo p{
        text-indent:0px;
    }
}

@media (min-width: 1200px){
    .page.container{
        width:970px;
    }
}

.container-fluid{
    padding-left: 0;
    padding-right: 0;
}

.user-cart-line{
    padding: 5px;
}

.user-cart-line.row{
    margin-left: 0;
    margin-right:0;
}

.cart span{
    -moz-border-radius: 50%; 
    border-radius: 50%; 
    display: inline-block;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    font-size:10px;
}

.cart-note{
    float:left;
    width:50%;
}

.cart-note textarea{
    width: 100%;
    max-width: 350px;
}

.cart-total{
    text-align:right;
    padding-bottom: 10px;
}

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

.wrapper {
    min-height: 85%;
}
/*
Header promo
*/
.header-promo-parent{
    height:60px;
    top:0;
    padding-left: 0;
    padding-right: 0;
}
@media(max-width: 767px){
    .header-promo-parent{
        display:none;
    }
}

.header-promo{
    text-align: center;
    margin: 0 2px;
    padding:5px;
    max-height: 100%;
}

.header-promo h5{
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12px;
    margin-bottom: 0;
}

.header-promo p{
    font-size: 11px;
}

/*
Navigation centered
*/
@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

/*
Navigation dropdown
*/
.dropdown-menu>li
{   position:relative;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor:pointer;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display:none;
    margin-top: 0;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    padding-bottom: 4px;
    padding-top: 1px;
}

@media (min-width:768px){
    .right-caret:after{
        content:"";
        border-bottom: 4px solid transparent;
        border-top: 4px solid transparent;
        border-left: 4px solid black;
        display: inline-block;
        height: 0;
        width: 0;
        vertical-align: middle;
        margin-left:5px;
    }
}
@media (max-width:767px){
    .right-caret:after{
        content:"";
        border-top: 4px dashed;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        display: inline-block;
        height: 0;
        width: 0;
        vertical-align: middle;
        margin-left: 5px;
    }
}

.navbar-default {
    border:0;
    box-shadow: none;
    border-color: 0;
    background-image: none;
}
.dropdown-menu {
    box-shadow: 0;
    border:0;
    border-radius: 0;
}
@media (max-width: 767px){
    .dropdown-menu{
        text-align:center;
    }
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background:0;
    box-shadow: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: 0;
    -webkit-box-shadow: 0;
}

/*
Logo
 */
a:focus.logo, a:hover.logo{
    text-decoration: none;
}

.seemore{
    margin: 10px;
}

/* Carousel */
.carousel-caption a{
    padding: 8px;
    border: solid 1px #fff;
    text-shadow: none;
}

.carousel-caption h2{
    text-shadow: none;
    letter-spacing: 2px;
    font-size: 50px;
    padding-bottom: 10px;
}

#home_slider .carousel-caption {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 500px;
}

#home_slider {
    margin-bottom: 30px;
    height: 500px;
    overflow: hidden;
}

#home_slider .item{
    height:500px;
}

#home_slider .carousel-inner .item{
    background-size: cover;
    background-attachment: local;
    background-position: center center;
    background-repeat: no-repeat;
}

.carousel-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

/* Body Promo */

div.body-promo{
    max-height: 600px;
    overflow:hidden;
    margin-bottom: 15px;
}

.body-promo div{
    background-color: rgba(255, 255, 255, 0.7);
    left:15px;
    right:15px;
    height: 100px;
    bottom:0;
    position: absolute !important ;
}

.body-promo h4, .body-promo p{
    text-indent:10px;
}

.body-promo h4{
    padding-top: 7px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

.title_on_homepage {
    font-weight: 600;
    letter-spacing: 2px;
    font-size:15px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 30px;
}

form.search{
    display: inline;
    margin-right: 5px;
}

@media (max-width: 768px){
    .search .form-group{
        display:inline-block;
        margin-bottom: 0px;
    }
}

#header_search{
    height:21px;
    font-size:11px;
}

.popover-content{
    padding:2px;
}
.popover-content .panel{
    margin-bottom: 0;
    border:none;
}

.search h2, #search_sort_by{
    margin-top:20px;
}

.title_on_search {
    font-weight: 600;
    letter-spacing: 2px;
    font-size:18px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

h2.title_on_search{
    text-align: left;
}

/* catalog */
@media (min-width: 768px){
    .container.collection{
        padding-top: 25px;
    }
}

.catalog_header {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom:10px;
}

.catalog_product h4{
    font-size: 16px;
}
.catalog_product p {
    font-size: 12px;
}

.img-overlay {
    position: relative;
}

.catalog_product .sold_out_overlay{
    background-color: rgba(255, 255, 255, 0.4);
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
}

.catalog_product .sold_out_overlay p{
    margin-top: 45%;
    font-weight: 600;
    font-size: 16px;
}

.catalog_order{
    margin-bottom: 10px;
}

/*
Homepage Slider
*/
.full-width {
    width: 100%;
}

/*
Instafeed
 */
#instafeed {
    margin-bottom: 17px;
}
#instafeed .col-md-2 {
    padding: 3px;
}


/*
Product Page
*/
.product{
    padding-top: 15px;
}

#product_carousel .carousel-control.left, #product_carousel .carousel-control.right {
    background-image: none
}

.pagination{
    font-size:x-large;
}

.pagination.disabled a{
    cursor:not-allowed;
    opacity:0.4;
}

.pagination.disabled a:focus{
    text-decoration:none;
}

/*
Buttons
 */
.btn-default, .btn-default:hover, .btn-default:focus,  .btn-default:active, .btn-default:active:focus, .btn-default:active:hover{
    text-shadow: none ;
    background-image: none;
    filter: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    outline: 0;
    -webkit-appearance: none;
}

.btn-primary{
    text-shadow: none;
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    -webkit-appearance: none;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}

/*
Footer
 */
footer {
    margin-top:50px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

footer h3 {
    font-weight: 600;
    letter-spacing: 2px;
    font-size:12px;
    text-transform: uppercase;
}

footer .copyright{
    opacity:0.8;
    padding-top: 10px;
}

input[type=text], input[type=email]{
    height: 33px;
}

#catalog_sort_by{
    margin-top:30px;
}

/** Product page changes */
.vert-images{
    padding-top:10px;
    padding-left: 0;
    padding-right: 0;
}

.vert-images img{
    display:inline-block;
    padding:5px;
    max-width:150px;
    max-height:150px;
}

.vert-images a:first-child img{
    padding-left:0;
}

@media (max-width: 991px){
    #currentImage{
        margin-left: auto;
        margin-right: auto;
    }
}

.product p, .product #prodDescription p, .product #prodDescription span{
    font-family: 'Raleway', sans-serif !important;
    font-size:14px !important;
    color: #6b6b66 !important;
}
#prodDescription a{
    color: #6b6b66 !important;
    text-decoration:underline;
}

.product #breadcrumbs{ padding-bottom:10px; }

.similar-products img{
    max-height:200px;
}

@media (min-width: 768px){
    .menuText {
        display: none;
    }
    .page.container img{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
.menuText{
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
}

.collection #breadcrumbs .col-sm-offset-6{
    margin-left:0 !important;
}

@media (max-width:992px){
    .navbar-default li>a{
        font-size:16px;
    }
    .navbar-nav>li>a, .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{
        padding-top:13px;
        padding-bottom:13px;
    }
    .right-caret.reverse:after{
        content: "";
        border-top:0px;
        border-bottom: 4px dashed;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        display: inline-block;
        height: 0;
        width: 0;
        vertical-align: middle;
        margin-left: 5px;
    }
    
    .dropdown.open .dropdown-menu{
        background-color:#eaeae9;
    }
    .dropdown.open .dropdown-menu .dropdown-menu{
        background-color:#fff;
    }

    .dropdown.open .caret{
        border-top:0;
        border-bottom: 4px dashed;
        border-bottom: 4px solid\9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }
}

.container.page a{
    text-decoration:underline;
}
.container.page img, .collection-description img{
    display: block;
    max-width: 100%;
    height: auto;
}

.cartTitle{
    margin-top:20px;
}
.cartTitle h1{
    margin-top:10px;
}

@media(max-width: 768px){
    .continueshopping a{
        margin-top:10px !important;
        float: right;
    }
}
