/*
$myColor1: #445c74;
$myColor2: #2c3c5a;
$myColor5: #4d718f;
$myColor6: $myColor5;
$myColor7: $myColor2;
$myColor8: $myColor7;
$myColor9: #005cbf;
$myColor10: #0062cc;
$myColor11: #ddedf6;
*/
/*
$myColor1: #744444;
$myColor2: #5a2c2c;
$myColor5: #8f4d4d;
$myColor6: $myColor5;
$myColor7: $myColor2;
$myColor8: $myColor7;
$myColor9: #bf0000;
$myColor10: #cc0000;
$myColor11: #f6dddd;
*/
/*
$myColor1: #6d7371;
$myColor2: #484d4a;
$myColor5: #818c85;
$myColor6: $myColor5;
$myColor7: $myColor2;
$myColor8: $myColor7;
$myColor9: #a9bab1;
$myColor10: #aebfb4;
$myColor11: #e9f5ef; 
*/
@import url(../css/myFonts.css);
@import url("animate.min.css");
@import url("../css/font-awesome.min.css");
@import url("fontello.css");
@import url("../css/nice-select.css");
@import url("../css/flag-icon.css");
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-display: optional; }

aside,
footer,
nav {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline-width: 0; }

strong {
  font-weight: inherit; }

strong {
  font-weight: bolder; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button {
  text-transform: none; }

button,
html [type="button"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

html {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*::before,
*::after {
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: .85rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #eee; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem; }

a {
  color: #447464;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  font-weight: 400; }

a:focus,
a:hover {
  color: #2c5a42;
  text-decoration: underline !important; }

a:not([href]):not([tabindex]) {
  text-decoration: none; }

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

img {
  vertical-align: middle; }

a,
button,
input {
  touch-action: manipulation; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button {
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: .5rem .75rem;
  font-size: .85rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #447464;
  outline: none;
  box-shadow: 1px 0 #447464, 0 -1px 0 #447464, -1px 0 0 #447464, 1px 0 0 #447464; }

.form-control::-webkit-input-placeholder {
  color: #636c72;
  opacity: 1; }

.form-control:-moz-placeholder {
  color: #636c72;
  opacity: 1; }

.form-control:disabled {
  background-color: #eceeef;
  opacity: 1; }

.form-control:disabled {
  cursor: not-allowed; }

html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: .85rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #eee;
  position: relative; }

body,
html,
#wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

body {
  font-size: 13px; }

a:focus,
a:hover,
a:active {
  outline: none;
  text-decoration: none;
  color: #2c5a42; }

* {
  outline: 0; }

*:hover,
*:focus {
  outline: 0; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

ul li {
  margin: 0;
  padding: 0; }

ol {
  margin: 0;
  padding: 0; }

p {
  padding: 0; }

button {
  cursor: pointer; }

.relative {
  position: relative; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-border {
  border: 0; }

.w100 {
  width: 100%; }

.hw100 {
  height: 100%;
  width: 100%; }

.dtable {
  display: table; }

.dtable-cell {
  display: table-cell;
  vertical-align: middle; }

.pace .pace-progress {
  background: #447464;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s; }

.pace-inactive {
  display: none; }

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 8px 12px;
  font-size: .85rem;
  border-radius: .25rem;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.btn:focus,
.btn:hover {
  text-decoration: none; }

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(22, 160, 133, 0.25); }

.btn:disabled {
  cursor: not-allowed;
  opacity: .65; }

.btn:active {
  background-image: none; }

.btn-primary {
  color: #fff;
  background-color: #4d8f66;
  border-color: #447464; }

.btn-primary:hover {
  color: #fff;
  background-color: #2c5a42;
  border-color: #0f6a58; }

.btn-primary:focus {
  box-shadow: 0 0 0 2px #447464; }

.btn-primary:disabled {
  background-color: #447464;
  border-color: #447464; }

.btn-primary:active,
.btn-primary:active:focus {
  color: #fff;
  background-color: #2c5a42;
  background-image: none;
  border-color: #0f6a58; }

.btn-primary:not([href]):not([tabindex]) {
  color: #fff; }

.btn-primary:not([href]):not([tabindex]):hover {
  color: #fff; }

.btn-success {
  color: #fff;
  background-color: #4d8f66 !important;
  border-color: #4d8f66 !important; }

.btn-success:hover {
  color: #fff;
  background-color: #2c5a42 !important;
  border-color: #2c5a42 !important; }

.btn-success:focus {
  box-shadow: 0 0 0 2px #2c5a42 !important; }

.btn-success:disabled {
  background-color: #4d8f66 !important;
  border-color: #4d8f66 !important; }

.btn-success:active,
.btn-success:active:focus {
  color: #fff;
  background-color: #00cc4b !important;
  border-color: #00bf56 !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5) !important; }

.btn-danger {
  color: #fff;
  background-color: #b93a00;
  border-color: #d9534f; }

.btn-danger:hover {
  color: #fff;
  background-color: #a13100;
  border-color: #c12e2a; }

.btn-danger:focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); }

.btn-danger:disabled {
  background-color: #d9534f;
  border-color: #d9534f; }

.btn-danger:active,
.btn-danger:active:focus {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a; }

.btn-lg {
  padding: 10px 18px;
  font-size: 1rem;
  border-radius: .3rem; }

.btn-block {
  display: block;
  width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding-bottom: 15px; }

h1 {
  font-size: 30px;
  line-height: 35px; }

h2 {
  font-size: 24px;
  line-height: 28px; }

h3 {
  font-size: 14px;
  line-height: 20px; }

h4 {
  font-size: 16px;
  line-height: 20px; }

h5 {
  font-size: 16px;
  line-height: 20px; }

h6 {
  font-size: 16px;
  line-height: 20px; }

@media (max-width: 979px) {
  h1 {
    font-size: 24px;
    line-height: 26px; }
  h2 {
    font-size: 20px;
    line-height: 24px; }
  h3 {
    font-size: 14px;
    line-height: 18px; }
  h4 {
    font-size: 14px;
    line-height: 18px; }
  h5 {
    font-size: 14px;
    line-height: 18px; }
  h6 {
    font-size: 12px;
    line-height: 18px; }
  .intro {
    height: 300px; }
  .inner-box {
    padding: 20px 10px; } }

@media (max-width: 767px) {
  h1 {
    font-size: 22px;
    line-height: 24px; }
  h2 {
    font-size: 18px;
    line-height: 24px; }
  h3 {
    font-size: 14px;
    line-height: 18px; }
  h4 {
    font-size: 14px;
    line-height: 18px; }
  h5 {
    font-size: 14px;
    line-height: 18px; }
  h6 {
    font-size: 10px;
    line-height: 14px; }
  .myCount {
    font-size: 24px !important; } }

.page-sidebar .inner-box {
  padding: 20px; }

.logo,
.logo-title {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #447464;
  padding-top: 20px;
  padding-bottom: 20px; }

.intro h1,
.intro-title {
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 44px;
  line-height: 42px;
  font-weight: bold;
  letter-spacing: -.3px;
  margin-bottom: 10px;
  padding-bottom: 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  -webkit-transition: font 100ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: font 100ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: font 100ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transition: font 100ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s; }

.search-row .search-col .form-control,
.search-row button.btn-search {
  border-radius: 0;
  border: 0;
  height: 48px;
  margin-bottom: 0; }

.ln-shadow-logo {
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  height: 52px;
  line-height: 50px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 52px;
  margin-top: -8px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.logo span {
  font-weight: lighter; }

@media (min-width: 992px) {
  .logo-title {
    padding-top: 20px; } }

@media (max-width: 767px) {
  .logo-title {
    padding-top: 18px; }
  .logo-title span {
    font-size: 18px; } }

.logo-title span {
  font-weight: lighter; }

.navbar96 {
  width: 96%; }

.navbar-site.navbar {
  -webkit-transition: all .25s ease-out 0s;
  -moz-transition: all .25s ease-out 0s;
  -o-transition: all .25s ease-out 0s;
  transition: all .25s ease-out 0s;
  margin-top: 0;
  z-index: 100; }

@media (max-width: 767px) {
  .navbar-site.navbar {
    background: #fff;
    border-radius: 0;
    height: auto;
    margin-bottom: 0 !important;
    padding: 0; }
  .navbar-site.navbar > .container {
    display: block;
    -webkit-justify-content: safe !important;
    -moz-box-pack: safe !important;
    justify-content: safe !important; }
  .navbar-site.navbar .navbar-collapse {
    padding: 15px; }
  .navbar-site.navbar .navbar-identity {
    display: block;
    height: 80px;
    padding: 0 15px;
    border-bottom: solid 1px #ddd; }
  .navbar-site.navbar .navbar-identity .navbar-toggler {
    margin-top: 20px;
    padding: 0 10px;
    height: 40px; }
  .navbar-site.navbar .nav > li,
  .navbar-site.navbar .nav > .nav-item {
    padding: 3px 0; }
  .navbar-site.navbar .nav > li a:not(.btn),
  .navbar-site.navbar .nav > .nav-item a:not(.btn) {
    color: #333; } }

@media (min-width: 768px) {
  .logo {
    height: 80px; }
  .header {
    height: auto;
    background: #fff; }
  .navbar-site {
    margin-bottom: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    background: #fff;
    border-radius: 0;
    border-bottom: solid 1px #ddd; }
  .navbar-site .navbar-nav > li > a:not(.btn),
  .navbar-site .navbar-nav > li .nav-link:not(.btn),
  .navbar-light .navbar-nav > li > a:not(.btn),
  .navbar-light .navbar-nav > li .nav-link:not(.btn) {
    border-radius: 3px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-size: 12px;
    height: 40px;
    line-height: 1;
    padding: 12px 10px; }
  .navbar-site .navbar-nav > li > a:not(.btn):hover,
  .navbar-site .navbar-nav > li .nav-link:not(.btn):hover,
  .navbar-light .navbar-nav > li > a:not(.btn):hover,
  .navbar-light .navbar-nav > li .nav-link:not(.btn):hover {
    color: #000; }
  .nav > li > a:hover {
    background: none; }
  .nav > li > a:focus {
    background: none; }
  .nav > li:hover > a {
    background: none; } }

.footer-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  padding: 40px 0;
  color: #333;
  background: #f5f5f5; }

@media only screen and (max-width: 767px) {
  .footer-content {
    padding: 5px 0 5px; }
  .footer-title {
    margin-bottom: 0;
    margin-top: 15px; } }

.footer-title {
  color: #000;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
  display: block; }

@media (max-width: 767px) {
  .footer-title {
    margin-bottom: 0;
    margin-top: 15px; } }

.copy-info {
  display: block;
  font-size: 11px;
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 0;
  border-top: 1px solid #ddd;
  text-transform: uppercase; }

.footer-nav li a {
  border-left: solid 1px #ddd;
  padding: 0;
  color: #333;
  font-size: 12px; }

.footer-nav li a:first-child {
  border-left: 0; }

.footer-nav li a:hover {
  opacity: .6; }

.intro {
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  -webkit-transition: all 100ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 100ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 100ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transition: all 100ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  background: linear-gradient(278deg, #ddf6ea 0%, #447464 20%, #2c5a42 100%); }

.intro .container {
  max-width: 800px; }

.intro p {
  color: #e8eced;
  font-size: 18px;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

.search-row {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; }

.search-row .search-col {
  padding: 0;
  position: relative; }

.search-row .search-col .form-control {
  box-shadow: none !important; }

@media (min-width: 576px) {
  .search-row .search-col .form-control {
    border-radius: 0 !important; } }

@media (min-width: 576px) {
  .search-row .search-col:first-child .form-control {
    border-radius: 3px 0 0 3px !important; } }

.search-row .btn-search {
  border-radius: 0 3px 3px 0 !important; }

.search-row .btn-search2 {
  border-radius: 0 3px 3px 0 !important; }

.has-icon {
  padding-left: 40px; }

.icon-append {
  color: #949494;
  font-size: 18px;
  left: 8px;
  position: absolute;
  top: 11px; }

@media (max-width: 767px) {
  .intro h1 {
    font-size: 30px;
    margin-bottom: 10px;
    padding-bottom: 0;
    line-height: 34px; }
  .intro p {
    color: #e8eced;
    font-size: 16px;
    line-height: normal; } }

.main-container {
  min-height: -webkit-calc(100% - 162px);
  min-height: -moz-calc(100% - 162px);
  min-height: calc(100% - 162px);
  padding: 15px 0; }

.inner-box {
  background: #fff;
  border-radius: 3px 3px;
  box-shadow: 0 1px 1px rgba(180, 180, 180, 0.5);
  margin-bottom: 30px; }

.cat-list {
  display: block;
  margin-bottom: 30px;
  line-height: 24px;
  text-align: left;
  background-color: #f8f9fa;
  border-right: 1px solid white; }

.cat-list li a {
  border-radius: 2px;
  font-style: normal;
  -webkit-transition: all .1s ease 0s;
  -moz-transition: all .1s ease 0s;
  -o-transition: all .1s ease 0s;
  transition: all .1s ease 0s;
  font-size: 12px;
  color: #4e575d; }

.myBrand:hover {
  background-color: #447464; }

.myBrand:hover .myBrand-a {
  text-decoration: none !important;
  color: white;
  background-color: #447464; }

.page-content .inner-box {
  overflow: auto;
  padding: 20px; }

.page-info {
  width: 100%;
  min-height: 94px;
  color: #fff;
  padding: 60px;
  background: linear-gradient(82deg, #ddf6ea 0%, #447464 20%, #2c5a42 100%); }

.page-info i {
  color: #fff;
  font-size: 40px;
  display: block;
  float: right; }

.iconbox-wrap {
  border-collapse: separate;
  border-spacing: 0;
  display: table;
  height: auto;
  min-height: 40px;
  position: relative;
  text-align: center;
  width: 100%; }

.iconbox {
  display: table-row; }

.iconbox h5 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  padding-bottom: 0; }

.iconbox-wrap-icon {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid rgba(255, 255, 255, 0.2); }

.iconbox-wrap-icon .icon {
  height: 60px !important;
  line-height: 60px !important;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle !important;
  width: 60px !important;
  color: #4d8f66; }

.iconbox-wrap-content {
  display: table-cell;
  padding-left: 10px;
  text-align: left;
  vertical-align: middle; }

.iconbox-wrap-text {
  color: #aaa;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .iconbox-wrap-icon {
    display: block;
    float: left;
    max-width: 80px; }
  .iconbox-wrap-content {
    display: block;
    float: left;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle; } }

.row-featured {
  overflow: hidden; }

.content-box {
  background: #fff;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  max-width: 1109px;
  margin-left: auto;
  margin-right: auto; }

.f-category {
  border: solid 1px #ddd;
  margin-top: -1px;
  border-left: 0;
  background: #fff;
  padding: 15px;
  text-align: center;
  overflow: hidden;
  display: grid; }

.f-category a {
  display: block; }

.f-category img {
  display: block;
  max-height: 90px !important;
  width: auto;
  margin: 0 auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s;
  -o-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s;
  transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s; }

.f-category:hover img {
  -webkit-transform: scale(1) translateY(-3px);
  -moz-transform: scale(1) translateY(-3px);
  -o-transform: scale(1) translateY(-3px);
  transform: scale(1) translateY(-3px);
  opacity: .9; }

.f-article:hover img {
  transform: scale(1.05);
  transition-duration: 0.2s; }

.box-title {
  border-bottom: solid 1px #ddd;
  text-align: left;
  color: #447464; }

.box-title h2 span b {
  font-weight: 400; }

.box-title h2 {
  margin: 15px 0;
  padding: 0;
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block; }

.box-title h2 span {
  font-weight: lighter; }

.sell-your-item {
  color: #333333;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: .54px;
  padding: 15px;
  position: absolute;
  right: 1px;
  text-align: center;
  text-transform: uppercase;
  top: 5px; }

@media (max-width: 767px) {
  .sell-your-item {
    font-size: 11px;
    padding: 2px 7px;
    right: 1px;
    top: 17px; } }

@media (max-width: 575px) {
  div.f-category {
    width: 50%; }
  .f-category img {
    height: 60px;
    width: auto; } }

@media (max-width: 767px) {
  .col-thin-right {
    padding-left: 15px;
    padding-right: 15px; }
  .col-thin-left {
    padding-left: 15px;
    padding-right: 15px; }
  .box-title h2 {
    font-size: 16px; } }

.tab-inner {
  padding: 10px 30px 10px 30px;
  display: block;
  width: 100%; }

.tab-content {
  color: red; }

.col-thin-left {
  padding-left: 10px; }

.col-thin-right {
  padding-right: 10px; }

.item-list {
  border-bottom: solid 1px #ddd;
  clear: both;
  padding: 15px;
  height: auto;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  -moz-transition: background .25s ease-in;
  -o-transition: background .25s ease-in;
  transition: background .25s ease-in;
  -webkit-transition: background .25s ease-in; }

.item-list .row {
  margin: 0; }

.item-list:hover {
  background: #f6f6f5; }

.category-list {
  background: none repeat scroll 0 0 #fff;
  border-radius: 3px 3px;
  display: block;
  box-shadow: 0 1px 1px rgba(180, 180, 180, 0.5); }

.add-image {
  position: relative; }

.add-image a {
  display: block; }

.add-title {
  padding-bottom: 0px;
  font-size: 17px; }

.ads-details a {
  font-weight: bold; }

.info-row {
  display: block;
  clear: both;
  font-size: 12px;
  color: #6c6c6c; }

.price-box {
  padding: 0; }

.thumbnail {
  width: 200px; }

@media (max-width: 767px) {
  .price-box {
    clear: both;
    display: block;
    height: auto;
    padding: 10px 15px 0;
    text-align: left !important;
    width: 100%; }
  .item-list .ads-details {
    padding: 10px 0 0; } }

@media (max-width: 1199px) {
  .ads-details {
    padding: 0; } }

.pagination-bar {
  margin-top: 35px;
  display: block; }

.pagination-bar .pagination {
  margin-top: 0; }

.pagination-bar .pagination li a {
  color: #9a9a9a;
  border-color: #cfcfcf; }

.pagination-bar .pagination li a:hover {
  color: #000; }

.pagination-bar .pagination li:last-child a {
  color: #414141; }

.pagination-bar .pagination li.active a {
  background-color: #f8f8f8;
  color: #000;
  border-color: #cfcfcf;
  cursor: default;
  font-weight: bold; }

.tab-box {
  background: #f8f8f8;
  position: relative; }

.listing-filter {
  border-bottom: solid 1px #ddd;
  padding: 15px; }

.list-filter {
  width: 100%;
  display: block;
  clear: both;
  max-height: 400px;
  overflow-y: auto; }

.categories-list .list-title:first-child {
  margin-top: 0 !important; }

.page-sidebar .list-filter:first-child .list-title {
  margin-top: 0 !important; }

.list-title {
  color: #222;
  font-size: 18px;
  border-bottom: solid 1px #ddd;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 15px;
  padding: 10px 0;
  position: relative;
  text-transform: uppercase; }

.list-title:before {
  border-color: #ddd transparent transparent;
  border-style: solid;
  border-width: 7px;
  bottom: -14px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: " ";
  display: block;
  left: 34px;
  position: absolute;
  z-index: 2; }

.list-title:after {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 6px;
  bottom: -12px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: " ";
  display: block;
  left: 35px;
  position: absolute;
  z-index: 2; }

.ads-details-wrapper.inner-box {
  padding-bottom: 0; }

.ads-details-wrapper .content-footer {
  margin-left: -20px;
  margin-right: -20px; }

.ads-details-info-description {
  margin-bottom: 10px; }

.content-footer {
  background: #f8f8f8;
  position: relative;
  border-top: solid 1px #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset; }

.content-footer .btn {
  margin-left: auto;
  margin-right: auto;
  white-space: initial; }

.breadcrumb {
  background: none;
  border-radius: 0;
  list-style: outside none none;
  margin-bottom: 8px;
  padding: 8px 0; }

.breadcrumb-item {
  font-size: 14px;
  display: flex; }

.list-border > li {
  border-top: 1px solid #ebebeb;
  line-height: 36px;
  position: relative; }

.list-border > li:first-child {
  border: none; }

.ads-action {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }

.ads-action li i {
  width: 20px; }

.auto-heading {
  position: relative;
  display: block;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  padding-bottom: 0px; }

.no-border {
  border: none; }

@media (max-width: 767px) {
  .intro-title {
    font-size: 28px;
    line-height: 32px; }
  .search-row .search-col .btn {
    border-radius: 3px 3px !important; }
  .search-row .search-col:first-child .form-control {
    border-radius: 3px 3px; }
  .search-col .form-control {
    border-radius: 3px 3px !important; }
  .intro h1 {
    font-size: 28px;
    line-height: 32px; } }

.mobile-filter-bar {
  background-color: #fafafa;
  border-bottom: solid 1px #ddd;
  height: 44px;
  line-height: 44px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }

.mobile-filter-bar > ul > li {
  border-right: solid 1px #ddd;
  padding-right: 15px;
  padding-left: 15px;
  text-transform: uppercase; }

.mobile-filter-bar > ul > li:first-child {
  padding-left: 0; }

@media (min-width: 768px) {
  .mobile-filter-sidebar {
    left: 0 !important; }
  .mobile-filter-bar {
    display: none; }
  .closeFilter {
    display: none; }
  a.btn.btn-success.btn-lg {
    margin-left: 5px !important; }
  a.btn.btn-danger.btn-lg {
    margin-right: 5px !important; } }

@media (max-width: 767px) {
  .closeFilter {
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 3px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 7px;
    width: 30px;
    z-index: 2147483647; }
  .mobile-filter-sidebar .inner-box {
    margin-bottom: 0;
    border-radius: 0 !important; }
  .page-sidebar.mobile-filter-sidebar {
    height: 100%;
    overflow: auto;
    padding: 0;
    position: fixed;
    top: 0;
    width: 250px;
    z-index: 1110;
    left: -251px; } }

img {
  max-width: 100%; }

.text-center {
  text-align: center !important;
  margin-top: auto !important;
  margin-bottom: auto !important; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.pull-right {
  float: right; }

.d-inline-b {
  display: inline-block; }

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px; }

.panel-body {
  padding: 5px 15px 5px 15px; }

.panel-details {
  border: solid 1px #ddd;
  background: #f8f8f8;
  position: relative;
  font-size: 14px; }

.panel-details ul li {
  margin-bottom: 3px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }

.panel-details ul li strong {
  font-weight: bolder;
  text-transform: uppercase;
  margin-right: 3px; }

@media (min-width: 577px) and (max-width: 980px) {
  .container {
    max-width: 100%; } }

#wrapper {
  padding-top: 80px; }

@media (max-width: 767px) {
  .intro {
    height: auto;
    padding-bottom: 40px;
    padding-top: 40px; }
  .intro .col-sm-4 {
    margin-bottom: 15px; }
  .cat-list {
    margin-bottom: 15px; } }

@media (max-width: 480px) {
  .col-xxs-12 {
    width: 100%; }
  .breadcrumb-item {
    font-size: 11px !important; }
  #wrapper {
    padding-top: 75px; }
  .breadcrumb {
    float: none !important;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    margin: 0 auto;
    font-size: 11px;
    margin-bottom: 0 !important; }
  nav[aria-label="breadcrumb"] {
    width: 100%; }
  .navbar-site.navbar .navbar-identity {
    height: 80px; }
  .navbar-site.navbar .navbar-identity .logo-title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 28px; }
  .priceDetail {
    font-size: 20px !important; }
  .detailDel {
    font-size: 16px !important; }
  .logo,
  .logo-title {
    font-size: 20px; }
  .ln-shadow-logo {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    width: 40px;
    margin-top: -8px; }
  .logo-title {
    height: auto; }
  .auto-heading {
    display: block;
    padding-right: 0; } }

@media (max-width: 320px) {
  .navbar .container {
    padding-left: 5px; } }

@media (max-width: 480px) {
  table {
    min-width: unset !important; } }

.navbar-site {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.logo:hover .ln-shadow-logo {
  -webkit-transition: text-shadow .25s ease;
  -moz-transition: text-shadow .25s ease;
  -o-transition: text-shadow .25s ease;
  transition: text-shadow .25s ease;
  background-color: #447464;
  text-shadow: 0 0 #2c5a42, 1px 1px #2c5a42, 2px 2px #2c5a42, 3px 3px #2c5a42, 4px 4px #2c5a42, 5px 5px #2c5a42, 6px 6px #2c5a42, 7px 7px #2c5a42, 8px 8px #2c5a42, 9px 9px #2c5a42, 10px 10px #2c5a42, 11px 11px #2c5a42, 12px 12px #2c5a42, 13px 13px #2c5a42, 14px 14px #2c5a42, 15px 15px #2c5a42, 16px 16px #2c5a42, 17px 17px #2c5a42, 18px 18px #2c5a42, 19px 19px #2c5a42, 20px 20px #2c5a42, 21px 21px #2c5a42, 22px 22px #2c5a42, 23px 23px #2c5a42, 24px 24px #2c5a42, 25px 25px #2c5a42, 26px 26px #2c5a42, 27px 27px #2c5a42, 28px 28px #2c5a42, 29px 29px #2c5a42, 30px 30px #2c5a42, 31px 31px #2c5a42, 32px 32px #2c5a42, 33px 33px #2c5a42, 34px 34px #2c5a42, 35px 35px #2c5a42, 36px 36px #2c5a42, 37px 37px #2c5a42, 38px 38px #2c5a42, 39px 39px #2c5a42, 40px 40px #2c5a42, 41px 41px #2c5a42, 42px 42px #2c5a42, 43px 43px #2c5a42, 44px 44px #2c5a42, 45px 45px #2c5a42, 46px 46px #2c5a42, 47px 47px #2c5a42, 48px 48px #2c5a42, 49px 49px #2c5a42, 50px 50px #2c5a42, 51px 51px #2c5a42, 52px 52px #2c5a42, 53px 53px #2c5a42, 54px 54px #2c5a42, 55px 55px #2c5a42, 56px 56px #2c5a42, 57px 57px #2c5a42, 58px 58px #2c5a42, 59px 59px #2c5a42, 60px 60px #2c5a42, 61px 61px #2c5a42, 62px 62px #2c5a42, 63px 63px #2c5a42, 64px 64px #2c5a42, 65px 65px #2c5a42, 66px 66px #2c5a42, 67px 67px #2c5a42, 68px 68px #2c5a42, 69px 69px #2c5a42, 70px 70px #2c5a42, 71px 71px #2c5a42, 72px 72px #2c5a42, 73px 73px #2c5a42, 74px 74px #2c5a42, 75px 75px #2c5a42, 76px 76px #2c5a42, 77px 77px #2c5a42, 78px 78px #2c5a42, 79px 79px #2c5a42, 80px 80px #2c5a42, 81px 81px #2c5a42, 82px 82px #2c5a42, 83px 83px #2c5a42, 84px 84px #2c5a42, 85px 85px #2c5a42, 86px 86px #2c5a42, 87px 87px #2c5a42, 88px 88px #2c5a42, 89px 89px #2c5a42, 90px 90px #2c5a42, 91px 91px #2c5a42, 92px 92px #2c5a42, 93px 93px #2c5a42, 94px 94px #2c5a42, 95px 95px #2c5a42, 96px 96px #2c5a42, 97px 97px #2c5a42, 98px 98px #2c5a42, 99px 99px #2c5a42, 100px 100px #2c5a42, 101px 101px #2c5a42, 102px 102px #2c5a42, 103px 103px #2c5a42, 104px 104px #2c5a42, 105px 105px #2c5a42, 106px 106px #2c5a42, 107px 107px #2c5a42, 108px 108px #2c5a42, 109px 109px #2c5a42, 110px 110px #2c5a42, 111px 111px #2c5a42, 112px 112px #2c5a42, 113px 113px #2c5a42, 114px 114px #2c5a42, 115px 115px #2c5a42, 116px 116px #2c5a42, 117px 117px #2c5a42, 118px 118px #2c5a42, 119px 119px #2c5a42, 120px 120px #2c5a42, 121px 121px #2c5a42, 122px 122px #2c5a42, 123px 123px #2c5a42, 124px 124px #2c5a42, 125px 125px #2c5a42, 126px 126px #2c5a42, 127px 127px #2c5a42, 128px 128px #2c5a42, 129px 129px #2c5a42, 130px 130px #2c5a42, 131px 131px #2c5a42, 132px 132px #2c5a42, 133px 133px #2c5a42, 134px 134px #2c5a42, 135px 135px #2c5a42, 136px 136px #2c5a42, 137px 137px #2c5a42, 138px 138px #2c5a42, 139px 139px #2c5a42, 140px 140px #2c5a42, 141px 141px #2c5a42, 142px 142px #2c5a42, 143px 143px #2c5a42, 144px 144px #2c5a42, 145px 145px #2c5a42, 146px 146px #2c5a42, 147px 147px #2c5a42, 148px 148px #2c5a42, 149px 149px #2c5a42, 150px 150px #2c5a42, 151px 151px #2c5a42, 152px 152px #2c5a42, 153px 153px #2c5a42, 154px 154px #2c5a42, 155px 155px #2c5a42, 156px 156px #2c5a42, 157px 157px #2c5a42, 158px 158px #2c5a42, 159px 159px #2c5a42, 160px 160px #2c5a42, 161px 161px #2c5a42, 162px 162px #2c5a42, 163px 163px #2c5a42, 164px 164px #2c5a42, 165px 165px #2c5a42, 166px 166px #2c5a42, 167px 167px #2c5a42, 168px 168px #2c5a42, 169px 169px #2c5a42, 170px 170px #2c5a42, 171px 171px #2c5a42, 172px 172px #2c5a42, 173px 173px #2c5a42, 174px 174px #2c5a42, 175px 175px #2c5a42, 176px 176px #2c5a42, 177px 177px #2c5a42, 178px 178px #2c5a42, 179px 179px #2c5a42, 180px 180px #2c5a42, 181px 181px #2c5a42, 182px 182px #2c5a42, 183px 183px #2c5a42, 184px 184px #2c5a42, 185px 185px #2c5a42, 186px 186px #2c5a42, 187px 187px #2c5a42, 188px 188px #2c5a42, 189px 189px #2c5a42, 190px 190px #2c5a42, 191px 191px #2c5a42, 192px 192px #2c5a42, 193px 193px #2c5a42, 194px 194px #2c5a42, 195px 195px #2c5a42, 196px 196px #2c5a42, 197px 197px #2c5a42, 198px 198px #2c5a42, 199px 199px #2c5a42, 200px 200px #2c5a42; }

.ln-shadow-logo {
  background-color: #447464;
  text-shadow: 0 0 #4d8f66, 1px 1px #4d8f66, 2px 2px #4d8f66, 3px 3px #4d8f66, 4px 4px #4d8f66, 5px 5px #4d8f66, 6px 6px #4d8f66, 7px 7px #4d8f66, 8px 8px #4d8f66, 9px 9px #4d8f66, 10px 10px #4d8f66, 11px 11px #4d8f66, 12px 12px #4d8f66, 13px 13px #4d8f66, 14px 14px #4d8f66, 15px 15px #4d8f66, 16px 16px #4d8f66, 17px 17px #4d8f66, 18px 18px #4d8f66, 19px 19px #4d8f66, 20px 20px #4d8f66, 21px 21px #4d8f66, 22px 22px #4d8f66, 23px 23px #4d8f66, 24px 24px #4d8f66, 25px 25px #4d8f66, 26px 26px #4d8f66, 27px 27px #4d8f66, 28px 28px #4d8f66, 29px 29px #4d8f66, 30px 30px #4d8f66, 31px 31px #4d8f66, 32px 32px #4d8f66, 33px 33px #4d8f66, 34px 34px #4d8f66, 35px 35px #4d8f66, 36px 36px #4d8f66, 37px 37px #4d8f66, 38px 38px #4d8f66, 39px 39px #4d8f66, 40px 40px #4d8f66, 41px 41px #4d8f66, 42px 42px #4d8f66, 43px 43px #4d8f66, 44px 44px #4d8f66, 45px 45px #4d8f66, 46px 46px #4d8f66, 47px 47px #4d8f66, 48px 48px #4d8f66, 49px 49px #4d8f66, 50px 50px #4d8f66, 51px 51px #4d8f66, 52px 52px #4d8f66, 53px 53px #4d8f66, 54px 54px #4d8f66, 55px 55px #4d8f66, 56px 56px #4d8f66, 57px 57px #4d8f66, 58px 58px #4d8f66, 59px 59px #4d8f66, 60px 60px #4d8f66, 61px 61px #4d8f66, 62px 62px #4d8f66, 63px 63px #4d8f66, 64px 64px #4d8f66, 65px 65px #4d8f66, 66px 66px #4d8f66, 67px 67px #4d8f66, 68px 68px #4d8f66, 69px 69px #4d8f66, 70px 70px #4d8f66, 71px 71px #4d8f66, 72px 72px #4d8f66, 73px 73px #4d8f66, 74px 74px #4d8f66, 75px 75px #4d8f66, 76px 76px #4d8f66, 77px 77px #4d8f66, 78px 78px #4d8f66, 79px 79px #4d8f66, 80px 80px #4d8f66, 81px 81px #4d8f66, 82px 82px #4d8f66, 83px 83px #4d8f66, 84px 84px #4d8f66, 85px 85px #4d8f66, 86px 86px #4d8f66, 87px 87px #4d8f66, 88px 88px #4d8f66, 89px 89px #4d8f66, 90px 90px #4d8f66, 91px 91px #4d8f66, 92px 92px #4d8f66, 93px 93px #4d8f66, 94px 94px #4d8f66, 95px 95px #4d8f66, 96px 96px #4d8f66, 97px 97px #4d8f66, 98px 98px #4d8f66, 99px 99px #4d8f66, 100px 100px #4d8f66, 101px 101px #4d8f66, 102px 102px #4d8f66, 103px 103px #4d8f66, 104px 104px #4d8f66, 105px 105px #4d8f66, 106px 106px #4d8f66, 107px 107px #4d8f66, 108px 108px #4d8f66, 109px 109px #4d8f66, 110px 110px #4d8f66, 111px 111px #4d8f66, 112px 112px #4d8f66, 113px 113px #4d8f66, 114px 114px #4d8f66, 115px 115px #4d8f66, 116px 116px #4d8f66, 117px 117px #4d8f66, 118px 118px #4d8f66, 119px 119px #4d8f66, 120px 120px #4d8f66, 121px 121px #4d8f66, 122px 122px #4d8f66, 123px 123px #4d8f66, 124px 124px #4d8f66, 125px 125px #4d8f66, 126px 126px #4d8f66, 127px 127px #4d8f66, 128px 128px #4d8f66, 129px 129px #4d8f66, 130px 130px #4d8f66, 131px 131px #4d8f66, 132px 132px #4d8f66, 133px 133px #4d8f66, 134px 134px #4d8f66, 135px 135px #4d8f66, 136px 136px #4d8f66, 137px 137px #4d8f66, 138px 138px #4d8f66, 139px 139px #4d8f66, 140px 140px #4d8f66, 141px 141px #4d8f66, 142px 142px #4d8f66, 143px 143px #4d8f66, 144px 144px #4d8f66, 145px 145px #4d8f66, 146px 146px #4d8f66, 147px 147px #4d8f66, 148px 148px #4d8f66, 149px 149px #4d8f66, 150px 150px #4d8f66, 151px 151px #4d8f66, 152px 152px #4d8f66, 153px 153px #4d8f66, 154px 154px #4d8f66, 155px 155px #4d8f66, 156px 156px #4d8f66, 157px 157px #4d8f66, 158px 158px #4d8f66, 159px 159px #4d8f66, 160px 160px #4d8f66, 161px 161px #4d8f66, 162px 162px #4d8f66, 163px 163px #4d8f66, 164px 164px #4d8f66, 165px 165px #4d8f66, 166px 166px #4d8f66, 167px 167px #4d8f66, 168px 168px #4d8f66, 169px 169px #4d8f66, 170px 170px #4d8f66, 171px 171px #4d8f66, 172px 172px #4d8f66, 173px 173px #4d8f66, 174px 174px #4d8f66, 175px 175px #4d8f66, 176px 176px #4d8f66, 177px 177px #4d8f66, 178px 178px #4d8f66, 179px 179px #4d8f66, 180px 180px #4d8f66, 181px 181px #4d8f66, 182px 182px #4d8f66, 183px 183px #4d8f66, 184px 184px #4d8f66, 185px 185px #4d8f66, 186px 186px #4d8f66, 187px 187px #4d8f66, 188px 188px #4d8f66, 189px 189px #4d8f66, 190px 190px #4d8f66, 191px 191px #4d8f66, 192px 192px #4d8f66, 193px 193px #4d8f66, 194px 194px #4d8f66, 195px 195px #4d8f66, 196px 196px #4d8f66, 197px 197px #4d8f66, 198px 198px #4d8f66, 199px 199px #4d8f66, 200px 200px #4d8f66; }

.myFooter {
  text-align: justify; }

.priceDetail {
  font-weight: 600;
  font-size: 25px; }

.myGrid {
  display: grid;
  margin-bottom: 20px;
  margin-top: 10px; }

.myLiDetail {
  border-bottom: solid 1px #ddd;
  padding-bottom: 5px; }

.sleva {
  background-color: #1a743f; }

.novinka {
  background-color: #dd0000; }

.top {
  visibility: hidden;
  color: Background; }

.slevanovinka {
  color: #fff !important;
  display: inline-grid;
  font-family: Roboto Condensed, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  margin-bottom: 7px;
  width: 60px;
  height: fit-content;
  border-radius: 4px; }

.HodnoceniSlevaNovinkaDetail {
  display: flex; }

.imgDetailDiv {
  margin-bottom: 5px;
  height: 200px; }

.zoomAnim {
  -moz-animation: scale 0.5s;
  -webkit-animation: scale 0.5s;
  -o-animation: scale 0.5s; }

@keyframes scale {
  from {
    width: 100px; }
  to {
    width: 200px; } }

@-moz-keyframes scale {
  /* Firefox */
  from {
    width: 100px; }
  to {
    width: 200px; } }

@-webkit-keyframes scale {
  /* Safari and Chrome */
  from {
    width: 100px; }
  to {
    width: 200px; } }

@-o-keyframes scale {
  /* Opera */
  from {
    width: 100px; }
  to {
    width: 200px; } }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a {
  position: relative;
  float: left;
  padding: 10px 20px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #666; }

.pagination > li:first-child > a {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:hover,
.pagination > li > a:focus {
  background-color: #eeeeee; }

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #37cd62;
  border-color: #37cd62; }

.back-top {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  display: none;
  width: 50px;
  height: 23px;
  background-color: #447464;
  color: white; }

.checked {
  color: #ffa500; }

.filterOrder {
  font-size: 12px; }

.inner {
  margin-right: 5px; }

.myImg {
  width: auto;
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: table; }

.myBrand {
  padding-right: 5px;
  padding-bottom: 5px; }

.pageA {
  height: 35px;
  line-height: 1;
  padding: 12px 10px;
  display: block; }

.myCount {
  font-size: 32px;
  font-weight: 600; }

.kategorieBtn {
  cursor: pointer; }

.autoImg {
  width: 60px;
  margin-right: 20px; }

.ui-menu-item {
  border-bottom: solid 1px #ddd;
  padding: 10px;
  display: flex; }

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 1px;
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: normal;
  width: 390px; }

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@media (max-width: 767px) {
  .brandP {
    text-align: center; } }

.item-price-discount {
  color: #6c6c6c;
  text-decoration: line-through;
  font-weight: 200;
  font-size: 18px; }

.item-price {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  display: block;
  margin-bottom: 0.5rem;
  font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
  margin: 0;
  padding-bottom: 15px; }

table {
  border-collapse: collapse;
  min-width: 300px; }

tr {
  border-bottom: 1px solid #ddd; }

.eshopDiv {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.couponDiv {
  margin-top: auto !important; }

.pictureboxy {
  height: 100px;
  display: grid; }

/*
.imgBoxSpan {
    position: absolute;
    bottom: 5px;
    margin-left: -50px;
    margin-right: -50px;
}
*/
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 10%;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

.modal-content {
  background-color: #fefefe;
  width: 800px;
  padding-bottom: 20px;
  text-align: center;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-top: 0px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  height: 100px;
  max-width: 95%;
  overflow: hidden;
  box-shadow: 1px 1px 5px 0px rgba(212, 212, 212, 0.5);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(212, 212, 212, 0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(212, 212, 212, 0.5);
  display: inline-table; }

.modal-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  background-color: #447464;
  width: 100%;
  text-align: right;
  padding-right: 10px; }

.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.modal-div {
  margin-bottom: -20px;
  padding: 2px; }

.blogBtn {
  width: 100%;
  margin-bottom: 10px; }

.searchIntro2 {
  margin-left: -15px !important;
  margin-right: -15px !important;
  border-radius: .3rem;
  margin-left: auto;
  margin-right: auto; }

.icon-append2 {
  color: #949494;
  font-size: 18px;
  left: 20px;
  position: absolute;
  top: 6px; }

.search-row2 button.btn-search {
  border-radius: .3rem;
  border: 0;
  margin-bottom: 0; }

.btnBuy {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px; }

.btnBuy:hover {
  text-decoration: underline !important; }

.f-article {
  border-left: 0;
  background: #fff;
  text-align: center;
  overflow: hidden;
  display: grid; }

.f-article a {
  display: block; }

.f-article img {
  display: block;
  width: auto;
  margin: 0 auto;
  height: 100%;
  max-height: 150px !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s;
  -o-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s;
  transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s; }

.innerArticle {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid white;
  border-left: 1px solid white;
  border-top: 1px solid white;
  padding-top: 15px; }

.innerArticle:hover {
  border: solid 1px #447464; }

.a-rating:hover {
  text-decoration: solid !important; }

.detail-header {
  text-align: center; }

.myDetail-descr {
  max-width: 400px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 20px;
  display: grid; }

.btnBig {
  height: 50px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

.detailDel {
  font-size: 18px;
  color: #6c6c6c; }

.detail-info-end {
  font-weight: 600;
  color: #447464; }

.decor-underline {
  text-decoration: underline; }

.articleName {
  margin-top: 5px; }

.noPaddingLeftRight {
  padding-left: 0px;
  padding-right: 0px; }

.sameProductRow {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-top: 15px; }

.sameProductImg {
  max-height: 60px; }

.sameProductShop {
  width: 60px;
  height: 60px; }

.sameProductPrice {
  font-size: 20px;
  font-weight: 600; }

.break-word {
  word-break: break-word; }

.leftNav_subcat {
  line-height: 40px; }

.leftNav_subcat_img {
  width: 30px;
  max-height: 35px; }

.leftNav_li {
  border-bottom: solid 1px #ddd; }

.catalogH1 {
  color: #222;
  margin-top: 10px;
  padding-bottom: 0; }

.blackColor {
  color: #222; }

/* width */
::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background-color: #eeeeee; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #447464;
  border-radius: 0px; }

/*# sourceMappingURL=style.min.css.map */