@charset "UTF-8";
/********
CUSTOM.SCSS
*********/
/********
VARIABLES
*********/
/*
COLORS
*/
/*
MIXINS
*/
/********
FONT FACE
*********/
@font-face {
  font-family: 'HN-Roman';
  src: url("fonts/HN-Roman/HN-Roman.otf");
  src: local("☺"), url("fonts/HN-Roman/HN-Roman.woff") format("woff"), url("fonts/HN-Roman/HN-Roman.ttf") format("truetype"), url("fonts/HN-Roman/HN-Roman.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HN-Thin';
  src: url("fonts/HN-Thin/HN-Thin.otf");
  src: local("☺"), url("fonts/HN-Thin/HN-Thin.woff") format("woff"), url("fonts/HN-Thin/HN-Thin.ttf") format("truetype"), url("fonts/HN-Thin/HN-Thin.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'HN-Bold';
  src: url("fonts/HN-Bold/HN-Bold.otf");
  src: local("☺"), url("fonts/HN-Bold/HN-Bold.woff") format("woff"), url("fonts/HN-Bold/HN-Bold.ttf") format("truetype"), url("fonts/HN-Bold/HN-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  min-width: 320px; }

body {
  font-family: 'HN-Roman';
  font-size: 14px; }

h1, h2, h3, h4, h5 {
  font-family: "HN-Bold"; }

a {
  color: #ED1C24; }
  a:hover {
    color: #F0A693; }

#top {
  background-color: #EEE;
  text-shadow: none;
  text-shadow: none;
  display: none; }
  #top button {
    text-shadow: none; }
  #top span {
    text-shadow: none;
    color: #FFF; }
  #top i {
    text-shadow: none;
    color: #FFF; }

#heart {
  width: 150px; }

#btn-search {
  background: #A32929;
  border: solid 1px #A32929; }

#cart > .btn {
  background: #A32929;
  border-color: #A32929;
  color: #FFF; }

#menu {
  background-color: #ED1C24;
  border: solid #ED1C24 1px; }
  #menu .navbar-header, #menu .navbar-ex1-collapse {
    background-color: #ED1C24;
    border: solid #ED1C24 1px;
    border: none;
    text-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0; }
    #menu .navbar-header span, #menu .navbar-ex1-collapse span {
      text-shadow: none; }
    #menu .navbar-header ul .dropdown-menu, #menu .navbar-ex1-collapse ul .dropdown-menu {
      background: #ED1C24;
      margin: 0;
      padding: 0; }
      #menu .navbar-header ul .dropdown-menu li a, #menu .navbar-ex1-collapse ul .dropdown-menu li a {
        color: #FFF; }
        #menu .navbar-header ul .dropdown-menu li a:hover, #menu .navbar-ex1-collapse ul .dropdown-menu li a:hover {
          background-image: none;
          background-color: #BD2F2A; }
  #menu .btn-navbar {
    font-size: 15px;
    color: #FFF;
    background: #ED1C24;
    text-transform: uppercase;
    border: none;
    box-shadow: none; }
    #menu .btn-navbar:hover {
      background: transparent; }

#category {
  text-shadow: none; }

#welcome-message {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0 30px 0; }

/*
BREADCRUMBS
*/
.breadcrumb {
  background: transparent;
  border: none; }
  .breadcrumb li {
    background: transparent; }
    .breadcrumb li:after {
      color: #EEE;
      content: ' / ';
      position: absolute;
      font-size: 24px;
      top: 5px;
      right: 5px;
      width: 0;
      height: 0;
      border-right: none;
      border-bottom: none; }

/*****
CONTENT
*****/
#content {
  min-height: 400px; }

/********
SIDE NAVS
********/
.list-group a.active {
  background-color: #8F9C9C;
  text-shadow: none; }
.list-group a.active:hover, .list-group a:hover {
  background-color: #ED1C24;
  color: #FFF;
  text-shadow: none; }

.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #BD2F2A;
  background-repeat: repeat-x; }

#cart .dropdown-menu {
  background: #FFF;
  z-index: 1001;
  box-shadow: none;
  border: 1px solid #C3C5C7;
  width: auto;
  padding: 10px 10px 0 10px;
  text-align: right;
  float: right; }
  #cart .dropdown-menu p a:hover {
    text-decoration: underline; }
  #cart .dropdown-menu li table tbody {
    border: none; }
    #cart .dropdown-menu li table tbody tr {
      border: none; }
      #cart .dropdown-menu li table tbody tr:hover {
        background-color: #FFF; }
      #cart .dropdown-menu li table tbody tr td {
        margin: 0;
        border: none;
        background: #FFF;
        border-bottom: 1px solid #C3C5C7;
        padding: 20px 10px 20px 0; }
  #cart .dropdown-menu li div table tbody td td {
    border: none; }

#logo {
  text-align: center;
  margin: 0 auto 30px auto;
  width: 400px; }

#logo2 {
  display: none;
  text-align: center;
  margin: -10px auto;
  width: 300px; }

footer {
  background-color: #ED1C24;
  font-family: 'HN-Thin'; }
  footer hr {
    border: 0;
    border-top: 1px solid #C3C5C7;
    margin-bottom: 0 auto 25px;
    padding: 0; }
  footer h4 {
    font-family: 'HN-Bold';
    color: #FFF; }
  footer .footer-links {
    padding: 0 0 10px 10px;
    list-style-type: none; }
    footer .footer-links li {
      padding-bottom: 5px; }
      footer .footer-links li a {
        font-weight: bold;
        color: #FFF;
        text-decoration: none; }

/*****************
BOOTSTRAP OVERRIDE
*****************/
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
textarea:focus {
  border-color: #C3C5C7;
  box-shadow: 0 1px 1px #C3C5C7 inset, 0 0 5px #C3C5C7;
  outline: 0 none; }

/*
button styles
*/
button, .button-group > button, .btn {
  color: #FFF;
  background-color: #ED1C24;
  background: #ED1C24;
  border-color: #ED1C24;
  text-align: center;
  margin: 0 auto; }
  button:hover, button:active, .button-group > button:hover, .button-group > button:active, .btn:hover, .btn:active {
    background-color: #E84F3C;
    color: #FFF;
    border-color: #E84F3C; }

.alert-success {
  background-color: #F0A693;
  color: #FFF; }
  .alert-success a {
    color: #FFF;
    text-decoration: underline; }

/**********************
BOOTSTRAP OVERRIDE END
***********************/
.product-thumb .caption {
  min-height: 250px; }
  .product-thumb .caption h4 {
    min-height: 50px; }
  .product-thumb .caption p {
    min-height: 50px; }
.product-thumb #addcartdiv {
  text-align: center;
  margin: 0 auto; }
  .product-thumb #addcartdiv button {
    background-color: #ED1C24;
    color: #FFF;
    border: 1px solid #ED1C24;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto; }
    .product-thumb #addcartdiv button:hover {
      color: #FFF;
      background-color: #E84F3C;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #E84F3C; }

.thumbnails li a:hover {
  border-color: #E84F3C; }

/***********
OWL CAROUSEL
***********/
#owl-demo .item {
  margin: 5px; }

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto; }

/************
MEDIA QUERIES
************/
@media (max-width: 767px) {
  #logo2 {
    display: block; }

  #addcartdiv {
    width: 100%; }
    #addcartdiv button {
      width: 100%; } }
@media (min-width: 768px) {
  #addcartdiv {
    width: 100%; }
    #addcartdiv button {
      width: 100%; } }
@media (min-width: 992px) {
  #addcartdiv {
    width: 100%; }
    #addcartdiv button {
      width: 100%; } }
@media (min-width: 1200px) {
  #addcartdiv {
    width: 100%; }
    #addcartdiv button {
      width: 100%; } }

/*# sourceMappingURL=custom.css.map */
.content_agree {
  max-height: 500px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  padding: 20px;
}