/* variables */
/* fonts */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Fredoka+One&display=swap");
/* colors */
/* layout */
@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-3:nth-child(4n+1),
  #content .col-lg-4:nth-child(3n+1),
  #content .col-lg-6:nth-child(2n+1) {
    clear: left; }
  .jrc-small {
    display: none; }
  .jrc-big {
    display: block; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n+1),
  #content .col-md-3:nth-child(4n+1),
  #content .col-md-4:nth-child(3n+1),
  #content .col-md-6:nth-child(2n+1) {
    clear: left; }
  .jrc-small {
    display: block; }
  .jrc-big {
    display: none; }
  .not-logged li {
    margin-top: 5px !important; }
    .not-logged li a {
      font-size: 13px !important;
      border-radius: 10px !important;
      padding-top: 4px !important;
      padding-bottom: 4px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-3:nth-child(4n+1),
  #content .col-sm-4:nth-child(3n+1),
  #content .col-sm-6:nth-child(2n+1) {
    clear: left; }
  .jrc-small {
    display: block; }
  .jrc-big {
    display: none; } }

@media (max-width: 767px) {
  .jrc-small {
    display: block; }
  .jrc-big {
    display: none; } }

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%; }
  #column-left + #content .product-layout .col-md-3 {
    width: 50%; }
  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%; }
  #content + #column-right .product-layout .col-md-3 {
    width: 100%; } }

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
  width: 100%; }

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline; }

/* base */
body {
  background-color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000; }

.fa {
  font-size: 14px; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 28px;
  font-family: 'Fredoka One', cursive;
  color: #0F4FBD; }

h3 {
  font-family: 'Fredoka One', cursive;
  font-size: 36px;
  font-size: 24px;
  text-transform: uppercase;
  color: #0F4FBD; }

h4 {
  font-size: 21px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

a {
  color: #0F4FBD;
  text-decoration: underline;
  transition: all .2s linear; }
  a:hover {
    color: #E14B3D;
    text-decoration: underline; }

img {
  display: block;
  height: auto;
  max-width: 100%; }

p {
  color: #8E9294;
  font-size: 16px;
  line-height: 24px; }

.table thead tr td,
.table tbody tr td,
.table tfoot tr td {
  padding: 12px; }

.table thead tr td {
  font-weight: 500; }

/* forms */
legend {
  font-size: 18px;
  padding: 7px 0px; }

label {
  font-size: 15px;
  font-weight: 400; }

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 16px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  box-shadow: inset 0 1px 4px 0 #DCDCDC;
  border-radius: 4px;
  font-weight: 700;
  color: #000000;
  height: auto;
  padding: 8px 12px; }

select.form-control,
select {
  appearance: none;
  background: #FFFFFF URL("../image/arrow-down.svg") no-repeat calc(100% - 14px) center;
  background-size: 14px;
  padding-right: 40px; }

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 16px; }

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
  background: none;
  border: 0; }

div.required .control-label:before {
  content: '* ';
  color: #E14B3D;
  font-weight: bold; }

/* buttons */
.buttons {
  margin: 1em 0; }

.btn {
  font-size: 16px;
  font-weight: 500;
  border: 0;
  text-decoration: none;
  transition: all .2s linear;
  padding: 10px 24px;
  border-radius: 16px; }

.btn-xs {
  font-size: 9px; }

.btn-sm {
  font-size: 10.2px; }

.btn-lg {
  padding: 10px 16px;
  font-size: 15px; }

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px; }

.btn-group > .btn-xs {
  font-size: 9px; }

.btn-group > .btn-sm {
  font-size: 10.2px; }

.btn-group > .btn-lg {
  font-size: 15px; }

.btn-default {
  color: #FFFFFF;
  background-color: #8E9294;
  text-decoration: none; }
  .btn-default:hover {
    background-color: #000000 !important;
    color: #FFFFFF; }

.btn-primary, .product-thumb .button-group button {
  color: #FFFFFF;
  background: #FF002C;
  font-size: 16px;
  font-weight: 500;
  text-shadow: none;
  width: auto;
  padding: 10px 24px;
  border-radius: 16px;
  border: 0;
  transition: all .2s linear; }
  .btn-primary:hover, .product-thumb .button-group button:hover {
    background-color: #0041D6 !important;
    color: #FFFFFF !important; }

.btn-primary:hover, .product-thumb .button-group button:hover,
.btn-primary:active,
.product-thumb .button-group button:active,
.btn-primary.active,
.product-thumb .button-group button.active,
.btn-primary.focus,
.product-thumb .button-group button.focus,
.btn-primary:focus,
.product-thumb .button-group button:focus,
.btn-primary:active:focus,
.product-thumb .button-group button:active:focus,
.btn-primary.disabled,
.product-thumb .button-group button.disabled,
.btn-primary[disabled],
.product-thumb .button-group button[disabled] {
  background-color: #0041D6; }

.btn-warning {
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704; }

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }

.btn-danger {
  color: #FFFFFF;
  background-color: #FF002C; }

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #0041D6; }

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x; }

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }

.btn-info {
  color: #FFFFFF;
  background-color: #FF002C; }

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background: #0041D6; }

.btn-link {
  cursor: pointer;
  color: #0F4FBD;
  border: 0;
  text-decoration: none; }
  .btn-link:hover {
    color: #E14B3D; }

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x; }

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111); }

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
  min-width: 50px; }

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39; }

.form-column {
  display: inline-block; }
  .form-column:nth-of-type(n+2) {
    margin-left: 20px; }

.form-actions {
  margin-top: 24px; }

/* panel */
.panel-group .panel-title a.accordion-toggle {
  display: block; }
  .panel-group .panel-title a.accordion-toggle i {
    float: right; }

/* home */
#common-home h3 {
  padding: 52px 0;
  text-align: center;
  color: #0F4FBD; }

/* pagess */
#information-information,
.box {
  background: #FFFFFF;
  border: 0 !important;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  position: relative;
  padding: 32px;
  margin: 24px auto 36px; }

/* product list */
.product-thumb {
  background: #FFFFFF;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  position: relative;
  padding-bottom: 32px;
  height: 100%;
  border: 2px solid transparent; }
  .product-thumb:hover {
    border: 2px solid #E14B3D !important;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
    transition: all .2s linear; }
  .product-thumb .image {
    padding-top: 20px;
    text-align: center; }
    .product-thumb .image a {
      display: block; }
      .product-thumb .image a:hover {
        opacity: 0.8; }
    .product-thumb .image img {
      margin-left: auto;
      margin-right: auto; }
  .product-thumb .caption {
    padding: 0 20px; }
    .product-thumb .caption h4 {
      font-weight: bold; }
      .product-thumb .caption h4 a {
        display: block;
        font-size: 16px;
        color: #000000;
        letter-spacing: 0;
        line-height: 24px;
        text-align: center;
        text-decoration: none;
        transition: all .2s linear; }
        .product-thumb .caption h4 a:hover {
          color: #E14B3D; }
    .product-thumb .caption p {
      font-size: 14px;
      line-height: 18px;
      text-align: center;
      color: #333333; }
      .product-thumb .caption p a {
        font-weight: bold;
        font-size: 18px;
        color: #E14B3D;
        text-decoration: none; }
        .product-thumb .caption p a:hover {
          color: #0F4FBD; }
    .product-thumb .caption .price {
      font-size: 20px;
      color: #000000;
      text-align: center;
      font-weight: 700;
      margin-top: 18px; }
      .product-thumb .caption .price .price-tax {
        font-weight: 400;
        margin-top: 14px; }
  .product-thumb .button-group {
    padding: 0 32px; }
    .product-thumb .button-group button {
      width: 100%; }
      .product-thumb .button-group button:nth-of-type(2) {
        display: none; }
      .product-thumb .button-group button:nth-of-type(3) {
        display: none; }

.product-thumb .caption {
  min-height: 180px; }

.product-thumb.brands .caption {
  min-height: auto; }

.product-grid .product-thumb .image {
  float: none; }

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px; }
  .product-thumb .caption {
    min-height: 180px; }
    .product-thumb .caption h4 {
      min-height: 50px; } }

.product-list .product-thumb .caption {
  margin-left: 230px; }

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px; } }

@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px; }
  .product-grid .product-thumb .caption {
    min-height: 0; } }

.product-thumb .rating {
  padding-bottom: 10px; }

.rating .fa-stack {
  font-size: 8px; }

.rating .fa-star-o {
  color: #999;
  font-size: 15px; }

.rating .fa-star {
  color: #FC0;
  font-size: 15px; }

.rating .fa-star + .fa-star-o {
  color: #E69500; }

h2.price {
  margin: 0; }

.product-thumb .price {
  color: #444; }

.product-thumb .price-new {
  font-weight: 600; }

.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px; }

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block; }

.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd; }

.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer; }

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0; }

.thumbnails > li {
  margin-left: 20px; }

.thumbnails {
  margin-left: -20px; }

.thumbnails > img {
  width: 100%; }

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd; }

.image-additional {
  max-width: 78px; }

.thumbnails .image-additional {
  float: left;
  margin-left: 20px; }

/* products */
#product-product {
  background: #FFFFFF;
  border: 0 !important;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  position: relative;
  padding: 42px 32px 62px;
  margin: 36px auto; }
  #product-product h1 {
    margin: 10px 0 20px;
    color: #333333;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px; }

.thumbnail {
  border: 0; }

.product-column {
  padding: 0 32px; }

.product-info {
  font-size: 15px;
  color: #333333;
  letter-spacing: 0;
  text-align: left;
  line-height: 30px; }
  .product-info span {
    color: #8E9294;
    width: 120px;
    display: inline-block; }

.product-prices h2 {
  color: #E14B3D;
  font-size: 34px;
  font-weight: 700;
  margin: 24px 0; }

.product-prices li {
  font-size: 16px;
  color: #000000;
  font-weight: 500; }

#product-form {
  border-top: 1px solid #DCDCDC;
  margin-top: 20px;
  padding-top: 18px; }
  #product-form .form-column {
    width: 94px; }

.product-list .btn-primary, .product-list .product-thumb .button-group button, .product-thumb .button-group .product-list button {
  width: auto;
  margin: auto; }

.product-list .caption {
  padding: 32px 0 0 !important; }

.product-list .button-group {
  margin-left: 230px;
  text-align: center;
  padding: 0; }

.list-bar {
  margin-bottom: 32px; }

.products-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.product-layout {
  margin-bottom: 24px; }

.tab-content tbody tr :first-child {
  color: #8E9294; }

/* alert */
.alert {
  padding: 8px 14px 8px 14px;
  position: relative; }
  .alert .close {
    height: 18px;
    width: 18px;
    line-height: 18px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto; }

/* carousel */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000; }

.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome; }

.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome; }

/*slider homepage */
.swiper-viewport {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0; }
  .swiper-viewport .swiper-pagination {
    bottom: 20px !important; }
    .swiper-viewport .swiper-pagination .swiper-pagination-bullet {
      background: none;
      box-shadow: none;
      border: 3px solid #E14B3D;
      height: 14px;
      width: 14px; }
      .swiper-viewport .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #E14B3D; }

/* logos */
#carousel0 {
  background: #FFFFFF;
  margin-top: 0;
  padding: 10px 0 70px;
  position: relative; }
  #carousel0:before {
    background: URL("../image/detail-white.svg") repeat-x left center;
    background-size: contain;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%; }
  #carousel0 .swiper-slide {
    text-align: center; }
    #carousel0 .swiper-slide a {
      display: block;
      border: 2px solid transparent;
      border-radius: 16px; }
      #carousel0 .swiper-slide a:hover {
        cursor: pointer;
        border: 2px solid #E14B3D;
        box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
        transition: all .2s linear; }
    #carousel0 .swiper-slide img {
      margin: auto; }

.static-banner-container h3 {
  color: #0F4FBD;
  font-size: 24px;
  text-transform: uppercase;
  padding: 52px 0 0; }

#static_banner1 {
  margin: 0 !important;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    #static_banner1 {
      flex-direction: row; } }
  #static_banner1 .static-banner-inner {
    padding: 0px; }
    @media (max-width: 768px) {
      #static_banner1 .static-banner-inner:nth-of-type(n+2) {
        margin-top: 15px; } }
    @media (min-width: 768px) {
      #static_banner1 .static-banner-inner:nth-of-type(n+2) {
        margin-left: 15px; } }
    #static_banner1 .static-banner-inner img {
      width: 100%; }

/* cart */
#cart > .btn {
  background: none;
  border: 0;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  text-shadow: none;
  padding: 13px 16px 14px;
  text-decoration: none;
  transition: all .2s linear; }

#cart.open > .btn {
  background-color: #E14B3D;
  color: #FFFFFF; }

#cart > .btn:hover,
#cart.open > .btn:hover {
  background-color: #E14B3D !important;
  color: #FFFFFF !important; }

#cart .dropdown-menu {
  background: #FFFFFF;
  padding: 8px;
  min-width: 100%;
  z-index: 1001; }
  #cart .dropdown-menu li div {
    min-width: 427px;
    padding: 0 10px; }
  #cart .dropdown-menu li p {
    margin: 20px 0; }
  #cart .dropdown-menu table {
    border: 0;
    margin: 0; }
    #cart .dropdown-menu table tbody tr {
      background: none; }
      #cart .dropdown-menu table tbody tr td {
        padding: 8px;
        vertical-align: middle;
        font-size: 15px;
        border: 0;
        position: relative; }
        #cart .dropdown-menu table tbody tr td a {
          display: block;
          font-size: 15px;
          color: #0F4FBD;
          background: none;
          font-weight: 400;
          padding: 0;
          text-decoration: underline; }
          #cart .dropdown-menu table tbody tr td a:hover {
            background: none;
            color: #E14B3D; }
        #cart .dropdown-menu table tbody tr td .btn-danger {
          background: none;
          border: 0;
          padding: 4px 6px 3px;
          color: #E14B3D;
          text-shadow: none;
          box-shadow: none;
          transition: all .2s linear;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          height: 24px;
          width: 24px; }
          #cart .dropdown-menu table tbody tr td .btn-danger:hover {
            background: #E14B3D;
            color: #FFFFFF; }
        #cart .dropdown-menu table tbody tr td:nth-of-type(1) {
          max-width: 50px; }
        #cart .dropdown-menu table tbody tr td:nth-of-type(2) {
          max-width: 120px; }
        #cart .dropdown-menu table tbody tr td:nth-of-type(3) {
          min-width: 36px; }
        #cart .dropdown-menu table tbody tr td:nth-of-type(5) {
          max-width: 26px; }
    #cart .dropdown-menu table.table-bordered tbody tr td:nth-of-type(2) {
      padding-right: 22px;
      font-size: 18px;
      font-weight: 700; }

.cart-dropwdown-buttons a {
  display: inline-block;
  background: #E14B3D;
  padding: 8px 16px !important;
  border-radius: 16px; }
  .cart-dropwdown-buttons a:hover {
    background: #0F4FBD !important; }

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%; } }

@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%; } }

/* checkout */
#checkout-cart table tbody tr td:last-of-type {
  font-weight: 700; }

#checkout-cart table input[type=text] {
  padding: 18px 10px;
  width: 100px;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  border-radius: 10px; }

#checkout-cart table .input-group-btn button {
  border-radius: 100%;
  margin: 0 4px;
  width: 32px;
  height: 32px;
  padding: 0;
  background: #E14B3D; }
  #checkout-cart table .input-group-btn button:hover {
    background: #0F4FBD; }

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

/* footer */
footer {
  font-size: 16px;
  margin-top: 42px;
  padding-top: 30px;
  background-color: #0F4FBD;
  color: #e2e2e2;
  padding: 70px 0;
  position: relative;
  width: 100%;
  float: left;
  clear: both; }
  footer:before {
    background: URL("../image/detail-blue.svg") repeat-x left center;
    background-size: contain;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%; }
  footer h5 {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase; }
  footer ul {
    margin: 0;
    padding: 0; }
    footer ul li {
      list-style: none;
      padding: 4px 0; }
      footer ul li a {
        color: #FFFFFF;
        font-weight: 400;
        font-size: 16px;
        text-decoration: none; }
        footer ul li a:hover {
          color: #FFFFFF;
          text-decoration: underline; }
  footer .footer-bottom {
    margin-top: 50px;
    text-align: center; }
  footer .footer-logo {
    background: URL("../image/jrc-logo-white.svg") no-repeat center center;
    background-size: contain;
    display: inline-block;
    height: 70px;
    margin: auto;
    width: 140px; }
  footer .footer-copy {
    color: #FFFFFF;
    margin-top: 14px;
    text-align: center; }

/* header */
.header {
  background: #FFFFFF;
  padding: 14px 0; }
  .header .header-wrapper {
    align-items: center;
    display: flex; }

.header-wrapper {
  padding-bottom: 14px; }

.logo {
  margin-right: 60px; }
  .logo a {
    display: block; }

.logo-img {
  height: auto;
  max-width: 170px;
  width: 100%; }

.jrc-currency span {
  font-size: 12px;
  font-weight: 500;
  color: #0F4FBD; }

/* nav */
/* override */
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent; }

.dropdown-menu {
  overflow: hidden;
  padding: 0; }
  .dropdown-menu button {
    border-radius: 0; }

#form-currency,
.nav-user {
  margin-left: 24px; }
  #form-currency .dropdown-toggle,
  .nav-user .dropdown-toggle {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    text-shadow: none;
    padding: 8px 16px;
    text-align: left;
    text-decoration: none;
    transition: all .2s linear; }
    #form-currency .dropdown-toggle:hover, #form-currency .dropdown-toggle:focus,
    .nav-user .dropdown-toggle:hover,
    .nav-user .dropdown-toggle:focus {
      color: #E14B3D; }
    #form-currency .dropdown-toggle i.fa,
    .nav-user .dropdown-toggle i.fa {
      margin-right: 6px; }

.not-logged li a {
  background: #0F4FBD !important;
  border-radius: 16px !important;
  color: #FFFFFF !important; }
  .not-logged li a:hover {
    background: #E14B3D !important; }

.currency-select,
.nav-user > #top-links ul li a {
  background: #FFFFFF;
  border-radius: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-shadow: none;
  padding: 8px 16px;
  text-align: left;
  text-decoration: none;
  transition: all .2s linear; }
  .currency-select:hover, .currency-select:focus,
  .nav-user > #top-links ul li a:hover,
  .nav-user > #top-links ul li a:focus {
    background: #E14B3D;
    color: #FFFFFF;
    text-decoration: none; }
  .currency-select .dropdown-menu li a:hover, .currency-select .dropdown-menu li a:focus,
  .nav-user > #top-links ul li a .dropdown-menu li a:hover,
  .nav-user > #top-links ul li a .dropdown-menu li a:focus {
    background: #E14B3D;
    color: #FFFFFF;
    text-decoration: none; }

.nav-user {
  flex: 1;
  justify-self: flex-end; }
  .nav-user ul {
    margin: 0;
    padding: 0; }
    .nav-user ul li a {
      color: #000000;
      font-size: 16px;
      font-weight: 500;
      text-shadow: none;
      padding: 8px 16px;
      text-decoration: none;
      transition: all .2s linear; }
      .nav-user ul li a:hover, .nav-user ul li a:focus {
        color: #E14B3D; }
    .nav-user ul li .dropdown-menu li a:hover, .nav-user ul li .dropdown-menu li a:focus {
      background: #E14B3D;
      color: #FFFFFF;
      text-decoration: none; }

.nav-main {
  background: #0F4FBD;
  border-bottom: 1px solid #DBE1E9;
  border-top: 1px solid #DBE1E9;
  margin-bottom: 24px;
  box-shadow: 0 1px 1px 0 #DBE1E9; }
  .nav-main .navbar {
    margin: 0; }
  .nav-main .nav-main-bar {
    padding: 0; }
    .nav-main .nav-main-bar li .dropdown-menu ul li {
      padding: 2px; }
      .nav-main .nav-main-bar li .dropdown-menu ul li a {
        font-size: 13px !important;
        border-radius: 4px; }
        .nav-main .nav-main-bar li .dropdown-menu ul li a:hover {
          color: #FFFFFF !important; }

#menu {
  border: 0;
  box-shadow: none;
  display: inline; }
  #menu .nav li a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-shadow: none;
    padding: 14px 22px;
    text-decoration: none;
    transition: all .2s linear; }
  #menu .nav li.open,
  #menu .nav li a:hover {
    background-color: #E14B3D;
    color: #FFFFFF; }
    #menu .nav li.open .menu-total,
    #menu .nav li a:hover .menu-total {
      background: #FFFFFF;
      color: #E14B3D; }
  #menu .nav .dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 0; }
    #menu .nav .dropdown-menu .dropdown-inner {
      display: table; }
      #menu .nav .dropdown-menu .dropdown-inner ul {
        display: table-cell; }
        #menu .nav .dropdown-menu .dropdown-inner ul li a {
          min-width: 160px;
          display: block;
          padding: 3px 20px;
          clear: both;
          line-height: 20px;
          color: #333333;
          font-size: 12px; }
          #menu .nav .dropdown-menu .dropdown-inner ul li a a:hover {
            color: #FFFFFF; }
  #menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
    text-align: center;
    color: #000000 !important; }
    #menu .see-all:hover, #menu .see-all:focus {
      text-decoration: none;
      color: #FFFFFF !important;
      background-color: #E14B3D; }
  #menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #FFFFFF;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
  #menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFFFFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a; }
    #menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
      color: #FFFFFF;
      background-color: #229ac8; }

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block; } }

@media (max-width: 767px) {
  #menu {
    border-radius: 4px; }
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block; }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1); }
  #menu .dropdown-inner {
    display: block; }
  #menu .dropdown-inner a {
    width: 100%;
    color: #FFFFFF; }
  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1); }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #FFFFFF; } }

.nav-second {
  border-left: 1px solid #DBE1E9;
  float: right; }

.menu-total {
  background: #E14B3D;
  border-radius: 100%;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 20px;
  line-height: 12px;
  padding: 4px;
  width: 20px; }

/* tabs */
.nav-tabs {
  margin-bottom: 15px; }

/* breadcrumb */
.breadcrumb {
  background: none;
  margin: 0;
  padding: 8px 0; }
  .breadcrumb li {
    display: inline;
    font-size: 15px;
    color: #0F4FBD;
    font-weight: 400; }
    .breadcrumb li:before {
      display: none; }
    .breadcrumb li:nth-child(n+2):before {
      content: ">";
      display: inline;
      padding: 0 3px; }
    .breadcrumb li a {
      font-size: 15px;
      color: #0F4FBD;
      font-weight: 400;
      text-decoration: none; }
      .breadcrumb li a:hover {
        text-decoration: underline; }

/* pagination */
.pagination {
  margin: 32px 0; }
  .pagination li {
    display: inline-block;
    margin-right: 8px; }
    .pagination li:last-child {
      margin-right: 0; }
    .pagination li a,
    .pagination li span {
      border-radius: 100% !important;
      border: 2px solid #DBE1E9;
      color: #000000;
      font-weight: 500; }
    .pagination li.active span {
      border: 2px solid #E14B3D;
      background: #E14B3D; }
      .pagination li.active span:hover {
        border: 2px solid #E14B3D !important;
        background: #E14B3D !important; }

.pagination-info {
  margin: 42px 0; }

.list-group,
aside > .panel-default {
  margin-top: 24px; }
  .list-group a,
  aside > .panel-default a {
    text-decoration: none; }
    .list-group a:hover,
    aside > .panel-default a:hover {
      background: #E14B3D;
      border-color: #E14B3D;
      color: #FFFFFF; }
    .list-group a.active,
    aside > .panel-default a.active {
      background: #0F4FBD;
      border-color: #0F4FBD; }
      .list-group a.active:hover,
      aside > .panel-default a.active:hover {
        background: #E14B3D;
        border-color: #E14B3D;
        color: #FFFFFF; }

aside .panel-heading {
  background: #FFFFFF !important;
  color: #0F4FBD !important;
  font-weight: 500 !important;
  font-family: 'Fredoka One', cursive; }

aside .panel-default .list-group {
  margin: 0 !important; }
  aside .panel-default .list-group a.list-group-item {
    font-weight: bold;
    padding-bottom: 0;
    padding-top: 16px;
    pointer-events: none; }
  aside .panel-default .list-group .list-group-item {
    border: 0;
    padding-top: 0; }

aside .panel-footer {
  background: #FFFFFF !important; }
  aside .panel-footer .btn {
    width: 100% !important; }

/* top links */
#top-links ul li a {
  background: #0F4FBD;
  border-radius: 16px;
  color: #FFFFFF;
  display: block; }
  #top-links ul li a:hover {
    background: #E14B3D; }

/* lists view */
#list-view,
#grid-view {
  border-radius: 100%;
  width: 36px;
  height: 36px;
  padding: 10px; }

#grid-view {
  margin-left: 6px; }

/* search */
#search {
  width: 360px; }

#search .input-lg {
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  box-shadow: inset 0 1px 4px 0 #DCDCDC;
  border-radius: 6px;
  font-family: Roboto-Regular;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0;
  text-align: justify;
  height: 46px;
  line-height: 20px;
  padding: 20px;
  width: 100%; }

#search .btn-lg {
  background: none;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  line-height: 18px;
  padding: 12px;
  position: absolute;
  right: 10px;
  top: 0; }
  #search .btn-lg .fa {
    color: #8E9294;
    font-size: 20px; }

.search-page-bar .checkbox-inline {
  padding: 10px 20px; }
  .search-page-bar .checkbox-inline input[type=checkbox] {
    margin: 6px 0 0 -20px; }
