@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,500,700);

/* line 4, ../../app/styles/settings/colors.scss */

body {
  color: #000;
}

/* line 8, ../../app/styles/settings/colors.scss */

a {
  color: #000;
  transition: all 0.3s ease-out;
}

/* line 14, ../../app/styles/settings/colors.scss */

a:hover {
  color: #999;
}

/* line 3, ../../app/styles/settings/typography.scss */

html,
body {
  font-family: 'Fira Sans', sans-serif;
}

/* origin file -> app/styles/theme/this-theme.scss
 *
 *
 * ---- Variable Declarations ---- */

/* ---- CSS Rules ---- */

/* line 19, ../../app/styles/theme/this-theme.scss */

h1,
h2,
h3,
h4,
h5,
h6,
body {
  color: #000;
}

/* line 23, ../../app/styles/theme/this-theme.scss */

h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after {
  background-image: none;
}

/* line 29, ../../app/styles/theme/this-theme.scss */

#super-nav-bg,
#super-nav.container {
  background-color: #000;
}

/* line 35, ../../app/styles/theme/this-theme.scss */

#super-nav.container .super-nav-list > div > .btn {
  color: #fff !important;
}

/* line 38, ../../app/styles/theme/this-theme.scss */

#super-nav.container .super-nav-list > div > .btn:hover,
#super-nav.container .super-nav-list > div > .btn:active {
  color: #000 !important;
}

/* line 44, ../../app/styles/theme/this-theme.scss */

#super-nav.container .super-nav-list #cart-dropdown .dropdown-menu {
  background-color: #fff;
  border: 2px solid #666666;
}

/* line 48, ../../app/styles/theme/this-theme.scss */

#super-nav.container .super-nav-list #cart-dropdown .dropdown-menu .heading {
  color: #fff;
  background-color: #666666;
}

/* line 52, ../../app/styles/theme/this-theme.scss */

#super-nav.container .super-nav-list #cart-dropdown .dropdown-menu .heading a {
  color: inherit;
}

/* line 55, ../../app/styles/theme/this-theme.scss */

#super-nav.container .super-nav-list #cart-dropdown .dropdown-menu .heading a:hover,
#super-nav.container .super-nav-list #cart-dropdown .dropdown-menu .heading a:active,
#super-nav.container .super-nav-list #cart-dropdown .dropdown-menu .heading a:focus {
  color: #ddd;
}

/* line 60, ../../app/styles/theme/this-theme.scss */

#super-nav.container .super-nav-list #cart-dropdown .dropdown-menu .cart-item {
  border-bottom: 1px solid #e5e5e5;
}

/* line 63, ../../app/styles/theme/this-theme.scss */

#super-nav.container .super-nav-list #cart-dropdown .dropdown-menu .cart-total {
  color: #333;
}

/* line 68, ../../app/styles/theme/this-theme.scss */

#super-nav.container .super-nav-list #cart-dropdown .dropdown-menu .cart-btn:hover,
#super-nav.container .super-nav-list #cart-dropdown .dropdown-menu .cart-btn:active,
#super-nav.container .super-nav-list #cart-dropdown .dropdown-menu .cart-btn:focus {
  color: #fff;
}

/* line 74, ../../app/styles/theme/this-theme.scss */

#super-nav.container .super-nav-list #search-dropdown #searchInput {
  background-color: #fff;
}

/* line 77, ../../app/styles/theme/this-theme.scss */

#super-nav.container .super-nav-list #search-dropdown .input-group-btn button {
  background-color: #999;
}

/* line 80, ../../app/styles/theme/this-theme.scss */

#super-nav.container .super-nav-list #search-dropdown .input-group-btn button:hover {
  background-color: #000;
}

/* line 87, ../../app/styles/theme/this-theme.scss */

#super-nav.container .super-nav-list .dropdown .dropdown-menu {
  background-color: #000;
}

/* line 90, ../../app/styles/theme/this-theme.scss */

#super-nav.container .super-nav-list .dropdown .dropdown-menu a {
  color: #fff;
  text-align: right;
}

/* line 94, ../../app/styles/theme/this-theme.scss */

#super-nav.container .super-nav-list .dropdown .dropdown-menu a:hover {
  color: #fff;
  background-color: #666;
}

/* line 105, ../../app/styles/theme/this-theme.scss */

#mainHeader .navbar-default .navbar-toggle:hover .icon-bar,
#mainHeader .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}

/* line 108, ../../app/styles/theme/this-theme.scss */

#mainHeader .navbar-default .navbar-toggle {
  border-color: #fff;
}

/* line 111, ../../app/styles/theme/this-theme.scss */

#mainHeader .navbar-default .navbar-toggle:hover,
#mainHeader .navbar-default .navbar-toggle:focus {
  background-color: #000;
}

/* line 115, ../../app/styles/theme/this-theme.scss */

#mainHeader .navbar-default .navbar-toggle:hover .icon-bar,
#mainHeader .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}

/* line 118, ../../app/styles/theme/this-theme.scss */

#mainHeader .navbar-default .navbar-toggle:hover .close-menu,
#mainHeader .navbar-default .navbar-toggle:focus .close-menu {
  color: #fff;
}

/* line 123, ../../app/styles/theme/this-theme.scss */

#mainHeader .navbar-default .navbar-toggle .close-menu {
  color: #000;
}

/* line 126, ../../app/styles/theme/this-theme.scss */

#mainHeader .navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}

/* line 130, ../../app/styles/theme/this-theme.scss */

#mainHeader .navbar-default .navbar-nav > li > a.active {
  background-color: transparent;
  color: #333;
}

/* line 135, ../../app/styles/theme/this-theme.scss */

#mainHeader .navbar-header .navbar-brand img {
  height: 49px;
  margin: 0;
}

@media (min-width: 480px) {
  /* line 135, ../../app/styles/theme/this-theme.scss */

  #mainHeader .navbar-header .navbar-brand img {
    height: 49px;
    margin: 0;
  }
}

@media (min-width: 768px) {
  /* line 135, ../../app/styles/theme/this-theme.scss */

  #mainHeader .navbar-header .navbar-brand img {
    height: 70px;
    margin: 0px 0 0 -15px;
  }
}

@media (min-width: 991px) {
  /* line 135, ../../app/styles/theme/this-theme.scss */

  #mainHeader .navbar-header .navbar-brand img {
    height: 76px;
    margin: 0;
  }
}

/* line 155, ../../app/styles/theme/this-theme.scss */

#mainMenu {
  background-color: #000;
}

@media (min-width: 768px) {
  /* line 155, ../../app/styles/theme/this-theme.scss */

  #mainMenu {
    background-color: #fff;
  }
}

/* line 163, ../../app/styles/theme/this-theme.scss */

#mainMenu .nav.navbar-nav ul {
  background-color: #000;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 168, ../../app/styles/theme/this-theme.scss */

  #mainMenu .nav.navbar-nav ul li a:hover {
    color: #fff;
    background-color: #999;
  }
}

/* line 175, ../../app/styles/theme/this-theme.scss */

#mainMenu .nav.navbar-nav > li > a > i,
#mainMenu .nav.navbar-nav > li > a {
  text-transform: uppercase;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 175, ../../app/styles/theme/this-theme.scss */

  #mainMenu .nav.navbar-nav > li > a > i,
  #mainMenu .nav.navbar-nav > li > a {
    color: #000;
    font-weight: 400;
  }
}

/* line 184, ../../app/styles/theme/this-theme.scss */

#mainMenu .nav.navbar-nav > li.hover {
  background-color: #000;
}

/* line 187, ../../app/styles/theme/this-theme.scss */

#mainMenu .nav.navbar-nav > li.hover > a {
  color: #fff !important;
}

/* line 192, ../../app/styles/theme/this-theme.scss */

#mainMenu .nav.navbar-nav .nekoMegaMenu {
  background-color: #CCC;
  color: #111;
}

@media (min-width: 768px) {
  /* line 192, ../../app/styles/theme/this-theme.scss */

  #mainMenu .nav.navbar-nav .nekoMegaMenu {
    background-color: #000;
    color: #fff;
  }
}

/* line 201, ../../app/styles/theme/this-theme.scss */

#mainMenu .nav.navbar-nav .nekoMegaMenu .list-header {
  color: #111;
}

@media (min-width: 768px) {
  /* line 201, ../../app/styles/theme/this-theme.scss */

  #mainMenu .nav.navbar-nav .nekoMegaMenu .list-header {
    color: #fff;
    text-align: right;
  }
}

@media (min-width: 768px) {
  /* line 209, ../../app/styles/theme/this-theme.scss */

  #mainMenu .nav.navbar-nav .nekoMegaMenu .list-header a:hover {
    background-color: #000;
    color: #999;
  }
}

/* line 216, ../../app/styles/theme/this-theme.scss */

#mainMenu .nav.navbar-nav .nekoMegaMenu .megaInner ul {
  border-bottom: 1px solid #999;
  background-color: #CCC;
}

@media (min-width: 768px) {
  /* line 216, ../../app/styles/theme/this-theme.scss */

  #mainMenu .nav.navbar-nav .nekoMegaMenu .megaInner ul {
    border-bottom: 0px solid #fff;
    background-color: #000;
  }
}

@media (min-width: 768px) {
  /* line 225, ../../app/styles/theme/this-theme.scss */

  #mainMenu .nav.navbar-nav .nekoMegaMenu .megaInner ul li {
    text-align: right;
  }
}

/* line 230, ../../app/styles/theme/this-theme.scss */

#mainMenu .nav.navbar-nav .nekoMegaMenu .megaInner ul li a {
  color: #111;
}

@media (min-width: 768px) {
  /* line 230, ../../app/styles/theme/this-theme.scss */

  #mainMenu .nav.navbar-nav .nekoMegaMenu .megaInner ul li a {
    color: #fff;
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  /* line 237, ../../app/styles/theme/this-theme.scss */

  #mainMenu .nav.navbar-nav .nekoMegaMenu .megaInner ul li a:hover {
    background-color: #000;
    color: #999;
  }
}

/* line 256, ../../app/styles/theme/this-theme.scss */

#globalWrapper .btn.btn-default {
  background-color: #E5E5E5;
  color: #000 !important;
}

/* line 263, ../../app/styles/theme/this-theme.scss */

#globalWrapper .btn.btn-default:hover,
#globalWrapper .btn.btn-default:active,
#globalWrapper .btn.btn-default:focus {
  background-color: #a5a5a5;
  color: #404040;
}

/* line 269, ../../app/styles/theme/this-theme.scss */

#globalWrapper .btn.btn-primary {
  background-color: #fff;
  color: #000 !important;
  border: 1px solid #000;
}

/* line 277, ../../app/styles/theme/this-theme.scss */

#globalWrapper .btn.btn-primary:hover,
#globalWrapper .btn.btn-primary:active,
#globalWrapper .btn.btn-primary:focus {
  background-color: #000;
  color: #fff !important;
}

/* line 283, ../../app/styles/theme/this-theme.scss */

#globalWrapper .btn.btn-inverse {
  color: #808284 !important;
  border: 1px solid #E7E8E9;
  background-color: #fff;
}

/* line 289, ../../app/styles/theme/this-theme.scss */

#globalWrapper .owl-theme .owl-controls .owl-buttons div {
  color: #DDDDDD;
}

/* line 292, ../../app/styles/theme/this-theme.scss */

#globalWrapper .owl-theme .owl-controls .owl-buttons div:hover {
  color: #999;
}

/* line 297, ../../app/styles/theme/this-theme.scss */

#globalWrapper .dropdown-menu {
  background-color: #ccc;
}

/* line 301, ../../app/styles/theme/this-theme.scss */

#globalWrapper .dropdown-menu li a {
  color: #333;
  font-size: 1.125em;
  line-height: 1.6em;
}

/* line 306, ../../app/styles/theme/this-theme.scss */

#globalWrapper .dropdown-menu li a:hover {
  color: #fff;
  background-color: #666;
}

/* line 316, ../../app/styles/theme/this-theme.scss */

#globalWrapper .breadcrumb.sub-breadcrumb li a {
  font-size: 19px;
}

/* line 319, ../../app/styles/theme/this-theme.scss */

#globalWrapper .breadcrumb.sub-breadcrumb li a:hover {
  color: #999;
}

/* line 323, ../../app/styles/theme/this-theme.scss */

#globalWrapper .breadcrumb.sub-breadcrumb li:before {
  font-size: 18px;
}

/* line 328, ../../app/styles/theme/this-theme.scss */

#globalWrapper .breadcrumb li a {
  color: #000;
  font-size: 30px;
}

/* line 332, ../../app/styles/theme/this-theme.scss */

#globalWrapper .breadcrumb li:before {
  content: '|';
  color: #000;
  font-size: 28px;
}

/* line 341, ../../app/styles/theme/this-theme.scss */

#globalWrapper .pager > li > a {
  color: #000;
}

/* line 344, ../../app/styles/theme/this-theme.scss */

#globalWrapper .pager > li > a:hover,
#globalWrapper .pager > li > a:focus {
  background-color: #000;
  color: #fff;
}

/* line 349, ../../app/styles/theme/this-theme.scss */

#globalWrapper .pager > li.disabled {
  opacity: 0.45;
}

/* line 352, ../../app/styles/theme/this-theme.scss */

#globalWrapper .pager > li.disabled > a:hover,
#globalWrapper .pager > li.disabled > a:active {
  opacity: 0.25;
}

/* line 359, ../../app/styles/theme/this-theme.scss */

#globalWrapper .pagination > li > a {
  color: #000;
}

/* line 362, ../../app/styles/theme/this-theme.scss */

#globalWrapper .pagination > li > a:hover,
#globalWrapper .pagination > li > a:focus,
#globalWrapper .pagination > li.active > a,
#globalWrapper .pagination > li > a.active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

/* line 375, ../../app/styles/theme/this-theme.scss */

#globalWrapper h1 {
  color: #000;
}

/* line 378, ../../app/styles/theme/this-theme.scss */

#globalWrapper #featured-products {
  background-color: #F5F5F5;
}

/* line 381, ../../app/styles/theme/this-theme.scss */

#globalWrapper #featured-products .featured-product-col {
  background-color: #fff;
}

@media (min-width: 768px) {
  /* line 384, ../../app/styles/theme/this-theme.scss */

  #globalWrapper #featured-products .featured-product-col:first-of-type {
    border-right: 20px solid #F5F5F5;
  }
}

/* line 389, ../../app/styles/theme/this-theme.scss */

#globalWrapper #featured-products .featured-product-col .product-detail-col {
  text-transform: uppercase;
}

/* line 392, ../../app/styles/theme/this-theme.scss */

#globalWrapper #featured-products .featured-product-col .product-detail-col .product-name,
#globalWrapper #featured-products .featured-product-col .product-detail-col .short-description,
#globalWrapper #featured-products .featured-product-col .product-detail-col .price {
  font-size: 24px;
}

/* line 397, ../../app/styles/theme/this-theme.scss */

#globalWrapper #featured-products .featured-product-col .product-detail-col .description {
  font-size: 13px;
}

/* line 400, ../../app/styles/theme/this-theme.scss */

#globalWrapper #featured-products .featured-product-col .product-detail-col .to-product-detail {
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
}

/* line 410, ../../app/styles/theme/this-theme.scss */

#globalWrapper #newest-arrivals .row > div,
#globalWrapper .newest-arrivals-style .row > div {
  text-transform: uppercase;
}

/* line 413, ../../app/styles/theme/this-theme.scss */

#globalWrapper #newest-arrivals .row > div a:hover .image-wrapper,
#globalWrapper .newest-arrivals-style .row > div a:hover .image-wrapper {
  background-color: #000;
}

/* line 417, ../../app/styles/theme/this-theme.scss */

#globalWrapper #newest-arrivals .row > div img,
#globalWrapper .newest-arrivals-style .row > div img {
  border-bottom: 5px solid #000;
}

/* line 420, ../../app/styles/theme/this-theme.scss */

#globalWrapper #newest-arrivals .row > div .product-description,
#globalWrapper .newest-arrivals-style .row > div .product-description {
  border-bottom: 1px solid #000;
}

/* line 423, ../../app/styles/theme/this-theme.scss */

#globalWrapper #newest-arrivals .row > div .image-hover,
#globalWrapper .newest-arrivals-style .row > div .image-hover {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}

@media (min-width: 480px) {
  /* line 423, ../../app/styles/theme/this-theme.scss */

  #globalWrapper #newest-arrivals .row > div .image-hover,
  #globalWrapper .newest-arrivals-style .row > div .image-hover {
    font-size: 24px;
    line-height: 28px;
  }
}

/* line 434, ../../app/styles/theme/this-theme.scss */

#globalWrapper #newest-arrivals .row > div .image-hover .product-name,
#globalWrapper .newest-arrivals-style .row > div .image-hover .product-name {
  font-size: 26px;
}

@media (min-width: 480px) {
  /* line 434, ../../app/styles/theme/this-theme.scss */

  #globalWrapper #newest-arrivals .row > div .image-hover .product-name,
  #globalWrapper .newest-arrivals-style .row > div .image-hover .product-name {
    font-size: 30px;
  }
}

/* line 443, ../../app/styles/theme/this-theme.scss */

#globalWrapper #social-module {
  background-color: #F6F6F6;
}

/* line 448, ../../app/styles/theme/this-theme.scss */

#globalWrapper #social-module #social-feed-container .owl-item .image-wrapper {
  background-color: #fff;
}

/* line 451, ../../app/styles/theme/this-theme.scss */

#globalWrapper #social-module #social-feed-container .owl-item .footer {
  border-top: 1px solid #111;
}

/* line 454, ../../app/styles/theme/this-theme.scss */

#globalWrapper #social-module #social-feed-container .owl-item .footer .read-button {
  color: #888;
}

/* line 457, ../../app/styles/theme/this-theme.scss */

#globalWrapper #social-module #social-feed-container .owl-item .footer .read-button:hover,
#globalWrapper #social-module #social-feed-container .owl-item .footer .read-button:active,
#globalWrapper #social-module #social-feed-container .owl-item .footer .read-button:focus {
  color: #333;
}

/* line 467, ../../app/styles/theme/this-theme.scss */

#globalWrapper #social-module .owl-controls .owl-page.active span {
  background-color: #333;
}

/* line 472, ../../app/styles/theme/this-theme.scss */

#globalWrapper #social-module .owl-controls .owl-page span {
  background-color: #7B7B7B;
}

/* line 477, ../../app/styles/theme/this-theme.scss */

#globalWrapper #social-module .owl-controls .owl-page:hover span {
  background-color: #333;
}

/* line 485, ../../app/styles/theme/this-theme.scss */

#globalWrapper .pager .dropdown-toggle.btn {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #000;
}

/* line 490, ../../app/styles/theme/this-theme.scss */

#globalWrapper .pager .dropdown-toggle.btn:hover,
#globalWrapper .pager .dropdown-toggle.btn:focus {
  color: #fff !important;
  background-color: #000;
}

/*# sourceMappingURL=theme.css.map */