@font-face {
    font-family: 'cinzelregular';
    src: url('/fonts/Cinzel-Regular-webfont.eot');
    src: url('/fonts/Cinzel-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Cinzel-Regular-webfont.woff') format('woff'),
         url('/fonts/Cinzel-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Cinzel-Regular-webfont.svg#cinzelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    padding-top: 70px;
}

a.navbar-brand.page-scroll img {
    height: 40px;
}
.navbar .brand {
    max-height: 50px;
    overflow: visible;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar a.navbar-brand {
    padding: 5px;
}

.fancy {
    font-family: 'cinzelregular';
    text-transform: uppercase;
}
h1, h2, h3, h4 {
    font-weight: 400;
}
.custom-thumbnail {
    border: 0;
    border-radius: 0;
}

.custom-thumbnail .custom-caption {
    border-top: 1px solid #eee;
    margin-top: 10px;
}
.custom-thumbnail:hover .custom-caption {
    border-top: 1px solid #999;
}

.footer {
    margin-top: 40px;
    background-color: #eee;
}
.footer .row {
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer-list a {
    font-weight: bold;
}
.footer-menu-row {
    margin-top: 0;
}
.tagline {

}
.tagline span {
    text-transform: uppercase;
}

.dark_hr {
    border-color: #999 -moz-use-text-color -moz-use-text-color;
    margin: 0;
}

.custom-img-thumbnail {
    border-radius: 0px;
}

#search-button {
    margin-left: 2px;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .navbar-default {
        background-color: #ffffff;
        border-color: #ffffff;
    }
    .top-nav-collapse {
        padding: 2px;
    }
    a.navbar-brand.page-scroll img {
        height: 50px;
    }
    .navbar .brand {
        max-height: 50px;
        overflow: visible;
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar a.navbar-brand {
        padding: 0px;
    }

    .small-search {
        width: 100px !important;
    }
    #content {
        margin-top: 50px;
    }
    .hero-bg {
        background-color: #E2E2E2;
    }

    .row-relative {
        position: relative;
    }

    .col-border {
        padding-left: 0;
        position: static;
    }

    .col-border:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        border-left: 1px solid #eee;
    }
    .col-border-padding {
        padding-left: 15px;
    }
}

.mobilecart {
	width: 100%;
	
}
.cart .odd{color: #000!important;}
clear
.mobilcart td {
	padding 5px;
}
.clearfix{clear:both;}

iframe{border:none;}

.alpha {
    clear: both;
}
#searchbox {
    margin-bottom: 10px;
    height: 30px;
}

.shoppingcart-item-image img {
    max-width: 100%;
}   

a, a:link, a:visited {
    text-decoration: none;
}

.product-post h3{min-height: 80px!important;}

.row.sort_form {
    display: none;
}

.row.products {
    margin: 0;
}

.product_med img {
    max-width: 100%;
    border: 0;
}

span.productTitle {
    line-height: 1.4;
}

.products span.price {
    margin: 8px 0 24px;
    display: block;
    color: hsla(0, 0%, 40%, 1);
        font-size: 14px;
}

h4 br {
    display: none;
}

a#checkout {
    padding: 0;
}

.shoppingcart-btn-checkout {
    height: auto;
}

.shoppingcart-btn-checkout {
    padding: 12px;
}

#paymentForm select {
    position: relative;
}

#paymentForm .select2-container {
    display: none;
}

ul#sections li a, ul#mobilesections li a {
    border-color: hsla(0, 0%, 95%, 1);
}

ul#sections li a, ul#mobilesections li a, ul#sections li a:hover, ul#mobilesections li a:hover,
a.product-cell-title-link,
.footer a,
a {
    color: #80A3BC;
}

.footer {
    text-align: left;
}

.footer-list {
    margin: 0;
}

.footer ul li, .footer .social_icons ul li {
    line-height: 1.8;
    display: block !important;
    float: none !important;
    margin: 0 !important;
}

.footer-list {
    margin-bottom: 30px;
}

.fa-ul {
    margin-left: 20px;
}

@media only screen and (min-width: 992px) {
    .col_5 {
        width: 600px;
    }
}

@media only screen and (max-width: 991px) {
    .col_5 {
        width: 100%;
    }   
}