@CHARSET "UTF-8";

/* roboto-condensed-300 - latin_latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto/roboto_condensed_light-webfont.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url('fonts/roboto/roboto_condensed_light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto/roboto_condensed_light-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto/roboto_condensed_light-webfont.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto/roboto_condensed_light-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto/roboto_condensed_light-webfont.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-regular - latin_latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto/roboto_condensed_regular-webfont.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('fonts/roboto/roboto_condensed_regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto/roboto_condensed_regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto/roboto_condensed_regular-webfont.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto/roboto_condensed_regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto/roboto_condensed_regular-webfont.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700 - latin_latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto/roboto_condensed_bold-webfont.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('fonts/roboto/roboto_condensed_bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto/roboto_condensed_bold-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto/roboto_condensed_bold-webfont.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto/roboto_condensed_bold-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto/roboto_condensed_bold-webfont.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

html {
  min-height: 100%;
  position: relative;
}

body {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  /* Margin bottom by footer height */
  margin-bottom: 90px;
  background-color: #edeef0;
  color: #555;
}

body>.container {
  padding: 70px 15px 0;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  color: #00467f;
}

.uc {
  text-transform: uppercase;
}

a {
  transition: all 0.2s ease-in 0s;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #9cc568;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #9cc568, 0 0 5px #9cc568;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.navbar {
  background-color: #fff;
  color: #555;
  min-height: 60px;
  border-color: #ddd;
}

.navbar-brand {
  padding: 8px 15px 12px 15px;
  height: 60px;
}

.navbar-brand-mark {
  padding: 8px 10px;
}

.navbar-toggle {
  margin-top: 12px;
  border-radius: 0;
  border: none;
}

.footer {
  position: absolute;
  bottom: 0;
  /* border-top: 1px solid #ddd; */
  background-color: #555;
  color: #fff;
  /* Set the fixed height of the footer here */
  height: 90px;
  width: 100%;
}

.footer>.container {
  font-size: 12px;
}

.btn {
  text-transform: uppercase;
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.25s linear 0s;
}

.btn-small {
  font-size: 12px;
}

.btn-large {
  font-size: 16px;
  padding: 6px 15px;
}

.btn-switch {
  padding: 6px 5px;
  width: 60px;
}

.btn-primary {
  background-color: #007dc3;
  color: #fff;
}

.btn-success {
  border-color: #8cb558;
  background-color: #9cc568;
  color: #fff;
}

.btn-success:hover {
  border-color: #8cb558;
  background-color: #8cb558;
  color: #fff;
}

.btn-cancel {
  background-color: #717073;
  border-color: #717073;
  color: #fff;
}

.btn-cancel:hover {
  background-color: #616063;
  border-color: #616063;
  color: #fff;
}

.marT20 {
  margin-top: 20px;
}

.marR5 {
  margin-right: 5px;
}

.breadcrumbs {
  margin: 10px 15px;
  border-bottom: 1px solid #ddd;
}

.breadcrumb {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0 0 10px 0;
  list-style: square;
  font-size: 14px;
  margin: 0;
}

.breadcrumb>li {
  padding: 0 10px;
}

.breadcrumb>li+li:before {
  content: none;
}

.breadcrumb>li.active>a {
  font-weight: 700;
  color: #333;
}

.breadcrumb>li>a {
  color: #888;
}

.breadcrumb>li>a:hover {
  text-decoration: none;
  color: #9cc568;
}

.badge {
  font-size: 12px;
  background-color: #9cc568;
}

.label {
  border-radius: 0;
  font-size: 12px;
}

.label-info {
  background-color: #a1d1f0;
}

.form-control {
  border-radius: 0;
}

.form-control:focus {
  border-color: #9cc568;
  box-shadow: none;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.vam {
  vertical-align: middle;
}

.ttu {
  text-transform: uppercase;
}

.input-group-addon {
  background-color: #fff;
  font-size: 18px;
}

.navbar-search {
  padding-top: 10px;
}

.search {
  background-color: #fff;
}

.search button {
  font-size: 14px;
}

.dropdown-menu {
  border-top: 2px solid #007dc3;
  border-radius: 0;
  margin: 0;
  color: #555;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown:hover .dropdown-toggle {
  background-color: #f7f7f7;
}

.dropdown:hover .dropdown-toggle.empty {
  background-color: #fff;
  cursor: default;
}

.navbar-nav>li>a {
  padding: 15px;
  line-height: 30px;
}

.navbar-nav>li>a:hover {
  background-color: #f7f7f7;
  color: #555;
}

.header-anchor {
  line-height: 30px;
  font-weight: 300;
  padding: 15px;
  cursor: pointer;
  color: #555;
}

.header-anchor .fa {
  font-size: 24px;
}

.cart-menu {
  color: #333;
  padding: 0;
  min-width: 350px;
}

.cart-badge {
  border: 2px solid #fff;
  font-size: 10px;
  left: 9px;
  padding: 2px 5px;
  position: absolute;
  top: 28px;
}

.user-menu {
  padding: 0;
  min-width: 250px;
}

.user-menu ul {
  list-style: none;
  padding: 0;
}

.user-menu a {
  display: block;
  font-weight: 300;
  padding: 8px 20px;
  color: #555;
  text-transform: uppercase;
}

.user-menu a:hover {
  text-decoration: none;
  background-color: #f7f7f7;
}

.mini-cart-table {
  max-height: 350px;
  overflow: auto;
  font-size: 12px;
}

.mini-cart-table tr {
  border-bottom: 1px solid #ddd;
}

.mini-cart-table td {
  padding: 5px 0;
}

.mini-cart-table .name {
  font-size: 1.1em;
}

.mini-cart-table .price {
  font-weight: bold;
}

.mini-cart-table .remove {
  font-size: 18px;
  cursor: pointer;
  padding: 5px;
}

.mini-cart-footer {
  padding: 10px 15px;
  background-color: #eee;
  text-align: right;
}

.mini-cart-footer .total-amount {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 10px;
}

.category-header {
  color: #00467f;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0 20px 0;
}

.category-image img {
  /*  max-height: 300px; */
  max-width: 100%;
}

.product-filters {
  margin-top: 55px;
}

.product-filter {
  /* border: 1px solid #ddd; */
  padding: 15px 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.product-count {
  padding-top: 4px;
  display: inline-block;
}

.pf-list {
  /* border-left: 1px solid #ddd; */
  list-style: none;
  padding-left: 10px;
}

.pf-item {
  font-weight: 700;
  padding: 5px 0;
  transition: all 0.2s ease-in 0s;
  display: inline-block;
}

.pf-item:hover {
  color: #9cc568;
  cursor: pointer;
  padding-left: 5px;
}

.change-view {
  font-size: 18px;
}

.change-view a {
  padding: 5px 8px;
  border: 1px solid #ddd;
  color: #555;
  display: inline-block;
  line-height: 1;
}

.change-view a:hover {
  color: #9CC568;
}

.products .item {
  display: block;
  height: 420px;
  max-width: 499px;
  margin-bottom: 15px;
}

.product {
  border: 1px solid transparent;
  display: block;
  height: auto;
  text-align: center;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}

.product:hover {
  border-color: #a1d1f0;
}

.image {
  display: block;
  max-height: 240px;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.image img {
  margin: 0 auto;
  height: 240px;
  transition: all 0.5s ease 0s;
}

.product:hover .image img {
  transform: scale(1.1) rotate(-1.5deg);
}

.product-name {
  font-weight: 700;
  font-size: 16px;
  padding: 5px 10px;
  color: #00467f;
  min-height: 42px;
  line-height: 1;
  /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
}

.product-summary {
  color: #aaa;
  font-size: 12px;
  padding: 0 20px;
  text-align: left;
  height: 43px;
  line-height: 1.2;
  overflow: hidden;
}

.product-description {
  display: none;
}

.item.list-view .product-description {
  display: block;
  font-size: 12px;
  padding: 5px 10px;
  text-align: left;
  color: #aaa;
}

.product-price {
  font-weight: 700;
  font-size: 18px;
  padding: 5px 10px 0;
  /*   color: #78A025; */
}

.product-control {
  border: 0 none;
  display: block;
  height: auto;
  padding: 5px 0 15px;
  width: 100%;
}

.promotion {
  bottom: 20px;
  height: 24px;
  left: 0;
  position: absolute;
  width: auto;
  z-index: 10;
  line-height: 18px;
}

.new-product {
  color: #ffffff;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: 300;
  height: 100%;
  padding: 3px 10px;
  background-color: #9cc568;
}

.discount {
  background: #eb5e58 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: 300;
  height: 100%;
  padding: 3px 5px;
}

.modal-content {
  border-radius: 0;
}

.modal-title {
  text-transform: uppercase;
  color: #00467f;
  font-size: 22px;
}

.modal-header {
  border: 0;
}

.modal-footer {
  border: 0;
}

.cart-table {
  margin: 5px 0 15px 0;
  background-color: #fff;
}

.mini-cart-table img {
  max-width: 50px;
  max-height: 70px;
  margin: 0 auto;
}

.cart-table thead {
  background-color: #f7f7f7;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 3px solid #007dc3;
}

.cart-table tr {
  border-bottom: 1px solid #eee;
}

.cart-table td,.cart-table th {
  border: 0;
  padding: 10px 0;
  text-align: center;
}

.cart-table>table>tbody>tr>td {
  vertical-align: middle;
}

.cart-table td.product-image img {
  max-height: 128px;
  max-width: 128px;
}

.cart-table td.product-name {
  text-align: left;
}

.cart-table td.product-price {
  font-weight: 700;
  font-size: 16px;
}

.cart-table td.remove {
  font-size: 24px;
  cursor: pointer;
}

.cart-footer {
  padding: 10px 20px;
  background-color: #f7f7f7;
}

.cart-summary {
  width: 100%;
}

.cart-summary td {
  padding: 8px 0;
  border-top: 1px solid #ddd;
}

.cart-summary td:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.cart-summary tr:first-child td {
  border-top: none;
}

.cart-shipping {
  color: #9cc568;
}

.cart-summary td.cart-total {
  color: #9cc568;
  font-size: 20px;
}

.cart-empty {
  font-size: 28px;
  font-weight: 300;
  margin-top: 40px;
  text-transform: uppercase;
}

.panel {
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
  border: none;
}

.panel>.panel-heading {
  text-align: center;
  text-transform: uppercase;
  background-color: #f7f7f7;
  font-weight: 300;
  border-top: 2px solid #007dc3;
  border-radius: 0;
  padding: 5px 15px;
}

.payment-methods {
  
}

.payment-method-rmv {
  font-size: 20px;
  cursor: pointer;
}

.payment-method {
  display: block;
  margin-bottom: 5px;
}

.payment-method span.inner {
  transition: all 0.3s ease 0s;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px;
  display: block;
}

.payment-method .inner:hover {
  border-color: #999;
  cursor: pointer;
}

.payment-method.selected .inner {
  border-color: #999;
  background-color: #eee;
  /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); */
}

.payment-method.selected .pm-name {
  font-weight: 700;
}

.pm-name {
  font-size: 18px;
  font-weight: 300;
  padding: 0 10px;
  vertical-align: top;
  display: inline-block;
}

.pm-desc {
  font-weight: 400;
  font-size: 12px;
  color: #aaa;
  display: block;
}

.checkout-footer {
  margin-top: 30px;
}

.img-btn {
  font-size: 24px;
  cursor: pointer;
}

.thx-container {
  margin: 60px 20px 0 20px;
}

.thx-icon {
  font-size: 96px;
  color: #9cc568;
  line-height: 1;
  margin: 0 0 30px;
}

.thx-title {
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
}

.thx-subtitle {
  font-size: 15px;
  font-weight: 300;
}

.thx-to-shop {
  margin-top: 60px;
}

.pvk-container {
  font-family: Consolas, "Courier New", monospace;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.carousel-inner .item {
  max-height: 750px;
}

img.scale {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.ts-header {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #00467f;
}

.top-sellers {
  margin-bottom: 20px;
}

.carousel {
  margin-bottom: -30px;
}

.carousel-indicators li {
  height: 20px;
  width: 20px;
  background-color: #fff;
  margin: 0;
}

.carousel-indicators li.active {
  height: 20px;
  width: 20px;
  background-color: #9cc568;
  border-color: #9cc568;
}

.carousel-control {
  width: 10%;
  text-shadow: none;
}

.carousel-block {
  position: absolute;
  top: 120px;
  left: 25%;
  width: 520px;
  background: rgba(0, 125, 195, 0.8) none repeat scroll 0 0;
  padding: 20px 30px;
}

.carousel-block h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.carousel-block p {
  color: #fff;
  font-size: 16px;
}

.carousel-block .link, .start-shopping .link {
  margin: 20px 0;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 15px;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}

.ft-brands {
  font-size: 28px;
  margin-top: 5px;
  color: #eee;
  text-align: center;
}

.start-shopping {
  color: #fff;
  margin: 40px 10px;
  padding: 20px;
  background: rgba(0, 125, 195, 0.8) none repeat scroll 0 0;
}

.start-shopping h1 {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.alert {
  border-radius: 0;
}

.btn-space {
  margin-right: 2px;
  margin-bottom: 2px;
}

@media screen and (max-width: 365px) {
    .back-to-eshop {
        display: none;
    }
}